Date: Mon, 2 Feb 2004 23:50:32 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62265: Update port: print/tipograf to 0.5 Message-ID: <20040202235032.09963602.tkato@prontomail.com> Resent-Message-ID: <200402021500.i12F0dnj071999@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62265 >Category: ports >Synopsis: Update port: print/tipograf to 0.5 >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 Feb 02 07:00:38 PST 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: >Environment: >Description: - Updte to version 0.5 >How-To-Repeat: >Fix: diff -urN /usr/ports/print/tipograf/Makefile print/tipograf/Makefile --- /usr/ports/print/tipograf/Makefile Tue Jan 27 13:20:16 2004 +++ print/tipograf/Makefile Mon Feb 2 23:18:52 2004 @@ -7,8 +7,7 @@ # PORTNAME= tipograf -PORTVERSION= 0.4 -PORTREVISION= 1 +PORTVERSION= 0.5 CATEGORIES= print MASTER_SITES= http://www.falk-henrich.de/download/ @@ -18,19 +17,18 @@ BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-letter RUN_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-letter -USE_REINPLACE= yes USE_QT_VER= 3 +USE_REINPLACE= yes +USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-qt-dir=${QT_PREFIX} -USE_GMAKE= yes -post-extract: - @(cd ${WRKSRC}/src && ${TOUCH} *.ui) +QTCPPFLAGS+= ${PTHREAD_CFLAGS} +QTCFGLIBS+= ${PTHREAD_LIBS} post-patch: - @${REINPLACE_CMD} -e "s|-lqt|-lqt-mt|g" \ - -e "s|qt.so.3|qt-mt.so.3|g" \ - -e "s|qt.so|qt-mt.so|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|-Wall -O0|@CXXFLAGS@|g' ${WRKSRC}/src/Makefile.in .include <bsd.port.mk> diff -urN /usr/ports/print/tipograf/distinfo print/tipograf/distinfo --- /usr/ports/print/tipograf/distinfo Fri Jan 30 14:53:47 2004 +++ print/tipograf/distinfo Mon Feb 2 23:03:24 2004 @@ -1,2 +1,2 @@ -MD5 (tipograf-0.4.tar.gz) = abe1290e416c8a2a2312a8fbc9a5fd6b -SIZE (tipograf-0.4.tar.gz) = 211698 +MD5 (tipograf-0.5.tar.gz) = 241c942eb5acfb2ba55da4d672f14942 +SIZE (tipograf-0.5.tar.gz) = 230020 diff -urN /usr/ports/print/tipograf/pkg-plist print/tipograf/pkg-plist --- /usr/ports/print/tipograf/pkg-plist Fri Dec 5 09:54:49 2003 +++ print/tipograf/pkg-plist Mon Feb 2 23:10:34 2004 @@ -1,7 +1,4 @@ bin/tipograf -%%DATADIR%%/trans/tipograf_de.qm -@dirrm %%DATADIR%%/trans -@dirrm %%DATADIR%% %%DOCSDIR%%/benutzerhandbuch.dvi %%DOCSDIR%%/benutzerhandbuch.ps %%DOCSDIR%%/html/de/benutzerhandbuch.css @@ -26,7 +23,10 @@ %%DOCSDIR%%/html/en/userguide.html %%DOCSDIR%%/userguide.dvi %%DOCSDIR%%/userguide.ps -@dirrm %%DOCSDIR%%/html/de +%%DATADIR%%/trans/tipograf_de.qm +@dirrm %%DATADIR%%/trans +@dirrm %%DATADIR%% @dirrm %%DOCSDIR%%/html/en +@dirrm %%DOCSDIR%%/html/de @dirrm %%DOCSDIR%%/html @dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040202235032.09963602.tkato>