Summary: | [PATCH] net/pmf: make plist DOCSDIR,DATADIR,EXAMPLESDIR safe, use $SUB_FILES to update pmfrc.default | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Sevan Janiyan <venture37> | ||||
Component: | Individual Port(s) | Assignee: | Greg Larkin <glarkin> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Sevan Janiyan
2010-01-24 07:00:06 UTC
Responsible Changed From-To: freebsd-ports-bugs->glarkin I'll take it. glarkin 2010-02-02 19:36:09 UTC FreeBSD ports repository Modified files: net/pmf Makefile pkg-plist net/pmf/files patch-error.c patch-tty.c Added files: net/pmf/files patch-Makefile patch-c_packages__Makefile patch-c_packages__safe_malloc__Makefile patch-c_packages__safe_malloc__fatal.c patch-config.h patch-main.c patch-misc.c Removed files: net/pmf/files patch-ab patch-ac patch-ad patch-ae patch-af patch-c_packages-safe_malloc-Makefile patch-c_packages-safe_malloc-fatal.c Log: - Parameterized pkg-plist [1] - Use SUB_FILES to create pmfrc.default [1] - Added another MASTER_SITE - Recreated patches with "make makepatch" for readability - Added handling for NOPORTEXAMPLES PR: ports/143146 [1] Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> [1] Revision Changes Path 1.23 +6 -6 ports/net/pmf/Makefile 1.1 +68 -0 ports/net/pmf/files/patch-Makefile (new) 1.4 +0 -68 ports/net/pmf/files/patch-ab (dead) 1.4 +0 -42 ports/net/pmf/files/patch-ac (dead) 1.4 +0 -43 ports/net/pmf/files/patch-ad (dead) 1.2 +0 -11 ports/net/pmf/files/patch-ae (dead) 1.2 +0 -11 ports/net/pmf/files/patch-af (dead) 1.2 +0 -16 ports/net/pmf/files/patch-c_packages-safe_malloc-Makefile (dead) 1.2 +0 -13 ports/net/pmf/files/patch-c_packages-safe_malloc-fatal.c (dead) 1.1 +11 -0 ports/net/pmf/files/patch-c_packages__Makefile (new) 1.1 +16 -0 ports/net/pmf/files/patch-c_packages__safe_malloc__Makefile (new) 1.1 +13 -0 ports/net/pmf/files/patch-c_packages__safe_malloc__fatal.c (new) 1.1 +44 -0 ports/net/pmf/files/patch-config.h (new) 1.2 +3 -3 ports/net/pmf/files/patch-error.c 1.1 +43 -0 ports/net/pmf/files/patch-main.c (new) 1.1 +11 -0 ports/net/pmf/files/patch-misc.c (new) 1.2 +2 -2 ports/net/pmf/files/patch-tty.c 1.7 +100 -100 ports/net/pmf/pkg-plist _______________________________________________ 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 with additional modifications, thank you! |