ports/59162: bsd.port.mk: add-plist-info executes too early

Sergey Matveychuk sem at ciam.ru
Tue Nov 11 03:40:11 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list