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

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	foomatic-filters
4
PORTNAME=	foomatic-filters
5
PORTVERSION=	4.0.17
5
PORTVERSION=	4.0.17
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://www.openprinting.org/download/foomatic/
8
MASTER_SITES=	http://www.openprinting.org/download/foomatic/
9
9
Lines 15-22 Link Here
15
15
16
LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus
16
LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus
17
17
18
CONFLICTS=	cups-filters-1.8*
19
20
USES=		autoreconf ghostscript perl5 pkgconfig
18
USES=		autoreconf ghostscript perl5 pkgconfig
21
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
22
CONFIGURE_ENV=	ac_cv_path_A2PS=${LOCALBASE}/bin/a2ps \
20
CONFIGURE_ENV=	ac_cv_path_A2PS=${LOCALBASE}/bin/a2ps \
Lines 75-80 Link Here
75
	@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c
73
	@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c
76
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/foomaticrip.c
74
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/foomaticrip.c
77
	@${REINPLACE_CMD} -e '/filter.conf/ s|if|#if|g' ${WRKSRC}/Makefile.in
75
	@${REINPLACE_CMD} -e '/filter.conf/ s|if|#if|g' ${WRKSRC}/Makefile.in
76
	@${MV} ${WRKSRC}/beh.in ${WRKSRC}/foomatic-beh.in
77
	@${REINPLACE_CMD} -e 's|beh|foomatic-beh|' ${WRKSRC}/foomatic-beh.in
78
78
79
post-install:
79
post-install:
80
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/foomatic-rip
80
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/foomatic-rip

Return to bug 207181