Date: Fri, 21 Jul 2000 20:44:41 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/20100: Update port: games/gcompris Message-ID: <20000722034441.884DD37B832@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 20100 >Category: ports >Synopsis: Update port: games/gcompris >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: Fri Jul 21 20:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Use USE_AUTOMAKE - Remove USE_GMAKE - Remove redundant LIB_DEPENDS >How-To-Repeat: >Fix: diff -urN /usr/ports/games/gcompris/Makefile games/gcompris/Makefile --- /usr/ports/games/gcompris/Makefile Sat Jul 22 01:05:18 2000 +++ games/gcompris/Makefile Sat Jul 22 10:25:31 2000 @@ -14,24 +14,20 @@ MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - Xpm.4:${PORTSDIR}/graphics/xpm - -USE_X_PREFIX= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +USE_X_PREFIX= yes +USE_AUTOMAKE= yes +AUTOMAKE= automake -a -i CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-extract: - @${LN} -sf ${LOCALBASE}/share/automake/install-sh ${WRKSRC}/install-sh - @${LN} -sf ${LOCALBASE}/share/automake/mkinstalldirs ${WRKSRC}/mkinstalldirs + @find ${WRKSRC} -type l -delete .include <bsd.port.mk> >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?20000722034441.884DD37B832>