Re: ports/133558: port foo2zjs broken

2009-04-10 Thread Scot Hetzel
The description in the PR is referring to print/foo2zjs On 4/10/09, Mark Linimon wrote: > On Fri, Apr 10, 2009 at 03:22:31PM +1000, Tom Mende wrote: >> sorry > http://www.freebsd.org/cgi/query-pr.cgi?pr=133558 > > yes, that's the PR number, but what port supplies foo2zjs? > > mcl >

Re: ClamAV rc.subr problem on 4.9

2007-03-27 Thread Scot Hetzel
On 3/27/07, Matt Sealey <[EMAIL PROTECTED]> wrote: I just noticed that the ClamAV start/stop scripts on FreeBSD 4.9 include /etc/rc.subr which doesn't actually exist. The dependency on 4.9 lives in /usr/local/etc like everything else that isn't part of the base system. The FreeBSD ports collec

Re: ports installation location

2007-03-29 Thread Scot Hetzel
On 3/29/07, Vizion <[EMAIL PROTECTED]> wrote: How does one specify a non-standard location for installing a port? For example I want to have multiple instances of www/joomla installed for multiple virtual hosts. How can I best go about this? I haven't tried this, but looking at the ports Mak

Re: Port build problem for ImageMagick

2007-03-29 Thread Scot Hetzel
The problem is that graphviz is listed as a RUN_DEPENDS, and doesn't get installed before the build stage. It needs to be changed to a LIB_DEPENDS, and the path to libgvc.* needs to be added to LDFLAGS. PR 111018 submitted to fix this probem. Scot -- DISCLAIMER: No electrons were mamed while se

Re: ports installation location

2007-03-30 Thread Scot Hetzel
On 3/30/07, Vizion <[EMAIL PROTECTED]> wrote: > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Scot Hetzel > Sent: Thursday, March 29, 2007 9:29 AM > To: Vizion > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re:

Re: ports installation location

2007-03-30 Thread Scot Hetzel
On 3/30/07, Vizion <[EMAIL PROTECTED]> wrote: > > make PKGNAMESUFFIX=_vh1 PREFIX=/usr2/virtualhosts > > JOOMLA_DIR=virtualhostname/joomla install > > > > Scot > Thank you Scot > That fixed that problem.. > and files were installed to the target directory for my > virual webs. BUUT > I get the s

Re: Help building linuxwacom

2007-04-02 Thread Scot Hetzel
On 4/2/07, Ali Mazandar <[EMAIL PROTECTED]> wrote: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -g -O2 -I/usr/local/include/tcl8.4 -I/usr/local/include/tk8.4 -MT wacomxi.lo -MD -MP -MF .deps/wacomxi.Tpo -c wacomxi.c -fPIC -DPIC -o .libs/wacomxi.o In file included from wacomxi.c:29: wacomxi.h:31:35

Re: cannot install: Unknown component no.

2007-04-08 Thread Scot Hetzel
On 4/7/07, Dan Reinholz <[EMAIL PROTECTED]> wrote: I'm not sure how this happened, but when I try to install almost any port, dolphin for example, I have this problem: bsd# cd /usr/ports/x11-fm/dolphin bsd# make install ===> dolphin-0.8.2 cannot install: Unknown component no. *** Error code 1

Re: planetmirror sites

2007-04-11 Thread Scot Hetzel
On 4/11/07, Marcin Simonides <[EMAIL PROTECTED]> wrote: Several ports (mainly gtk, gnome etc.) download distfiles from public.planetmirror.com sites over HTTP. The problem is that this site displays an HTML page ("This download will automatically commence shortly...") and then a download is start

Re: Mailman.. relative/absolute path issue???

2007-04-16 Thread Scot Hetzel
On 4/16/07, David Southwell <[EMAIL PROTECTED]> wrote: It looks as though mailman is trying to add whole or part of the absolute path to the absolute path!! weird. ___ When I checked the properties for each of the three icons at the bottom of the mail list creation pag

Re: databases/unixODBC installs empty config files

2007-04-19 Thread Scot Hetzel
On 4/19/07, Ed Maste <[EMAIL PROTECTED]> wrote: The unixODBC port installs an etc/odbc.ini file which wipes out an existing config on install of a new package. (It's not even a sample config from the distribution; it's just an empty file created by virtue of existing in the plist it seems.) Can

Re: databases/unixODBC installs empty config files

2007-04-19 Thread Scot Hetzel
On 4/19/07, Ed Maste <[EMAIL PROTECTED]> wrote: On Thu, Apr 19, 2007 at 03:12:53PM -0500, Scot Hetzel wrote: > You can't simply remove them from the plist, as those files (odbc.ini, > odbcinst.ini) are created by work/unixODBC-2.2.12/Makefile in the > install-data-am target

Re: ports & apache22 stupid quitestion.

2007-04-23 Thread Scot Hetzel
On 4/23/07, Anton - Valqk <[EMAIL PROTECTED]> wrote: Sorry for my stupid question, but after googling I wan't able to find it. How can I set default build options for www/apache22 ports, because I build it with_mpm=worker and when I do make package-recursive on php or some other dependent port

Re: Making a local branch of the ports tree

