Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 69392 Details for
Bug 107482
net-misc/kamailio Open Source SIP Server (new ebuild, in overlay)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openser-0.10.0.ebuild
openser-0.10.0.ebuild (text/plain), 2.35 KB, created by
Cheng Zhang
on 2005-09-28 01:37:25 UTC
(
hide
)
Description:
openser-0.10.0.ebuild
Filename:
MIME Type:
Creator:
Cheng Zhang
Created:
2005-09-28 01:37:25 UTC
Size:
2.35 KB
patch
obsolete
># Copyright 1999-2003 Fraunhofer Fokus ># Distributed under the terms of the GNU General Public License v2 ># $Header: /cvsroot/openser/sip-server/packaging/gentoo/openser-0.10.0 > >DESCRIPTION="Open SIP Express Router" > >HOMEPAGE="http://www.openser.org/" >SRC_URI="http://openser.org/pub/openser/${PV}/src/${P}_src.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~amd64" >IUSE="debug ipv6 mysql postgres radius jabber" > >RDEPEND=" > mysql? ( >=dev-db/mysql-3.23.52 ) > radius? ( >=net-dialup/radiusclient-ng-0.5.0 ) > postgres? ( >=dev-db/postgresql-7.3.4 ) > jabber? ( dev-libs/expat )" > >DEPEND="${RDEPEND} > >=sys-devel/bison-1.35 > >=sys-devel/flex-2.5.4a" > >S="${WORKDIR}/${P}" > >inc_mod="" >make_options="" > >check_mods() { > use mysql && \ > inc_mod="${inc_mod} mysql" > > use postgres && \ > inc_mod="${inc_mod} postgres" > > use radius && \ > inc_mod="${inc_mod} auth_radius group_radius uri_radius avp_radius" > > use jabber && \ > inc_mod="${inc_mod} jabber" >} > >src_unpack() { > # unpack source > unpack ${P}_src.tar.gz > > cd ${S} > use ipv6 || \ > sed -i -e "s/-DUSE_IPV6//g" Makefile.defs >} > >src_compile() { > # optimization can result in strange debuging symbols so omit it in case > if use debug; then > make_options="${make_options} mode=debug" > else > make_options="${make_options} CFLAGS=${CFLAGS}" > fi > > check_mods > > make all "${make_options}" \ > prefix=${D}/ \ > include_modules="${inc_mod}" \ > cfg-prefix=/ \ > cfg-target=/etc/openser/ || die >} > >src_install () { > check_mods > > make install \ > prefix=${D}/ \ > include_modules="${inc_mod}" \ > bin-prefix=${D}/usr/sbin \ > bin-dir="" \ > cfg-prefix=${D}/etc \ > cfg-dir=openser/ \ > cfg-target=/etc/openser \ > modules-prefix=${D}/usr/lib/openser \ > modules-dir=modules \ > modules-target=/usr/lib/openser/modules/ \ > man-prefix=${D}/usr/share/man \ > man-dir="" \ > doc-prefix=${D}/usr/share/doc \ > doc-dir=${P} || die > exeinto /etc/init.d > newexe ${FILESDIR}/openser.init openser > > # fix what the Makefile don't do > use mysql || \ > rm ${D}/usr/sbin/openser_mysql.sh >} > >pkg_postinst() { > einfo "WARNING: If you upgraded from a previous Ser version" > einfo "please read the README, NEWS and INSTALL files in the" > einfo "documentation directory because the database and the" > einfo "configuration file of old Ser versions are incompatible" > einfo "with the current version." >} > >pkg_prerm () { > /etc/init.d/openser stop >/dev/null >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 107482
:
69392
|
69393
|
69407
|
71548
|
80524
|
88666
|
91518
|
189836
|
209193
|
209197
|
296341
|
448628
|
448630
|
448632
|
448636
|
450204