Date: Wed, 29 Dec 1999 15:30:27 -0500 (EST) From: Will Andrews <andrews@technologist.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/15771: update port x11-wm/wmthemeinstall to fix MASTER_SITE(s) Message-ID: <199912292030.PAA82063@shadow.blackdawn.com>
next in thread | raw e-mail | index | archive | help
>Number: 15771 >Category: ports >Synopsis: update port x11-wm/wmthemeinstall to fix MASTER_SITE(s) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 12:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.4-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Dec 28 10:44:21 EST 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: This is just a MASTER_SITE update for wmthemeinstall to fix the breakage. Thanks to the fact that I tend to keep my distfiles for a VERY long time (I have some 500MB of distfiles, including ones for versions of libraries and programs I don't use anymore), I had a copy of the distfile. Also thanks to ftpsearch.ntnu.no, I was able to find another site to put in this MASTER_SITE. The first MASTER_SITE is thanks to Ade Lovett. I'd rather use a U.S.-based site than a Russian for the primary MASTER_SITE. Additionally, I wasn't about to let this port die since I'm sure a large number of WindowMaker people will find it useful. :-) There is also a sed->perl use change that will reduce the Makefile by a few bytes. :-) There is no MD5 checksum update. >How-To-Repeat: Use the diff below to fix the current port. >Fix: diff -urN wmthemeinstall/Makefile wmthemeinstall.new/Makefile --- wmthemeinstall/Makefile Sun Oct 10 19:59:11 1999 +++ wmthemeinstall.new/Makefile Wed Dec 29 10:37:12 1999 @@ -8,7 +8,8 @@ DISTNAME= wmthemeinstall-0.62 CATEGORIES= x11-wm -MASTER_SITES= http://hellblazer.dhis.org/projects/wmthemeinstall/download/ +MASTER_SITES= http://www.lovett.com/FreeBSD/ \ + ftp://ftp.cronyx.ru/.w3/distfiles/ MAINTAINER= andrews@technologist.com @@ -22,9 +23,7 @@ DOCS_DIR= ${PREFIX}/share/wmthemeinstall pre-build: - @${SED} -e s,/usr/local,${PREFIX},g ${WRKSRC}/wmOptions.c \ - > ${WRKSRC}/wmOptions.c.new - @${MV} ${WRKSRC}/wmOptions.c.new ${WRKSRC}/wmOptions.c + @${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/wmOptions.c do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmthemeinstall ${PREFIX}/bin >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912292030.PAA82063>