Re: Installing Example Files?

2007-12-09 Thread Nikolay Sturm
* J.C. Roberts [2007-12-10]: > pre-fake: Use what everyone else uses, post-install for adding extra files. > Which is considered more correct (or is preferred) ? > > EXDIR= ${PREFIX}/share/examples/${PKGNAME} > or > EXDIR= ${PREFIX}/share/examples/${BASE_PKGPATH} Dito, use $

PATCH: games/agm fix path location of needed file

2007-12-09 Thread Bryan Linton
This port needs /usr/share/dict/words to run properly (it's an anagram finder) but it currently looks for this file in /usr/local/lib. Here's an updated version of patch-Makefile which fixes this. --- Makefile.orig Sun Dec 9 21:21:01 2007 +++ MakefileTue Mar 17 17:02:29 1998 @@ -45,1

Installing Example Files?

2007-12-09 Thread J.C. Roberts
Assuming you're going to do something like this: EXDIR= ${PREFIX}/share/examples/${} pre-fake: ${INSTALL_DATA_DIR} ${EXDIR} ${INSTALL_DATA} ${WRKSRC}/README ${EXDIR} ${INSTALL_SCRIPT} ${WRKSRC}/example/*.pl ${EXDIR} Which is co

Re: New: games/lincity-ng

2007-12-09 Thread Deanna Phillips
Okan Demirmen writes: > On Sat 2007.11.17 at 08:43 +0100, Simon Bertrang wrote: >> On Thu, Nov 15, 2007 at 03:30:13PM +0200, Antti Harri wrote: >> > On Thu, 15 Nov 2007, Landry Breuil wrote: >> > >> >> Builds fine too.. but i get a crash too with this message >> >> (after adding only some houses a

Re: UPDATE: audio/mpg123

2007-12-09 Thread Jacob Meuser
On Sun, Dec 02, 2007 at 05:10:29AM -0800, Bryan Linton wrote: > On 2007-11-30 22:34:25, Jacob Meuser <[EMAIL PROTECTED]> wrote: > > On Thu, Nov 29, 2007 at 03:00:10PM +, Christian Weisgerber wrote: > > > Giovanni Bechis <[EMAIL PROTECTED]> wrote: > > > > > > > Mpg123 updated to latest version,

New ports: devel/p5-Class-Inner, p5-Test-Cmd, p5-Test-Unit

2007-12-09 Thread Sebastian Trahm
Hejsan, the appended tarball contains the following ports: p5-Class-Inner (DESCR): Class::Inner is yet nother implementation of an anonymous class with per object overrideable methods, but with the added attraction of sort of working dispatch to the parent class's method. p5-Test-Cmd (DESCR): Te

New ports: devel/p5-Class-Inner, p5-Test-Cmd, p5-Test-Unit

2007-12-09 Thread Sebastian Trahm
Hejsan, appended tarball containing the following ports: p5-Class-Inner (from DESCR): Class::Inner is yet nother implementation of an anonymous class with per object overrideable methods, but with the added attraction of sort of working dispatch to the parent class's method. p5-Test-Cmd (from DE

NEW: cad/tkgate

2007-12-09 Thread Nickolay A. Burkov
Hello guys. I've just ported tkgate (both stable and devel branch). (from http://www.tkgate.org) TkGate is a event driven digital circuit simulator with a tcl/tk-based graphical editor. TkGate supports a wide range of primitive circuit elements as well as user-defined modules for hierarchical de

Re: Update sticks on audio/workman

2007-12-09 Thread Marc Espie
On Sun, Dec 09, 2007 at 08:55:41AM +0100, Nikolay Sturm wrote: > * Peter Hessler [2007-12-09]: > > Does pkg_add -u handle ports that can't be distributed as binaries > > (i.e. updates to Java)? Last I checked, that wasn't available. > > Not yet. It is planned to have support for sth called src-UR

Re: Update sticks on audio/workman

2007-12-09 Thread Marc Espie
On Sat, Dec 08, 2007 at 07:09:52PM -0500, Jason Dixon wrote: > Yes, audio/workman has a BUILD_DEPEND of x11/view/config. I assumed there was > magic with the update target to ignore any BUILD_DEPENDs where the dependency > won't build on ARCH. I guess I'm stuck with SKIPDIR, which should be ok.

Re: Update sticks on audio/workman

2007-12-09 Thread Nikolay Sturm
* Peter Hessler [2007-12-09]: > Does pkg_add -u handle ports that can't be distributed as binaries > (i.e. updates to Java)? Last I checked, that wasn't available. Not yet. It is planned to have support for sth called src-URL, which points to your ports tree, where pkg_add will find updates to ja