ports/64179: games/grande build fix

Lee Harr missive at hotmail.com
Fri Mar 12 21:40:13 UTC 2004


>Number:         64179
>Category:       ports
>Synopsis:       games/grande build fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 12 13:40:11 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lee Harr
>Release:        -stable
>Organization:
>Environment:
FreeBSD homer 4.9-STABLE FreeBSD 4.9-STABLE #3: Fri Mar  5 18:14:40 EST 2004     lee at homer:/mnt/obj/mnt/src/sys/HOMER  i386

>Description:
Building ports/games/grande was failing.


automake: configure.in: required file `./depcomp' not found
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
*** Error code 1

>How-To-Repeat:
Try to build or upgrade games/grande

>Fix:
Need to run aclocal before configuring, and create the
file depcomp in the work area. This patch does the trick:


--- Makefile.orig       Fri Jan 30 17:47:30 2004
+++ Makefile    Fri Mar 12 07:40:07 2004
@@ -22,6 +22,12 @@
 USE_X_PREFIX=  yes
 GNU_CONFIGURE= yes
 USE_AUTOCONF_VER=      253
+ACLOCAL=        aclocal
+
+pre-configure:
+       cd ${WRKDIR}/${DISTNAME} && ${ACLOCAL}
+       cd ${WRKDIR}/${DISTNAME} && touch depcomp
+

 pre-install:
        ${MKDIR} ${PREFIX}/share/${PORTNAME}/score

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list