FreeBSD Port: otrs-2.1.3_1 update to 2.1.6?

2007-03-31 Thread Thomas Schürmann
Hello, From otrs.org 2007-03-05 OTRS 2.1.6 (Playa Esmeralda) is released! Can you make an update? greetings ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PR

Re: subject=FreeBSD 6.1 & gettext-0.16.1 & portupgrade problems

2007-03-31 Thread Ade Lovett
On Mar 31, 2007, at 06:41 , Dino Vliet wrote: When I issued this last command, portupgrade -rf gettext I get this result: ---> Packages processed: 182 done, 0 ignored, 79 skipped and 7 failed I'm afraid that you'll have to supply significantly more data from the output of the portupgrade c

Re: www/apache22 (apache-2.2.4_2): /us/bin/fetch

2007-03-31 Thread Roman Bogorodskiy
Brian A. Seklecki wrote: > env: /us/bin/fetch: No such file or directory Note, it should be '/usr/' (note 'r'), not '/us/'. Something messed up in make.conf probably... > Not good at all; could be a sign of something serious. But certainly > fixable: > > $ cd /usr/src/usr.bin/fetch && sudo m

Re: HEADSUP: removing the old cyrus-sasl port

2007-03-31 Thread Gabor Kovesdan
Ulrich Spoerlein schrieb: While your at it, it would be nice if the WITH_SASL and WITH_SASL2 knobs would be unified. Some ports interpret WITH_SASL as 'link against libsasl2', while others (those listed above?) interpret it as 'link against libsasl' I think it was openldap vs postfix, where I f

Re: hide dependency in graphics/xpdf port

2007-03-31 Thread Eric P. Scott
Let's try that again, without the missing-hyphen typo: .if defined(WITH_LIBPAPER) LIB_DEPENDS+= paper.2:${PORTSDIR}/print/libpaper CONFIGURE_ARGS+=--with-libpaper-library="${LOCALBASE}/lib" \ --with-libpaper-includes="${LOCALBASE}/include" .else CONFIGURE_ARGS+=--

Re: www/apache22 (apache-2.2.4_2): /us/bin/fetch

2007-03-31 Thread Garrett Cooper
Guill. Moreno-Socias wrote: Hello. I am trying to install www/apache22 (apache-2.2.4_2). I think there is an error when calling "fetch". What should I do? Output follows. Thanks in advance. "uname -a" gives: FreeBSD saisie.math.uvsq.fr 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:

Re: subject=FreeBSD 6.1 & gettext-0.16.1 & portupgrade problems

2007-03-31 Thread Brian A. Seklecki
On Sat, 2007-03-31 at 06:41 -0700, Dino Vliet wrote: > ** Could not clean up temporary directory: > Directory not empty - /var/tmp/portupgradeRtIfghsG Are you maybe not running this as root? Show is the full output of the command you ran. You'll need to make a judgment call on the packages that

Re: hide dependency in graphics/xpdf port

2007-03-31 Thread Eric P. Scott
Try inserting something like this before ".if defined(A4)" in the port's Makefile: .if defined(WITH_LIBPAPER) LIB_DEPENDS+= paper.2:${PORTSDIR}/print/libpaper CONFIGURE_ARGS+=-with-libpaper-library="${LOCALBASE}/lib" \ --with-libpaper-includes="${LOCALBASE}/include" .els

Re: www/apache22 (apache-2.2.4_2): /us/bin/fetch

2007-03-31 Thread Brian A. Seklecki
env: /us/bin/fetch: No such file or directory Not good at all; could be a sign of something serious. But certainly fixable: $ cd /usr/src/usr.bin/fetch && sudo make obj && sudo make && sudo make install. ~BAS On Sat, 2007-03-31 at 22:39 +0200, Guill. Moreno-Socias wrote: > env: /us/bin/fetch:

www/apache22 (apache-2.2.4_2): /us/bin/fetch

