ports/77211: Mk/bsd.port.mk - apply-slist is called too late.

Florent Thoumie flz at xbsd.org
Mon Feb 7 15:00:40 UTC 2005


>Number:         77211
>Category:       ports
>Synopsis:       Mk/bsd.port.mk - apply-slist is called too late.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 07 15:00:39 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Florent Thoumie
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
Xbsd.org
>Environment:
System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root at gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386

>Description:

SUB_FILES and SUB_LIST are unusable for PRE-INSTALL target.
This quick patch corrects this problem.

No cookie for : myself.

>How-To-Repeat:
	
>Fix:

--- apply-slist.diff begins here ---
--- bsd.port.mk.orig	Mon Feb  7 13:41:59 2005
+++ bsd.port.mk	Mon Feb  7 13:42:38 2005
@@ -3700,8 +3700,8 @@
 				post-build post-build-script
 _INSTALL_DEP=	build
 _INSTALL_SEQ=	install-message check-conflicts \
-			    run-depends lib-depends pre-install pre-install-script \
-				apply-slist generate-plist check-already-installed
+			    run-depends lib-depends apply-slist 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 post-install \
 				post-install-script add-plist-info add-plist-docs \
--- apply-slist.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list