trouble with poudriere and recent ports tree
Alfred Bartsch
bartsch at dssgmbh.de
Tue Oct 8 13:00:24 UTC 2013
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am 08.10.2013 14:48, schrieb Bryan Drewery:
> On 10/8/2013 7:14 AM, Alfred Bartsch wrote:
>> Am 08.10.2013 13:23, schrieb Bryan Drewery:
>>> On 10/8/2013 5:51 AM, Alfred Bartsch wrote:
>>>> Hi all, after updating my ports tree to a more recent
>>>> version (svn revision: 329714), I'm no longer able to build
>>>> most of my ports with poudriere, as I was before (some weeks
>>>> ago).
>>>>
>>>> IMHO there are two major issuses: 1) the STAGE environment
>>>> isn't yet fully implemented, as some ports seem to need
>>>> "NO_STAGE=yes" in make.conf: e.g. devel/libSM,
>>>> ports-mgmt/poudriere and others. poudriere reports a
>>>> successful build for these, but the packages do not exist
>>>> after bulk run.
>>
>>> This is not a problem. They are marked NO_STAGE to run
>>> compatibility code until they are converted.
>>
>> Thank you for your fast answer.
>>
>> AFAICS there are some ports left which are NOT marked NO_STAGE,
>> but can only be built (at least) with poudriere if NO_STAGE is
>> set.
>>
>>
>>>>
>>>> So after updating /usr/local/etc/poudriere.d/make.conf with
>>>> the NO_STAGE line, I successfully built some ports (e.g.
>>>> poudriere-3.0.9).
>>
>>> NO_STAGE is not a user variable. Do NOT put it in your
>>> make.conf. This will break a lot.
>>
>>
>> Then I need some advice, how to actually build
>> ports-mgmt/poudriere or
>
> ports-mgmt/poudriere builds fine for me. Can you show the entire
> build log and your make.conf?
>
Here you are:
==========================================================================
====>> Building ports-mgmt/poudriere
build started at Fri Oct 4 16:45:06 CEST 2013
port directory: /usr/ports/ports-mgmt/poudriere
building for: FreeBSD j8sp64-PT1-job-01 8.4-STABLE FreeBSD 8.4-STABLE
amd64
maintained by: bapt at FreeBSD.org
Makefile ident: $FreeBSD: head/ports-mgmt/poudriere/Makefile
328933 2013-10-01 11:44:31Z bdrewery $
Poudriere version: 3.0.5
- ---Begin Environment---
OSVERSION=804500
UNAME_v=FreeBSD 8.4-STABLE
UNAME_r=8.4-STABLE
FTP_PASSIVE_MODE=YES
BLOCKSIZE=K
MAIL=/var/mail/root
PACKAGE_BUILDING=yes
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=poudriere-3.0.9
USER=root
SKIPSANITY=0
HOME=/root
FORCE_PACKAGE=yes
PKG_DELETE=pkg_delete
PKG_ADD=pkg_add
PKG_EXT=tbz
PKGNG=0
STATUS=1
MASTERMNT=/home/poudriere/data/build/j8sp64-PT1/ref
TRYBROKEN=yes
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
tpid=37204
LOCALBASE=/usr/local
NBPARALLEL=1
MASTERNAME=j8sp64-PT1
PWD=/home/poudriere
POUDRIERE_VERSION=3.0.5
- ---End Environment---
- ---Begin OPTIONS List---
===> The following configuration options are available for
poudriere-3.0.9:
ZSH=off: Install programmable completions for zsh
===> Use 'make config' to modify these settings
- ---End OPTIONS List---
- --CONFIGURE_ARGS--
- --End CONFIGURE_ARGS--
- --CONFIGURE_ENV--
TMPDIR="/tmp" TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
- --End CONFIGURE_ENV--
- --MAKE_ENV--
TMPDIR="/tmp" TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES
PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc"
CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS=""
LDFLAGS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"
MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g
wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444"
BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555"
BSD_INSTALL_DATA="install -o root -g wheel -m 444"
BSD_INSTALL_MAN="install -o root -g wheel -m 444"
- --End MAKE_ENV--
- --SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/poudriere
DOCSDIR=/usr/local/share/doc/poudriere
EXAMPLESDIR=/usr/local/share/examples/poudriere
WWWDIR=/usr/local/www/poudriere
ETCDIR=/usr/local/etc/poudriere
- --End SUB_LIST--
- ---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
#
# - POUDRIERE.D/make.conf - #
#
# ab hier nur noch Einstellungen für Ports
# -------------------- START Ports -------------------------
.if ${.CURDIR:M*/ports/*} && !${.CURDIR:M*/work/*}
PACKAGE_BUILDING=1
BATCH=yes
PORTSDIR?= /usr/ports
# docproj
WITHOUT_CJK=yes
# ghostscript, a2ps, ...
A4=yes
PAPERSIZE=a4
# all ports with openssl
WITH_OPENSSL_BASE=yes
WITHOUT_GNUTLS=yes
# all ports with odbc support
WITH_IODBC=yes
# some versions
WITH_BDB_VER= 48
DEFAULT_MYSQL_VER= 53m
APACHE_VERSION= 22
APACHE_PORT= www/apache22
JAVA_VENDOR= openjdk
OVERRIDE_LINUX_NONBASE_PORTS= f10
SAMBA_PORT= samba36
# kdevelop (kde3)
.if ${.CURDIR} == "${PORTSDIR}/devel/kdevelop"
WITH_OPTIONAL_DEPENDS=yes
.endif
#php53
.if ${.CURDIR} == "${PORTSDIR}/lang/php53"
PREFIX=/usr/local/php53
.endif
.if ${.CURDIR} == "${PORTSDIR}/devel/php53-gettext"
PREFIX=/usr/local/php53
PHPBASE=/usr/local/php53
.endif
.if ${.CURDIR} == "${PORTSDIR}/security/php53-hash"
PREFIX=/usr/local/php53
PHPBASE=/usr/local/php53
.endif
.if ${.CURDIR} == "${PORTSDIR}/converters/php53-mbstring"
PREFIX=/usr/local/php53
PHPBASE=/usr/local/php53
.endif
.if ${.CURDIR} == "${PORTSDIR}/security/php53-openssl"
PREFIX=/usr/local/php53
PHPBASE=/usr/local/php53
.endif
.if ${.CURDIR} == "${PORTSDIR}/www/php53-session"
PREFIX=/usr/local/php53
PHPBASE=/usr/local/php53
.endif
.if ${.CURDIR} == "${PORTSDIR}/textproc/php53-xml"
PREFIX=/usr/local/php53
PHPBASE=/usr/local/php53
.endif
.if ${.CURDIR} == "${PORTSDIR}/mail/squirrelmail"
PHPBASE=/usr/local/php53
.endif
.if ${.CURDIR} == "${PORTSDIR}/mail/squirrelmail-avelsieve-plugin"
PHPBASE=/usr/local/php53
.endif
#php52
.if ${.CURDIR} == "${PORTSDIR}/lang/php52"
PREFIX=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/textproc/php52-ctype"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/graphics/php52-gd"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/devel/php52-gettext"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/converters/php52-iconv"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/mail/php52-imap"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/devel/php52-json"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/converters/php52-mbstring"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/security/php52-mcrypt"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/security/php52-mhash"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/databases/php52-mysql"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/security/php52-openssl"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/devel/php52-pcre"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/www/php52-session"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/textproc/php52-simplexml"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/devel/php52-spl"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if ${.CURDIR} == "${PORTSDIR}/textproc/php52-xml"
PREFIX=/usr/local/php52
PHPBASE=/usr/local/php52
.endif
.if${.CURDIR:M*/usr/ports/mail/thunderbird-i18n}
THUNDERBIRD_I18N=de
.endif
# amanda
.if ${.CURDIR} == "${PORTSDIR}/misc/amanda26-client"
WITH_SAMBA=yes
AMANDA_USER= backup
AMANDA_GNUTAR_LISTDIR= /home/backup/amanda/gnutar-lists
AMANDA_DATES= /home/backup/amanda/amandates
WITH_DUMP_SNAPSHOT= yes
# Forcing to use readline.6 from ports (newer readline in FreeBSD
world is not
# compatible anymore).
USE_READLINE= port
.endif
.if ${.CURDIR} == "${PORTSDIR}/misc/amanda26-server"
AMANDA_USER= backup
.endif
#adobe reader
.if ${.CURDIR} == "${PORTSDIR}/print/acroread*"
ADOBE_LANG= deu
.endif
#pdflib
.if ${.CURDIR} == "${PORTSDIR}/print/pdflib"
PERL= yes
.endif
# gnupg
.if ${.CURDIR} == "${PORTSDIR}/security/gnupg-idea"
MAKE_IDEA=yes
.endif
#Xorg
.if ${.CURDIR} == "${PORTSDIR}/x11/xorg"
XORG_COMPLETE= yes
.endif
.endif
DISABLE_MAKE_JOBS=yes
- ---End make.conf---
===> Cleaning for poudriere-3.0.9
=======================<phase: check-config
> ============================
===========================================================================
=======================<phase: pkg-depends
> ============================
===========================================================================
=======================<phase: fetch-depends
> ============================
===========================================================================
=======================<phase: fetch
> ============================
===> License BSD accepted by the user
===> Found saved configuration for poudriere-3.0.4
=> poudriere-3.0.9.tar.gz?uuid=3.0.9 doesn't seem to exist in /distfiles/.
=> Attempting to fetch
http://fossil.etoilebsd.net/poudriere/tarball/poudriere-3.0.9.tar.gz?uuid=3.0.9
poudriere-3.0.9.tar.gz?uuid=3.0.9 107 kB 178 kBps
===> Fetching all distfiles required by poudriere-3.0.9 for building
===========================================================================
=======================<phase: checksum
> ============================
===> License BSD accepted by the user
===> Found saved configuration for poudriere-3.0.4
===> Fetching all distfiles required by poudriere-3.0.9 for building
=> SHA256 Checksum OK for poudriere-3.0.9.tar.gz?uuid=3.0.9.
===========================================================================
=======================<phase:
extract-depends>============================
===========================================================================
=======================<phase: extract
> ============================
===> License BSD accepted by the user
===> Found saved configuration for poudriere-3.0.4
===> Fetching all distfiles required by poudriere-3.0.9 for building
===> Extracting for poudriere-3.0.9
=> SHA256 Checksum OK for poudriere-3.0.9.tar.gz?uuid=3.0.9.
===========================================================================
=======================<phase: patch-depends
> ============================
===========================================================================
=======================<phase: patch
> ============================
===> Patching for poudriere-3.0.9
===========================================================================
=======================<phase: build-depends
> ============================
===========================================================================
=======================<phase: lib-depends
> ============================
===========================================================================
=======================<phase: configure
> ============================
===> Configuring for poudriere-3.0.9
===========================================================================
=======================<phase: build
> ============================
===> Building for poudriere-3.0.9
/usr/bin/make -C src/libexec/poudriere
cc -Wall -Werror -O2 -pipe -fno-strict-aliasing dirwatch.c -o dirwatch
cc -Wall -Werror -O2 -pipe -fno-strict-aliasing make_index.c -o
make_index -lsbuf
cc -Wall -Werror -O2 -pipe -fno-strict-aliasing dirempty.c -o dirempty
===========================================================================
=======================<phase: install-mtree
> ============================
===========================================================================
=======================<phase: run-depends
> ============================
===========================================================================
=======================<phase: install
> ============================
===> Staging for poudriere-3.0.9
===> Generating temporary packing list
install -m 755 -o root -g wheel src/bin/poudriere.sh
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/stage/usr/local/bin/poudriere
mkdir -p
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/stage/usr/local/share/poudriere
mkdir -p
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/stage/usr/local/share/poudriere/awk
mkdir -p
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/stage/usr/local/share/poudriere/html
install -m 755 -o root -g wheel src/share/poudriere/*.sh
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/stage/usr/local/share/poudriere/
install -m 644 -o root -g wheel src/share/poudriere/awk/*
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/stage/usr/local/share/poudriere/awk/
install -m 644 -o root -g wheel src/share/poudriere/html/*
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/stage/usr/local/share/poudriere/html/
install -m 644 -o root -g wheel conf/poudriere.conf.sample
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/stage/usr/local/etc/
if [ -f poudriere.8.gz ]; then rm -f poudriere.8.gz; fi
gzip -k -9 poudriere.8
install -m 644 poudriere.8.gz
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/stage/usr/local/man/man8
/usr/bin/make -C src/libexec/poudriere install
mkdir -p
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/stage/usr/local/libexec/poudriere
install -m 755 -o root -g wheel dirwatch
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/stage/usr/local/libexec/poudriere
install -m 755 -o root -g wheel make_index
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/stage/usr/local/libexec/poudriere
install -m 755 -o root -g wheel dirempty
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/stage/usr/local/libexec/poudriere
====> Compressing man pages
===> Building package for poudriere-3.0.9
Creating package
/wrkdirs/usr/ports/ports-mgmt/poudriere/work/poudriere-3.0.9.tbz
Registering depends:.
Registering conflicts: poudriere-devel.
Creating bzip'd tar ball in
'/wrkdirs/usr/ports/ports-mgmt/poudriere/work/poudriere-3.0.9.tbz'
===> Installing for poudriere-3.0.9
===> Checking if ports-mgmt/poudriere already installed
===========================================================================
=======================<phase: package
> ============================
===========================================================================
===> Cleaning for poudriere-3.0.9
tar: Error opening archive: Failed to open
'/packages/All/poudriere-3.0.9.tbz'
tar: Error opening archive: Failed to open
'/packages/All/poudriere-3.0.9.tbz'
tar: Error opening archive: Failed to open
'/packages/All/poudriere-3.0.9.tbz'
build of /usr/ports/ports-mgmt/poudriere ended at Fri Oct 4 16:45:12
CEST 2013
build time: 00:00:06
==========================================================================
>
>> devel/libSM (and some more) without this entry in
>> /usr/local/etc/poudriere.d/make.conf.
>>
>> Does this NO_STAGE entry break the build of my failed ports
>> list?
>>
>>>>
>>>> 2) the new method of handling manpages does only partly work
>>>> for me. There are some ports left, which fail at step
>>>> "package" (see list). As m4 and perl are among these, there
>>>> are more than 1200 ports skipped during bulk run.
>>>>
>>>> For now, I'm lost. Am I missing something? Is there someone,
>>>> who is able to give any hints?
>>>>
>>>> I'd really like to update my local packages. This is with
>>>> stable/8: FreeBSD dsssrvt4.incore 8.4-STABLE FreeBSD
>>>> 8.4-STABLE #4 r253040: Mon Aug 12 14:59:20 CEST 2013
>>>> root at dsssrvt4.incore:/usr/obj/usr/src/sys/SERVER64 amd64
>>>>
>>>> List of failed ports: ===================== multimedia/libdv
>>>> libdv-1.0.0_4 package ===> Building package for
>>>> libdv-1.0.0_4 tar: man/man1/dubdv.1.gz: Cannot stat: No such
>>>> file or directory tar: man/man1/dvconnect.1.gz: Cannot stat:
>>>> No such file or directory tar: man/man1/encodedv.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 *** Error code 1
>>>>
>>>> devel/m4 m4-1.4.17,1 package ===> Building package for
>>>> m4-1.4.17,1 tar: man/man1/gm4.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 ***
>>>> Error code 1
>>>>
>>>> graphics/webp webp-0.3.1_1 package ===> Building package
>>>> for webp-0.3.1_1 tar: man/man1/cwebp.1.gz: Cannot stat: No
>>>> such file or directory tar: man/man1/dwebp.1.gz: Cannot stat:
>>>> No such file or directory tar: man/man1/gif2webp.1.gz: Cannot
>>>> stat: No such file or directory tar: man/man1/webpmux.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 *** Error code 1
>>>>
>>>> sysutils/fusefs-libs fusefs-libs-2.9.3_1 package ===>
>>>> Building package for fusefs-libs-2.9.3_1 tar:
>>>> man/man1/fusermount.1.gz: Cannot stat: No such file or
>>>> directory tar: man/man1/ulockmgr_server.1.gz: Cannot stat: No
>>>> such file or directory tar: man/man8/mount.fuse.8.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 *** Error code 1
>>>>
>>>> graphics/ocrad ocrad-0.22 package ===> Building package for
>>>> ocrad-0.22 tar: man/man1/ocrad.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 *** Error code 1
>>>>
>>>> lang/perl5.14 perl-5.14.4_1 package ===> Building package
>>>> for perl-5.14.4_1 tar: man/man1/a2p.1.gz: Cannot stat: No
>>>> such file or directory tar: man/man1/c2ph.1.gz: Cannot stat:
>>>> No such file or directory tar: man/man1/config_data.1.gz:
>>>> Cannot stat: No such file or directory ... (long list) tar:
>>>> man/man1/xsubpp.1.gz: Cannot stat: No such file or directory
>>>> tar: lib/perl5/5.14/perl/man/man3/AnyDBM_File.3.gz: Cannot
>>>> stat: No such file or directory tar:
>>>> lib/perl5/5.14/perl/man/man3/App::Cpan.3.gz: Cannot stat: No
>>>> such file or directory tar:
>>>> lib/perl5/5.14/perl/man/man3/App::Prove.3.gz: Cannot stat: No
>>>> such file or directory ... (another long list) tar:
>>>> lib/perl5/5.14/perl/man/man3/vmsish.3.gz: Cannot stat: No
>>>> such file or directory tar:
>>>> lib/perl5/5.14/perl/man/man3/warnings.3.gz: Cannot stat: No
>>>> such file or directory tar:
>>>> lib/perl5/5.14/perl/man/man3/warnings::register.3.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 *** Error code 1
>>>>
>>>> security/clamav clamav-0.98_1 package ===> Building package
>>>> for clamav-0.98_1 tar: man/man1/clambc.1.gz: Cannot stat: No
>>>> such file or directory tar: man/man1/clamconf.1.gz: Cannot
>>>> stat: No such file or directory tar: man/man1/clamdscan.1.gz:
>>>> Cannot stat: No such file or directory tar:
>>>> man/man1/clamdtop.1.gz: Cannot stat: No such file or
>>>> directory tar: man/man1/clamscan.1.gz: Cannot stat: No such
>>>> file or directory tar: man/man1/freshclam.1.gz: Cannot stat:
>>>> No such file or directory tar: man/man1/sigtool.1.gz: Cannot
>>>> stat: No such file or directory tar:
>>>> man/man5/clamav-milter.conf.5.gz: Cannot stat: No such file
>>>> or directory tar: man/man5/clamd.conf.5.gz: Cannot stat: No
>>>> such file or directory tar: man/man5/freshclam.conf.5.gz:
>>>> Cannot stat: No such file or directory tar:
>>>> man/man8/clamav-milter.8.gz: Cannot stat: No such file or
>>>> directory tar: man/man8/clamd.8.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 ***
>>>> Error code 1
>>>>
>>>> _______________________________________________
>>>> freebsd-ports at freebsd.org mailing list
>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports To
>>>> unsubscribe, send any mail to
>>>> "freebsd-ports-unsubscribe at freebsd.org"
>>>>
>>
>>
>>
>>
>>
>
- --
Mit freundlichem Gruß
Alfred Bartsch
Data-Service GmbH
Beethovenstr. 2A 23617 Stockelsdorf
fon: +49 451 490010 fax: +49 451 4900126
Amtsgericht Lübeck, HRB 318 BS
Geschäftsführer: Wilfried Paepcke, Dr. Andreas Longwitz, Josef Flatau
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAlJUAeMACgkQ5QGe2JdVf3juOACdELuQvz/6PtAM2HTcTIKMklW8
w2YAnR+y5QOwQ/0xU1IR9WvaVdsdcIan
=ba+C
-----END PGP SIGNATURE-----
More information about the freebsd-ports
mailing list