2007-03-31 Thread Guill. Moreno-Socias
Hello. I am trying to install www/apache22 (apache-2.2.4_2). I think there is an error when calling "fetch". What should I do? Output follows. Thanks in advance. "uname -a" gives: FreeBSD saisie.math.uvsq.fr 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 [EMAIL PROTEC

Mixed archives woes

2007-03-31 Thread Pontus Stenetorp
Greetings, I have been working on a port for pyFastaudio bindings, well I have got a lot of help from Carl Johan Gustavsson. But now I have run into some severe problems. In order to build properly pyFastaudio requires the source for Fastaudio. This has all been sorted out, but there is a packagin

How to deal with pkg-config .pc files?

2007-03-31 Thread Dmitry Marakasov
Hi! I'm creating port that install pkgcofig .pc file, and now I have some questions: 1) Should I add USE_GNOME=pkgconfig line? I don't think it's needed, as the port installs .pc file anyway and doesn't call pkg-config at all. But other ports usually use it, so maybe it should be added for consis

subject=FreeBSD 6.1 & gettext-0.16.1 & portupgrade problems

2007-03-31 Thread Dino Vliet
Hi folks, I saw this in usr/ports/UPDATING: 20070318: AFFECTS: users of devel/gettext (ie: YOU) AUTHOR: [EMAIL PROTECTED] As a result of the upgrade to gettext-0.16.1, the shared library version of libin

hide dependency in graphics/xpdf port

2007-03-31 Thread José García Juanino
Hi I think that graphics/xpdf holds a hide depend with print/libpaper. Suppose you have print/libpaper port installed and you build xpdf with A4 option. Then you get: $ ldd /usr/X11R6/bin/xpdf | grep libpaper libpaper.so.2 => /usr/local/lib/libpaper.so.2 (0x285ab000) but libpaper is no

Re: errors when using gv-3.6.2 (and ggv-2.12.0) with ghostscript-gpl-8.56_2

2007-03-31 Thread bf
--- bf <[EMAIL PROTECTED]> wrote: > When attempting to view a variety of postscript > files > with the recent ghostscript-gpl built from the ports > system WITH_SVGALIB=yes WITH_SHLIB=yes > WITH_FT_BRIDGE=yes on 6.2-Stable i386, gv fails > with: > > While reading gs_fapi.ps: > Error: /undefined

errors when using gv-3.6.2 (and ggv-2.12.0) with ghostscript-gpl-8.56_2

2007-03-31 Thread bf
When attempting to view a variety of postscript files with the recent ghostscript-gpl built from the ports system WITH_SVGALIB=yes WITH_SHLIB=yes WITH_FT_BRIDGE=yes on 6.2-Stable i386, gv fails with: While reading gs_fapi.ps: Error: /undefinedfilename in (FAPIconfig) Operand stack: (gs_fapi.ps

Re: HEADSUP: removing the old cyrus-sasl port

2007-03-31 Thread Ulrich Spoerlein
Gabor Kovesdan wrote: > Dear Port Maintainers, > > I would like to inform you that the security/cyrus-sasl port is deprecated > and expired. It is > pretty old and not really supported any more. The only barrier to remove it > is, that it has > some dependant ports, currently the following one

Re: working version of acroread7 for FreeBSD 6.1-RELEASE needed

2007-03-31 Thread Peter Jeremy
On 2007-Mar-30 17:47:43 -0500, Scott Bennett <[EMAIL PROTECTED]> wrote: > Please note, as well, that it is difficult to know where to begin when >reporting problems with ports, packages, or the ports and packages subsystem. A good start would be the exact command you executed and the error you

Re: Difference between pkg_create and make package

2007-03-31 Thread Ulrich Spoerlein
[EMAIL PROTECTED] wrote: > Hi, > > Is there any difference between pkg_create -Rb or make package-recursive in > the resulting > package file? In general: Yes, they might differ. Me personally, I consider these incidents to be genuine bugs. If more people would use pre-built packages, more rep