Date: Sat, 21 Dec 2002 16:00:36 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46431: Update port: deskutils/tuxcars to 1.0.b2.1 (fix ports/45934) Message-ID: <20021221160036.6ac63c5f.tkato@prontomail.com>
next in thread | raw e-mail | index | archive | help
>Number: 46431 >Category: ports >Synopsis: Update port: deskutils/tuxcars to 1.0.b2.1 (fix ports/45934) >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 Dec 20 23:10:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0beta2.1 Following PRs shuold be superseded by this one: [2002/12/02] ports/45934 arved Update port: deskutils/tuxcards to 1.0.b2 >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/tuxcards/Makefile deskutils/tuxcards/Makefile --- /usr/ports/deskutils/tuxcards/Makefile Mon Dec 2 19:02:12 2002 +++ deskutils/tuxcards/Makefile Sat Dec 21 00:11:28 2002 @@ -6,34 +6,34 @@ # PORTNAME= tuxcards -PORTVERSION= 0.8 -PORTREVISION= 1 +PORTVERSION= 1.0.b2.1 CATEGORIES= deskutils -MASTER_SITES= http://www.arved.de/bsd/src/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-ohneCactus +MASTER_SITES= http://www.stud.uni-karlsruhe.de/~ut3c/ \ + http://www.arved.de/bsd/src/ +DISTNAME= ${PORTNAME}-${PORTVERSION:R:S/.b/beta/}_${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes -USE_QT_VER= 2 -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} + +QTDIR?= ${X11BASE} + +USE_QT_VER= 3 USE_REINPLACE= yes +MAKE_ENV= QTDIR="${QTDIR}" -.include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e 's|warn_on|warn_on thread|g' ${WRKSRC}/tuxcards.pro -.if ${OSVERSION} > 500038 -BROKEN= "Does not build with gcc 3.1" +do-configure: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \ + -spec ${X11BASE}/mkspecs/freebsd-g++ tuxcards.pro + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/en/*.* ${DOCSDIR} .endif -pre-patch: - @${REINPLACE_CMD} -e 's|[$$](prefix)/doc|\$$\(prefix\)/share/doc|' \ - ${WRKSRC}/tuxcards/docs/en/Makefile.in - @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure -.ifdef(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|install-data-am\: install-data-local||' \ - ${WRKSRC}/tuxcards/docs/en/Makefile.in -.endif #NOPORTDOCS - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -urN /usr/ports/deskutils/tuxcards/distinfo deskutils/tuxcards/distinfo --- /usr/ports/deskutils/tuxcards/distinfo Sat May 18 04:23:30 2002 +++ deskutils/tuxcards/distinfo Sat Dec 21 00:11:46 2002 @@ -1 +1 @@ -MD5 (tuxcards-0.8-ohneCactus.tar.gz) = d83c5ff630fececca3975724facc8d65 +MD5 (tuxcards-1.0beta2_1.tar.gz) = 473dbff9accbceb8222f91c7c10f758f diff -urN /usr/ports/deskutils/tuxcards/pkg-plist deskutils/tuxcards/pkg-plist --- /usr/ports/deskutils/tuxcards/pkg-plist Sat Jan 12 08:36:07 2002 +++ deskutils/tuxcards/pkg-plist Tue Dec 3 05:08:48 2002 @@ -1,4 +1,8 @@ bin/tuxcards +%%PORTDOCS%%share/doc/tuxcards/TuxCardsBunt.gif +%%PORTDOCS%%share/doc/tuxcards/addKnoten.gif +%%PORTDOCS%%share/doc/tuxcards/changeProberty.gif +%%PORTDOCS%%share/doc/tuxcards/deleteKnoten.gif %%PORTDOCS%%share/doc/tuxcards/index-1.html %%PORTDOCS%%share/doc/tuxcards/index-2.html %%PORTDOCS%%share/doc/tuxcards/index-3.html @@ -6,4 +10,12 @@ %%PORTDOCS%%share/doc/tuxcards/index-5.html %%PORTDOCS%%share/doc/tuxcards/index-6.html %%PORTDOCS%%share/doc/tuxcards/index.html +%%PORTDOCS%%share/doc/tuxcards/index.nif +%%PORTDOCS%%share/doc/tuxcards/index.sgml +%%PORTDOCS%%share/doc/tuxcards/logotp3.png +%%PORTDOCS%%share/doc/tuxcards/new.gif +%%PORTDOCS%%share/doc/tuxcards/open.gif +%%PORTDOCS%%share/doc/tuxcards/save.gif +%%PORTDOCS%%share/doc/tuxcards/search.gif +%%PORTDOCS%%share/doc/tuxcards/whatis.gif %%PORTDOCS%%@dirrm share/doc/tuxcards >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?20021221160036.6ac63c5f.tkato>