Bug 180279 - emulators/tiemu3 : remove support for expired KDE3
Summary: emulators/tiemu3 : remove support for expired KDE3
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: Rene Ladan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-04 18:50 UTC by Rene Ladan
Modified: 2013-07-08 13:00 UTC (History)
0 users

See Also:


Attachments
file.diff (388 bytes, patch)
2013-07-04 18:50 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan freebsd_committer freebsd_triage 2013-07-04 18:50:01 UTC
Remove support for the expired KDE3 port (WITH_KDE knob).

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-04 18:50:08 UTC
Maintainer of emulators/tiemu3,

Please note that PR ports/180279 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/180279

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-04 18:50:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Naram Qashat 2013-07-04 19:48:24 UTC
This is fine.

On 07/04/13 13:50, Edwin Groothuis wrote:
> Maintainer of emulators/tiemu3,
>
> Please note that PR ports/180279 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/180279
>
Comment 4 Rene Ladan freebsd_committer freebsd_triage 2013-07-04 23:30:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rene

Track
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-07-08 12:52:01 UTC
Author: rene
Date: Mon Jul  8 11:51:42 2013
New Revision: 322495
URL: http://svnweb.freebsd.org/changeset/ports/322495

Log:
  Remove WITH_KDE3 knob which provided support for the expired KDE3.
  
  PR:		ports/180279
  Submitted by:	myself
  Approved by:	cyberbotx@cyberbotx.com (maintainer)

Modified:
  head/emulators/tiemu3/Makefile

Modified: head/emulators/tiemu3/Makefile
==============================================================================
--- head/emulators/tiemu3/Makefile	Mon Jul  8 11:51:37 2013	(r322494)
+++ head/emulators/tiemu3/Makefile	Mon Jul  8 11:51:42 2013	(r322495)
@@ -37,11 +37,7 @@ CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB=	NLS="@comment "
 .endif
 
-.if !defined(WITH_KDE)
 CONFIGURE_ARGS+=	--without-kde
-.else
-USE_KDELIBS_VER=	3
-.endif
 
 post-patch: .SILENT
 	${REINPLACE_CMD} -E 's,(install-data-am:).*$$,\1,' ${WRKSRC}/Makefile.in
_______________________________________________
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 6 Rene Ladan freebsd_committer freebsd_triage 2013-07-08 12:57:55 UTC
State Changed
From-To: feedback->closed

Committed, thanks