View | Details | Raw Unified | Return to bug 181058 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/epix/Makefile (-19 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/graphics/epix/Makefile 327733 2013-09-20 18:35:44Z bapt $
2
# $FreeBSD: head/graphics/epix/Makefile 327733 2013-09-20 18:35:44Z bapt $
3
3
4
PORTNAME=	epix
4
PORTNAME=	epix
5
PORTVERSION=	1.2.11
5
PORTVERSION=	1.2.13
6
CATEGORIES=	graphics
6
CATEGORIES=	graphics
7
MASTER_SITES=	http://mathcs.holycross.edu/~ahwang/epix/
7
MASTER_SITES=	http://mathcs.holycross.edu/~ahwang/epix/
8
8
Lines 15-20 Link Here
15
		bash:${PORTSDIR}/shells/bash
15
		bash:${PORTSDIR}/shells/bash
16
RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
16
RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
17
17
18
OPTIONS_DEFINE=	DOCS
19
18
USE_BZIP2=	yes
20
USE_BZIP2=	yes
19
USES=		gmake
21
USES=		gmake
20
USE_TEX=	latex dvipsk:build
22
USE_TEX=	latex dvipsk:build
Lines 22-51 Link Here
22
CONFIGURE_ARGS=	--with-bash=${LOCALBASE}/bin/bash \
24
CONFIGURE_ARGS=	--with-bash=${LOCALBASE}/bin/bash \
23
		--with-runtime=${CXX}
25
		--with-runtime=${CXX}
24
26
25
MAN1=		elaps.1 epix.1 flix.1 laps.1
26
INFO=		epix
27
INFO=		epix
27
28
28
NO_STAGE=	yes
29
.include <bsd.port.options.mk>
29
.include <bsd.port.options.mk>
30
30
31
post-patch:
31
post-patch:
32
	@${REINPLACE_CMD} -e '/^install-data-am:/s|install-data-local||' \
33
		${WRKSRC}/Makefile.in
34
	@${REINPLACE_CMD} -e '/^install-data-am:/s|install-docDATA||' \
35
		${WRKSRC}/doc/Makefile.in
36
	@${REINPLACE_CMD} -e '/usepackage/s|pstricks,xcolor|pstricks,tikz,xcolor|' \
32
	@${REINPLACE_CMD} -e '/usepackage/s|pstricks,xcolor|pstricks,tikz,xcolor|' \
37
		${WRKSRC}/doc/manual.tex
33
		${WRKSRC}/doc/manual.tex
38
	@${REINPLACE_CMD} -e '/^install-data-am:/s|install-docDATA||' \
39
		${WRKSRC}/samples/Makefile.in
40
41
post-install:
42
.if ${PORT_OPTIONS:MDOCS}
43
	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
44
		${MAKEFILE} ${MAKE_ARGS} install-data-local)
45
	@(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
46
		${MAKEFILE} ${MAKE_ARGS} install-docDATA)
47
	@(cd ${WRKSRC}/samples && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
48
		${MAKEFILE} ${MAKE_ARGS} install-docDATA)
49
.endif
50
34
51
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)graphics/epix/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (epix-1.2.11.tar.bz2) = 9cddcf135b04ffcb7640b581a4dfee406e1b743285490d21888eda0e2234ca44
1
SHA256 (epix-1.2.13.tar.bz2) = caffa4bae2c1d6c802bf7bcaef6e3b2cdcfa4b64ef2ca1b5f1c069e991fdb24a
2
SIZE (epix-1.2.11.tar.bz2) = 503858
2
SIZE (epix-1.2.13.tar.bz2) = 504585
(-)graphics/epix/pkg-plist (+4 lines)
Lines 89-94 Link Here
89
include/epix/utils.h
89
include/epix/utils.h
90
include/epix/verbatim.h
90
include/epix/verbatim.h
91
lib/epix/libepix.a
91
lib/epix/libepix.a
92
man/man1/elaps.1.gz
93
man/man1/epix.1.gz
94
man/man1/flix.1.gz
95
man/man1/laps.1.gz
92
%%PORTDOCS%%%%DOCSDIR%%/config/bash_completions
96
%%PORTDOCS%%%%DOCSDIR%%/config/bash_completions
93
%%PORTDOCS%%%%DOCSDIR%%/config/epix.el
97
%%PORTDOCS%%%%DOCSDIR%%/config/epix.el
94
%%PORTDOCS%%%%DOCSDIR%%/manual.pdf.gz
98
%%PORTDOCS%%%%DOCSDIR%%/manual.pdf.gz

Return to bug 181058