Date: Fri, 4 May 2012 20:00:37 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: triosoft@triosoft.com.ua Subject: ports/167578: [PATCH] sysutils/komparator: update to 0.9 Message-ID: <201205041400.q44E0bGY004422@bofh.telnet.net.bd> Resent-Message-ID: <201205041410.q44EA2ca041918@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167578 >Category: ports >Synopsis: [PATCH] sysutils/komparator: update to 0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 04 14:10:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar 2 02:21:51 BDT >Description: - Update to 0.9 - Marked BROKEN for RELEASE-7 as one of it's dependency kdelibs3 is marked BROKEN For Committer's reference: http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/komparator-0.9.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/komparator-0.9.log http://tb.s.ubze.ro//logs/8.3-FreeBSD-i386/komparator-0.9.log http://tb.s.ubze.ro//logs/8.3-FreeBSD-amd64/komparator-0.9.log Port maintainer (triosoft@triosoft.com.ua) is cc'd. Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- komparator-0.9.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/komparator/Makefile ./Makefile --- /usr/ports/sysutils/komparator/Makefile 2010-12-04 13:33:39.000000000 +0600 +++ ./Makefile 2012-05-04 19:57:54.486891690 +0600 @@ -5,8 +5,7 @@ # $FreeBSD: ports/sysutils/komparator/Makefile,v 1.15 2010/12/04 07:33:39 ade Exp $ PORTNAME= komparator -PORTVERSION= 0.5 -PORTREVISION= 6 +PORTVERSION= 0.9 CATEGORIES= sysutils kde MASTER_SITES= SF @@ -19,8 +18,15 @@ USE_BZIP2= yes USE_GETTEXT= yes +INSTALLS_ICONS= yes DOCSDIR= ${PREFIX}/share/doc/HTML/en/komparator +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800000 +BROKEN= does not build fully as kdelibs3 is broken on FreeBSD 7.X +.endif + post-patch: ${REINPLACE_CMD} -e 's,-O2,,g ; \ s,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/${CONFIGURE_SCRIPT} @@ -30,4 +36,4 @@ ${REINPLACE_CMD} -e 's|doc po src|po src|g' ${WRKSRC}/Makefile .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/sysutils/komparator/distinfo ./distinfo --- /usr/ports/sysutils/komparator/distinfo 2011-03-19 18:32:43.000000000 +0600 +++ ./distinfo 2012-05-04 19:17:55.564891268 +0600 @@ -1,2 +1,2 @@ -SHA256 (komparator-0.5.tar.bz2) = 4a396a678a704dc908eb220de1848015ba5034cf8c0bfa6c6147b9ee0407c6a2 -SIZE (komparator-0.5.tar.bz2) = 802173 +SHA256 (komparator-0.9.tar.bz2) = a19d67487bcb8cbb3777b7a91603f8c85930af62b7573395a6b4ea1bed0a6038 +SIZE (komparator-0.9.tar.bz2) = 845097 diff -ruN --exclude=CVS /usr/ports/sysutils/komparator/pkg-plist ./pkg-plist --- /usr/ports/sysutils/komparator/pkg-plist 2007-01-11 15:51:34.000000000 +0600 +++ ./pkg-plist 2012-05-04 19:44:08.400894727 +0600 @@ -2,6 +2,7 @@ share/applnk/Utilities/komparator.desktop %%PORTDOCS%%%%DOCSDIR%%/common %%PORTDOCS%%%%DOCSDIR%%/komparator_search_options_basic.png +%%PORTDOCS%%%%DOCSDIR%%/komparator_settings.png %%PORTDOCS%%%%DOCSDIR%%/komparator_missing.png %%PORTDOCS%%%%DOCSDIR%%/komparator_duplicates.png %%PORTDOCS%%%%DOCSDIR%%/komparator_enable_tab.png @@ -18,8 +19,11 @@ %%PORTDOCS%%%%DOCSDIR%%/index.cache.bz2 share/icons/hicolor/16x16/apps/komparator.png share/icons/hicolor/32x32/apps/komparator.png +share/icons/hicolor/32x32/apps/komparator_working.mng share/icons/hicolor/64x64/apps/komparator.png share/locale/de/LC_MESSAGES/komparator.mo +share/locale/fr/LC_MESSAGES/komparator.mo share/locale/nl/LC_MESSAGES/komparator.mo +share/locale/it/LC_MESSAGES/komparator.mo share/locale/ru/LC_MESSAGES/komparator.mo %%PORTDOCS%%@dirrm %%DOCSDIR%% --- komparator-0.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205041400.q44E0bGY004422>