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: 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: 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: 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: 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: 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: 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-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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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: 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: portsnap and local patches

2007-03-13 Thread Scot Hetzel
On 3/14/07, Nate Eldredge <[EMAIL PROTECTED]> wrote: Hi all, portsnap is a very nice way to keep your ports tree in sync, but it has the disadvantage that it keeps your ports tree in sync :) If you make local changes (e.g. adding a patch) they get clobbered. Does anyone know of a convenient wa

Re: as for f-prot

2007-03-08 Thread Scot Hetzel
On 3/8/07, Jordi Moles <[EMAIL PROTECTED]> wrote: hi. I've been using f-prot for some time. I installed it from the ports tree. I would now like to use it as a daemon service but i just don't get it working. I've found in google many links which talk about f-protd, but there's no such thing as t

Re: Python and gramps...

2007-02-26 Thread Scot Hetzel
On 2/25/07, Chuck Swiger <[EMAIL PROTECTED]> wrote: Anders Troback wrote: > On Fri, 23 Feb 2007 14:58:21 -0800 > Chuck Swiger <[EMAIL PROTECTED]> wrote: [ ... ] >> I think you need to choose a particular flavor of BDB which is >> recent enough to support these log capabilities; try setting >> som

Re: FreeBSD Port: subversion config

2007-02-10 Thread Scot Hetzel
On 2/10/07, Marcus Ahlberg <[EMAIL PROTECTED]> wrote: Yesterday when I upgraded subversion from 1.4.2 to 1.4.3 with portupgrade I noticed that I couldn't restart Apache because the new version was built without mod_dav_svn. This is because I originally built subversion with make -DWITH_MOD_DAV_S

Re: unable to fetch mysql-5.0.33.tar.gz

2007-02-09 Thread Scot Hetzel
On 2/9/07, Noah <[EMAIL PROTECTED]> wrote: any clues how I can find the mysql-5.0.33.tar.gz file so I can build the port? ===> Extracting for mysql-server-5.0.33 => MD5 Checksum mismatch for mysql-5.0.33.tar.gz. => SHA256 Checksum mismatch for mysql-5.0.33.tar.gz. ===> Refetch for 1 more t

Re: learning about building ports - please help

2007-02-09 Thread Scot Hetzel
On 2/9/07, Csaba Molnar <[EMAIL PROTECTED]> wrote: Now I'm beginning to understand how this works (I read about it in the porter's handbook, but it makes more sense when trying on a real port). Thanks! > Also remove all of the @dirrmtry share/locale*, and only add the ones > that are missing fro

Re: learning about building ports - please help

2007-02-09 Thread Scot Hetzel
On 2/9/07, Csaba Molnar <[EMAIL PROTECTED]> wrote: > The CONFIGURE_ENV sets the CPPFLAGS and the LDFLAGS that are passed to > the configure script. The variable PTHREAD_LIBS has a value of > -pthread, which should solve your problem with libkdefx.la. > > Scot > -- > DISCLAIMER: > No electrons w

Re: learning about building ports - please help

