Bug 102977 - german/BBBike does not install properly
Summary: german/BBBike does not install properly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-07 14:30 UTC by Stefan Sperling
Modified: 2006-09-13 12:00 UTC (History)
0 users

See Also:


Attachments
file.diff (296 bytes, patch)
2006-09-07 14:30 UTC, Stefan Sperling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Sperling 2006-09-07 14:30:20 UTC
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-07 14:31:46 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Slaven Rezic 2006-09-07 18:42:43 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-09-13 11:46:32 UTC
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"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2006-09-13 11:46:43 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2006-09-13 11:53:44 UTC
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"