Date: Fri, 4 Jul 2003 06:00:33 -0700 (PDT) From: Paul Everlund <tdv94ped@cs.umu.se> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/54070: [Update & Change-request] comms/hylafax 4.1.5 -> 4.1.6 Message-ID: <200307041300.h64D0Xdb046463@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/54070; it has been noted by GNATS. From: Paul Everlund <tdv94ped@cs.umu.se> To: freebsd-gnats-submit@FreeBSD.org, tdv94ped@cs.umu.se Cc: Subject: Re: ports/54070: [Update & Change-request] comms/hylafax 4.1.5 -> 4.1.6 Date: Fri, 04 Jul 2003 14:53:37 +0200 Thanks for pointing that out: DOCSDIR! Here's an updated Makefile- diff. --- ../hylafax/Makefile Mon Mar 10 20:35:22 2003 +++ Makefile Fri Jul 4 14:49:00 2003 @@ -6,14 +6,15 @@ # PORTNAME= hylafax -PORTVERSION= 4.1.5 +PORTVERSION= 4.1.6 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tdv94ped@cs.umu.se COMMENT= Fax software BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm + # no dependency on ghostscript because we don't know which # version the user prefers LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ @@ -27,16 +28,18 @@ --with-TIFFINC="${LOCALBASE}/include" \ --with-GCOPTS=" " --with-GCXXOPTS=" " \ --with-REGEX=no --with-LIBREGEX='' --with-REGEXINC=none \ - --with-DIR_HTML="${LOCALBASE}/share/doc/hylafax" + --with-DIR_HTML="${DOCSDIR}" + # Defaults to "North American Letter". Use "ISO A4" for A4. .ifdef PAGESIZE CONFIGURE_ARGS+=--with-PAGESIZE="${PAGESIZE}" .endif + .if defined(PACKAGE_BUILDING) || defined(BATCH) CONFIGURE_ARGS+=--nointeractive .endif -MAKE_ARGS+= OPTIMIZER="" -EOPTIMIZER +MAKE_ARGS+= OPTIMIZER="" -EOPTIMIZER HAS_CONFIGURE= yes CONFIGURE_ENV= ENVOPTS="${CFLAGS}" @@ -61,6 +64,9 @@ post-extract: ${RM} -rf ${WRKSRC}/zlib ${WRKSRC}/regex + +pre-install: +PLIST_SUB= SPOOL="`${GREP} SPOOL ${WRKSRC}/defs | ${CUT} -c10-`" post-install: ${CHOWN} uucp ${SUID_EXES}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307041300.h64D0Xdb046463>