2007-02-09 Thread Scot Hetzel
On 2/9/07, Csaba Molnar <[EMAIL PROTECTED]> wrote: While building this port, it errored out at an early stage with this message: libtool: link: cannot find the library `' gmake[2]: *** [kcm_beryl.la] Error 1 Google turned up this solution: http://people.fruitsalad.org/lauri/krazykiwi/index.php?/

Re: FreeBSD Port: devel/liboil there is no liboil-0.3.10.tar.gz on any mirror

2007-02-02 Thread Scot Hetzel
On 2/2/07, Abdullah Ibn Hamad Al-Marri <[EMAIL PROTECTED]> wrote: On 2/2/07, Scot Hetzel <[EMAIL PROTECTED]> wrote: > On 2/2/07, Abdullah Ibn Hamad Al-Marri <[EMAIL PROTECTED]> wrote: > > Hello, > > > > http://gstreamer.sourceforge.net/ > > =

Re: FreeBSD Port: devel/liboil there is no liboil-0.3.10.tar.gz on any mirror

2007-02-02 Thread Scot Hetzel
On 2/2/07, Abdullah Ibn Hamad Al-Marri <[EMAIL PROTECTED]> wrote: Hello, http://gstreamer.sourceforge.net/ ===> Returning to build of gstreamer-plugins-0.10.11,2 ===> gstreamer-plugins-0.10.11,2 depends on shared library: popt.0 - found ===> gstreamer-plugins-0.10.11,2 depends on shared li

Re: Modifying a port and keeping the mods across updates

2007-01-20 Thread Scot Hetzel
On 1/20/07, Paul Hoffman <[EMAIL PROTECTED]> wrote: At 11:37 PM -0600 1/19/07, Scot Hetzel wrote: >On 1/19/07, Paul Hoffman <[EMAIL PROTECTED]> wrote: >>Greetings again. I have a two-part question that may be a ports FAQ, >>but I couldn't find such a beast. >&g

Re: Modifying a port and keeping the mods across updates

2007-01-19 Thread Scot Hetzel
On 1/19/07, Paul Hoffman <[EMAIL PROTECTED]> wrote: Greetings again. I have a two-part question that may be a ports FAQ, but I couldn't find such a beast. (1) For a particular port, I need to change the the MAKE_ENV to make it build the way I want. What is the proper way to do this that will liv

Re: rcorder doesn't apply to ports startup scripts in 6.0?

2007-01-12 Thread Scot Hetzel
On 1/12/07, Jo Rhett <[EMAIL PROTECTED]> wrote: I'd just like to confirm that rcorder wasn't implemented until 6.1, right? rcorder was implemented for the base system scripts in 5.0-RELEASE, support for the ports rc.d scripts was implemented in 6.0-STABLE (/etc/rc 1.336.2.1 on 2005/12/21 07:11:

Re: FreeBSD Port: el-132_1

2006-12-28 Thread Scot Hetzel
On 12/28/06, Jonathan Graham <[EMAIL PROTECTED]> wrote: I'm having trouble building and installing Eternal Lands (ports/games/el/) I'm running FreeBSD 6.1 Release, and during the compilation I'm getting a re-occurring error about a missing header file "SDL_net.h". Please let me know if I'm doin

Re: Building INDEX fails on 6.2-PRERELEASE

2006-12-21 Thread Scot Hetzel
On 12/20/06, Philipp Ost <[EMAIL PROTECTED]> wrote: Hi list, make index fails on 6.2-PRERELEASE (ports cvsup'd around 11:45 CET): # make index Generating INDEX-6 - please wait.."/usr/ports/www/apache20/Makefile.modules.3rd" , line 10: USE_APACHE and Makefile.modules.3rd can't be used together.

Re: mysql41-server's rc.d script broken?

2006-12-19 Thread Scot Hetzel
On 12/19/06, Frank Steinborn <[EMAIL PROTECTED]> wrote: If I run mysqld_safe directly mysqld starts as expected. I had a look into the script but could not find the source of the problem. I'm not sure if that's a misconfiguration just on my site - anyone else seeing this? OK - I just edited the

Re: How to properly check for GCC 4.1 in port

2006-12-18 Thread Scot Hetzel
On 12/18/06, Ed Schouten <[EMAIL PROTECTED]> wrote: Hello, I'm the maintainer for the net/totd port. This port doesn't compile with GCC 4.1. The easiest fix is to add -Wno-pointer-sign to the CFLAGS. GCC 3.4 doesn't allow this option. What's the nicest way to add a conditional to the port Makefi

Re: Sourcefile named differently than portname.

2006-12-18 Thread Scot Hetzel
On 12/18/06, Beech Rintoul <[EMAIL PROTECTED]> wrote: I'm working on a port upgrade where the sourcefile has a different name from the port. For example the port is called myport-6.2 but the distfile is called myportsrc. I used DISTNAME= myportsrc. in the makefile and the same in distinfo. It fet

Re: proftpd syntax error

2006-12-14 Thread Scot Hetzel
On 12/14/06, Beech Rintoul <[EMAIL PROTECTED]> wrote: I'm in the process of updating this port. I'm getting this on a test build: support.c: In function `sreplace': support.c:862: error: syntax error at end of input gmake[1]: *** [support.o] Error 1 gmake[1]: Leaving directory `/usr/ports/ftp/pr

Re: Patch for 'expect'

2006-12-13 Thread Scot Hetzel
On 12/14/06, Eric Brunson <[EMAIL PROTECTED]> wrote: Hi Ports Maintainers, I just spent the last few days sorting out a problem with expect on my 6.1 box. I have a patch to the expect interpreter on this platform that I'd like to offer for your review. There's a problem with the way expect sea

Re: missing pkg-descr still happening

