Date: Mon, 5 Jan 2004 23:45:23 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/60929: Update port: games/gnomechess Message-ID: <20040105234523.4607a850.tkato@prontomail.com> Resent-Message-ID: <200401051450.i05EoFQH089252@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 60929 >Category: ports >Synopsis: Update port: games/gnomechess >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 05 06:50:15 PST 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: >Environment: >Description: - Rearrange USE_GNOME >How-To-Repeat: >Fix: diff -urN /usr/ports/games/gnomechess/Makefile games/gnomechess/Makefile --- /usr/ports/games/gnomechess/Makefile Fri Nov 21 08:17:19 2003 +++ games/gnomechess/Makefile Sat Jan 3 23:41:15 2004 @@ -7,6 +7,7 @@ PORTNAME= gnomechess PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-chess/0.3 @@ -20,17 +21,9 @@ USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes -USE_PERL5_BUILD=yes +USE_GNOME= gnomecanvas gnomehack gnomeprefix libglade GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040105234523.4607a850.tkato>