Re: Makefile Issue

2011-11-20 Thread Stanislav Sedov
On Fri, 18 Nov 2011 07:42:56 -0800 Cy Schubert cy.schub...@komquats.com mentioned: Hi everyone, Can anyone enlighten me as to why this following make fragment doesn't work? It falls through to .else. PKGNAMESUFFIX= -devel .if defined(PKGNAMESUFFIX) !empty(PKGNAMESUFFIX)

Re: Slave ports

2011-11-20 Thread Matthew Seaman
On 19/11/2011 22:47, Beñat Gonzalez Etxepare wrote: In my case, I need to compile a new port (Double Commander, a file manager) which depends in some other totally different port (Lazarus, an IDE). With Lazarus you are able to compile applications for the toolkit you choose: QT or GTK2.

More nitpicks from the department of redundancy department...

2011-11-20 Thread Matthew Seaman
PORT_DBDIR?= /var/db/ports is the default setting in bsd.ports.mk -- the following ports redefine it to exactly the same value: % grep -r 'PORT_DBDIR?=' . ./security/pear-Crypt_RSA/Makefile:PORT_DBDIR?= /var/db/ports ./Mk/bsd.port.mk:PORT_DBDIR?= /var/db/ports

Re: epson r2400/2880 printers on freebsd8.2 amd64

2011-11-20 Thread David Southwell
On Saturday 19 November 2011 06:44:28 Patrick Powell wrote: On 11/19/11 01:53, David Southwell wrote: Hi Anyone up to date on how to do high quality printing with epson inkjet printers (in my case r2400 and r2880) on freebsd8.2 amd64 systems. print/pips* reports they require 386 and

Re: postfix-current broken on amd64 platform

2011-11-20 Thread Jerry
On Sun, 20 Nov 2011 01:36:20 -0500 Sahil Tandon articulated: This port has been updated to Postfix 2.9 Snapshot 2019. Thanks Sahil. :) -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header.

Re: Makefile Issue

2011-11-20 Thread Cy Schubert
In message 202304.343059f4.s...@freebsd.org, Stanislav Sedov writes: On Fri, 18 Nov 2011 07:42:56 -0800 Cy Schubert cy.schub...@komquats.com mentioned: Hi everyone, Can anyone enlighten me as to why this following make fragment doesn't work? It falls through to .else.

Re: epson r2400/2880 printers on freebsd8.2 amd64

2011-11-20 Thread Patrick Powell
On 11/20/11 03:57, David Southwell wrote: On Saturday 19 November 2011 06:44:28 Patrick Powell wrote: On 11/19/11 01:53, David Southwell wrote: Hi Anyone up to date on how to do high quality printing with epson inkjet printers (in my case r2400 and r2880) on freebsd8.2 amd64 systems.

Re: More nitpicks from the department of redundancy department...

2011-11-20 Thread Eitan Adler
On Sun, Nov 20, 2011 at 4:45 AM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: PORT_DBDIR?= /var/db/ports is the default setting in bsd.ports.mk -- the following ports redefine it to exactly the same value: [ snip ] Thanks for the report - I'll handle these. -- Eitan Adler

Re: Makefile Issue

2011-11-20 Thread Chris Rees
On 20 November 2011 13:47, Cy Schubert cy.schub...@komquats.com wrote: In message 202304.343059f4.s...@freebsd.org, Stanislav Sedov writes: On Fri, 18 Nov 2011 07:42:56 -0800 Cy Schubert cy.schub...@komquats.com mentioned: Hi everyone, Can anyone enlighten me as to why this

Re: bin/162681: pkg_add(1): new installer does not add doc packages

2011-11-20 Thread eadler
Old Synopsis: bsdinstall(8): does not add doc packages New Synopsis: pkg_add(1): new installer does not add doc packages Responsible-Changed-From-To: freebsd-sysinstall-freebsd-ports Responsible-Changed-By: eadler Responsible-Changed-When: Sun Nov 20 17:27:18 UTC 2011 Responsible-Changed-Why:

Re: postfix-current broken on amd64 platform

2011-11-20 Thread Pav Lucistnik
Sahil Tandon píše v so 19. 11. 2011 v 15:48 -0500: Wietse has made the change upstream and I plan to commit that in a little bit. Just running it through my tinderbox if folks don't mind the wait (a few hours). Not at all, and thanks both! -- -- Pav Lucistnik p...@oook.cz

linphone-base conflicts with ortp and fails to install, it also fails to build: error: expected specifier-qualifier-list before 'UInt96'

2011-11-20 Thread Yuri
Hi, When I do portupgrade, I get this message (kdenetwork fails to update due to this): === linphone-base-3.2.1_1,1 conflicts with installed package(s): ^M ortp-0.13.0_1^M ^M They install files into the same place.^M You may want to stop build with Ctrl + C.^M ===

Re: ports/16041: commit references a PR

2011-11-20 Thread dfilter service
The following reply was made to PR ports/16041; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: ports/16041: commit references a PR Date: Mon, 21 Nov 2011 00:57:50 + (UTC) scheidell2011-11-21 00:57:36 UTC

Re: More nitpicks from the department of redundancy department...

2011-11-20 Thread Eitan Adler
On Sun, Nov 20, 2011 at 10:18 AM, Eitan Adler li...@eitanadler.com wrote: On Sun, Nov 20, 2011 at 4:45 AM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: PORT_DBDIR?= /var/db/ports is the default setting in bsd.ports.mk -- the following ports redefine it to exactly the same value: [