From: Dominic Fandrey on
On 28/03/2010 15:38, Ion-Mihai Tetcu wrote:

> We do _NOT_ recommend updating ports until this commits are all done,
> and the problems are fixed, except if you want to help testing / fixing.

graphics/inkscape needs a dependency fix.

diff -Nur inkscape.orig/Makefile inkscape/Makefile
--- inkscape.orig/Makefile 2010-03-29 12:06:39.000000000 +0200
+++ inkscape/Makefile 2010-03-29 12:07:39.000000000 +0200
@@ -22,7 +22,7 @@
gtkspell.0:${PORTSDIR}/textproc/gtkspell \
lcms.1:${PORTSDIR}/graphics/lcms \
wpg-0.1.1:${PORTSDIR}/graphics/libwpg \
- Magick++.2:${PORTSDIR}/graphics/ImageMagick
+ Magick++.3:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS= ${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL

USE_BZIP2= yes
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Dominic Fandrey on
On 29/03/2010 11:27, Ion-Mihai Tetcu wrote:
> On Mon, 29 Mar 2010 10:15:23 +0200
> Dominic Fandrey <kamikaze(a)bsdforen.de> wrote:
>
>> On 28/03/2010 15:38, Ion-Mihai Tetcu wrote:
>>> We do _NOT_ recommend updating ports until this commits are all
>>> done, and the problems are fixed, except if you want to help
>>> testing / fixing.
>>
>> The already committed graphics/imlib2 patch does not work,
>> i.e. it compiles, but png doesn't work, with this one it does:
>
> [ .. ]
>
> Committed, thanks.
>

Someone committed the broken code again. :(
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Doug Barton on
On 03/29/10 02:27, Aristedes Maniatis wrote:
> On 29/03/10 7:04 PM, Doug Barton wrote:
>>>> portmaster -r graphics/png
>> That won't work, the man page clearly says that it has to be a port
>> directory or glob pattern from /var/db/pkg. The "glob pattern" bit of
>> that was (unfortunately) broken up till version 2.20, which I just
>> committed.
>
> I'm confused. The manual actually says:
>
> [-R] -r name/glob of port in /var/db/pkg
>
>
> When I try your suggestion I get this:
>
> # portmaster -r png-
>
> ===>>> No valid installed port, or port directory given
> ===>>> Try portmaster --help

Are you using portmaster version 2.20?



--

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover! http://SupersetSolutions.com/

_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Doug Barton on
On 03/29/10 02:53, Garrett Cooper wrote:
> Besides, when I read `glob' I don't think `regular expression'. A
> glob is a simplified extension of regular expressions,

I wasn't going for a rigorous definition here. :) However, "simplified"
is the correct idea.

> The previous method I described works, and works well:
>
> portmaster -r 'png-*'

Right, that will work, but the * isn't necessary. Portmaster will strip
it internally in any case.

> Not sure why graphics/png doesn't work though; hrrm...

The -r option is only relevant to an installed port.


Doug

--

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover! http://SupersetSolutions.com/

_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Christoph Moench-Tegeder on
Hi,

sysutils/tracker-client fails in configure, fix to port's Makefile:

--- sysutils/tracker-client/Makefile.orig 2010-03-29 20:59:36.000000000 +0200
+++ sysutils/tracker-client/Makefile 2010-03-29 21:01:42.000000000 +0200
@@ -46,7 +46,9 @@
INSTALLS_ICONS= yes
USE_AUTOTOOLS= libtool:22
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/tracker ${PTHREAD_LIBS}"
+ LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/tracker ${PTHREAD_LIBS}" \
+ LIBPNG_CFLAGS="-I${LOCALBASE}/include" \
+ LIBPNG_LDFLAGS="-L${LOCALBASE}/lib" LIBPNG_LIBS="png"
CONFIGURE_ARGS= --enable-video-extractor=gstreamer \
--enable-file-monitoring=fam \
--with-session-bus-services-dir=${LOCALBASE}/share/dbus-1/services \


And cad/brlcad will need some work, but that might be larger...

Regards,
Christoph

--
Spare Space
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"