ports/54070: [Update & Change-request] comms/hylafax 4.1.5 -> 4.1.6

Paul Everlund tdv94ped at cs.umu.se
Fri Jul 4 13:00:34 UTC 2003


The following reply was made to PR ports/54070; it has been noted by GNATS.

From: Paul Everlund <tdv94ped at cs.umu.se>
To: freebsd-gnats-submit at FreeBSD.org, tdv94ped at 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 at FreeBSD.org
 +MAINTAINER=    tdv94ped at 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}
 
 



More information about the freebsd-ports-bugs mailing list