Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455228 - freebsd-cddl: SYS is duplicated in SRC_URI. please removed it.
Summary: freebsd-cddl: SYS is duplicated in SRC_URI. please removed it.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: Lowest enhancement (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-03 05:52 UTC by Yuta SATOH
Modified: 2013-02-07 01:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuta SATOH 2013-02-03 05:52:30 UTC
SRC_URI in freebsd-cddl-9.1.ebuild is currently following.

It is defined as the SYS required in all cases.
In addition, SYS is defined also required when enabled USE=build.

Because it requires SYS in all cases, I think when enabled USE=build,
SYS is not necessary.

SRC_URI="mirror://gentoo/${P}.tar.bz2
		mirror://gentoo/${CONTRIB}.tar.bz2
		mirror://gentoo/${UBIN}.tar.bz2
		mirror://gentoo/${LIB}.tar.bz2
		mirror://gentoo/${SBIN}.tar.bz2
		mirror://gentoo/${SYS}.tar.bz2
		build? ( mirror://gentoo/${SYS}.tar.bz2
			mirror://gentoo/${INCLUDE}.tar.bz2 )"


FYI,
Patch for 9.1_rc3
http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=blobdiff_plain;f=sys-freebsd/freebsd-cddl/freebsd-cddl-9.1_rc3.ebuild;h=40ecba6972ddd8f0060759c66df17468bd3c1f80;hp=1477b4e16e18ece9661a03d79947e5dc1889f96c;hb=20ee2feca56ddc00e5f87cb71ebaee85dc341a0a;hpb=ec09909d087c0c703ff0b6eefa6a8fa43178e25c
Comment 1 Naohiro Aota gentoo-dev 2013-02-07 01:06:50 UTC
Dropped. Thanks for your patch.