Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72405 - ppp-2.4.3 released - ebuild ins*de
Summary: ppp-2.4.3 released - ebuild ins*de
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-24 15:59 UTC by Torsten Veller (RETIRED)
Modified: 2006-03-20 01:05 UTC (History)
0 users

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


Attachments
ppp-2.4.3.ebuild (ppp-2.4.3.ebuild,5.44 KB, text/plain)
2004-11-24 16:00 UTC, Torsten Veller (RETIRED)
Details
files/2.4.3/ppp_flags.patch (ppp_flags.patch,4.24 KB, text/plain)
2004-11-24 16:01 UTC, Torsten Veller (RETIRED)
Details
files/2.4.3/killaddr-smarter.patch (killaddr-smarter.patch,4.47 KB, text/plain)
2004-11-24 16:03 UTC, Torsten Veller (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Veller (RETIRED) gentoo-dev 2004-11-24 15:59:54 UTC
This needs some testing - I removed some patches (which seem to be no longer needed).

The sources do no longer include radiusclient.
Added 'gtk' useflag for bug #71939 -- but maybe it's better to drop the gtk part of pppgetpass.
Commented out "export WANT_AUTOCONF=2.1; gnuconfig_update" from src-compile. If this is needed please uncomment it.
Then i changed in pkg_postinst:
- if ! [ -e ${ROOT}dev/.devfsd ] || [ -e ${ROOT}dev/.udev ]
+ if [ ! -e ${ROOT}dev/.devfsd ] && [ ! -e ${ROOT}dev/.udev ]
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2004-11-24 16:00:32 UTC
Created attachment 44685 [details]
ppp-2.4.3.ebuild
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2004-11-24 16:01:10 UTC
Created attachment 44686 [details]
files/2.4.3/ppp_flags.patch

changed patch
Comment 3 Torsten Veller (RETIRED) gentoo-dev 2004-11-24 16:03:29 UTC
Created attachment 44687 [details]
files/2.4.3/killaddr-smarter.patch

changed patch -- unzipped it right now - so path in ebuild is broken
Comment 4 Alin Năstac (RETIRED) gentoo-dev 2004-11-24 22:37:39 UTC
I saw the new version, but I was busy with other bugs. You proved to be quicker than me in this matter ;)
I will take care of this ASAP.

Btw, wasn't you supposed to be a dev till now?
Comment 5 Alin Năstac (RETIRED) gentoo-dev 2004-11-27 02:53:52 UTC
ebuild imported. thanks!

I think we are not allowed to put flags in SRC_URI, so I've changed that. Also, solved problem with renamed header file of newer version of libpcap.
Comment 6 Torsten Veller (RETIRED) gentoo-dev 2004-11-27 04:04:15 UTC
You are allowed to use useflags in SRC_URI.

--- 2.4.2-r10
+++ 2.4.3 (in the tree)
- sed -i -e "s:net/bpf.h:pcap-bpf.h:" pppd/sys-linux.c pppd/demand.c pppd/plugins/rp-pppoe/if.c
+ sed -i "s:pcap-bpf\.h:net/bpf.h:" pppd/sys-linux.c pppd/demand.c pppd/Makefile.linux

i removed the sed line because it was fixed in the ppp sources.
libpcap-0.8.3-r1 installs /usr/include/pcap-bpf.h, so i don't understand your change and think it is not correct.
Comment 7 Alin Năstac (RETIRED) gentoo-dev 2004-11-27 05:37:40 UTC
ok, I've added the flags back to SRC_URI if you say so.
also, removed sed line sorry, my mistake.