diff options
author | demon <demon@FreeBSD.org> | 2003-02-22 16:46:40 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-02-22 16:46:40 +0800 |
commit | 4506e2f3ee690ab79fd0f68eb6fc7f71d53ef078 (patch) | |
tree | a4cc8b040dc17b4b4e95525f2277a8aebb545fe7 /math | |
parent | fef6e1743096048cb897e25c98ffbe09a8d9b0cf (diff) | |
download | freebsd-ports-gnome-4506e2f3ee690ab79fd0f68eb6fc7f71d53ef078.tar.gz freebsd-ports-gnome-4506e2f3ee690ab79fd0f68eb6fc7f71d53ef078.tar.zst freebsd-ports-gnome-4506e2f3ee690ab79fd0f68eb6fc7f71d53ef078.zip |
Update to 3.2.4;
Remove BROKEN -- problem resolved.
Remove pkg-comment and add COMMENT to Makefile.
Diffstat (limited to 'math')
-rw-r--r-- | math/glpk/Makefile | 5 | ||||
-rw-r--r-- | math/glpk/distinfo | 2 | ||||
-rw-r--r-- | math/glpk/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | math/glpk/pkg-comment | 1 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 6 |
5 files changed, 14 insertions, 11 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index aeefed204f10..1988cb8fd54e 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,14 +6,13 @@ # PORTNAME= glpk -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk MAINTAINER= demon@FreeBSD.org - -BROKEN= "Installs files into /usr/include" +COMMENT= A GNU Linear Programming Kit GNU_CONFIGURE= yes diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 5aa5b996ac61..cbe05ca3713e 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1 +1 @@ -MD5 (glpk-3.2.1.tar.gz) = 440d5e25a3066a896ff1b3e1ac5251c5 +MD5 (glpk-3.2.4.tar.gz) = ed3b5df24c77ad8d290d5b63bba1c3b6 diff --git a/math/glpk/files/patch-Makefile.in b/math/glpk/files/patch-Makefile.in new file mode 100644 index 000000000000..d0bac418edc1 --- /dev/null +++ b/math/glpk/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Feb 22 11:37:50 2003 ++++ Makefile.in Sat Feb 22 11:38:14 2003 +@@ -140,8 +140,6 @@ + for i in $(HDRS); do \ + $(INSTALL_DATA) $(srcdir)/include/$$i \ + $(DESTDIR)$(includedir)/$$i; \ +- $(INSTALL_DATA) $(srcdir)/include/$$i \ +- $(DESTDIR)$(oldincludedir)/$$i || : ; \ + done + $(INSTALL_DATA) libglpk.a $(DESTDIR)$(libdir)/libglpk.a + $(INSTALL_PROGRAM) glpsol $(DESTDIR)$(bindir)/glpsol diff --git a/math/glpk/pkg-comment b/math/glpk/pkg-comment deleted file mode 100644 index 080e181fc15f..000000000000 --- a/math/glpk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A GNU Linear Programming Kit diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index 4dc28d5f84c2..e34fd345eec6 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -1,28 +1,22 @@ bin/glpsol include/glpavl.h -include/glpbbm.h include/glpbcs.h include/glpchol.h include/glpdmp.h include/glphbsm.h include/glpies.h -include/glpimg.h include/glpinv.h include/glpipm.h include/glpk.h -include/glplang.h include/glplib.h include/glplpx.h include/glpluf.h -include/glplp.h include/glpmat.h include/glpmps.h include/glpqmd.h -include/glprsm.h include/glpspm.h include/glpspx.h include/glpstr.h -include/glptext.h include/glptsp.h lib/libglpk.a %%PORTDOCS%%share/doc/glpk/bench.txt |