mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 3.2.1 and unbreak.
Approved by: will
This commit is contained in:
parent
a84636f067
commit
fd26da09d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67015
3 changed files with 12 additions and 10 deletions
|
@ -6,24 +6,22 @@
|
|||
#
|
||||
|
||||
PORTNAME= glpk
|
||||
PORTVERSION= 3.2
|
||||
PORTVERSION= 3.2.1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= glpk
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
|
||||
BROKEN= "Does not install"
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
DOCFILES= lang refman
|
||||
DOCFILES= lang.ps refman.ps bench.txt brcut.txt
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
for file in ${DOCFILES} ; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/$$file.ps ${DOCSDIR} ; \
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/$$file ${DOCSDIR} ; \
|
||||
done
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (glpk-3.2.tar.gz) = eba8938c97505362e1e18c7222d1620a
|
||||
MD5 (glpk-3.2.1.tar.gz) = 440d5e25a3066a896ff1b3e1ac5251c5
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
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
|
||||
|
@ -20,9 +23,10 @@ include/glpspm.h
|
|||
include/glpspx.h
|
||||
include/glpstr.h
|
||||
include/glptext.h
|
||||
include/glptsp.h
|
||||
lib/libglpk.a
|
||||
%%PORTDOCS%%share/doc/glpk/guide.ps
|
||||
%%PORTDOCS%%share/doc/glpk/language.ps
|
||||
%%PORTDOCS%%share/doc/glpk/libref.ps
|
||||
%%PORTDOCS%%share/doc/glpk/simplex.ps
|
||||
%%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