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

(-)glpk/Makefile (-11 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	glpk
8
PORTNAME=	glpk
9
PORTVERSION=	4.37
9
PORTVERSION=	4.38
10
PORTREVISION=	1
11
CATEGORIES=	math
10
CATEGORIES=	math
12
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	glpk
12
MASTER_SITE_SUBDIR=	glpk
Lines 51-78 Link Here
51
CONFIGURE_ARGS+=	--disable-mysql
50
CONFIGURE_ARGS+=	--disable-mysql
52
.endif
51
.endif
53
52
53
post-patch:
54
	@${REINPLACE_CMD} -e "s;\/usr\/include\/mysql;${LOCALBASE}\/include\/mysql;g" \
55
	${WRKSRC}/configure
56
54
.if !defined(NOPORTDOCS)
57
.if !defined(NOPORTDOCS)
55
PORTDOCS=	bench.txt bench1.txt bench2.txt glpk.pdf glpk_faq.txt gmpl.pdf \
58
PORTDOCS=	bench.txt bench1.txt bench2.txt glpk.pdf glpk_faq.txt gmpl.pdf \
56
		opb.txt tables.pdf dfeas.djvu gomory.djvu scaling.djvu \
59
		opb.txt tables.pdf dfeas.djvu gomory.djvu scaling.djvu \
57
		subset.djvu updating.djvu
60
		subset.djvu updating.djvu
58
.endif
59
60
post-patch:
61
	@${REINPLACE_CMD} -e "s;\/usr\/include\/mysql;${LOCALBASE}\/include\/mysql;g" \
62
	${WRKSRC}/configure
63
61
64
post-install:
62
post-install:
65
	@${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/
66
67
.if !defined(NOPORTDOCS)
68
	@${CP} ${WRKSRC}/doc/notes/*.djvu ${WRKSRC}/doc/
63
	@${CP} ${WRKSRC}/doc/notes/*.djvu ${WRKSRC}/doc/
69
	@${MKDIR} ${DOCSDIR}
64
	@${MKDIR} ${DOCSDIR}
70
	for docfile in ${PORTDOCS} ; do \
65
	for docfile in ${PORTDOCS} ; do \
71
		${INSTALL_MAN} ${WRKSRC}/doc/$${docfile} ${DOCSDIR} ; \
66
		${INSTALL_MAN} ${WRKSRC}/doc/$${docfile} ${DOCSDIR} ; \
72
	done
67
	done
68
73
.endif
69
.endif
74
70
75
regression-test: build
71
regression-test: build
76
	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check)
72
	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} check)
77
73
78
.include <bsd.port.post.mk>
74
.include <bsd.port.post.mk>
(-)glpk/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (glpk-4.37.tar.gz) = e88e0d36681566eeb333dde0be57224e
1
MD5 (glpk-4.38.tar.gz) = 83d4b345800b3f30e4ef570216f94fbe
2
SHA256 (glpk-4.37.tar.gz) = dd4a0547d8a7ae04b510a5a6fc1a572d33531a646df41750958b71125afcb8c2
2
SHA256 (glpk-4.38.tar.gz) = cb6c19a2db6e6af6bc32c2f80723da2b1cd862bfef5f65d0d932189c15e7bd1d
3
SIZE (glpk-4.37.tar.gz) = 2260610
3
SIZE (glpk-4.38.tar.gz) = 2379308
(-)glpk/pkg-plist (-35 / +1 lines)
Lines 1-40 Link Here
1
bin/glpsol
1
bin/glpsol
2
include/glpapi.h
3
include/glpavl.h
4
include/glpbfd.h
5
include/glpbfx.h
6
include/glpcpx.h
7
include/glpdmp.h
8
include/glpfhv.h
9
include/glpgmp.h
10
include/glphbm.h
11
include/glpini.h
12
include/glpios.h
13
include/glpipm.h
14
include/glpipp.h
15
include/glpk.h
2
include/glpk.h
16
include/glplib.h
17
include/glplpf.h
18
include/glplpp.h
19
include/glpluf.h
20
include/glplux.h
21
include/glpmat.h
22
include/glpmpl.h
23
include/glpmps.h
24
include/glpnet.h
25
include/glpqmd.h
26
include/glprgr.h
27
include/glprng.h
28
include/glpscf.h
29
include/glpscg.h
30
include/glpscl.h
31
include/glpspm.h
32
include/glpspx.h
33
include/glpsql.h
34
include/glpssx.h
35
include/glpstd.h
36
include/glptsp.h
37
lib/libglpk.a
3
lib/libglpk.a
38
lib/libglpk.la
4
lib/libglpk.la
39
lib/libglpk.so
5
lib/libglpk.so
40
lib/libglpk.so.22
6
lib/libglpk.so.23

Return to bug 135956