2007-04-26 Thread Scot Hetzel
On 4/25/07, Bill Moran <[EMAIL PROTECTED]> wrote: I know I've seen this discussed a dozen times, but google is letting me down right now. Basically, I want to create a private branch of the ports tree for scripts and other stuff that isn't suitable to submit back to the main ports tree, and use

Re: How to prevent make compiling a binary?

2007-05-07 Thread Scot Hetzel
On 5/7/07, Stevan Tiefert <[EMAIL PROTECTED]> wrote: Hello list, I've tar'ed and gzip'ed a binary library. Put on a web-server. Wrote a Makefile like the Porter's Handbook describes. It fetches the *.tar.gz and so on. But during the "make install" he asks for a Makefile (I think PORTNAME/work/D

Re: How to prevent make compiling a binary?

2007-05-08 Thread Scot Hetzel
On 5/8/07, Stevan Tiefert <[EMAIL PROTECTED]> wrote: It is not my decision to not deliver the sourcecode. It was the decision of the ftp.mk.bsdclub.org. The port wouldn't be necessary when the compat3x-port didn't stopped. It was since FreeBSD 6.0 not possible anymore to use audio/mbrola as a nat

Re: How to prevent make compiling a binary?

2007-05-08 Thread Scot Hetzel
On 5/8/07, Stevan Tiefert <[EMAIL PROTECTED]> wrote: Scot Hetzel schrieb: > On 5/8/07, Stevan Tiefert <[EMAIL PROTECTED]> wrote: >> It is not my decision to not deliver the sourcecode. It was the decision >> of the ftp.mk.bsdclub.org. The port wouldn't be nec

Re: FreeBSD Port: php5-5.2.1_3

2007-05-10 Thread Scot Hetzel
On 5/10/07, Paul Laudanski <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings, I'd like to offer my services to upgrade this port to 5.2.2. Please let me know where I can help. A PR has already been submitted: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/1

Re: FreeBSD Port: dspam-3.6.8_2

2007-05-14 Thread Scot Hetzel
On 5/14/07, Ed Lucero <[EMAIL PROTECTED]> wrote: > > I was interested in finding out when dspam 3.8.0 Stable will be > > ported. > > It's in -devel, I'll will MFD it after the Ports freeze is over. > When is the ports freeze over? The ports freeze will be over after xorg 7.2 gets imported into

Re: Specs for saving old shared libs

2007-05-18 Thread Scot Hetzel
On 5/18/07, Robert Huff <[EMAIL PROTECTED]> wrote: When in need of emergency disk space, my first trick is to flush /usr/ports/distfiles and /usr/obj. If that's not enough, I empty /usr/local/lib/compat/pkg. About one time in twenty I discover something important was depend

Re: www/trac with mysql

2007-05-18 Thread Scot Hetzel
On 5/18/07, David Southwell <[EMAIL PROTECTED]> wrote: Hi How do I configure trac to use mysql rather than sqlite?? You'll need to make the following changes to the ports Makefile: 1. Add `MYSQL "Use MySQL instead of SQLite3" Off \' to OPTIONS 2. Make the following change to the databa

Re: Problem with security/vscan

2007-05-21 Thread Scot Hetzel
On 5/21/07, Elliot Dierksen <[EMAIL PROTECTED]> wrote: Hello, security/vscan has an unlisted dependency on misc/compat4x-i386-5.3_9. It fails installation without the compat4x package. The port does list misc/compat4x as a LIB_DEPENDS dependancy in the ports Makefile. When installing the port

Re: Problem with security/vscan

2007-05-22 Thread Scot Hetzel
On 5/22/07, Elliot Dierksen <[EMAIL PROTECTED]> wrote: Quoting Scot Hetzel: >> security/vscan has an unlisted dependency on misc/compat4x-i386-5.3_9. It >> fails installation without the compat4x package. >> >The port does list misc/compat4x as a LIB_DEPENDS depend

Re: Problem with security/vscan

2007-05-22 Thread Scot Hetzel
On 5/22/07, Scot Hetzel <[EMAIL PROTECTED]> wrote: : ===> Returning to build of uvscan-5.10e_3 Error: shared library "m.2" does not exist *** Error code 1 Not sure why it fails to detect the library, after the compat4x port is installed. Found the problem, my pat

Re: FreeBSD Port: samba-3.0.25,1

2007-05-28 Thread Scot Hetzel
On 5/28/07, Jose Ayala <[EMAIL PROTECTED]> wrote: jeje sorry i clicked send before time :D, the mesaage complete is: El lun, 28-05-2007 a las 16:00 -0500, Jose Ayala escribió: > Hi, i just to comment a problem with the samba manager script, i dont > know really whats the problem but it resolve e

Re: X.org 7.2 eats the whole CPU whenever Firefox 2 displays something

2007-05-31 Thread Scot Hetzel
Which version of FreeBSD are you using? FreeBSD 6.x had PR threads/101355 opened on this problem: http://www.freebsd.org/cgi/query-pr.cgi?pr=101355 But it was closed with the following reason: If your application is malloc hunger, then there is performance problem on 6.x since malloc is prote

Re: comms/py-bulksms

2007-06-01 Thread Scot Hetzel
On 6/1/07, Craig Butler <[EMAIL PROTECTED]> wrote: Any objections to me becoming maintainer of comms/py-bulksms. Current maintainer is [EMAIL PROTECTED] and at the moment the MASTER_SITE url is broke. I am planning on hosting the source files on one of my servers, so this port can stay alive and

Re: FreeBSD Port: dspam-devel-3.8.0,1

2007-06-03 Thread Scot Hetzel
On 6/3/07, Ion-Mihai Tetcu <[EMAIL PROTECTED]> wrote: The only thing I can think of for improving this part is to set the default MySQL version in the port's OPTIONs to the one installed on the system, if any and default to 50 if no MySQL is installed. Which will further complicate an already lon

Re: ocamlc.opt segfault on sparc64

2007-06-07 Thread Scot Hetzel
On 6/7/07, goldskorpion <[EMAIL PROTECTED]> wrote: dear manteiner, i am trying to compile and install ocaml but is marked as broken. i'm not under x11, so i take ocaml-nox11, but ocaml has the same problem. this is the makefile ( http://phpfi.com/240007 ) : Makefile dax# make install clean ==

Re: subversion -- compile file - requires lgssapi_krb5

2007-06-13 Thread Scot Hetzel
Do you have kerberos installed for the base system? hp010# ls /usr/lib/libgss* /usr/lib/libgssapi.a/usr/lib/libgssapi_krb5.so /usr/lib/libgssapi.so /usr/lib/libgssapi_krb5.so.8 /usr/lib/libgssapi.so.8 /usr/lib/libgssapi_krb5_p.a /usr/lib/libgssapi_krb5.a /usr/l

Re: subversion -- compile file - requires lgssapi_krb5

2007-06-13 Thread Scot Hetzel
On 6/13/07, David Southwell <[EMAIL PROTECTED]> wrote: here is what I have: [EMAIL PROTECTED] /usr/bin]# ls -l /usr/lib/libgss* -r--r--r-- 1 root wheel 141960 Feb 27 10:24 /usr/lib/libgssapi.a lrwxr-xr-x 1 root wheel 14 Mar 23 07:59 /usr/lib/libgssapi.so -> libgssapi.so.8 -r--r--r-- 1

