Remove support for the expired KDE3 port (WITH_KDE knob). Fix: Patch attached with submission follows:
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
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 >
Responsible Changed From-To: freebsd-ports-bugs->rene Track
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"
State Changed From-To: feedback->closed Committed, thanks