Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Sep 2005 00:45:50 +0400
From:      Boris Samorodov <bsam@ipt.ru>
To:        bsamorodov@mail.ru
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/85625: [patch] emulators/linux_base-8, plist fix
Message-ID:  <65672561@srv.sem.ipt.ru>
In-Reply-To: <200509020940.j829eIxk092076@freefall.freebsd.org> (FreeBSD-gnats-submit@freebsd.org's message of "Fri, 2 Sep 2005 09:40:18 GMT")
References:  <200509020940.j829eIxk092076@freefall.freebsd.org>

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

Well,





WBR
-- 
Boris B. Samorodov, Research Engineer
InPharmtech Co,     http://www.ipt.ru
Telephone & Internet Service Provider


--=-=-=
Content-Disposition: attachment; filename=patch-linux_base-8
Content-Description: patch

--- Makefile.orig	Thu Sep  1 13:16:44 2005
+++ Makefile	Fri Sep  2 22:00:19 2005
@@ -8,12 +8,12 @@
 
 PORTNAME=		linux_base-8
 PORTVERSION=		8.0
-PORTREVISION=		6
+PORTREVISION=		7
 CATEGORIES=		emulators linux
 MASTER_SITES=		${MASTER_SITE_REDHAT_LINUX} \
 			${MASTER_SITE_REDHAT_LINUX:S/$/:new/} \
 			ftp://mirror.switch.ch/mirror/ximian/mono/redhat-80-i386/:ft
-MASTER_SITE_SUBDIR=    \
+MASTER_SITE_SUBDIR=	\
 			${PORTVERSION}/${LANG}/os/${ARCH}/RedHat/RPMS \
 			updates/${PORTVERSION}/${LANG}/os/${ARCH}/:new
 DISTFILES=		redhat-release-8.0-8.noarch.rpm \
@@ -64,7 +64,6 @@
 NO_BUILD=		yes
 NO_FILTER_SHLIBS=	yes
 NO_MTREE=		yes
-PLIST=			${WRKDIR}/pkg-plist
 MD5_FILE=		${MASTERDIR}/distinfo.${ARCH}
 
 # Let's avoid hardcoding 'en' as the language.
@@ -139,13 +138,6 @@
 		${RM} -f ${WRKSRC}/$$F; \
 	done
 	@${LN} -sf /var/tmp ${WRKSRC}/usr/tmp
-#
-# Create PLIST
-#
-	${RM} -f ${PLIST}
-	cd ${WRKSRC} && ${FIND} -s . -type f -o -type l | \
-		${CUT} -c3-999 >> ${PLIST} \
-		&& ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
 
 do-install:
 	cd ${WRKSRC} && ${FIND} * | ${CPIO} -dmp ${PREFIX}

--=-=-=--



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