Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  7 Feb 2005 15:58:31 +0100 (CET)
From:      Florent Thoumie <flz@xbsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77211: Mk/bsd.port.mk - apply-slist is called too late.
Message-ID:  <20050207145831.3CC28119EF@gate.xbsd.org>
Resent-Message-ID: <200502071500.j17F0dsW089553@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050207145831.3CC28119EF>