Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2003 06:39:08 +0300
From:      Sergey Matveychuk <sem@ciam.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59162: bsd.port.mk: add-plist-info executes too early
Message-ID:  <E1AJPMy-0000Ch-2J@Current.sem-home.ciam.ru>
Resent-Message-ID: <200311110340.hAB3eAQv021108@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59162
>Category:       ports
>Synopsis:       bsd.port.mk: add-plist-info executes too early
>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:   Mon Nov 10 19:40:09 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD Current.sem-home.ciam.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sun Oct 19 08:20:34 MSD 2003 root@current-test.sem-home.ciam.ru:/usr/obj/usr/src/sys/CURRENT i386


	
>Description:
	
	if you must install *.info files in post-install target, you can't
	use INFO macro because add-plist-info target appear before post-install.

	BTW: add-plist-docs placed in right place.

>How-To-Repeat:
	
>Fix:

	
	move add-plist-info after post-install target

--- bsd.port.mk.diff begins here ---
--- bsd.port.mk.1.473	Mon Nov 10 10:13:30 2003
+++ bsd.port.mk	Tue Nov 11 06:30:53 2003
@@ -3435,9 +3435,9 @@
 			    run-depends lib-depends pre-install pre-install-script \
 				generate-plist check-already-installed
 _INSTALL_SUSEQ= check-umask install-mtree pre-su-install \
-				pre-su-install-script do-install add-plist-info post-install \
-				post-install-script add-plist-docs compress-man run-ldconfig fake-pkg \
-				security-check
+				pre-su-install-script do-install post-install \
+				post-install-script add-plist-info add-plist-docs \
+				compress-man run-ldconfig fake-pkg security-check
 _PACKAGE_DEP=	install
 _PACKAGE_SEQ=	package-message pre-package pre-package-script \
 				do-package post-package-script
--- bsd.port.mk.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AJPMy-0000Ch-2J>