mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Update to version 4.4.
This commit is contained in:
parent
75a61efde2
commit
f274127a8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110482
4 changed files with 8 additions and 19 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= glpk
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.4
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= glpk
|
||||
|
@ -15,8 +15,9 @@ MAINTAINER= demon@FreeBSD.org
|
|||
COMMENT= A GNU Linear Programming Kit
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
DOCFILES= lang.ps refman.ps bench.txt brcut.txt
|
||||
DOCFILES= lang.ps refman.ps bench.txt GLPK_FAQ.txt
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (glpk-4.0.tar.gz) = 84485df00ca5eda302032e8ce92c29fd
|
||||
SIZE (glpk-4.0.tar.gz) = 912201
|
||||
MD5 (glpk-4.4.tar.gz) = 8ccbba6bd19251a0d0f410e37a8b6475
|
||||
SIZE (glpk-4.4.tar.gz) = 1016109
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- 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,11 +1,11 @@
|
|||
bin/glpsol
|
||||
include/glpavl.h
|
||||
include/glpbcs.h
|
||||
include/glpchol.h
|
||||
include/glpdmp.h
|
||||
include/glphbsm.h
|
||||
include/glpies.h
|
||||
include/glpiet.h
|
||||
include/glpinv.h
|
||||
include/glpios.h
|
||||
include/glpipm.h
|
||||
include/glpk.h
|
||||
include/glplib.h
|
||||
|
@ -18,13 +18,12 @@ include/glpmip.h
|
|||
include/glpmpl.h
|
||||
include/glpmps.h
|
||||
include/glpqmd.h
|
||||
include/glpspm.h
|
||||
include/glpspx.h
|
||||
include/glpstr.h
|
||||
include/glptsp.h
|
||||
lib/libglpk.a
|
||||
%%PORTDOCS%%share/doc/glpk/GLPK_FAQ.txt
|
||||
%%PORTDOCS%%share/doc/glpk/bench.txt
|
||||
%%PORTDOCS%%share/doc/glpk/brcut.txt
|
||||
%%PORTDOCS%%share/doc/glpk/lang.ps
|
||||
%%PORTDOCS%%share/doc/glpk/refman.ps
|
||||
%%PORTDOCS%%@dirrm share/doc/glpk
|
||||
|
|
Loading…
Add table
Reference in a new issue