Re: mail/postfix on Current (-DFREEBSD#)

2007-06-13 Thread Scot Hetzel
On 6/13/07, Johan Hendriks <[EMAIL PROTECTED]> wrote: I use FreeBSD on a lot of mailservers in combination with postfix. When i compile on FreeBSD 5 i see messages like: cc -DHAS_PCRE -I/usr/local/include -O -pipe -I. -DFREEBSD5 -c format_tv.c On FreeBSD 6 they look like : cc -DHAS_PCRE -I/usr/

Re: chartdirector package

2007-06-28 Thread Scot Hetzel
I had a quick look at the web site, and there appears to be 6 different versions of ChartDirector (java, PHP, Perl, Python, Ruby, C++) that could be ported to FreeBSD so that they can be made into packages. I had a quick look, and see the following problems: - Doesn't specify which version of Fre

Re: How to get a list of all kernel modules

2007-06-29 Thread Scot Hetzel
On 6/29/07, Kostik Belousov <[EMAIL PROTECTED]> wrote: It would be very convenient to have unified location for ports kernel modules. May be, even hier(7) compliant ? For instance, some random set of ports installed kernel modules to: sysutils/devcpu: /boot/modules/cpu.ko net/ng_car: /boot/

Re: FreeBSD Port: cfengine-2.2.1

2007-07-05 Thread Scot Hetzel
On 7/5/07, Atmasamarpan <[EMAIL PROTECTED]> wrote: Hi, Everything is fine after I removed db4-4.0.14_1,1. The port requires db44, but during configure it finds db4 and compilation fails. See bellow. I had a look at the ports Makefile, and found a couple of problems:. USE_BDB?= 44 It should

Re: ChartDirector

2007-07-05 Thread Scot Hetzel
On 7/3/07, Mark Linimon <[EMAIL PROTECTED]> wrote: On Mon, Jul 02, 2007 at 12:34:20PM +0200, Tim Rijavec wrote: > can you add this package for ChartDirector for php to FreeBSD ports? > that can be found at http://www.freebsd.org/ports/master-index.html Please use send-pr to submit this so that i

Re: experimental qemu-devel port update, please test!

2007-07-13 Thread Scot Hetzel
On 7/12/07, Craig Boston <[EMAIL PROTECTED]> wrote: Aha! The problem isn't that curproc is garbage, but rather that it's being interpreted wrong. struct proc has some extra fields when KSE is #defined. KSE recently became a kernel option and was put in the DEFAULTS file, so everyone's kernel h

Re: Building Pine with PASSFILE option

2007-08-07 Thread Scot Hetzel
On 8/7/07, Rakhesh Sasidharan <[EMAIL PROTECTED]> wrote: > I understand one can compile the email client Pine with an option > PASSFILE= to enable the option of saving your mail account > passwords. The Pine website talks about it and so do many sites all over > the net. > > FreeBSD's ports do not

Re: Building Pine with PASSFILE option

2007-08-07 Thread Scot Hetzel
On 8/7/07, Rakhesh Sasidharan <[EMAIL PROTECTED]> wrote: > RW wrote: > >> But it will work from /etc/make.conf (using either "=" or "+="), as > >> long as you don't select LDAP support. > > > > Have you actually tried this? A few years ago I couldn't get it, nor > > several variations on it, to wor

Re: packaging mod_python

2007-08-09 Thread Scot Hetzel
On 8/9/07, Alexey Rubtsov <[EMAIL PROTECTED]> wrote: >I try to install mod_pyhon3 from ports and was some saddened. > The port was installed correctly but name for package is "mod_python". >It makes the problem if i try to create packages "mod_python" for > different apache versions(for exa

Re: request add db45/db46 support to mail/exim port

2007-08-11 Thread Scot Hetzel
On 8/11/07, snowcrash+freebsd <[EMAIL PROTECTED]> wrote: > hi, > > > Sounds great, just one point: I'd prefer seeing that exim would make use > > of bsd.database.mk. > > i /thought/ that use of WITH_BDB_VER/USE_BDB *is* 'making use of' > bsd.database.mk, wherein, > > ... > .if defined(WITH_BDB_VE

Re: request add db45/db46 support to mail/exim port

2007-08-11 Thread Scot Hetzel
On 8/11/07, Hajimu UMEMOTO <[EMAIL PROTECTED]> wrote: > Hi, > > >>>>> On Sat, 11 Aug 2007 12:37:18 -0500 > >>>>> "Scot Hetzel" <[EMAIL PROTECTED]> said: > > swhetzel> Here's the correct code for BDB detection: > >

Re: request add db45/db46 support to mail/exim port

2007-08-11 Thread Scot Hetzel
On 8/11/07, Hajimu UMEMOTO <[EMAIL PROTECTED]> wrote: > Hi, > > >>>>> On Sat, 11 Aug 2007 13:03:32 -0500 > >>>>> "Scot Hetzel" <[EMAIL PROTECTED]> said: > > swhetzel> I believe when I made the change to bsd.database.mk,

Re: packaging mod_python

2007-08-12 Thread Scot Hetzel
On 8/12/07, Alexey Rubtsov <[EMAIL PROTECTED]> wrote: > >> Decide: > >>Add PKGNAMESUFFX into Makefile of port like this for example: > >> > >> .if (${APACHE_PORT} == "www/apache22") > >> PKGNAMESUFFIX= -ap22 > >> .elif (${APACHE_PORT} == "www/apache20") > >> PKGNAMESUFFIX= -ap20 > >> .endif > >

Re: lam/MPI with trillium libraries

2007-08-14 Thread Scot Hetzel
On 8/14/07, James <[EMAIL PROTECTED]> wrote: > I'm looking to build a copy of a debugging program called XMPI. For this to > work, I have to have lam/MPI installed with the trillium libraries. > > I couldn't see any easy way to tell the net/lam port to install itself with > these libraries, though

Re: lam/MPI with trillium libraries

2007-08-14 Thread Scot Hetzel
On 8/14/07, Nikola Lecic <[EMAIL PROTECTED]> wrote: > On Tue, 14 Aug 2007 18:39:08 -0500 > "Scot Hetzel" <[EMAIL PROTECTED]> wrote: > > > On 8/14/07, James <[EMAIL PROTECTED]> wrote: > > > I'm looking to build a copy of a debugging progra

Re: Patch: lang/php5 (pdo_sqlite extension)

2007-08-24 Thread Scot Hetzel
On 8/24/07, Maxim Khitrov <[EMAIL PROTECTED]> wrote: > Hello, > > I sent this patch to the maintainer of lang/php5 port, but did not > receive a response. Was advised to send an e-mail to ports@ instead. Unfortunately, you received incorrect advise. You should use either send-pr, or the Web send-

Re: [EMAIL PROTECTED]: freehdl-0.0.4_1 failed on amd64 7]

2007-08-26 Thread Scot Hetzel
On 8/26/07, [LoN]Kamikaze <[EMAIL PROTECTED]> wrote: > Kris Kennaway wrote: > > FYI; can you please investigate and/or report to the developers? If > > you are already aware of this problem but do not yet have a fix, > > please mark the port BROKEN in the appropriate case, so that users do > > not

Re: How to get a static binary from ports

2007-09-05 Thread Scot Hetzel
On 9/5/07, Jeremy Chadwick <[EMAIL PROTECTED]> wrote: > On Wed, Sep 05, 2007 at 08:45:15PM +0200, Karol Kwiatkowski wrote: > > Hi all, > > > > to keep it short: > > > > is there any ports knob to statically link binaries? > > If not, what steps should I take to modify a port? > > > > # ldd (...)/wo

Re: cups-base: lost http_t type?

2007-10-01 Thread Scot Hetzel
This problem has been fixed in the gtk20 port, re-cvsup. Scot On 10/1/07, Lowell Gilbert <[EMAIL PROTECTED]> wrote: > cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk > -I../../../gtk -I../../../gdk -I../../../gdk -I/usr/local/include > -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_RE

Re: sunbird marked as broken with gcc4.2

2007-10-05 Thread Scot Hetzel
On 10/5/07, Stefan Lambrev <[EMAIL PROTECTED]> wrote: > Hi, > > Garrett Cooper wrote: > > Stefan Lambrev wrote: > >> Hi again, > >> > >> Stefan Lambrev wrote: > >>> Hi again, > >>> > >>> I removed the BROKEN line from the port and compiled sunbird without > >>> problems. > >>> > >>> /var/db/ports/s

Re: Has portmaster gone insane?

2007-10-05 Thread Scot Hetzel
On 10/5/07, Lars Stokholm <[EMAIL PROTECTED]> wrote: > Running 'portmaster --clean-distfiles-all' it began to delete *a lot* > of files it shouldn't. I haven't had time to see how much is missing, > but I guess is so much, that the entire installation is screwed. It > choked on a filename of a weir

Re: The scandalous status of linux-flashplugin9

2007-10-08 Thread Scot Hetzel
On 10/8/07, Willy Picard <[EMAIL PROTECTED]> wrote: > Hi, > > I write this email to give my humble opinion on the scandalous status of the > linux-flashplugin9. This port is in the port tree for now 8 monthes (first > commit on the 17th of January 2007) and one should admit that it never > worked.

Re: FreeNX

2007-10-23 Thread Scot Hetzel
On 10/22/07, Novembre <[EMAIL PROTECTED]> wrote: > Hi, > > Is there going to be an updated version of the FreeNX port? The > version in the FreeBSD port tree is 0.4.4_3 which hasn't been updated > in two years. The current version is 0.7.1 though. > Did you send an email to the maintainer of the po

Re: pkg aparently not respecting subversion make.conf settings

2014-06-10 Thread Scot Hetzel
On Tue, Jun 10, 2014 at 11:31 AM, Simon Wright wrote: > Hi all > > I've recently set up poudriere and pkg on a 9.2 amd64 box. This has worked > well for the last month or so. However I have just tried to downgrade > subversion to 1.7x from 1.8x to support querying my network /usr/src > /usr/ports

Re: bind-tools-9.9.5P1 conflicts with bind99-9.9.5P1 (installs files into the same place). Problematic file: /usr/local/bin/dig

2014-06-17 Thread Scot Hetzel
On Mon, Jun 16, 2014 at 4:55 PM, Randy Bush wrote: > bind-tools issue and Makefile has no maintainer > It does have a maintainer. If you do `make -V MAINTAINER`, it will show that the maintainer is m...@freebsd.org. bind-tools is a slave port of dns/bind99. What could be done is to have the dns

Re: vendir distfile has no top level directory

2014-08-09 Thread Scot Hetzel
On Thu, Aug 7, 2014 at 11:06 AM, Dan Langille wrote: > > On Aug 7, 2014, at 1:08 AM, olli hauer wrote: > >> On 2014-08-07 05:18, Dan Langille wrote: >>> I'm having a problem upgrading www/bacula-web to the latest version (see >>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191583). >>> >>>

Re: Does pkg automatically download INDEX?

2014-08-09 Thread Scot Hetzel
On Fri, Aug 8, 2014 at 7:00 PM, Naram Qashat wrote: > On 08/04/14 07:28, David Wolfskill wrote: >> >> On Mon, Aug 04, 2014 at 07:09:33AM -0400, Naram Qashat wrote: >>> >>> On 08/03/14 22:14, David Wolfskill wrote: On Sun, Aug 03, 2014 at 10:10:27PM -0400, Naram Qashat wrote: > >

Re: net-im/skype-[devel] won't connect

2014-08-13 Thread Scot Hetzel
On Wed, Aug 13, 2014 at 10:38 AM, Kenta S. wrote: > Hello. This afternoon when I try to sign onto Skype, I get: > > "Periodic UIC Update Failed" > > I haven't updated ports recently. Does anyone have an idea? > I heard Skype was closing down old versions. > I had received the following e-mail fro

Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation

2014-08-24 Thread Scot Hetzel
On Sun, Aug 24, 2014 at 7:20 AM, Michael Gmelin wrote: > @Olli: Checking Mk/bsd.databasemk it seems like you're right. It's > quite amusing how this went unnoticed for so long, it has been in > there for eight years :) > As the original author of the USE_BDB code, the USE_BDB=5 had worked in the

Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation

