Replace deprecated kdebase component by libkonq Remove needless build dependence on qca plugin Remove needless USE_LDCONFIG Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->makc Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of net-im/kmess-kde4, Please note that PR ports/171216 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171216 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approved. On Aug 31, 2012, at 7:00 PM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of net-im/kmess-kde4, > > Please note that PR ports/171216 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171216 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org
State Changed From-To: feedback->open maintainer approved the patch
Author: makc Date: Fri Aug 31 23:05:10 2012 New Revision: 303451 URL: http://svn.freebsd.org/changeset/ports/303451 Log: Replace deprecated kdebase component by libkonq Remove needless build dependence on qca plugin Remove needless USE_LDCONFIG PR: ports/171216 Approved by: Mina R Waheeb (maintainer) Modified: head/net-im/kmess-kde4/Makefile Modified: head/net-im/kmess-kde4/Makefile ============================================================================== --- head/net-im/kmess-kde4/Makefile Fri Aug 31 23:04:24 2012 (r303450) +++ head/net-im/kmess-kde4/Makefile Fri Aug 31 23:05:10 2012 (r303451) @@ -7,6 +7,7 @@ PORTNAME= kmess PORTVERSION= 2.0.6.2 +PORTREVISION= 1 CATEGORIES= net-im kde MASTER_SITES= SF/${PORTNAME}/Latest%20versions/${PORTVERSION}/ @@ -14,18 +15,15 @@ MAINTAINER= syncer@gmail.com COMMENT= MSN Messenger client for KDE LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca -BUILD_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl -USE_LDCONFIG= ${PREFIX}/lib/kde4 LATEST_LINK= ${PORTNAME}-kde4 MAKE_JOBS_SAFE= yes USE_BZIP2= yes USE_GNOME= libxml2 libxslt -USE_KDE4= kdehier kdeprefix kdebase automoc4 -USE_QT4= corelib gui network opengl script svg webkit \ - qmake_build moc_build rcc_build uic_build phonon +USE_KDE4= kdehier kdeprefix kdelibs libkonq automoc4 +USE_QT4= qmake_build moc_build rcc_build uic_build USE_CMAKE= yes USE_GETTEXT= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed.