From owner-freebsd-ports Thu Jan 3 1:20:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D935F37B41C for ; Thu, 3 Jan 2002 01:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g039K1I99509; Thu, 3 Jan 2002 01:20:01 -0800 (PST) (envelope-from gnats) Received: from mdw.elis.rug.ac.be (mdw.elis.rug.ac.be [157.193.67.161]) by hub.freebsd.org (Postfix) with SMTP id E626737B41D for ; Thu, 3 Jan 2002 01:13:27 -0800 (PST) Received: (qmail 22795 invoked by uid 1000); 3 Jan 2002 09:13:26 -0000 Message-Id: <20020103091326.22794.qmail@mdw.elis.rug.ac.be> Date: 3 Jan 2002 09:13:26 -0000 From: Michiel De Wilde To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33507: Again, unbreak port: x11-wm/mosfet-liquid (by maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 # -# $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