2006-12-13 Thread Scot Hetzel
On 12/13/06, Jeremy Chadwick <[EMAIL PROTECTED]> wrote: On Wed, Dec 13, 2006 at 10:24:19PM -0600, Wayne M. Barnes wrote: > Dear FreeBSD, > {snip} Things to check: Some more things to check: * Is the pkg-descr file in the ports directory * what does 'make -V DESCR' say where the pkg-descr file

Re: sysutils/xbattbar for !i386

2006-12-12 Thread Scot Hetzel
On 12/12/06, Scot Hetzel <[EMAIL PROTECTED]> wrote: On 12/12/06, Rong-En Fan <[EMAIL PROTECTED]> wrote: > Recently, I installed a FreeBSD/amd64 laptop. I found this port > uses apm (i386 only) interface to get battery information. The > patch below changes it to use sysctl(3

Re: sysutils/xbattbar for !i386

2006-12-11 Thread Scot Hetzel
On 12/12/06, Rong-En Fan <[EMAIL PROTECTED]> wrote: Recently, I installed a FreeBSD/amd64 laptop. I found this port uses apm (i386 only) interface to get battery information. The patch below changes it to use sysctl(3). Thus, it is usable on amd64. http://people.freebsd.org/~rafan/xbattbar.diff

Re: distfile belongs to?

2006-12-05 Thread Scot Hetzel
On 12/4/06, Wesley Shields <[EMAIL PROTECTED]> wrote: > After a cursory exam this looks really great! I'd love to see this, or > something like it added ASAP. At minimum the bsd.port.mk patch should > definitely be added even if it takes a while for the other stuff to > percolate. > > Doug I'm f

Re: Ports with a broken PKGORIGIN: russian/napster

2006-11-26 Thread Scot Hetzel
Looking at these two ports, it would be better to move all of the slave operations into the master port. This would require moving russian/napster/files/}/extra-win2koi into audio/napster/files, and making the following changes to the port: # Date created: 21.07.2004 # Wh

Re: Qemu crash...

2006-11-23 Thread Scot Hetzel
On 11/23/06, Kris Kennaway <[EMAIL PROTECTED]> wrote: On Thu, Nov 23, 2006 at 01:23:01PM -0800, Bakul Shah wrote: > > The problem is that kldloading a module if it's already in the kernel > > can cause a panic. Also if the module becomes stale with respect to > > the running kernel, this approac

Re: denyhosts config reference

2006-11-22 Thread Scot Hetzel
On 11/22/06, Brian <[EMAIL PROTECTED]> wrote: The command args section of /usr/local/etc/rc.d/denyhosts specifies an incorrect location of the config file. Looks like this was reported awhile ago, http://lists.freebsd.org/pipermail/freebsd-ports/2006-July/033699.html. It looks as though nobody

Re: FreeBSD Port: swaks-20050709.1

2006-11-16 Thread Scot Hetzel
On 11/16/06, John Jetmore <[EMAIL PROTECTED]> wrote: I am the author of the swaks smtp testing tool. The port in FreeBSD is a couple of releases behind. Is there an email address I could add to my announce list to help keep the port up to date? Sorry for the email to ports@ but I couldn't fin

Re: [nycbug-talk] creating "local" ports (fwd)

2006-11-14 Thread Scot Hetzel
On 11/14/06, Dirk Meyer <[EMAIL PROTECTED]> wrote: Hallo Charles Sprickman, > I'm finding that there are a number of ports that we need to patch for > some functionality that's unique to our business (qmail, mailfront, etc.). > Currently we just do "make patch" and then apply our patches. This

Re: VMware Workstation does not run on 2.0.x SMP Linux kernels. Please update to a 2.2.x or later SMP Linux kernel

2006-11-06 Thread Scot Hetzel
On 11/6/06, Lane <[EMAIL PROTECTED]> wrote: Hello, I've recently installed emulators/vmware3, purchased a linux license on ebay, and ran into this message: VMware Workstation does not run on 2.0.x SMP Linux kernels. Please update to a 2.2.x or later SMP Linux kernel What is the output of 's

Re: FreeBSD Port: WebCalendar-1.0.4

2006-11-01 Thread Scot Hetzel
On 11/1/06, Eric <[EMAIL PROTECTED]> wrote: sounds good. thanks for taking care of that so fast. i think its the ports standard to install to www and not the data directory in order to prevent people from drilling into directories of uninitiated apps and whatnot before the administrator is ready

Re: make ports depending on sysutils/cdrtools* USE_GNOME=cdrools

