Re: Substitute dependencies?

2011-09-19 Thread perryh
RW wrote: > On Sun, 18 Sep 2011 05:38:00 + (GMT) > Thomas Mueller wrote: > > First case I think of is the misc/freebsd-doc-* ports which want > > links1, which would be redundant if I already have lynx installed > > ... I don't really like links1 ... > > links1 isn't simply installed as browse

Re: Circular dependency in devel/doxygen?

2011-09-19 Thread Scot Hetzel
On Sun, Sep 18, 2011 at 12:22 AM, Thomas Mueller wrote: > I tried to build swfdec and gnash and failed with > > ===>   pulseaudio-0.9.22_1 depends on shared library: ck-connector.0 - found > ===>   pulseaudio-0.9.22_1 depends on shared library: jack.0 - not found > ===>    Verifying install for ja

Rarely seen portlint errors

2011-09-19 Thread Conrad J. Sabatier
While checking the ports tree for ports which need to have their CPPFLAGS moved out of the CONFIGURE_ENV variable, I noticed a number of errors from the perl interpreter re: the use of uninitialized variables in portlint. In every case, portlint still appears to run to normal completion and produc

Re: Circular dependency in devel/doxygen?

2011-09-19 Thread Thomas Mueller
>From Scot Hetzel : > The circular dependancy is being caused by audio/jack, > graphics/graphviz and devel/sdl12: > audio/pulseaudio > - audio/jack > -- devel/doxygen > --- graphics/graphviz > graphics/devil > - devel/sdl12 > -- audio/pulseaudio > There are several ways to b

Current unassigned ports problem reports

2011-09-19 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsol

Current problem reports assigned to po...@freebsd.org

2011-09-19 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. No matches t

Re: Ports with CPPFLAGS in CONFIGURE_(ARGS|ENV)

2011-09-19 Thread b. f.
> > > Do you mean one gigantic, monolithic patch that would amend all of > > > them, or a large set of individual patches (last I checked, there > > > were ~1453 ports in need of this sort of revision)?  I could go > > > either way, just need to know which would be preferred. > > > > One monolithi

Re: Circular dependency in devel/doxygen?

2011-09-19 Thread b. f.
... > > There are several ways to break the circular dependancy: > > > 1. Turn the DOC option OFF for audio/jack. > > 2. define NOPORTDOCS when installing devel/doxygen (breaks dependancy > > on graphics/graphviz) Turning the DOC option off, and setting NOPORTDOCS are the same for audio/jack. ...

Re: Ports with CPPFLAGS in CONFIGURE_(ARGS|ENV)

2011-09-19 Thread Conrad J. Sabatier
On Mon, 19 Sep 2011 08:47:25 -0400 "b. f." wrote: > > > > OK. Just a few more questions: > > > > portlint -A issues no warning in the case of CPPFLAGS being added to > > CONFIGURE_ARGS. Should I concern myself only with CONFIGURE_ENV, or > > would it be best to modify in either case? > > Either

Re: Substitute dependencies?

2011-09-19 Thread b. f.
>I s there any way to substitute dependencies, in cases where the substitute >would work as well or better? As some of the others wrote, it depends on the ports involved. Some ports that are supposed to provide the same functionality have subtle differences that can cause problems. > > First ca

Re: Circular dependency in devel/doxygen?

2011-09-19 Thread Scot Hetzel
On Mon, Sep 19, 2011 at 4:56 AM, Thomas Mueller wrote: > >From Scot Hetzel : > >> The circular dependancy is being caused by audio/jack, >> graphics/graphviz and devel/sdl12: > >> audio/pulseaudio >>  - audio/jack >>  -- devel/doxygen >>  --- graphics/graphviz >>   graphics/devil >>  - dev

Re: Circular dependency in devel/doxygen?

2011-09-19 Thread Naram Qashat
On 09/19/11 11:17, Scot Hetzel wrote: On Mon, Sep 19, 2011 at 4:56 AM, Thomas Mueller wrote: > From Scot Hetzel: The circular dependancy is being caused by audio/jack, graphics/graphviz and devel/sdl12: audio/pulseaudio - audio/jack -- devel/doxygen --- graphics/graphviz grap