First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 115542
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: C++ Team <cpp@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Pardsbane <pardsbane@offthehill.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
commoncpp2-ipv6.patch apply against commoncpp2-1.3.13.ebuild patch Pardsbane 2005-12-14 08:33 0000 615 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 115542 depends on: Show dependency tree
Bug 115542 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-12-14 08:32 0000
here is a patch to have commoncpp2's ebuild respect the ipv6 use flag.

The patch in for commoncpp2-1.3.13.ebuild, but is the same all the way up to 1.3.22

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
support ipv6 (or to disable it)

------- Comment #1 From Pardsbane 2005-12-14 08:33:52 0000 -------
Created an attachment (id=74734) [edit]
apply against commoncpp2-1.3.13.ebuild

@@ -9,7 +9,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc xml2"
+IUSE="doc xml2 ipv6"

 DEPEND="xml2? ( >=dev-libs/libxml2-2.6.19 )"

@@ -18,6 +18,10 @@
		&& myconf="${myconf} --with-xml" \
		|| myconf="${myconf} --without-xml"

+	use ipv6 \
+		&& myconf="${myconf} --with-ipv6" \
+		|| myconf="${myconf} --without-ipv6"
+
	econf ${myconf} || die "./configure failed"

	emake || die

------- Comment #2 From Ciaran McCreesh 2005-12-16 19:05:57 0000 -------
1.3.20-r1 fixed.

First Last Prev Next    No search results available      Search page      Enter new bug