To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
or, via email, send a message with subject or body 'help' to
freebsd-ports...@freebsd.org
You can reach the person managing the list at
freebsd-port...@freebsd.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-ports-bugs digest..."
Today's Topics:
1. Re: ports/126920: port upgrade: lang/ecl 0.9g->0.9l (Mark Linimon)
2. ports/127099: science/silo: minor cleanups (Pedro F. Giffuni)
3. ports/127100: [maintainer update] sysutils/sysupdate Port
update, support for 7.1 release (Tigger)
4. ports/127101: [maintainer update] databases/postgresql-odbc:
a minor cleanup (Alex Goncharov)
5. Re: ports/127059: [PATCH]sysutils/file: update to 4.26
(li...@FreeBSD.org)
6. Re: ports/127092: port upgrade: devel/monotone 0.41
(li...@FreeBSD.org)
7. Re: ports/127099: science/silo: minor cleanups (li...@FreeBSD.org)
8. Re: ports/127100: [maintainer update] sysutils/sysupdate Port
update, support for 7.1 release (li...@FreeBSD.org)
9. Re: ports/127101: [maintainer update]
databases/postgresql-odbc: a minor cleanup (li...@FreeBSD.org)
10. Re: ports/126689: databases/couchdb should list
lang/erlang-lite as dependency (li...@FreeBSD.org)
11. Re: ports/125706: Update math/vtk5 to version 5.0.4
(li...@FreeBSD.org)
12. ports/127103: math/fftw3: add regression-test (Pedro Giffuni)
13. Re: ports/127103: math/fftw3: add regression-test
(ed...@FreeBSD.org)
14. ports/127104: OTRS/PostgreSQL 8.3.3 error: Syntax error in
OTRS-CGI-10 root@localhost can't login due to possible syntax
error in Perl module (O. Hartmann)
15. Re: ports/126786: [PATCH] sysutils/nvclock: update to 0.8b3a
(Pav Lucistnik)
16. ports/127106: [PATCH]devel/libevent: update to 1.4.7; add
test target (bf)
17. Re: ports/127106: [PATCH]devel/libevent: update to 1.4.7; add
test target (ed...@FreeBSD.org)
18. ports/127107: [patch] Fix graphics/jogl dependencies
(Peter Peremy)
19. Re: ports/127104: devel/otrs - OTRS/PostgreSQL 8.3.3 error:
Syntax error in OTRS-CGI-10 root@localhost can't login due to
possible syntax error in Perl module (ed...@FreeBSD.org)
20. Re: ports/127107: [patch] Fix graphics/jogl dependencies
(ed...@FreeBSD.org)
21. Re: ports/126417: [PATCH] devel/rubygem-activesupport: update
to 2.1.0 (mi...@FreeBSD.org)
22. Re: ports/126957: [NEW PORT] graphics/py25-graph: A library
for working with graphs in Python (mi...@FreeBSD.org)
23. Re: ports/127000: Update port: print/latex-etoolbox Update to
version 1.7 (mi...@FreeBSD.org)
24. Re: ports/126823: move port www/phpSysInfo to
www/phpsysinfo-dev (mi...@FreeBSD.org)
25. Re: ports/126999: New port: print/latex-csquotes Quotation
facilities for LaTeX (mi...@FreeBSD.org)
26. Re: ports/124981: [NEW PORT] sysutils/mogilefs-php: MogileFS
PHP Extension (mi...@FreeBSD.org)
27. Re: ports/127039: [NEW PORT] mail/bogofilter-tc: Fast,
teachable, learning spam detector (mi...@FreeBSD.org)
----------------------------------------------------------------------
Message: 1
Date: Fri, 5 Sep 2008 00:30:05 GMT
From: lin...@lonesome.com (Mark Linimon)
Subject: Re: ports/126920: port upgrade: lang/ecl 0.9g->0.9l
To: freebsd-p...@FreeBSD.org
Message-ID: <200809050030....@freefall.freebsd.org>
The following reply was made to PR ports/126920; it has been noted by GNATS.
From: lin...@lonesome.com (Mark Linimon)
To: bug-fo...@FreeBSD.org
Cc: lin...@FreeBSD.org
Subject: Re: ports/126920: port upgrade: lang/ecl 0.9g->0.9l
Date: Thu, 4 Sep 2008 19:24:50 -0500
On Mon, Sep 01, 2008 at 09:51:02PM +0200, fulvio ciriaco wrote:
> I read the porters handbook and have got a port of ecl
> that should fulfill all requirements.
> I accept to mantain the port,
> but can put hands only on i386 and amd64.
> Attached you will find the revised port,
> Fulvio
Content-Description: diff, from port diff
> ===> Generating /home/fc/.porttools configuration file
> ===> Generating patch
> ===> Viewing diff with more
> diff -ruN --exclude=CVS /usr/ports/lang/ecl.save/Makefile /usr/ports/lang/ecl/Makefile
> --- /usr/ports/lang/ecl.save/Makefile 2008-08-27 16:16:45.000000000 +0200
> +++ /usr/ports/lang/ecl/Makefile 2008-09-01 21:31:40.000000000 +0200
> @@ -2,36 +2,37 @@
> # Date created: 29 Januar 2004
> # Whom: Julian Stecklina
> #
> -# $FreeBSD: ports/lang/ecl/Makefile,v 1.17 2008/04/19 17:51:26 miwi Exp $
> +# $FreeBSD: ports/lang/ecl/Makefile,v 1.18 2008/08/24 00:00:00 fulvio Exp $
> #
>
> PORTNAME= ecl
> -PORTVERSION= 0.9g
> -PORTREVISION= 2
> +PORTVERSION= 0.9l
> +PORTREVISION= 0
> CATEGORIES= lang lisp
> MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
> MASTER_SITE_SUBDIR= ecls
> +EXTRACT_SUFX= .tgz
>
> -MAINTAINER= der_j...@web.de
> +MAINTAINER= oiv...@gmail.com
> COMMENT= An ANSI Common Lisp implementation
>
> -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
> +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 gc.1:${PORTSDIR}/devel/boehm-gc
>
> USE_GMAKE= yes
> USE_PERL5_BUILD=yes
> GNU_CONFIGURE= yes
> -CONFIGURE_ARGS= --with-system-gmp --with-cmuformat=yes --enable-boehm=included
> -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
> -CPPFLAGS= -I${LOCALBASE}/include
> +CONFIGURE_ARGS= --with-system-gmp --enable-boehm=system
> +CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
> +CFLAGS= -I${LOCALBASE}/include
> LDFLAGS= -L${LOCALBASE}/lib
>
> -OPTIONS= ASDF "Enable ASDF building facility" on \
> +OPTIONS= \
> CLOS_STREAMS "Enable user defined stream objects" on \
> CLX "Enable X11 interface" off \
> SOCKETS "Enable socket interface" on \
> THREADS "Enable threading support" off
>
> -MAN1= ecl.1
> +MAN1= ecl.man ecl-config.man
> INFO= ecl ecldev
>
> USE_LDCONFIG= yes
> @@ -43,13 +44,7 @@
> BROKEN= Does not compile on ${ARCH}
> .endif
>
> -.if !defined(WITHOUT_ASDF)
> CONFIGURE_ARGS+=--with-asdf=yes
> -PLIST_SUB+= ASDF=""
> -.else
> -CONFIGURE_ARGS+=--with-asdf=no
> -PLIST_SUB+= ASDF="@comment "
> -.endif
>
> .if !defined(WITHOUT_CLOS_STREAMS)
> CONFIGURE_ARGS+=--with-clos-streams=yes
> @@ -62,7 +57,7 @@
> .if defined(WITH_CLX)
> USE_XORG= x11
> CONFIGURE_ARGS+=--with-clx=yes
> -INFO+= clx
> +#INFO+= clx
> PLIST_SUB+= CLX=""
> .else
> CONFIGURE_ARGS+=--with-clx=no
> @@ -90,4 +85,9 @@
> ${WRKSRC}/src/c/package.d ${WRKSRC}/src/c/threads.d
> .endif
>
> +post-install:
> + cd ${WRKSRC}/build/doc && ${MAKE}
> + ${INSTALL_MAN} ${WRKSRC}/build/doc/*.man ${PREFIX}/man/man1
> + ${INSTALL_DATA} ${WRKSRC}/build/doc/*.info ${PREFIX}/${INFO_PATH}
> +
> .include <bsd.port.post.mk>
> diff -ruN --exclude=CVS /usr/ports/lang/ecl.save/distinfo /usr/ports/lang/ecl/distinfo
> --- /usr/ports/lang/ecl.save/distinfo 2008-08-27 16:16:45.000000000 +0200
> +++ /usr/ports/lang/ecl/distinfo 2008-08-27 16:27:35.000000000 +0200
> @@ -1,3 +1,3 @@
> -MD5 (ecl-0.9g.tar.gz) = 0ecbecd6e7d4df23b963398cd823ea92
> -SHA256 (ecl-0.9g.tar.gz) = 4461d270a5b83c222afb8cd7be809a05fe03e67651fc8fd66c3e404dd548dbf9
> -SIZE (ecl-0.9g.tar.gz) = 4248870
> +MD5 (ecl-0.9l.tgz) = a2bff84ccd3a4aa76d14ee3a277038df
> +SHA256 (ecl-0.9l.tgz) = a50a3289baeb2e1395e3d7f1e563da06c20e2a22ee174516ff4313122f2e7411
> +SIZE (ecl-0.9l.tgz) = 4989464
> diff -ruN --exclude=CVS /usr/ports/lang/ecl.save/files/patch-src__gc__include__private__gcconfig.h /usr/ports/lang/ecl/files/patch-src__gc__include__private__gcconfig.h
> --- /usr/ports/lang/ecl.save/files/patch-src__gc__include__private__gcconfig.h 2008-08-27 16:16:45.000000000 +0200
> +++ /usr/ports/lang/ecl/files/patch-src__gc__include__private__gcconfig.h 2008-08-27 16:37:57.000000000 +0200
> @@ -1,6 +1,6 @@
> ---- ./src/gc/include/private/gcconfig.h.orig Fri Aug 12 13:26:42 2005
> -+++ ./src/gc/include/private/gcconfig.h Sat Jun 24 22:58:57 2006
> -@@ -318,10 +318,6 @@
> +--- src/gc/include/private/gcconfig.h.orig 2007-03-28 09:59:40.000000000 +0200
> ++++ src/gc/include/private/gcconfig.h 2008-08-27 16:27:54.000000000 +0200
> +@@ -330,10 +330,6 @@
> # define OPENBSD
> # define mach_type_known
> # endif
> @@ -11,7 +11,7 @@
> # if defined(__NetBSD__) && (defined(i386) || defined(__i386__))
> # define I386
> # define mach_type_known
> -@@ -330,10 +326,24 @@
> +@@ -342,10 +338,24 @@
> # define X86_64
> # define mach_type_known
> # endif
> @@ -40,7 +40,7 @@
> # if defined(bsdi) && (defined(i386) || defined(__i386__))
> # define I386
> # define BSDI
> -@@ -979,6 +989,9 @@
> +@@ -1017,6 +1027,9 @@
> # ifdef __ELF__
> # define DYNAMIC_LOADING
> # endif
> @@ -50,32 +50,10 @@
> extern char etext[];
> extern char edata[];
> extern char end[];
> -@@ -1215,15 +1228,15 @@
> +@@ -2009,6 +2022,23 @@
> # endif
> # ifdef FREEBSD
> # define OS_TYPE "FREEBSD"
> --# ifndef GC_FREEBSD_THREADS
> --# define MPROTECT_VDB
> --# endif
> - # define SIG_SUSPEND SIGUSR1
> - # define SIG_THR_RESTART SIGUSR2
> - # define FREEBSD_STACKBOTTOM
> - # ifdef __ELF__
> - # define DYNAMIC_LOADING
> - # endif
> -+# ifndef GC_FREEBSD_THREADS
> -+# define MPROTECT_VDB
> -+# endif
> - extern char etext[];
> - extern char * GC_FreeBSDGetDataStart();
> - # define DATASTART GC_FreeBSDGetDataStart(0x1000, &etext)
> -@@ -1926,6 +1939,23 @@
> - # define PREFETCH(x) __builtin_prefetch((x), 0, 0)
> - # define PREFETCH_FOR_WRITE(x) __builtin_prefetch((x), 1)
> - # endif
> -+# endif
> -+# ifdef FREEBSD
> -+# define OS_TYPE "FREEBSD"
> +# define SIG_SUSPEND SIGUSR1
> +# define SIG_THR_RESTART SIGUSR2
> +# define FREEBSD_STACKBOTTOM
> @@ -90,6 +68,9 @@
> +# define DATAEND (GC_find_limit (DATASTART, TRUE))
> +# define DATASTART2 ((ptr_t)(&edata))
> +# define DATAEND2 ((ptr_t)(&end))
> - # endif
> - # ifdef NETBSD
> - # define OS_TYPE "NETBSD"
> ++# endif
> ++# ifdef FREEBSD
> ++# define OS_TYPE "FREEBSD"
> + # ifndef GC_FREEBSD_THREADS
> + # define MPROTECT_VDB
> + # endif
> diff -ruN --exclude=CVS /usr/ports/lang/ecl.save/pkg-plist /usr/ports/lang/ecl/pkg-plist
> --- /usr/ports/lang/ecl.save/pkg-plist 2008-08-27 16:16:45.000000000 +0200
> +++ /usr/ports/lang/ecl/pkg-plist 2008-09-01 21:31:55.000000000 +0200
> @@ -1,32 +1,34 @@
> bin/ecl
> bin/ecl-config
> +include/ecl/bytecodes.h
> +include/ecl/config.h
> +include/ecl/configpre.h
> +include/ecl/cs.h
> +include/ecl/ecl-cmp.h
> +include/ecl/ecl-inl.h
> +include/ecl/ecl.h
> +include/ecl/eval.h
> +include/ecl/external.h
> +include/ecl/internal.h
> +include/ecl/number.h
> +include/ecl/object.h
> +include/ecl/page.h
> +include/ecl/stacks.h
> +include/ecl/unify.h
> +%%CLX%%info/clx.info
> lib/ecl/BUILD-STAMP
> -%%ASDF%%lib/ecl/asdf.fas
> +lib/ecl/asdf.fas
> %%CLX%%lib/ecl/clx.fas
> %%CLOS_STREAMS%%lib/ecl/cmp.fas
> +lib/ecl/defsystem.fas
> lib/ecl/dpp
> lib/ecl/ecl_min
> -lib/ecl/h/config.h
> -lib/ecl/h/configpre.h
> -lib/ecl/h/cs.h
> -lib/ecl/h/ecl-cmp.h
> -lib/ecl/h/ecl.h
> -lib/ecl/h/eval.h
> -lib/ecl/h/external.h
> -lib/ecl/h/gc.h
> -lib/ecl/h/gc_config_macros.h
> -lib/ecl/h/gc_local_alloc.h
> -lib/ecl/h/gc_pthread_redirects.h
> -lib/ecl/h/gc_typed.h
> -lib/ecl/h/leak_detector.h
> -lib/ecl/h/lwp.h
> -lib/ecl/h/number.h
> -lib/ecl/h/object.h
> -lib/ecl/h/page.h
> -lib/ecl/h/stacks.h
> -lib/ecl/h/unify.h
> lib/ecl/help.doc
> -lib/ecl/libecl.so
> +lib/ecl/profile.fas
> +lib/ecl/rt.fas
> +lib/ecl/serve-event.fas
> %%SOCKETS%%lib/ecl/sockets.fas
> -@dirrm lib/ecl/h
> +lib/ecl/sysfun.lsp
> +lib/libecl.so
> +@dirrm include/ecl
> @dirrm lib/ecl
> ===> Done
------------------------------
Message: 2
Date: Fri, 5 Sep 2008 00:55:20 GMT
From: "Pedro F. Giffuni" <giff...@tutopia.com>
Subject: ports/127099: science/silo: minor cleanups
To: freebsd-gn...@FreeBSD.org
Message-ID: <200809050055....@www.freebsd.org>
>Number: 127099
>Category: ports
>Synopsis: science/silo: minor cleanups
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 05 01:00:05 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Pedro F. Giffuni
>Release: 7.0-Release
>Organization:
>Environment:
FreeBSD kakumen.cable.net.co 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Fri Aug 8 16:42:27 COT 2008 ro...@kakumen.cable.net.co:/usr/src/sys/amd64/compile/GENERIC amd64
>Description:
- Cleanup the Makefile OPTIONS and correct some typos.
- This is in order to prepare for the update (which currently fails some regression tests).
- No functional change.
>How-To-Repeat:
>Fix:
diff -ruN silo.orig/Makefile silo/Makefile
--- silo.orig/Makefile 2008-09-03 21:23:23.000000000 -0500
+++ silo/Makefile 2008-09-04 19:51:53.000000000 -0500
@@ -38,7 +38,7 @@
PLIST_SUB+= WITH_PYTHON="@comment "
.endif
-.ifdef WITH_FORTRAN
+.ifdef WITH_HDF5
USE_FORTRAN= yes
CONFIGURE_ENV+= ${MAKE_ENV}
CONFIGURE_ARGS+= --enable-fortran
@@ -48,15 +48,14 @@
.ifdef WITH_HDF5
LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5
-CONFIGURE_ARGS= --with-hdf5=${LOCALBASE}
+CONFIGURE_ARGS= --with-hdf5=${LOCALBASE}/include,${LOCALBASE}/lib
PLIST_SUB+= WITH_HDF5=""
-PLIST_SUB+= WITH_HDF5="@comment "
+PLIST_SUB+= WITH_NCDF="@comment "
LIBSILO= libsiloh5
.else
PLIST_SUB+= WITH_HDF5="@comment "
PLIST_SUB+= WITH_NCDF=""
LIBSILO= libsilo
-
.endif
.ifdef WITH_OPTIMIZATION
@@ -64,7 +63,7 @@
.endif
post-install:
- @${RM} ${PREFIX}/lib/libsilo.settings
+ @${RM} ${PREFIX}/lib/libsilo*.settings
@${MV} ${PREFIX}/lib/${LIBSILO}.so ${PREFIX}/lib/${LIBSILO}.so.4
@${LN} -sf ${PREFIX}/lib/${LIBSILO}.so.4 ${PREFIX}/lib/${LIBSILO}.so
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 3
Date: 5 Sep 2008 01:00:17 -0000
From: Tigger <tig...@lvlworld.com>
Subject: ports/127100: [maintainer update] sysutils/sysupdate Port
update, support for 7.1 release
To: FreeBSD-gn...@FreeBSD.org
Message-ID: <2008090501001...@lilypie.com>
>Number: 127100
>Category: ports
>Synopsis: [maintainer update] sysutils/sysupdate Port update, support for 7.1 release
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 05 01:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Tigger
>Release: FreeBSD 7.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD edward.lilypie.com 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #4: Sun Jul 20 10:55:47 EST 2008 tig...@edward.lilypie.com:/var/obj/var/src/sys/EDWARD i386
>Description:
>How-To-Repeat:
>Fix:
diff -Nur /usr/ports/sysutils/sysupdate/Makefile ./sysupdate/port/Makefile
--- /usr/ports/sysutils/sysupdate/Makefile 2008-02-27 21:36:41.000000000 +1100
+++ ./sysupdate/port/Makefile 2008-09-04 16:50:56.000000000 +1000
@@ -6,7 +6,7 @@
#
PORTNAME= sysupdate
-PORTVERSION= 0.5.2
+PORTVERSION= 0.5.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= lvl
diff -Nur /usr/ports/sysutils/sysupdate/distinfo ./sysupdate/port/distinfo
--- /usr/ports/sysutils/sysupdate/distinfo 2008-02-27 21:36:41.000000000 +1100
+++ ./sysupdate/port/distinfo 2008-09-05 09:19:50.000000000 +1000
@@ -1,3 +1,3 @@
-MD5 (sysupdate.sh-0.5.2.tar.gz) = c03d2c9ad98930035badde075bfdf41a
-SHA256 (sysupdate.sh-0.5.2.tar.gz) = 76bbd5fb89f0a74ded91142ce2b18cc74e3e8a9f9bb4db520a22b172a94ba286
-SIZE (sysupdate.sh-0.5.2.tar.gz) = 17733
+MD5 (sysupdate.sh-0.5.3.tar.gz) = 417ed0653366a0e9549cb30e961e3929
+SHA256 (sysupdate.sh-0.5.3.tar.gz) = 5e259267f172191b77d3759d7c8b4c98fed60082fb29732688606a5890f9945e
+SIZE (sysupdate.sh-0.5.3.tar.gz) = 17790
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 4
Date: Thu, 04 Sep 2008 22:11:23 -0400
From: Alex Goncharov <alex-go...@comcast.net>
Subject: ports/127101: [maintainer update] databases/postgresql-odbc:
a minor cleanup
To: FreeBSD-gn...@FreeBSD.org
Message-ID: <E1KbQnD-...@daland.home>
>Number: 127101
>Category: ports
>Synopsis: [maintainer update] databases/postgresql-odbc: a minor cleanup
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 05 02:20:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Alex Goncharov
>Release: FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
>Description:
A better handling of port data and document installation.
>How-To-Repeat:
>Fix:
A patch enclosed, to be run from /usr/ports.
--- databases-postgresql-odbc.diff begins here ---
diff -ruN databases/postgresql-odbc.orig/Makefile databases/postgresql-odbc/Makefile
--- databases/postgresql-odbc.orig/Makefile 2008-09-04 19:33:43.000000000 -0400
+++ databases/postgresql-odbc/Makefile 2008-09-04 20:16:46.000000000 -0400
@@ -55,18 +55,13 @@
DATADIR_1= ${DATADIR}/odbc
DOCSDIR_1= ${DOCSDIR}/odbc
post-install:
+.if !defined(NOPORTDATA)
@${MKDIR} ${DATADIR_1}
- ${INSTALL_DATA} ${WRKSRC}/odbc.sql ${DATADIR_1}
- ${INSTALL_DATA} ${WRKSRC}/odbc-drop.sql ${DATADIR_1}
+ ${INSTALL_DATA} ${WRKSRC}/*.sql ${DATADIR_1}
+.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR_1}
- ${TAR} -C ${WRKSRC}/docs --exclude '*Makefile*' -cf - . \
- | ${TAR} -C ${DOCSDIR_1} --unlink -xf -
-.if !defined(INSTALL_AS_USER)
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR_1}
- ${FIND} ${DOCSDIR_1} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
- ${FIND} ${DOCSDIR_1} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
-.endif
+ ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR_1}
.endif
.include <bsd.port.mk>
diff -ruN databases/postgresql-odbc.orig/pkg-plist databases/postgresql-odbc/pkg-plist
--- databases/postgresql-odbc.orig/pkg-plist 2008-09-04 19:33:43.000000000 -0400
+++ databases/postgresql-odbc/pkg-plist 2008-09-04 20:04:17.000000000 -0400
@@ -15,6 +15,6 @@
%%PORTDOCS%%%%DOCSDIR%%/odbc/unix-compilation.html
%%PORTDOCS%%%%DOCSDIR%%/odbc/win32-compilation.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%/odbc
-share/postgresql/odbc/odbc-drop.sql
-share/postgresql/odbc/odbc.sql
-@dirrm share/postgresql/odbc
+%%PORTDATA%%%%DATADIR%%/odbc/odbc-drop.sql
+%%PORTDATA%%%%DATADIR%%/odbc/odbc.sql
+%%PORTDATA%%@dirrm %%DATADIR%%/odbc
--- databases-postgresql-odbc.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 5
Date: Fri, 5 Sep 2008 03:07:03 GMT
From: li...@FreeBSD.org
Subject: Re: ports/127059: [PATCH]sysutils/file: update to 4.26
To: jha...@widomaker.com, li...@FreeBSD.org,
freebsd-p...@FreeBSD.org, li...@FreeBSD.org
Message-ID: <200809050307....@freefall.freebsd.org>
Synopsis: [PATCH]sysutils/file: update to 4.26
Responsible-Changed-From-To: freebsd-ports-bugs->lippe
Responsible-Changed-By: lippe
Responsible-Changed-When: Fri Sep 5 03:07:02 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=127059
------------------------------
Message: 6
Date: Fri, 5 Sep 2008 03:07:05 GMT
From: li...@FreeBSD.org
Subject: Re: ports/127092: port upgrade: devel/monotone 0.41
To: li...@FreeBSD.org, freebsd-p...@FreeBSD.org,
li...@FreeBSD.org
Message-ID: <200809050307....@freefall.freebsd.org>
Synopsis: port upgrade: devel/monotone 0.41
Responsible-Changed-From-To: freebsd-ports-bugs->lippe
Responsible-Changed-By: lippe
Responsible-Changed-When: Fri Sep 5 03:07:05 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=127092
------------------------------
Message: 7
Date: Fri, 5 Sep 2008 03:07:08 GMT
From: li...@FreeBSD.org
Subject: Re: ports/127099: science/silo: minor cleanups
To: li...@FreeBSD.org, freebsd-p...@FreeBSD.org,
li...@FreeBSD.org
Message-ID: <200809050307....@freefall.freebsd.org>
Synopsis: science/silo: minor cleanups
Responsible-Changed-From-To: freebsd-ports-bugs->lippe
Responsible-Changed-By: lippe
Responsible-Changed-When: Fri Sep 5 03:07:08 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=127099
------------------------------
Message: 8
Date: Fri, 5 Sep 2008 03:07:10 GMT
From: li...@FreeBSD.org
Subject: Re: ports/127100: [maintainer update] sysutils/sysupdate Port
update, support for 7.1 release
To: li...@FreeBSD.org, freebsd-p...@FreeBSD.org,
li...@FreeBSD.org
Message-ID: <200809050307....@freefall.freebsd.org>
Synopsis: [maintainer update] sysutils/sysupdate Port update, support for 7.1 release
Responsible-Changed-From-To: freebsd-ports-bugs->lippe
Responsible-Changed-By: lippe
Responsible-Changed-When: Fri Sep 5 03:07:10 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=127100
------------------------------
Message: 9
Date: Fri, 5 Sep 2008 03:07:13 GMT
From: li...@FreeBSD.org
Subject: Re: ports/127101: [maintainer update]
databases/postgresql-odbc: a minor cleanup
To: li...@FreeBSD.org, freebsd-p...@FreeBSD.org,
li...@FreeBSD.org
Message-ID: <200809050307....@freefall.freebsd.org>
Synopsis: [maintainer update] databases/postgresql-odbc: a minor cleanup
Responsible-Changed-From-To: freebsd-ports-bugs->lippe
Responsible-Changed-By: lippe
Responsible-Changed-When: Fri Sep 5 03:07:13 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=127101
------------------------------
Message: 10
Date: Fri, 5 Sep 2008 03:13:48 GMT
From: li...@FreeBSD.org
Subject: Re: ports/126689: databases/couchdb should list
lang/erlang-lite as dependency
To: li...@FreeBSD.org, freebsd-p...@FreeBSD.org,
li...@FreeBSD.org
Message-ID: <200809050313....@freefall.freebsd.org>
Synopsis: databases/couchdb should list lang/erlang-lite as dependency
Responsible-Changed-From-To: freebsd-ports-bugs->lippe
Responsible-Changed-By: lippe
Responsible-Changed-When: Fri Sep 5 03:13:48 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=126689
------------------------------
Message: 11
Date: Fri, 5 Sep 2008 03:13:50 GMT
From: li...@FreeBSD.org
Subject: Re: ports/125706: Update math/vtk5 to version 5.0.4
To: ba...@smithers.neuro.mcw.edu, li...@FreeBSD.org,
freebsd-p...@FreeBSD.org, li...@FreeBSD.org
Message-ID: <200809050313....@freefall.freebsd.org>
Synopsis: Update math/vtk5 to version 5.0.4
Responsible-Changed-From-To: freebsd-ports-bugs->lippe
Responsible-Changed-By: lippe
Responsible-Changed-When: Fri Sep 5 03:13:50 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=125706
------------------------------
Message: 12
Date: Fri, 5 Sep 2008 03:27:57 GMT
From: Pedro Giffuni <pfgshiel...@yahoo.com>
Subject: ports/127103: math/fftw3: add regression-test
To: freebsd-gn...@FreeBSD.org
Message-ID: <200809050327....@www.freebsd.org>
>Number: 127103
>Category: ports
>Synopsis: math/fftw3: add regression-test
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 05 03:30:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Pedro Giffuni
>Release: 7.0-Release
>Organization:
>Environment:
FreeBSD kakumen.cable.net.co 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Fri Aug 8 16:42:27 COT 2008 ro...@kakumen.cable.net.co:/usr/src/sys/amd64/compile/GENERIC amd64
>Description:
A total of 42 ports depend on math/fftw3, so it seems reasonable tu support a regression-test target.
>How-To-Repeat:
>Fix:
diff -ruN fftw3.orig/Makefile fftw3/Makefile
--- fftw3.orig/Makefile 2008-06-19 11:46:23.000000000 -0500
+++ fftw3/Makefile 2008-06-19 13:29:12.000000000 -0500
@@ -115,4 +115,7 @@
@${INSTALL_MAN} ${WRKSRC}/tools/fftw${FFTW3_SUFX}-wisdom.1 ${PREFIX}/man/man1
.endif
+regression-test: build
+ @cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} smallcheck
+
.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 13
Date: Fri, 5 Sep 2008 03:30:15 GMT
From: ed...@FreeBSD.org
Subject: Re: ports/127103: math/fftw3: add regression-test
To: ed...@FreeBSD.org, freebsd-p...@FreeBSD.org,
ah...@FreeBSD.org
Message-ID: <200809050330....@freefall.freebsd.org>
Synopsis: math/fftw3: add regression-test
Responsible-Changed-From-To: freebsd-ports-bugs->ahze
Responsible-Changed-By: edwin
Responsible-Changed-When: Fri Sep 5 03:30:15 UTC 2008
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=127103
------------------------------
Message: 14
Date: Fri, 5 Sep 2008 07:58:12 GMT
From: "O. Hartmann" <ohar...@zedat.fu-berlin.de>
Subject: ports/127104: OTRS/PostgreSQL 8.3.3 error: Syntax error in
OTRS-CGI-10 root@localhost can't login due to possible syntax error in
Perl module
To: freebsd-gn...@FreeBSD.org
Message-ID: <200809050758....@www.freebsd.org>
>Number: 127104
>Category: ports
>Synopsis: OTRS/PostgreSQL 8.3.3 error: Syntax error in OTRS-CGI-10 root@localhost can't login due to possible syntax error in Perl module
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 05 08:00:13 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: O. Hartmann
>Release: FreeBSD 7.1-PRE
>Organization:
FU Berlin
>Environment:
OS: FreeBSD 7.1-PRE
DB: PostgreSQL 8.3.3
WWW: Lighttpd 1.4.19_1
>Description:
When trying logging in into OTRS as 'root@localhost' with password 'root' for the very first time as described in the documentation (after a successful installation) this error occurs on the host running OTRS:
--
Sep 5 07:47:35 munin kernel: Sep 5 07:47:35 munin OTRS-CGI-10[88359]: [Error][Kernel::System::Valid::ValidIDsGet][Line:120]: ERROR: permission denied for relation valid, SQL: 'SELECT id FROM valid WHERE name = 'valid''
Sep 5 07:47:35 munin kernel: Sep 5 07:47:35 munin OTRS-CGI-10[88359]: [Error][Kernel::System::Auth::DB::Auth][Line:93]: ERROR: syntax error at or near ")" LINE 1: SELECT pw, id FROM users WHERE valid_id IN ( ) AND log... ^, SQL: 'SELECT pw, id FROM users WHERE valid_id IN ( ) AND login = 'root@localhost''
--
Remark: the database already do have an administrative user/operator which is capable of logging in, so there should be no access vilation problem.
>How-To-Repeat:
Install lighttpd-1.4.19, postgresql-8.3.3 on a FreeBSD 7.1-PRE box, follow the instructions of the OTRS docu how to initiate first time schemata and then try to login via
https://host/otrs-web/
>Fix:
None known. Even recompiling/reinstalling every Perl-5 related modules (everything OTRS needs and further more, /var/db/pkg/p5-*) does not fix the problem.
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 15
Date: Fri, 05 Sep 2008 09:52:19 +0200
From: Pav Lucistnik <p...@FreeBSD.org>
Subject: Re: ports/126786: [PATCH] sysutils/nvclock: update to 0.8b3a
To: Bernhard Froehlich <de...@bluelife.at>
Cc: freebsd-p...@FreeBSD.org
Message-ID: <1220601139.4...@pav.hide.vol.cz>
Content-Type: text/plain; charset="iso8859-2"
Bernhard Froehlich píše v pá 05. 09. 2008 v 00:12 +0200:
> > The patch in the PR is malformed - long lines got wrapped.
> > Can you resend, making sure the patch arrives intact?
> >
> > http://www.freebsd.org/cgi/query-pr.cgi?pr=126786
>
> I'll try my best and sorry for the inconvenience.
Thanks, this patch arrived correct. The update is now committed to the
CVS.
--
Pav Lucistnik <p...@oook.cz>
<p...@FreeBSD.org>
It's ten o'clock; do you know where your processes are?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?=
=?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?=
=?ISO-8859-1?Q?_zpr=E1vy?=
Url : http://lists.freebsd.org/pipermail/freebsd-ports-bugs/attachments/20080905/5ae77332/attachment-0001.pgp
------------------------------
Message: 16
Date: Fri, 5 Sep 2008 08:34:57 GMT
From: bf <bf2...@yahoo.com>
Subject: ports/127106: [PATCH]devel/libevent: update to 1.4.7; add
test target
To: freebsd-gn...@FreeBSD.org
Message-ID: <200809050834....@www.freebsd.org>
>Number: 127106
>Category: ports
>Synopsis: [PATCH]devel/libevent: update to 1.4.7; add test target
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 05 08:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: bf
>Release: 7-STABLE i386
>Organization:
-
>Environment:
>Description:
"Fix a bug where headers arriving in multiple packets were not parsed"
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN libevent.orig/Makefile libevent/Makefile
--- libevent.orig/Makefile 2008-09-05 02:26:44.880955337 -0400
+++ libevent/Makefile 2008-09-05 04:19:55.710028955 -0400
@@ -6,7 +6,7 @@
#
PORTNAME= libevent
-PORTVERSION= 1.4.6
+PORTVERSION= 1.4.7
CATEGORIES= devel
MASTER_SITES= http://monkey.org/~provos/
DISTNAME= ${PORTNAME}-${DISTVERSION}-stable
@@ -89,4 +89,7 @@
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \
${WRKSRC}/epoll.c ${WRKSRC}/epoll_sub.c ${WRKSRC}/evdns.c
+regression-test: build
+ @(${SH} ${WRKSRC}/test/regress)
+
.include <bsd.port.mk>
diff -ruN libevent.orig/distinfo libevent/distinfo
--- libevent.orig/distinfo 2008-09-05 02:26:44.880955337 -0400
+++ libevent/distinfo 2008-09-05 03:33:20.352367765 -0400
@@ -1,3 +1,3 @@
-MD5 (libevent-1.4.6-stable.tar.gz) = aa117491800fb0c2583928a3fb7af591
-SHA256 (libevent-1.4.6-stable.tar.gz) = 6a22a0c1bb6215e5570032db1b3d2cc8aa0441e6924636c4ea2f6db25a99fb0e
-SIZE (libevent-1.4.6-stable.tar.gz) = 487598
+MD5 (libevent-1.4.7-stable.tar.gz) = f247d0671ea4fc95b191daf79cb762a0
+SHA256 (libevent-1.4.7-stable.tar.gz) = 24f4fbfe7a7ae60f9653dc0834aa5a539b9406c2ef80498e9240e402a2c7705b
+SIZE (libevent-1.4.7-stable.tar.gz) = 487753
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 17
Date: Fri, 5 Sep 2008 08:40:10 GMT
From: ed...@FreeBSD.org
Subject: Re: ports/127106: [PATCH]devel/libevent: update to 1.4.7; add
test target
To: ed...@FreeBSD.org, freebsd-p...@FreeBSD.org,
mn...@FreeBSD.org
Message-ID: <200809050840....@freefall.freebsd.org>
Synopsis: [PATCH]devel/libevent: update to 1.4.7; add test target
Responsible-Changed-From-To: freebsd-ports-bugs->mnag
Responsible-Changed-By: edwin
Responsible-Changed-When: Fri Sep 5 08:40:10 UTC 2008
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=127106
------------------------------
Message: 18
Date: Fri, 5 Sep 2008 08:58:51 GMT
From: Peter Peremy <peter...@optushome.com.au>
Subject: ports/127107: [patch] Fix graphics/jogl dependencies
To: freebsd-gn...@FreeBSD.org
Message-ID: <200809050858....@www.freebsd.org>
>Number: 127107
>Category: ports
>Synopsis: [patch] Fix graphics/jogl dependencies
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 05 09:00:10 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Peter Peremy
>Release: 7.0-STABLE
>Organization:
n/a
>Environment:
FreeBSD turion.vk2pj.dyndns.org 7.0-STABLE FreeBSD 7.0-STABLE #22: Sat May 17 09:56:40 EST 2008 ro...@turion.vk2pj.dyndns.org:/usr/obj/usr/src/sys/turion amd64
>Description:
Add missing build dependencies. No PORTREVISION bump because this is
build-time only.
Reported by: pointyhat
>How-To-Repeat:
Install jogl dependencies as packages then build jogl. It will fail to build, reporting
[cc] In file included from /work/a/ports/graphics/jogl/work/jogl/src/native/jogl/JAWT_DrawingSurfaceInfo.c:40:
[cc] /usr/local/jdk1.6.0/include/freebsd/jawt_md.h:13:27: error: X11/Intrinsic.h: No such file or directory
See (eg):
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20080819154558/jogl-1.1.1.log
The problem is that build dependencies in jogl are incomplete, though this isn't apparent if java is built as a port.
>Fix:
Patch attached with submission follows:
Index: graphics/jogl/Makefile
===================================================================
RCS file: /usr/ncvs/ports/graphics/jogl/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- graphics/jogl/Makefile 11 Jun 2008 13:08:31 -0000 1.1
+++ graphics/jogl/Makefile 5 Sep 2008 08:20:23 -0000
@@ -23,8 +23,11 @@
Xfixes.3:${PORTSDIR}/x11/libXfixes \
Xxf86vm.1:${PORTSDIR}/x11/libXxf86vm \
drm.2:${PORTSDIR}/graphics/libdrm
-BUILD_DEPENDS= java:${PORTSDIR}/java/javavmwrapper \
- ${JAVALIBDIR}/antlr.jar:${PORTSDIR}/devel/antlr
+BUILD_DEPENDS= java:${PORTSDIR}/java/javavmwrapper \
+ ${JAVALIBDIR}/antlr.jar:${PORTSDIR}/devel/antlr \
+ ${LOCALBASE}/include/X11/extensions/xf86vmode.h:${PORTSDIR}/x11/xf86vidmodeproto \
+ ${LOCALBASE}/include/X11/Core.h:${PORTSDIR}/x11-toolkits/libXt \
+ ${LOCALBASE}/include/X11/X.h:${PORTSDIR}/x11/xproto
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
NO_WRKSUBDIR= yes
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 19
Date: Fri, 5 Sep 2008 09:51:25 GMT
From: ed...@FreeBSD.org
Subject: Re: ports/127104: devel/otrs - OTRS/PostgreSQL 8.3.3 error:
Syntax error in OTRS-CGI-10 root@localhost can't login due to possible
syntax error in Perl module
To: ed...@FreeBSD.org, freebsd-p...@FreeBSD.org, s...@FreeBSD.org
Message-ID: <200809050951....@freefall.freebsd.org>
Synopsis: devel/otrs - OTRS/PostgreSQL 8.3.3 error: Syntax error in OTRS-CGI-10 root@localhost can't login due to possible syntax error in Perl module
Responsible-Changed-From-To: freebsd-ports-bugs->skv
Responsible-Changed-By: edwin
Responsible-Changed-When: Fri Sep 5 09:51:24 UTC 2008
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=127104
------------------------------
Message: 20
Date: Fri, 5 Sep 2008 09:57:12 GMT
From: ed...@FreeBSD.org
Subject: Re: ports/127107: [patch] Fix graphics/jogl dependencies
To: peter...@optushome.com.au, ed...@FreeBSD.org,
freebsd-p...@FreeBSD.org, ed...@FreeBSD.org
Message-ID: <200809050957....@freefall.freebsd.org>
Synopsis: [patch] Fix graphics/jogl dependencies
State-Changed-From-To: open->feedback
State-Changed-By: edwin
State-Changed-When: Fri Sep 5 09:56:47 UTC 2008
State-Changed-Why:
Can yuo please see if
USE_XORG= xproto xt xf86vidmodeproto
works?
Responsible-Changed-From-To: freebsd-ports-bugs->edwin
Responsible-Changed-By: edwin
Responsible-Changed-When: Fri Sep 5 09:56:47 UTC 2008
Responsible-Changed-Why:
I'll trakc it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=127107
------------------------------
Message: 21
Date: Fri, 5 Sep 2008 11:51:37 GMT
From: mi...@FreeBSD.org
Subject: Re: ports/126417: [PATCH] devel/rubygem-activesupport: update
to 2.1.0
To: j...@innerewut.de, mi...@FreeBSD.org, freebsd-p...@FreeBSD.org,
mi...@FreeBSD.org
Message-ID: <200809051151....@freefall.freebsd.org>
Synopsis: [PATCH] devel/rubygem-activesupport: update to 2.1.0
Responsible-Changed-From-To: freebsd-ports-bugs->miwi
Responsible-Changed-By: miwi
Responsible-Changed-When: Fri Sep 5 11:51:37 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=126417
------------------------------
Message: 22
Date: Fri, 5 Sep 2008 11:55:41 GMT
From: mi...@FreeBSD.org
Subject: Re: ports/126957: [NEW PORT] graphics/py25-graph: A library
for working with graphs in Python
To: mi...@FreeBSD.org, freebsd-p...@FreeBSD.org, mi...@FreeBSD.org
Message-ID: <200809051155....@freefall.freebsd.org>
Synopsis: [NEW PORT] graphics/py25-graph: A library for working with graphs in Python
Responsible-Changed-From-To: freebsd-ports-bugs->miwi
Responsible-Changed-By: miwi
Responsible-Changed-When: Fri Sep 5 11:55:41 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=126957
------------------------------
Message: 23
Date: Fri, 5 Sep 2008 11:55:43 GMT
From: mi...@FreeBSD.org
Subject: Re: ports/127000: Update port: print/latex-etoolbox Update to
version 1.7
To: mi...@FreeBSD.org, freebsd-p...@FreeBSD.org, mi...@FreeBSD.org
Message-ID: <200809051155....@freefall.freebsd.org>
Synopsis: Update port: print/latex-etoolbox Update to version 1.7
Responsible-Changed-From-To: freebsd-ports-bugs->miwi
Responsible-Changed-By: miwi
Responsible-Changed-When: Fri Sep 5 11:55:43 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=127000
------------------------------
Message: 24
Date: Fri, 5 Sep 2008 11:55:45 GMT
From: mi...@FreeBSD.org
Subject: Re: ports/126823: move port www/phpSysInfo to
www/phpsysinfo-dev
To: mi...@FreeBSD.org, freebsd-p...@FreeBSD.org, mi...@FreeBSD.org
Message-ID: <200809051155....@freefall.freebsd.org>
Synopsis: move port www/phpSysInfo to www/phpsysinfo-dev
Responsible-Changed-From-To: freebsd-ports-bugs->miwi
Responsible-Changed-By: miwi
Responsible-Changed-When: Fri Sep 5 11:55:45 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=126823
------------------------------
Message: 25
Date: Fri, 5 Sep 2008 11:55:47 GMT
From: mi...@FreeBSD.org
Subject: Re: ports/126999: New port: print/latex-csquotes Quotation
facilities for LaTeX
To: mi...@FreeBSD.org, freebsd-p...@FreeBSD.org, mi...@FreeBSD.org
Message-ID: <200809051155....@freefall.freebsd.org>
Synopsis: New port: print/latex-csquotes Quotation facilities for LaTeX
Responsible-Changed-From-To: freebsd-ports-bugs->miwi
Responsible-Changed-By: miwi
Responsible-Changed-When: Fri Sep 5 11:55:47 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=126999
------------------------------
Message: 26
Date: Fri, 5 Sep 2008 11:55:49 GMT
From: mi...@FreeBSD.org
Subject: Re: ports/124981: [NEW PORT] sysutils/mogilefs-php: MogileFS
PHP Extension
To: mi...@FreeBSD.org, freebsd-p...@FreeBSD.org, mi...@FreeBSD.org
Message-ID: <200809051155....@freefall.freebsd.org>
Synopsis: [NEW PORT] sysutils/mogilefs-php: MogileFS PHP Extension
Responsible-Changed-From-To: freebsd-ports-bugs->miwi
Responsible-Changed-By: miwi
Responsible-Changed-When: Fri Sep 5 11:55:49 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=124981
------------------------------
Message: 27
Date: Fri, 5 Sep 2008 11:55:52 GMT
From: mi...@FreeBSD.org
Subject: Re: ports/127039: [NEW PORT] mail/bogofilter-tc: Fast,
teachable, learning spam detector
To: mi...@FreeBSD.org, freebsd-p...@FreeBSD.org, mi...@FreeBSD.org
Message-ID: <200809051155....@freefall.freebsd.org>
Synopsis: [NEW PORT] mail/bogofilter-tc: Fast, teachable, learning spam detector
Responsible-Changed-From-To: freebsd-ports-bugs->miwi
Responsible-Changed-By: miwi
Responsible-Changed-When: Fri Sep 5 11:55:51 UTC 2008
Responsible-Changed-Why:
I'll take it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=127039
------------------------------
End of freebsd-ports-bugs Digest, Vol 248, Issue 10
***************************************************