Date: Fri, 23 Mar 2007 00:59:54 +0300 From: Boris Samorodov <bsam@ipt.ru> To: emulation@FreeBSD.org Subject: [patch] Mk/bsd.linux-rpm: new source directory structure for FC6 Message-ID: <24296821@bsam.ru>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?24296821>