From owner-freebsd-ports Wed Nov 4 13:19:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07054 for freebsd-ports-outgoing; Wed, 4 Nov 1998 13:19:59 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07049 for ; Wed, 4 Nov 1998 13:19:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA28883; Wed, 4 Nov 1998 13:20:00 -0800 (PST) Date: Wed, 4 Nov 1998 13:20:00 -0800 (PST) Message-Id: <199811042120.NAA28883@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Bill Fumerola Subject: ports/8128 update Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/8128; it has been noted by GNATS. From: Bill Fumerola To: freebsd-gnats-submit@freebsd.org Cc: Subject: ports/8128 update Date: Wed, 4 Nov 1998 16:19:26 -0500 (EST) htdig was updated, and I found a flaw in my sed, (I don't know if previous releases overwrite CONFIG, but this one does at least.) Either way, please patch my submission before committing, patch-aa (and hence the patches directory) was also removed, as I was able to do what I wanted with GNU_CONFIGURE and less sed statements. (double bonus) - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany --- Makefile.old Wed Nov 4 14:06:53 1998 +++ Makefile Wed Nov 4 16:04:50 1998 @@ -6,27 +6,21 @@ # $Id: $ # -DISTNAME= htdig-3.1.0b1 +DISTNAME= htdig-3.1.0b2 PKGNAME= htdig-3.1.0 CATEGORIES= textproc MASTER_SITES= http://www.htdig.org/files/ MAINTAINER= billf@chc-chimes.com -USE_AUTOCONF= ohyeah +GNU_CONFIGURE= yes BUILD_TARGET= depends all -# changing the order in which these sed's occur would be -# REALLY bad. the first one changes the conf/bin/share structures -# and the second changes the www cgi/html info. our structure -# is significantly different then the [ugly] SYSV /opt tree. - post-patch: - ${MV} ${WRKSRC}/CONFIG ${WRKSRC}/CONFIG.old - ${CAT} ${WRKSRC}/CONFIG.old | \ - ${SED} 's#/opt/www/htdig#${PREFIX}#g' | \ - ${SED} 's#/opt/www/#${PREFIX}/www/#g' | \ - ${SED} 's#htdocs#data#g' >> ${WRKSRC}/CONFIG + ${MV} ${WRKSRC}/CONFIG.in ${WRKSRC}/CONFIG.in.old + ${CAT} ${WRKSRC}/CONFIG.in.old | \ + ${SED} -e 's#/opt/www/#${PREFIX}/www/#g' | \ + ${SED} -e 's#htdocs#data#g' >> ${WRKSRC}/CONFIG.in .include --- md5.old Thu Oct 1 18:35:09 1998 +++ files/md5 Wed Nov 4 15:27:01 1998 @@ -1 +1 @@ -MD5 (htdig-3.1.0b1.tar.gz) = 90023f3f284745d0ccde694572bc5641 +MD5 (htdig-3.1.0b2.tar.gz) = 1c3ae51acfd8aeea84b47693f5fa8f05 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message