2014-08-24 Thread Scot Hetzel
On Sun, Aug 24, 2014 at 12:16 PM, Michael Gmelin wrote: > > > On Sun, 24 Aug 2014 11:59:37 -0500 > Scot Hetzel wrote: > >> On Sun, Aug 24, 2014 at 7:20 AM, Michael Gmelin >> wrote: >> > @Olli: Checking Mk/bsd.databasemk it seems like you're right. It

Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation

2014-08-25 Thread Scot Hetzel
On Mon, Aug 25, 2014 at 5:15 AM, Matthias Andree wrote: > On 25. August 2014 07:57:36 MESZ, Scot Hetzel wrote: >> >> On Sun, Aug 24, 2014 at 12:16 PM, Michael Gmelin >> wrote: >>> >>> >>> >>> On Sun, 24 Aug 2014 11:59:37 -0500 >>&

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread Scot Hetzel
On Sun, Sep 7, 2014 at 2:43 AM, O. Hartmann wrote: > Am Sun, 7 Sep 2014 15:33:42 +0800 > Erich Dollansky schrieb: > >> Hi, >> >> On Sun, 7 Sep 2014 09:03:21 +0200 >> "O. Hartmann" wrote: >> >> > >> > I use a service (textprox/refdb from ports, refdb_enable="YES" >> > in /etc/rc.conf.local) that

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread Scot Hetzel
On Sun, Sep 7, 2014 at 3:39 AM, Scot Hetzel wrote: > I had a look at scripts/refdb.in, it is not a proper rc script for > FreeBSD, as it is missing several keywords: > > # PROVIDE: <- all scripts need this > # REQUIRE: > # BEFORE: > # KEYWORD: <- optional > >

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread Scot Hetzel
On Sun, Sep 7, 2014 at 6:16 AM, Mike Clarke wrote: > On Sunday 07 Sep 2014 04:03:25 Scot Hetzel wrote: > >> > I had a look at scripts/refdb.in, it is not a proper rc script for >> > FreeBSD, as it is missing several keywords: >> > >> > # PROVIDE: <

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread Scot Hetzel
On Sun, Sep 7, 2014 at 8:38 AM, RW wrote: > On Sun, 7 Sep 2014 09:43:08 +0200 > O. Hartmann wrote: > > >> I renamed the script back to "refdb.sh" by now and the service starts >> again as expected. I guess the spawning into a subshell fails >> somehow at that point when booting the box. > > FWIW

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread Scot Hetzel
On Sun, Sep 7, 2014 at 4:28 AM, O. Hartmann wrote: > Am Sun, 7 Sep 2014 04:03:25 -0500 > Scot Hetzel schrieb: > >> On Sun, Sep 7, 2014 at 3:39 AM, Scot Hetzel wrote: >> > I had a look at scripts/refdb.in, it is not a proper rc script for >> > FreeBSD,

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread Scot Hetzel
On Sun, Sep 7, 2014 at 10:44 AM, Scot Hetzel wrote: > I created the rc.d/refdbd script by copying /etc/rc.d/inetd and make a > few minor changes. > This script (untested) should do what the scripts/refdb.in and > scripts/refdbctl.in were doing: > > #!/bin/sh > # > # $Fr

