Date: 2 Jan 2002 09:23:02 -0000 From: Michiel De Wilde <michiel.dewilde@rug.ac.be> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33462: Unbreak port: x11-wm/mosfet-liquid (by MAINTAINER) Message-ID: <20020102092302.34458.qmail@mdw.elis.rug.ac.be>
next in thread | raw e-mail | index | archive | help
>Number: 33462 >Category: ports >Synopsis: Unbreak port: x11-wm/mosfet-liquid (by MAINTAINER) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 02 01:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michiel De Wilde >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: Ghent University >Environment: System: FreeBSD mdw.elis.rug.ac.be 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Fri Dec 21 12:26:48 CET 2001 root@mdw.elis.rug.ac.be:/usr/obj/usr/src/sys/mdw.elis.rug.ac.be i386 >Description: Recent update of devel/autoconf to 2.52 breaks x11-wm/mosfet-liquid. >How-To-Repeat: >Fix: Use devel/autoconf213 instead. Increment PORTREVISION. This is accomplished by patch -p0: --- Makefile.orig Sat Dec 15 15:06:30 2001 +++ Makefile Wed Jan 2 10:04:09 2002 @@ -7,6 +7,7 @@ PORTNAME= mosfet-liquid PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= x11-wm kde MASTER_SITES= http://www.mosfet.org/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -14,7 +15,7 @@ MAINTAINER= michiel.dewilde@rug.ac.be BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \ - autoconf:${PORTSDIR}/devel/autoconf + autoconf213:${PORTSDIR}/devel/autoconf213 GNU_CONFIGURE= yes USE_GMAKE= yes --- files/patch-admin::Makefile.common.orig Tue Nov 6 15:46:22 2001 +++ files/patch-admin::Makefile.common Wed Jan 2 09:55:48 2002 @@ -1,28 +1,38 @@ ---- admin/Makefile.common.orig Wed Oct 31 15:17:47 2001 -+++ admin/Makefile.common Wed Oct 31 15:18:24 2001 -@@ -13,11 +13,11 @@ +--- admin/Makefile.common.orig Fri Jun 15 05:54:12 2001 ++++ admin/Makefile.common Wed Jan 2 09:41:45 2002 +@@ -13,15 +13,15 @@ $(MAKE) -f Makefile.am top_srcdir=. configure.in ;\ fi @echo "*** Retrieving configure tests needed by configure.in" - @aclocal + @aclocal14 @echo "*** Scanning for include statements" - @autoheader +- @autoheader ++ @autoheader213 @echo "*** Building Makefile templates" - @automake + @automake14 @echo "*** Scanning for moc files and kde tags" @perl admin/am_edit @echo "*** Building configure" -@@ -48,9 +48,9 @@ +- @autoconf ++ @autoconf213 + @if test -r configure.in.in ; then \ + perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\ + then\n perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\ +@@ -48,11 +48,11 @@ @if test -r configure.in.in; then \ $(MAKE) -f Makefile.am top_srcdir=. subdirs configure.in; \ fi ;\ - aclocal; \ -+ aclocal14; \ - autoheader; \ +- autoheader; \ - automake --foreign --include-deps; \ ++ aclocal14; \ ++ autoheader213; \ + automake14 --foreign --include-deps; \ perl admin/am_edit; \ - autoconf; \ +- autoconf; \ ++ autoconf213; \ if test -r configure.in.in ; then \ + perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\ + then\n perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\ >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?20020102092302.34458.qmail>