Date: Thu, 21 Feb 2002 00:20:08 -0500 (EST) From: Dan Peck <peckdani@msu.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/35168: x11/mgapdesk port broken Message-ID: <200202210520.g1L5K8j31197@peckdani.user.msu.edu>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.post.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202210520.g1L5K8j31197>