Update to 3.2.1 and unbreak.

Approved by:	will
This commit is contained in:
Dmitry Sivachenko 2002-09-21 18:04:50 +00:00
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

View file

@ -6,24 +6,22 @@
# #
PORTNAME= glpk PORTNAME= glpk
PORTVERSION= 3.2 PORTVERSION= 3.2.1
CATEGORIES= math CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= glpk MASTER_SITE_SUBDIR= glpk
MAINTAINER= demon@FreeBSD.org MAINTAINER= demon@FreeBSD.org
BROKEN= "Does not install"
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
DOCFILES= lang refman DOCFILES= lang.ps refman.ps bench.txt brcut.txt
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}
for file in ${DOCFILES} ; do \ for file in ${DOCFILES} ; do \
${INSTALL_DATA} ${WRKSRC}/$$file.ps ${DOCSDIR} ; \ ${INSTALL_DATA} ${WRKSRC}/doc/$$file ${DOCSDIR} ; \
done done
.endif .endif

View file

@ -1 +1 @@
MD5 (glpk-3.2.tar.gz) = eba8938c97505362e1e18c7222d1620a MD5 (glpk-3.2.1.tar.gz) = 440d5e25a3066a896ff1b3e1ac5251c5

View file

@ -1,8 +1,11 @@
bin/glpsol bin/glpsol
include/glpavl.h include/glpavl.h
include/glpbbm.h include/glpbbm.h
include/glpbcs.h
include/glpchol.h include/glpchol.h
include/glpdmp.h
include/glphbsm.h include/glphbsm.h
include/glpies.h
include/glpimg.h include/glpimg.h
include/glpinv.h include/glpinv.h
include/glpipm.h include/glpipm.h
@ -20,9 +23,10 @@ include/glpspm.h
include/glpspx.h include/glpspx.h
include/glpstr.h include/glpstr.h
include/glptext.h include/glptext.h
include/glptsp.h
lib/libglpk.a lib/libglpk.a
%%PORTDOCS%%share/doc/glpk/guide.ps %%PORTDOCS%%share/doc/glpk/bench.txt
%%PORTDOCS%%share/doc/glpk/language.ps %%PORTDOCS%%share/doc/glpk/brcut.txt
%%PORTDOCS%%share/doc/glpk/libref.ps %%PORTDOCS%%share/doc/glpk/lang.ps
%%PORTDOCS%%share/doc/glpk/simplex.ps %%PORTDOCS%%share/doc/glpk/refman.ps
%%PORTDOCS%%@dirrm share/doc/glpk %%PORTDOCS%%@dirrm share/doc/glpk