Bug 171216 - net-im/kmess-kde4: replace deprecated kdebase component by libkonq
Summary: net-im/kmess-kde4: replace deprecated kdebase component by libkonq
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 18:00 UTC by Max Brazhnikov
Modified: 2012-09-01 00:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1020 bytes, patch)
2012-08-31 18:00 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov freebsd_committer freebsd_triage 2012-08-31 18:00:11 UTC
Replace deprecated kdebase component by libkonq
Remove needless build dependence on qca plugin
Remove needless USE_LDCONFIG

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-31 18:00:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-31 18:00:32 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-31 18:00:34 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Mina R Waheeb 2012-08-31 18:57:55 UTC
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
Comment 5 Max Brazhnikov freebsd_committer freebsd_triage 2012-08-31 23:53:39 UTC
State Changed
From-To: feedback->open

maintainer approved the patch
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-09-01 00:05:20 UTC
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"
Comment 7 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-01 00:06:13 UTC
State Changed
From-To: open->closed

Committed.