2006-10-31 Thread Scot Hetzel
On 10/31/06, Chuck Swiger <[EMAIL PROTECTED]> wrote: On Oct 31, 2006, at 8:59 AM, Norikatsu Shigemura wrote: [ ... ] >> Description: > Some ports depending on sysutils/cdrtools and some ports dependeing > on sysutils/cdrtools-cjk are conflicted. So I want to integrate to > USE_

Re: FreeBSD Port: libpreludedb-0.9.10

2006-10-25 Thread Scot Hetzel
On 10/25/06, Robin Gruyters <[EMAIL PROTECTED]> wrote: Quoting David Naylor <[EMAIL PROTECTED]>: > Hi, > > I have recently tried a "make index" for the ports dir, it failed with a > complaint about libpreludedb, when I tried to make libpreludedb I got the > same error. (My make.conf includes WI

Re: pdflib fetch error

2006-10-13 Thread Scot Hetzel
On 10/13/06, lveax <[EMAIL PROTECTED]> wrote: hey all,i can't fetch the distfile when i update pdflib,would anyone fix it? Looks like the file is no longer on the web site. Instead there is a new version: http://www.pdflib.com/binaries/PDFlib/700/PDFlib-Lite-7.0.0p1.tar.gz From the changes

Re: php5-5.1.6 & 5.1.6_1

2006-10-13 Thread Scot Hetzel
On 10/13/06, Bill Blue <[EMAIL PROTECTED]> wrote: Hi - I'm running 6.2 PRERELEASE #2 with my ports tree current to this morning (around 9am GMT-8). i386 with a Pentium 4 3.2Ghz It took some massaging, but I was finally able to get all the ports re-compiled except one, that in the subject lin

Re: multimedia/mplayer/Makefile information request

2006-10-12 Thread Scot Hetzel
On 10/12/06, Jeremie Le Hen <[EMAIL PROTECTED]> wrote: Hi list, please Cc: me in your reply. This is not that important, but I wonder what's the point of this in multimedia/mplayer/Makefile: % .if !defined(WITHOUT_X11) % USE_XLIB= yes % CFLAGS+=-I${X11BASE}/include % CONFIGURE_AR

Re: Current usage of sysconfdir

2006-10-02 Thread Scot Hetzel
On 10/2/06, Markus Dolze <[EMAIL PROTECTED]> wrote: Hello, one port I am maintaining recently started using the sysconfdir set by GNU configure script to install default config files. By just using it, it will override user changed config files. I am thinking of using passing "--sysconfig=${EX

Re: p5-Apache-DBI 'make package' dependency strangeness

2006-09-27 Thread Scot Hetzel
I know there's magic that almost gets it right, because it was finding my apache-2.2.3 dependency before (when I didn't specify APACHE_PORT), but was trying to add an apache20 or apache13 dependency as well. Speaking of APACHE_PORT... Is it documented somewhere that that's the variable needed fo

Re: FreeBSD Port: graphics/sane-backends

2006-09-26 Thread Scot Hetzel
On 9/26/06, Alex <[EMAIL PROTECTED]> wrote: Hi! When will be the sane-backends port upgraded to 1.0.18? I need it, because mit HP ScanJet 3570c ist still not supported by FreeBSD. When you submit the patch to upgrade it to 1.0.18. When the MAINTAINER variable is set to [EMAIL PROTECTED] in t

x11/kde3: LANG=C: not found error

2006-09-22 Thread Scot Hetzel
When the x11/kde3/scripts/configure.kde script is run it displays the following error: LANG=C: not found Looking for installd modules.LANG=C: not found This causes the script to display a dialog box with all options not checked. The cause of the problem is that the TR variable is being define

Re: Samba and FAM

2006-09-14 Thread Scot Hetzel
On 9/14/06, Peter Jeremy <[EMAIL PROTECTED]> wrote: On Wed, 2006-Sep-13 11:42:06 -0500, Thomas T. Veldhouse wrote: >The catch 22 is that Courier-Imap attempts to use FAM even when it is >not configured to do so. So, I have to have FAM installed. I could get >it all working by deinstalling and r

Re: Samba and FAM

2006-09-13 Thread Scot Hetzel
Sep 13, 2006 at 11:42:06AM -0500, Thomas T. Veldhouse wrote: > Scot Hetzel wrote: > >Had a look at the samba configure script, and it doesn't have an > >option to disable fam/gamin support. > > > >So your only option is to uninstall all ports that require fam/gam

Re: Samba and FAM

