Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133298
Collapse All | Expand All

(-)pwlib-1.10.0.ebuild (+3 lines)
Lines 57-62 Link Here
57
	# may cause ICE (bug #70638)
57
	# may cause ICE (bug #70638)
58
	filter-flags -fstack-protector
58
	filter-flags -fstack-protector
59
59
60
	use ldap && has_version '>=net-nds/openldap-2.3*' &&
61
			append-flags -DLDAP_DEPRECATED
62
60
	econf \
63
	econf \
61
		--enable-plugins \
64
		--enable-plugins \
62
		$(use_enable v4l2) \
65
		$(use_enable v4l2) \
(-)pwlib-1.10.1.ebuild (+3 lines)
Lines 60-65 Link Here
60
	# disable-alsa breaks oss, see bug 127677
60
	# disable-alsa breaks oss, see bug 127677
61
	use alsa && myconf="--enable-alsa"
61
	use alsa && myconf="--enable-alsa"
62
62
63
	use ldap && has_version '>=net-nds/openldap-2.3*' &&
64
			append-flags -DLDAP_DEPRECATED
65
63
	econf \
66
	econf \
64
		--enable-plugins \
67
		--enable-plugins \
65
		$(use_enable v4l2) \
68
		$(use_enable v4l2) \
(-)pwlib-1.5.0.ebuild (+8 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.5.0.ebuild,v 1.14 2005/01/08 20:12:42 stkn Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.5.0.ebuild,v 1.14 2005/01/08 20:12:42 stkn Exp $
4
4
5
inherit flag-o-matic
6
5
DESCRIPTION="Portable Multiplatform Class Libraries for OpenH323"
7
DESCRIPTION="Portable Multiplatform Class Libraries for OpenH323"
6
HOMEPAGE="http://www.openh323.org/"
8
HOMEPAGE="http://www.openh323.org/"
7
SRC_URI="http://www.openh323.org/bin/${PN}_${PV}.tar.gz"
9
SRC_URI="http://www.openh323.org/bin/${PN}_${PV}.tar.gz"
Lines 39-44 Link Here
39
		export OPENSSLLIBS="-lssl -lcrypt"
41
		export OPENSSLLIBS="-lssl -lcrypt"
40
	fi
42
	fi
41
43
44
	if use ldap; then
45
		if has_version '>=net-nds/openldap-2.3*'; then
46
			append-flags -DLDAP_DEPRECATED
47
		fi
48
	fi
49
42
	econf || die "configure failed"
50
	econf || die "configure failed"
43
51
44
	# horrible hack to strip out -L/usr/lib to allow upgrades
52
	# horrible hack to strip out -L/usr/lib to allow upgrades
(-)pwlib-1.5.0-r1.ebuild (-1 / +7 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.5.0-r1.ebuild,v 1.6 2005/01/08 20:12:42 stkn Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.5.0-r1.ebuild,v 1.6 2005/01/08 20:12:42 stkn Exp $
4
4
5
inherit eutils
5
inherit eutils flag-o-matic
6
6
7
DESCRIPTION="Portable Multiplatform Class Libraries for OpenH323"
7
DESCRIPTION="Portable Multiplatform Class Libraries for OpenH323"
8
HOMEPAGE="http://www.openh323.org/"
8
HOMEPAGE="http://www.openh323.org/"
Lines 43-48 Link Here
43
		export OPENSSLLIBS="-lssl -lcrypt"
43
		export OPENSSLLIBS="-lssl -lcrypt"
44
	fi
44
	fi
45
45
46
	if use ldap ; then
47
		if has_version '>=net-nds/openldap-2.3*' ; then
48
			append-flags -DLDAP_DEPRECATED
49
		fi
50
	fi
51
46
	econf || die "configure failed"
52
	econf || die "configure failed"
47
53
48
	# horrible hack to strip out -L/usr/lib to allow upgrades
54
	# horrible hack to strip out -L/usr/lib to allow upgrades
(-)pwlib-1.5.2-r3.ebuild (+6 lines)
Lines 46-51 Link Here
46
		export OPENSSLLIBS="-lssl -lcrypt"
46
		export OPENSSLLIBS="-lssl -lcrypt"
47
	fi
47
	fi
48
48
49
	if use ldap; then
50
		if has_version '>=net-nds/openldap-2.3*' ; then
51
			append-flags -DLDAP_DEPRECATED
52
		fi
53
	fi
54
49
	econf || die "configure failed"
55
	econf || die "configure failed"
50
56
51
	# Horrible hack to strip out -L/usr/lib to allow upgrades
57
	# Horrible hack to strip out -L/usr/lib to allow upgrades
(-)pwlib-1.6.3-r3.ebuild (-1 / +4 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.6.3-r3.ebuild,v 1.3 2005/09/02 22:47:08 stkn Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.6.3-r3.ebuild,v 1.3 2005/09/02 22:47:08 stkn Exp $
4
4
5
inherit eutils multilib
5
inherit eutils flag-o-matic multilib
6
6
7
IUSE="ssl sdl ieee1394 alsa esd"
7
IUSE="ssl sdl ieee1394 alsa esd"
8
8
Lines 78-83 Link Here
78
	# merge plugin options (safe way if default = "")
78
	# merge plugin options (safe way if default = "")
79
	plugins="`echo ${plugins} | sed -e "y: :,:"`"
79
	plugins="`echo ${plugins} | sed -e "y: :,:"`"
80
80
81
	has_version '>=net-nds/openldap-2.3*' \
82
		&& append-flags -DLDAP_DEPRECATED
83
81
	econf ${myconf} \
84
	econf ${myconf} \
82
		--enable-plugins \
85
		--enable-plugins \
83
		--with-plugins=${plugins} || die "configure failed"
86
		--with-plugins=${plugins} || die "configure failed"
(-)pwlib-1.6.6-r2.ebuild (+3 lines)
Lines 90-95 Link Here
90
	# merge plugin options (safe way if default = "")
90
	# merge plugin options (safe way if default = "")
91
	plugins="`echo ${plugins} | sed -e "y: :,:"`"
91
	plugins="`echo ${plugins} | sed -e "y: :,:"`"
92
92
93
	has_version '>=net-nds/openldap-2.3*' \
94
		&& append-flags -DLDAP_DEPRECATED
95
93
	econf ${myconf} \
96
	econf ${myconf} \
94
		--enable-plugins \
97
		--enable-plugins \
95
		--with-plugins=${plugins} || die "configure failed"
98
		--with-plugins=${plugins} || die "configure failed"
(-)pwlib-1.8.3-r1.ebuild (+3 lines)
Lines 95-100 Link Here
95
	# merge plugin options (safe way if default = "")
95
	# merge plugin options (safe way if default = "")
96
	plugins="$(echo ${plugins} | sed -e "y: :,:")"
96
	plugins="$(echo ${plugins} | sed -e "y: :,:")"
97
97
98
	has_version '>=net-nds/openldap-2.3*' \
99
		&& append-flags -DLDAP_DEPRECATED
100
98
	econf ${myconf} \
101
	econf ${myconf} \
99
		--enable-plugins \
102
		--enable-plugins \
100
		--with-plugins=${plugins} || die "configure failed"
103
		--with-plugins=${plugins} || die "configure failed"
(-)pwlib-1.8.4.ebuild (+3 lines)
Lines 87-92 Link Here
87
			${S}/make/unix.mak
87
			${S}/make/unix.mak
88
	fi
88
	fi
89
89
90
	has_version '>=net-nds/openldap-2.3*' \
91
		&& append-flags -DLDAP_DEPRECATED
92
90
	econf \
93
	econf \
91
		--enable-plugins \
94
		--enable-plugins \
92
		$(use_enable v4l2) \
95
		$(use_enable v4l2) \
(-)pwlib-1.8.7.ebuild (+3 lines)
Lines 93-98 Link Here
93
			${S}/make/unix.mak
93
			${S}/make/unix.mak
94
	fi
94
	fi
95
95
96
	has_version '>=net-nds/openldap-2.3*' \
97
		&& append-flags -DLDAP_DEPRECATED
98
96
	econf \
99
	econf \
97
		--enable-plugins \
100
		--enable-plugins \
98
		$(use_enable v4l2) \
101
		$(use_enable v4l2) \

Return to bug 133298