Re: dnrd rc script

2014-09-08 Thread Scot Hetzel
On Sun, Sep 7, 2014 at 2:23 PM, Sergey Zhmylove wrote: > Hello! > > Please can you tell me, what should I do if I wanna propose a small patch > for dns/dnrd rc script? > I've read porters-handbook and there is recommendation to use this e-mail > list. > Smth like this: > > --- dnrd2014-09-

Re: www/mod_dnssd broken for apache24

2014-09-10 Thread Scot Hetzel
On Wed, Sep 10, 2014 at 5:33 AM, Dag-Erling Smørgrav wrote: > Lowell Gilbert writes: >> --- src/mod_dnssd.c~ 2009-01-27 21:24:00.0 -0500 >> +++ src/mod_dnssd.c 2014-09-09 15:23:08.0 -0400 >> @@ -576,7 +576,7 @@ >> >> ap_assert(d); >> >> -unixd_setup_child(); >> +ap

Re: is bsd.database.mk out of sync with Uses/pgsql.mk?

2014-09-27 Thread Scot Hetzel
On Sat, Sep 27, 2014 at 2:52 PM, Dan Langille wrote: > Today I encountered these build messages with poudriere: > > Invalid PGSQL default version 92; valid versions are 8.4 9.0 9.1 9.2 9.3 9.4 > > These messages originate in Mk/Uses/pgsql.mk > > But Mk/bsd.database.mk claims a different format is

