From owner-freebsd-ports@FreeBSD.ORG Fri Jan 28 12:54:57 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7604106566C; Fri, 28 Jan 2011 12:54:57 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep28.mx.upcmail.net (fep28.mx.upcmail.net [62.179.121.48]) by mx1.freebsd.org (Postfix) with ESMTP id B684A8FC1C; Fri, 28 Jan 2011 12:54:56 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep17-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20110128123549.RVKP11401.viefep17-int.chello.at@edge04.upcmail.net>; Fri, 28 Jan 2011 13:35:49 +0100 Received: from [192.168.0.104] ([77.250.185.194]) by edge04.upcmail.net with edge id 10bn1g0244C4r91040bo66; Fri, 28 Jan 2011 13:35:49 +0100 X-SourceIP: 77.250.185.194 From: Koop Mast To: =?ISO-8859-1?Q?Micka=EBl?= Maillot In-Reply-To: References: <20110113095210.47822j0hxhmgjfi8@avocado.salatschuessel.net> Content-Type: text/plain; charset="UTF-8" Date: Thu, 27 Jan 2011 11:33:52 +0100 Message-ID: <1296124432.95184.31.camel@headache.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-Cloudmark-Analysis: v=1.1 cv=HQ3F56nxkum+cgCiDL7AXQpbvw7DWrWCBJRnYYnM0Zc= c=1 sm=0 a=IkcTkHD0fZMA:10 a=pGLkceISAAAA:8 a=-GG0acV8AAAA:8 a=6I5d2MoRAAAA:8 a=CwJCkPXVg8qMnu5VLUEA:9 a=TQWpFnUsF789kMA37XYA:7 a=f0sEyUdVA7VJAlBrLYwICQFbBGkA:4 a=QEXdDO2ut3YA:10 a=_8i32zLWHScA:10 a=MSl-tDqOz04A:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: miwi@freebsd.org, ports@freebsd.org, "Philip M. Gollucci" , Oliver Lehmann , Olivier Duchateau , Bernhard Froehlich Subject: Re: xfce 4.8pre3 preview X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2011 12:54:57 -0000 On Thu, 2011-01-27 at 10:40 +0100, Mickaël Maillot wrote: > 2011/1/27 Mickaël Maillot : > > > > i'll continue my update :) > > > > deskutils/orage update failed. > a LDFLAGS is missing: "-L${LOCALBASE}/lib" but don't realy know where > it's the right place to do. Put below into your orage/Makefile. That should do the trick. CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -Koop > you can find my generated Makefile here: > http://fneu.fr/freebsd/orage__tz_convert__Makefile > uname -a: > FreeBSD home.freelooser.fr 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r217909: > Wed Jan 26 21:53:35 CET 2011 > root@home.freelooser.fr:/usr/obj/usr/src/sys/FNEUFNEU amd64 > > Error: > > LC_ALL=C /usr/local/bin/intltool-merge -d -u -c > ../po/.intltool-merge-cache ../po globaltime.desktop.in > globaltime.desktop > Found cached translation database > Merging translations into globaltime.desktop. > gmake[2]: Leaving directory > `/usr/ports/deskutils/orage/work/orage-4.8.0/globaltime' > Making all in tz_convert > gmake[2]: Entering directory > `/usr/ports/deskutils/orage/work/orage-4.8.0/tz_convert' > cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -L/usr/local/lib > -DPACKAGE_DATA_DIR=\""/usr/local/share"\" > -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -O2 -pipe > -march=native -fno-strict-aliasing -MT tz_convert-tz_convert.o -MD -MP > -MF .deps/tz_convert-tz_convert.Tpo -c -o tz_convert-tz_convert.o > `test -f 'tz_convert.c' || echo './'`tz_convert.c > mv -f .deps/tz_convert-tz_convert.Tpo .deps/tz_convert-tz_convert.Po > /bin/sh ../libtool --tag=CC --mode=link cc > -DPACKAGE_DATA_DIR=\""/usr/local/share"\" > -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -O2 -pipe > -march=native -fno-strict-aliasing -lpopt -o tz_convert > tz_convert-tz_convert.o -lintl > libtool: link: cc -DPACKAGE_DATA_DIR=\"/usr/local/share\" > -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -O2 -pipe > -march=native -fno-strict-aliasing -o tz_convert > tz_convert-tz_convert.o -lpopt -lintl > /usr/bin/ld: cannot find -lpopt > gmake[2]: *** [tz_convert] Error 1 > gmake[2]: Leaving directory > `/usr/ports/deskutils/orage/work/orage-4.8.0/tz_convert' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/deskutils/orage/work/orage-4.8.0' > gmake: *** [all] Error 2 > *** Error code 1 > > Stop in /usr/ports/deskutils/orage. > *** Error code 1 > > Stop in /usr/ports/deskutils/orage. > > ===>>> make failed for deskutils/orage > ===>>> Aborting update > > ===>>> Update for deskutils/orage failed > ===>>> Aborting update > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >