Re: Simple Question

2006-11-11 Thread Rachel Florentine
- Original Message From: Robert Huff <[EMAIL PROTECTED]> > Rachel Florentine writes: >> Can someone please tell me how to add options to a port build? >> For example, I want to rebuild my openldap with something like >> this: > >Start here: > >man make.conf >man pkgtools.

Re: Simple Question

2006-11-11 Thread Robert Huff
Rachel Florentine writes: >MAKE_ENV = { > '/usr/ports/net/openldap23-server' => [ > 'CC=gcc', > 'CPPFLAGS="-I/usr/local/include/openssl/"' > 'LDFLAGS="-L/usr/local/lib/"' As I understand it, the FreeBSD-supplied defaults for this type of variable are set in /etc/d

Re: Simple Question

2006-11-11 Thread Matthew Seaman
Robert Huff wrote: > As I understand it, the FreeBSD-supplied defaults for this type > of variable are set in /etc/defaults/make.conf (which should never > be edited), There is no /etc/defaults/make.conf any more -- it was moved to /usr/share/examples/etc in the 5.x series of releases. Eve

Not So Simple a Question...WAS...Simple Question

2006-11-11 Thread Rachel Florentine
Hi; I thought this would be a simple question but it looks like I was mistaken ;) A couple of people kindly responded, but I'm at a loss as to how they meant to address my question ;) Would someone kindly simply edit the following, if that's possible (if I'm not too far off how it should be done)

avahi upgrade problem

2006-11-11 Thread Dmitry Morozovsky
Hi there colleagues, trying to upgrade avahi to version 0.6.14_3 I got the following error: dbus-protocol.c: In function `dbus_connect': dbus-protocol.c:1073: error: `DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT' undeclared (first use in this function) dbus-protocol.c:1073: error: (Each undeclared identi

FreeBSD Port: mpd4-4.0b5

2006-11-11 Thread lveloso
hello, this my problem when i try to make mpd ===> Building for mpd4-4.0b5 ===> src Warning: Object directory not changed from original /usr/ports/net/mpd/work/mpd4-4.0b5/src make: don't know how to make mpd4.1. Stop *** Error code 2 Stop in /usr/ports/net/mpd/work/mpd4-4.0b5. *** Error code 1

Re: avahi upgrade problem

2006-11-11 Thread Boris Samorodov
On Sat, 11 Nov 2006 20:52:46 +0300 (MSK) Dmitry Morozovsky wrote: > Hi there colleagues, Hello. > trying to upgrade avahi to version 0.6.14_3 I got the following error: Seems that this commit should fix it: - marcus 2006-11-11 02:56:18 UTC FreeBSD ports repository Modified files:

Re: avahi upgrade problem

2006-11-11 Thread Dmitry Morozovsky
On Sat, 11 Nov 2006, Boris Samorodov wrote: BS> On Sat, 11 Nov 2006 20:52:46 +0300 (MSK) Dmitry Morozovsky wrote: BS> BS> > Hi there colleagues, BS> BS> Hello. BS> BS> > trying to upgrade avahi to version 0.6.14_3 I got the following error: BS> BS> Seems that this commit should fix it: BS> 1

UID/GID dynamic allocation in net/isc-dhcp3-server: why?

2006-11-11 Thread Dmitry Pryanishnikov
Hello! I don't like the current behaviour of the net/isc-dhcp3-server port of creating 'dhcpd' user and group using dynamic allocation instead of having static one (as specified in /usr/ports/{U,G}IDs). I like the idea of [ug]id ranges, and dynamic allocation doesn't keep within this idea (ids

Re: UID/GID dynamic allocation in net/isc-dhcp3-server: why?

2006-11-11 Thread Dmitry Pryanishnikov
On Sat, 11 Nov 2006, Dmitry Pryanishnikov wrote: (ids of users and daemons get mixed). Is there specific reason why there is no static [ug]id for net/isc-dhcp3-server? ...and why the port doesn't just reuse: _dhcp:*:65:65:dhcp programs:/var/empty:/usr/sbin/nologin _dhcp:*:65: Sincerely, D

textproc/docbook-xsl (docbook-xsl-1.70.1) (install error)

2006-11-11 Thread Carsten Schütze
Hello, my port textproc/docbook-xsl failed by portupgrade -a with install error. reddevil# portupgrade -a ** Detected a package name change: libmikmod (audio/libmikmod) -> 'libmikmod-esound' (audio/libmikmod) ** No need to upgrade 'libmikmod-3.1.11_2' (>= libmikmod-esound-3.1.11_2). (specify -f t

Re: UID/GID dynamic allocation in net/isc-dhcp3-server: why?

2006-11-11 Thread Simon L. Nielsen
On 2006.11.11 21:12:09 +0200, Dmitry Pryanishnikov wrote: > I don't like the current behaviour of the net/isc-dhcp3-server port > of creating 'dhcpd' user and group using dynamic allocation instead of > having static one (as specified in /usr/ports/{U,G}IDs). I like the idea > of [ug]id ranges, a

Re: UID/GID dynamic allocation in net/isc-dhcp3-server: why?

2006-11-11 Thread Kris Kennaway
On Sat, Nov 11, 2006 at 09:37:31PM +0100, Simon L. Nielsen wrote: > On 2006.11.11 21:12:09 +0200, Dmitry Pryanishnikov wrote: > > > I don't like the current behaviour of the net/isc-dhcp3-server port > > of creating 'dhcpd' user and group using dynamic allocation instead of > > having static one

Re: UID/GID dynamic allocation in net/isc-dhcp3-server: why?

2006-11-11 Thread Simon L. Nielsen
On 2006.11.11 15:48:05 -0500, Kris Kennaway wrote: > On Sat, Nov 11, 2006 at 09:37:31PM +0100, Simon L. Nielsen wrote: > > On 2006.11.11 21:12:09 +0200, Dmitry Pryanishnikov wrote: > > > > > I don't like the current behaviour of the net/isc-dhcp3-server port > > > of creating 'dhcpd' user and gro

Re: UID/GID dynamic allocation in net/isc-dhcp3-server: why?

2006-11-11 Thread Kris Kennaway
On Sat, Nov 11, 2006 at 10:05:05PM +0100, Simon L. Nielsen wrote: > On 2006.11.11 15:48:05 -0500, Kris Kennaway wrote: > > On Sat, Nov 11, 2006 at 09:37:31PM +0100, Simon L. Nielsen wrote: > > > On 2006.11.11 21:12:09 +0200, Dmitry Pryanishnikov wrote: > > > > > > > I don't like the current behav

Re: textproc/docbook-xsl (docbook-xsl-1.70.1) (install error)

2006-11-11 Thread Carsten Schütze
Ok i have this port manually upgradet with cd /usr/ports/textproc/docbook-xsl && make deinstall rm -Rf /usr/local/share/xml/sdocbook/1.1 manually removing this line in /usr/local/share/xml/catalog.ports and CATALOG "/usr/local/share/xml/sdocbook/1.1/catalog" in /usr/local/share/sgml/catalog.port

Re: textproc/docbook-xsl (docbook-xsl-1.70.1) (install error)

2006-11-11 Thread John Merryweather Cooper
Carsten Schütze wrote: Ok i have this port manually upgradet with cd /usr/ports/textproc/docbook-xsl && make deinstall rm -Rf /usr/local/share/xml/sdocbook/1.1 manually removing this line in /usr/local/share/xml/catalog.ports and CATALOG "/usr/local/share/xml/sdocbook/1.1/catalog" in /usr/loca

emulators/qemu-launcher: unable to launch

2006-11-11 Thread martinko
Hello list, I've just compiled and installed emulators/qemu-launcher and this is what I've got when trying to run it: $ qemu-launcher /libexec/ld-elf.so.1: /usr/local/lib/libgthread-2.0.so.0: Undefined symbol "pthread_getschedparam" What's wrong please? What am I to do now? Cheers, Martin PS

Re: textproc/docbook-xsl (docbook-xsl-1.70.1) (install error)

2006-11-11 Thread Carsten Schütze
John Merryweather Cooper wrote: > See ports/105402. The real problem is in the Makefile for > textproc/docbook-xsl. Ok, thank you. Carsten ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscri

devel/libevent: could not fetch it

2006-11-11 Thread Vlad GURDIGA
Hello, I get this when I try to install libevent: # make install clean ===> Extracting for libevent-1.2_1 => MD5 Checksum mismatch for libevent-1.2.tar.gz. => SHA256 Checksum mismatch for libevent-1.2.tar.gz. ===> Refetch for 1 more times files: libevent-1.2.tar.gz libevent-1.2.tar.gz => libev

Re: devel/libevent: could not fetch it

2006-11-11 Thread Kris Kennaway
On Sun, Nov 12, 2006 at 01:53:13AM +0200, Vlad GURDIGA wrote: > Hello, > > I get this when I try to install libevent: > > # make install clean > ===> Extracting for libevent-1.2_1 > => MD5 Checksum mismatch for libevent-1.2.tar.gz. > => SHA256 Checksum mismatch for libevent-1.2.tar.gz. You alre