Re: FreeBSD Port: engrampa-1.8.0

2014-09-30 Thread Scot Hetzel
On Mon, Sep 29, 2014 at 1:37 PM, Dave Babb wrote: > One more issue I forgot to mention...On the website, under portsthe > website is also reporting the wrong package name.. > The package name is not wrong, as the py-gobject port can be built against different versions of python, so the pac

Re: Updating Master/Slave Ports

2014-10-13 Thread Scot Hetzel
On Sun, Oct 12, 2014 at 10:15 AM, Cory Dohm wrote: > I'm trying to update the port pair net/libtorrent-rasterbar and > net/libtorrent-rasterbar-python (slave port of net/libtorrent-rasterbar) > from 0.16.17 to 1.0.2 because that is the latest stable release. I've never > updated a port before, but

Re: Adding an "only-free" option to the ports system

2014-10-19 Thread Scot Hetzel
On Sun, Oct 19, 2014 at 11:35 PM, Martin Hanson wrote: > Hi > > This is a suggestion. > > Would it not be possible to add a feature to the ports system which > enables the user to choose to avoid non Open Source ports? > The feature already exists, see /usr/ports/Mk/bsd.licenses.mk and bsd.licens

Re: PORTVERSION when there is no upstream version number

2014-10-21 Thread Scot Hetzel
On Tue, Oct 21, 2014 at 8:45 AM, Manuel Wiesinger wrote: > Hi, > > what is the best practice for setting PORTVERSION, when the upstream port > has no version number? Is it fine to go with the date like 20141021? > > I'm trying to port postscreen-stats, which is just a collection of small > scripts

Re: How exactly does the base toolchain determine WHICH language to build with?

2014-11-07 Thread Scot Hetzel
On Fri, Nov 7, 2014 at 6:23 PM, Chris H wrote: > Greetings, > Sorry for the long title. I've been [needlessly] struggling > with getting ports within the ports tree to build, on a > fresh 11-CURRENT install from 2014-11-05. With custom > KERNEL and WORLD built, and installed. > Here's my situatio

