If you build a package for the syslog-ng2 port, a "Latest" link is not created; this is because NO_LATEST_LINK is set in the Makefile. Since the port already lives in sysutils/syslog-ng2, it makes sense to set PKGNAMESUFFIX and remove NO_LATEST_LINK. Then the package and directory names match and would allow syslog-ng and syslog-ng2 packages to co-exist in the /usr/ports/packages tree. Fix: See attached patch. ------- =_aaaaaaaaaa0 Content-Type: text/plain; name="patch-syslog-ng2.txt"; charset="us-ascii" Content-ID: <93687.1209150509.2@fun.ee.lbl.gov> ------- =_aaaaaaaaaa0----XjWNtHrYdO4CflIWhfY4c9sjXXOk7VPWHjWaB79tknZnN6p8 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.virgin Fri Apr 25 12:01:48 2008 +++ Makefile Fri Apr 25 12:02:20 2008 @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes USE_GNOME= glib20 USE_GCC= 3.3+ -NO_LATEST_LINK= yes +PKGNAMESUFFIX= 2 SUB_FILES= pkg-message SUB_LIST= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
Maintainer of sysutils/syslog-ng2, Please note that PR ports/123091 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/123091 -- 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)
Maintainer approved, please commit.
State Changed From-To: feedback->open Maintainer has approved.
edwin 2008-06-18 13:07:29 UTC FreeBSD ports repository Modified files: sysutils/syslog-ng2 Makefile Log: sysutils/syslog-ng2: [PATCH] syslog-ng2 package name and Latest link If you build a package for the syslog-ng2 port, a "Latest" link is not created; this is because NO_LATEST_LINK is set in the Makefile. Since the port already lives in sysutils/syslog-ng2, it makes sense to set PKGNAMESUFFIX and remove NO_LATEST_LINK. Then the package and directory names match and would allow syslog-ng and syslog-ng2 packages to co-exist in the /usr/ports/packages tree. PR: ports/123091 Submitted by: Craig Leres <leres@ee.lbl.gov> Approved by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> Revision Changes Path 1.10 +2 -2 ports/sysutils/syslog-ng2/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!