FreeBSD Port: memcached-1.2.6
hi! I am member of repcached team. We just release repacached-2.1 for memcached-1.2.6. http://repcached.lab.klab.org/ http://sourceforge.net/project/showfiles.php?group_id=208995 I am so glad you re-support repcached with memcached ports package. thanks ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: cvs commit: ports/devel/ppl Makefile pkg-plist
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/ppl-0.9_1.log : building ppl-0.9_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: [EMAIL PROTECTED] building for: 7.0-STABLE amd64 port directory: /usr/ports/devel/ppl Makefile ident: $FreeBSD: ports/devel/ppl/Makefile,v 1.18 2008/08/26 13:49:41 gahr Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Tue Aug 26 13:50:48 UTC 2008 ... test -z "/usr/local/share/aclocal" || /bin/sh ../mkinstalldirs "/usr/local/share/aclocal" install -o root -g wheel -m 444 'ppl.m4' '/usr/local/share/aclocal/ppl.m4' gmake[2]: Leaving directory `/work/a/ports/devel/ppl/work/ppl-0.9/m4' gmake[1]: Leaving directory `/work/a/ports/devel/ppl/work/ppl-0.9/m4' Making install in debian gmake[1]: Entering directory `/work/a/ports/devel/ppl/work/ppl-0.9/debian' gmake[2]: Entering directory `/work/a/ports/devel/ppl/work/ppl-0.9/debian' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/devel/ppl/work/ppl-0.9/debian' gmake[1]: Leaving directory `/work/a/ports/devel/ppl/work/ppl-0.9/debian' gmake[1]: Entering directory `/work/a/ports/devel/ppl/work/ppl-0.9' gmake[2]: Entering directory `/work/a/ports/devel/ppl/work/ppl-0.9' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/devel/ppl/work/ppl-0.9' gmake[1]: Leaving directory `/work/a/ports/devel/ppl/work/ppl-0.9' ===> Compressing manual pages for ppl-0.9_1 gzip: can't stat: /usr/local/man/man1/ppl-config.1: No such file or directory gzip: can't stat: /usr/local/man/man1/ppl_lcdd.1: No such file or directory gzip: can't stat: /usr/local/man/man1/ppl_lpsol.1: No such file or directory ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for ppl-0.9_1 ===> Building package for ppl-0.9_1 tar: man/man1/ppl-config.1.gz: Cannot stat: No such file or directory tar: man/man1/ppl_lcdd.1.gz: Cannot stat: No such file or directory tar: man/man1/ppl_lpsol.1.gz: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/ppl-0.9_1.tbz Registering depends: libgmp-4.2.2. Creating bzip'd tar ball in '/tmp/packages/All/ppl-0.9_1.tbz' *** Error code 1 Stop in /a/ports/devel/ppl. build of /usr/ports/devel/ppl ended at Tue Aug 26 13:52:49 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
nagios plugins under freebsd 7-current
I've the same problem here. Trying to fix it by patching the source code... I'll post a reply when I'm done. -- Stefano Coletta Unidata S.p.a. Via Portuense, 1555 - 00050 Roma ( Ponte Galeria ) Tel +39 06404041 Fax +39 0640404002 E-mail [EMAIL PROTECTED] ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Proposed octave-forge for FreeBSD
I have now created a working octave-forge port for FreeBSD. You can find it at http://www.math.missouri.edu/~stephen/octave-forge/ Please use the latest version. To make it: cd /usr/ports tar xvfz oct-fg-port-0.4.tar.gz cd math/octave-forge make install clean To delete it: pkg_delete -r octave-forge-base-0.1 It wraps the FreeBSD packaging system around the octave packaging system. This is fairly straightforward, although when things go wrong, they can go very wrong (hence the octave-forge-base port, whose deletion gives one a completely fresh slate). I haven't done a punishing test to make sure that all the subports properly bring in their dependencies, although I have made a lot of effort to see that it does. But if someone has a ready made testbed to check for this, I would really appreciate it if they could test this for me. It is implemented as a meta port. So if any part of octave forge gets updated, it should be fairly straightforward to update that part in the ports system. The only packages I didn't get to build were database, java and jhandles. If someone else could do these for me I would appreciate it. I also did not get octcdf to build, because it requires a newer version of netcdf than FreeBSD currently has in the ports. I haven't done any kind of excessive testing to see whether they run properly. So if people could do that to, I would really appreciate it. All I checked was ode45 (which really was the only reason I wanted octave-forge working on FreeBSD). Unless I get suggestions to the contrary, I'll probably submit it to the FreeBSD project as a PR in a week or so. Stephen ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
autoconf problem
There appears to be a problem with the autoconf port. After doing portsnap fetch update, portversion says the following: bsd00# portversion -vl "<" [Updating the portsdb in /usr/ports ... - 19039 port entries found .1000.2000.3000.4000.5000.6000.7000.8000.9000.1.11000.12000.13000.14000.15000.16000.17000.18000.19000 . done] autoconf< needs updating (port has 2.62) (=> 'devel/autoconf262') Trying to upgrade autoconf, I get the following: bsd00# portupgrade -bvpp autoconf ---> Session started at: Wed, 27 Aug 2008 08:36:38 + ** Port directory not found: devel/autoconf261 ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) - devel/autoconf261 (port directory error) ---> Packages processed: 0 done, 1 ignored, 0 skipped and 0 failed ---> Session ended at: Wed, 27 Aug 2008 08:36:38 + (consumed 00:00:00) There is no mention in /usr/ports/UPDATING of the change in directory apparent from the above output, and it seems there is a discrepency in the INDEX downloaded by portsnap and the output of make search name=autoconf INDEX: autoconf-2.61|/usr/ports/devel/autoconf261|/usr/local|Automatically configure source code on many Un*x platforms (2.61)|/usr/ports/devel/autoconf261/pkg-descr|[EMAIL PROTECTED]|devel|expat-2.0.0_1 gettext-0.14.5_2 gmake-3.81_1 help2man-1.36.4_1 ldconfig_compat-1.0_8 libiconv-1.9.2_2 m4-1.4.8_1 p5-gettext-1.05_1 rc_subr-1.31_1|m4-1.4.8_1|http://www.gnu.org/software/autoconf/||| b make search name=autoconf: Port: autoconf-2.62 Path: /usr/ports/devel/autoconf262 Info: Automatically configure source code on many Un*x platforms (2.62) Maint: [EMAIL PROTECTED] B-deps: gettext-0.17_1 gmake-3.81_3 help2man-1.36.4_2 libiconv-1.11_1 m4-1.4.11,1 p5-gettext-1.05_2 perl-5.8.8_1 R-deps: autoconf-wrapper-20071109 m4-1.4.11,1 perl-5.8.8_1 WWW:http://www.gnu.org/software/autoconf/ I would really appreciate it if someone can point me in the right direction. Thanks, Nicki This message was sent using IMP, the Internet Messaging Program. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"