Re: Patch for missing dep in gtk-xfce-engine

2005-10-24 Thread Brad Ely
Sorry for the dup. Never saw first post until I checked gmane...

Patch for missing dep in gtk-xfce-engine

2005-10-22 Thread Brad Ely
fontconfig freetype m \ + atk-1.0.0.0 glib-2.0.0.0 \ + gmodule-2.0.0.0 gobject-2.0.0.0 pango-1.0.0.0 \ pangox-1.0.0.0 pangoxft-1.0.0.0 -- Brad Ely

Patch for missing dep in gtk-xfce-engine

2005-10-20 Thread Brad Ely
fontconfig freetype m \ + atk-1.0.0.0 glib-2.0.0.0 \ + gmodule-2.0.0.0 gobject-2.0.0.0 pango-1.0.0.0 \ pangox-1.0.0.0 pangoxft-1.0.0.0 -- Brad Ely

Re: Possible targets for ad-hoc ports operations?

2005-09-27 Thread Brad Ely
On Tue, 27 Sep 2005 08:18:41 +0200 Marc Espie [EMAIL PROTECTED] wrote: On Mon, Sep 26, 2005 at 10:58:47PM -0400, Brad Ely wrote: The way bsd.port.mk is written makes it fairly easy to implement the following for-{all,build,run}-depends target(s) to do ad-hoc Any good? Brad Ely

Possible targets for ad-hoc ports operations?

2005-09-26 Thread Brad Ely
' find `make for-all-depends=pwd` ! -path '*CVS*' -type f -mtime -10 make for-all-depends='printf %s\t%s\t%s\n $$dir $$multi $$flavor' Any good? Brad Ely Index: bsd.port.mk === RCS file: /CVSROOT/ports/infrastructure/mk/bsd.port.mk,v

Re: Handling of PORTSDIR_PATH in pkgpath.mk

2005-09-11 Thread Brad Ely
there are examples of prior use in bsd.port.mk, readlink -f will return a path whether it exits or not. In this case, I don't think we want that. My diff was misleading because the cd $$i; pwd -P should have been cd $$i pwd -P, which is reflected in the following updated diff. Brad Ely Index: pkgpath.mk

Handling of PORTSDIR_PATH in pkgpath.mk

2005-09-10 Thread Brad Ely
fixes this by normalizing against all (physical) paths found in PORTSDIR_PATH, thus /data1/obsd-pkg/3.8/mystuff/audio/audacity (in example above) becomes audio/audacity. Ok? -Brad Ely Index: pkgpath.mk === RCS file: /CVSROOT/ports