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

(-)Makefile (-2 / +10 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	glpk
8
PORTNAME=	glpk
9
PORTVERSION=	4.10
9
PORTVERSION=	4.14
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 14-24 Link Here
14
MAINTAINER=	demon@FreeBSD.org
14
MAINTAINER=	demon@FreeBSD.org
15
COMMENT=	A GNU Linear Programming Kit
15
COMMENT=	A GNU Linear Programming Kit
16
16
17
LIB_DEPENDS=	gmp:${PORTSDIR}/math/libgmp4
18
17
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
21
		LDFLAGS="-L${LOCALBASE}/lib"
18
USE_GMAKE=	yes
22
USE_GMAKE=	yes
19
CFLAGS+=	-trigraphs
23
CFLAGS+=	-trigraphs
20
24
21
DOCFILES=	lang.ps refman.ps bench.txt GLPK_FAQ.txt
25
DOCFILES=	lang.ps refman.ps bench.txt glpk_faq.txt
26
27
.if !defined(NOPORTDOCS)
28
PORTDOCS=	*
29
.endif
22
30
23
post-install:
31
post-install:
24
.if !defined(NOPORTDOCS)
32
.if !defined(NOPORTDOCS)
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (glpk-4.10.tar.gz) = a1ae21f2ddf2f71aa1af9385ebfd7b74
1
MD5 (glpk-4.14.tar.gz) = 5f39433ac2973b66fa001856bd861c77
2
SHA256 (glpk-4.10.tar.gz) = 4ab1fe89b8da3cf81210bfdaa2c04bcc0a4a93beb372602d8a891309db743d86
2
SHA256 (glpk-4.14.tar.gz) = 80446c61f241271a8871c4e75c6d39e4e3c8fc08d832daeefa6f3076262e0159
3
SIZE (glpk-4.10.tar.gz) = 1034733
3
SIZE (glpk-4.14.tar.gz) = 1079105
(-)pkg-plist (-26 lines)
Lines 1-30 Link Here
1
bin/glpsol
1
bin/glpsol
2
bin/tspsol
2
bin/tspsol
3
include/glpavl.h
4
include/glpbfi.h
5
include/glpdmp.h
6
include/glphbm.h
7
include/glpiet.h
8
include/glpinv.h
9
include/glpios.h
10
include/glpipm.h
11
include/glpipp.h
12
include/glpk.h
3
include/glpk.h
13
include/glplib.h
14
include/glplpp.h
15
include/glplpx.h
16
include/glpluf.h
17
include/glpmat.h
18
include/glpmip.h
19
include/glpmpl.h
20
include/glpqmd.h
21
include/glprng.h
22
include/glpspx.h
23
include/glpstr.h
24
include/glptsp.h
25
lib/libglpk.a
4
lib/libglpk.a
26
%%PORTDOCS%%%%DOCSDIR%%/GLPK_FAQ.txt
27
%%PORTDOCS%%%%DOCSDIR%%/bench.txt
28
%%PORTDOCS%%%%DOCSDIR%%/lang.ps
29
%%PORTDOCS%%%%DOCSDIR%%/refman.ps
30
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 108857