setting ENV VARs in make.conf/ports.conf ?

2007-04-23 Thread snowcrash+freebsd
hi, i've installed FreeBSD v6.2-RELEASE, plus 'portconf' & 'ccache' from ports. i've setup, /etc/make.conf - PERL_VER=5.8.8 PERL_VERSION=5.8.8 USE_OPENSSL_PORT=true OPENSSLBASE=/usr/local USE_OPENSSH_PORT=true WITHOUT_X11=yes CPUTYPE?=pentium-mmx CFLAGS= -O2 -p

exim PORT -- when to use? when to 'go manual'?

2007-06-04 Thread snowcrash+freebsd
hi, i've built-from-src and used-as-standalone exim on many boxes. no problems. i've just installed exim on a "small" freebsd-based router -- via PORTS install -- as a sendmail replacement. no probs, either. now, I want to "upgrade" exim on that router to add 'just' DNSBL-filtering on the rout

Re: exim PORT -- when to use? when to 'go manual'?

2007-06-04 Thread snowcrash+freebsd
hi, > now, I want to "upgrade" exim on that router to add 'just' > DNSBL-filtering on the router, and have it function as a transparent > gateway to another lan-based, exim router. Does that "upgrade" involve a different version of the exim tarball than the one used in ports, bad choice of wo

coredump on portupgrade of installed ruby-1.8.6, 1 to ruby-1.8.6_1, 1

2007-07-11 Thread snowcrash+freebsd
on an install of, uname -a FreeBSD router.mydomain.com 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #2: Mon Jun 4 12:15:53 PDT 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM_ROUTER i386 attempting a portupgrade with, portsnap fetch update pkgdb --autofix --fix-lost pkgdb -F portupgrade

coredump on portupgrade of installed ruby-1.8.6, 1 to ruby-1.8.6_1, 1

2007-07-11 Thread snowcrash+freebsd
on an install of, uname -a FreeBSD router.mydomain.com 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #2: Mon Jun 4 12:15:53 PDT 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM_ROUTER i386 attempting a portupgrade with, portsnap fetch update pkgdb --autofix --fix-lost pkgdb -F portupgrade

Re: coredump on portupgrade of installed ruby-1.8.6, 1 to ruby-1.8.6_1, 1

2007-07-11 Thread snowcrash+freebsd
hi yuri, > known issue? something /i/ need to do? > thanks! Builds here. Can you try without those extra CFLAGS? per suggestion, changing in my /usr/local/etc/ports.conf *:\ CFLAGS= -O2 -pipe -funroll-loops -s -frename-registers -fomit-frame-pointer | \ CX

Re: coredump on portupgrade of installed ruby-1.8.6, 1 to ruby-1.8.6_1, 1

2007-07-11 Thread snowcrash+freebsd
hi, Builds fine with your cflags on i386/current. Could you, please, send me your `dmesg` output as well as the coredump along with the executable, that produces it? @: % make ... /usr/local/libexec/ccache/cc -O2 -pipe -funroll-lo

help re: stale dependies? some ports not finding cpan-installed perl-modules

2007-08-09 Thread snowcrash+freebsd
hi, i started to use portupgrade to manage ports on a freebsd 62-RELEASE, p7 install. i've installed perl58 from ports, and manage perl module installs with an up-to-date (v1.9102) CPAN. i'm building www/mod_perl2 port on freebsd 62rp7. perl 588 is installed from ports, as well. my port upgrad

request add db45/db46 support to mail/exim port

2007-08-11 Thread snowcrash+freebsd
hi, i've fbsd 62Rp7 installed. i've updated my sys to use db46 (berkeley db), and set WITH_BDB_VER/USE_BDB/etc accordingly in make.conf ... current portupgrade complains: ** Port marked as IGNORE: mail/exim: is marked as broken: WITH_BDB_VER must be either 1, 4, 41, 42, 43 or 44 fix

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

2007-08-11 Thread snowcrash+freebsd
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_VER) . if ${WITH_BDB_VER} == 4 USE_BDB=40 . elif ${WITH_BDB_VER} != 1

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

2007-08-11 Thread snowcrash+freebsd
> exim will automatically pick up with bsd.database.mk changes. ah. got it. thx! ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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

2007-08-11 Thread snowcrash+freebsd
> I have now fixed it so that the exim port doesn't need to set WITH_BDB_VER?=1 > anymore. Instead setting either WITH_BDB or WITH_BDB_VER > 1 will make the > port use Mk/bsd.database.mk to choose the version of BDB to use, otherwise it > will default to the system BDB. > > The updated patch is

mod_perl2 port misses existing BSD::Resource dependency

2007-08-14 Thread snowcrash+freebsd
hi, i've fbsd 62Rp7 installed, with perl 588 & mod_perl2 installed from ports. perl modules are installed by CPAN, *not* using ports (p5-*). i've successfully installed "BSD::Resource" -- a dependency of mod_perl2 -- via CPAN, module_info BSD::Resource Name:BSD::

request add db45/db46 support to www/apache22 port

2007-08-14 Thread snowcrash+freebsd
hi, with db45/db46 now in ports and supported in make.conf, can we get port(www/apache22) updated as well? looks simple, namely: > vi Makefile.modules = @95 . elif ${WITH_BERKELEYDB} == "db44" LIB_DEPENDS+=

request version (700p3 -> 702) update of print/pdflib

2007-08-21 Thread snowcrash+freebsd
current ports tree refers to, PDFlib-Lite-7.0.0p3.tar.gz apparently deprecated ... and no longer available for DL, currently available @, http://www.pdflib.com/binaries/PDFlib/702/ is a more recent, PDFlib-Lite-7.0.2.tar.gz simple changes of, > vi Makefile @9 --- PORTVER