Date: Fri, 8 Nov 2002 12:49:34 -0600 (CST) From: Mark Linimon <linimon@lonesome.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45144: fix build for x11/fspanel and update version Message-ID: <200211081849.gA8InYBB041444@lonesome.lonesome.com>
next in thread | raw e-mail | index | archive | help
>Number: 45144 >Category: ports >Synopsis: fix build for x11/fspanel and update version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 08 09:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-4.6 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Mon Oct 7 10:28:05 CDT 2002 linimon@lonesome.lonesome.com:/usr/src/sys/compile/OVERKILL i386 >Description: per Fenner's list, wouldn't fetch. Also wouldn't build. Also, wasn't latest release. >How-To-Repeat: make install >Fix: --- Makefile.dist Tue Apr 2 10:36:27 2002 +++ Makefile Fri Nov 8 12:42:42 2002 @@ -6,22 +6,18 @@ # PORTNAME= fspanel -PORTVERSION= 0.7.6 +PORTVERSION= 0.8beta1 CATEGORIES= x11 -MASTER_SITES= http://sapphire.sourceforge.net/ - -# patched version is from sapphire project (0.7.6) -# the original version (0.7) is there -#MASTER_SITES= http://www.chatjunkies.org/${PORTNAME}/ +MASTER_SITES= http://www.chatjunkies.org/${PORTNAME}/ MAINTAINER= anarcat@anarcat.dyndns.org -USE_X_PREFIX= yes -MAKEFILE= Makefile.freebsd +GNU_CONFIGURE= yes +USE_REINPLACE= yes ALL_TARGET= ${PORTNAME} -pre-patch: - @${PERL} -pi.orig -e "s#/usr/local#${PREFIX}#g" ${WRKSRC}/${MAKEFILE} +pre-install: + @${REINPLACE_CMD} -e 's#/usr/local#${PREFIX}#g' ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin --- distinfo.dist Tue Apr 2 10:36:27 2002 +++ distinfo Fri Nov 8 01:04:33 2002 @@ -1 +1 @@ -MD5 (fspanel-0.7.6.tar.gz) = ee8bc3407d5861ead66cc0e4eb4d2dc5 +MD5 (fspanel-0.8beta1.tar.gz) = 213ea167a50c4971c3c110db9b4be4e9 >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?200211081849.gA8InYBB041444>