ports/101429: [maintainer update] security/chroot_safe

Gabor Kovesdan gkovesdan at t-hosting.hu
Sat Aug 5 19:30:15 UTC 2006


>Number:         101429
>Category:       ports
>Synopsis:       [maintainer update] security/chroot_safe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 05 19:30:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD spitfire 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jul 29 18:31:18 CEST 2006 gabor at spitfire:/usr/src/sys/i386/compile/SPITFIRE i386

>Description:

- Respect DESTDIR
- Whitespace

>How-To-Repeat:
>Fix:

--- security-chroot_safe.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/security/chroot_safe/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	21 May 2006 13:23:24 -0000	1.3
+++ Makefile	5 Aug 2006 19:11:51 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	gkovesdan at t-hosting.hu
 COMMENT=	A tool to chroot softwares easily
 
-GNU_CONFIGURE=YES
+GNU_CONFIGURE=	YES
 
 MAN1=		chroot_safe.1
 PLIST_FILES=	sbin/chroot_safe libexec/chroot_safe/chroot_safe.so
@@ -23,6 +23,7 @@
 post-patch:
 	${REINPLACE_CMD} -e  's|CXX=g++|CXX?=c++|' \
 		-e 's|-o chroot_safe.so|chroot_safe.cpp -o chroot_safe.so|' \
+		-e 's|prefix=@prefix@|prefix=${DESTDIR}@prefix@|' \
 		${WRKSRC}/Makefile.in
 	${REINPLACE_CMD} 's|chroot(1)|chroot(8)|' ${WRKSRC}/chroot_safe.1.in
 	${REINPLACE_CMD} 's|putenv|unsetenv|' ${WRKSRC}/chroot_safe.cpp
--- security-chroot_safe.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list