2006-09-13 Thread Scot Hetzel
On 9/13/06, Scot Hetzel <[EMAIL PROTECTED]> wrote: .if exists(${LOCALBASE}/libexec/gam_server) || exists(${LOCALBASE}/bin/fam) OPTIONS+= FAM_SUPPORT "With File Alteration Monitor" off .else FORCE_FAM_SUPPORT= yes .endif Opps, this test should be reversed. .if ex

Re: Samba and FAM

2006-09-13 Thread Scot Hetzel
On 9/13/06, Scot Hetzel <[EMAIL PROTECTED]> wrote: The problem is that the net/samba3/Makefile automatically detects fam/gam on the system, and sets WITH_FAM_SUPPORT, even if FAM_SUPPORT is off in OPTIONS. : Also, if the samba configure script has an option to disable fam support, it

Re: Samba and FAM

2006-09-13 Thread Scot Hetzel
On 9/13/06, Thomas T. Veldhouse <[EMAIL PROTECTED]> wrote: I considered uninstalling FAM and rebuilding Samba, but, as it turns out, Courier-IMAP requires FAM as a dependency even though it is not a declared dependency in the Makefile. Even though FAM was not selected when building Samba, I am g

Re: no /usr/ports

2006-09-06 Thread Scot Hetzel
On 9/6/06, KAYVEN RIESE <[EMAIL PROTECTED]> wrote: my ports directory is gone. how'd that happen? What were you doing before it disapeared? There are several ways to make /usr/ports disapear: 1. rm -rf /usr/ports/* 2. cvs update -R RELENG_6 3. cvsup with an branch tag in the supfile for por

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

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: "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: 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-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: 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: 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: 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: 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: 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: some ports are not been started

2006-08-03 Thread Scot Hetzel
On 8/3/06, Rodrigo Graeff <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Since a few days ago I have noted that for some strange reason some ports are not been initialized at the boot, for example: mysql-server I have at my rc.conf the line mysql_enable="YES" and I also

Re: Makefile problem

2006-08-03 Thread Scot Hetzel
On 8/3/06, Beech Rintoul <[EMAIL PROTECTED]> wrote: I have an ongoing problem with the makefile for ftp/proftpd. This problem existed when I took over maintainership of the port and I'd like to fix it if possible before the next update. When I run portlint, I get the following: FATAL: Makefile:

Re: portmaster, bison, java/jdk15

2006-08-01 Thread Scot Hetzel
On 8/1/06, Jeremy Messenger <[EMAIL PROTECTED]> wrote: On Tue, 01 Aug 2006 22:50:30 -0500, Jiawei Ye <[EMAIL PROTECTED]> wrote: > I am running into 2 problems. > > 1. Some ports want devel/bison as dependancy, I installed devel/bison2 > and it works too. But when the bison1 depending port gets u

Re: portmaster, bison, java/jdk15

2006-08-01 Thread Scot Hetzel
On 8/1/06, Jiawei Ye <[EMAIL PROTECTED]> wrote: 2. I just made a java/jdk15 yesterday, and the port gets updated today, resulting in portmaster wanting to upgrade the port, but portmaster will also try to install linux-sun-jdk15 as a dependancy on JDK15. The normal situation is that when there is

Re: FreeBSD Port: ftp/curl

2006-07-20 Thread Scot Hetzel
On 7/20/06, Andrew Pantyukhin <[EMAIL PROTECTED]> wrote: I wonder if it's possible to resolve the situation when (defined(WITH_GNUTLS) && !defined(WITHOUT_SSL)) in a friendlier way than a simple IGNORE. I have WITH_GNUTLS in my make.conf and I don't have WITHOUT_SSL there. It would be great if yo

Re: conflicting dependency

2006-07-20 Thread Scot Hetzel
On 7/19/06, John E Hein <[EMAIL PROTECTED]> wrote: Let's say there are two ports A & B. They both provide libfoo.so.1 (and so register CONFLICTS with each other). Now port C wants to use libfoo (and doesn't care if it gets it from A or B). What does port C list in it's LIB_DEPENDS? What if it

Setting LDCONFIG for ports that need 32bit libraries

2006-07-15 Thread Scot Hetzel
I had recently updated my www/frontpage and sent a patch for security/vscan port to work on FreeBSD/amd64. I had to set LDCONFIG to /sbin/ldconfig -32, in order for it to find the dependancy on the 32bit libraries. I initialily was thinking that USE_LDCONFIG32 should set LDCONFIG, but this was

<    1   2   3   4