Date: Thu, 2 Oct 2008 13:19:03 +0200 (CEST) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mbr@FreeBSD.org Subject: ports/127799: [PATCH] emulators/open-vm-tools: fix pkg-plist (PLIST_SUB) Message-ID: <200810021119.m92BJ3fh039345@backoffice.colby.local> Resent-Message-ID: <200810021130.m92BU0d3016763@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810021119.m92BJ3fh039345>