View | Details | Raw Unified | Return to bug 93547
Collapse All | Expand All

(-)glpk/Makefile (-4 / +10 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	glpk
8
PORTNAME=	glpk
9
PORTVERSION=	4.8
9
PORTVERSION=	4.9
10
CATEGORIES=	math
10
CATEGORIES=	math
11
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITE_SUBDIR=	glpk
12
MASTER_SITE_SUBDIR=	glpk
Lines 22-30 Link Here
22
post-install:
22
post-install:
23
.if !defined(NOPORTDOCS)
23
.if !defined(NOPORTDOCS)
24
	@${MKDIR} ${DOCSDIR}
24
	@${MKDIR} ${DOCSDIR}
25
	for file in ${DOCFILES} ; do \
25
	for docus in ${DOCFILES} ; do \
26
		${INSTALL_DATA} ${WRKSRC}/doc/$$file ${DOCSDIR} ; \
26
		${INSTALL_DATA} ${WRKSRC}/doc/$$docus ${DOCSDIR} ; \
27
	done
27
	done
28
.endif
28
.endif
29
29
30
.include <bsd.port.mk>
30
.include <bsd.port.pre.mk>
31
32
.if ${ARCH} == "amd64"
33
CFLAGS+=	-fPIC
34
.endif
35
36
.include <bsd.port.post.mk>
(-)glpk/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
MD5 (glpk-4.8.tar.gz) = ec4df7a56a4ed98369c9f0bc7c82322b
1
MD5 (glpk-4.9.tar.gz) = e1aecaf58adaaf155d178a95e46f8d77
2
SIZE (glpk-4.8.tar.gz) = 972875
2
SHA256 (glpk-4.9.tar.gz) = 473e8d1f69cd5be1fae2e31a9992e020cc2150d3892eec8c2fb85ac97633584d
3
SIZE (glpk-4.9.tar.gz) = 1018189
(-)glpk/pkg-plist (+2 lines)
Lines 2-11 Link Here
2
bin/tspsol
2
bin/tspsol
3
include/glpavl.h
3
include/glpavl.h
4
include/glpdmp.h
4
include/glpdmp.h
5
include/glphbm.h
5
include/glpiet.h
6
include/glpiet.h
6
include/glpinv.h
7
include/glpinv.h
7
include/glpios.h
8
include/glpios.h
8
include/glpipm.h
9
include/glpipm.h
10
include/glpipp.h
9
include/glpk.h
11
include/glpk.h
10
include/glplib.h
12
include/glplib.h
11
include/glplpp.h
13
include/glplpp.h

Return to bug 93547