Re: edit /etc/nsswitch.conf

2014-11-21 Thread Scot Hetzel
On Fri, Nov 21, 2014 at 2:36 PM, Moritz Warning wrote: > Hi, > > I try to write a port of an application that needs to edit /etc/nsswitch.conf. > But I have trouble modifying /etc/nsswitch.conf in pkg-plist (there is where > it should be done?). > Even creating a test file in pkg-plist seem be ig

Re: Downloading DISTFILES from multiple locations in parallel (torrent or ...)?

2014-11-22 Thread Scot Hetzel
On Sat, Nov 22, 2014 at 4:03 PM, Mikhail T. wrote: > Has anybody given the idea any thought? Though in addition to the > "upstream" MASTER_SITES, there is a (fast) collection of FreeBSD > mirrors, the downloads currently aren't happening in parallel -- they > are serial... > > One solution would b

Re: FreeBSD Port: php55-5.5.19

2014-11-30 Thread Scot Hetzel
On Thu, Nov 27, 2014 at 5:01 AM, Sascha A. Borer wrote: > I wants to install php5 then. > How can I prevent that? > cd /usr/ports/devel/pecl-intl ; make install ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: GSSAPILIBDIR not filled while trying to build cyrus-sasl2-gssapi

2014-12-02 Thread Scot Hetzel
On Tue, Dec 2, 2014 at 8:38 AM, Philippe Lauget wrote: > Hi, > > I'm trying to build /usr/ports/security/cyrus-sasl2-gssapi with MIT krb5 > from a fresh port tree : > > ===> License BSD4CLAUSE accepted by the user > ===> Found saved configuration for cyrus-sasl-gssapi-2.1.26_3 > ===> cyrus-sas

Re: sendmail+tls+sasl2 still reported by portmaster

2014-12-11 Thread Scot Hetzel
On Wed, Dec 10, 2014 at 6:17 PM, Rob Belics wrote: > sendmail+tls+sasl2 is in /var/db/pkg but sendmail is not. I don't want to > uninstall that because I presume it will uninstall all three of those. I > may just have to unless someone knows what to do. The old sendmail-sasl port was a child of t

Re: Unbound/NSD rc startup order

2014-12-12 Thread Scot Hetzel
On Fri, Dec 12, 2014 at 4:15 AM, Darren Pilgrim wrote > On 12/11/2014 11:53 PM, Matt Smith wrote: >> >> Somebody has let me know that I made an obvious mistake in the above. I >> meant that the default rcorder is to run Unbound first followed by NSD. >> So to clarify I think in the default situati

Re: sendmail+tls+sasl2 still reported by portmaster

2014-12-13 Thread Scot Hetzel
On Sat, Dec 13, 2014 at 4:38 PM, Rob Belics wrote: > So I did portmaster -o mail/sendmail mail/sendmail-sasl but when I do > portmaster -L|grep sendmail it still responds with > > ===>>> sendmail+tls+sasl2-8.15.1 Portmaster is showing the package name. The mail/sendmail port appends the +tls and

Re: update libreoffice-4.3.4 to libreoffice-4.3.5 fail

2014-12-20 Thread Scot Hetzel
On Fri, Dec 19, 2014 at 7:04 AM, Alex V. Petrov wrote: > ===>>> Launching child to update libreoffice-4.3.4 to libreoffice-4.3.5 > > ===>>> All >> libreoffice-4.3.4 (1/1) > > ===>>> Currently installed version: libreoffice-4.3.4 > ===>>> Port directory: /usr/ports/editors/libreoffice > > =

Re: https://svnweb.freebsd.org/ Attic URLs, eg for ports/mail/demime ?

2014-12-27 Thread Scot Hetzel
On Sat, Dec 27, 2014 at 12:40 PM, Dave Horsfall wrote: > On Sat, 27 Dec 2014, olli hauer wrote: > >> $ grep demime /usr/ports/MOVED >> mail/demime||2011-12-28|Has expired: No upstream development since 2007 > > Is it the practice of FreeBSD to remove ports that are so stable that > there is no nee

Re: /security/openvpn-auth-ldap port

2014-12-27 Thread Scot Hetzel
On Sat, Dec 27, 2014 at 4:25 PM, wrote: > Good day, Sir > > I need to use security/openvpn-auth-ldap port which is currently unavailable > Can you help me with this problem ? > http://code.google.com/p/openvpn-auth-ldap/issues/detail?id=31 Try the patch in Comment #16: auth-ldap-gnustep.patch Y

Re: Help with porting FreeCAD

2015-01-06 Thread Scot Hetzel
On Tue, Jan 6, 2015 at 4:12 PM, Andrea Venturoli wrote: > Hello. > > A while ago I dirty-ported FreeCAD 0.14 and more or less got it working. > Now it won't work anymore due to incompatible changes in OpenCASCADE (which > is a dependency); so I'm trying 0.15 (which is still a beta). > > The box I'

Re: liquidsoap: The audio stream generator of the Savonet project

