Re: installing java in freebsd 8

2010-06-07 Thread Sunpoet Hsieh
Hi, Did you see error message like this? => tzupdater-1_3_29-2010f.zip doesn't seem to exist in /usr/ports/distfiles/. By default, diablo-jdk16 requires tzupdater. You may skip this by setting WITHOUT_TZUPDATE. tzupdater can be manually downloaded from http://java.sun.com/javase/downloads/index.j

Re: Using ">" sign in LIB_DEPENDS

2010-07-19 Thread Sunpoet Hsieh
On Tue, Jul 20, 2010 at 12:06 AM, Ruslan Mahmatkhanov wrote: > Hi. > > Using ">" sign in LIB_DEPENDS in port's Makefile triggers this error: > Syntax error: redirection unexpected > *** Error code 2 > > While defined in BUILD_DEPENDS and RUN_DEPENDS works fine. > Is this expected behaviour? > > Te

Re: new port - different versions of the same file - advice needed

2010-11-05 Thread Sunpoet Hsieh
On Fri, Nov 5, 2010 at 6:26 PM, Anton Shterenlikht wrote: > I'm trying to make a port of Slatec numerical libraries: > http://netlib.org/slatec/ > > This file contains the full sources: > http://netlib.org/slatec/slatec_src.tgz > > However, according to Netlib FAQ: http://netlib.org/misc/faq.html#

Re: [patch] Port lint shouldn't report that 'work' isn't in cvs

2010-11-08 Thread Sunpoet Hsieh
On Mon, Nov 8, 2010 at 10:01 AM, Eitan Adler wrote: > portlint currently reports two conflicting messages when it finds a > "work" directory in a port > a) Make sure it isn't committed > b) It was not found in CVS > > This patch silences the second one > > --- portlint.old        2010-11-05 14:02:

Re: What's going on with the SF macro?

2011-01-24 Thread Sunpoet Hsieh
On Mon, Jan 24, 2011 at 4:49 PM, Doug Barton wrote: > Howdy, > > The following in net-p2p/qbittorrent-26 used to work, but is now giving the > error below. Any suggestions? > > > MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ > > make makesum > ===>  License check disabled,

Re: Request for new port review: TortoiseHG.

2011-02-08 Thread Sunpoet Hsieh
Hi, First of all, I suggest to set PORTNAME=tortoisehg If you do want to add -hgtk suffix, you may set PKGNAMESUFFIX=-hgtk instead. It makes portlint happier. It also simplifies Makefile since DISTNAME is already the default value. On Tue, Feb 8, 2011 at 7:40 PM, arrowdodger <6year...@gmail.com>

Re: Request for new port review: TortoiseHG.

2011-02-09 Thread Sunpoet Hsieh
On Wed, Feb 9, 2011 at 5:15 PM, arrowdodger <6year...@gmail.com> wrote: > On Tue, Feb 8, 2011 at 9:29 PM, Sunpoet Hsieh wrote: >> >> Hi, >> >> First of all, I suggest to set PORTNAME=tortoisehg >> If you do want to add -hgtk suffix, you may set PKGNAMESUFFIX

Re: Request for new port review: TortoiseHG.

2011-02-09 Thread Sunpoet Hsieh
On Wed, Feb 09, 2011 at 06:24:34PM +0300, arrowdodger wrote: > On Wed, Feb 9, 2011 at 4:42 PM, Sunpoet Hsieh wrote: > > > It looks like you'll have two ports, version 1 and 2, and these two > > ports do not conflict with each other. > > IMHO, I would simply use de

Re: [CFT] gdal 1.9.1 update and other changes

2012-06-07 Thread Sunpoet Hsieh
On Thu, Jun 7, 2012 at 2:25 PM, Rainer Hurling wrote: > Am 07.06.2012 05:30 (UTC+1) schrieb Sunpoet Po-Chuan Hsieh: >> >> Hi, > > > Many thanks for this update. What I observed so far: > > > (1) graphics/gdal builds and installs fine. There is a minor problem: > dependend port science/libkml (as o

Re: port DNS/UNBOUND

2012-07-19 Thread Sunpoet Hsieh
Hi, You can use ".if empty(PORT_OPTIONS:Mfoo)" to check if option "foo" is off. Try this: .if empty(PORT_OPTIONS:MTHREADS) CONFIGURE_ARGS+=--without-pthreads .endif Regards, sunpoet On Thu, Jul 19, 2012 at 10:46 PM, Alexey Kouznetsov wrote: > Hello! > > After port was moved to new NGoptions th

Re: pciids-20131023.tar.xz: File unavailable

2013-10-25 Thread Sunpoet Hsieh
Hi, It's now available at http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/pciids-20131023.tar.xz It'll appear on mirror sites later. Regards, sunpoet ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f

Re: problems after installing ports-mgmt/portconf

2013-11-05 Thread Sunpoet Hsieh
On Sat, Oct 12, 2013 at 11:58 PM, Eitan Adler wrote: > On Sat, Oct 12, 2013 at 11:43 AM, Matthias Apitz wrote: > > El día Friday, October 11, 2013 a las 06:16:23PM -0500, Matthew D. > Fuller escribió: > > > >> On Fri, Oct 11, 2013 at 09:37:13AM +0200 I heard the voice of > >> Matthias Apitz, and

Re: VirtualBox & vim no longer building

2014-02-20 Thread Sunpoet Hsieh
On Thu, Feb 20, 2014 at 6:37 AM, Bryce Edwards wrote: > Here's the build logs with details: > > https://dl.dropboxusercontent.com/u/141097/virtualbox-ose-4.3.6.log > > https://dl.dropboxusercontent.com/u/141097/vim-7.4.182.log > ___ > freebsd-ports@free