From owner-freebsd-ports Wed Feb 20 21:20:12 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 C0D6437B405 for ; Wed, 20 Feb 2002 21:20:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1L5K5i79249; Wed, 20 Feb 2002 21:20:05 -0800 (PST) (envelope-from gnats) Received: from peckdani.user.msu.edu (peckdani.user.msu.edu [35.11.173.86]) by hub.freebsd.org (Postfix) with ESMTP id 5B1ED37B405 for ; Wed, 20 Feb 2002 21:15:56 -0800 (PST) Received: (from dan@localhost) by peckdani.user.msu.edu (8.11.6/8.11.6) id g1L5K8j31197; Thu, 21 Feb 2002 00:20:08 -0500 (EST) (envelope-from dan) Message-Id: <200202210520.g1L5K8j31197@peckdani.user.msu.edu> Date: Thu, 21 Feb 2002 00:20:08 -0500 (EST) From: Dan Peck Reply-To: peckdani@msu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35168: x11/mgapdesk port broken 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: 35168 >Category: ports >Synopsis: x11/mgapdesk port broken >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 Feb 20 21:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dan Peck >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD peckdani.user.msu.edu 4.5-STABLE FreeBSD 4.5-STABLE #7: Mon Feb 18 22:03:28 EST 2002 root@peckdani.user.msu.edu:/usr/obj/usr/src/sys/DAEMONIC i386 >Description: The mgapdesk port refuses to build. >How-To-Repeat: cd /usr/ports/x11/mgapdesk && make >Fix: Attached diff fixes the problem. --- mgadiff begins here --- diff -ruN /usr/ports/x11/mgapdesk/Makefile mgapdesk/Makefile --- /usr/ports/x11/mgapdesk/Makefile Sat Jun 2 16:36:26 2001 +++ mgapdesk/Makefile Thu Feb 21 00:04:13 2002 @@ -29,5 +29,6 @@ post-extract: @${RM} -f ${WRKSRC}/config.cache + @${CHMOD} 750 ${WRKSRC}/missing .include diff -ruN /usr/ports/x11/mgapdesk/files/patch-makefile mgapdesk/files/patch-makefile --- /usr/ports/x11/mgapdesk/files/patch-makefile Wed Dec 31 19:00:00 1969 +++ mgapdesk/files/patch-makefile Thu Feb 21 00:04:13 2002 @@ -0,0 +1,17 @@ +--- Makefile.orig Thu Feb 21 00:00:38 2002 ++++ Makefile Thu Feb 21 00:00:55 2002 +@@ -40,10 +40,10 @@ + + top_builddir = . + +-ACLOCAL = aclocal +-AUTOCONF = autoconf +-AUTOMAKE = automake +-AUTOHEADER = autoheader ++#ACLOCAL = aclocal ++#AUTOCONF = autoconf ++#AUTOMAKE = automake ++#AUTOHEADER = autoheader + + INSTALL = /usr/bin/install -c + INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS) diff -ruN /usr/ports/x11/mgapdesk/files/patch-makefile.in mgapdesk/files/patch-makefile.in --- /usr/ports/x11/mgapdesk/files/patch-makefile.in Wed Dec 31 19:00:00 1969 +++ mgapdesk/files/patch-makefile.in Thu Feb 21 00:04:13 2002 @@ -0,0 +1,17 @@ +--- Makefile.in.orig Thu Feb 21 00:00:45 2002 ++++ Makefile.in Thu Feb 21 00:01:10 2002 +@@ -40,10 +40,10 @@ + + top_builddir = . + +-ACLOCAL = @ACLOCAL@ +-AUTOCONF = @AUTOCONF@ +-AUTOMAKE = @AUTOMAKE@ +-AUTOHEADER = @AUTOHEADER@ ++#ACLOCAL = @ACLOCAL@ ++#AUTOCONF = @AUTOCONF@ ++#AUTOMAKE = @AUTOMAKE@ ++#AUTOHEADER = @AUTOHEADER@ + + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) --- mgadiff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message