| Summary: | Fix security/sks build. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Mathieu Arnold <mat> | ||||
| Component: | Individual Port(s) | Assignee: | Johan van Selst <johans> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Mathieu Arnold
2013-08-14 08:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->johans Over to maintainer (via the GNATS Auto Assign Tool) Author: johans Date: Wed Aug 14 08:32:53 2013 New Revision: 324689 URL: http://svnweb.freebsd.org/changeset/ports/324689 Log: Note that parallel builds do not work While here, update Perl dependency style and WWW PR: ports/181275 Submitted by: mat Modified: head/security/sks/Makefile head/security/sks/pkg-descr Modified: head/security/sks/Makefile ============================================================================== --- head/security/sks/Makefile Wed Aug 14 08:32:51 2013 (r324688) +++ head/security/sks/Makefile Wed Aug 14 08:32:53 2013 (r324689) @@ -13,7 +13,9 @@ PROJECTHOST= sks-keyserver USE_OCAML= yes USE_BDB= 5 -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build +MAKE_JOBS_UNSAFE=yes USE_GMAKE= yes MAKE_ENV= BDBINCLUDE="-I${BDB_INCLUDE_DIR}" \ Modified: head/security/sks/pkg-descr ============================================================================== --- head/security/sks/pkg-descr Wed Aug 14 08:32:51 2013 (r324688) +++ head/security/sks/pkg-descr Wed Aug 14 08:32:53 2013 (r324689) @@ -10,4 +10,4 @@ Refer to the online references for point the public PGP databse (about 2Gb) and on tweaking the your configuration. http://www.keysigning.org/sks/ may help you getting started. -WWW: http://minskyprimus.net/sks/ +WWW: https://bitbucket.org/skskeyserver/sks-keyserver/ _______________________________________________ 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, thanks. |