Date: 3 Jan 2002 09:13:26 -0000 From: Michiel De Wilde <michiel.dewilde@rug.ac.be> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33507: Again, unbreak port: x11-wm/mosfet-liquid (by maintainer) Message-ID: <20020103091326.22794.qmail@mdw.elis.rug.ac.be>
next in thread | raw e-mail | index | archive | help
>Number: 33507 >Category: ports >Synopsis: Again, unbreak port: x11-wm/mosfet-liquid (by maintainer) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jan 03 01:20:01 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: When committing a change due to PR ports/33462, the committer inserted USE_AUTOMAKE into the Makefile. The early invocation of auto{conf,make} inhibits the creation of *.moc files by a special configuration script inside the distribution, which itself calls auto{conf,make} anyway. The build process then doesn't find the moc files and dies. >How-To-Repeat: How to not repeat: Next time, committers please please check the build process before committing self-initiated changes. >Fix: Apply this patch from within x11-wm/mosfet-liquid (and shouldn't PORTREVISION be incremented too, like I did in the patch?): >Release-Note: >Audit-Trail: >Unformatted: --- Makefile.orig Thu Jan 3 09:48:10 2002 +++ Makefile Thu Jan 3 09:47:36 2002 @@ -2,18 +2,22 @@ # Date created: August 22 2001 # Whom: Michiel De Wilde <michiel.dewilde@rug.ac.be> # -# $FreeBSD: ports/x11-wm/mosfet-liquid/Makefile,v 1.5 2002/01/03 01:49:32 pat Exp $ +# $FreeBSD: ports/x11-wm/mosfet-liquid/Makefile,v 1.4 2001/12/15 14:06:30 pat Exp $ # PORTNAME= mosfet-liquid PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= x11-wm kde MASTER_SITES= http://www.mosfet.org/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= michiel.dewilde@rug.ac.be -USE_AUTOMAKE= yes +BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \ + autoconf213:${PORTSDIR}/devel/autoconf213 + +GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=2 INSTALLS_SHLIB= yes 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?20020103091326.22794.qmail>