clang and postgresql90

2011-04-03 Thread Christer Solskogen
Hi! I'm just wondering if anyone else has trouble compiling postgresql90 with clang. I get this (and I cant seem to find anything online that somebody else had that same problem): gmake[1]: Leaving directory `/usr/obj/usr/ports/databases/postgresql90-server/work/postgresql-9.0.3/src/timezone' cla

[CFT] FreeBSD Haskell ports update.

2011-04-03 Thread Ashish SHUKLA
Hi everyone, This is the call for testing for FreeBSD Haskell ports update which is planned to land up in the official ports tree in few weeks. The FreeBSD Haskell ports tree is hosted as portshaker-able[1] git[2] repository on github, accessible at the following URL, along with the instructions

Re: [CFT] FreeBSD Haskell ports update.

2011-04-03 Thread arrowdodger
On Sun, Apr 3, 2011 at 11:06 PM, Ashish SHUKLA wrote: > Hi everyone, > > This is the call for testing for FreeBSD Haskell ports update which is > planned > to land up in the official ports tree in few weeks. > At last! Thank you for your work! ___ free

Re: clang and postgresql90

2011-04-03 Thread Dimitry Andric
On 2011-04-03 20:15, Christer Solskogen wrote: I'm just wondering if anyone else has trouble compiling postgresql90 with clang. I get this (and I cant seem to find anything online that somebody else had that same problem): ... libpq/auth.o: In function `ClientAuthentication': auth.c:(.text+0x51

Re: Automating Port Building- Setting options on the command line

2011-04-03 Thread Patrick Powell
On 04/02/11 20:39, Sutra Zhou wrote: What about using /usr/ports/ports-mgmt/portconf/? On Sun, Apr 3, 2011 at 6:21 AM, Patrick Powell wrote: On 03/31/11 23:04, Alberto Villa wrote: On Friday 01 April 2011 02:49:06 Patrick Powell wrote: What I would like to do is pass in a set of default opti

Re: emulators/vice: patch fail to apply cleanly

2011-04-03 Thread Ruslan Mahmatkhanov
02.04.2011 23:52, Barbara пишет: # cd /usr/ports/emulators/vice/&& make patch ===> Patching for vice-gnome-2.3 ===>vice-gnome-2.3 depends on file: /usr/local/bin/iconv - found ===> Applying FreeBSD patches for vice-gnome-2.3 Ignoring previously applied (or reversed) patch. 1 out of 1 h

Re: emulators/vice: patch fail to apply cleanly

2011-04-03 Thread Ruslan Mahmatkhanov
04.04.2011 08:34, Dirk Meyer пишет: 1. Be sure you don't have leftovers in workdir. 2. Be sure you have write perssions to the workdir. look like "/tmp" or the ports workdir ist not writeable. If you see problem try a "make clean" first. It complains that it could not apply patch-dynlist.c in

Re: clang and postgresql90

2011-04-03 Thread Christer Solskogen
On Mon, Apr 4, 2011 at 12:47 AM, Dimitry Andric wrote: > On 2011-04-03 20:15, Christer Solskogen wrote: >> >> I'm just wondering if anyone else has trouble compiling postgresql90 >> with clang. I get this (and I cant seem to find anything online that >> somebody else had that same problem): > > ..