When I run make install in german/BBBike, I get the following error. I guess it may have to do with me having WRKDIRPREFIX set. LOCAL_PERL_ARCH=`/usr/local/bin/perl5.8.8 -MConfig -e '$x = qq{$Config{version}/$Config{archname}}; $x =~ s{/}{\\\\/}g; print $x'`; /usr/bin/sed -e "s/%%LOCAL_PERL_ARCH%%/$LOCAL_PERL_ARCH/g" < pkg-plist.in > /usr/local/obj/usr/ports/german/BBBike/work/pkg-plist cannot open pkg-plist.in: No such file or directory *** Error code 2 Stop in /usr/ports/german/BBBike. *** Error code 1 Fix: This patch fixes the problem: How-To-Repeat: Try installing the port.
State Changed From-To: open->feedback Awaiting maintainers feedback
Edwin Groothuis <edwin@FreeBSD.org> writes: > Maintainer of german/BBBike, >=20 > Please note that PR ports/102977 has just been submitted. >=20 > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/102977 >=20 The patch looks OK. But I am curious how this problem happened. I also have WRKDIRPREFIX defined, and it always worked on my system. Though mine system is FreeBSD 4.x , while the bug reporter's system is FreeBSD 6.1. Regards, Slaven --=20 Slaven Rezic - slaven <at> rezic <dot> de BBBike - Routenplaner f=FCr Radfahrer in Berlin WWW-Version: http://www.bbbike.de Offline-Version f=FCr Unix,Mac,Windows: http://bbbike.sourceforge.net
miwi 2006-09-13 10:46:25 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/mediaproxy Makefile distinfo pkg-descr pkg-plist net/mediaproxy/files mediaproxy patch-Makefile Log: MediaProxy is a far-end NAT traversal solution for OpenSER and SIP Express Router that has the following features: - Distributed geographical location - Scalability, load balancing and redundancy - Real-time sessions statistics - Configurable IP and UDP port range - Support for audio and video streams - Support for multiple media streams per call - Accounting of network traffic PR: ports/102977 Submitted by: Stefan Sperling <freebsd-gnats(at)stsp.in-berlin.de> Revision Changes Path 1.1735 +1 -0 ports/net/Makefile 1.1 +35 -0 ports/net/mediaproxy/Makefile (new) 1.1 +3 -0 ports/net/mediaproxy/distinfo (new) 1.1 +86 -0 ports/net/mediaproxy/files/mediaproxy (new) 1.1 +8 -0 ports/net/mediaproxy/files/patch-Makefile (new) 1.1 +12 -0 ports/net/mediaproxy/pkg-descr (new) 1.1 +220 -0 ports/net/mediaproxy/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed New port added, with minor changes. Thanks!
miwi 2006-09-13 10:53:35 UTC FreeBSD ports repository Modified files: german/BBBike Makefile Log: - Fix PLIST_IN entry PR: ports/102977 Submitted by: Stefan Sperling <freebsd-gnats(at)stsp.in-berlin.de> Approved by: Slaven Rezic (maintainter) Revision Changes Path 1.22 +1 -1 ports/german/BBBike/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"