[patch] Mk/bsd.linux-rpm: new source directory structure for FC6

Boris Samorodov bsam at ipt.ru
Thu Mar 22 22:02:12 UTC 2007


Hi!


Since Fedora Core 5 a new directory structure for sources is used. I've
got an (almost) ready-to-commit port for FC6. I propose to commit the
following patch:
-----
diff -r 924a8020982b ports/Mk/bsd.linux-rpm.mk
--- a/ports/Mk/bsd.linux-rpm.mk	Fri Mar 23 00:26:36 2007 +0300
+++ b/ports/Mk/bsd.linux-rpm.mk	Fri Mar 23 00:38:01 2007 +0300
@@ -70,7 +70,8 @@ MASTER_SITE_SUBDIR?=	${LINUX_DIST_VER}/$
 MASTER_SITE_SUBDIR?=	${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/os/Fedora/RPMS \
 			updates/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}
 MASTER_SITE_SRC_SUBDIR?=	${LINUX_DIST_VER}/SRPMS \
-				updates/${LINUX_DIST_VER}/SRPMS
+				updates/${LINUX_DIST_VER}/SRPMS \
+				${LINUX_DIST_VER}/source/SRPMS
 .      endif
 .    else
 IGNORE=	unknown LINUX_DIST in port Makefile
-----

That directory is needed only for source fetching (i.e. when
PACKAGE_BUILDING is set, etc.) and won't (I hope) have negative
effects to current status quo.

Any objections?
Thanks.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve


More information about the freebsd-emulation mailing list