2015-01-09 Thread Scot Hetzel
On Fri, Jan 9, 2015 at 9:54 AM, Jaret Bartsch wrote: > Dear FreeBSD ports team, > > I have recently learned that this software was removed from the > audio/liquidsoap ports tree in FreeBSD due to not being staged. Is possible > it could be staged and reintroduced to the ports tree? The main reas

Re: updating alpine port to new version (as a maintainer)

2015-01-17 Thread Scot Hetzel
On Sat, Jan 17, 2015 at 1:48 PM, Marco Beishuizen wrote: > On Sat, 17 Jan 2015, the wise Kurt Jaeger wrote: > >> I normally proceed by moving all non-applying patches into a seperate >> directory and try if the build works: >> >> cd ~/myp/mail/alpine mkdir OLD mv files/patch-alpine__alpine.c OLD/

Re: updating alpine port to new version (as a maintainer)

2015-01-17 Thread Scot Hetzel
On Sat, Jan 17, 2015 at 2:54 PM, Marco Beishuizen wrote: > On Sat, 17 Jan 2015, the wise Scot Hetzel wrote: > >> On line 41 of the current ports Makefile, it shows tech-notes.txt: >> >> 41 PORTDOCSdoc= brochure.txt tech-notes.txt >> >> Then on lines 163-164 i

Re: ports without configure do not receive CC

2006-08-10 Thread Scot Hetzel
On 8/10/06, Stanislav Sedov <[EMAIL PROTECTED]> wrote: On Thu, 10 Aug 2006 21:24:42 +0200 "[LoN]Kamikaze" <[EMAIL PROTECTED]> mentioned: > That leads to no end of problems if you have different settings for different ports, > because a port gets its specific settings and will later override them

Re: ports without configure do not receive CC

2006-08-10 Thread Scot Hetzel
On 8/10/06, Scot Hetzel <[EMAIL PROTECTED]> wrote: Or use the sysutils/portconf port, and then place your port specific variables in the /usr/local/etc/port.conf file, no need to clutter /etc/make.conf. CATEGORY/PORTNAME*: CC=XXX editors/openoffice*: WITH_TTF_BYTECODE_ENABLED For

Re: Upgrading to tcl-8.4.13_1,1 fails

2006-08-12 Thread Scot Hetzel
I ran into the same problem where the tests were failing. I didn't wait for the tests to complete, instead I just killed tcltest and the port finished installing. This was on FreeBSD/amd64 6.1-STABLE. You could also try removing the "test" target from the ALL_TARGET variable in the ports Makefil

Re: Upgrading to tcl-8.4.13_1,1 fails

2006-08-12 Thread Scot Hetzel
I tried to see if I was still getting the failure in building lang/tcl84, and the port built without any problems and ran the tests. The results of the test were: Tests ended at Sat Aug 12 11:00:20 CDT 2006 all.tcl:Total 10859 Passed 9861Skipped 959 Failed 39 Sourced 129 Te

Re: MS-Frontpage port - FPSE killed by MSFT on 2006-06-30

2006-08-16 Thread Scot Hetzel
On 8/16/06, Rainer Duffner <[EMAIL PROTECTED]> wrote: Hi, according to MSFT and RTR http://www.rtr.com/fpsupport/ MSFT has EOLed the Frontpage-Server extensions for Unix. What does that mean for the port? I had contacted RTR before the FP extensions were EOL, to see if we could Mirror the ext

Re: "the best" port update tool

2006-08-22 Thread Scot Hetzel
While the portmanager, portupgrade, and portmaster tools allow you to keep your specific port options in a file, they are incompatible with each other and when building directly from /usr/ports, as the port options in these seperate files are not available to the other tools or to /usr/ports. Thi

Re: FreeBSD Port: virtualmin-2.611

2006-08-22 Thread Scot Hetzel
On 8/22/06, Ruud Boon <[EMAIL PROTECTED]> wrote: Hi There, On the website of webmin/virtualmin they reported that the current version is 3.201. Do you know when the new release will be available trough the ports? Since the port is unmaintained ([EMAIL PROTECTED]), your could try updating the p

Re: "the best" port update tool

2006-08-23 Thread Scot Hetzel
On 8/23/06, Helge Oldach <[EMAIL PROTECTED]> wrote: Scot Hetzel: >While the portmanager, portupgrade, and portmaster tools allow you to >keep your specific port options in a file, they are incompatible with >each other and when building directly from /usr/ports, as the port &g

Re: port tk84 won't upgrade properly on AMD64 system

2006-08-26 Thread Scot Hetzel
On 8/26/06, Dino Vliet <[EMAIL PROTECTED]> wrote: Hi all, I'm having problems upgrading my port tk84 on a amd64 machine. I'm using cvsup and portupgrade to accomplish that and it fails with: Stop in /usr/ports/x11-toolkits/tk84/work/tk8.4.13/unix. *** Error code 1 Stop in /usr/ports/x11-toolk

Re: /usr/ports/databases/clip -> error after instalation

2006-08-29 Thread Scot Hetzel
On 8/29/06, Dario Cardoso <[EMAIL PROTECTED]> wrote: I use FreeBSD and i install clip When i try running the little example i receive this message blackthorne# pwd /usr/local/clip/doc/example blackthorne# ./mouse /libexec/ld-elf.so.1: Shared object "libclip.so" not found, required by "mouse" bl

<    1   2   3   4   >