pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/bulk-small



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Sep 16 00:44:25 UTC 2023

Modified Files:
        pkgsrc/meta-pkgs/bulk-small: Makefile

Log Message:
bulk-small: drop f2c.

it's been a _long_ time since pkgsrc fortran was rototilled to not
have libtool-base depending on the fortran compiler, and also a good
long time since we stopped using f2c as the fortran compiler.

I don't think f2c is really useful at all these days, but if it is
still a reasonable setup for small systems someone let me know and
we'll put it in bulk-medium.

(though it's also hard to imagine there's any significant number of
people running numeric software on small/old machines, or using
fortran for anything other than numeric software on such platforms...)


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/meta-pkgs/bulk-small/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/bulk-small/Makefile
diff -u pkgsrc/meta-pkgs/bulk-small/Makefile:1.42 pkgsrc/meta-pkgs/bulk-small/Makefile:1.43
--- pkgsrc/meta-pkgs/bulk-small/Makefile:1.42   Sat Sep 16 00:35:22 2023
+++ pkgsrc/meta-pkgs/bulk-small/Makefile        Sat Sep 16 00:44:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2023/09/16 00:35:22 dholland Exp $
+# $NetBSD: Makefile,v 1.43 2023/09/16 00:44:25 dholland Exp $
 
 DISTNAME=      bulk-small-20230601
 PKGREVISION=   1
@@ -160,7 +160,6 @@ TRANSITIVE+=        libffi-[0-9]*:../../devel/l
 TRANSITIVE+=   libidn-[0-9]*:../../devel/libidn        # required by curl
 TRANSITIVE+=   ghostscript-fonts-[0-9]*:../../fonts/ghostscript-fonts
                                                        # req'd by ghostscript
-TRANSITIVE+=   f2c-[0-9]*:../../lang/f2c               # req'd by libtool-base
 TRANSITIVE+=   libpaper-[0-9]*:../../print/libpaper    # req'd by ghostscript
 TRANSITIVE+=   libgcrypt-[0-9]*:../../security/libgcrypt # required by libxslt
 TRANSITIVE+=   libgpg-error-[0-9]*:../../security/libgpg-error



Home | Main Index | Thread Index | Old Index