ports/127799: [PATCH] emulators/open-vm-tools: fix pkg-plist (PLIST_SUB)
Jimmy Olgeni
olgeni at FreeBSD.org
Thu Oct 2 11:30:01 UTC 2008
>Number: 127799
>Category: ports
>Synopsis: [PATCH] emulators/open-vm-tools: fix pkg-plist (PLIST_SUB)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Oct 02 11:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Jimmy Olgeni
>Release: FreeBSD 7.0-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD backoffice 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Tue Sep 2 19:32:35 UTC
>Description:
Add missing PLIST_SUB settings to Makefile, else "make package" would fail.
Port maintainer (mbr at freebsd.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- open-vm-tools-102166_4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/emulators/open-vm-tools/Makefile /usr/chroot.RELENG_7_0/bsdpackage/open-vm-tools/Makefile
--- /usr/ports/emulators/open-vm-tools/Makefile 2008-09-29 21:17:15.000000000 +0200
+++ /usr/chroot.RELENG_7_0/bsdpackage/open-vm-tools/Makefile 2008-10-02 13:09:37.000000000 +0200
@@ -56,8 +56,10 @@
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
+PLIST_SUB+= NOTON5="@comment "
SUB_LIST+= NOTON5="@comment "
.else
+PLIST_SUB+= NOTON5=""
SUB_LIST+= NOTON5=""
.endif
--- open-vm-tools-102166_4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list