Bug 94017 - [UPDATE PORT] sysutils/komparator
Summary: [UPDATE PORT] sysutils/komparator
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-02 08:50 UTC by Alexander V. Ribchansky
Modified: 2006-04-15 22:50 UTC (History)
0 users

See Also:


Attachments
file.diff (494 bytes, patch)
2006-03-02 08:50 UTC, Alexander V. Ribchansky
no flags Details | Diff
file.diff (1.75 KB, patch)
2006-03-02 08:50 UTC, Alexander V. Ribchansky
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander V. Ribchansky 2006-03-02 08:50:03 UTC
update to komparator-0.3

Fix: PORTNAME=      komparator
-PORTVERSION=   0.2
+PORTVERSION=   0.3
 CATEGORIES=    sysutils kde
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    ${PORTNAME}
@@ -13,13 +13,19 @@
 MAINTAINER=    triosoft@triosoft.com.ua
 COMMENT=       KDE app that searches and synchronizes two directories

-USE_KDELIBS_VER=3
-USE_REINPLACE= yes
+USE_KDELIBS_VER=       3
 USE_GMAKE=     yes
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
+USE_BZIP2=     yes

 DOCSDIR=       ${PREFIX}/share/doc/HTML/en/komparator

+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=        "Does not build on 4.X"
+.endif
+
 post-patch:
        ${REINPLACE_CMD} -e 's,-O2,,g ; \
                s,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/${CONFIGURE_SCRIPT}
@@ -29,4 +35,4 @@
        ${REINPLACE_CMD} -e 's|doc po src|po src|g' ${WRKSRC}/Makefile
 .endif

-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2006-04-15 22:49:14 UTC
State Changed
From-To: open->closed

committed, thanks. 

Please make your diffs against the lastest version of the Port next time.