mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 3.2.4;
Remove BROKEN -- problem resolved. Remove pkg-comment and add COMMENT to Makefile.
This commit is contained in:
parent
2408fcaa82
commit
e6fdbd25e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76133
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (glpk-3.2.1.tar.gz) = 440d5e25a3066a896ff1b3e1ac5251c5
|
||||
MD5 (glpk-3.2.4.tar.gz) = ed3b5df24c77ad8d290d5b63bba1c3b6
|
||||
|
11
math/glpk/files/patch-Makefile.in
Normal file
11
math/glpk/files/patch-Makefile.in
Normal file
@ -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
|
@ -1 +0,0 @@
|
||||
A GNU Linear Programming Kit
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user