From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 02:10:15 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7011516A4CE for ; Sun, 23 Nov 2003 02:10:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D49343FBF for ; Sun, 23 Nov 2003 02:10:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANAADFY078608 for ; Sun, 23 Nov 2003 02:10:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANAADrK078607; Sun, 23 Nov 2003 02:10:13 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 02:10:13 -0800 (PST) Resent-Message-Id: <200311231010.hANAADrK078607@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clement Laforet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24A3916A4CE for ; Sun, 23 Nov 2003 02:03:15 -0800 (PST) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0AE943FE5 for ; Sun, 23 Nov 2003 02:03:12 -0800 (PST) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 10032 invoked by uid 85); 23 Nov 2003 11:03:09 +0100 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.142342 secs); 23 Nov 2003 10:03:09 -0000 Received: from lucifer.cultdeadsheep.org (192.168.0.2) by goofy.cultdeadsheep.org with SMTP; 23 Nov 2003 11:03:08 +0100 Received: by lucifer.cultdeadsheep.org (sSMTP sendmail emulation); Sun, 23 Nov 2003 11:03:14 +0100 Message-Id: <20031123100312.F0AE943FE5@mx1.FreeBSD.org> Date: Sun, 23 Nov 2003 11:03:14 +0100 From: "Clement Laforet" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Clement Laforet Subject: ports/59603: [maintainer fix] www/mod_layout: (hopefully) fix build on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 10:10:15 -0000 >Number: 59603 >Category: ports >Synopsis: [maintainer fix] www/mod_layout: (hopefully) fix build on amd64 >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: Sun Nov 23 02:10:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 5.2-BETA i386 >Organization: cotds.org >Environment: System: FreeBSD lucifer.cultdeadsheep.org 5.2-BETA FreeBSD 5.2-BETA #0: Sat Nov 22 21:09:27 CET 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386 >Description: According to bento log, -fPIC option is required to build. Now we respect CFLAGS and -fPIC is added While I'm here, let's use %%DOCSDIR%% too. >How-To-Repeat: http://bento.freebsd.org/errorlogs/amd64-5-latest/mod_layout-3.2.1.log >Fix: --- mod_layout.diff begins here --- Index: mod_layout/Makefile =================================================================== RCS file: /WORK/REPO/FreeBSD/ports/www/mod_layout/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- mod_layout/Makefile 7 Nov 2003 09:12:53 -0000 1.12 +++ mod_layout/Makefile 23 Nov 2003 09:49:09 -0000 @@ -16,10 +16,11 @@ USE_APACHE= yes USE_REINPLACE= yes +CFLAGS+= -fPIC + post-patch: @${REINPLACE_CMD} -e 's!apxs!${LOCALBASE}/sbin/apxs!g; \ - s!-DDEBUG!!g' ${WRKSRC}/Makefile - + s!-DDEBUG!$$(CFLAGS)!g' ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) Index: mod_layout/pkg-plist =================================================================== RCS file: /WORK/REPO/FreeBSD/ports/www/mod_layout/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- mod_layout/pkg-plist 6 Jul 2002 06:47:45 -0000 1.4 +++ mod_layout/pkg-plist 23 Nov 2003 09:51:44 -0000 @@ -1,40 +1,40 @@ libexec/apache/mod_layout.so @exec %D/sbin/apxs -e -a -n layout %D/%f @unexec echo "===> If you do not plan on reinstalling mod_layout, you must manually remove"; echo "===> references to it in httpd.conf." -%%PORTDOCS%%share/doc/mod_layout/faq.html -%%PORTDOCS%%share/doc/mod_layout/directives/Layout.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutCache.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutCacheNeeded.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutComment.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutDefaultHandlers.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutDisplayOriginal.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutFooter.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutFooterFile.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutFooterOff.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutFooterTXT.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHTTPHeader.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHTTPHeaderOff.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHTTPOverrideHandler.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHTTPOverrideURI.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHandler.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHandlerGlob.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHeader.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHeaderFile.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHeaderOff.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHeaderTXT.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutIgnoreFooterURI.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutIgnoreHeaderURI.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutIgnoreTag.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutIgnoreTagFooter.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutIgnoreTagHeader.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutIgnoreURI.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutMerge.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutMergeBeginTag.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutMergeEndTag.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutMergeErrorIgnore.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutPostAsync.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutProxy.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutReplaceTags.html -%%PORTDOCS%%share/doc/mod_layout/directives/LayoutTimeFormat.html -%%PORTDOCS%%@dirrm share/doc/mod_layout/directives -%%PORTDOCS%%@dirrm share/doc/mod_layout +%%PORTDOCS%%%%DOCSDIR%%/faq.html +%%PORTDOCS%%%%DOCSDIR%%/directives/Layout.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutCache.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutCacheNeeded.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutComment.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutDefaultHandlers.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutDisplayOriginal.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutFooter.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutFooterFile.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutFooterOff.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutFooterTXT.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHTTPHeader.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHTTPHeaderOff.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHTTPOverrideHandler.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHTTPOverrideURI.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHandler.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHandlerGlob.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHeader.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHeaderFile.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHeaderOff.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHeaderTXT.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreFooterURI.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreHeaderURI.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreTag.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreTagFooter.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreTagHeader.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreURI.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutMerge.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutMergeBeginTag.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutMergeEndTag.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutMergeErrorIgnore.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutPostAsync.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutProxy.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutReplaceTags.html +%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutTimeFormat.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/directives +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- mod_layout.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 03:30:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7784E16A4CE for ; Sun, 23 Nov 2003 03:30:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E94C43FD7 for ; Sun, 23 Nov 2003 03:30:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANBULFY088690 for ; Sun, 23 Nov 2003 03:30:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANBULEO088689; Sun, 23 Nov 2003 03:30:21 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 03:30:21 -0800 (PST) Resent-Message-Id: <200311231130.hANBULEO088689@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Dupre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00ABB16A4CE; Sun, 23 Nov 2003 03:28:00 -0800 (PST) Received: from relay.gufi.org (civetta.gufi.org [212.110.23.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDDE543FBF; Sun, 23 Nov 2003 03:27:58 -0800 (PST) (envelope-from alex@armada.alexdupre.com) Received: from armada.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by relay.gufi.org (Postfix) with ESMTP id ECBA320F47; Sun, 23 Nov 2003 12:27:56 +0100 (CET) Received: from armada.alexdupre.com (armada.alexdupre.com [192.168.0.177]) hANBRuDJ030780; Sun, 23 Nov 2003 12:27:56 +0100 (CET) (envelope-from alex@armada.alexdupre.com) Received: (from alex@localhost) by armada.alexdupre.com (8.12.10/8.12.10/Submit) id hANBRufL030779; Sun, 23 Nov 2003 12:27:56 +0100 (CET) (envelope-from alex) Message-Id: <200311231127.hANBRufL030779@armada.alexdupre.com> Date: Sun, 23 Nov 2003 12:27:56 +0100 (CET) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: roam@FreeBSD.org Subject: ports/59605: [Update] Port: mail/vpopmail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Dupre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 11:30:25 -0000 >Number: 59605 >Category: ports >Synopsis: [Update] Port: mail/vpopmail >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 23 03:30:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD armada.alexdupre.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Fri Nov 21 17:45:13 CET 2003 alex@armada.alexdupre.com:/usr/obj/usr/src/sys/ARMADA i386 >Description: Update to 5.3.30 release. Fix for roaming users. Better handling of vlimits.default file. >How-To-Repeat: >Fix: --- vpopmail.diff begins here --- diff -ruN vpopmail.orig/Makefile vpopmail/Makefile --- vpopmail.orig/Makefile Sun Nov 23 11:29:22 2003 +++ vpopmail/Makefile Sun Nov 23 11:46:25 2003 @@ -6,8 +6,8 @@ # PORTNAME= vpopmail -PORTVERSION= 5.3.29 -PORTREVISION= 1 +PORTVERSION= 5.3.30 +PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -308,9 +308,6 @@ else \ ${TOUCH} ${PREFIX}/vpopmail/etc/tcp.smtp; \ fi; \ - fi - if [ ! -e "${PREFIX}/vpopmail/etc/vlimits.default" ]; then \ - ${TOUCH} ${PREFIX}/vpopmail/etc/vlimits.default; \ fi .if defined(DEFAULT_DOMAIN) ${ECHO_CMD} ${DEFAULT_DOMAIN} > ${PREFIX}/vpopmail/etc/defaultdomain diff -ruN vpopmail.orig/distinfo vpopmail/distinfo --- vpopmail.orig/distinfo Sun Nov 23 11:29:22 2003 +++ vpopmail/distinfo Sun Nov 23 11:32:40 2003 @@ -1 +1 @@ -MD5 (vpopmail-5.3.29.tar.gz) = 42904ce91d4b0398ae8f964d692f88af +MD5 (vpopmail-5.3.30.tar.gz) = 45a87b772bb158468c1c1039f8765965 diff -ruN vpopmail.orig/files/patch-Makefile.in vpopmail/files/patch-Makefile.in --- vpopmail.orig/files/patch-Makefile.in Sun Nov 23 11:29:22 2003 +++ vpopmail/files/patch-Makefile.in Sun Nov 23 12:06:31 2003 @@ -1,13 +1,34 @@ ---- Makefile.in.orig Thu Sep 4 23:45:08 2003 -+++ Makefile.in Thu Sep 4 23:46:17 2003 -@@ -705,10 +705,7 @@ +--- Makefile.in.orig Fri Nov 21 00:10:01 2003 ++++ Makefile.in Sun Nov 23 11:58:04 2003 +@@ -723,29 +723,15 @@ + echo "-I@vpopmaildir@/include" > @vpopmaildir@/etc/inc_deps + echo "-L@vpopmaildir@/lib -lvpopmail @auth_libs@ @LIBS@" > @vpopmaildir@/etc/lib_deps ++ $(INSTALL) -o @vpopuser@ -m 0644 -g @vpopgroup@ \ ++ vlimits.default $(VLIMITS)-dist; \ + if test ! -r $(VLIMITS); then \ + $(INSTALL) -o @vpopuser@ -m 0644 -g @vpopgroup@ \ + vlimits.default $(VLIMITS); \ + fi if test "@USE_MYSQL@" = "1"; then \ if test ! -r $(MYSQLCONF); then \ -- echo "# MySQL settings, line 1 is config for read-only," > $(MYSQLCONF); \ -- echo "# line 2 is config for update. Settings for each" >> $(MYSQLCONF); \ -- echo "# line: server|port|user|password|database" >> $(MYSQLCONF); \ +- echo "# MYSQL CONNECTION SETTINGS FOR VPOPMAIL" >> $(MYSQLCONF); \ +- echo "#" >> $(MYSQLCONF); \ +- echo "# Line 1 defines the connection to use for database reads," >> $(MYSQLCONF); \ +- echo "# Line 2 defines the connection to use for database updates/writes." >> $(MYSQLCONF); \ +- echo "#" >> $(MYSQLCONF); \ +- echo "# If you omit line 2, then the same settings will be" >> $(MYSQLCONF); \ +- echo "# used for both read and write." >> $(MYSQLCONF); \ +- echo "#" >> $(MYSQLCONF); \ +- echo "# settings for each line:" >> $(MYSQLCONF); \ +- echo "# host|port|user|password|database" >> $(MYSQLCONF); \ +- echo "#" >> $(MYSQLCONF); \ - echo "localhost|0|root|secret|vpopmail" >> $(MYSQLCONF); \ +- echo "#" >> $(MYSQLCONF); \ +- echo "# Note:" >> $(MYSQLCONF); \ +- echo "# The value of host may be either a hostname or an IP address." >> $(MYSQLCONF); \ +- echo "# If host is 'localhost', then sockets (Unix) or named pipes (Windows)" >> $(MYSQLCONF); \ +- echo "# will be used instead of TCP/IP to connect to the server." >> $(MYSQLCONF); \ + touch $(MYSQLCONF); \ fi ; \ chown @vpopuser@ $(MYSQLCONF) ; \ diff -ruN vpopmail.orig/pkg-plist vpopmail/pkg-plist --- vpopmail.orig/pkg-plist Sun Nov 23 11:29:22 2003 +++ vpopmail/pkg-plist Sun Nov 23 12:03:54 2003 @@ -3,6 +3,7 @@ vpopmail/bin/vadddomain vpopmail/bin/vadduser vpopmail/bin/valias +vpopmail/bin/vchangepw vpopmail/bin/vchkpw vpopmail/bin/vconvert vpopmail/bin/vdeldomain @@ -40,6 +41,8 @@ vpopmail/etc/inc_deps vpopmail/etc/lib_deps @unexec if [ -f %D/vpopmail/etc/tcp.smtp -a ! -s %D/vpopmail/etc/tcp.smtp ]; then rm -f %D/vpopmail/etc/tcp.smtp; fi +@unexec if cmp -s %D/vpopmail/etc/vlimits.default %D/vpopmail/etc/vlimits.default-dist; then rm -f %D/vpopmail/etc/vlimits.default; fi +vpopmail/etc/vlimits.default-dist @unexec if [ -f %D/vpopmail/etc/vpopmail.mysql ]; then rm -f %D/vpopmail/etc/vpopmail.mysql; fi vpopmail/include/config.h vpopmail/include/vauth.h @@ -49,7 +52,7 @@ vpopmail/lib/libvpopmail.a @dirrm vpopmail/lib @dirrm vpopmail/include -@dirrm vpopmail/etc +@unexec rmdir %D/vpopmail/etc 2>/dev/null || true @unexec rmdir %D/vpopmail/domains 2>/dev/null || true @dirrm vpopmail/doc/man_html @dirrm vpopmail/doc/doc_html --- vpopmail.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 03:30:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8797116A4CF for ; Sun, 23 Nov 2003 03:30:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D679443FE0 for ; Sun, 23 Nov 2003 03:30:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANBULFY088703 for ; Sun, 23 Nov 2003 03:30:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANBULpg088702; Sun, 23 Nov 2003 03:30:21 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 03:30:21 -0800 (PST) Resent-Message-Id: <200311231130.hANBULpg088702@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Dupre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E30616A4CE; Sun, 23 Nov 2003 03:29:29 -0800 (PST) Received: from relay.gufi.org (civetta.gufi.org [212.110.23.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F136443F85; Sun, 23 Nov 2003 03:29:27 -0800 (PST) (envelope-from alex@armada.alexdupre.com) Received: from armada.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by relay.gufi.org (Postfix) with ESMTP id BBFC420F47; Sun, 23 Nov 2003 12:29:26 +0100 (CET) Received: from armada.alexdupre.com (armada.alexdupre.com [192.168.0.177]) hANBTQDJ030862; Sun, 23 Nov 2003 12:29:26 +0100 (CET) (envelope-from alex@armada.alexdupre.com) Received: (from alex@localhost) by armada.alexdupre.com (8.12.10/8.12.10/Submit) id hANBTQiV030861; Sun, 23 Nov 2003 12:29:26 +0100 (CET) (envelope-from alex) Message-Id: <200311231129.hANBTQiV030861@armada.alexdupre.com> Date: Sun, 23 Nov 2003 12:29:26 +0100 (CET) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: roam@FreeBSD.org Subject: ports/59606: [Update] Port: mail/qmailadmin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Dupre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 11:30:25 -0000 >Number: 59606 >Category: ports >Synopsis: [Update] Port: mail/qmailadmin >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 23 03:30:21 PST 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD armada.alexdupre.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Fri Nov 21 17:45:13 CET 2003 alex@armada.alexdupre.com:/usr/obj/usr/src/sys/ARMADA i386 >Description: Update to 1.0.29 release. Add WITH_HELP knob. Supercedes PR 58299. >How-To-Repeat: >Fix: --- qmailadmin.diff begins here --- diff -ruN qmailadmin.orig/Makefile qmailadmin/Makefile --- qmailadmin.orig/Makefile Sun Nov 23 12:13:15 2003 +++ qmailadmin/Makefile Sun Nov 23 12:15:28 2003 @@ -6,7 +6,7 @@ # PORTNAME= qmailadmin -PORTVERSION= 1.0.26 +PORTVERSION= 1.0.29 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -51,6 +51,7 @@ # WITH_DOMAIN_AUTOFILL - autofill the domain on login page based on the # hostname # WITHOUT_IDX_SQL - disable the SQL support for mailing lists +# WITH_HELP - display help links on login page # CGIBINDIR?= www/cgi-bin.default @@ -81,7 +82,7 @@ --enable-htmldir=${PREFIX}/${WEBDATADIR}/${WEBDATASUBDIR} \ --enable-imagedir=${PREFIX}/${WEBDATADIR}/${WEBDATASUBDIR}/images \ --enable-imageurl=${WEBDATAURL}/${WEBDATASUBDIR}/images \ - --with-htmllibdir=${DATADIR} \ + --enable-htmllibdir=${DATADIR} \ --enable-cgibindir=${PREFIX}/${CGIBINDIR}/${CGIBINSUBDIR} \ --enable-cgipath=${CGIBINURL}/${CGIBINSUBDIR}/qmailadmin \ --enable-vpopmaildir=${LOCALBASE}/vpopmail \ @@ -89,23 +90,27 @@ --enable-ezmlmdir=${LOCALBASE}/bin .if defined(WITHOUT_IPAUTH) -CONFIGURE_ARGS+= --enable-ipauth=n +CONFIGURE_ARGS+= --disable-ipauth .endif .if defined(WITHOUT_USER_INDEX) -CONFIGURE_ARGS+= --enable-user-index=n +CONFIGURE_ARGS+= --disable-user-index .endif .if defined(WITH_MODIFY_QUOTA) -CONFIGURE_ARGS+= --enable-modify-quota=y +CONFIGURE_ARGS+= --enable-modify-quota .endif .if defined(WITH_DOMAIN_AUTOFILL) -CONFIGURE_ARGS+= --enable-domain-autofill=y +CONFIGURE_ARGS+= --enable-domain-autofill .endif .if defined(WITHOUT_IDX_SQL) -CONFIGURE_ARGS+= --enable-ezmlm-mysql=n +CONFIGURE_ARGS+= --disable-ezmlm-mysql +.endif + +.if defined(WITH_HELP) +CONFIGURE_ARGS+= --enable-help .endif .include diff -ruN qmailadmin.orig/distinfo qmailadmin/distinfo --- qmailadmin.orig/distinfo Sun Nov 23 12:13:15 2003 +++ qmailadmin/distinfo Sun Nov 23 12:15:46 2003 @@ -1 +1 @@ -MD5 (qmailadmin-1.0.26.tar.gz) = aebf27ff839bae13cefb09e444a59bdd +MD5 (qmailadmin-1.0.29.tar.gz) = 2664fdc0ef0350abea1aacc270ba8d25 diff -ruN qmailadmin.orig/files/patch-Makefile.in qmailadmin/files/patch-Makefile.in --- qmailadmin.orig/files/patch-Makefile.in Thu Jan 1 01:00:00 1970 +++ qmailadmin/files/patch-Makefile.in Sun Nov 23 12:14:25 2003 @@ -0,0 +1,42 @@ +--- Makefile.in.orig Sat Oct 18 01:37:05 2003 ++++ Makefile.in Mon Oct 20 22:37:00 2003 +@@ -131,39 +131,6 @@ + all: all-redirect + .SUFFIXES: + .SUFFIXES: .S .c .o .s +-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile +- +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +- cd $(top_builddir) \ +- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status +- +-$(ACLOCAL_M4): configure.in +- cd $(srcdir) && $(ACLOCAL) +- +-config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +- $(SHELL) ./config.status --recheck +-$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) +- cd $(srcdir) && $(AUTOCONF) +- +-config.h: stamp-h +- @if test ! -f $@; then \ +- rm -f stamp-h; \ +- $(MAKE) stamp-h; \ +- else :; fi +-stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status +- cd $(top_builddir) \ +- && CONFIG_FILES= CONFIG_HEADERS=config.h \ +- $(SHELL) ./config.status +- @echo timestamp > stamp-h 2> /dev/null +-$(srcdir)/config.h.in: $(srcdir)/stamp-h.in +- @if test ! -f $@; then \ +- rm -f $(srcdir)/stamp-h.in; \ +- $(MAKE) $(srcdir)/stamp-h.in; \ +- else :; fi +-$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) +- cd $(top_srcdir) && $(AUTOHEADER) +- @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null + + mostlyclean-hdr: + diff -ruN qmailadmin.orig/pkg-plist qmailadmin/pkg-plist --- qmailadmin.orig/pkg-plist Sun Nov 23 12:13:15 2003 +++ qmailadmin/pkg-plist Sun Nov 23 12:14:25 2003 @@ -7,8 +7,6 @@ %%DATADIR%%/html/add_mailinglist-no-idx.html %%DATADIR%%/html/add_user.html %%DATADIR%%/html/colortable -%%DATADIR%%/html/da -%%DATADIR%%/html/de %%DATADIR%%/html/del_autorespond_confirm.html %%DATADIR%%/html/del_forward_confirm.html %%DATADIR%%/html/del_listdig.html @@ -16,24 +14,13 @@ %%DATADIR%%/html/del_listuser.html %%DATADIR%%/html/del_mailinglist_confirm.html %%DATADIR%%/html/del_user_confirm.html -%%DATADIR%%/html/en -%%DATADIR%%/html/es %%DATADIR%%/html/footer.html -%%DATADIR%%/html/fr %%DATADIR%%/html/header.html -%%DATADIR%%/html/hu -%%DATADIR%%/html/it -%%DATADIR%%/html/ja %%DATADIR%%/html/main_menu.html %%DATADIR%%/html/mod_autorespond.html %%DATADIR%%/html/mod_dotqmail.html %%DATADIR%%/html/mod_mailinglist-idx.html %%DATADIR%%/html/mod_user.html -%%DATADIR%%/html/nl -%%DATADIR%%/html/no -%%DATADIR%%/html/pt-BR -%%DATADIR%%/html/pl -%%DATADIR%%/html/ru %%DATADIR%%/html/setremotecatchall.html %%DATADIR%%/html/show_autorespond.html %%DATADIR%%/html/show_digest_subscribers.html @@ -43,10 +30,23 @@ %%DATADIR%%/html/show_moderators.html %%DATADIR%%/html/show_subscribers.html %%DATADIR%%/html/show_users.html -%%DATADIR%%/html/sk -%%DATADIR%%/html/sv -%%DATADIR%%/html/tr -%%DATADIR%%/html/xaa +%%DATADIR%%/lang/bg +%%DATADIR%%/lang/da +%%DATADIR%%/lang/de +%%DATADIR%%/lang/en +%%DATADIR%%/lang/es +%%DATADIR%%/lang/fr +%%DATADIR%%/lang/hu +%%DATADIR%%/lang/it +%%DATADIR%%/lang/ja +%%DATADIR%%/lang/nl +%%DATADIR%%/lang/no +%%DATADIR%%/lang/pl +%%DATADIR%%/lang/pt-BR +%%DATADIR%%/lang/ru +%%DATADIR%%/lang/sk +%%DATADIR%%/lang/sv +%%DATADIR%%/lang/tr %%CGIBINDIR%%/%%CGIBINSUBDIR%%/qmailadmin %%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/delete.png %%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/disabled.png @@ -74,4 +74,5 @@ @unexec /bin/rmdir %D/%%CGIBINDIR%%/%%CGIBINSUBDIR%% 2> /dev/null || true @unexec /bin/rmdir %D/%%CGIBINDIR%% 2> /dev/null || true @dirrm %%DATADIR%%/html +@dirrm %%DATADIR%%/lang @dirrm %%DATADIR%% --- qmailadmin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 03:37:04 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C387116A4CE; Sun, 23 Nov 2003 03:37:04 -0800 (PST) Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2813443FBF; Sun, 23 Nov 2003 03:37:01 -0800 (PST) (envelope-from jan-peter.koopmann@seceidos.de) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Sun, 23 Nov 2003 12:36:53 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ports/59454: [NEW PORT] mail/MailScanner-devel: A powerful virus/spam scanning framework for Sendmail and Exim Thread-Index: AcOuczj0wtfxkQj2Ty+RZRdYqmOcHADQrL+g From: "Jan-Peter Koopmann" To: , X-MailScanner-Seceidos: Found to be clean X-MailScanner-SpamCheck: cc: Sergei Kolobov Subject: RE: ports/59454: [NEW PORT] mail/MailScanner-devel: A powerful virus/spam scanning framework for Sendmail and Exim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 11:37:04 -0000 Follow-Up: I discovered a small flaw in the port. Here is the diff (against the original port): -------------------------------- diff -ruN --exclude=3DCVS /server-root/ports/mail/MailScanner-devel.orig/Makefile /server-root/ports/mail/MailScanner-devel/Makefile --- /server-root/ports/mail/MailScanner-devel.orig/Makefile Wed Nov 19 08:50:14 2003 +++ /server-root/ports/mail/MailScanner-devel/Makefile Sun Nov 23 12:26:04 2003 @@ -7,6 +7,7 @@ =20 PORTNAME=3D MailScanner-devel PORTVERSION=3D 4.25.9 +PORTREVISION=3D 1 CATEGORIES=3D mail MASTER_SITES=3D http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/ DISTNAME=3D MailScanner-4.25-9 @@ -66,7 +67,7 @@ =20 's,/opt/MailScanner/lib,'${PREFIX}'/libexec/MailScanner,g; \ s,/bin/false,/usr/bin/false,;' ${WRKSRC}/etc/virus.scanners.conf ${PERL} -pi -e \ - 's,/bin/bash,'${PREFIX}'/bash,g; \ + 's,/bin/bash,'${PREFIX}'/bin/bash,g; \ s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ ${WRKSRC}/bin/update_virus_scanners ${PERL} -pi -e \ diff -ruN --exclude=3DCVS /server-root/ports/mail/MailScanner-devel.orig/pkg-message /server-root/ports/mail/MailScanner-devel/pkg-message --- /server-root/ports/mail/MailScanner-devel.orig/pkg-message Tue Nov 18 17:13:57 2003 +++ /server-root/ports/mail/MailScanner-devel/pkg-message Wed Nov 19 10:30:43 2003 @@ -5,7 +5,7 @@ / ___ \| | | | | |___| |\ | | | | | |_| | |\ | /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| =09 - See PREFIX/share/doc/MailScanner/README.FreeBSD.port, + See %%PREFIX%%/share/doc/MailScanner/README.FreeBSD.port, http://www.mailscanner.info, the man pages MailScanner and MailScanner.conf for further instructions. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 04:00:43 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FF9716A4CF for ; Sun, 23 Nov 2003 04:00:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE9E43FAF for ; Sun, 23 Nov 2003 04:00:41 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANC0fFY089695 for ; Sun, 23 Nov 2003 04:00:41 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANC0fvD089684; Sun, 23 Nov 2003 04:00:41 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 04:00:41 -0800 (PST) Resent-Message-Id: <200311231200.hANC0fvD089684@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, andrew morton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A29A016A4CF for ; Sun, 23 Nov 2003 03:51:57 -0800 (PST) Received: from flip.drewish.com (host-203-91.pubnet.pdx.edu [131.252.203.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C85F43FD7 for ; Sun, 23 Nov 2003 03:51:54 -0800 (PST) (envelope-from amorton@flip.drewish.com) Received: from flip.drewish.com (localhost [127.0.0.1]) by flip.drewish.com (8.12.10/8.12.10) with ESMTP id hANBoM0a045323 for ; Sun, 23 Nov 2003 03:50:22 -0800 (PST) (envelope-from amorton@flip.drewish.com) Received: (from root@localhost) by flip.drewish.com (8.12.10/8.12.10/Submit) id hANBoMYa045322; Sun, 23 Nov 2003 03:50:22 -0800 (PST) (envelope-from amorton) Message-Id: <200311231150.hANBoMYa045322@flip.drewish.com> Date: Sun, 23 Nov 2003 03:50:22 -0800 (PST) From: andrew morton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59607: Update port: devel/cxxtest 3.0.1 -> 3.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: andrew morton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 12:00:43 -0000 >Number: 59607 >Category: ports >Synopsis: Update port: devel/cxxtest 3.0.1 -> 3.7.1 >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: Sun Nov 23 04:00:40 PST 2003 >Closed-Date: >Last-Modified: >Originator: andrew morton >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD flip.drewish.com 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Tue Nov 11 11:51:35 PST 2003 root@flip.drewish.com:/usr/obj/usr/src/sys/FLIP i386 >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 05:50:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1964E16A4CE for ; Sun, 23 Nov 2003 05:50:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC4643FB1 for ; Sun, 23 Nov 2003 05:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANDoEFY004762 for ; Sun, 23 Nov 2003 05:50:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANDoEqu004761; Sun, 23 Nov 2003 05:50:14 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 05:50:14 -0800 (PST) Resent-Message-Id: <200311231350.hANDoEqu004761@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB41016A4CF for ; Sun, 23 Nov 2003 05:45:44 -0800 (PST) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFF4243FBD for ; Sun, 23 Nov 2003 05:45:42 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.68.9]) by hfep01.dion.ne.jp with SMTP id <20031123134533833.DJWC@hfep01.dion.ne.jp> for ; Sun, 23 Nov 2003 22:45:33 +0900 Message-Id: <20031123224508.3b817e53.tkato@prontomail.com> Date: Sun, 23 Nov 2003 22:45:08 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59610: Update port: emulators/generator to 0.35 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 13:50:23 -0000 X-List-Received-Date: Sun, 23 Nov 2003 13:50:23 -0000 >Number: 59610 >Category: ports >Synopsis: Update port: emulators/generator to 0.35 >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: Sun Nov 23 05:50:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.35 New file: files/patch-hdr::generator.h files/patch-main::ui-gtk.c Remove file: files/patch-configure files/patch-configure.in files/patch-main-Makefile.in files/patch-main-ui-gtk.c >How-To-Repeat: >Fix: diff -urN /usr/ports/emulators/generator/Makefile emulators/generator/Makefile --- /usr/ports/emulators/generator/Makefile Sun Nov 23 03:20:02 2003 +++ emulators/generator/Makefile Sun Nov 23 05:28:34 2003 @@ -6,57 +6,42 @@ # PORTNAME= generator -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= emulators MASTER_SITES= http://www.squish.net/generator/files/ MAINTAINER= ports@FreeBSD.org COMMENT= SEGA Genesis emulator -# apparently the configure script can't handle this -NOT_FOR_ARCHS= alpha +LIB_DEPENDS= jpeg.9:${PORTNAME}/graphics/jpeg -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - SDL-1.1.5:${PORTSDIR}/devel/sdl12 -.if (${MACHINE_ARCH} == "i386") -BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -.endif - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_GMAKE= yes +USE_GNOME= gtk12 +USE_SDL= yes USE_REINPLACE= yes +USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gtk +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" + +.include -.if (${MACHINE_ARCH} == "i386") +.if ${ARCH} == "i386" +BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm CONFIGURE_ARGS+= --with-raze .else CONFIGURE_ARGS+= --with-cmz80 .endif -MAKE_ENV+= GTK_CONFIG="${GTK_CONFIG}" \ - SDL_CONFIG="${SDL_CONFIG}" -CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" \ - SDL_CONFIG="${SDL_CONFIG}" - -.include - post-patch: -.if ${OSVERSION} >= 500035 - @${REINPLACE_CMD} -e \ - 's|-malign-loops|-falign-loops|g ; \ - s|-malign-jumps|-falign-jumps|g ; \ - s|-malign-functions|-falign-functions|g' ${WRKSRC}/configure.in - @${REINPLACE_CMD} -e \ - 's|-malign-loops|-falign-loops|g ; \ - s|-malign-jumps|-falign-jumps|g ; \ - s|-malign-functions|-falign-functions|g' ${WRKSRC}/configure -.endif - -.if ${OSVERSION} >= 501102 -BROKEN= "Fails to compile due to gcc3.3 preprocessor" -.endif + @${REINPLACE_CMD} -e 's|-O3||g ; \ + s|-minline-all-stringops||g ; \ + s|-march=pentium||g ; \ + s|-malign-loops=5||g ; \ + s|-malign-jumps=5||g ; \ + s|-malign-functions=5||g' ${WRKSRC}/configure .include diff -urN /usr/ports/emulators/generator/distinfo emulators/generator/distinfo --- /usr/ports/emulators/generator/distinfo Sat Apr 12 22:45:28 2003 +++ emulators/generator/distinfo Sun Nov 23 05:25:01 2003 @@ -1 +1 @@ -MD5 (generator-0.34.tar.gz) = 8eb154bc0d0f644800c865175f22b873 +MD5 (generator-0.35.tar.gz) = 86f23702f2f7b38172863d080bb94630 diff -urN /usr/ports/emulators/generator/files/patch-configure emulators/generator/files/patch-configure --- /usr/ports/emulators/generator/files/patch-configure Mon Apr 7 15:42:33 2003 +++ emulators/generator/files/patch-configure Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Sat Oct 20 16:05:45 2001 -+++ configure Mon Apr 7 02:18:27 2003 -@@ -1575,7 +1575,7 @@ - if [ "x$GCCVER" != "xno" ]; then - echo "$as_me:1576: result: Turning on gcc optimisations" >&5 - echo "${ECHO_T}Turning on gcc optimisations" >&6 -- CFLAGS="$CFLAGS -O3 -ffast-math -fomit-frame-pointer" -+ CFLAGS="$CFLAGS -ffast-math -fomit-frame-pointer" - if [ "x$GCCVER" = "x3" ]; then - echo "$as_me:1580: result: Turning on gcc 3 optimisations" >&5 - echo "${ECHO_T}Turning on gcc 3 optimisations" >&6 diff -urN /usr/ports/emulators/generator/files/patch-configure.in emulators/generator/files/patch-configure.in --- /usr/ports/emulators/generator/files/patch-configure.in Mon Apr 7 15:42:33 2003 +++ emulators/generator/files/patch-configure.in Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.in.orig Sat Oct 20 15:34:19 2001 -+++ configure.in Mon Apr 7 02:18:22 2003 -@@ -118,7 +118,7 @@ - else - if [[ "x$GCCVER" != "xno" ]]; then - AC_MSG_RESULT(Turning on gcc optimisations) -- CFLAGS="$CFLAGS -O3 -ffast-math -fomit-frame-pointer" -+ CFLAGS="$CFLAGS -ffast-math -fomit-frame-pointer" - if [[ "x$GCCVER" = "x3" ]]; then - AC_MSG_RESULT(Turning on gcc 3 optimisations) - CFLAGS="$CFLAGS -minline-all-stringops -fno-math-errno" diff -urN /usr/ports/emulators/generator/files/patch-hdr::generator.h emulators/generator/files/patch-hdr::generator.h --- /usr/ports/emulators/generator/files/patch-hdr::generator.h Thu Jan 1 09:00:00 1970 +++ emulators/generator/files/patch-hdr::generator.h Sun Nov 23 05:25:01 2003 @@ -0,0 +1,41 @@ +--- hdr/generator.h.orig Mon May 5 03:50:43 2003 ++++ hdr/generator.h Sun Nov 23 04:46:22 2003 +@@ -13,6 +13,10 @@ + void gen_softreset(void); + void gen_loadmemrom(const char *rom, int romlen); + ++#if (defined(__unix__) || defined(unix)) && !defined(USG) ++#include ++#endif ++ + #if defined(linux) + #include + #define SWAP16(x) bswap_16((x)) +@@ -21,6 +25,10 @@ + #include + #define SWAP16(x) bswap_16((x)) + #define SWAP32(x) bswap_32((x)) ++#elif defined(__FreeBSD__) && __FreeBSD_version >= 470000 ++ #include ++ #define SWAP16(x) (be16toh(x)) ++ #define SWAP32(x) (be32toh(x)) + #else + #define SWAP16(y) (( ((y)>>8) & 0x00ff) | (( ((y)<<8) & 0xff00))) + #define SWAP32(y) (( ((y)>>24) & 0x000000ff) | \ +@@ -221,11 +229,11 @@ + # define LOG_DEBUG3(x) /* ui_log_debug3 ## x */ + # define LOG_DEBUG2(x) /* ui_log_debug2 ## x */ + # define LOG_DEBUG1(x) /* ui_log_debug1 ## x */ +-# define LOG_USER(x) ui_log_user ## x +-# define LOG_VERBOSE(x) ui_log_verbose ## x +-# define LOG_NORMAL(x) ui_log_normal ## x +-# define LOG_CRITICAL(x) ui_log_critical ## x +-# define LOG_REQUEST(x) ui_log_request ## x ++# define LOG_USER(x) ui_log_user x ++# define LOG_VERBOSE(x) ui_log_verbose x ++# define LOG_NORMAL(x) ui_log_normal x ++# define LOG_CRITICAL(x) ui_log_critical x ++# define LOG_REQUEST(x) ui_log_request x + #endif + + typedef struct { diff -urN /usr/ports/emulators/generator/files/patch-main-Makefile.in emulators/generator/files/patch-main-Makefile.in --- /usr/ports/emulators/generator/files/patch-main-Makefile.in Mon Apr 7 15:42:33 2003 +++ emulators/generator/files/patch-main-Makefile.in Thu Jan 1 09:00:00 1970 @@ -1,20 +0,0 @@ ---- main/Makefile.in.orig Mon Apr 7 01:54:22 2003 -+++ main/Makefile.in Mon Apr 7 01:54:57 2003 -@@ -222,7 +222,7 @@ - p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - if test -f $$p \ - ; then \ -- f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \ -+ f=`echo $$p1|sed 's/$$/$(EXEEXT)/'`; \ - echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \ - $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \ - else :; fi; \ -@@ -231,7 +231,7 @@ - uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; for p in $$list; do \ -- f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ -+ f=`echo $$p|sed 's/$(EXEEXT)$$//;s/$$/$(EXEEXT)/'`; \ - echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ - rm -f $(DESTDIR)$(bindir)/$$f; \ - done diff -urN /usr/ports/emulators/generator/files/patch-main-ui-gtk.c emulators/generator/files/patch-main-ui-gtk.c --- /usr/ports/emulators/generator/files/patch-main-ui-gtk.c Mon Apr 7 15:42:33 2003 +++ emulators/generator/files/patch-main-ui-gtk.c Thu Jan 1 09:00:00 1970 @@ -1,136 +0,0 @@ ---- main/ui-gtk.c.orig Sun Oct 14 18:02:05 2001 -+++ main/ui-gtk.c Mon Apr 7 01:40:55 2003 -@@ -18,7 +18,8 @@ - /* need Xlib.h for XAutoRepeatOff - how poo is X */ - #include "X11/Xlib.h" - --#include "SDL.h" -+#include -+#include - - #include "generator.h" - #include "snprintf.h" -@@ -98,6 +99,8 @@ - static int ui_query_response = -1; /* query response */ - t_gtkkeys ui_cont[2]; /* keyboard key codes */ - static int ui_musicfile = -1; /* fd of output file for GYM/GNM logging */ -+static int ui_joysticks = 0; /* number of joysticks */ -+static SDL_Joystick *js_handle[2] = { NULL, NULL }; - - static enum { - SCREEN_100, SCREEN_200, SCREEN_FULL -@@ -120,6 +123,7 @@ - static int ui_gtk_query(const char *msg, int style); - static void ui_gtk_opts_to_menu(void); - static void ui_simpleplot(void); -+static void ui_sdl_events (void); - - /*** Program entry point ***/ - -@@ -129,6 +133,8 @@ - GtkWidget *button, *draw, *obj; - struct passwd *passwd; - struct stat statbuf; -+ int i; -+ const char *name; - - gtk_set_locale(); - gtk_init(&argc, &argv); -@@ -209,10 +215,21 @@ - GDK_WINDOW_XWINDOW(draw->window)); - putenv(SDL_windowhack); - } -- if (SDL_Init(SDL_INIT_VIDEO) < 0) { -+ if (SDL_Init(SDL_INIT_VIDEO|SDL_INIT_JOYSTICK) < 0) { - fprintf(stderr, "Couldn't initialise SDL: %s\n", SDL_GetError()); - return -1; - } -+ ui_joysticks = SDL_NumJoysticks(); -+ /* Print information about the joysticks */ -+ fprintf(stderr, "%d joysticks detected\n", ui_joysticks); -+ for (i = 0; i < ui_joysticks; ++i) { -+ name = SDL_JoystickName(i); -+ fprintf(stderr, "Joystick %d: %s\n", i, name ? name : "Unknown Joystick"); -+ } -+ js_handle[0] = SDL_JoystickOpen(0); -+ js_handle[1] = SDL_JoystickOpen(1); -+ SDL_JoystickEventState(SDL_ENABLE); -+ - ui_gtk_sizechange(); - ui_gtk_newoptions(); - ui_gtk_opts_to_menu(); -@@ -264,9 +281,11 @@ - if (ui_running) { - while (gtk_events_pending()) - gtk_main_iteration_do(0); -+ ui_sdl_events(); - ui_newframe(); - event_doframe(); - } else { -+ ui_sdl_events(); - gtk_main(); - } - } -@@ -1529,6 +1548,62 @@ - } - } - } -+ -+static void -+ui_sdl_events (void) -+{ -+ SDL_Event event; -+ -+#define LEFT(event) ((event.jaxis.value < -16384) ? 1 : 0) -+#define RIGHT(event) ((event.jaxis.value > 16384) ? 1 : 0) -+#define UP(event) ((event.jaxis.value < -16384) ? 1 : 0) -+#define DOWN(event) ((event.jaxis.value > 16384) ? 1 : 0) -+#define PRESS(event) ((event.type == SDL_JOYBUTTONDOWN) ? 1 : 0) -+ -+ while (SDL_PollEvent(&event)) { -+ switch (event.type) { -+ case SDL_JOYAXISMOTION: -+ if (event.jaxis.which > 1) -+ break; -+ switch (event.jaxis.axis) { -+ case 0: /* left & right */ -+ mem68k_cont[event.jaxis.which].left = LEFT(event); -+ mem68k_cont[event.jaxis.which].right = RIGHT(event); -+ break; -+ case 1: /* up & down */ -+ mem68k_cont[event.jaxis.which].up = UP(event); -+ mem68k_cont[event.jaxis.which].down = DOWN(event); -+ break; -+ default: -+ break; -+ } -+ break; -+ case SDL_JOYBUTTONDOWN: -+ case SDL_JOYBUTTONUP: -+ if (event.jbutton.which > 1) -+ break; -+ switch (event.jbutton.button) { -+ case 0: -+ mem68k_cont[event.jbutton.which].a = PRESS(event); -+ break; -+ case 1: -+ mem68k_cont[event.jbutton.which].b = PRESS(event); -+ break; -+ case 2: -+ mem68k_cont[event.jbutton.which].c = PRESS(event); -+ break; -+ case 3: -+ mem68k_cont[event.jbutton.which].start = PRESS(event); -+ break; -+ default: -+ break; -+ } -+ break; -+ default: -+ break; -+ } -+ } -+} - - void ui_gtk_mainenter(void) - { diff -urN /usr/ports/emulators/generator/files/patch-main::ui-gtk.c emulators/generator/files/patch-main::ui-gtk.c --- /usr/ports/emulators/generator/files/patch-main::ui-gtk.c Thu Jan 1 09:00:00 1970 +++ emulators/generator/files/patch-main::ui-gtk.c Sun Nov 23 05:25:01 2003 @@ -0,0 +1,11 @@ +--- main/ui-gtk.c.orig Sun May 4 09:09:51 2003 ++++ main/ui-gtk.c Sun Nov 23 04:32:57 2003 +@@ -739,7 +739,7 @@ + /* logging is done this way because this was the best I could come up with + whilst battling with macros that can only take fixed numbers of arguments */ + +-#define LOG_FUNC(name,level,txt) void ui_log_ ## name ## (const char *text, ...) \ ++#define LOG_FUNC(name,level,txt) void ui_log_ ## name (const char *text, ...) \ + { \ + va_list ap; \ + if (gen_loglevel >= level) { \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 05:50:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F6CC16A4CE for ; Sun, 23 Nov 2003 05:50:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F1143F85 for ; Sun, 23 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANDoFFY004789 for ; Sun, 23 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANDoFg5004788; Sun, 23 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 05:50:15 -0800 (PST) Resent-Message-Id: <200311231350.hANDoFg5004788@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C3C316A4D1 for ; Sun, 23 Nov 2003 05:46:01 -0800 (PST) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id B438343FBF for ; Sun, 23 Nov 2003 05:45:59 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.68.9]) by hfep02.dion.ne.jp with SMTP id <20031123134556174.JKZV@hfep02.dion.ne.jp> for ; Sun, 23 Nov 2003 22:45:56 +0900 Message-Id: <20031123224515.080a671f.tkato@prontomail.com> Date: Sun, 23 Nov 2003 22:45:15 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59612: Update port: graphics/gnofract4d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 13:50:23 -0000 >Number: 59612 >Category: ports >Synopsis: Update port: graphics/gnofract4d >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: Sun Nov 23 05:50:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Fix build against rerolled tarball New file: files/patch-fract4d::Makefile.in >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/gnofract4d/Makefile graphics/gnofract4d/Makefile --- /usr/ports/graphics/gnofract4d/Makefile Sun Nov 23 03:23:32 2003 +++ graphics/gnofract4d/Makefile Sun Nov 23 03:24:19 2003 @@ -7,14 +7,13 @@ PORTNAME= gnofract4d PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Weird GNOME fractal generator - -BROKEN= "fails to checksum" USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui diff -urN /usr/ports/graphics/gnofract4d/distinfo graphics/gnofract4d/distinfo --- /usr/ports/graphics/gnofract4d/distinfo Thu Nov 6 11:00:42 2003 +++ graphics/gnofract4d/distinfo Sun Nov 23 03:05:39 2003 @@ -1 +1 @@ -MD5 (gnofract4d-1.8.tar.gz) = 20c38e07ca6f7863fcffe32cd96c7f52 +MD5 (gnofract4d-1.8.tar.gz) = 75f1be0e76ff787ba34968a2023d6815 diff -urN /usr/ports/graphics/gnofract4d/files/patch-fract4d::Makefile.in graphics/gnofract4d/files/patch-fract4d::Makefile.in --- /usr/ports/graphics/gnofract4d/files/patch-fract4d::Makefile.in Thu Jan 1 09:00:00 1970 +++ graphics/gnofract4d/files/patch-fract4d::Makefile.in Sun Nov 23 03:08:23 2003 @@ -0,0 +1,11 @@ +--- fract4d/Makefile.in.orig Sun Nov 23 03:06:58 2003 ++++ fract4d/Makefile.in Sun Nov 23 03:07:44 2003 +@@ -138,7 +138,7 @@ + $(GNOMEUI_LIBS) $(INTLLIBS) + + +-CXXFLAGS = -g -O3 -ffast-math -Wall -D_REENTRANT -DCXX="\"$(CXX)\"" ++CXXFLAGS = @CXXFLAGS@ -D_REENTRANT -DCXX="\"$(CXX)\"" + subdir = fract4d + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = $(top_builddir)/config.h diff -urN /usr/ports/graphics/gnofract4d/files/patch-libfract4d::Makefile.in graphics/gnofract4d/files/patch-libfract4d::Makefile.in --- /usr/ports/graphics/gnofract4d/files/patch-libfract4d::Makefile.in Thu Nov 6 01:08:57 2003 +++ graphics/gnofract4d/files/patch-libfract4d::Makefile.in Sun Nov 23 03:06:41 2003 @@ -4,7 +4,7 @@ lib_LTLIBRARIES = libfract4d.la --CXXFLAGS = -O3 -ffast-math -Wall $(GNOFRACT4D_CFLAGS) +-CXXFLAGS = -O3 -ffast-math -Wall -D_REENTRANT $(GNOFRACT4D_CFLAGS) +CXXFLAGS = @CXXFLAGS@ $(GNOFRACT4D_CFLAGS) libfract4d_la_SOURCES = \ diff -urN /usr/ports/graphics/gnofract4d/pkg-plist graphics/gnofract4d/pkg-plist --- /usr/ports/graphics/gnofract4d/pkg-plist Thu Nov 6 11:00:43 2003 +++ graphics/gnofract4d/pkg-plist Sun Nov 23 03:11:05 2003 @@ -1,3 +1,4 @@ +bin/fract4d bin/gnofract4d lib/libfract4d.a lib/libfract4d.so >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 05:50:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB14C16A4CF for ; Sun, 23 Nov 2003 05:50:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F146843F93 for ; Sun, 23 Nov 2003 05:50:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANDoDFY004749 for ; Sun, 23 Nov 2003 05:50:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANDoDJw004748; Sun, 23 Nov 2003 05:50:13 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 05:50:13 -0800 (PST) Resent-Message-Id: <200311231350.hANDoDJw004748@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EF8516A4CE for ; Sun, 23 Nov 2003 05:45:30 -0800 (PST) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23C7E43FAF for ; Sun, 23 Nov 2003 05:45:29 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.68.9]) by hfep08.dion.ne.jp with SMTP id <20031123134524654.FBJE@hfep08.dion.ne.jp> for ; Sun, 23 Nov 2003 22:45:24 +0900 Message-Id: <20031123224504.6e793f90.tkato@prontomail.com> Date: Sun, 23 Nov 2003 22:45:04 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59609: Update port: emulators/bfe to 20030723 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 13:50:22 -0000 X-List-Received-Date: Sun, 23 Nov 2003 13:50:22 -0000 X-List-Received-Date: Sun, 23 Nov 2003 13:50:22 -0000 X-List-Received-Date: Sun, 23 Nov 2003 13:50:22 -0000 >Number: 59609 >Category: ports >Synopsis: Update port: emulators/bfe to 20030723 >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: Sun Nov 23 05:50:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 20030723 Remove file: files/patch-configure.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/emulators/bfe/Makefile emulators/bfe/Makefile --- /usr/ports/emulators/bfe/Makefile Mon Nov 3 14:23:58 2003 +++ emulators/bfe/Makefile Sun Nov 23 22:05:27 2003 @@ -6,36 +6,46 @@ # PORTNAME= bfe2 -PORTVERSION= 20030124 +PORTVERSION= 20030723 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bfe -DISTNAME= bfe2-24jan2003 +DISTNAME= ${PORTNAME}-23jul2003 MAINTAINER= ports@FreeBSD.org COMMENT= X11 GUI for the bochs debugger (revision 2) RUN_DEPENDS= bochs:${PORTSDIR}/emulators/bochs -USE_REINPLACE= yes +WRKSRC= ${WRKDIR}/${PORTNAME} + USE_X_PREFIX= yes -USE_GNOME= gtk12 +USE_REINPLACE= yes +HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh -WRKSRC= ${WRKDIR}/bfe2 -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ - -e 's|%%CC%%|${CC}|' -e 's|%%CFLAGS%%|${CFLAGS}|' \ - -e 's|gtk-config|${GTK_CONFIG}|' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} +.if defined(WITH_GTK2) +USE_GNOME+= gtk20 +CONFIGURE_ARGS+= --gtk 2.0 +PKGNAMESUFFIX= -gtk2 +.else +USE_GNOME+= gtk12 +CONFIGURE_ARGS+= --gtk 1.2 +.endif -do-configure: - @cd ${WRKSRC} && ${SH} ${CONFIGURE_SCRIPT} +post-patch: + @${REINPLACE_CMD} -e \ + 's|%%CFLAGS%%|"${CFLAGS}"|g ; \ + s|%%CC%%|"${CC}"|g ; \ + s|%%PREFIX%%|"${PREFIX}"|g ; \ + s|gtk-config --libs|pkg-config --libs gtk+|g ; \ + s|gtk-config --cflags|pkg-config --cflags gtk+|g' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bfe2 ${PREFIX}/bin - -@${MKDIR} ${PREFIX}/share/bfe - ${INSTALL_DATA} ${WRKSRC}/README.bferc ${PREFIX}/share/bfe/bferc.sample - ${INSTALL_DATA} ${WRKSRC}/README.bferc ${PREFIX}/share/bfe + @${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/README.bferc ${DATADIR}/bferc.sample + ${INSTALL_DATA} ${WRKSRC}/README.bferc ${DATADIR} .include diff -urN /usr/ports/emulators/bfe/distinfo emulators/bfe/distinfo --- /usr/ports/emulators/bfe/distinfo Wed Apr 16 12:08:36 2003 +++ emulators/bfe/distinfo Sun Nov 23 21:47:37 2003 @@ -1 +1 @@ -MD5 (bfe2-24jan2003.tar.gz) = 83018142b4d30ba13def376f4996d845 +MD5 (bfe2-23jul2003.tar.gz) = 668837b5ce1a03f6a589a7331daadf17 diff -urN /usr/ports/emulators/bfe/files/patch-configure.sh emulators/bfe/files/patch-configure.sh --- /usr/ports/emulators/bfe/files/patch-configure.sh Wed Apr 16 04:54:08 2003 +++ emulators/bfe/files/patch-configure.sh Thu Jan 1 09:00:00 1970 @@ -1,49 +0,0 @@ ---- configure.sh.orig Sat Jan 25 07:08:39 2003 -+++ configure.sh Thu Feb 6 02:11:55 2003 -@@ -1,26 +1,18 @@ --#!/bin/bash -- --# csh and tcsh do not like this file --# ash produces incorrect quoting -- --if [ "`/bin/ls -la /bin/sh |grep '\-> ash'`" != "" ]; then -- echo -e "\nash shell is not supported\n" -- exit --fi -+#!/bin/sh - - ############################################################################## - --CC="cc" --LD="cc" --CFLAGS="-O2 -Wall" -+CC=%%CC%% -+LD=%%CC%% -+CFLAGS=%%CFLAGS%% - LFLAGS="" - - PROG="bfe2" - OWNER="root" --GROUP="root" -+GROUP="whell" - - # install directories --PREFIX="/usr/local" -+PREFIX=%%PREFIX%% - BIN="bin" - SYSCONF="etc" - -@@ -106,13 +98,6 @@ - INCS="\`pkg-config --cflags gtk+-2.0\`" - else - echo -e "\tInvalid GTK version [$GTK]" -- exit --fi -- --if [ "$BOCHS" == "2.0" ]; then -- BOCHSPATH="$BOCHSPATH -q" --else -- echo -e "\tInvalid Bochs version [$BOCHS]" - exit - fi - diff -urN /usr/ports/emulators/bfe/pkg-plist emulators/bfe/pkg-plist --- /usr/ports/emulators/bfe/pkg-plist Wed Apr 16 12:08:36 2003 +++ emulators/bfe/pkg-plist Sun Nov 23 21:53:34 2003 @@ -1,4 +1,4 @@ bin/bfe2 -share/bfe/bferc.sample -share/bfe/README.bferc -@dirrm share/bfe +%%DATADIR%%/bferc.sample +%%DATADIR%%/README.bferc +@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 05:50:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCC6E16A4CE for ; Sun, 23 Nov 2003 05:50:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D404D43FE5 for ; Sun, 23 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANDoFFY004776 for ; Sun, 23 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANDoFVn004775; Sun, 23 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 05:50:15 -0800 (PST) Resent-Message-Id: <200311231350.hANDoFVn004775@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B5E116A4D0 for ; Sun, 23 Nov 2003 05:45:53 -0800 (PST) Received: from hfep07.dion.ne.jp (hfep07.dion.ne.jp [203.181.105.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696D143FAF for ; Sun, 23 Nov 2003 05:45:51 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.68.9]) by hfep07.dion.ne.jp with SMTP id <20031123134547718.JFSP@hfep07.dion.ne.jp> for ; Sun, 23 Nov 2003 22:45:47 +0900 Message-Id: <20031123224512.6e029139.tkato@prontomail.com> Date: Sun, 23 Nov 2003 22:45:12 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59611: Update port: games/xmille X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 13:50:24 -0000 >Number: 59611 >Category: ports >Synopsis: Update port: games/xmille >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: Sun Nov 23 05:50:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Fix build on -current >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xmille/Makefile games/xmille/Makefile --- /usr/ports/games/xmille/Makefile Sun Nov 23 03:22:30 2003 +++ games/xmille/Makefile Sun Nov 23 05:42:16 2003 @@ -21,13 +21,7 @@ USE_IMAKE= yes MAN1= xmille.1 -.include - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile due to imake" -.endif - post-extract: @${FIND} ${WRKSRC} -name '*.[ao]' -delete -.include +.include diff -urN /usr/ports/games/xmille/files/patch-ab games/xmille/files/patch-ab --- /usr/ports/games/xmille/files/patch-ab Sun Feb 4 02:00:35 2001 +++ games/xmille/files/patch-ab Sun Nov 23 05:41:44 2003 @@ -1,11 +1,64 @@ --- Imakefile.orig Thu Apr 2 23:03:24 1992 -+++ Imakefile Wed Jan 31 23:04:28 2001 -@@ -5,7 +5,7 @@ - /**/# Dana Chee - /**/# ++++ Imakefile Sun Nov 23 05:41:24 2003 +@@ -1,11 +1,11 @@ +-/**/# +-/**/# +-/**/# Imakefile for xmille (Mille Bourne game) +-/**/# +-/**/# Dana Chee +-/**/# ++XCOMM# ++XCOMM# ++XCOMM# Imakefile for xmille (Mille Bourne game) ++XCOMM# ++XCOMM# Dana Chee ++XCOMM# #define IHaveSubdirs -#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) DEFINES=$(DEFINES)' +#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)' HEADERS = ui.h SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \ +@@ -18,26 +18,26 @@ + SYS_LIBRARIES = -lm + SUBDIRS = control cards + +-/**/# +-/**/# This looks better with the timrom12 and timrom12b fonts supplied, +-/**/# but if you don't wish to install it, just use fixed. +-/**/# +-/**/# if you do want to use the timrom fonts, then uncomment this line +-/**/# and see the info below about font targets +-/**/# +-/**/#DEFINES = -DDEFAULT_FONT=\"timrom12\" -DDEFAULT_FONTB=\"timrom12b\" ++XCOMM# ++XCOMM# This looks better with the timrom12 and timrom12b fonts supplied, ++XCOMM# but if you don't wish to install it, just use fixed. ++XCOMM# ++XCOMM# if you do want to use the timrom fonts, then uncomment this line ++XCOMM# and see the info below about font targets ++XCOMM# ++XCOMM#DEFINES = -DDEFAULT_FONT=\"timrom12\" -DDEFAULT_FONTB=\"timrom12b\" + DEFINES = -DDEFAULT_FONT=\"fixed\" -DDEFAULT_FONTB=\"fixed\" + + MakeSubdirs($(SUBDIRS)) + + ComplexProgramTarget(xmille) + +-/**/# +-/**/# Otherwise, make these font targets (uncomment the following lines) +-/**/# +-/**/#FONTS = FontBaseObj(timrom12) FontBaseObj(timrom12b) +-/**/#FONTINSTDIR = $(FONTDIR)/misc +-/**/#FontTarget(timrom12) +-/**/#FontTarget(tomrom12b) +-/**/#all:: $(FONTS) ++XCOMM# ++XCOMM# Otherwise, make these font targets (uncomment the following lines) ++XCOMM# ++XCOMM#FONTS = FontBaseObj(timrom12) FontBaseObj(timrom12b) ++XCOMM#FONTINSTDIR = $(FONTDIR)/misc ++XCOMM#FontTarget(timrom12) ++XCOMM#FontTarget(tomrom12b) ++XCOMM#all:: $(FONTS) + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 05:50:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3543616A4CE for ; Sun, 23 Nov 2003 05:50:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51AD143FCB for ; Sun, 23 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANDoFFY004802 for ; Sun, 23 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANDoFOE004801; Sun, 23 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 05:50:15 -0800 (PST) Resent-Message-Id: <200311231350.hANDoFOE004801@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA97816A4CE for ; Sun, 23 Nov 2003 05:46:09 -0800 (PST) Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C7C43FBF for ; Sun, 23 Nov 2003 05:46:08 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.68.9]) by hfep06.dion.ne.jp with SMTP id <20031123134604437.GYTQ@hfep06.dion.ne.jp> for ; Sun, 23 Nov 2003 22:46:04 +0900 Message-Id: <20031123224519.7e5a1eaa.tkato@prontomail.com> Date: Sun, 23 Nov 2003 22:45:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59613: Update port: science/vis5d+ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 13:50:24 -0000 >Number: 59613 >Category: ports >Synopsis: Update port: science/vis5d+ >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: Sun Nov 23 05:50:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Fix build on -current New file: files/patch-ltmain.sh files/patch-util::main.c Remove file: files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/science/vis5d+/Makefile science/vis5d+/Makefile --- /usr/ports/science/vis5d+/Makefile Thu Jun 5 09:54:36 2003 +++ science/vis5d+/Makefile Sun Nov 23 13:09:19 2003 @@ -23,22 +23,17 @@ gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick -USE_MESA= yes -USE_GNOME= gtk12 -USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +USE_GL= yes +USE_GNOME= gnometarget gtk12 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --enable-gtk --enable-threads --with-mesa --with-netcdf \ +CONFIGURE_ARGS= --enable-gtk --enable-threads --with-netcdf \ --with-mixkit=${LOCALBASE}/lib/libmix.a --with-x INSTALLS_SHLIB= yes CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_FLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} -.include +CFLAGS+= -DMIX_ANSI_IOSTREAMS -fpermissive -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - -.include +.include diff -urN /usr/ports/science/vis5d+/files/patch-configure science/vis5d+/files/patch-configure --- /usr/ports/science/vis5d+/files/patch-configure Fri Sep 20 15:19:33 2002 +++ science/vis5d+/files/patch-configure Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- configure.orig Wed Nov 7 20:54:00 2001 -+++ configure Sun Sep 15 08:57:22 2002 -@@ -6903,6 +6903,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff -urN /usr/ports/science/vis5d+/files/patch-ltmain.sh science/vis5d+/files/patch-ltmain.sh --- /usr/ports/science/vis5d+/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 +++ science/vis5d+/files/patch-ltmain.sh Sun Nov 23 12:51:54 2003 @@ -0,0 +1,25 @@ +--- ltmain.sh.orig Wed Nov 7 20:53:47 2001 ++++ ltmain.sh Sun Nov 23 11:20:58 2003 +@@ -2408,6 +2408,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test $build_libtool_need_lc = "yes"; then +@@ -4175,10 +4178,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -urN /usr/ports/science/vis5d+/files/patch-util::main.c science/vis5d+/files/patch-util::main.c --- /usr/ports/science/vis5d+/files/patch-util::main.c Thu Jan 1 09:00:00 1970 +++ science/vis5d+/files/patch-util::main.c Sun Nov 23 12:16:07 2003 @@ -0,0 +1,22 @@ +--- util/main.c.orig Wed Oct 24 19:46:49 2001 ++++ util/main.c Sun Nov 23 12:15:53 2003 +@@ -34,9 +34,6 @@ + #include + #include + #include +-#ifdef HAVE_SYS_LOCK_H +-# include +-#endif + #include + #include + #include +@@ -44,6 +41,9 @@ + #include + #include + #include ++#ifdef HAVE_SYS_LOCK_H ++# include ++#endif + + char cc[1000]; + int Argc; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 07:00:45 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D41A116A4CE for ; Sun, 23 Nov 2003 07:00:45 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF90143FAF for ; Sun, 23 Nov 2003 07:00:43 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANF0hFY022213 for ; Sun, 23 Nov 2003 07:00:43 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANF0hXN022212; Sun, 23 Nov 2003 07:00:43 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 07:00:43 -0800 (PST) Resent-Message-Id: <200311231500.hANF0hXN022212@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7925116A4CE for ; Sun, 23 Nov 2003 06:57:32 -0800 (PST) Received: from gateway.lefort.net (213.189.162.78.brutele.be [213.189.162.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC6043FDF for ; Sun, 23 Nov 2003 06:57:30 -0800 (PST) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id AA076551E for ; Sun, 23 Nov 2003 15:57:27 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id 8270B22E48; Sun, 23 Nov 2003 15:57:27 +0100 (CET) Message-Id: <20031123145727.8270B22E48@jsite.lefort.net> Date: Sun, 23 Nov 2003 15:57:27 +0100 (CET) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59614: Update port: irc/irssi to 0.8.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 15:00:46 -0000 >Number: 59614 >Category: ports >Synopsis: Update port: irc/irssi to 0.8.8 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 23 07:00:41 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Wed Oct 29 13:50:04 CET 2003 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: I seased the occasion to add some knobs (WITH_PERL, WITH_SOCKS, WITHOUT_IPV6 and WITHOUT_GLIB2). By default, the port is now compiled without Perl, with IPv6 and using GLib 2.x. >How-To-Repeat: >Fix: diff -ruN /usr/ports/irc/irssi/Makefile irssi/Makefile --- /usr/ports/irc/irssi/Makefile Sun Nov 16 05:51:01 2003 +++ irssi/Makefile Sun Nov 23 15:50:20 2003 @@ -2,12 +2,11 @@ # Date created: 14 Apr 1999 # Whom: Jim Mock # -# $FreeBSD: ports/irc/irssi/Makefile,v 1.69 2003/11/15 12:38:07 sf Exp $ +# $FreeBSD$ # PORTNAME= irssi -PORTVERSION= 0.8.6 -PORTREVISION?= 3 +PORTVERSION= 0.8.8 CATEGORIES+= irc # `+=' is for slave ports MASTER_SITES= http://irssi.org/files/ @@ -15,15 +14,29 @@ COMMENT?= A modular IRC client with many features USE_BZIP2= yes -USE_PERL5= yes -USE_GNOME= glib12 GNU_CONFIGURE= yes # `+=' is for slave ports -CONFIGURE_ARGS+= --without-socks --without-bot --with-textui \ - --with-perl-lib=site +CONFIGURE_ARGS+= --without-bot --with-textui + +MAN1= irssi.1 .include +.if defined(WITH_PERL) +USE_PERL5= yes +CONFIGURE_ARGS+= --with-perl-lib=site +PLIST_SUB+= WITH_PERL="" +.else +CONFIGURE_ARGS+= --without-perl +PLIST_SUB+= WITH_PERL="@comment " +.endif + +.if defined(WITH_SOCKS) +CONFIGURE_ARGS+= --with-socks +.else +CONFIGURE_ARGS+= --without-socks +.endif + .if defined(WITH_PROXY) CONFIGURE_ARGS+= --with-proxy PLIST_SUB+= WITH_PROXY="" @@ -31,16 +44,31 @@ PLIST_SUB+= WITH_PROXY="@comment " .endif -.if defined(WITH_IPV6) -.if ${OSVERSION} >= 400014 -CONFIGURE_ARGS+= --enable-ipv6 +.if ! defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 CATEGORIES+= ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 .endif + +.if ! defined(WITHOUT_GLIB2) +CONFIGURE_ARGS+= --with-glib2 +USE_GNOME= glib20 .else -CONFIGURE_ARGS+= --disable-ipv6 +CONFIGURE_ARGS+= --without-glib2 +USE_GNOME= glib12 .endif -MAN1= irssi.1 +pre-everything:: + @${ECHO} "" + @${ECHO} "You may use the following build options:" + @${ECHO} "" + @${ECHO} " WITH_PERL=yes Enable Perl support" + @${ECHO} " WITH_SOCKS=yes Enable Socks support" + @${ECHO} " WITH_PROXY=yes Enable irssi-proxy" + @${ECHO} " WITHOUT_IPV6=yes Disable IPv6 support" + @${ECHO} " WITHOUT_GLIB2=yes Use GLib 1.x instead of 2.x" + @${ECHO} "" pre-configure: @cd ${WRKSRC} && ${MV} irssi.conf irssi.conf.sample diff -ruN /usr/ports/irc/irssi/distinfo irssi/distinfo --- /usr/ports/irc/irssi/distinfo Thu Nov 21 07:23:00 2002 +++ irssi/distinfo Sun Nov 23 15:51:59 2003 @@ -1 +1 @@ -MD5 (irssi-0.8.6.tar.bz2) = 6d66982723e2eb8780ae3b8b3a7ba08d +MD5 (irssi-0.8.8.tar.bz2) = 7220d149b938012c96b064767dafc7de diff -ruN /usr/ports/irc/irssi/files/patch-Makefile.in irssi/files/patch-Makefile.in --- /usr/ports/irc/irssi/files/patch-Makefile.in Sun Feb 17 08:49:10 2002 +++ irssi/files/patch-Makefile.in Sun Nov 23 15:24:40 2003 @@ -1,7 +1,7 @@ ---- Makefile.in.orig Sun Feb 17 12:02:33 2002 -+++ Makefile.in Sun Feb 17 14:00:58 2002 -@@ -110,7 +110,7 @@ - SUBDIRS = src $(SERVERTEST) docs scripts +--- Makefile.in.orig Sun Nov 23 15:15:19 2003 ++++ Makefile.in Sun Nov 23 15:24:26 2003 +@@ -119,7 +119,7 @@ + SUBDIRS = src docs scripts confdir = $(sysconfdir) -conf_DATA = irssi.conf @@ -9,7 +9,7 @@ themedir = $(datadir)/irssi/themes theme_DATA = default.theme colorless.theme -@@ -452,8 +452,8 @@ +@@ -459,8 +459,8 @@ config.h: default-config.h default-theme.h diff -ruN /usr/ports/irc/irssi/pkg-plist irssi/pkg-plist --- /usr/ports/irc/irssi/pkg-plist Sat Oct 25 07:11:38 2003 +++ irssi/pkg-plist Sun Nov 23 15:37:38 2003 @@ -1,26 +1,26 @@ bin/irssi etc/irssi.conf etc/irssi.conf.sample -%%WITH_PROXY%%/lib/irssi/modules/libirc_proxy.a -%%WITH_PROXY%%/lib/irssi/modules/libirc_proxy.la -%%WITH_PROXY%%/lib/irssi/modules/libirc_proxy.so -%%WITH_PROXY%%/lib/irssi/modules/libirc_proxy.so.0 -%%SITE_PERL%%/%%PERL_ARCH%%/Irssi.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/Irc.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/TextUI.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/UI.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irssi.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irssi.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc/Irc.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc/Irc.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI/TextUI.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI/TextUI.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI/UI.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI/UI.so +%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.a +%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.la +%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.so +%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.so.0 +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Irssi.pm +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/Irc.pm +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/TextUI.pm +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/UI.pm +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/.packlist +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irssi.bs +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irssi.so +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc/.packlist +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc/Irc.bs +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc/Irc.so +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI/.packlist +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI/TextUI.bs +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI/TextUI.so +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI/.packlist +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI/UI.bs +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI/UI.so share/doc/irssi/botnet.txt share/doc/irssi/design.txt share/doc/irssi/faq.html @@ -56,6 +56,7 @@ share/irssi/help/echo share/irssi/help/eval share/irssi/help/exec +share/irssi/help/flushbuffers share/irssi/help/format share/irssi/help/hash share/irssi/help/help @@ -70,6 +71,7 @@ share/irssi/help/kick share/irssi/help/kickban share/irssi/help/kill +share/irssi/help/knock share/irssi/help/knockout share/irssi/help/lastlog share/irssi/help/layout @@ -165,11 +167,11 @@ share/irssi/scripts/usercount.pl share/irssi/themes/colorless.theme share/irssi/themes/default.theme -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Irssi +%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI +%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI +%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc +%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi +%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Irssi @dirrm lib/irssi/modules @dirrm lib/irssi @dirrm share/doc/irssi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 09:30:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD50316A4CE for ; Sun, 23 Nov 2003 09:30:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 099AB43FDF for ; Sun, 23 Nov 2003 09:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANHUGFY061143 for ; Sun, 23 Nov 2003 09:30:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANHUGoh061142; Sun, 23 Nov 2003 09:30:16 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 09:30:16 -0800 (PST) Resent-Message-Id: <200311231730.hANHUGoh061142@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Thegler Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8395616A4D1 for ; Sun, 23 Nov 2003 09:24:02 -0800 (PST) Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88CD943FBD for ; Sun, 23 Nov 2003 09:23:58 -0800 (PST) (envelope-from lth@dask.thegler.dk) Received: by dask.thegler.dk (Postfix, from userid 1001) id AF78E3EBF; Sun, 23 Nov 2003 18:23:51 +0100 (CET) Message-Id: <20031123172351.AF78E3EBF@dask.thegler.dk> Date: Sun, 23 Nov 2003 18:23:51 +0100 (CET) From: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59617: [NEW PORT] mail/p5-Email-Filter: Library for creating easy email filters X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 17:30:18 -0000 >Number: 59617 >Category: ports >Synopsis: [NEW PORT] mail/p5-Email-Filter: Library for creating easy email filters >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: Sun Nov 23 09:30:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov 5 11:25:36 CET >Description: This is another module produced by the "Perl Email Project", a reaction against the complexity and increasing bugginess of the "Mail::*" modules. It replaces Mail::Audit, and allows you to write programs describing how your mail should be filtered. WWW: http://search.cpan.org/dist/Email-Filter Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- p5-Email-Filter-1.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Email-Filter # p5-Email-Filter/Makefile # p5-Email-Filter/distinfo # p5-Email-Filter/pkg-plist # p5-Email-Filter/pkg-descr # echo c - p5-Email-Filter mkdir -p p5-Email-Filter > /dev/null 2>&1 echo x - p5-Email-Filter/Makefile sed 's/^X//' >p5-Email-Filter/Makefile << 'END-of-p5-Email-Filter/Makefile' X# New ports collection makefile for: p5-Email-Filter X# Date created: August 31 2003 X# Whom: Lars Thegler X# X# $FreeBSD$ X# X XPORTNAME= Email-Filter XPORTVERSION= 1.0 XCATEGORIES= mail perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Email XPKGNAMEPREFIX= p5- X XMAINTAINER= lars@thegler.dk XCOMMENT= Library for creating easy email filters X XBUILD_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \ X ${SITE_PERL}/Email/LocalDelivery.pm:${PORTSDIR}/mail/p5-Email-LocalDelivery \ X ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ X ${SITE_PERL}/Class/Trigger.pm:${PORTSDIR}/devel/p5-Class-Trigger XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Email::Filter.3 X Xtest: build X cd ${WRKSRC} ; make test X X.include END-of-p5-Email-Filter/Makefile echo x - p5-Email-Filter/distinfo sed 's/^X//' >p5-Email-Filter/distinfo << 'END-of-p5-Email-Filter/distinfo' XMD5 (Email-Filter-1.0.tar.gz) = 857a522c2c43991f59c65de9c8c05d40 END-of-p5-Email-Filter/distinfo echo x - p5-Email-Filter/pkg-plist sed 's/^X//' >p5-Email-Filter/pkg-plist << 'END-of-p5-Email-Filter/pkg-plist' X%%SITE_PERL%%/Email/Filter.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Filter/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Filter X@unexec rmdir %D/%%SITE_PERL%%/Email 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email 2>/dev/null || true END-of-p5-Email-Filter/pkg-plist echo x - p5-Email-Filter/pkg-descr sed 's/^X//' >p5-Email-Filter/pkg-descr << 'END-of-p5-Email-Filter/pkg-descr' XThis is another module produced by the "Perl Email Project", a reaction Xagainst the complexity and increasing bugginess of the "Mail::*" Xmodules. It replaces Mail::Audit, and allows you to write programs Xdescribing how your mail should be filtered. X XWWW: http://search.cpan.org/dist/Email-Filter END-of-p5-Email-Filter/pkg-descr exit --- p5-Email-Filter-1.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 10:30:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46F1216A4CE for ; Sun, 23 Nov 2003 10:30:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E6143FBD for ; Sun, 23 Nov 2003 10:30:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANIUNFY065982 for ; Sun, 23 Nov 2003 10:30:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANIUNBN065981; Sun, 23 Nov 2003 10:30:23 -0800 (PST) (envelope-from gnats) Date: Sun, 23 Nov 2003 10:30:23 -0800 (PST) Message-Id: <200311231830.hANIUNBN065981@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Matthias Andree Subject: Re: ports/59596: databases/db41 add knob to build perl DB_File X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthias Andree List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 18:30:24 -0000 The following reply was made to PR ports/59596; it has been noted by GNATS. From: Matthias Andree To: Jim Shewmaker , krion@FreeBSD.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/59596: databases/db41 add knob to build perl DB_File Date: Sun, 23 Nov 2003 19:23:44 +0100 DB_File building does not belong into a databases/db41 port, but into a separate lang/p5-DB_File port. The DB_File stuff that ships with BerkeleyDB is outdated anyways. Please close this PR. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 10:50:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1ECB16A4CF; Sun, 23 Nov 2003 10:50:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B1243F93; Sun, 23 Nov 2003 10:50:12 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANIoBFY066441; Sun, 23 Nov 2003 10:50:11 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANIoBP1066437; Sun, 23 Nov 2003 10:50:11 -0800 (PST) (envelope-from pav) Date: Sun, 23 Nov 2003 10:50:11 -0800 (PST) From: Pav Lucistnik Message-Id: <200311231850.hANIoBP1066437@freefall.freebsd.org> To: jims@bluenotch.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59596: databases/db41 add knob to build perl DB_File X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 18:50:12 -0000 Synopsis: databases/db41 add knob to build perl DB_File State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Nov 23 10:49:54 PST 2003 State-Changed-Why: Maintainer indicates this change is not desirable. http://www.freebsd.org/cgi/query-pr.cgi?pr=59596 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 12:20:39 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BFE716A4CE for ; Sun, 23 Nov 2003 12:20:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2696443FEA for ; Sun, 23 Nov 2003 12:20:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANKKMFY074662 for ; Sun, 23 Nov 2003 12:20:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANKKMbs074661; Sun, 23 Nov 2003 12:20:22 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 12:20:22 -0800 (PST) Resent-Message-Id: <200311232020.hANKKMbs074661@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Guy Coleman" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27AC716A4CF for ; Sun, 23 Nov 2003 12:18:06 -0800 (PST) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.8.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id C342443FDF for ; Sun, 23 Nov 2003 12:18:04 -0800 (PST) (envelope-from ) Received: from 82-68-137-254.dsl.in-addr.zen.co.uk ([82.68.137.254] helo=82-68-137-251.dsl.in-addr.zen.co.uk) by heisenberg.zen.co.uk with esmtp (Exim 4.22) id 1AO0gF-0000Pi-48; Sun, 23 Nov 2003 20:18:03 +0000 Message-Id: <1069618699@82-68-137-251.dsl.in-addr.zen.co.uk> Date: Sun, 23 Nov 2003 20:18:19 -0000 From: "Guy Coleman" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: gtk-send-pr 0.2 cc: obraun@haskell.org Subject: ports/59618: [Maintainer update] devel/hs-uni: Update to new CVS code X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 20:20:39 -0000 >Number: 59618 >Category: ports >Synopsis: [Maintainer update] devel/hs-uni: Update to new CVS code >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: Sun Nov 23 12:20:21 PST 2003 >Closed-Date: >Last-Modified: >Originator: Guy Coleman >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD fire 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #6: Mon Nov 3 22:02:04 GMT 2003 gtc00u@fire:/usr/obj/vol1/src-RELENG_5_1/sys/FIRE i386 >Description: Update to work with the new cvs tarball on the HTk website, and allow choosing of TCL/Tk version when compiling. >How-To-Repeat: n/a >Fix: --- hs-uni-diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/hs-uni/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 9 Jun 2003 20:51:20 -0000 1.1 +++ Makefile 19 Nov 2003 23:50:25 -0000 @@ -7,6 +7,7 @@ PORTNAME= uni PORTVERSION= 0.99 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.informatik.uni-bremen.de/htk/download/ PKGNAMEPREFIX= hs- @@ -15,30 +16,69 @@ MAINTAINER= gtchask@mm.st COMMENT= A tool integration framework for Haskell, including Htk -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ - wish8.3:${PORTSDIR}/x11-toolkits/tk83 +BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc6 +RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc6 + +.include + +.if defined(WITH_TK_VER) +.if ${WITH_TK_VER} == "8.0" +RUN_DEPENDS+= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +.elif ${WITH_TK_VER} == "8.1" +RUN_DEPENDS+= wish8.1:${PORTSDIR}/x11-toolkits/tk81 +.elif ${WITH_TK_VER} == "8.2" +RUN_DEPENDS+= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +.elif ${WITH_TK_VER} == "8.3" +RUN_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +.else +RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +.endif # ${WITH_TK_VER} == +.else +RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +.endif # defined WITH_TK_VER USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-HTk WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= boot packages +pre-everything:: +.if !defined(WITH_TK_VER) + @${ECHO_MSG} + @${ECHO_MSG} "If you want to depend on a particular version of" + @${ECHO_MSG} "Tk hit Ctrl-C now and use \"make WITH_TK_VER=val\"" + @${ECHO_MSG} "Values available: 8.0, 8.1, 8.2, 8.3 and 8.4" + @${ECHO_MSG} + @${ECHO_MSG} "Default is 8.4" + @${ECHO_MSG} +.endif + do-install: @${MKDIR} ${PREFIX}/lib/uni @cd ${WRKSRC} && ${GMAKE} prepareexports @cd ${WRKSRC} && ${GMAKE} -s --no-print-directory exportnames | \ ${SED} 'y/ /\n/; /^$$/d ; s+${PORTNAME}/++g' | \ cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/uni - @${SED} 's|#PWD|${PREFIX}/lib/uni|g' < ${FILESDIR}/ghchtk > ${WRKSRC}/ghchtk - @${SED} 's|#PWD|${PREFIX}/lib/uni|g' < ${FILESDIR}/ghcihtk > ${WRKSRC}/ghcihtk - @${SED} 's|#PWD|${PREFIX}/lib/uni|g' < ${FILESDIR}/uni-package.conf > ${WRKSRC}/uni-package.conf + + @cd ${PREFIX}/lib/uni && ${FIND} . -type d -print0 | \ + ${XARGS} -0 ${CHMOD} 755 # ugly, but necessary + + @${SED} 's|#PWD|${PREFIX}/lib/uni|g' < \ + ${FILESDIR}/ghchtk > ${WRKSRC}/ghchtk + @${SED} 's|#PWD|${PREFIX}/lib/uni|g' < \ + ${FILESDIR}/ghcihtk > ${WRKSRC}/ghcihtk + @${SED} 's|#PWD|${PREFIX}/lib/uni|g' < \ + ${FILESDIR}/uni-package.conf > ${WRKSRC}/uni-package.conf @${INSTALL_DATA} ${WRKSRC}/uni-package.conf ${PREFIX}/lib/uni @${INSTALL_SCRIPT} ${WRKSRC}/ghchtk ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/ghcihtk ${PREFIX}/bin - @${CAT} ${PKGMESSAGE} -.include + @${ECHO_MSG} + @${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' + @${ECHO_MSG} + +.include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/hs-uni/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 9 Jun 2003 20:51:20 -0000 1.1 +++ distinfo 14 Nov 2003 23:17:11 -0000 @@ -1 +1 @@ -MD5 (uni-0.99-src.tar.gz) = cc083f42fa3460dde97687f4d69220a3 +MD5 (uni-0.99-src.tar.gz) = 4de90299132570bb2db010e917d985be Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/devel/hs-uni/pkg-message,v retrieving revision 1.1 diff -u -r1.1 pkg-message --- pkg-message 9 Jun 2003 20:51:20 -0000 1.1 +++ pkg-message 5 Sep 2003 21:21:05 -0000 @@ -1,5 +1,14 @@ The workbench has been installed into ${PREFIX}/lib/uni. The two helper scripts ghchtk and ghcihtk have been installed into -${PREFIX}/bin and can be used to easily add the Htk package-conf to the + + %%PREFIX%%/bin + +and can be used to easily add the Htk package-conf to the ghc(i) command line. + +You may need to set the UNIWISH environment variable to point to the +version of wish that you are using. For example, for the tk83 port: + +export UNIWISH=wish8.3 (sh) +setenv UNIWISH wish8.3 (csh) Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/hs-uni/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 9 Jun 2003 20:51:20 -0000 1.1 +++ pkg-plist 19 Nov 2003 20:20:37 -0000 @@ -2,17 +2,6 @@ bin/ghcihtk lib/uni/bdb-package.options.in lib/uni/configure -lib/uni/davinci/DaVinciBasic.hi -lib/uni/davinci/DaVinciGraph.hi -lib/uni/davinci/DaVinciTypes.hi -lib/uni/davinci/libuni-davinci.a -lib/uni/davinci/test/MainDepend.hs -lib/uni/davinci/test/TestDaVinci.hs -lib/uni/davinci/test/TestDaVinciDouble.hs -lib/uni/davinci/test/TestGraphEditor.hs -lib/uni/davinci/test/TestGraphEditor2.hs -lib/uni/davinci/test/TestGraphEditorRemote.hs -lib/uni/davinci/uni-davinci.o lib/uni/events/After.hi lib/uni/events/Cells.hi lib/uni/events/Channels.hi @@ -43,30 +32,8 @@ lib/uni/events/test/libuni-events-test.a lib/uni/events/test/uni-events-test.o lib/uni/events/uni-events.o -lib/uni/graphs/DisplayGraph.hi -lib/uni/graphs/GetAttributes.hi -lib/uni/graphs/Graph.hi -lib/uni/graphs/GraphConfigure.hi -lib/uni/graphs/GraphConnection.hi -lib/uni/graphs/GraphDisp.hi -lib/uni/graphs/GraphEditor.hi -lib/uni/graphs/GraphEditorRemote.hi -lib/uni/graphs/GraphEditorService.hi -lib/uni/graphs/MainGraphEditorServer.hs -lib/uni/graphs/NewNames.hi -lib/uni/graphs/RemoveAncestors.hi -lib/uni/graphs/SimpleGraph.hi -lib/uni/graphs/libuni-graphs.a -lib/uni/graphs/test/DrawDepend.hi -lib/uni/graphs/test/GraphDispTest.hi -lib/uni/graphs/test/Hasse.hi -lib/uni/graphs/test/RemoveAncestorsTest.hi -lib/uni/graphs/test/TestGetAttributes.hs -lib/uni/graphs/test/TestGetAttributes2.hs -lib/uni/graphs/test/TopSort.hi -lib/uni/graphs/test/libuni-graphs-test.a -lib/uni/graphs/test/uni-graphs-test.o -lib/uni/graphs/uni-graphs.o +lib/uni/ghchtk.export +lib/uni/ghcihtk.export lib/uni/htk/examples/canvas/Mainblobs.hs lib/uni/htk/examples/canvas/MaincanvasEx.hs lib/uni/htk/examples/canvas/MaingoBoard.hs @@ -86,6 +53,7 @@ lib/uni/htk/examples/simple/Mainhello4.hs lib/uni/htk/examples/simple/MainlistEx.hs lib/uni/htk/examples/simple/MainmenuEx.hs +lib/uni/htk/examples/simple/MainsimpleButton.hs lib/uni/htk/examples/simple/Maintexttag.hs lib/uni/htk/examples/tix/Mainpanedwindow.hs lib/uni/htk/examples/tix/Maintixwidgets.hs @@ -93,7 +61,10 @@ lib/uni/htk/examples/toolkit/Mainfiledialog.hs lib/uni/htk/examples/toolkit/Mainlogwin.hs lib/uni/htk/examples/toolkit/Mainmarkup.hs +lib/uni/htk/examples/toolkit/Mainnewfiledialog.hs +lib/uni/htk/examples/toolkit/MainsimpleListBox.hs lib/uni/htk/examples/toolkit/Mainsimpleform.hs +lib/uni/htk/examples/toolkit/Mainsimpleform2.hs lib/uni/htk/examples/toolkit/Mainsimplemenu.hs lib/uni/htk/examples/toolkit/Mainspinbutton.hs lib/uni/htk/examples/toolkit/Maintreelist.hs @@ -186,6 +157,7 @@ lib/uni/htk/imports/Selection.hi lib/uni/htk/imports/Separator.hi lib/uni/htk/imports/SimpleForm.hi +lib/uni/htk/imports/SimpleListBox.hi lib/uni/htk/imports/Slider.hi lib/uni/htk/imports/Space.hi lib/uni/htk/imports/SpinButton.hi @@ -218,8 +190,10 @@ lib/uni/includes/default_options.h lib/uni/includes/new_object.h lib/uni/includes/runWish.h +lib/uni/install lib/uni/mk/FixFileNames lib/uni/mk/boilerplate.mk.in +lib/uni/mk/latex.mk lib/uni/mk/machinedep.mk.in lib/uni/mk/suffix.mk lib/uni/mk/var.mk @@ -231,13 +205,16 @@ lib/uni/posixutil/MainrunCommand.c lib/uni/posixutil/ProcessClasses.hi lib/uni/posixutil/SafeSystem.hi +lib/uni/posixutil/daVinci.debug.in lib/uni/posixutil/libuni-posixutil.a +lib/uni/posixutil/log lib/uni/posixutil/runCommand lib/uni/posixutil/test/ChildProcessTest.hi lib/uni/posixutil/test/ExecProcessTest.hi lib/uni/posixutil/test/libuni-posixutil-test.a lib/uni/posixutil/test/uni-posixutil-test.o lib/uni/posixutil/uni-posixutil.o +lib/uni/posixutil/wish.debug.in lib/uni/reactor/BSem.hi lib/uni/reactor/InfoBus.hi lib/uni/reactor/Lock.hi @@ -246,20 +223,16 @@ lib/uni/reactor/VSem.hi lib/uni/reactor/libuni-reactor.a lib/uni/reactor/uni-reactor.o -lib/uni/server/CallServer.hi -lib/uni/server/EchoService.hi -lib/uni/server/HostsPorts.hi -lib/uni/server/MultiServer.hi -lib/uni/server/Notification.hi -lib/uni/server/Server.hi -lib/uni/server/ServiceClass.hi -lib/uni/server/Testserver.hs -lib/uni/server/libuni-server.a -lib/uni/server/uni-server.o lib/uni/uni-package.conf lib/uni/uni-package.conf.export lib/uni/util/AtomString.hi +lib/uni/util/Binary.hi +lib/uni/util/BinaryAll.hi +lib/uni/util/BinaryExtras.hi +lib/uni/util/BinaryInstances.hi +lib/uni/util/BinaryUtils.hi lib/uni/util/Broadcaster.hi +lib/uni/util/Bytes.hi lib/uni/util/Cache.hi lib/uni/util/CacheTable.hi lib/uni/util/CommandStringSub.hi @@ -272,6 +245,8 @@ lib/uni/util/ExtendedPrelude.hi lib/uni/util/FileNames.hi lib/uni/util/FileSystem.hi +lib/uni/util/HostName.hi +lib/uni/util/ICStringLen.hi lib/uni/util/IOExtras.hi lib/uni/util/IntPlus.hi lib/uni/util/KeyedChanges.hi @@ -289,8 +264,13 @@ lib/uni/util/Sink.hi lib/uni/util/SmallSet.hi lib/uni/util/Sources.hi +lib/uni/util/Store.hi +lib/uni/util/StrError.hi +lib/uni/util/StringSkip.hi +lib/uni/util/TSem.hi lib/uni/util/TempFile.hi lib/uni/util/Thread.hi +lib/uni/util/ThreadDict.hi lib/uni/util/UnionFind.hi lib/uni/util/UniqueFile.hi lib/uni/util/UniqueString.hi @@ -298,10 +278,12 @@ lib/uni/util/VariableMap.hi lib/uni/util/VariableSet.hi lib/uni/util/VariableSetBlocker.hi +lib/uni/util/VisitedSet.hi lib/uni/util/WBFiles.hi lib/uni/util/WaitOnN.hi lib/uni/util/libuni-util.a lib/uni/util/test/Huffman.hi +lib/uni/util/test/TestBinary.hs lib/uni/util/test/TestDynamics.hs lib/uni/util/test/TestDynamics2.hs lib/uni/util/test/TestFact.hs @@ -312,9 +294,10 @@ lib/uni/util/test/libuni-util-test.a lib/uni/util/test/uni-util-test.o lib/uni/util/uni-util.o +@dirrm share/nls/en_US.US-ASCII +@dirrm share/nls/POSIX @dirrm lib/uni/util/test @dirrm lib/uni/util -@dirrm lib/uni/server @dirrm lib/uni/reactor @dirrm lib/uni/posixutil/test @dirrm lib/uni/posixutil @@ -330,10 +313,6 @@ @dirrm lib/uni/htk/examples/canvas @dirrm lib/uni/htk/examples @dirrm lib/uni/htk -@dirrm lib/uni/graphs/test -@dirrm lib/uni/graphs @dirrm lib/uni/events/test @dirrm lib/uni/events -@dirrm lib/uni/davinci/test -@dirrm lib/uni/davinci @dirrm lib/uni --- hs-uni-diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 12:40:19 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 760B016A4D7 for ; Sun, 23 Nov 2003 12:40:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21DB243FE9 for ; Sun, 23 Nov 2003 12:40:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANKeBFY075304 for ; Sun, 23 Nov 2003 12:40:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANKeAdl075301; Sun, 23 Nov 2003 12:40:11 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 12:40:11 -0800 (PST) Resent-Message-Id: <200311232040.hANKeAdl075301@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jeremy Messenger Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 716C116A4CE for ; Sun, 23 Nov 2003 12:32:27 -0800 (PST) Received: from ns1.mezzweb.com (ip68-103-32-11.ks.ok.cox.net [68.103.32.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D7343FB1 for ; Sun, 23 Nov 2003 12:32:25 -0800 (PST) (envelope-from mezz@ns1.mezzweb.com) Received: from ns1.mezzweb.com (localhost [127.0.0.1]) by ns1.mezzweb.com (8.12.9/8.12.9) with ESMTP id hANK79F6012031 for ; Sun, 23 Nov 2003 14:07:10 -0600 (CST) (envelope-from mezz@ns1.mezzweb.com) Received: (from mezz@localhost) by ns1.mezzweb.com (8.12.9/8.12.9/Submit) id hANK78Oa012030; Sun, 23 Nov 2003 14:07:08 -0600 (CST) Message-Id: <200311232007.hANK78Oa012030@ns1.mezzweb.com> Date: Sun, 23 Nov 2003 14:07:08 -0600 (CST) From: Jeremy Messenger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59619: Maintainer update: astro/gdesklets-goodweather 0.1 -> 0.3, bug fixes release. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jeremy Messenger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 20:40:19 -0000 >Number: 59619 >Category: ports >Synopsis: Maintainer update: astro/gdesklets-goodweather 0.1 -> 0.3, bug fixes release. >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: Sun Nov 23 12:40:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Mezz >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD ns1.mezzweb.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Aug 13 22:39:47 CDT 2003 mezz@mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386 >Description: Update to 0.3. This release is mostly main bugs fix. I think, this is worth to commit in the freeze peroid. >How-To-Repeat: n/a >Fix: Don't forget to remove all patch(es) in the gdesklets-goodweather/files/. --- gdesklets-goodweather.diff begins here --- diff -urN gdesklets-goodweather.orig/Makefile gdesklets-goodweather/Makefile --- gdesklets-goodweather.orig/Makefile Fri Nov 21 20:15:36 2003 +++ gdesklets-goodweather/Makefile Sun Nov 23 14:20:38 2003 @@ -6,11 +6,9 @@ # PORTNAME= goodweather -PORTVERSION= 0.1 -PORTREVISION= 2 +PORTVERSION= 0.3 CATEGORIES= astro gnome -MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ \ - http://people.roqe.org/kr/misc/ +MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ PKGNAMEPREFIX= gdesklets- DISTNAME= GoodWeather-${PORTVERSION} @@ -25,14 +23,12 @@ USE_REINPLACE= yes NAME= GoodWeather +WRKSRC= ${WRKDIR}/${NAME} DATADIR= ${PREFIX}/share/gnome SKINS= liquid um weather.com do-build: @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} - @${PATCH} ${WRKSRC}/${NAME}/__init__.py < ${FILESDIR}/${NAME}::__init__.py - @${PATCH} ${WRKSRC}/${NAME}/weather.py < ${FILESDIR}/${NAME}::weather.py - @${FIND} ${WRKSRC} -name '*.orig' -delete do-install: @${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME}/gfx diff -urN gdesklets-goodweather.orig/distinfo gdesklets-goodweather/distinfo --- gdesklets-goodweather.orig/distinfo Tue Nov 18 01:30:13 2003 +++ gdesklets-goodweather/distinfo Sun Nov 23 14:02:21 2003 @@ -1 +1 @@ -MD5 (GoodWeather-0.1.tar.bz2) = 035ad488e7385ee4aacacc96ab8a283c +MD5 (GoodWeather-0.3.tar.bz2) = f92d504e2e5732cb02ef08a23b282a0f diff -urN gdesklets-goodweather.orig/files/GoodWeather::weather.py gdesklets-goodweather/files/GoodWeather::weather.py --- gdesklets-goodweather.orig/files/GoodWeather::weather.py Thu Nov 20 16:30:56 2003 +++ gdesklets-goodweather/files/GoodWeather::weather.py Wed Dec 31 18:00:00 1969 @@ -1,14 +0,0 @@ ---- GoodWeather/weather.py.orig Thu Nov 20 16:29:11 2003 -+++ GoodWeather/weather.py Thu Nov 20 16:30:24 2003 -@@ -321,8 +321,9 @@ - if m : - #print m - if m.upper() == 'AM': -- if int(self._hour) > 11: -- raise ValueError ('AM hour can not be over 11 ['+ self._hour +']') -+ if int(self._hour) > 12: -+ raise ValueError ('AM hour can not be over 12 ['+ self._hour +']') -+ if int(self._hour) == 12: self._hour = str(0) - if m.upper() == 'PM': - if int(self._hour) > 12: - raise ValueError ('PM hour can not be over 12 ['+ self._hour +']') diff -urN gdesklets-goodweather.orig/pkg-message gdesklets-goodweather/pkg-message --- gdesklets-goodweather.orig/pkg-message Tue Nov 18 01:30:13 2003 +++ gdesklets-goodweather/pkg-message Sun Nov 23 14:21:26 2003 @@ -15,5 +15,6 @@ Replace the ${name} with the correct name to what you want to use applets. NOTE: Be sure to login as your user when you use the gdesklets command, - as the configuration will be stored in the ~/.gdesklets/ directory. + as the configuration will be stored in the ~/.gdesklets/ directory + and/or gconf database. ## --- gdesklets-goodweather.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 13:00:36 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 940FB16A4CE for ; Sun, 23 Nov 2003 13:00:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1DEB43FBD for ; Sun, 23 Nov 2003 13:00:34 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANL0YFY075701 for ; Sun, 23 Nov 2003 13:00:34 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANL0Y5d075700; Sun, 23 Nov 2003 13:00:34 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 13:00:34 -0800 (PST) Resent-Message-Id: <200311232100.hANL0Y5d075700@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Sebastien Roy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7CA616A4CE for ; Sun, 23 Nov 2003 12:51:54 -0800 (PST) Received: from durandal.jeannot.org (durandal.jeannot.org [80.65.225.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CFAD43FAF for ; Sun, 23 Nov 2003 12:51:52 -0800 (PST) (envelope-from js@jeannot.org) Received: from durandal.root (localhost [127.0.0.1])hANKpnZj074346; Sun, 23 Nov 2003 21:51:49 +0100 (CET) (envelope-from js@durandal.root) Received: (from root@localhost) by durandal.root (8.12.10/8.12.10/Submit) id hANKpnSr074345; Sun, 23 Nov 2003 21:51:49 +0100 (CET) (envelope-from js) Message-Id: <200311232051.hANKpnSr074345@durandal.root> Date: Sun, 23 Nov 2003 21:51:49 +0100 (CET) From: Jean-Sebastien Roy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Jean-Sebastien Roy Subject: ports/59620: Update math/scilab to tk 8.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Sebastien Roy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 21:00:36 -0000 >Number: 59620 >Category: ports >Synopsis: Update math/scilab to tk 8.4 >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: Sun Nov 23 13:00:34 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jean-Sebastien Roy >Release: FreeBSD 4.9-STABLE i386 >Organization: - >Environment: System: FreeBSD durandal.root 4.9-STABLE FreeBSD 4.9-STABLE #1: Sat Nov 8 00:52:16 CET 2003 js@durandal.root:/mnt/backup/obj/opt/src/sys/JS i386 >Description: - Updates the math/scilab port so it uses tk 8.4 as requested ; - Fixes for the help system 'Chapters' ; - Removes use of a deprecated include (values.h) (thanks to Thomas D. Dean). >How-To-Repeat: >Fix: New files: files/patch-bc files/patch-bd files/patch-be files/patch-bf Patch: diff -ruN scilab/Makefile scilab.84/Makefile --- scilab/Makefile Tue Oct 7 22:14:11 2003 +++ scilab.84/Makefile Sun Oct 19 19:30:52 2003 @@ -7,7 +7,7 @@ PORTNAME= scilab PORTVERSION= 2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math cad parallel MASTER_SITES= ftp://ftp.inria.fr/INRIA/Scilab/distributions/ EXTRACT_SUFX= .src.tar.gz @@ -19,8 +19,8 @@ f77blas.1:${PORTSDIR}/math/atlas \ lapack.3:${PORTSDIR}/math/lapack BUILD_DEPENDS= pvm:${PORTSDIR}/net/pvm \ - wish8.3:${PORTSDIR}/x11-toolkits/tk83 -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ + wish8.4:${PORTSDIR}/x11-toolkits/tk84 +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ pvm:${PORTSDIR}/net/pvm PVM_ROOT= ${LOCALBASE}/lib/pvm @@ -32,9 +32,9 @@ CONFIGURE_ARGS= --with-tk \ --with-tk-library=${LOCALBASE}/lib \ - --with-tk-include=${LOCALBASE}/include/tk8.3 \ + --with-tk-include=${LOCALBASE}/include/tk8.4 \ --with-tcl-library=${LOCALBASE}/lib \ - --with-tcl-include=${LOCALBASE}/include/tcl8.3 \ + --with-tcl-include=${LOCALBASE}/include/tcl8.4 \ --with-pvm-library=${LOCALBASE}/lib \ --with-pvm-include=${LOCALBASE}/include \ --with-xaw3d \ diff -ruN scilab/files/patch-bb scilab.84/files/patch-bb --- scilab/files/patch-bb Sun Apr 6 07:52:43 2003 +++ scilab.84/files/patch-bb Sun Oct 19 19:27:01 2003 @@ -5,7 +5,7 @@ if TK_GetVar("isscipadinterp")=='0' then TK_EvalStr("interp create scipad") - TK_EvalStr("load {libtk8.3.so} Tk scipad") -+ TK_EvalStr("load {libtk83.so} Tk scipad") ++ TK_EvalStr("load {libtk84.so} Tk scipad") TK_EvalStr("scipad eval {wm withdraw .}") TK_EvalStr("scipad alias ScilabEval ScilabEval") end diff -ruN scilab/files/patch-bc scilab.84/files/patch-bc --- scilab/files/patch-bc Thu Jan 1 01:00:00 1970 +++ scilab.84/files/patch-bc Sun Oct 19 19:22:38 2003 @@ -0,0 +1,11 @@ +--- Makefile.incl.orig Sun Oct 19 19:20:40 2003 ++++ Makefile.incl Sun Oct 19 19:20:51 2003 +@@ -75,7 +75,7 @@ + ##################### + TK_INC_PATH = -I/usr/include + TCL_INC_PATH = -I/usr/include +-TCLTK_LIBS = -L/usr/lib -ltk8.3 -L/usr/lib -ltcl8.3 -ldl ++TCLTK_LIBS = -L/usr/lib -ltk8.4 -L/usr/lib -ltcl8.4 -ldl + + ##################### + # for WIN32 version diff -ruN scilab/files/patch-bd scilab.84/files/patch-bd --- scilab/files/patch-bd Thu Jan 1 01:00:00 1970 +++ scilab.84/files/patch-bd Sun Oct 19 19:25:57 2003 @@ -0,0 +1,11 @@ +--- examples/callsci/callsciC++/config/Makefile.incl.orig Sun Oct 19 19:25:21 2003 ++++ examples/callsci/callsciC++/config/Makefile.incl Sun Oct 19 19:25:33 2003 +@@ -75,7 +75,7 @@ + ##################### + TK_INC_PATH = -I/usr/include + TCL_INC_PATH = -I/usr/include +-TCLTK_LIBS = -L/usr/lib -ltk8.3 -L/usr/lib -ltcl8.3 -ldl ++TCLTK_LIBS = -L/usr/lib -ltk8.4 -L/usr/lib -ltcl8.4 -ldl + + ##################### + # for WIN32 version diff -ruN scilab/files/patch-be scilab.84/files/patch-be --- scilab/files/patch-be Thu Jan 1 01:00:00 1970 +++ scilab.84/files/patch-be Sun Nov 23 20:27:09 2003 @@ -0,0 +1,18 @@ +--- routines/graphics/Math.h.orig Sun Nov 23 20:22:11 2003 ++++ routines/graphics/Math.h Sun Nov 23 20:22:10 2003 +@@ -88,11 +88,15 @@ + #if defined(THINK_C)|| defined(WIN32) + #define M_PI 3.14159265358979323846 + #else ++#if defined(HAVE_LIMITS_H) ++#include ++#else + #if defined(HAVE_VALUES_H) + #include + #else + #ifndef M_PI + #define M_PI 3.14159265358979323846 ++#endif + #endif + #endif + #endif diff -ruN scilab/files/patch-bf scilab.84/files/patch-bf --- scilab/files/patch-bf Thu Jan 1 01:00:00 1970 +++ scilab.84/files/patch-bf Sun Nov 23 21:14:14 2003 @@ -0,0 +1,12 @@ +--- macros/util/help.sci.orig Sun Nov 23 21:13:37 2003 ++++ macros/util/help.sci Sun Nov 23 21:11:24 2003 +@@ -184,7 +184,8 @@ + if MSDOS then + tcltk_help(path,key); + else +- unix(SCI+'/tcl/browsehelpexe ' +path+ '&'); ++ tcltk_help(path,key); ++// unix(SCI+'/tcl/browsehelpexe ' +path+ '&'); + end + else + write(%io(2),mgetl(path)) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 13:09:36 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFA1516A4CE; Sun, 23 Nov 2003 13:09:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5004143F75; Sun, 23 Nov 2003 13:09:36 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANL9aFY079165; Sun, 23 Nov 2003 13:09:36 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANL9amv079161; Sun, 23 Nov 2003 13:09:36 -0800 (PST) (envelope-from sergei) Date: Sun, 23 Nov 2003 13:09:36 -0800 (PST) From: Sergei Kolobov Message-Id: <200311232109.hANL9amv079161@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vanilla@FreeBSD.org Subject: Re: ports/59614: Update port: irc/irssi to 0.8.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 21:09:37 -0000 Synopsis: Update port: irc/irssi to 0.8.8 Responsible-Changed-From-To: freebsd-ports-bugs->vanilla Responsible-Changed-By: sergei Responsible-Changed-When: Sun Nov 23 13:08:39 PST 2003 Responsible-Changed-Why: Over to maintainer. Note to submitter: please CC maintainer on your PR next time. http://www.freebsd.org/cgi/query-pr.cgi?pr=59614 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 13:10:59 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4A7516A4CE; Sun, 23 Nov 2003 13:10:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD1943F93; Sun, 23 Nov 2003 13:10:59 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANLAxFY079291; Sun, 23 Nov 2003 13:10:59 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANLAxuf079287; Sun, 23 Nov 2003 13:10:59 -0800 (PST) (envelope-from sergei) Date: Sun, 23 Nov 2003 13:10:59 -0800 (PST) From: Sergei Kolobov Message-Id: <200311232110.hANLAxuf079287@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59617: [NEW PORT] mail/p5-Email-Filter: Library for creating easy email filters X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 21:11:00 -0000 X-List-Received-Date: Sun, 23 Nov 2003 21:11:00 -0000 Synopsis: [NEW PORT] mail/p5-Email-Filter: Library for creating easy email filters Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Sun Nov 23 13:10:20 PST 2003 Responsible-Changed-Why: Looks like fun - I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59617 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 13:10:35 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 223D516A4CE; Sun, 23 Nov 2003 13:10:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 865B143F75; Sun, 23 Nov 2003 13:10:34 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (roam@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANLAYFY079254; Sun, 23 Nov 2003 13:10:34 -0800 (PST) (envelope-from roam@freefall.freebsd.org) Received: (from roam@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANLAYTI079250; Sun, 23 Nov 2003 13:10:34 -0800 (PST) (envelope-from roam) Date: Sun, 23 Nov 2003 13:10:34 -0800 (PST) From: Peter Pentchev Message-Id: <200311232110.hANLAYTI079250@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, roam@FreeBSD.org Subject: Re: ports/59605: [Update] Port: mail/vpopmail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 21:10:35 -0000 Synopsis: [Update] Port: mail/vpopmail Responsible-Changed-From-To: freebsd-ports-bugs->roam Responsible-Changed-By: roam Responsible-Changed-When: Sun Nov 23 13:05:49 PST 2003 Responsible-Changed-Why: My port; I already had an update to .33, but I'll have to submit it for approval to the portmgr@ folks, since we are in a code freeze now :( http://www.freebsd.org/cgi/query-pr.cgi?pr=59605 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 13:11:43 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76C9616A4CE; Sun, 23 Nov 2003 13:11:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE0CE43FDD; Sun, 23 Nov 2003 13:11:42 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (roam@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANLBgFY079369; Sun, 23 Nov 2003 13:11:42 -0800 (PST) (envelope-from roam@freefall.freebsd.org) Received: (from roam@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANLBgY4079357; Sun, 23 Nov 2003 13:11:42 -0800 (PST) (envelope-from roam) Date: Sun, 23 Nov 2003 13:11:42 -0800 (PST) From: Peter Pentchev Message-Id: <200311232111.hANLBgY4079357@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, roam@FreeBSD.org Subject: Re: ports/59606: [Update] Port: mail/qmailadmin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 21:11:43 -0000 Synopsis: [Update] Port: mail/qmailadmin Responsible-Changed-From-To: freebsd-ports-bugs->roam Responsible-Changed-By: roam Responsible-Changed-When: Sun Nov 23 13:10:59 PST 2003 Responsible-Changed-Why: My port; I'll see what I can do about it during the freeze :( http://www.freebsd.org/cgi/query-pr.cgi?pr=59606 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 13:20:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B62216A4CE for ; Sun, 23 Nov 2003 13:20:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A385F43FEA for ; Sun, 23 Nov 2003 13:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANLKJFY079593 for ; Sun, 23 Nov 2003 13:20:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANLKJM4079592; Sun, 23 Nov 2003 13:20:19 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 13:20:19 -0800 (PST) Resent-Message-Id: <200311232120.hANLKJM4079592@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Thegler Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD55316A4CE for ; Sun, 23 Nov 2003 13:19:03 -0800 (PST) Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF9B943F75 for ; Sun, 23 Nov 2003 13:19:00 -0800 (PST) (envelope-from lth@dask.thegler.dk) Received: by dask.thegler.dk (Postfix, from userid 1001) id A1B593EBF; Sun, 23 Nov 2003 22:18:54 +0100 (CET) Message-Id: <20031123211854.A1B593EBF@dask.thegler.dk> Date: Sun, 23 Nov 2003 22:18:54 +0100 (CET) From: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59622: [NEW PORT] devel/p5-Class-Base: Useful base class for deriving other modules X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 21:20:23 -0000 X-List-Received-Date: Sun, 23 Nov 2003 21:20:23 -0000 >Number: 59622 >Category: ports >Synopsis: [NEW PORT] devel/p5-Class-Base: Useful base class for deriving other modules >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: Sun Nov 23 13:20:19 PST 2003 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov 5 11:25:36 CET >Description: This module implements a simple base class from which other modules can be derived, thereby inheriting a number of useful methods such as "new()", "init()", "params()", "clone()", "error()" and "debug()". WWW: http://search.cpan.org/dist/Class-Base Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- p5-Class-Base-0.03.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Class-Base # p5-Class-Base/Makefile # p5-Class-Base/distinfo # p5-Class-Base/pkg-descr # p5-Class-Base/pkg-plist # echo c - p5-Class-Base mkdir -p p5-Class-Base > /dev/null 2>&1 echo x - p5-Class-Base/Makefile sed 's/^X//' >p5-Class-Base/Makefile << 'END-of-p5-Class-Base/Makefile' X# New ports collection makefile for: p5-Class-Base X# Date created: Nov 23 2003 X# Whom: Lars Thegler X# X# $FreeBSD$ X XPORTNAME= Class-Base XPORTVERSION= 0.03 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Class XPKGNAMEPREFIX= p5- X XMAINTAINER= lars@thegler.dk XCOMMENT= Useful base class for deriving other modules X XPERL_CONFIGURE= yes X XMAN3= Class::Base.3 X X.include END-of-p5-Class-Base/Makefile echo x - p5-Class-Base/distinfo sed 's/^X//' >p5-Class-Base/distinfo << 'END-of-p5-Class-Base/distinfo' XMD5 (Class-Base-0.03.tar.gz) = 213f52c9747d2ea861c92bcd02842353 END-of-p5-Class-Base/distinfo echo x - p5-Class-Base/pkg-descr sed 's/^X//' >p5-Class-Base/pkg-descr << 'END-of-p5-Class-Base/pkg-descr' XThis module implements a simple base class from which other modules Xcan be derived, thereby inheriting a number of useful methods such Xas "new()", "init()", "params()", "clone()", "error()" and "debug()". X XWWW: http://search.cpan.org/dist/Class-Base END-of-p5-Class-Base/pkg-descr echo x - p5-Class-Base/pkg-plist sed 's/^X//' >p5-Class-Base/pkg-plist << 'END-of-p5-Class-Base/pkg-plist' X%%SITE_PERL%%/Class/Base.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Base/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Base X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true END-of-p5-Class-Base/pkg-plist exit --- p5-Class-Base-0.03.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 13:20:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6613416A4CF for ; Sun, 23 Nov 2003 13:20:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26DDB43FE1 for ; Sun, 23 Nov 2003 13:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANLKIFY079579 for ; Sun, 23 Nov 2003 13:20:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANLKIQB079578; Sun, 23 Nov 2003 13:20:18 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 13:20:18 -0800 (PST) Resent-Message-Id: <200311232120.hANLKIQB079578@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Samuel Tardieu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3516616A4CE for ; Sun, 23 Nov 2003 13:12:58 -0800 (PST) Received: from mail.rfc1149.net (marvin.enst.fr [137.194.161.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34FB43FA3 for ; Sun, 23 Nov 2003 13:12:56 -0800 (PST) (envelope-from sam@beeblebrox.rfc1149.net) Received: from beeblebrox.rfc1149.net (beeblebrox-tun.enst.fr [137.194.161.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (verified OK)) by mail.rfc1149.net (Postfix) with ESMTP id 42180A80A9 for ; Sun, 23 Nov 2003 22:12:54 +0100 (CET) Received: by beeblebrox.rfc1149.net (Postfix, from userid 1000) id AAD1D79D; Sun, 23 Nov 2003 22:12:52 +0100 (CET) Message-Id: <20031123211252.AAD1D79D@beeblebrox.rfc1149.net> Date: Sun, 23 Nov 2003 22:12:52 +0100 (CET) From: Samuel Tardieu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59621: AdaSockets 1.8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Samuel Tardieu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 21:20:23 -0000 >Number: 59621 >Category: ports >Synopsis: AdaSockets 1.8.3 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Nov 23 13:20:18 PST 2003 >Closed-Date: >Last-Modified: >Originator: Samuel Tardieu >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: Avian Carrier & Friends >Environment: System: FreeBSD beeblebrox 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Sun Sep 28 21:48:11 CEST 2003 root@willow:/usr/obj/usr/src/sys/BEEBLEBROX i386 >Description: AdaSockets 1.8.2 didn't compile properly on FreeBSD (4.x or 5.x) because of an incompatibility with the currently supported GNAT version. This is fixed in AdaSockets 1.8.3. >How-To-Repeat: >Fix: Apply the following patch in net/adasockets/: --- Makefile.orig Sun Nov 23 22:10:18 2003 +++ Makefile Sun Nov 23 22:10:26 2003 @@ -6,7 +6,7 @@ # PORTNAME= adasockets -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= net MASTER_SITES= http://www.rfc1149.net/download/adasockets/ --- distinfo.orig Sun Nov 23 22:10:20 2003 +++ distinfo Sun Nov 23 22:10:39 2003 @@ -1 +1 @@ -MD5 (adasockets-1.8.2.tar.gz) = 38960c967f7950544ccf1c11a50daa62 +MD5 (adasockets-1.8.3.tar.gz) = 10c03dabff57a135b232b62d1e9a908a >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 13:27:44 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93F8C16A4CE; Sun, 23 Nov 2003 13:27:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0231343F75; Sun, 23 Nov 2003 13:27:44 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANLRhFY079799; Sun, 23 Nov 2003 13:27:43 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANLRh4i079795; Sun, 23 Nov 2003 13:27:43 -0800 (PST) (envelope-from sergei) Date: Sun, 23 Nov 2003 13:27:43 -0800 (PST) From: Sergei Kolobov Message-Id: <200311232127.hANLRh4i079795@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59602: update OCaml to 3.07 (including official patch 2) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 21:27:44 -0000 Synopsis: update OCaml to 3.07 (including official patch 2) State-Changed-From-To: open->feedback State-Changed-By: sergei State-Changed-When: Sun Nov 23 13:26:39 PST 2003 State-Changed-Why: Awaiting maintainer's feedback. Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Sun Nov 23 13:26:39 PST 2003 Responsible-Changed-Why: I will track the feedback. http://www.freebsd.org/cgi/query-pr.cgi?pr=59602 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 13:50:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29B6116A4CE for ; Sun, 23 Nov 2003 13:50:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C49AF43FE5 for ; Sun, 23 Nov 2003 13:50:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANLoJFY080392 for ; Sun, 23 Nov 2003 13:50:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANLoJPg080391; Sun, 23 Nov 2003 13:50:19 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 13:50:19 -0800 (PST) Resent-Message-Id: <200311232150.hANLoJPg080391@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Thegler Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CB7116A4CE for ; Sun, 23 Nov 2003 13:41:29 -0800 (PST) Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AE1F43FB1 for ; Sun, 23 Nov 2003 13:41:28 -0800 (PST) (envelope-from lth@dask.thegler.dk) Received: by dask.thegler.dk (Postfix, from userid 1001) id 9C1D23EBF; Sun, 23 Nov 2003 22:41:22 +0100 (CET) Message-Id: <20031123214122.9C1D23EBF@dask.thegler.dk> Date: Sun, 23 Nov 2003 22:41:22 +0100 (CET) From: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59623: [NEW PORT] textproc/p5-Text-RecordParser: Read record-oriented files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 21:50:25 -0000 >Number: 59623 >Category: ports >Synopsis: [NEW PORT] textproc/p5-Text-RecordParser: Read record-oriented files >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: Sun Nov 23 13:50:19 PST 2003 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov 5 11:25:36 CET >Description: This module is for reading record-oriented data. The most common example have records separated by newlines and fields separated by commas or tabs, but this module aims to provide a consistent interface for handling sequential records in a file however they may be delimited. WWW: http://search.cpan.org/dist/Text-RecordParser Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- p5-Text-RecordParser-0.04.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Text-RecordParser # p5-Text-RecordParser/Makefile # p5-Text-RecordParser/pkg-plist # p5-Text-RecordParser/distinfo # p5-Text-RecordParser/pkg-descr # echo c - p5-Text-RecordParser mkdir -p p5-Text-RecordParser > /dev/null 2>&1 echo x - p5-Text-RecordParser/Makefile sed 's/^X//' >p5-Text-RecordParser/Makefile << 'END-of-p5-Text-RecordParser/Makefile' X# New ports collection makefile for: p5-Text-RecordParser X# Date created: Nov 23 2003 X# Whom: Lars Thegler X# X# $FreeBSD$ X XPORTNAME= Text-RecordParser XPORTVERSION= 0.04 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Text XPKGNAMEPREFIX= p5- X XMAINTAINER= lars@thegler.dk XCOMMENT= Read record-oriented files X XBUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Text::RecordParser.3 X X.include END-of-p5-Text-RecordParser/Makefile echo x - p5-Text-RecordParser/pkg-plist sed 's/^X//' >p5-Text-RecordParser/pkg-plist << 'END-of-p5-Text-RecordParser/pkg-plist' X%%SITE_PERL%%/Text/RecordParser.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/RecordParser/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/RecordParser X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true END-of-p5-Text-RecordParser/pkg-plist echo x - p5-Text-RecordParser/distinfo sed 's/^X//' >p5-Text-RecordParser/distinfo << 'END-of-p5-Text-RecordParser/distinfo' XMD5 (Text-RecordParser-0.04.tar.gz) = da8052da1a9768e9a8a1619af21c2790 END-of-p5-Text-RecordParser/distinfo echo x - p5-Text-RecordParser/pkg-descr sed 's/^X//' >p5-Text-RecordParser/pkg-descr << 'END-of-p5-Text-RecordParser/pkg-descr' XThis module is for reading record-oriented data. The most common Xexample have records separated by newlines and fields separated by Xcommas or tabs, but this module aims to provide a consistent interface Xfor handling sequential records in a file however they may be Xdelimited. X XWWW: http://search.cpan.org/dist/Text-RecordParser END-of-p5-Text-RecordParser/pkg-descr exit --- p5-Text-RecordParser-0.04.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 14:00:42 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E941316A4CF for ; Sun, 23 Nov 2003 14:00:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 622BA43F93 for ; Sun, 23 Nov 2003 14:00:40 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANM0eFY080641 for ; Sun, 23 Nov 2003 14:00:40 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANM0eKu080640; Sun, 23 Nov 2003 14:00:40 -0800 (PST) (envelope-from gnats) Date: Sun, 23 Nov 2003 14:00:40 -0800 (PST) Message-Id: <200311232200.hANM0eKu080640@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: andrew morton Subject: Re: ports/59607: Update port: devel/cxxtest 3.0.1 -> 3.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: andrew morton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 22:00:43 -0000 The following reply was made to PR ports/59607; it has been noted by GNATS. From: andrew morton To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/59607: Update port: devel/cxxtest 3.0.1 -> 3.7.1 Date: Sun, 23 Nov 2003 13:52:38 -0800 --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline oops forgot to incude the update. --M9NhX3UHpAaciwkO Content-Type: application/x-shar Content-Disposition: attachment; filename="cxxtest_port.shar" Content-Transfer-Encoding: quoted-printable # This is a shell archive. Save it in a file, remove anything before=0A# t= his line, and then unpack it by entering "sh file". Note, it may=0A# creat= e directories; files and directories will be owned by you and=0A# have defa= ult permissions.=0A#=0A# This archive contains:=0A#=0A# /usr/ports/devel/cx= xtest=0A# /usr/ports/devel/cxxtest/Makefile=0A# /usr/ports/devel/cxxtest/di= stinfo=0A# /usr/ports/devel/cxxtest/pkg-descr=0A# /usr/ports/devel/cxxtest/= pkg-plist=0A# /usr/ports/devel/cxxtest/files=0A# /usr/ports/devel/cxxtest/f= iles/patch-sample-Makefile.unix=0A#=0Aecho c - /usr/ports/devel/cxxtest=0Am= kdir -p /usr/ports/devel/cxxtest > /dev/null 2>&1=0Aecho x - /usr/ports/dev= el/cxxtest/Makefile=0Ased 's/^X//' >/usr/ports/devel/cxxtest/Makefile << 'E= ND-of-/usr/ports/devel/cxxtest/Makefile'=0AX# New ports collection makefile= for: cxxtest=0AX# Date created: 14 August 2003=0AX# Whom: = andrew morton=0AX#=0AX# $FreeBSD: ports/devel/cxxtest/Makefile,v 1.= 1 2003/11/17 10:08:45 krion Exp $=0AX#=0AX=0AXPORTNAME=3D cxxtest=0AXPORTVE= RSION=3D 3.7.1=0AXCATEGORIES=3D devel=0AXMASTER_SITES=3D ${MASTER_SITE_SOUR= CEFORGE}=0AXMASTER_SITE_SUBDIR=3D ${PORTNAME}=0AX=0AXMAINTAINER=3D drewish@= katherinehouse.com=0AXCOMMENT=3D A simple yet powerful JUnit/CppUnit/xUnit-= like framework for C++=0AX=0AXWRKSRC=3D ${WRKDIR}/${PORTNAME}=0AXNO_BUILD= =3D yes=0AXUSE_PERL5_RUN=3D yes=0AX=0AXdo-install:=0AX# scripts=0AX @${MKDI= R} ${PREFIX}/include/cxxtest=0AX ${INSTALL_DATA} ${WRKSRC}/cxxtest/* ${PREF= IX}/include/cxxtest/=0AX ${INSTALL_SCRIPT} ${WRKSRC}/cxxtestgen.pl ${PREFIX= }/bin/=0AX ${INSTALL_SCRIPT} ${WRKSRC}/cxxtestgen.py ${PREFIX}/bin/=0AX=0AX= # docs and examples (minus the win ddk stuff)=0AX.if !defined(NOPORTDOCS)= =0AX @${MKDIR} ${DOCSDIR}=0AX @${MKDIR} ${DOCSDIR}/sample=0AX @${MKDIR} ${D= OCSDIR}/test=0AX @${MKDIR} ${DOCSDIR}/test/fake=0AX @${MKDIR} ${DOCSDIR}/te= st/fake/X11=0AX ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}=0AX ${INSTALL_D= ATA} ${WRKSRC}/docs/*.html ${DOCSDIR}=0AX ${INSTALL_DATA} ${WRKSRC}/docs/*.= png ${DOCSDIR}=0AX ${INSTALL_DATA} ${WRKSRC}/sample/*.h ${DOCSDIR}/sample/= =0AX ${INSTALL_DATA} ${WRKSRC}/sample/*.cpp ${DOCSDIR}/sample/=0AX ${INSTAL= L_DATA} ${WRKSRC}/sample/*.tpl ${DOCSDIR}/sample/=0AX ${INSTALL_DATA} ${WRK= SRC}/sample/Construct ${DOCSDIR}/sample/=0AX ${INSTALL_DATA} ${WRKSRC}/samp= le/Makefile.unix ${DOCSDIR}/sample/Makefile=0AX ${INSTALL_DATA} ${WRKSRC}/t= est/*.h ${DOCSDIR}/test/=0AX ${INSTALL_DATA} ${WRKSRC}/test/*.cpp ${DOCSDIR= }/test/=0AX ${INSTALL_DATA} ${WRKSRC}/test/*.tpl ${DOCSDIR}/test/=0AX ${INS= TALL_DATA} ${WRKSRC}/test/*.out ${DOCSDIR}/test/=0AX ${INSTALL_DATA} ${WRKS= RC}/test/test.pl ${DOCSDIR}/test/=0AX ${INSTALL_DATA} ${WRKSRC}/test/fake/*= .h ${DOCSDIR}/test/fake/=0AX ${INSTALL_DATA} ${WRKSRC}/test/fake/X11/*.h ${= DOCSDIR}/test/fake/X11/=0AX @${ECHO_CMD} "* Documentation and samples have = been installed in ${DOCSDIR}"=0AX @${ECHO_CMD} "* Beware that the sample ma= kefiles aren't compatible with FreeBSD's make, use ${GMAKE} instead."=0AX.e= ndif=0AX @${ECHO_CMD} " The CxxTest scripts have been installed into ${PREF= IX}/bin/. The include files are in ${PREFIX}/include/cxxtest/=0AX @${ECHO_C= MD} " * The obvious reminder: don't forget to add ${PREFIX}/include to your= include path."=0AX=0AX.include =0AEND-of-/usr/ports/devel/cxx= test/Makefile=0Aecho x - /usr/ports/devel/cxxtest/distinfo=0Ased 's/^X//' >= /usr/ports/devel/cxxtest/distinfo << 'END-of-/usr/ports/devel/cxxtest/disti= nfo'=0AXMD5 (cxxtest-3.7.1.tar.gz) =3D fb768c225d6a7b093e1622fefc424e47=0AE= ND-of-/usr/ports/devel/cxxtest/distinfo=0Aecho x - /usr/ports/devel/cxxtest= /pkg-descr=0Ased 's/^X//' >/usr/ports/devel/cxxtest/pkg-descr << 'END-of-/u= sr/ports/devel/cxxtest/pkg-descr'=0AXCxxTest is a JUnit/CppUnit/xUnit-like = framework for C++.=0AX =0AXIts advantages over existing alternatives are th= at it:=0AX - Doesn't require RTTI=0AX - Doesn't require member template fun= ctions=0AX - Doesn't require exception handling=0AX - Doesn't require any e= xternal libraries (including memory management,=0AX file/console I/O, gra= phics libraries)=0AX =0AXThis makes it extremely portable and usable.=0AX = =0AXWWW: http://cxxtest.sourceforge.net/=0AX=0AX- andrew morton=0AXdrewish@= katherinehouse.com=0AEND-of-/usr/ports/devel/cxxtest/pkg-descr=0Aecho x - /= usr/ports/devel/cxxtest/pkg-plist=0Ased 's/^X//' >/usr/ports/devel/cxxtest/= pkg-plist << 'END-of-/usr/ports/devel/cxxtest/pkg-plist'=0AXbin/cxxtestgen.= pl=0AXbin/cxxtestgen.py=0AXinclude/cxxtest/Descriptions.h=0AXinclude/cxxtes= t/DummyDescriptions.h=0AXinclude/cxxtest/ErrorFormatter.h=0AXinclude/cxxtes= t/ErrorPrinter.h=0AXinclude/cxxtest/Flags.h=0AXinclude/cxxtest/GlobalFixtur= e.h=0AXinclude/cxxtest/Gui.h=0AXinclude/cxxtest/LinkedList.h=0AXinclude/cxx= test/ParenPrinter.h=0AXinclude/cxxtest/QtGui.h=0AXinclude/cxxtest/RealDescr= iptions.h=0AXinclude/cxxtest/Root.cpp=0AXinclude/cxxtest/SelfTest.h=0AXincl= ude/cxxtest/StdValueTraits.h=0AXinclude/cxxtest/StdioPrinter.h=0AXinclude/c= xxtest/TeeListener.h=0AXinclude/cxxtest/TeeRunner.h=0AXinclude/cxxtest/Test= Listener.h=0AXinclude/cxxtest/TestRunner.h=0AXinclude/cxxtest/TestSuite.h= =0AXinclude/cxxtest/TestTracker.h=0AXinclude/cxxtest/ValueTraits.h=0AXinclu= de/cxxtest/Win32Gui.h=0AXinclude/cxxtest/X11Gui.h=0AXinclude/cxxtest/YesNoR= unner.h=0AX%%PORTDOCS%%%%DOCSDIR%%/README=0AX%%PORTDOCS%%%%DOCSDIR%%/guide.= html=0AX%%PORTDOCS%%%%DOCSDIR%%/index.html=0AX%%PORTDOCS%%%%DOCSDIR%%/qt.pn= g=0AX%%PORTDOCS%%%%DOCSDIR%%/qt2.png=0AX%%PORTDOCS%%%%DOCSDIR%%/win32.png= =0AX%%PORTDOCS%%%%DOCSDIR%%/x11.png=0AX%%PORTDOCS%%%%DOCSDIR%%/sample/Creat= edTest.h=0AX%%PORTDOCS%%%%DOCSDIR%%/sample/DeltaTest.h=0AX%%PORTDOCS%%%%DOC= SDIR%%/sample/ExceptionTest.h=0AX%%PORTDOCS%%%%DOCSDIR%%/sample/FixtureTest= .h=0AX%%PORTDOCS%%%%DOCSDIR%%/sample/MessageTest.h=0AX%%PORTDOCS%%%%DOCSDIR= %%/sample/SelfTest.h=0AX%%PORTDOCS%%%%DOCSDIR%%/sample/SimpleTest.h=0AX%%PO= RTDOCS%%%%DOCSDIR%%/sample/TraitsTest.h=0AX%%PORTDOCS%%%%DOCSDIR%%/sample/y= es_no_runner.cpp=0AX%%PORTDOCS%%%%DOCSDIR%%/sample/aborter.tpl=0AX%%PORTDOC= S%%%%DOCSDIR%%/sample/file_printer.tpl=0AX%%PORTDOCS%%%%DOCSDIR%%/sample/Co= nstruct=0AX%%PORTDOCS%%%%DOCSDIR%%/sample/Makefile=0AX%%PORTDOCS%%%%DOCSDIR= %%/test/fake/X11/Xlib.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/fake/X11/Xutil.h=0A= X%%PORTDOCS%%%%DOCSDIR%%/test/fake/commctrl.h=0AX%%PORTDOCS%%%%DOCSDIR%%/te= st/fake/qapplication.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/fake/qglobal.h=0AX%%= PORTDOCS%%%%DOCSDIR%%/test/fake/qlabel.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/fa= ke/qlayout.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/fake/qmessagebox.h=0AX%%PORTDO= CS%%%%DOCSDIR%%/test/fake/qpixmap.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/fake/qp= rogressbar.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/fake/qstatusbar.h=0AX%%PORTDOC= S%%%%DOCSDIR%%/test/fake/qstring.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/fake/qwi= dget.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/fake/windows.h=0AX%%PORTDOCS%%%%DOCS= DIR%%/test/AborterNoThrow.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/BadTest.h=0AX%%= PORTDOCS%%%%DOCSDIR%%/test/DeepAbort.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/Defa= ultTraits.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/DoubleCall.h=0AX%%PORTDOCS%%%%D= OCSDIR%%/test/EmptySuite.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/Exceptions.h=0AX= %%PORTDOCS%%%%DOCSDIR%%/test/GlobalFixtures.h=0AX%%PORTDOCS%%%%DOCSDIR%%/te= st/GoodSuite.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/GreenYellowRed.h=0AX%%PORTDO= CS%%%%DOCSDIR%%/test/IncludeTest.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/Int64.h= =0AX%%PORTDOCS%%%%DOCSDIR%%/test/LessThanEquals.h=0AX%%PORTDOCS%%%%DOCSDIR%= %/test/LongLong.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/LongTraits.h=0AX%%PORTDOC= S%%%%DOCSDIR%%/test/MaxDump.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/SameData.h=0A= X%%PORTDOCS%%%%DOCSDIR%%/test/ThrowNoStd.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/= TraitsTest.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/Tsm.h=0AX%%PORTDOCS%%%%DOCSDIR= %%/test/gui.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/UserTraits.h=0AX%%PORTDOCS%= %%%DOCSDIR%%/test/VoidTraits.h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/WideCharTest= .h=0AX%%PORTDOCS%%%%DOCSDIR%%/test/ThrowNoStd.cpp=0AX%%PORTDOCS%%%%DOCSDIR%= %/test/anything.cpp=0AX%%PORTDOCS%%%%DOCSDIR%%/test/int64.cpp=0AX%%PORTDOCS= %%%%DOCSDIR%%/test/longlong.cpp=0AX%%PORTDOCS%%%%DOCSDIR%%/test/main.cpp=0A= X%%PORTDOCS%%%%DOCSDIR%%/test/wchar.cpp=0AX%%PORTDOCS%%%%DOCSDIR%%/test/Thr= owNoStd.tpl=0AX%%PORTDOCS%%%%DOCSDIR%%/test/UserTraits.tpl=0AX%%PORTDOCS%%%= %DOCSDIR%%/test/aborter.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/aborter_no_thro= w.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/deep.out=0AX%%PORTDOCS%%%%DOCSDIR%%/t= est/default.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/double.out=0AX%%PORTDOCS%%%= %DOCSDIR%%/test/error.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/exceptions.out=0A= X%%PORTDOCS%%%%DOCSDIR%%/test/fixtures.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/= good.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/gui_paren.out=0AX%%PORTDOCS%%%%DOC= SDIR%%/test/include.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/lte.out=0AX%%PORTDO= CS%%%%DOCSDIR%%/test/int64.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/longlong.out= =0AX%%PORTDOCS%%%%DOCSDIR%%/test/max.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/on= e.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/paren.out=0AX%%PORTDOCS%%%%DOCSDIR%%/= test/runner.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/same.out=0AX%%PORTDOCS%%%%D= OCSDIR%%/test/throw.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/traits.out=0AX%%POR= TDOCS%%%%DOCSDIR%%/test/tsm.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/user.out=0A= X%%PORTDOCS%%%%DOCSDIR%%/test/wchar.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/wil= dcard.out=0AX%%PORTDOCS%%%%DOCSDIR%%/test/test.pl=0AX@dirrm include/cxxtest= =0AX@dirrm %%PORTDOCS%%%%DOCSDIR%%/sample=0AX@dirrm %%PORTDOCS%%%%DOCSDIR%%= /test/fake/X11=0AX@dirrm %%PORTDOCS%%%%DOCSDIR%%/test/fake=0AX@dirrm %%PORT= DOCS%%%%DOCSDIR%%/test=0AX@dirrm %%PORTDOCS%%%%DOCSDIR%%=0AEND-of-/usr/port= s/devel/cxxtest/pkg-plist=0Aecho c - /usr/ports/devel/cxxtest/files=0Amkdir= -p /usr/ports/devel/cxxtest/files > /dev/null 2>&1=0Aecho x - /usr/ports/d= evel/cxxtest/files/patch-sample-Makefile.unix=0Ased 's/^X//' >/usr/ports/de= vel/cxxtest/files/patch-sample-Makefile.unix << 'END-of-/usr/ports/devel/cx= xtest/files/patch-sample-Makefile.unix'=0AX--- sample/Makefile.unix.orig Sa= t Sep 20 07:25:49 2003=0AX+++ sample/Makefile.unix Sun Nov 23 02:42:12 2003= =0AX@@ -3,23 +3,24 @@=0AX #=0AX =0AX # Change this line if you want a diffe= rent compiler=0AX-CXXC =3D c++ -Wall -W -Werror -I..=0AX+CXXC =3D c++ -Wall= -W -I/usr/local/include =0AX =0AX # If you want to use python, specify USE= _PYTHON=3D1 on the command line=0AX ifdef USE_PYTHON=0AX- TESTGEN =3D ../cx= xtestgen.py=0AX+TESTGEN =3D ../cxxtestgen.py=0AX else=0AX- TESTGEN =3D ../c= xxtestgen.pl=0AX+TESTGEN =3D ../cxxtestgen.pl=0AX endif=0AX =0AX # For the = X11 GUI=0AX X11_FLAGS =3D -I/usr/X11R6/include -L/usr/X11R6/lib -lX11=0AX = =0AX # For the Qt GUI=0AX-#QTDIR =3D /usr/lib/qt=0AX-QTLIB =3D -lqt-mt=0AX-= #QTLIB =3D -lqt=0AX-QT_FLAGS =3D -I$(QTDIR)/include -L$(QTDIR)/lib $(QTLIB)= -O2=0AX+#QTDIR =3D /usr/X11R6=0AX+#QTLIB =3D -lqt-mt=0AX+#QT_FLAGS =3D -I$= (QTDIR)/include -L$(QTDIR)/lib $(QTLIB) -O2=0AX+QT_FLAGS =3D -I/usr/X11R6/i= nclude -L/usr/X11R6/lib -lqt-mt -O2=0AX+=0AX =0AX TARGETS =3D error_printer= stdio_printer yes_no_runner file_printer aborter=0AX GUI_TARGETS =3D x11_r= unner qt_runner=0AEND-of-/usr/ports/devel/cxxtest/files/patch-sample-Makefi= le.unix=0Aexit=0A=0A --M9NhX3UHpAaciwkO-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 14:30:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1C9416A4CE for ; Sun, 23 Nov 2003 14:30:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A067243F75 for ; Sun, 23 Nov 2003 14:30:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANMUOFY090541 for ; Sun, 23 Nov 2003 14:30:24 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANMUO9O090540; Sun, 23 Nov 2003 14:30:24 -0800 (PST) (envelope-from gnats) Date: Sun, 23 Nov 2003 14:30:24 -0800 (PST) Message-Id: <200311232230.hANMUO9O090540@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: andrew morton Subject: Re: ports/59607: Update port: devel/cxxtest 3.0.1 -> 3.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: andrew morton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 22:30:25 -0000 The following reply was made to PR ports/59607; it has been noted by GNATS. From: andrew morton To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/59607: Update port: devel/cxxtest 3.0.1 -> 3.7.1 Date: Sun, 23 Nov 2003 14:22:52 -0800 --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline err, okay i'm a moron (and this is my first try at a port). here's the diff instead. --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="cxxtest_port.diff" diff -ur devel/cxxtest.bak/Makefile devel/cxxtest/Makefile --- devel/cxxtest.bak/Makefile Sat Nov 22 20:45:36 2003 +++ devel/cxxtest/Makefile Sat Nov 22 22:55:31 2003 @@ -6,7 +6,7 @@ # PORTNAME= cxxtest -PORTVERSION= 3.0.1 +PORTVERSION= 3.7.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,6 @@ COMMENT= A simple yet powerful JUnit/CppUnit/xUnit-like framework for C++ WRKSRC= ${WRKDIR}/${PORTNAME} -EXTRACT_SUFX = .tgz NO_BUILD= yes USE_PERL5_RUN= yes @@ -31,6 +30,8 @@ @${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}/sample @${MKDIR} ${DOCSDIR}/test + @${MKDIR} ${DOCSDIR}/test/fake + @${MKDIR} ${DOCSDIR}/test/fake/X11 ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.png ${DOCSDIR} @@ -44,8 +45,12 @@ ${INSTALL_DATA} ${WRKSRC}/test/*.tpl ${DOCSDIR}/test/ ${INSTALL_DATA} ${WRKSRC}/test/*.out ${DOCSDIR}/test/ ${INSTALL_DATA} ${WRKSRC}/test/test.pl ${DOCSDIR}/test/ + ${INSTALL_DATA} ${WRKSRC}/test/fake/*.h ${DOCSDIR}/test/fake/ + ${INSTALL_DATA} ${WRKSRC}/test/fake/X11/*.h ${DOCSDIR}/test/fake/X11/ @${ECHO_CMD} "* Documentation and samples have been installed in ${DOCSDIR}" - @${ECHO_CMD} "* NOTE: the makefiles provided with the samples aren't compatible with FreeBSD's make, use ${GMAKE} instead." + @${ECHO_CMD} "* Beware that the sample makefiles aren't compatible with FreeBSD's make, use ${GMAKE} instead." .endif + @${ECHO_CMD} " The CxxTest scripts have been installed into ${PREFIX}/bin/. The include files are in ${PREFIX}/include/cxxtest/ + @${ECHO_CMD} " * The obvious reminder: don't forget to add ${PREFIX}/include to your include path." .include diff -ur devel/cxxtest.bak/distinfo devel/cxxtest/distinfo --- devel/cxxtest.bak/distinfo Sat Nov 22 20:45:36 2003 +++ devel/cxxtest/distinfo Sat Nov 22 20:49:17 2003 @@ -1 +1 @@ -MD5 (cxxtest-3.0.1.tgz) = 1cf800ee2d7a9b3af02336655e3823fc +MD5 (cxxtest-3.7.1.tar.gz) = fb768c225d6a7b093e1622fefc424e47 diff -ur devel/cxxtest.bak/files/patch-sample-Makefile.unix devel/cxxtest/files/patch-sample-Makefile.unix --- devel/cxxtest.bak/files/patch-sample-Makefile.unix Sat Nov 22 20:45:36 2003 +++ devel/cxxtest/files/patch-sample-Makefile.unix Sun Nov 23 02:43:50 2003 @@ -1,15 +1,34 @@ ---- sample/Makefile.unix.orig Fri Aug 15 02:51:52 2003 -+++ sample/Makefile.unix Fri Aug 15 03:03:55 2003 -@@ -5,9 +5,9 @@ +--- sample/Makefile.unix.orig Sat Sep 20 07:25:49 2003 ++++ sample/Makefile.unix Sun Nov 23 02:42:12 2003 +@@ -3,23 +3,24 @@ + # + + # Change this line if you want a different compiler +-CXXC = c++ -Wall -W -Werror -I.. ++CXXC = c++ -Wall -W -I/usr/local/include + + # If you want to use python, specify USE_PYTHON=1 on the command line + ifdef USE_PYTHON +- TESTGEN = ../cxxtestgen.py ++TESTGEN = ../cxxtestgen.py + else +- TESTGEN = ../cxxtestgen.pl ++TESTGEN = ../cxxtestgen.pl + endif + # For the X11 GUI X11_FLAGS = -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 --# For the Qt GUI + # For the Qt GUI -#QTDIR = /usr/lib/qt --QT_FLAGS = -I$(QTDIR)/include -L$(QTDIR)/lib -lqt -O2 -+# For the Qt 3.1 GUI -+QTDIR = /usr/X11R6 -+QT_FLAGS = -I$(QTDIR)/include -L$(QTDIR)/lib -lqt-mt -O2 +-QTLIB = -lqt-mt +-#QTLIB = -lqt +-QT_FLAGS = -I$(QTDIR)/include -L$(QTDIR)/lib $(QTLIB) -O2 ++#QTDIR = /usr/X11R6 ++#QTLIB = -lqt-mt ++#QT_FLAGS = -I$(QTDIR)/include -L$(QTDIR)/lib $(QTLIB) -O2 ++QT_FLAGS = -I/usr/X11R6/include -L/usr/X11R6/lib -lqt-mt -O2 ++ TARGETS = error_printer stdio_printer yes_no_runner file_printer aborter GUI_TARGETS = x11_runner qt_runner diff -ur devel/cxxtest.bak/pkg-plist devel/cxxtest/pkg-plist --- devel/cxxtest.bak/pkg-plist Sat Nov 22 20:45:36 2003 +++ devel/cxxtest/pkg-plist Sat Nov 22 22:15:29 2003 @@ -1,12 +1,17 @@ bin/cxxtestgen.pl bin/cxxtestgen.py -include/cxxtest/CountingTracker.h include/cxxtest/Descriptions.h +include/cxxtest/DummyDescriptions.h include/cxxtest/ErrorFormatter.h include/cxxtest/ErrorPrinter.h +include/cxxtest/Flags.h +include/cxxtest/GlobalFixture.h include/cxxtest/Gui.h +include/cxxtest/LinkedList.h include/cxxtest/ParenPrinter.h include/cxxtest/QtGui.h +include/cxxtest/RealDescriptions.h +include/cxxtest/Root.cpp include/cxxtest/SelfTest.h include/cxxtest/StdValueTraits.h include/cxxtest/StdioPrinter.h @@ -25,50 +30,96 @@ %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/qt.png %%PORTDOCS%%%%DOCSDIR%%/qt2.png +%%PORTDOCS%%%%DOCSDIR%%/win32.png %%PORTDOCS%%%%DOCSDIR%%/x11.png -%%PORTDOCS%%%%DOCSDIR%%/sample/aborter.tpl -%%PORTDOCS%%%%DOCSDIR%%/sample/Construct %%PORTDOCS%%%%DOCSDIR%%/sample/CreatedTest.h %%PORTDOCS%%%%DOCSDIR%%/sample/DeltaTest.h %%PORTDOCS%%%%DOCSDIR%%/sample/ExceptionTest.h -%%PORTDOCS%%%%DOCSDIR%%/sample/file_printer.tpl %%PORTDOCS%%%%DOCSDIR%%/sample/FixtureTest.h -%%PORTDOCS%%%%DOCSDIR%%/sample/Makefile %%PORTDOCS%%%%DOCSDIR%%/sample/MessageTest.h %%PORTDOCS%%%%DOCSDIR%%/sample/SelfTest.h %%PORTDOCS%%%%DOCSDIR%%/sample/SimpleTest.h %%PORTDOCS%%%%DOCSDIR%%/sample/TraitsTest.h %%PORTDOCS%%%%DOCSDIR%%/sample/yes_no_runner.cpp -%%PORTDOCS%%%%DOCSDIR%%/test/aborter.out -%%PORTDOCS%%%%DOCSDIR%%/test/aborter_no_throw.out +%%PORTDOCS%%%%DOCSDIR%%/sample/aborter.tpl +%%PORTDOCS%%%%DOCSDIR%%/sample/file_printer.tpl +%%PORTDOCS%%%%DOCSDIR%%/sample/Construct +%%PORTDOCS%%%%DOCSDIR%%/sample/Makefile +%%PORTDOCS%%%%DOCSDIR%%/test/fake/X11/Xlib.h +%%PORTDOCS%%%%DOCSDIR%%/test/fake/X11/Xutil.h +%%PORTDOCS%%%%DOCSDIR%%/test/fake/commctrl.h +%%PORTDOCS%%%%DOCSDIR%%/test/fake/qapplication.h +%%PORTDOCS%%%%DOCSDIR%%/test/fake/qglobal.h +%%PORTDOCS%%%%DOCSDIR%%/test/fake/qlabel.h +%%PORTDOCS%%%%DOCSDIR%%/test/fake/qlayout.h +%%PORTDOCS%%%%DOCSDIR%%/test/fake/qmessagebox.h +%%PORTDOCS%%%%DOCSDIR%%/test/fake/qpixmap.h +%%PORTDOCS%%%%DOCSDIR%%/test/fake/qprogressbar.h +%%PORTDOCS%%%%DOCSDIR%%/test/fake/qstatusbar.h +%%PORTDOCS%%%%DOCSDIR%%/test/fake/qstring.h +%%PORTDOCS%%%%DOCSDIR%%/test/fake/qwidget.h +%%PORTDOCS%%%%DOCSDIR%%/test/fake/windows.h %%PORTDOCS%%%%DOCSDIR%%/test/AborterNoThrow.h %%PORTDOCS%%%%DOCSDIR%%/test/BadTest.h +%%PORTDOCS%%%%DOCSDIR%%/test/DeepAbort.h +%%PORTDOCS%%%%DOCSDIR%%/test/DefaultTraits.h +%%PORTDOCS%%%%DOCSDIR%%/test/DoubleCall.h %%PORTDOCS%%%%DOCSDIR%%/test/EmptySuite.h -%%PORTDOCS%%%%DOCSDIR%%/test/error.out -%%PORTDOCS%%%%DOCSDIR%%/test/good.out +%%PORTDOCS%%%%DOCSDIR%%/test/Exceptions.h +%%PORTDOCS%%%%DOCSDIR%%/test/GlobalFixtures.h %%PORTDOCS%%%%DOCSDIR%%/test/GoodSuite.h %%PORTDOCS%%%%DOCSDIR%%/test/GreenYellowRed.h +%%PORTDOCS%%%%DOCSDIR%%/test/IncludeTest.h +%%PORTDOCS%%%%DOCSDIR%%/test/Int64.h +%%PORTDOCS%%%%DOCSDIR%%/test/LessThanEquals.h +%%PORTDOCS%%%%DOCSDIR%%/test/LongLong.h +%%PORTDOCS%%%%DOCSDIR%%/test/LongTraits.h +%%PORTDOCS%%%%DOCSDIR%%/test/MaxDump.h +%%PORTDOCS%%%%DOCSDIR%%/test/SameData.h +%%PORTDOCS%%%%DOCSDIR%%/test/ThrowNoStd.h +%%PORTDOCS%%%%DOCSDIR%%/test/TraitsTest.h +%%PORTDOCS%%%%DOCSDIR%%/test/Tsm.h %%PORTDOCS%%%%DOCSDIR%%/test/gui.out -%%PORTDOCS%%%%DOCSDIR%%/test/gui_paren.out +%%PORTDOCS%%%%DOCSDIR%%/test/UserTraits.h +%%PORTDOCS%%%%DOCSDIR%%/test/VoidTraits.h +%%PORTDOCS%%%%DOCSDIR%%/test/WideCharTest.h +%%PORTDOCS%%%%DOCSDIR%%/test/ThrowNoStd.cpp +%%PORTDOCS%%%%DOCSDIR%%/test/anything.cpp +%%PORTDOCS%%%%DOCSDIR%%/test/int64.cpp +%%PORTDOCS%%%%DOCSDIR%%/test/longlong.cpp %%PORTDOCS%%%%DOCSDIR%%/test/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/test/wchar.cpp +%%PORTDOCS%%%%DOCSDIR%%/test/ThrowNoStd.tpl +%%PORTDOCS%%%%DOCSDIR%%/test/UserTraits.tpl +%%PORTDOCS%%%%DOCSDIR%%/test/aborter.out +%%PORTDOCS%%%%DOCSDIR%%/test/aborter_no_throw.out +%%PORTDOCS%%%%DOCSDIR%%/test/deep.out +%%PORTDOCS%%%%DOCSDIR%%/test/default.out +%%PORTDOCS%%%%DOCSDIR%%/test/double.out +%%PORTDOCS%%%%DOCSDIR%%/test/error.out +%%PORTDOCS%%%%DOCSDIR%%/test/exceptions.out +%%PORTDOCS%%%%DOCSDIR%%/test/fixtures.out +%%PORTDOCS%%%%DOCSDIR%%/test/good.out +%%PORTDOCS%%%%DOCSDIR%%/test/gui_paren.out +%%PORTDOCS%%%%DOCSDIR%%/test/include.out +%%PORTDOCS%%%%DOCSDIR%%/test/lte.out +%%PORTDOCS%%%%DOCSDIR%%/test/int64.out +%%PORTDOCS%%%%DOCSDIR%%/test/longlong.out +%%PORTDOCS%%%%DOCSDIR%%/test/max.out %%PORTDOCS%%%%DOCSDIR%%/test/one.out %%PORTDOCS%%%%DOCSDIR%%/test/paren.out %%PORTDOCS%%%%DOCSDIR%%/test/runner.out -%%PORTDOCS%%%%DOCSDIR%%/test/test.pl +%%PORTDOCS%%%%DOCSDIR%%/test/same.out %%PORTDOCS%%%%DOCSDIR%%/test/throw.out -%%PORTDOCS%%%%DOCSDIR%%/test/ThrowNoStd.cpp -%%PORTDOCS%%%%DOCSDIR%%/test/ThrowNoStd.h -%%PORTDOCS%%%%DOCSDIR%%/test/ThrowNoStd.tpl %%PORTDOCS%%%%DOCSDIR%%/test/traits.out -%%PORTDOCS%%%%DOCSDIR%%/test/TraitsTest.h +%%PORTDOCS%%%%DOCSDIR%%/test/tsm.out %%PORTDOCS%%%%DOCSDIR%%/test/user.out -%%PORTDOCS%%%%DOCSDIR%%/test/UserTraits.h -%%PORTDOCS%%%%DOCSDIR%%/test/UserTraits.tpl -%%PORTDOCS%%%%DOCSDIR%%/test/wchar.cpp %%PORTDOCS%%%%DOCSDIR%%/test/wchar.out -%%PORTDOCS%%%%DOCSDIR%%/test/WideCharTest.h %%PORTDOCS%%%%DOCSDIR%%/test/wildcard.out -@dirrm %%PORTDOCS%%%%DOCSDIR%%/test +%%PORTDOCS%%%%DOCSDIR%%/test/test.pl +@dirrm include/cxxtest @dirrm %%PORTDOCS%%%%DOCSDIR%%/sample +@dirrm %%PORTDOCS%%%%DOCSDIR%%/test/fake/X11 +@dirrm %%PORTDOCS%%%%DOCSDIR%%/test/fake +@dirrm %%PORTDOCS%%%%DOCSDIR%%/test @dirrm %%PORTDOCS%%%%DOCSDIR%% -@dirrm include/cxxtest --opJtzjQTFsWo+cga-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 15:10:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8619E16A4CE for ; Sun, 23 Nov 2003 15:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D59B343FD7 for ; Sun, 23 Nov 2003 15:10:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANNAKFY008269 for ; Sun, 23 Nov 2003 15:10:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANNAKSn008268; Sun, 23 Nov 2003 15:10:20 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 15:10:20 -0800 (PST) Resent-Message-Id: <200311232310.hANNAKSn008268@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Venkata Pingali Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 318AA16A4CE for ; Sun, 23 Nov 2003 15:02:04 -0800 (PST) Received: from d.postel.org (d.postel.org [128.9.112.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DA643FBF for ; Sun, 23 Nov 2003 15:02:03 -0800 (PST) (envelope-from pingali@d.postel.org) Received: from d.postel.org (mswdpekduv1kgdkw@loopback [127.0.0.1]) by d.postel.org (8.12.9p2/8.12.9) with ESMTP id hANN23s6003449; Sun, 23 Nov 2003 15:02:03 -0800 (PST) (envelope-from pingali@d.postel.org) Received: (from pingali@localhost) by d.postel.org (8.12.9p2/8.12.9/Submit) id hANN23Qw003448; Sun, 23 Nov 2003 15:02:03 -0800 (PST) (envelope-from pingali) Message-Id: <200311232302.hANN23Qw003448@d.postel.org> Date: Sun, 23 Nov 2003 15:02:03 -0800 (PST) From: Venkata Pingali To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: yushunwa@isi.edu Subject: ports/59625: p5-IO-INET6 has to be updated X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Venkata Pingali List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 23:10:22 -0000 >Number: 59625 >Category: ports >Synopsis: p5-IO-INET6 has to be updated >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: Sun Nov 23 15:10:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Venkata Pingali >Release: FreeBSD 4.9-RELEASE i386 >Organization: USC/ISI >Environment: System: FreeBSD d.postel.org 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Thu Nov 20 22:49:55 GMT 2003 root@d.postel.org:/usr/obj/usr/src/sys/KERNEL-1.47 i386 pentium, freebsd 4.9, perl 5.8.2 >Description: The author has updated the perl module on CPAN. the port has be updated accordingly. http://search.cpan.org/src/MONDEJAR http://search.cpan.org/~MONDEJAR/INET6-2.00/ >How-To-Repeat: none >Fix: none >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 15:41:55 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF1F916A4F6 for ; Sun, 23 Nov 2003 15:41:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D67CB43FEC for ; Sun, 23 Nov 2003 15:40:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANNeDFY009526 for ; Sun, 23 Nov 2003 15:40:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANNeDkK009524; Sun, 23 Nov 2003 15:40:13 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 15:40:13 -0800 (PST) Resent-Message-Id: <200311232340.hANNeDkK009524@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Eikemeier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7DE916A4CE for ; Sun, 23 Nov 2003 15:31:54 -0800 (PST) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2CE343FEC for ; Sun, 23 Nov 2003 15:31:53 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from pd958ac68.dip.t-dialin.net ([217.88.172.104] helo=fillmore-labs.com ident=tldf49fkbck4pmvx) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1AO3hn-000JHl-OQ; Mon, 24 Nov 2003 00:31:52 +0100 Message-Id: <3FC14366.3000907@fillmore-labs.com> Date: Mon, 24 Nov 2003 00:31:50 +0100 From: Oliver Eikemeier To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59626: [PATCH] bsd.port.subdir.mk: more informative INDEX breakage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 23:41:55 -0000 >Number: 59626 >Category: ports >Synopsis: [PATCH] bsd.port.subdir.mk: more informative INDEX breakage >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 23 15:40:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Oliver Eikemeier >Release: FreeBSD 5.1-CURRENT i386 >Organization: Fillmore Labs - http://www.fillmore-labs.com >Environment: System: FreeBSD nuuk.fillmore-labs.com 5.1-CURRENT >Description: The `INDEX build failed' reminder mails are helpful but lack the basic information which port causes the failure, causing a major guesswork based on the most recent updates which port caused the failure. This is a great opportunity to learn about the structure of the FreeBSD ports tree but delays fixing the error, which can sometimes be tedious. >How-To-Repeat: Insert XXX!= /nonexistent in line 7 of arabic/openoffice-1.1/Makefile and do a `make index >/dev/null'. You'll get: /nonexistent: not found "Makefile", line 7: warning: "/nonexistent" returned non-zero status >Fix: This patch collects error output from `make describe' in a temporary file and prefixes that with the ports origin if not empty, so you'll get: ===> arabic/openoffice-1.1 failed: /nonexistent: not found "Makefile", line 7: warning: "/nonexistent" returned non-zero status --- bsd.port.subdir.mk.patch begins here --- diff -u Mk/bsd.port.subdir.mk.orig Mk/bsd.port.subdir.mk --- Mk/bsd.port.subdir.mk.orig 7 Nov 2003 08:51:46 -0000 +++ Mk/bsd.port.subdir.mk 23 Nov 2003 17:01:37 -0000 @@ -83,7 +88,6 @@ TARGETS+= deinstall TARGETS+= depend TARGETS+= depends -TARGETS+= describe TARGETS+= distclean TARGETS+= extract TARGETS+= fetch @@ -108,7 +112,7 @@ .if defined(SUBDIR) && !empty(SUBDIR) -.for __target in ${TARGETS} checksubdirs readmes +.for __target in ${TARGETS} checksubdirs describe readmes ${SUBDIR:S/^/_/:S/$/.${__target}/}: _SUBDIRUSE .endfor @@ -184,6 +188,43 @@ ${ECHO} "Warning: directory $$s in SUBDIR does not exist"; \ fi \ done +.endif + +.if !target(describe) +.if defined(PORTSTOP) +describe: ${SUBDIR:S/^/_/:S/$/.describe/} +.else +describe: + @TMPFILE=`mktemp -q /tmp/describe.XXXXXX` || exit 1; \ + for sub in ${SUBDIR}; do \ + OK=""; \ + for dud in $$DUDS; do \ + if [ $${dud} = $$sub ]; then \ + OK="false"; \ + ${ECHO_MSG} "===> ${DIRPRFX}$$sub skipped"; \ + fi; \ + done; \ + if test -d ${.CURDIR}/$${sub}.${MACHINE_ARCH}; then \ + edir=$${sub}.${MACHINE_ARCH}; \ + elif test -d ${.CURDIR}/$${sub}; then \ + edir=$${sub}; \ + else \ + OK="false"; \ + ${ECHO_MSG} "===> ${DIRPRFX}$${sub} non-existent"; \ + fi; \ + if [ "$$OK" = "" ]; then \ + ${ECHO_MSG} "===> ${DIRPRFX}$${edir}"; \ + cd ${.CURDIR}/$${edir}; \ + ${MAKE} -B describe 2>$${TMPFILE}; \ + if [ -s $${TMPFILE} ]; then \ + echo "===> ${DIRPRFX}$${sub} failed:" >&2; \ + cat $${TMPFILE} >&2; \ + echo -n >$${TMPFILE}; \ + fi; \ + fi; \ + done; \ + rm -f $${TMPFILE} +.endif .endif .if !target(readmes) --- bsd.port.subdir.mk.patch ends here --- If this patch finds consent it can probably reworked it to reduce code duplication. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 17:22:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54FFA16A4CE; Sun, 23 Nov 2003 17:22:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43DDD43FBF; Sun, 23 Nov 2003 17:22:22 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from freefall.freebsd.org (eik@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO1MMFY018444; Sun, 23 Nov 2003 17:22:22 -0800 (PST) (envelope-from eik@freefall.freebsd.org) Received: (from eik@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO1MMqc018440; Sun, 23 Nov 2003 17:22:22 -0800 (PST) (envelope-from eik) Date: Sun, 23 Nov 2003 17:22:22 -0800 (PST) From: Oliver Eikemeier Message-Id: <200311240122.hAO1MMqc018440@freefall.freebsd.org> To: eik@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/59626: [PATCH] bsd.port.subdir.mk: more informative INDEX breakage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 01:22:23 -0000 Synopsis: [PATCH] bsd.port.subdir.mk: more informative INDEX breakage Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: eik Responsible-Changed-When: Mon Nov 24 02:21:01 CET 2003 Responsible-Changed-Why: portmgr territory: deals with bsd.port.subdir.mk http://www.freebsd.org/cgi/query-pr.cgi?pr=59626 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 18:00:42 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 367B916A4DF for ; Sun, 23 Nov 2003 18:00:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82ED743FE9 for ; Sun, 23 Nov 2003 18:00:30 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO20UFY021498 for ; Sun, 23 Nov 2003 18:00:30 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO20Usj021497; Sun, 23 Nov 2003 18:00:30 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 18:00:30 -0800 (PST) Resent-Message-Id: <200311240200.hAO20Usj021497@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edson Brandi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71CFC16A4CE for ; Sun, 23 Nov 2003 17:57:31 -0800 (PST) Received: from smtp.uol.com.br (smtp.uol.com.br [200.221.11.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C8A243FBD for ; Sun, 23 Nov 2003 17:57:30 -0800 (PST) (envelope-from ebrandi.home@uol.com.br) Received: from eros (200-096-166-198.bsace7034.dsl.brasiltelecom.net.br [200.96.166.198]) by scorpion5.uol.com.br (Postfix) with ESMTP id 5EE99869B for ; Sun, 23 Nov 2003 23:57:28 -0200 (BRST) Message-Id: <20031123234548.W26154@eros.fugspbr.org> Date: Sun, 23 Nov 2003 23:57:28 -0200 (BRST) From: Edson Brandi To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59627: [maintainer update] LiveCD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 02:00:42 -0000 >Number: 59627 >Category: ports >Synopsis: [maintainer update] LiveCD >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: Sun Nov 23 18:00:29 PST 2003 >Closed-Date: >Last-Modified: >Originator: Edson Brandi >Release: FreeBSD 4.9-STABLE i386 >Organization: myself >Environment: System: FreeBSD eros.fugspbr.org 4.9-STABLE >Description: This is a new version of LiveCD script, now you can build your FreeBSD LiveCD without needing to execute buildworld/installworld, being able to generate the CD from FreeBSD install disk 1. The routine of installation of packages to customize your CD now makes use of sysinstall. Now your personalized LiveCD will lead less than 20 minutes to be ready. >How-To-Repeat: N/A >Fix: diff -ruN livecd.orig/Makefile livecd/Makefile --- livecd.orig/Makefile Sun Nov 16 06:06:35 2003 +++ livecd/Makefile Sun Nov 23 23:33:14 2003 @@ -6,7 +6,7 @@ # PORTNAME= livecd -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= sysutils MASTER_SITES= http://www.primeirospassos.org/ diff -ruN livecd.orig/distinfo livecd/distinfo --- livecd.orig/distinfo Sun Nov 16 06:06:35 2003 +++ livecd/distinfo Sun Nov 23 23:25:22 2003 @@ -1 +1 @@ -MD5 (livecd-1.2.3.tar.gz) = f2b87ecbe01a8f2421f9a13748ba63fb +MD5 (livecd-1.2.4.tar.gz) = 3913e56b3f96ce4290e73c807fb4c037 diff -ruN livecd.orig/pkg-descr livecd/pkg-descr --- livecd.orig/pkg-descr Wed Jun 26 20:15:48 2002 +++ livecd/pkg-descr Sun Nov 23 23:28:39 2003 @@ -4,21 +4,20 @@ create a tool that would allow us a safe diagnostic method under emergency enviroments and specially as a rescue disk where FreeBSD partitions could only be accessed (mounted) externally. - What is LiveCD? Its such a simple answer, it is nothing but a set of patches applied to the FreeBSD Initialization files allowing the system to run from a CDROM, setting the best way to either mount under Memory File System (MFS) or Virtual Nodes (vnodes) those filesystems that need Write and Read access. Slices that just need Read access are still run from the CD. - Can I use it to install FreeBSD? Yes, with recent revision 1.2, it can install a FreeBSD system without any other disks. It also support batch operation mode for automated installation processes. - Is LiveCD any different from an ordinarily installed FreeBSD system? It is a completely functional FreeBSD system just like any ordinarily installed one. You will be able to both run any applications and mount any filesystems as any FreeBSD system would allow you. WWW: http://livecd.sourceforge.net/ + +Edson Brandi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 18:20:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B28F316A4CF for ; Sun, 23 Nov 2003 18:20:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DBB643FA3 for ; Sun, 23 Nov 2003 18:20:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO2K6FY025129 for ; Sun, 23 Nov 2003 18:20:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO2K6Fn025128; Sun, 23 Nov 2003 18:20:06 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 18:20:06 -0800 (PST) Resent-Message-Id: <200311240220.hAO2K6Fn025128@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Simon Barner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FEE416A4CE for ; Sun, 23 Nov 2003 18:15:16 -0800 (PST) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04BBC43FBF for ; Sun, 23 Nov 2003 18:15:13 -0800 (PST) (envelope-from barner@in.tum.de) Received: from zi025.glhnet.mhn.de (localhost.glhnet.mhn.de. [127.0.0.1]) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9) with ESMTP id hAO2C5lc038685; Mon, 24 Nov 2003 03:12:05 +0100 (CET) (envelope-from simon@zi025.glhnet.mhn.de) Received: (from simon@localhost) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9/Submit) id hAO2C5ea038684; Mon, 24 Nov 2003 03:12:05 +0100 (CET) (envelope-from simon) Message-Id: <200311240212.hAO2C5ea038684@zi025.glhnet.mhn.de> Date: Mon, 24 Nov 2003 03:12:05 +0100 (CET) From: Simon Barner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59628: [non maintainer] multimedia/beep-media-player: Fix compilation on 4.x (vorbis!) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simon Barner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 02:20:12 -0000 >Number: 59628 >Category: ports >Synopsis: [non maintainer] multimedia/beep-media-player: Fix compilation on 4.x (vorbis!) >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: Sun Nov 23 18:20:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Simon Barner >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: >Environment: System: FreeBSD zi025.glhnet.mhn.de 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Thu Sep 4 20:49:53 CEST 2003 simon@zi025.glhnet.mhn.de:/usr/src/sys/compile/KISTE i386 >Description: - Patches to fix compilation with gcc 2.95. In my last PR, I unintentionally missed the Vorbis plugin. - Fix plist - Comment out message about disabled mikmod build option >How-To-Repeat: N/A >Fix: diff -ruN beep-media-player.orig/Makefile beep-media-player/Makefile --- beep-media-player.orig/Makefile Wed Nov 19 20:01:55 2003 +++ beep-media-player/Makefile Mon Nov 24 03:05:09 2003 @@ -7,7 +7,7 @@ PORTNAME= beep-media-player PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://linux-media.net/beep/downloads/ DISTNAME= ${PORTNAME}-${PORTVERSION}-pre5 @@ -94,9 +94,9 @@ pre-extract: .if !defined(WITHOUT_MIKMOD) || !defined(WITHOUT_VORBIS) || ( !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 ) || ${HAVE_GNOME:Mesound}!="" @${ECHO_MSG} -.if !defined(WITHOUT_MIKMOD) - @${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_MIKMOD." -.endif +#.if !defined(WITHOUT_MIKMOD) +# @${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_MIKMOD." +#.endif .if !defined(WITHOUT_VORBIS) @${ECHO_MSG} "You can disable support for vorbis by defining WITHOUT_VORBIS." .endif diff -ruN beep-media-player.orig/files/patch-Input::vorbis::fileinfo.c beep-media-player/files/patch-Input::vorbis::fileinfo.c --- beep-media-player.orig/files/patch-Input::vorbis::fileinfo.c Thu Jan 1 01:00:00 1970 +++ beep-media-player/files/patch-Input::vorbis::fileinfo.c Mon Nov 24 03:03:44 2003 @@ -0,0 +1,78 @@ +--- Input/vorbis/fileinfo.c.orig Mon Nov 24 02:44:46 2003 ++++ Input/vorbis/fileinfo.c Mon Nov 24 02:48:33 2003 +@@ -498,6 +498,8 @@ + + static GtkWidget *filename_entry, *tag_frame; + ++ struct stat mstat; ++ + g_free(vte.filename); + vte.filename = g_strdup(fn); + +@@ -505,7 +507,14 @@ + { + GtkWidget *hbox, *label, *filename_hbox, *vbox, *left_vbox; + GtkWidget *table, *bbox, *cancel_button; +- ++ GtkWidget * pixmapwid; ++ GdkPixbuf * pixbuf; ++ PangoAttrList *attrs; ++ PangoAttribute *attr; ++ GtkWidget * boxx; ++ GtkImage * img; ++ GtkWidget * test_table; ++ + window = gtk_window_new(GTK_WINDOW_TOPLEVEL); + gtk_window_set_policy(GTK_WINDOW(window), FALSE, FALSE, FALSE); + g_signal_connect(G_OBJECT(window), "destroy", +@@ -519,15 +528,11 @@ + filename_hbox = gtk_hbox_new(FALSE, 5); + gtk_box_pack_start(GTK_BOX(vbox), filename_hbox, FALSE, TRUE, 0); + +- GtkWidget * pixmapwid; +- GdkPixbuf * pixbuf = gdk_pixbuf_new_from_xpm_data((const char **)gnome_mime_audio_ogg_xpm); ++ pixbuf = gdk_pixbuf_new_from_xpm_data((const char **)gnome_mime_audio_ogg_xpm); + pixmapwid = gtk_image_new_from_pixbuf(pixbuf); + gtk_misc_set_alignment(GTK_MISC(pixmapwid), 0, 0); + gtk_box_pack_start(GTK_BOX(filename_hbox), pixmapwid, FALSE, FALSE, 0); + +- PangoAttrList *attrs; +- PangoAttribute *attr; +- + attrs = pango_attr_list_new (); + + attr = pango_attr_weight_new (PANGO_WEIGHT_BOLD); +@@ -728,7 +733,6 @@ + GTK_FILL | GTK_EXPAND | GTK_SHRINK, 0, 5); + #endif + +- GtkWidget * boxx; + boxx = gtk_hbutton_box_new(); + gtk_hbutton_box_set_layout_default(GTK_BUTTONBOX_SPREAD); + +@@ -746,7 +750,7 @@ + gtk_table_attach(table,boxx,0,5,6,7,GTK_FILL,0,0,8); + + rg_show_button = gtk_toggle_button_new(); +- GtkImage * img = gtk_image_new_from_stock(GTK_STOCK_GO_FORWARD, GTK_ICON_SIZE_MENU); ++ img = gtk_image_new_from_stock(GTK_STOCK_GO_FORWARD, GTK_ICON_SIZE_MENU); + gtk_container_add(rg_show_button,img); + g_signal_connect(G_OBJECT(rg_show_button), "toggled", + G_CALLBACK(rg_show_cb), NULL); +@@ -836,7 +840,7 @@ + gtk_box_set_spacing(GTK_BOX(info_box), 0); + + // FIXME: Obvious... +- GtkWidget * test_table = gtk_table_new(2, 10, FALSE); ++ test_table = gtk_table_new(2, 10, FALSE); + gtk_container_set_border_width(GTK_CONTAINER(test_table), 0); + gtk_container_add(GTK_CONTAINER(info_box), test_table); + +@@ -1068,7 +1072,6 @@ + gtk_window_set_title(GTK_WINDOW(window), tmp); + // rg_show_cb(rg_show_button, NULL); + +- struct stat mstat; + stat(fn,&mstat); + gtk_widget_set_sensitive(tag_frame, ((mstat.st_mode & S_IWRITE) == S_IWRITE ) ); + diff -ruN beep-media-player.orig/files/patch-Input::vorbis::vorbis.c beep-media-player/files/patch-Input::vorbis::vorbis.c --- beep-media-player.orig/files/patch-Input::vorbis::vorbis.c Thu Jan 1 01:00:00 1970 +++ beep-media-player/files/patch-Input::vorbis::vorbis.c Mon Nov 24 03:03:44 2003 @@ -0,0 +1,19 @@ +--- Input/vorbis/vorbis.c.orig Mon Nov 24 02:43:58 2003 ++++ Input/vorbis/vorbis.c Mon Nov 24 02:44:23 2003 +@@ -134,7 +134,7 @@ + FILE *stream; + OggVorbis_File vfile; /* avoid thread interaction */ + char *ext; +- ++ gint result; + + /* is this our http resource? */ + if (strncasecmp(filename, "http://", 7) == 0) { +@@ -161,7 +161,6 @@ + memset(&vfile, 0, sizeof(vfile)); + pthread_mutex_lock(&vf_mutex); + +- gint result; + result = ov_test(stream, &vfile, NULL, 0); + + switch (result) { diff -ruN beep-media-player.orig/pkg-plist beep-media-player/pkg-plist --- beep-media-player.orig/pkg-plist Sat Nov 15 03:24:06 2003 +++ beep-media-player/pkg-plist Mon Nov 24 03:03:44 2003 @@ -13,11 +13,13 @@ lib/libbeep.so.1 lib/beep/Input/libcdaudio.so lib/beep/Input/libmpg123.so +%%VORBISPLUGIN:%%lib/beep/Input/libvorbis.so lib/beep/Output/libOSS.so %%ESDPLUGIN:%%lib/beep/Output/libesdout.so lib/beep/Visualization/libbscope.so share/aclocal/beep.m4 @dirrm lib/beep/Output @dirrm lib/beep/Input +@dirrm lib/beep/Visualization @dirrm lib/beep @dirrm include/beep >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 18:50:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 926C316A4CE for ; Sun, 23 Nov 2003 18:50:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F49443F93 for ; Sun, 23 Nov 2003 18:50:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO2oGFY027280 for ; Sun, 23 Nov 2003 18:50:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO2oGQN027279; Sun, 23 Nov 2003 18:50:16 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 18:50:16 -0800 (PST) Resent-Message-Id: <200311240250.hAO2oGQN027279@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kimura Fuyuki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6414416A4CE for ; Sun, 23 Nov 2003 18:48:40 -0800 (PST) Received: from mgate14.so-net.ne.jp (mgate14.so-net.ne.jp [210.139.254.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECAAB43FCB for ; Sun, 23 Nov 2003 18:48:38 -0800 (PST) (envelope-from fuyuki@nigredo.org) Received: from mail.dg8.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12]) by mgate14.so-net.ne.jp with ESMTP id hAO2mbn05630 for ; Mon, 24 Nov 2003 11:48:37 +0900 (JST) Received: from ns.nigredo.org (p6241af.spprac00.ap.so-net.ne.jp [219.98.65.175]) by mail.dg8.so-net.ne.jp with ESMTP id hAO2mZY29647 for ; Mon, 24 Nov 2003 11:48:35 +0900 (JST) Received: from ns.nigredo.org (localhost [IPv6:::1]) by ns.nigredo.org (Postfix) with ESMTP id 5B9E62094 for ; Mon, 24 Nov 2003 11:48:35 +0900 (JST) Message-Id: <86brr2scql.wl%fuyuki@nigredo.org> Date: Mon, 24 Nov 2003 11:48:34 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59629: Update port: devel/libtar to 1.2.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 02:50:18 -0000 >Number: 59629 >Category: ports >Synopsis: Update port: devel/libtar to 1.2.11 >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: Sun Nov 23 18:50:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: FreeBSD ns.nigredo.org 5.1-CURRENT i386 >Description: Update to 1.2.11 >How-To-Repeat: >Fix: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/devel/libtar/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 3 Nov 2003 00:54:31 -0000 1.5 +++ Makefile 24 Nov 2003 02:37:10 -0000 @@ -5,10 +5,10 @@ # $FreeBSD: ports/devel/libtar/Makefile,v 1.5 2003/11/03 00:54:31 kris Exp $ # -PORTNAME= libtar -PORTVERSION= 1.2.5 -CATEGORIES= devel -MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/ +PORTNAME= libtar +PORTVERSION= 1.2.11 +CATEGORIES= devel +MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/ MAINTAINER= ports@FreeBSD.org COMMENT= A library for manipulating POSIX and GNU tar files Index: distinfo =================================================================== RCS file: /cvs/FreeBSD/ports/devel/libtar/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 16 Jul 2002 15:14:17 -0000 1.2 +++ distinfo 24 Nov 2003 02:37:13 -0000 @@ -1 +1 @@ -MD5 (libtar-1.2.5.tar.gz) = 54a31eb321f75c6a77bd1aec459caae6 +MD5 (libtar-1.2.11.tar.gz) = 604238e8734ce6e25347a58c4f1a1d7e cvs diff: Diffing files Index: files/patch-doc::Makefile.in =================================================================== RCS file: files/patch-doc::Makefile.in diff -N files/patch-doc::Makefile.in --- files/patch-doc::Makefile.in 10 Mar 2001 19:40:15 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,72 +0,0 @@ ---- doc/Makefile.in.orig Sat Nov 25 01:44:57 2000 -+++ doc/Makefile.in Sat Jan 6 19:00:35 2001 -@@ -67,46 +67,57 @@ - $(MKDIR) $(DESTDIR)$(mandir)/man3 - $(INSTALL_DATA) $(srcdir)/tar_open.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_OPEN_SO); do \ -- echo ".so man3/tar_open.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -- done -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_open.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ done - $(INSTALL_DATA) $(srcdir)/tar_append_file.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_APPEND_FILE_SO); do \ -- echo ".so man3/tar_append_file.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_append_file.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/tar_block_read.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_BLOCK_READ_SO); do \ -- echo ".so man3/tar_block_read.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_block_read.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/th_read.3 $(DESTDIR)$(mandir)/man3 - for i in $(TH_READ_SO); do \ -- echo ".so man3/th_read.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/th_read.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/th_set_from_stat.3 $(DESTDIR)$(mandir)/man3 - for i in $(TH_SET_FROM_STAT_SO); do \ -- echo ".so man3/th_set_from_stat.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/th_set_from_stat.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/tar_extract_file.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_EXTRACT_FILE_SO); do \ -- echo ".so man3/tar_extract_file.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_extract_file.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/th_get_pathname.3 $(DESTDIR)$(mandir)/man3 - for i in $(TH_GET_PATHNAME_SO); do \ -- echo ".so man3/th_get_pathname.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/th_get_pathname.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/th_print_long_ls.3 $(DESTDIR)$(mandir)/man3 - for i in $(TH_PRINT_LONG_LS_SO); do \ -- echo ".so man3/th_print_long_ls.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/th_print_long_ls.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/tar_extract_all.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_EXTRACT_ALL_SO); do \ -- echo ".so man3/tar_extract_all.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_extract_all.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) @LHPKG@_hash_new.3 $(DESTDIR)$(mandir)/man3 - for i in $(@LHPKG@_HASH_NEW_SO); do \ -- echo ".so man3/@LHPKG@_hash_new.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/@LHPKG@_hash_new.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) @LHPKG@_list_new.3 $(DESTDIR)$(mandir)/man3 - for i in $(@LHPKG@_LIST_NEW_SO); do \ -- echo ".so man3/@LHPKG@_list_new.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/@LHPKG@_list_new.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 19:00:41 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27C6616A4CE for ; Sun, 23 Nov 2003 19:00:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B0E43F93 for ; Sun, 23 Nov 2003 19:00:38 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO30cFY027461 for ; Sun, 23 Nov 2003 19:00:38 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO30cHY027460; Sun, 23 Nov 2003 19:00:38 -0800 (PST) (envelope-from gnats) Date: Sun, 23 Nov 2003 19:00:38 -0800 (PST) Message-Id: <200311240300.hAO30cHY027460@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Paul Murphy Subject: Re: ports/59628: [non maintainer] multimedia/beep-media-player: Fix compilation on 4.x (vorbis!) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Murphy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 03:00:41 -0000 The following reply was made to PR ports/59628; it has been noted by GNATS. From: Paul Murphy To: Simon Barner Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/59628: [non maintainer] multimedia/beep-media-player: Fix compilation on 4.x (vorbis!) Date: Sun, 23 Nov 2003 21:50:32 -0500 --Signature=_Sun__23_Nov_2003_21_50_32_-0500_upii..ZPKRr+LMa4 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Mon, 24 Nov 2003 03:12:05 +0100 (CET) Simon Barner wrote: > >Description: > > - Patches to fix compilation with gcc 2.95. In my last PR, I > unintentionally missed the Vorbis plugin. > Patch applies cleanly, but I still get the same error. vorbis.c: In function `vorbis_check_file': vorbis.c:164: syntax error before `result' -- Cogeco ergo sum --Signature=_Sun__23_Nov_2003_21_50_32_-0500_upii..ZPKRr+LMa4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/wXH4Tv5Mxsi/WPMRAv1KAJwMRMpXFAztZYWOjjXcmAwL39IObACffd6g u+ZEtWmIhv1nIhl2Qmn9a7s= =Y9Z9 -----END PGP SIGNATURE----- --Signature=_Sun__23_Nov_2003_21_50_32_-0500_upii..ZPKRr+LMa4-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 19:31:06 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A288616A4CE for ; Sun, 23 Nov 2003 19:31:06 -0800 (PST) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A5F843FDD for ; Sun, 23 Nov 2003 19:31:05 -0800 (PST) (envelope-from barner@in.tum.de) Received: from zi025.glhnet.mhn.de (localhost.glhnet.mhn.de. [127.0.0.1]) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9) with ESMTP id hAO3V3lc072529; Mon, 24 Nov 2003 04:31:03 +0100 (CET) (envelope-from simon@zi025.glhnet.mhn.de) Received: (from simon@localhost) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9/Submit) id hAO3V3lT072528; Mon, 24 Nov 2003 04:31:03 +0100 (CET) (envelope-from simon) Date: Mon, 24 Nov 2003 04:31:02 +0100 From: Simon Barner To: Paul Murphy Message-ID: <20031124033102.GD15682@zi025.glhnet.mhn.de> References: <200311240300.hAO30cHY027460@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311240300.hAO30cHY027460@freefall.freebsd.org> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/59628: [non maintainer] multimedia/beep-media-player: Fix compilation on 4.x (vorbis!) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 03:31:06 -0000 > Patch applies cleanly, but I still get the same error. > > vorbis.c: In function `vorbis_check_file': > vorbis.c:164: syntax error before `result' Hmm, works for me. I just verified it with a fresh beep-media-player port directory and my patch from GNATs. Perhaps you overlooked that this is a recursive patch. It should be applied in the following way: cd /usr/ports/multimedia patch -p < /path/to/patch Simon From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 20:30:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB51416A4CE for ; Sun, 23 Nov 2003 20:30:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCEBF43FE0 for ; Sun, 23 Nov 2003 20:30:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO4UNFY036152 for ; Sun, 23 Nov 2003 20:30:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO4UN51036151; Sun, 23 Nov 2003 20:30:23 -0800 (PST) (envelope-from gnats) Date: Sun, 23 Nov 2003 20:30:23 -0800 (PST) Message-Id: <200311240430.hAO4UN51036151@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kimura Fuyuki Subject: Re: ports/59629: Update port: devel/libtar to 1.2.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kimura Fuyuki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 04:30:24 -0000 The following reply was made to PR ports/59629; it has been noted by GNATS. From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/59629: Update port: devel/libtar to 1.2.11 Date: Mon, 24 Nov 2003 13:23:22 +0900 Remove bogus INSTALLS_SHLIB cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/devel/libtar/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 3 Nov 2003 00:54:31 -0000 1.5 +++ Makefile 24 Nov 2003 04:21:54 -0000 @@ -5,10 +5,10 @@ # $FreeBSD: ports/devel/libtar/Makefile,v 1.5 2003/11/03 00:54:31 kris Exp $ # -PORTNAME= libtar -PORTVERSION= 1.2.5 -CATEGORIES= devel -MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/ +PORTNAME= libtar +PORTVERSION= 1.2.11 +CATEGORIES= devel +MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/ MAINTAINER= ports@FreeBSD.org COMMENT= A library for manipulating POSIX and GNU tar files @@ -17,7 +17,5 @@ USE_GMAKE= yes .include "files/manpages" - -INSTALLS_SHLIB= yes .include Index: distinfo =================================================================== RCS file: /cvs/FreeBSD/ports/devel/libtar/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 16 Jul 2002 15:14:17 -0000 1.2 +++ distinfo 24 Nov 2003 02:37:13 -0000 @@ -1 +1 @@ -MD5 (libtar-1.2.5.tar.gz) = 54a31eb321f75c6a77bd1aec459caae6 +MD5 (libtar-1.2.11.tar.gz) = 604238e8734ce6e25347a58c4f1a1d7e cvs diff: Diffing files Index: files/patch-doc::Makefile.in =================================================================== RCS file: files/patch-doc::Makefile.in diff -N files/patch-doc::Makefile.in --- files/patch-doc::Makefile.in 10 Mar 2001 19:40:15 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,72 +0,0 @@ ---- doc/Makefile.in.orig Sat Nov 25 01:44:57 2000 -+++ doc/Makefile.in Sat Jan 6 19:00:35 2001 -@@ -67,46 +67,57 @@ - $(MKDIR) $(DESTDIR)$(mandir)/man3 - $(INSTALL_DATA) $(srcdir)/tar_open.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_OPEN_SO); do \ -- echo ".so man3/tar_open.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -- done -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_open.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ done - $(INSTALL_DATA) $(srcdir)/tar_append_file.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_APPEND_FILE_SO); do \ -- echo ".so man3/tar_append_file.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_append_file.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/tar_block_read.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_BLOCK_READ_SO); do \ -- echo ".so man3/tar_block_read.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_block_read.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/th_read.3 $(DESTDIR)$(mandir)/man3 - for i in $(TH_READ_SO); do \ -- echo ".so man3/th_read.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/th_read.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/th_set_from_stat.3 $(DESTDIR)$(mandir)/man3 - for i in $(TH_SET_FROM_STAT_SO); do \ -- echo ".so man3/th_set_from_stat.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/th_set_from_stat.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/tar_extract_file.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_EXTRACT_FILE_SO); do \ -- echo ".so man3/tar_extract_file.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_extract_file.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/th_get_pathname.3 $(DESTDIR)$(mandir)/man3 - for i in $(TH_GET_PATHNAME_SO); do \ -- echo ".so man3/th_get_pathname.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/th_get_pathname.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/th_print_long_ls.3 $(DESTDIR)$(mandir)/man3 - for i in $(TH_PRINT_LONG_LS_SO); do \ -- echo ".so man3/th_print_long_ls.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/th_print_long_ls.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/tar_extract_all.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_EXTRACT_ALL_SO); do \ -- echo ".so man3/tar_extract_all.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_extract_all.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) @LHPKG@_hash_new.3 $(DESTDIR)$(mandir)/man3 - for i in $(@LHPKG@_HASH_NEW_SO); do \ -- echo ".so man3/@LHPKG@_hash_new.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/@LHPKG@_hash_new.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) @LHPKG@_list_new.3 $(DESTDIR)$(mandir)/man3 - for i in $(@LHPKG@_LIST_NEW_SO); do \ -- echo ".so man3/@LHPKG@_list_new.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/@LHPKG@_list_new.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 20:43:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FFB616A4CF; Sun, 23 Nov 2003 20:43:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B5D543FE0; Sun, 23 Nov 2003 20:43:13 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO4hDFY036701; Sun, 23 Nov 2003 20:43:13 -0800 (PST) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO4hCds036697; Sun, 23 Nov 2003 20:43:12 -0800 (PST) (envelope-from kevlo) Date: Sun, 23 Nov 2003 20:43:12 -0800 (PST) From: Kevin Lo Message-Id: <200311240443.hAO4hCds036697@freefall.freebsd.org> To: ebrandi.home@uol.com.br, kevlo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59627: [maintainer update] LiveCD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 04:43:14 -0000 Synopsis: [maintainer update] LiveCD State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Sun Nov 23 20:42:51 PST 2003 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=59627 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 20:47:05 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD17816A4CF; Sun, 23 Nov 2003 20:47:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A5A343F3F; Sun, 23 Nov 2003 20:47:05 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO4l5FY036794; Sun, 23 Nov 2003 20:47:05 -0800 (PST) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO4l5eu036790; Sun, 23 Nov 2003 20:47:05 -0800 (PST) (envelope-from kevlo) Date: Sun, 23 Nov 2003 20:47:05 -0800 (PST) From: Kevin Lo Message-Id: <200311240447.hAO4l5eu036790@freefall.freebsd.org> To: fuyuki@nigredo.org, kevlo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59629: Update port: devel/libtar to 1.2.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 04:47:06 -0000 Synopsis: Update port: devel/libtar to 1.2.11 State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Sun Nov 23 20:46:44 PST 2003 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=59629 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 23:20:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB52216A4CE for ; Sun, 23 Nov 2003 23:20:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD4D43FD7 for ; Sun, 23 Nov 2003 23:20:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO7KJFY050485 for ; Sun, 23 Nov 2003 23:20:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO7KJae050484; Sun, 23 Nov 2003 23:20:19 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 23:20:19 -0800 (PST) Resent-Message-Id: <200311240720.hAO7KJae050484@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jackie Yu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 181F416A4CE for ; Sun, 23 Nov 2003 23:11:27 -0800 (PST) Received: from www.dbmaker.com.tw (www.dbmaker.com.tw [210.59.224.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9AC643FD7 for ; Sun, 23 Nov 2003 23:11:25 -0800 (PST) (envelope-from yu@freebsd.dbmaker.com.tw) Received: from freebsd.dbmaker.com.tw (freebsd.dbmaker.com.tw [192.72.116.161]) by www.dbmaker.com.tw (Postfix) with ESMTP id 985E71E276 for ; Mon, 24 Nov 2003 15:11:21 +0800 (CST) Received: by freebsd.dbmaker.com.tw (Postfix, from userid 1000) id 8A5119B03; Mon, 24 Nov 2003 14:51:00 +0800 (CST) Message-Id: <20031124065100.8A5119B03@freebsd.dbmaker.com.tw> Date: Mon, 24 Nov 2003 14:51:00 +0800 (CST) From: Jackie Yu Sender: yu@freebsd.dbmaker.com.tw To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59630: lang/php4: PHP configuration options add DBMaker support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jackie Yu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 07:20:22 -0000 X-List-Received-Date: Mon, 24 Nov 2003 07:20:22 -0000 >Number: 59630 >Category: ports >Synopsis: lang/php4: PHP configuration options add DBMaker support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 23 23:20:19 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jackie Yu >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.dbmaker.com.tw 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Nov 12 15:32:33 CST 2003 yu@freebsd.dbmaker.com.tw:/home/qa/makeworld/obj/home/qa/usr/src/sys/CASEMAKER i386 >Description: The lang/php4 configure dialog does not include DBMaker option. >How-To-Repeat: No. >Fix: Please apply the follow patch to enable --with-dbmaker option. --- patch-php4 begins here --- diff -ruN php4.bak/Makefile php4/Makefile --- php4.bak/Makefile Mon Nov 24 13:56:57 2003 +++ php4/Makefile Mon Nov 24 12:48:43 2003 @@ -129,8 +129,8 @@ SAPI_FILE= "bin/php" .endif -ALL_OPTIONS= BCMATH BZIP2 CALENDAR CDB CRACK CTYPE CURL DB4 DBASE DBX \ - DOMXML DOMXSLT EXIF FILEPRO FRIBIDI FTP GD GDBM GETTEXT \ +ALL_OPTIONS= BCMATH BZIP2 CALENDAR CDB CRACK CTYPE CURL DB4 DBASE DBMAKER \ + DBX DOMXML DOMXSLT EXIF FILEPRO FRIBIDI FTP GD GDBM GETTEXT \ GMP HYPERWAVE ICONV IMAP INTERBASE INIFILE MBSTRING MCAL MCVE \ MCRYPT MHASH MIME MING MNOGOSEARCH MYSQL NCURSES OPENLDAP \ OPENSSL ORACLE OVERLOAD PCNTL PCRE PDFLIB POSIX POSTGRESQL \ @@ -250,6 +250,10 @@ .if defined(WITH_DBASE) CONFIGURE_ARGS+=--enable-dbase +.endif + +.if defined(WITH_DBMAKER) +CONFIGURE_ARGS+=--with-dbmaker .endif .if defined(WITH_DBX) diff -ruN php4.bak/scripts/configure.php php4/scripts/configure.php --- php4.bak/scripts/configure.php Mon Nov 24 11:08:14 2003 +++ php4/scripts/configure.php Mon Nov 24 12:46:36 2003 @@ -27,6 +27,7 @@ CURL "CURL support" ${WITH_CURL:-OFF} \ DB4 "Berkeley DB4 support" ${WITH_DB4:-OFF} \ DBASE "dBase library support" ${WITH_DBASE:-OFF} \ +DBMAKER "DBMaker support" ${WITH_DBMAKER:-OFF} \ DBX "dbx support" ${WITH_DBX:-OFF} \ DOMXML "DOM support" ${WITH_DOMXML:-OFF} \ DOMXSLT "DOM XSLT and EXSLT support (implies DOMXML)" ${WITH_DOMXSLT:-OFF} \ diff -ruN php4.bak/scripts/php4_options php4/scripts/php4_options --- php4.bak/scripts/php4_options Mon Nov 24 11:08:14 2003 +++ php4/scripts/php4_options Mon Nov 24 11:09:23 2003 @@ -7,6 +7,7 @@ WITH_CURL=OFF WITH_DB4=OFF WITH_DBASE=OFF +WITH_DBMAKER=OFF WITH_DBX=OFF WITH_DOMXML=OFF WITH_DOMXSLT=OFF --- patch-php4 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 23:20:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C2F716A4CE for ; Sun, 23 Nov 2003 23:20:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E51543FDF for ; Sun, 23 Nov 2003 23:20:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO7KMFY050502 for ; Sun, 23 Nov 2003 23:20:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO7KM61050501; Sun, 23 Nov 2003 23:20:22 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 23:20:22 -0800 (PST) Resent-Message-Id: <200311240720.hAO7KM61050501@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Andrey V. Pevnev" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D1116A4CE for ; Sun, 23 Nov 2003 23:15:25 -0800 (PST) Received: from ns.mgul.ac.ru (ns.mgul.ac.ru [193.233.63.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C5BD43FE0 for ; Sun, 23 Nov 2003 23:15:06 -0800 (PST) (envelope-from andrey@ns.mgul.ac.ru) Received: from ns.mgul.ac.ru (localhost [127.0.0.1]) by ns.mgul.ac.ru (8.12.10/8.12.10) with ESMTP id hAO7DUei070563 for ; Mon, 24 Nov 2003 10:14:35 +0300 (MSK) Received: (from andrey@localhost) by ns.mgul.ac.ru (8.12.10/8.12.10/Submit) id hAO7DT49070562; Mon, 24 Nov 2003 10:13:29 +0300 (MSK) Message-Id: <200311240713.hAO7DT49070562@ns.mgul.ac.ru> Date: Mon, 24 Nov 2003 10:13:29 +0300 (MSK) From: "Andrey V. Pevnev" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59631: Update port: mail/mimedefang to 2.39 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Andrey V. Pevnev" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 07:20:26 -0000 >Number: 59631 >Category: ports >Synopsis: Update port: mail/mimedefang to 2.39 >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: Sun Nov 23 23:20:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Andrey V. Pevnev >Release: FreeBSD 4.9-RELEASE i386 >Organization: Moscow State Forestry University >Environment: System: FreeBSD ns.mgul.ac.ru 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Fri Oct 31 00:34:36 MSK 2003 andrey@ns.mgul.ac.ru:/usr/obj/usr/src/sys/NS i386 >Description: Update to 2.39 >How-To-Repeat: >Fix: --- mimedefang.diff begins here --- diff -ruN mimedefang.bak/Makefile mimedefang/Makefile --- mimedefang.bak/Makefile Mon Nov 24 10:08:27 2003 +++ mimedefang/Makefile Mon Nov 24 10:08:36 2003 @@ -6,7 +6,7 @@ # PORTNAME= mimedefang -PORTVERSION= 2.38 +PORTVERSION= 2.39 CATEGORIES= mail MASTER_SITES= http://www.mimedefang.org/static/ \ http://www.roaringpenguin.com/mimedefang/ diff -ruN mimedefang.bak/distinfo mimedefang/distinfo --- mimedefang.bak/distinfo Mon Nov 24 10:08:27 2003 +++ mimedefang/distinfo Mon Nov 24 10:08:41 2003 @@ -1 +1 @@ -MD5 (mimedefang-2.38.tar.gz) = cb8e61c8820d29566ebe0c578b412dfd +MD5 (mimedefang-2.39.tar.gz) = 8535db56c23bb4b8f88d27dae5daa9bf --- mimedefang.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 23:20:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8CDA16A4CE for ; Sun, 23 Nov 2003 23:20:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 763AD43FE1 for ; Sun, 23 Nov 2003 23:20:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO7KNFY050517 for ; Sun, 23 Nov 2003 23:20:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO7KN7d050515; Sun, 23 Nov 2003 23:20:23 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 23:20:23 -0800 (PST) Resent-Message-Id: <200311240720.hAO7KN7d050515@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jackie Yu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7DE16A4CE for ; Sun, 23 Nov 2003 23:17:58 -0800 (PST) Received: from www.dbmaker.com.tw (www.dbmaker.com.tw [210.59.224.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id E76DD43FB1 for ; Sun, 23 Nov 2003 23:17:56 -0800 (PST) (envelope-from yu@freebsd.dbmaker.com.tw) Received: from freebsd.dbmaker.com.tw (freebsd.dbmaker.com.tw [192.72.116.161]) by www.dbmaker.com.tw (Postfix) with ESMTP id 22B9D1E276 for ; Mon, 24 Nov 2003 15:17:56 +0800 (CST) Received: by freebsd.dbmaker.com.tw (Postfix, from userid 1000) id F3B829B03; Mon, 24 Nov 2003 15:17:55 +0800 (CST) Message-Id: <20031124071755.F3B829B03@freebsd.dbmaker.com.tw> Date: Mon, 24 Nov 2003 15:17:55 +0800 (CST) From: Jackie Yu Sender: yu@freebsd.dbmaker.com.tw To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59632: lang/php5: PHP configuration options add DBMaker support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jackie Yu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 07:20:26 -0000 >Number: 59632 >Category: ports >Synopsis: lang/php5: PHP configuration options add DBMaker support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 23 23:20:23 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jackie Yu >Release: FreeBSD 4.9-STABLE i386 >Organization: DBMaker >Environment: System: FreeBSD freebsd.dbmaker.com.tw 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Nov 12 15:32:33 CST 2003 yu@freebsd.dbmaker.com.tw:/home/qa/makeworld/obj/home/qa/usr/src/sys/CASEMAKER i386 >Description: The lang/php5 configure dialog does not include DBMaker option. >How-To-Repeat: No. >Fix: Please apply the follow patch the enable --with-dbmaker option. --- patch-php5 begins here --- diff -ruN php5.bak/Makefile php5/Makefile --- php5.bak/Makefile Fri Nov 21 04:02:03 2003 +++ php5/Makefile Mon Nov 24 14:02:53 2003 @@ -128,13 +128,13 @@ SAPI_FILE= "bin/php" .endif -ALL_OPTIONS= BCMATH BZIP2 CALENDAR CDB CRACK CTYPE CURL DB4 DBASE DBX DOM \ - EXIF FILEPRO FTP GD GDBM GETTEXT GMP ICONV IMAP INTERBASE \ - INIFILE MBSTRING MCAL MCVE MCRYPT MHASH MIME MING MNOGOSEARCH \ - MYSQL NCURSES OPENLDAP OPENSSL ORACLE PCNTL PCRE PDFLIB POSIX \ - POSTGRESQL PSPELL READLINE RECODE SESSION SHMOP SIMPLEXML SNMP \ - SOCKETS SQLITE SYBASEDB SYBASECT SYSVSEM SYSVSHM TOKENIZER \ - UNIXODBC WDDX XML XMLRPC XSL YAZ YP ZLIB +ALL_OPTIONS= BCMATH BZIP2 CALENDAR CDB CRACK CTYPE CURL DB4 DBASE DBMAKER \ + DBX DOM EXIF FILEPRO FTP GD GDBM GETTEXT GMP ICONV IMAP \ + INTERBASE INIFILE MBSTRING MCAL MCVE MCRYPT MHASH MIME MING \ + MNOGOSEARCH MYSQL NCURSES OPENLDAP OPENSSL ORACLE PCNTL PCRE \ + PDFLIB POSIX POSTGRESQL PSPELL READLINE RECODE SESSION SHMOP \ + SIMPLEXML SNMP SOCKETS SQLITE SYBASEDB SYBASECT SYSVSEM \ + SYSVSHM TOKENIZER UNIXODBC WDDX XML XMLRPC XSL YAZ YP ZLIB .for opt in ${ALL_OPTIONS} .if defined(WITH_${opt}) || defined(WITHOUT_${opt}) @@ -248,6 +248,10 @@ .if defined(WITH_DBASE) CONFIGURE_ARGS+=--enable-dbase +.endif + +.if defined(WITH_DBMAKER) +CONFIGURE_ARGS+=--with-dbmaker .endif .if defined(WITH_DBX) diff -ruN php5.bak/scripts/configure.php php5/scripts/configure.php --- php5.bak/scripts/configure.php Fri Oct 31 04:00:52 2003 +++ php5/scripts/configure.php Mon Nov 24 14:00:37 2003 @@ -27,6 +27,7 @@ CURL "CURL support" ${WITH_CURL:-OFF} \ DB4 "Berkeley DB4 support" ${WITH_DB4:-OFF} \ DBASE "dBase library support" ${WITH_DBASE:-OFF} \ +DBMAKER "DBMaker support" ${WITH_DBMAKER:-OFF} \ DBX "dbx support" ${WITH_DBX:-OFF} \ DOM "DOM support" ${WITH_DOM:-OFF} \ EXIF "EXIF support" ${WITH_EXIF:-OFF} \ diff -ruN php5.bak/scripts/php5_options php5/scripts/php5_options --- php5.bak/scripts/php5_options Fri Oct 31 04:00:52 2003 +++ php5/scripts/php5_options Mon Nov 24 14:00:37 2003 @@ -7,6 +7,7 @@ WITH_CURL=OFF WITH_DB4=OFF WITH_DBASE=OFF +WITH_DBMAKER=OFF WITH_DBX=OFF WITH_DOM=ON WITH_EXIF=OFF --- patch-php5 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 23:30:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0AEB16A4CE for ; Sun, 23 Nov 2003 23:30:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B89343FE3 for ; Sun, 23 Nov 2003 23:30:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO7UJFY050858 for ; Sun, 23 Nov 2003 23:30:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO7UJY1050857; Sun, 23 Nov 2003 23:30:19 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 23:30:19 -0800 (PST) Resent-Message-Id: <200311240730.hAO7UJY1050857@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, matt@rimasec.net Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3F8816A4CE for ; Sun, 23 Nov 2003 23:25:42 -0800 (PST) Received: from frost.mos.bsd-blax.org (mos.bsd-blax.org [213.41.136.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F05843FB1 for ; Sun, 23 Nov 2003 23:25:41 -0800 (PST) (envelope-from matt@frost.mos.bsd-blax.org) Received: from frost.mos.bsd-blax.org (localhost [127.0.0.1]) hAO7R7MN011151 for ; Mon, 24 Nov 2003 08:27:07 +0100 (CET) (envelope-from matt@frost.mos.bsd-blax.org) Received: (from matt@localhost) by frost.mos.bsd-blax.org (8.12.9p1/8.12.9/Submit) id hAO7R6W3011150; Mon, 24 Nov 2003 08:27:06 +0100 (CET) Message-Id: <200311240727.hAO7R6W3011150@frost.mos.bsd-blax.org> Date: Mon, 24 Nov 2003 08:27:06 +0100 (CET) From: matt@rimasec.net To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59633: [NEW PORT]: x11/xfce4-clipman-plugin (supercedes PR/58915) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: matt@rimasec.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 07:30:22 -0000 >Number: 59633 >Category: ports >Synopsis: [NEW PORT]: x11/xfce4-clipman-plugin (supercedes PR/58915) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 23 23:30:19 PST 2003 >Closed-Date: >Last-Modified: >Originator: Matt Lancereau >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD frost.mos.bsd-blax.org 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #2: Sat Nov 22 10:52:02 CET 2003 root@frost.mos.bsd-blax.org:/usr/obj/usr/src/sys/FROST i386 >Description: XFce 4 clipboard module for xfce4-panel >How-To-Repeat: >Fix: --- xfce4-clipman-plugin.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/x11/xfce4-clipman-plugin # /usr/ports/x11/xfce4-clipman-plugin/distinfo # /usr/ports/x11/xfce4-clipman-plugin/Makefile # /usr/ports/x11/xfce4-clipman-plugin/pkg-descr # /usr/ports/x11/xfce4-clipman-plugin/pkg-plist # echo c - /usr/ports/x11/xfce4-clipman-plugin mkdir -p /usr/ports/x11/xfce4-clipman-plugin > /dev/null 2>&1 echo x - /usr/ports/x11/xfce4-clipman-plugin/distinfo sed 's/^X//' >/usr/ports/x11/xfce4-clipman-plugin/distinfo << 'END-of-/usr/ports/x11/xfce4-clipman-plugin/distinfo' XMD5 (xfce4-clipman-plugin-0.3.1.tar.gz) = d54d65c20de9200c2c997c1d5faff23a END-of-/usr/ports/x11/xfce4-clipman-plugin/distinfo echo x - /usr/ports/x11/xfce4-clipman-plugin/Makefile sed 's/^X//' >/usr/ports/x11/xfce4-clipman-plugin/Makefile << 'END-of-/usr/ports/x11/xfce4-clipman-plugin/Makefile' X# New ports collection makefile for: xfce4-clipman-plugin X# Date created: 23 November 2003 X# Whom: Matt Lancereau X# X# $FreeBSD$ X# X XPORTNAME= xfce4-clipman-plugin XPORTVERSION= 0.3.1 XCATEGORIES= x11 xfce XMASTER_SITES= http://download.berlios.de/xfce-goodies/ X XMAINTAINER= matt@rimasec.net XCOMMENT= XFce 4 clipboard module for xfce4-panel X XBUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel XLIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ X xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ X xml2.5:${PORTSDIR}/textproc/libxml2 \ X Xstartup-notification-1.0:${PORTSDIR}/x11/startup-notification XRUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel X XUSE_GNOME= gtk20 XUSE_X_PREFIX= yes XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes XCONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} X X.include END-of-/usr/ports/x11/xfce4-clipman-plugin/Makefile echo x - /usr/ports/x11/xfce4-clipman-plugin/pkg-descr sed 's/^X//' >/usr/ports/x11/xfce4-clipman-plugin/pkg-descr << 'END-of-/usr/ports/x11/xfce4-clipman-plugin/pkg-descr' XXFce 4 clipboard module for xfce4-panel. X XWWW: http://xfce-goodies.berlios.de/ END-of-/usr/ports/x11/xfce4-clipman-plugin/pkg-descr echo x - /usr/ports/x11/xfce4-clipman-plugin/pkg-plist sed 's/^X//' >/usr/ports/x11/xfce4-clipman-plugin/pkg-plist << 'END-of-/usr/ports/x11/xfce4-clipman-plugin/pkg-plist' Xlib/xfce4/panel-plugins/libclipman.so Xlib/xfce4/panel-plugins/libclipman.la Xlib/xfce4/panel-plugins/libclipman.a X@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true END-of-/usr/ports/x11/xfce4-clipman-plugin/pkg-plist exit --- xfce4-clipman-plugin.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 00:30:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1505B16A4CE for ; Mon, 24 Nov 2003 00:30:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 418C443FD7 for ; Mon, 24 Nov 2003 00:30:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO8UCFY056750 for ; Mon, 24 Nov 2003 00:30:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO8UC7S056749; Mon, 24 Nov 2003 00:30:12 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 00:30:12 -0800 (PST) Resent-Message-Id: <200311240830.hAO8UC7S056749@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus von Appen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB1B116A4CE for ; Mon, 24 Nov 2003 00:25:57 -0800 (PST) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [62.67.200.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB05D43FB1 for ; Mon, 24 Nov 2003 00:25:54 -0800 (PST) (envelope-from mva@sysfault.org) Received: (qmail 9140 invoked from network); 24 Nov 2003 08:25:52 -0000 Received: from unknown (HELO ) ([pbs]320095@[217.236.50.171]) (envelope-sender )AES256-SHA encrypted SMTP for ; 24 Nov 2003 08:25:52 -0000 Received: from marcus by with local (Exim 4.24; FreeBSD) id 1AOC3d-000Nt7-Mq for FreeBSD-gnats-submit@freebsd.org; Mon, 24 Nov 2003 09:26:57 +0100 Message-Id: Date: Mon, 24 Nov 2003 09:26:57 +0100 From: Marcus von Appen Sender: Marcus von Appen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59634: [maintainer-update]: textproc/liblingoteach update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus von Appen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 08:30:14 -0000 >Number: 59634 >Category: ports >Synopsis: [maintainer-update]: textproc/liblingoteach update >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: Mon Nov 24 00:30:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Marcus von Appen >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD medusa.iradion.home 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #2: Sun Nov 23 17:59:16 CET 2003 marcus@medusa.iradion.home:/usr/obj/usr/src/sys/MEDUSA i386 >Description: Update to 0.2.1. Many bugfixes this release. >How-To-Repeat: >Fix: diff -Nur liblingoteach/Makefile liblingoteach.new/Makefile --- liblingoteach/Makefile Tue Nov 18 05:23:36 2003 +++ liblingoteach.new/Makefile Sun Nov 23 23:20:14 2003 @@ -6,7 +6,7 @@ # PORTNAME= liblingoteach -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lingoteach diff -Nur liblingoteach/distinfo liblingoteach.new/distinfo --- liblingoteach/distinfo Tue Oct 14 23:21:07 2003 +++ liblingoteach.new/distinfo Sun Nov 23 23:22:10 2003 @@ -1 +1 @@ -MD5 (liblingoteach-0.2.0.tar.gz) = 49c3824d1b74a3fd69bdec7ff689a877 +MD5 (liblingoteach-0.2.1.tar.gz) = bae18e3b7c87ac45bc2fe841fac06565 diff -Nur liblingoteach/pkg-plist liblingoteach.new/pkg-plist --- liblingoteach/pkg-plist Tue Nov 18 05:23:36 2003 +++ liblingoteach.new/pkg-plist Sun Nov 23 23:24:15 2003 @@ -2,9 +2,8 @@ include/lingoteach/lingoteach.h lib/liblingoteach.a lib/liblingoteach.so -lib/liblingoteach.so.0 +lib/liblingoteach.so.3 libdata/pkgconfig/liblingoteach.pc -share/doc/liblingoteach/html/a00009.html share/doc/liblingoteach/html/a00010.html share/doc/liblingoteach/html/a00011.html share/doc/liblingoteach/html/a00012.html @@ -13,6 +12,7 @@ share/doc/liblingoteach/html/a00015.html share/doc/liblingoteach/html/a00016.html share/doc/liblingoteach/html/a00017.html +share/doc/liblingoteach/html/a00018.html share/doc/liblingoteach/html/annotated.html share/doc/liblingoteach/html/classes.html share/doc/liblingoteach/html/doxygen.css >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 00:40:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1516B16A4CE for ; Mon, 24 Nov 2003 00:40:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32B1543FE0 for ; Mon, 24 Nov 2003 00:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAO8eFFY057712 for ; Mon, 24 Nov 2003 00:40:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAO8eFTe057711; Mon, 24 Nov 2003 00:40:15 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 00:40:15 -0800 (PST) Resent-Message-Id: <200311240840.hAO8eFTe057711@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denis Shaposhnikov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48D5A16A4CE for ; Mon, 24 Nov 2003 00:38:19 -0800 (PST) Received: from neva.vlink.ru (neva.vlink.ru [217.107.254.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1B8943F85 for ; Mon, 24 Nov 2003 00:38:17 -0800 (PST) (envelope-from dsh@neva.vlink.ru) Received: from neva.vlink.ru (localhost [127.0.0.1]) by neva.vlink.ru (8.12.10/8.12.10) with ESMTP id hAO8dCGX063086 for ; Mon, 24 Nov 2003 11:39:12 +0300 (MSK) (envelope-from dsh@neva.vlink.ru) Received: (from dsh@localhost) by neva.vlink.ru (8.12.10/8.12.10/Submit) id hAO8dClG063085; Mon, 24 Nov 2003 11:39:12 +0300 (MSK) (envelope-from dsh) Message-Id: <200311240839.hAO8dClG063085@neva.vlink.ru> Date: Mon, 24 Nov 2003 11:39:12 +0300 (MSK) From: Denis Shaposhnikov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59635: Update port: devel/p5-Params-Validate to 0.70 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Denis Shaposhnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 08:40:18 -0000 >Number: 59635 >Category: ports >Synopsis: Update port: devel/p5-Params-Validate to 0.70 >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: Mon Nov 24 00:40:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD neva.vlink.ru 4.9-STABLE FreeBSD 4.9-STABLE #3: Mon Nov 24 10:17:17 MSK 2003 dsh@neva.vlink.ru:/var/FreeBSD/src/sys/compile/NEVA i386 >Description: Upgrade to 0.70 >How-To-Repeat: >Fix: diff -Nru p5-Params-Validate.orig/Makefile p5-Params-Validate/Makefile --- p5-Params-Validate.orig/Makefile Wed Nov 5 15:47:02 2003 +++ p5-Params-Validate/Makefile Mon Nov 24 11:30:59 2003 @@ -6,7 +6,7 @@ # PORTNAME= Params-Validate -PORTVERSION= 0.69 +PORTVERSION= 0.70 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Devel/DROLSKY diff -Nru p5-Params-Validate.orig/distinfo p5-Params-Validate/distinfo --- p5-Params-Validate.orig/distinfo Wed Nov 5 15:47:02 2003 +++ p5-Params-Validate/distinfo Mon Nov 24 11:31:16 2003 @@ -1 +1 @@ -MD5 (Params-Validate-0.69.tar.gz) = c0e31f95ac8065c52a3cc18ad7be03f0 +MD5 (Params-Validate-0.70.tar.gz) = a0ccf5b08d03dbc102a3b05cef41c300 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 02:49:44 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B52216A4CE; Mon, 24 Nov 2003 02:49:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E0D43F93; Mon, 24 Nov 2003 02:49:43 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOAnhFY067125; Mon, 24 Nov 2003 02:49:43 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOAnhNY067121; Mon, 24 Nov 2003 02:49:43 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 02:49:43 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241049.hAOAnhNY067121@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/59539: New port: www/p5-HTTP-Lite X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 10:49:44 -0000 Synopsis: New port: www/p5-HTTP-Lite Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 24 02:49:36 PST 2003 Responsible-Changed-Why: I'll take this one http://www.freebsd.org/cgi/query-pr.cgi?pr=59539 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 02:49:15 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3057B16A4CE; Mon, 24 Nov 2003 02:49:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93F1F43FBF; Mon, 24 Nov 2003 02:49:14 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOAnEFY067034; Mon, 24 Nov 2003 02:49:14 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOAnEhg067029; Mon, 24 Nov 2003 02:49:14 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 02:49:14 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241049.hAOAnEhg067029@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/58050: New Port: textproc/p5-Filter-Simple 0.97 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 10:49:15 -0000 X-List-Received-Date: Mon, 24 Nov 2003 10:49:15 -0000 X-List-Received-Date: Mon, 24 Nov 2003 10:49:15 -0000 X-List-Received-Date: Mon, 24 Nov 2003 10:49:15 -0000 Synopsis: New Port: textproc/p5-Filter-Simple 0.97 Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 24 02:49:03 PST 2003 Responsible-Changed-Why: I'll take this http://www.freebsd.org/cgi/query-pr.cgi?pr=58050 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 02:49:34 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF7B216A4CE; Mon, 24 Nov 2003 02:49:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3099C43FBD; Mon, 24 Nov 2003 02:49:34 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOAnYFY067080; Mon, 24 Nov 2003 02:49:34 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOAnYHe067076; Mon, 24 Nov 2003 02:49:34 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 02:49:34 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241049.hAOAnYHe067076@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/58929: New port: www/p5-IMDB-Movie X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 10:49:34 -0000 X-List-Received-Date: Mon, 24 Nov 2003 10:49:34 -0000 Synopsis: New port: www/p5-IMDB-Movie Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 24 02:49:17 PST 2003 Responsible-Changed-Why: I'll take this one http://www.freebsd.org/cgi/query-pr.cgi?pr=58929 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 02:49:53 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5259F16A4CE; Mon, 24 Nov 2003 02:49:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA2D43FDD; Mon, 24 Nov 2003 02:49:52 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOAnqFY067171; Mon, 24 Nov 2003 02:49:52 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOAnq7m067167; Mon, 24 Nov 2003 02:49:52 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 02:49:52 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241049.hAOAnq7m067167@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/59622: [NEW PORT] devel/p5-Class-Base: Useful base class for deriving other modules X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 10:49:53 -0000 Synopsis: [NEW PORT] devel/p5-Class-Base: Useful base class for deriving other modules Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 24 02:49:45 PST 2003 Responsible-Changed-Why: I'll take this one http://www.freebsd.org/cgi/query-pr.cgi?pr=59622 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 02:50:04 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E368C16A4CE; Mon, 24 Nov 2003 02:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F19743FE0; Mon, 24 Nov 2003 02:50:04 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOAo4FY067230; Mon, 24 Nov 2003 02:50:04 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOAo4R1067226; Mon, 24 Nov 2003 02:50:04 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 02:50:04 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241050.hAOAo4R1067226@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/59623: [NEW PORT] textproc/p5-Text-RecordParser: Read record-oriented files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 10:50:05 -0000 Synopsis: [NEW PORT] textproc/p5-Text-RecordParser: Read record-oriented files Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 24 02:49:55 PST 2003 Responsible-Changed-Why: I'll take this one http://www.freebsd.org/cgi/query-pr.cgi?pr=59623 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 02:51:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EFE916A4CE; Mon, 24 Nov 2003 02:51:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3DB443FAF; Mon, 24 Nov 2003 02:51:15 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOApFFY067483; Mon, 24 Nov 2003 02:51:15 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOApFL4067479; Mon, 24 Nov 2003 02:51:15 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 02:51:15 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241051.hAOApFL4067479@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/59635: Update port: devel/p5-Params-Validate to 0.70 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 10:51:16 -0000 Synopsis: Update port: devel/p5-Params-Validate to 0.70 Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 24 02:51:07 PST 2003 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=59635 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 02:56:50 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90CED16A4CE; Mon, 24 Nov 2003 02:56:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01A6E43FAF; Mon, 24 Nov 2003 02:56:50 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOAunFY067613; Mon, 24 Nov 2003 02:56:49 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOAunFL067609; Mon, 24 Nov 2003 02:56:49 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 02:56:49 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241056.hAOAunFL067609@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/59537: update port: net/p5-Net-CIDR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 10:56:50 -0000 Synopsis: update port: net/p5-Net-CIDR Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 24 02:55:49 PST 2003 Responsible-Changed-Why: I'll handle this one http://www.freebsd.org/cgi/query-pr.cgi?pr=59537 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 02:57:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F52F16A4CE; Mon, 24 Nov 2003 02:57:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEACD43F3F; Mon, 24 Nov 2003 02:57:24 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOAvOFY067663; Mon, 24 Nov 2003 02:57:24 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOAvO9G067659; Mon, 24 Nov 2003 02:57:24 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 02:57:24 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241057.hAOAvO9G067659@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/59625: p5-IO-INET6 has to be updated X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 10:57:25 -0000 Synopsis: p5-IO-INET6 has to be updated Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 24 02:56:52 PST 2003 Responsible-Changed-Why: I'll handle this one http://www.freebsd.org/cgi/query-pr.cgi?pr=59625 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 03:02:30 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38E9616A4CE; Mon, 24 Nov 2003 03:02:30 -0800 (PST) Received: from thezone.swistgroup.com (thezone.swistgroup.com [196.44.35.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0AD543FE5; Mon, 24 Nov 2003 03:02:27 -0800 (PST) (envelope-from conrad.burger@swistgroup.com) Received: from steinmail.swistgroup.com ([172.16.1.3]) by thezone.swistgroup.com with esmtp (Exim 4.24; FreeBSD 5.1) id 1AOEU4-000N1t-FF; Mon, 24 Nov 2003 13:02:24 +0200 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Mon, 24 Nov 2003 13:02:26 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Jakarta 4.1.29 dist location incorrect Thread-Index: AcOvktRETLnTUVyMTKW2LLuMeCTYVgC5vOHg From: "Conrad Burger" To: X-Scan-Signature: 4501ce627ef8be78b844bb9604cabcac cc: freebsd-ports-bugs@freebsd.org cc: freebsd-java@freebsd.org Subject: Jakarta 4.1.29 dist location incorrect X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 11:02:30 -0000 Hi=20 I had to edit the makefile for Tomcat4.1.29 for the fetch to succeed, could someone please fix this. Incorrect location =3D = http://www.apache.org/dist/jakarta/tomcat-4/binaries/ Correct location =3D = http://www.apache.org/dist/jakarta/tomcat-4/v4.1.29/bin/=20 Please advise if what I am saying is wrong. Cheers=20 Conrad Burger=20 Support Engineer =09 TEBiVO Business Continuity=20 conrad@tebivo.com=20 =09 Click here to view our e-mail legal notice:=20 http://www.tebivo.com/email.htm or call: +27 21 888 7920 =09 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 03:09:46 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 813C016A4CE; Mon, 24 Nov 2003 03:09:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E45BB43F3F; Mon, 24 Nov 2003 03:09:45 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOB9jFY071443; Mon, 24 Nov 2003 03:09:45 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOB9j7n071439; Mon, 24 Nov 2003 03:09:45 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 03:09:45 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241109.hAOB9j7n071439@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/56219: new port: sysutils/mapchan, mapchan utility of SCO Unix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 11:09:46 -0000 Synopsis: new port: sysutils/mapchan, mapchan utility of SCO Unix Class-Changed-From-To: update->change-request Class-Changed-By: mat Class-Changed-When: Mon Nov 24 03:08:48 PST 2003 Class-Changed-Why: New ports goes there http://www.freebsd.org/cgi/query-pr.cgi?pr=56219 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 03:10:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E505C16A4CE for ; Mon, 24 Nov 2003 03:10:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11F9A43FBF for ; Mon, 24 Nov 2003 03:10:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOBACFY071493 for ; Mon, 24 Nov 2003 03:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOBACQ1071492; Mon, 24 Nov 2003 03:10:12 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 03:10:12 -0800 (PST) Resent-Message-Id: <200311241110.hAOBACQ1071492@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dada@sbox.tugraz.at Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31CE616A4CE for ; Mon, 24 Nov 2003 03:01:53 -0800 (PST) Received: from mailrelay01.tugraz.at (mailrelay.tu-graz.ac.at [129.27.3.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D9943FCB for ; Mon, 24 Nov 2003 03:01:36 -0800 (PST) (envelope-from dada@sbox.tugraz.at) Received: from localhost (webmail02.tu-graz.ac.at [129.27.3.144]) hAOB1Yht006841; Mon, 24 Nov 2003 12:01:34 +0100 (CET) Received: from ABRZ175.kfunigraz.ac.at (ABRZ175.kfunigraz.ac.at ; Mon, 24 Nov 2003 12:01:35 +0100 Message-Id: <20031124120135.3pmqokwo00sogs4c@webmail.tugraz.at> Date: Mon, 24 Nov 2003 12:01:35 +0100 From: dada@sbox.tugraz.at To: freebsd-gnats-submit@FreeBSD.org Subject: ports/59636: [maintainer update] sysutils/cvsweb-converters 0.2 => 0.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 11:10:15 -0000 >Number: 59636 >Category: ports >Synopsis: [maintainer update] sysutils/cvsweb-converters 0.2 => 0.2.1 >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: Mon Nov 24 03:10:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 4.9-STABLE i386 >Organization: Graz University >Environment: System: FreeBSD Martin.liebt.Susi 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Nov 20 21:46:53 CET 2003 toor@Martin.liebt.Susi:/usr/obj/usr/src/sys/LEND4 i386 >Description: maintainer update: sysutils/cvsweb-converters 0.2 => 0.2.1 New distfile, updated pkg-descr. >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/martin/.CVS-Repository/ports/sysutils/cvsweb-converters/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -t -r1.1.1.1 -r1.3 --- Makefile 24 Oct 2003 12:03:45 -0000 1.1.1.1 +++ Makefile 24 Nov 2003 08:34:06 -0000 1.3 @@ -6,7 +6,7 @@ # PORTNAME= cvsweb-converters -PORTVERSION= 0.2 +PORTVERSION= 0.2.1 CATEGORIES= sysutils MASTER_SITES= http://www.sbox.TUGraz.at/home/d/dada/distfiles/ @@ -24,7 +24,7 @@ post-patch: @${PERL} -i -wpe ' \ s[ \@PREFIX\@ ](${PREFIX})gx; \ - s[ \@PERL5\@ ](${PERL})gx; \ + s[ \@PERL\@ ](${PERL})gx; \ ' -- "${WRKSRC}"/*.pl.in do-install: Index: distinfo =================================================================== RCS file: /home/martin/.CVS-Repository/ports/sysutils/cvsweb-converters/distinfo,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -t -r1.1.1.1 -r1.3 --- distinfo 23 Mar 2001 03:03:05 -0000 1.1.1.1 +++ distinfo 24 Nov 2003 08:34:06 -0000 1.3 @@ -1 +1 @@ -MD5 (cvsweb-converters-0.2.tar.gz) = 8df90d0b88e11e0089f979f24f462be0 +MD5 (cvsweb-converters-0.2.1.tar.gz) = 115291a2425f9c6ccedbbcf211cc593a Index: pkg-descr =================================================================== RCS file: /home/martin/.CVS-Repository/ports/sysutils/cvsweb-converters/pkg-descr,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -t -r1.1.1.1 -r1.2 --- pkg-descr 15 Mar 2001 13:36:29 -0000 1.1.1.1 +++ pkg-descr 23 Nov 2003 19:01:24 -0000 1.2 @@ -1,24 +1,23 @@ -Note: If you don't know what cvs, cvsup and cvsweb.cgi are then this -text is most likely not interesting for you. This is primarily -intended for people tracking the development of FreeBSD and other open -source projects with a public CVS repository. +Note: If you don't know what CVS, cvsup and cvsweb.cgi are then this +text is most likely not interesting for you. +This tool is primarily intended for people tracking the development of +FreeBSD and other open source projects with a public CVS repository. This package provides three Perl scripts: + commitlog2cvsweb: converts FreeBSD commitlog files to HTML + cvsrdiff2cvsweb: converts output of "cvs rdiff -s" to HTML + cvsuplog2cvsweb: converts log output of "cvsup" to HTML -They basically transform their input almost unchanged to HTML, adding -only hyperlinks to a cvsweb.cgi script for each changed file. In order -to use them you need +They basically transform their input to HTML, adding hyperlinks to a +cvsweb URL (cf. port devel/cvsweb) for each changed file. You can +browse a log of file changes and click on anything of interest to see +the details of the change. +In order to use this tool you need: 1. access to a CVS repository of interest to you (either by local/remote cvs or by cvsup) - 2. WWW access to the repository with a cvsweb CGI. -To use commitlog2cvsweb you have to mirror the src-base part of the -FreeBSD CVS repository. This is currently (2001) about 17 megabytes. - -Other than saving you some typing (of URLs) these scripts won't do much -for you. You probably don't need this unless you frequently use cvsweb -or you got used to browse FreeBSD commit logs. + 2. WWW access to the repository with the cvsweb CGI. +To use commitlog2cvsweb you have to track the cvsroot-common and +cvsroot-src part of the FreeBSD CVS repository with cvsup. This +requires some 25 megabytes disk space for the commit logs. -- Martin Kammerhofer >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 03:12:04 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10ECF16A4CE; Mon, 24 Nov 2003 03:12:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 765EE43FCB; Mon, 24 Nov 2003 03:12:03 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOBC3FY071602; Mon, 24 Nov 2003 03:12:03 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOBC3HK071598; Mon, 24 Nov 2003 03:12:03 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 03:12:03 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241112.hAOBC3HK071598@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/56755: update for the port print/cdlabelgen X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 11:12:04 -0000 Synopsis: update for the port print/cdlabelgen Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 24 03:10:53 PST 2003 Responsible-Changed-Why: I'll take this one http://www.freebsd.org/cgi/query-pr.cgi?pr=56755 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 03:37:42 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D5416A4D8; Mon, 24 Nov 2003 03:37:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FE8143FEC; Mon, 24 Nov 2003 03:37:42 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOBbgFY074578; Mon, 24 Nov 2003 03:37:42 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOBbfOW074574; Mon, 24 Nov 2003 03:37:41 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 03:37:41 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241137.hAOBbfOW074574@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58051: New port: chinese/cdrtools X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 11:37:43 -0000 Synopsis: New port: chinese/cdrtools Class-Changed-From-To: update->change-request Class-Changed-By: mat Class-Changed-When: Mon Nov 24 03:37:03 PST 2003 Class-Changed-Why: New ports goes there http://www.freebsd.org/cgi/query-pr.cgi?pr=58051 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 03:38:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F9E116A4CE; Mon, 24 Nov 2003 03:38:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7562443FEA; Mon, 24 Nov 2003 03:38:19 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOBcJFY074629; Mon, 24 Nov 2003 03:38:19 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOBcJ1S074625; Mon, 24 Nov 2003 03:38:19 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 03:38:19 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241138.hAOBcJ1S074625@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58052: New port: chinese/chm2html X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 11:38:20 -0000 Synopsis: New port: chinese/chm2html Class-Changed-From-To: update->change-request Class-Changed-By: mat Class-Changed-When: Mon Nov 24 03:37:44 PST 2003 Class-Changed-Why: New ports should be there http://www.freebsd.org/cgi/query-pr.cgi?pr=58052 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 03:39:31 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6730B16A4CE; Mon, 24 Nov 2003 03:39:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD0B143FE0; Mon, 24 Nov 2003 03:39:30 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOBdUFY074675; Mon, 24 Nov 2003 03:39:30 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOBdULX074671; Mon, 24 Nov 2003 03:39:30 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 03:39:30 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241139.hAOBdULX074671@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58053: New port: chinese/ftpd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 11:39:31 -0000 Synopsis: New port: chinese/ftpd Class-Changed-From-To: update->change-request Class-Changed-By: mat Class-Changed-When: Mon Nov 24 03:38:21 PST 2003 Class-Changed-Why: New ports should be there http://www.freebsd.org/cgi/query-pr.cgi?pr=58053 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 03:44:27 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB66516A4CE; Mon, 24 Nov 2003 03:44:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B00343F75; Mon, 24 Nov 2003 03:44:27 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOBiRFY075181; Mon, 24 Nov 2003 03:44:27 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOBiRs5075177; Mon, 24 Nov 2003 03:44:27 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 03:44:27 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241144.hAOBiRs5075177@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58460: Update port: print/foomatic-filters to 20031022 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 11:44:28 -0000 Synopsis: Update port: print/foomatic-filters to 20031022 Class-Changed-From-To: update->maintainer-update Class-Changed-By: mat Class-Changed-When: Mon Nov 24 03:42:54 PST 2003 Class-Changed-Why: It's a maintainer-update http://www.freebsd.org/cgi/query-pr.cgi?pr=58460 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 03:48:33 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 106BD16A4CE; Mon, 24 Nov 2003 03:48:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2643043FE1; Mon, 24 Nov 2003 03:48:32 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOBmWFY075264; Mon, 24 Nov 2003 03:48:32 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOBmWZZ075260; Mon, 24 Nov 2003 03:48:32 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 03:48:32 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241148.hAOBmWZZ075260@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/58512: Update port: www/phpnuke X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 11:48:33 -0000 Synopsis: Update port: www/phpnuke Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 24 03:45:08 PST 2003 Responsible-Changed-Why: I'll take this one http://www.freebsd.org/cgi/query-pr.cgi?pr=58512 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:01:49 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B13616A4CE; Mon, 24 Nov 2003 04:01:49 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FC6343F75; Mon, 24 Nov 2003 04:01:48 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hAOC1TUF018810; Mon, 24 Nov 2003 07:01:29 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hAOC1TlL018806; Mon, 24 Nov 2003 07:01:29 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Mon, 24 Nov 2003 07:01:28 -0500 (EST) From: Trevor Johnson To: portmgr@freebsd.org Message-ID: <20031124065942.Q95201@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@freebsd.org Subject: patch for ports/audio/autozen X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:01:49 -0000 (bcc to FireWire BSD and Julian St.) -- Trevor Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:09:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB56C16A4CF; Mon, 24 Nov 2003 04:09:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC11843FEA; Mon, 24 Nov 2003 04:09:22 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOC9MFY083033; Mon, 24 Nov 2003 04:09:22 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOC9K1B083029; Mon, 24 Nov 2003 04:09:20 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 04:09:20 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241209.hAOC9K1B083029@freefall.freebsd.org> To: rob@debank.tv, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58776: Fixes for net/nagios-plugins X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:09:24 -0000 Synopsis: Fixes for net/nagios-plugins State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Mon Nov 24 04:04:54 PST 2003 State-Changed-Why: Asked maintainer for approval http://www.freebsd.org/cgi/query-pr.cgi?pr=58776 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:10:27 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10D2616A4CE for ; Mon, 24 Nov 2003 04:10:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B3B43FAF for ; Mon, 24 Nov 2003 04:10:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCAQFY083103 for ; Mon, 24 Nov 2003 04:10:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCAPNH083101; Mon, 24 Nov 2003 04:10:25 -0800 (PST) (envelope-from gnats) Date: Mon, 24 Nov 2003 04:10:25 -0800 (PST) Message-Id: <200311241210.hAOCAPNH083101@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/58776: Fixes for net/nagios-plugins X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:10:27 -0000 The following reply was made to PR ports/58776; it has been noted by GNATS. From: Mathieu Arnold To: blaz@si.FreeBSD.org Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/58776: Fixes for net/nagios-plugins Date: Mon, 24 Nov 2003 13:08:50 +0100 Maintainer, could you please have a look into PR 58776 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/58776 and approve or disapprove the patch -- Mathieu Arnold From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:13:08 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 008B016A4CE; Mon, 24 Nov 2003 04:13:08 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id D079543FE3; Mon, 24 Nov 2003 04:13:06 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hAOCD6UF019896; Mon, 24 Nov 2003 07:13:06 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hAOCD6Et019893; Mon, 24 Nov 2003 07:13:06 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Mon, 24 Nov 2003 07:13:06 -0500 (EST) From: Trevor Johnson To: portmgr@freebsd.org Message-ID: <20031124071203.Q95201@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@freebsd.org cc: obirne@freebsd.org Subject: patch for ports/www/mozilla-firebird X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:13:08 -0000 -- Trevor Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:14:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A70AE16A4CF; Mon, 24 Nov 2003 04:14:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E6E43FE3; Mon, 24 Nov 2003 04:14:11 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCEBFY083303; Mon, 24 Nov 2003 04:14:11 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCEBtn083299; Mon, 24 Nov 2003 04:14:11 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 04:14:11 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241214.hAOCEBtn083299@freefall.freebsd.org> To: eps+aim15286@ana.com, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58778: [non-maintainer] Update port: net/aim to 1.5.286 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:14:12 -0000 Synopsis: [non-maintainer] Update port: net/aim to 1.5.286 State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Mon Nov 24 04:09:24 PST 2003 State-Changed-Why: Asked the maintainer for approval http://www.freebsd.org/cgi/query-pr.cgi?pr=58778 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:18:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2617216A4CE; Mon, 24 Nov 2003 04:18:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 899CC43FDF; Mon, 24 Nov 2003 04:18:10 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCIAFY083447; Mon, 24 Nov 2003 04:18:10 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCIAwB083443; Mon, 24 Nov 2003 04:18:10 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 04:18:10 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241218.hAOCIAwB083443@freefall.freebsd.org> To: eps+aim15286@ana.com, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58778: [non-maintainer] Update port: net/aim to 1.5.286 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:18:11 -0000 Synopsis: [non-maintainer] Update port: net/aim to 1.5.286 State-Changed-From-To: feedback->open State-Changed-By: mat State-Changed-When: Mon Nov 24 04:17:24 PST 2003 State-Changed-Why: maintainer's address bounces http://www.freebsd.org/cgi/query-pr.cgi?pr=58778 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:19:42 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E34BE16A4CE; Mon, 24 Nov 2003 04:19:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4774443FBF; Mon, 24 Nov 2003 04:19:42 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCJgFY083513; Mon, 24 Nov 2003 04:19:42 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCJfvX083509; Mon, 24 Nov 2003 04:19:41 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 04:19:41 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241219.hAOCJfvX083509@freefall.freebsd.org> To: clsung@dragon2.net, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58798: Update port: irc/bitlbee X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:19:43 -0000 Synopsis: Update port: irc/bitlbee State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Mon Nov 24 04:14:14 PST 2003 State-Changed-Why: krion already asked the maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=58798 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:20:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBD6116A4CE for ; Mon, 24 Nov 2003 04:20:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27FB643FE9 for ; Mon, 24 Nov 2003 04:20:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCKOFY083567 for ; Mon, 24 Nov 2003 04:20:24 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCKO4W083566; Mon, 24 Nov 2003 04:20:24 -0800 (PST) (envelope-from gnats) Date: Mon, 24 Nov 2003 04:20:24 -0800 (PST) Message-Id: <200311241220.hAOCKO4W083566@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/58778: [non maintainer] Update port: net/aim to 1.5.286 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:20:24 -0000 The following reply was made to PR ports/58778; it has been noted by GNATS. From: Mathieu Arnold To: p9711422@mmu.edu.my Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/58778: [non maintainer] Update port: net/aim to 1.5.286 Date: Mon, 24 Nov 2003 13:13:51 +0100 Maintainer, could you please have a look into PR 58778 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/58778 and approve or disapprove the patch -- Mathieu Arnold From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:24:53 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEC5616A4CE; Mon, 24 Nov 2003 04:24:53 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF72D43FDD; Mon, 24 Nov 2003 04:24:52 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hAOCOqUF021078; Mon, 24 Nov 2003 07:24:52 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hAOCOqCL021075; Mon, 24 Nov 2003 07:24:52 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Mon, 24 Nov 2003 07:24:52 -0500 (EST) From: Trevor Johnson To: portmgr@freebsd.org Message-ID: <20031124072409.K95201@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@freebsd.org Subject: patch for ports/devel/bin86 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:24:54 -0000 -- Trevor Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:26:29 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0562D16A4D7; Mon, 24 Nov 2003 04:26:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2CE43F75; Mon, 24 Nov 2003 04:26:28 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCQSFY083737; Mon, 24 Nov 2003 04:26:28 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCQSWQ083733; Mon, 24 Nov 2003 04:26:28 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 04:26:28 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241226.hAOCQSWQ083733@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59250: Add ispell in polish category X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:26:29 -0000 Synopsis: Add ispell in polish category Class-Changed-From-To: update->change-request Class-Changed-By: mat Class-Changed-When: Mon Nov 24 04:25:25 PST 2003 Class-Changed-Why: That's a new port http://www.freebsd.org/cgi/query-pr.cgi?pr=59250 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:29:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F241F16A4CE; Mon, 24 Nov 2003 04:29:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6100043FAF; Mon, 24 Nov 2003 04:29:09 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCT9FY083838; Mon, 24 Nov 2003 04:29:09 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCT90T083834; Mon, 24 Nov 2003 04:29:09 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 04:29:09 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241229.hAOCT90T083834@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59422: new port: ports/sysutils/coreutils X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:29:11 -0000 Synopsis: new port: ports/sysutils/coreutils Class-Changed-From-To: update->change-request Class-Changed-By: mat Class-Changed-When: Mon Nov 24 04:28:21 PST 2003 Class-Changed-Why: That's a new port http://www.freebsd.org/cgi/query-pr.cgi?pr=59422 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:38:35 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CE5A16A4CE; Mon, 24 Nov 2003 04:38:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 726E143FAF; Mon, 24 Nov 2003 04:38:34 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCcYFY084610; Mon, 24 Nov 2003 04:38:34 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCcYxR084606; Mon, 24 Nov 2003 04:38:34 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 04:38:34 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241238.hAOCcYxR084606@freefall.freebsd.org> To: rui@ruilopes.com, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59459: Update port: converters/tnef to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:38:35 -0000 Synopsis: Update port: converters/tnef to 1.2.1 State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Mon Nov 24 04:29:53 PST 2003 State-Changed-Why: Asked the maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=59459 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:40:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60F2416A4CE for ; Mon, 24 Nov 2003 04:40:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77DE543FE0 for ; Mon, 24 Nov 2003 04:40:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCe9FY084716 for ; Mon, 24 Nov 2003 04:40:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCe9Fp084715; Mon, 24 Nov 2003 04:40:09 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 04:40:09 -0800 (PST) Resent-Message-Id: <200311241240.hAOCe9Fp084715@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volker Stolz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 321CC16A4D0; Mon, 24 Nov 2003 04:31:40 -0800 (PST) Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AEE44017; Mon, 24 Nov 2003 04:31:26 -0800 (PST) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73]) 8.11.1-0.5-michaelw-20030918) with ESMTP id hAOCVPe28608; Mon, 24 Nov 2003 13:31:25 +0100 Received: (from stolz@localhost)hAOCVQLD058920; Mon, 24 Nov 2003 13:31:26 +0100 (CET) (envelope-from stolz) Message-Id: <200311241231.hAOCVQLD058920@menelaos.informatik.rwth-aachen.de> Date: Mon, 24 Nov 2003 13:31:26 +0100 (CET) From: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: linimon@FreeBSD.org Subject: ports/59637: [patch] emulators/generator: Force use of gcc-2.95 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:40:11 -0000 X-List-Received-Date: Mon, 24 Nov 2003 12:40:11 -0000 >Number: 59637 >Category: ports >Synopsis: [patch] emulators/generator: Force use of gcc-2.95 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 24 04:40:08 PST 2003 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.9-RC i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-RC FreeBSD 4.9-RC #10: Tue Oct 7 12:32:25 CEST 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 >Description: The mastersite states that gcc3-produced code doesn't work correctly and suggest using gcc 2.95 (See below). >How-To-Repeat: >Fix: Force use of gcc295 (where applicable) (and thus unbreak on -CURRENT) --- generator begins here --- --- Makefile.orig Mon Nov 24 13:20:40 2003 +++ Makefile Mon Nov 24 13:25:04 2003 @@ -16,6 +16,10 @@ # apparently the configure script can't handle this NOT_FOR_ARCHS= alpha +# force gcc 2.9.5 for the time being, c.f. comment on MASTERSITE: +# "... Until this is sorted, you should use gcc 2.95 to compile Generator." +USE_GGC= 2.95 + LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ SDL-1.1.5:${PORTSDIR}/devel/sdl12 .if (${MACHINE_ARCH} == "i386") @@ -53,10 +57,6 @@ 's|-malign-loops|-falign-loops|g ; \ s|-malign-jumps|-falign-jumps|g ; \ s|-malign-functions|-falign-functions|g' ${WRKSRC}/configure -.endif - -.if ${OSVERSION} >= 501102 -BROKEN= "Fails to compile due to gcc3.3 preprocessor" .endif .include --- generator ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:40:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 122CA16A4CE for ; Mon, 24 Nov 2003 04:40:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C4243FDD for ; Mon, 24 Nov 2003 04:40:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCeBFY084725 for ; Mon, 24 Nov 2003 04:40:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCeBCp084724; Mon, 24 Nov 2003 04:40:11 -0800 (PST) (envelope-from gnats) Date: Mon, 24 Nov 2003 04:40:11 -0800 (PST) Message-Id: <200311241240.hAOCeBCp084724@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/59459: Update port: converters/tnef to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:40:12 -0000 The following reply was made to PR ports/59459; it has been noted by GNATS. From: Mathieu Arnold To: cr@jcmax.com Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/59459: Update port: converters/tnef to 1.2.1 Date: Mon, 24 Nov 2003 13:33:41 +0100 Maintainer, could you please have a look at PR 59459 And approve or disapprove the patch -- Mathieu Arnold From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:40:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32D5816A4CE; Mon, 24 Nov 2003 04:40:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F93143FDF; Mon, 24 Nov 2003 04:40:27 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCeRFY084781; Mon, 24 Nov 2003 04:40:27 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCeRao084777; Mon, 24 Nov 2003 04:40:27 -0800 (PST) (envelope-from sergei) Date: Mon, 24 Nov 2003 04:40:27 -0800 (PST) From: Sergei Kolobov Message-Id: <200311241240.hAOCeRao084777@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59633: [NEW PORT]: x11/xfce4-clipman-plugin (supercedes PR/58915) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:40:28 -0000 Synopsis: [NEW PORT]: x11/xfce4-clipman-plugin (supercedes PR/58915) Class-Changed-From-To: sw-bug->change-request Class-Changed-By: sergei Class-Changed-When: Mon Nov 24 04:36:29 PST 2003 Class-Changed-Why: Accurate class. Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Mon Nov 24 04:36:29 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59633 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:46:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D8116A4CE; Mon, 24 Nov 2003 04:46:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77CE543FCB; Mon, 24 Nov 2003 04:46:10 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCkAFY084902; Mon, 24 Nov 2003 04:46:10 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCk9Og084898; Mon, 24 Nov 2003 04:46:09 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 04:46:09 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241246.hAOCk9Og084898@freefall.freebsd.org> To: mainka@antidot.net, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59504: port upgrade net/kopete to 0.7.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:46:11 -0000 Synopsis: port upgrade net/kopete to 0.7.4 State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Mon Nov 24 04:45:28 PST 2003 State-Changed-Why: arved asked the maintainer about it http://www.freebsd.org/cgi/query-pr.cgi?pr=59504 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:48:07 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ACA516A4CE; Mon, 24 Nov 2003 04:48:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CDFB43FE3; Mon, 24 Nov 2003 04:48:06 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCm6FY085012; Mon, 24 Nov 2003 04:48:06 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCm6hN085008; Mon, 24 Nov 2003 04:48:06 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 04:48:06 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241248.hAOCm6hN085008@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59525: New port: mail/vqregister X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:48:07 -0000 Synopsis: New port: mail/vqregister Class-Changed-From-To: update->change-request Class-Changed-By: mat Class-Changed-When: Mon Nov 24 04:47:43 PST 2003 Class-Changed-Why: New port http://www.freebsd.org/cgi/query-pr.cgi?pr=59525 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:50:58 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F2C016A4CE; Mon, 24 Nov 2003 04:50:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B05E543FA3; Mon, 24 Nov 2003 04:50:57 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCovFY085198; Mon, 24 Nov 2003 04:50:57 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCovpj085194; Mon, 24 Nov 2003 04:50:57 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 04:50:57 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241250.hAOCovpj085194@freefall.freebsd.org> To: sheepkiller@cultdeadsheep.org, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59534: [bento fix] devel/adacurses: update to 5.3 and unbreak on -CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:50:58 -0000 Synopsis: [bento fix] devel/adacurses: update to 5.3 and unbreak on -CURRENT State-Changed-From-To: open->closed State-Changed-By: mat State-Changed-When: Mon Nov 24 04:48:08 PST 2003 State-Changed-Why: Already committed by leeym http://www.freebsd.org/cgi/query-pr.cgi?pr=59534 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 04:53:33 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA4D16A4CE; Mon, 24 Nov 2003 04:53:33 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF0A643FF2; Mon, 24 Nov 2003 04:53:32 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOCrWFY085318; Mon, 24 Nov 2003 04:53:32 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOCrWHk085314; Mon, 24 Nov 2003 04:53:32 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 04:53:32 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241253.hAOCrWHk085314@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/59599: Update add conflicts to the samba-* ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:53:34 -0000 Synopsis: Update add conflicts to the samba-* ports Responsible-Changed-From-To: freebsd-ports-bugs->dwcjr Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 24 04:51:50 PST 2003 Responsible-Changed-Why: Hand over to the maintainer of most of the ports this PR updates :) http://www.freebsd.org/cgi/query-pr.cgi?pr=59599 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 05:00:47 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDB6816A4CE for ; Mon, 24 Nov 2003 05:00:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0D5A43FE3 for ; Mon, 24 Nov 2003 05:00:44 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOD0iFY085550 for ; Mon, 24 Nov 2003 05:00:44 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOD0iZK085549; Mon, 24 Nov 2003 05:00:44 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 05:00:44 -0800 (PST) Resent-Message-Id: <200311241300.hAOD0iZK085549@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan-Peter Koopmann Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B132816A4CE; Mon, 24 Nov 2003 04:54:29 -0800 (PST) Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96AD43FCB; Mon, 24 Nov 2003 04:54:26 -0800 (PST) (envelope-from root@seceidos.de) Message-Id: <200311241254.hAOCsKGK032110@services.intern.seceidos.de> Date: Mon, 24 Nov 2003 13:54:20 +0100 (CET) From: Jan-Peter Koopmann To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sergei@FreeBSD.org Subject: ports/59639: [NEW PORT] mail/p5-Mail-ClamAV: Perl extension for the clamav virus scanner X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:00:47 -0000 >Number: 59639 >Category: ports >Synopsis: [NEW PORT] mail/p5-Mail-ClamAV: Perl extension for the clamav virus scanner >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: Mon Nov 24 05:00:43 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jan-Peter Koopmann >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD services.intern.seceidos.de 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Aug 4 11:45:56 CEST >Description: Clam AntiVirus is an anti-virus toolkit for UNIX WWW:clamav.elektrapro.com. This module provide a simple interface to it's C API. Author Scott Beck Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- p5-Mail-ClamAV-0.04.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Mail-ClamAV # p5-Mail-ClamAV/pkg-plist # p5-Mail-ClamAV/pkg-descr # p5-Mail-ClamAV/Makefile # p5-Mail-ClamAV/pkg-message # p5-Mail-ClamAV/distinfo # echo c - p5-Mail-ClamAV mkdir -p p5-Mail-ClamAV > /dev/null 2>&1 echo x - p5-Mail-ClamAV/pkg-plist sed 's/^X//' >p5-Mail-ClamAV/pkg-plist << 'END-of-p5-Mail-ClamAV/pkg-plist' X%%SITE_PERL%%/mach/Mail/ClamAV.pm X%%SITE_PERL%%/mach/auto/Mail/ClamAV/.packlist X%%SITE_PERL%%/mach/auto/Mail/ClamAV/ClamAV.bs X%%SITE_PERL%%/mach/auto/Mail/ClamAV/ClamAV.so X@dirrm %%SITE_PERL%%/mach/auto/Mail/ClamAV END-of-p5-Mail-ClamAV/pkg-plist echo x - p5-Mail-ClamAV/pkg-descr sed 's/^X//' >p5-Mail-ClamAV/pkg-descr << 'END-of-p5-Mail-ClamAV/pkg-descr' XClam AntiVirus is an anti-virus toolkit for UNIX XWWW:clamav.elektrapro.com. This module provide a simple interface Xto it's C API. X XAuthor Scott Beck END-of-p5-Mail-ClamAV/pkg-descr echo x - p5-Mail-ClamAV/Makefile sed 's/^X//' >p5-Mail-ClamAV/Makefile << 'END-of-p5-Mail-ClamAV/Makefile' X# New ports collection makefile for: p5-Mail-ClamAV X# Date created: 2003-11-24 X# Whom: Jan-Peter Koopmann X# X# $FreeBSD$ X# X XPORTNAME= Mail-ClamAV XPORTVERSION= 0.04 XCATEGORIES= mail perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Mail XPKGNAMEPREFIX= p5- X XMAINTAINER= j.koopmann@seceidos.de XCOMMENT= Perl extension for the clamav virus scanner X XBUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \ X ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline \ X clamscan:${PORTSDIR}/security/clamav XRUN_DEPENDS= ${BUILD_DEPENDS} X XINSTALLS_SHLIB= yes X XPERL_CONFIGURE= yes X XMAN3= Mail::ClamAV.3 X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-p5-Mail-ClamAV/Makefile echo x - p5-Mail-ClamAV/pkg-message sed 's/^X//' >p5-Mail-ClamAV/pkg-message << 'END-of-p5-Mail-ClamAV/pkg-message' X******************************************** X XHave a look at the documentation: X Xman Mail::ClamAV X X******************************************** X END-of-p5-Mail-ClamAV/pkg-message echo x - p5-Mail-ClamAV/distinfo sed 's/^X//' >p5-Mail-ClamAV/distinfo << 'END-of-p5-Mail-ClamAV/distinfo' XMD5 (Mail-ClamAV-0.04.tar.gz) = f8b664f7b1c3903601e3aa8c9b64b683 END-of-p5-Mail-ClamAV/distinfo exit --- p5-Mail-ClamAV-0.04.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 05:06:53 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C85B016A4CE; Mon, 24 Nov 2003 05:06:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 339D443F93; Mon, 24 Nov 2003 05:06:53 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOD6rFY089010; Mon, 24 Nov 2003 05:06:53 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOD6r56089006; Mon, 24 Nov 2003 05:06:53 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 05:06:53 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241306.hAOD6r56089006@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/59639: [NEW PORT] mail/p5-Mail-ClamAV: Perl extension for the clamav virus scanner X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:06:53 -0000 Synopsis: [NEW PORT] mail/p5-Mail-ClamAV: Perl extension for the clamav virus scanner Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 24 05:06:30 PST 2003 Responsible-Changed-Why: I'll take this http://www.freebsd.org/cgi/query-pr.cgi?pr=59639 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 05:09:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5413216A4CE; Mon, 24 Nov 2003 05:09:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A92D843F75; Mon, 24 Nov 2003 05:09:20 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOD9KFY089146; Mon, 24 Nov 2003 05:09:20 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOD9KI0089142; Mon, 24 Nov 2003 05:09:20 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 05:09:20 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241309.hAOD9KI0089142@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/56536: New Port: www/CGI-Application-ValidateRM 1.06 - Helps to validate web forms when using the CGI::Application framework and Data::FormValidator. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:09:21 -0000 Synopsis: New Port: www/CGI-Application-ValidateRM 1.06 - Helps to validate web forms when using the CGI::Application framework and Data::FormValidator. Class-Changed-From-To: sw-bug->change-request Class-Changed-By: mat Class-Changed-When: Mon Nov 24 05:09:01 PST 2003 Class-Changed-Why: New port http://www.freebsd.org/cgi/query-pr.cgi?pr=56536 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 05:10:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1216016A4CE for ; Mon, 24 Nov 2003 05:10:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C4543FE0 for ; Mon, 24 Nov 2003 05:10:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAODAAFY089295 for ; Mon, 24 Nov 2003 05:10:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAODAAEQ089294; Mon, 24 Nov 2003 05:10:10 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 05:10:10 -0800 (PST) Resent-Message-Id: <200311241310.hAODAAEQ089294@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Burkert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BF7116A4CE for ; Mon, 24 Nov 2003 05:05:27 -0800 (PST) Received: from host3.beine-computer.de (host3.beine-computer.de [80.243.45.234]) by mx1.FreeBSD.org (Postfix) with SMTP id C421043FE3 for ; Mon, 24 Nov 2003 05:05:23 -0800 (PST) (envelope-from burkert@host2.beine-computer.de) Received: (qmail 58870 invoked by uid 0); 24 Nov 2003 13:05:26 -0000 Received: from unknown (HELO host2.beine-computer.de) (80.243.45.233) by host3.beine-computer.de with SMTP; 24 Nov 2003 13:05:26 -0000 Received: (qmail 91652 invoked by uid 1013); 24 Nov 2003 13:05:26 -0000 Message-Id: <20031124130526.91651.qmail@host2.beine-computer.de> Date: 24 Nov 2003 13:05:26 -0000 From: Chris Burkert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Jean-Sebastien Roy Subject: ports/59640: Update Port: lang/visualworks - advance visualworks to version 7.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Burkert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:10:14 -0000 >Number: 59640 >Category: ports >Synopsis: Update Port: lang/visualworks - advance visualworks to version 7.2 >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: Mon Nov 24 05:10:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: Chris Burkert >Release: FreeBSD 5.1-RELEASE i386 >Organization: private >Environment: System: FreeBSD localhost 5.1-RELEASE FreeBSD 5.1-RELEASE #3: Thu Nov 20 16:56:10 CET 2003 chbu@localhost:/usr/src/sys/i386/compile/BANIAS-5.1 i386 >Description: The new version of visualworks (7.2). Be aware that fetching it is about 155 MB in size. >How-To-Repeat: - >Fix: begin 644 visualworks.diff.tar.gz M'XL(`!0!PC\``]2=;7/;MI;'^];^%-SF+ M.^,!`5#B-45R2$JVV^W]['M`RM832("4^F*3F=@2_^>'`Q`X.*`@9!GF"Q0] M)ME#WB=A$'SW%_Q1-56U3?,[554UQ](V?ZJZ:3JZ`[\[CJV:JFKJH--TQS*_ M4]2_PIG=/XN\0)FB?(=G_J)))[K^__0/N^=*+UM\5@:+/!ND25;D@PC%T\%R MW3-Z3E\;7*,'&H01;1*^BDY[O9XT\>0;)7E^\/]G@G?;8VU\O[L:7-Y_?GX"/IV<[[^BGRF@XN?CYYN[R8OS^A'FD M1&&\>#KM70_'DXN[^_'EA%V9%47Z;C!X?'SLXS#&R3R?HR@J4/30AQ<#/R=5 MG9:/,6:-<=H[OQQ//EY>,>,/**=?2[^^E2,3NFA_^KORS].S0PK1!Z=G&X4, MR1+%F)))DD2;19S4%Z^TYU=7HRW!^7BR?MT[.;EX*FA,*&'0K0L_ M)PD):=X;9FB:Q-Q+YS?7%]P+ORSB;2]0@?RM`I17\99P]=YNF>LKHYOA9@76 M%[9]6;^_Z\KJ[7$8+6EVC;*'+9\N-??S")R-DFF^5;/+.9INNW^3TKB\E9MO MWD:+Z66\_59&ER%]W')B7"39-NWK=>^*]5/7WBIV=9O1DGZC/NL)#V&Q18*W MAVD:A1@581*/:0:UV@*#@+T;XM>6/E58+[L??_EP?GGW_N3[/UX&VY^#ZO?5 M>/H3!B(;GZ;^5K>4,[,7H\G%^?N3-W>4A'F1A?Z".:"$N9)F MB8_\Z%F)DT)):38/BX*2_ALVKDG2"V,(Z5'T#JKWT_=_7/\*3ORI0,%W%Q\O M?WMQ@>L.&&`"TF]WE='?_ZZPR:&'(40J_U#^MWKUQ%[U1G+(,Y$/3'%HH7`; MH)2+T:>;^]'U^9_*F[_]Q\`/XT$^>Z/\N$:O0F?5+FOUU\OQE^'5MYN[7\?O M9>JD_,AAGK5D>:J,<8%4O^UZO>DT MU\O=\0<0EIHH8:$\9F%!(5K1VO;Y='T#+Q9GC\J_-[E-SM6:E7KW>C-%F[=SDFO"<17%1($<*J.01I1=Z`=M_H.R1-&B[#\_Z/,?WBK] M?O^MLHB+,"HEE?/3A%7L$3U74U`?*-&"4.6_(?_JLQ#6GS_\>"J?:;/Y+HR# MI#'U?1%)9=HOXNZ9]BMA.]/6[7>JM:K9QI;W65S>.]ZW-+^<]-"O.% MGUS^E_)>\3'6*'4,ZM#`"%0'.]@V'$LE"/FV@]P:X#HC91!*/1T%"#D>&&D6 M`EM@>@B6FDY`2!UDG;4RB./YNN82A#7(CW53LTS'0IJI.7Z@8T,S:B"<5)?1 M/*B-X7H^<4R,*+&)XV$=*+YI!9ZOT1H:-S]F/(MJNJ89*@E\FQ+7LDB@$V3J M-C4U`^&Z*G*2:D:S+>Q`FR-#]3T-^]C6"&17MF<%#B*&+O)NG?Z6#6>;/C8\ MPS4LJ&Q`?,?TH>Y()9BZ`3&;81L@U]5UAP2J:]O@!T:6[P>4:"XU;&(;%JH! M<=)K1B,6=3VLV9[G^1ZFONF8B%B:32S;=AQ3JZ-MY.0,@\'>4O7`,FP;;J>M MJ3;%ID>H[U++L.IJMY/(E[W4\G0**$WU-&KJFFGZ:D!TW_4,S3>]NENXE?TS MCJ&JFJM[5'4MZ%'0:4T+V,C`0\@(46*J%#=?QX%8%KN4& MEJ]Z`(>.6]?C]U85C*43S?1TTW%=33>)JJJ(>(;CN=@FKFM;>AVK?BE2-9D# M8])S;2UPH;DT;%M.@*%_$.Q3UU=KJ/O+DS+40#`$<`,(W!?;\!WLF9A8NHMJ M(!LK^K*+:0$-7%\S#(BGMFZ8R/(,@G45*)YMT#K*5D!5?1AU5N"KE+H0`CWJ M>?#3AIKYA)AF4`?97M:7E7*HBJ!1#-.`CN\A4U/5P-)US=`=*W!)#6D_PB`M M,%4(S*9*+`=1`PC+8:QV9^`U+(V;4N57E51J_JK>S\T-3RXW M7R/VDW-M,SF'3N.Q]-R&!BT?M+&G%B]/4?:2G^IY0C\EP?[%;S3"L);F7T2K M67(PG'R@,9[-$9O<4LPII$;*VJY!>DT+]'DQIUF(Q=QML8!\B[*<9J-DGH81 M=$D1>UI.7R M6,1\U8EXSWE!Y\,81<]Y*.X9NW(!O4KZ1-"5JID51=N9I`"Z)^?1-Y]`TJ2*F7CZLWD"1^TV"Z"+O8M/:-^-/6!JU]JVR$ODDV;T81@5!9 M/`E:=0&C/#++?P[R8N^Z#YL6^3R>KS(BV0>_DY[Y:4>1NEG6GP(8]+' M;1'2%O/7SX:EY'D:H7S6\\,B[YG]F:35(LY10.^3),WE;=)[0H-6^JH8>8O5 M+](&2Q2%!!7RC5N)^H*N^"I_TK1QV;ZB`NJR@RW-R[B1E`G'XZ:2.[S8A]NP MUNT-67["BYU;`MZP*`7)?+B`3EPFH0V<;9D4[9PN:92D!>+.&^]"YB]D$.V5BZ ME$]\M&STP(MXQM(-]JN@8C+VDN5W M*E2ZI,L8C`*$Z9"@%%;$S45PU`WL*UA[C68)+#S/P^IY1!.;HVY@W]2M%#:O M-]O+!J-=:3-5*OQLZ9IYXD"P%C60JJ1^E,1!.%UDK\\7RH<"3?!&NX;ROH6Q MH3>25PH10_8N[8M%9''+;LKJ:&QW6?6@)BM2OH2N;G7Y8OF8DB3/EOV,CDW3]Z5(Y@3V+J(A8#)8#U#W,31\^0YI5>AGZ'L>8#\9%$4,^JC@J6>QX63 M*((<#?%2J*[(,"3WRT<^6CP@Z0M&'AC@^-,N/V`E>H$7DMX6>@_9U4CSR"*ME=QY@]42X M<'_@6&B&']`;:L$'1H5:[F%CMQ9[P-`5,;N,7`'SN,/A@'%[Y%%UE(%T[+%S MS.&R/T(J5(<1\\8![A8+J,Z=>*R.26I>EHY@\^ MA,4WF..MHF:0T[FB: M9B&LM[K9YJAK$^5HV?:&KCZ[I=D`S_SE8Y\^W7>S3N:XB&#UFN#.`!)-#P%` M\03L(9!VLB?^-`O)`0X0GWVR?@!@FI&'+#Z@"O,`FVIWZSPCB7Z(_1)GQ<&` M`VJ01#3-D@,:,`OQK'@ZX!;FM%BD,(@X'UU)6T=USU5DK#5PONL8S@MS`2\. ML'\("_.`YB^0?U@06?JFJA[@P)+&NL[*;V7_$CG;W/3*9NFWB=5L\L01RO,@ MR>;]()NWL%WZ58E=K9XZ6,FOZC:MEO[ODE:7<;HH&C\T;S#+$Q*V20Q65D6" MV?9;Z<)N%D4G)ZN=;FU*&A+O^D) MJ%\?\P*T+18R(F+;M:V(5RTE*R_EEY(BZFHI6&%EEX(BZ`M/?DC*$N47B+)$ M^;6B)+'%LK$BCE8_M#_&\7=_;MDW2=F%@VSJ- MVO72;>OL@)M]'DT/NV,,T*GASJF_F+Y403Z7V&+N MV\\MK]81^T[E@:UPQRZLY@Y`&F\4&`-&WS,&'7 M/%EDF+MW36P]+L@P>.K:#U?6G4K&CYUGY7U")P\"Q+XU'J*(N\^RP;[VPX)# MD[=:,+MP?T@"UTSNFL0=[8,^`>Z0%$[T85F7#M3P:5&W!$X(;)N_"8%MTS<1 ML'7V]HE&:=>)J+3]^F$\8=^/_'1UV\FXRI[2?W4P]BOCK.!\6:;!^)BAXJC1 MX6@!X5CKS6.L,`^/1\<*04>*.L>("\<(!<<8_5]_.3LK1W^[QRUKVZ^_5"_* MK_1#!C:?EDG<-&PW).M9^A%9QA%9YA%9UA%9]A%9SA%9[A%9WO%8FGI$UA'[ MO7;$?J\=L=]K1^SWVA'[O7;$?J\=L=]K!_;[R=6'T:>+T:_]\^&D.V7ULU]^ M'G(XINUSMAI(N\=M7,BLF+?+1KB4?Z$E.IP2XW;S-Q?2]E$@%]+VB2`/\C%# MD!,Q'J,0=[ MTV%?`@_387<"#]-VCT(]0WZG0BVCW7X%+J;UK@4^I?7>!1ZF_08$/J5:/QU6 MI1?*[#!?6F^)6%/*O[]K'AQ;:+YVO;[C[+;Z7AV MTPGW%,_SD*Y>:.7YD[WK\>7%1?5._1?M9.V%\7?;OK1E7S!^`4"RN0\@JZ/4 M!J/)5>A?_'9>.\=TZ7,LRU5HXKRQ3P;LX_C"2JO98):9,9 M2D-)Y(:VF9LA'-%AE,[0ESA\DBZBUDRB-&F^-%&R.^R*)AXBBZ056R M%&Z/\&Z7(E&!I8C](UEHD87SBVJ(YC@+TZ+/_N>%&HM\&@J]9!J1DWD2H2S, MQ:R53LC+6.NQ[REQ/F';E+#B)"2FM# MUG#>5J5:EC//:VOV9VG*>>C'U]:>=L670]?Z358;UTX+NTK68V6U^2*V!-KJ M1WV'V);!C1*[NM+R;D&"=X[2YIXC6LK2%%+#GQ9G%`FTGVDQBD)8_8FQ+V<CH7M?J$XEG)&UCA_54X#XL&\EK,-MI4 M1_C(J#^C.E-4CG"48P5S-VQ.UEL^3;+J@ MLNH499M-0TAC4^ZJPV8U(>N;E#:3\^(YHM6_(B>VI,T>;$I;.)!&O.F/*\UY M1V#QI8)N"A$KE;UK19*&."1/TOH,Q=(=J!*7V]Z*C)?VOBK9>P)J7K#I\WYT M,[YO/GV-K^0NVCG*^\OS*WENI6YDUYZ=O:T0,23\>E4)69(-N"V5IDJZ*M^& MET8SCEUOM#^_&C6>O\X5-A%OQ\T@=KW97MQ(+YHFSAU-DSQD__-<,VM3U\0; M-ST*V]&(.>(Z;NJ:>&5*?R\\S[!!WHHN=KS&I*X4]O65<,5AG"RDR6$,T[:\&%8<\N(E[TAHOGB>D(6T.$EIQEN& M\\6+@KMFYXHS5!32%K\<0P6N7%N7QK9(_@M*RX>$ZE>VCYGQKNBU\_ M7RP/O=7X8VI/Q.OKVZ*:XU'W1&)2S=2R)Q*33!F2*4.R9$B6#,F6(=DB4N:' M!=MK_S6DCXV?E@A,&DOYL"B*NC/3]T2-I%$4XH=O(9G2FFF"KVQF)E%2DSSL M:@2N%/;F> MRS-H+.'\@ZB^I:*9`4NDG`H;;BV3H8F:;RV3H8GBY%HF0Q/%RK6LF493&A,1 MZ_]H.]?EMG&D#=^*;T#)K+U?[6];DNU,+%MK*L[L_E%!)"1A0Q(,#XXU5_^A MP8,H6Q()]INJR5A2`0].#:!QZ$85Z#RIO`S50:H"G2>E8C-)==+%:H*=I4T# MTMJ[!*,)U8/5)19-J/,L\T?O9%=OV@<[2[M586#^=0W7^V#G:6'0/3+6@;I( M,QD7W:@R5!?+DR?>%OD0J(M$!G#=J#)4%^M%A%WRU83JP>J2KR94#Y;JZMO[ M8.=I.NX<7*LPG9S.\I5ASG+N[>;Z64P9Y"RELH"3<22Z)/8@9$]FG^IK M0G8R/;O>[JG)'HO0G<(OT:6Y[(-UTLS8W`-F0YUGZ=?.TMH@9RET]+KZT=7* M3:@>K*[6;4+U8'4IV$VH'JPN];H)U8/5M1G1A#K+>DI^/HA5I_ZS#W:6-D_E MFA9J';1]L+,T3_TMNZ2B"M/)Z9*(*DPGITL:JC#G.48QDIUKAR94#U9GZ>I0 MYUG%RA=Q9[[J4#U8G?FJ0_5@==9\'>HL:R%69GF1ISKL-U@?"=_%#SN%M@[4 M3>JJP#I0-ZFK^NI`YTE:AV,=12(.>DYV1V-TIK$2:0_M^2#D>68J9?]-T@^A M.]AJLY&I--;K,B9K`B=%(V3LQ^]=N;%F*O-E&(I8ZN+$12XW MX*/\17M\'FV\\VE>KE,97)3>)Q#`NFL.9GV5NY4V#7#A;76:^T5^XFY;#Q39 M>EU4]TL'0YZ5O[U8R+?A!(I\0;.*UCUZH;"N28:0' MYI&6BRZNNGT[>G^L?N/9*^BWU^=\:-,#0/#S0EEO=@*Y(-=])W5@=\K`O#S+3/VMXLV%EX0JSYT4ODZ20YYR?VM^ M/.?.\&A$YPBE/Y<>&/UO`1 ML$AWLP%1EX]/$_G'92\=\'C,/O5:Q71HB29&(E)KI;,616A7>)E[/7L_"RE^ MD%XGQCW%ZI*-U:(>>7@GL`W>3)S>7].^TWX$SP7O33WL>.!.\-[W#<4)7G'[I MV&7(K4[-Y[[)'$3IEPK9-OA;$=-2IT>GKJ,$JTN_5HVZAQV*999EJ:A;D@:! MOH4Z$K%?T9J(U+J#4MQ'=$G13Z7(96T;^2G[Z9!H&==N/E96>GVB/\VFGZ]# M,Q?/1%S0*56/)J$X8X>&I_#TOS,6=T=B3-_,C)B1&Z?>42I7778UWSMGU3@:6MA73-4WSQ3TY&\DU)3V;#BU>*ZICJE\FT]L_!B9[$-^&`F4DDJ2?$GPL6L_4.@VFY/N(,R)&6^5MIBHG(6(4:E"NCRMM/0>8/JO+F M_--43++-BNB3^7TX1<6OHVP3A6P*V5(B&$%^Q(3=D7'4^9(C(\MWPQFQ#J1/ MMX99-5)1+GF4-%^/,E_$CK7BEUJPE7W:$6I^^11)E]P0J2"'3L-DMJ9=$HV9HR&(G=:B+6"[D?G!5;XLA"-=#6!=Q+Y= MVP\"U,)3Q.IU$(%JTE1!1NO:(159QK\T49G19T MXZ_U&R=Y$_W5=2YJ`WBU9SY=9C]=]91@';0ZHOGFV`LI?M,#,D%N$^V;+6/INERQE"V]I$J?-DY'+RT"5=#]8O;P>26R2[KEYCAO M'T+,-SX$`HC=59`&XMT9B,Q4QH;8#0LN@),+TL0^TVJ'$]^WBQW:]QS0=?84 M$".DR_*F(Q?%=1/HK@YL*,EUR&%6&[-3>$0OZ,0T%NT\?4/LO#YC:2Z0BEESA6 M[WM9^>.`+E+1&#L_+0I56`DA:\W/439JO@T0A9-0TC-^"SB79G(%D5NM,IBC MK0N\^M7;(\[C^T#V\CN:Y#W"O:N^)U`QW%8C-:'L4GE3 M*99(ZGVT1Q+:QEYN9:[2@=QW4`&6;.%2S M\DWZH\RY>8LH;)WP&"60+L`OK=*^C.P8Z%:L`UXF?Q8R]N6H^H7#RF4HDZVF M[7BJL`&HLKF%62^]TE7%H%I0NK7]'D3>YL5*IU9E7G)I=57Q050[;(KY5`H! MBU"-S\,9=$65[JDZ%&=*MBG3*-F:>+UNE+Z+T'V7]$Z'@8QG.OXA3SP1<2Y\ M#WXJ(Z,<]4+70;NI]U)N2'%/="8#*;9?*NN=6CM2_Y1D3B%7,_ MN"5Y)+I+ZHZV^X<1U6J]C1MER*_51@$NY2T`I%WWM^L_% M'I)V[1K`4P#_RSBS]/8W_EFB)!F_6=/LC/Z^1^!4=!, M:^2I\CWI]]TS.0V\_!?Y)D0P'NEF%(\3W.@B#LR<>"/"7AO0O5CZC8L::YT: ME%%B*N-6)F\B0U'$8DDYI$>M9)I+=B8KZ&X:;-CMT+!"::A&MD]JRK M5A2+-O-!K#E=1\OH=2L0$",A#SW/JLXQJN%G.2[25_D43\N+82"HW691N;1P M$-0,E..0-F_`4&!E5C1/;A"=;0^=ZW#7]WRR'_%9H-H:-G\%M\@"F8Q(KRIY@DNT)ZSE+_8XJY@DXQ[VF0*>8* M/L5<(:>8*\2,<(6<$:Z@(^_U9,($K.BQ:3\?+^G-\/2[RK?VO4$,M'0+$'*' M@9HW$T8HF)-"S7I**E,3",WZ\^>1-N&]B(.0V7L,QNXPK&F#ADN:J[=()*!L ME;Z2(+!XPT8D25A=\NU]P>TT[8;<*L?RMKZ#SH/)V-]&(OW!Q:2Q+L)03L;M;B%8&:@[,Q0^7FX]2`@3&.]O(#JY^4%5#!(-6.R\C(% M4![4.N@Q@(-&#/8 M@#&#U`XF*Y`!8R9^R+D*0X'0.2QLEXI(<9?4-6VQ53'D),P203K@LTQ"HP8! M-NK;.,"&-A('LBHNPE#FRJQ#1-\`.5O[M8XR!4: MNR44XTI*-,0FJ`7QZVI\/0'DAKV/9P`3M5[+5,;#`PR^%0V8L<7O$,7% M[Y`:DFRTU*`[-KCW$0XA-6FN28EX5>Q!<4\"Y,O:67BZ2'UI0FCV?21K*W05 MS$/-U.$LJ#[S`*!N1,Q4HRL,HH+&.EK1I3N^5D`T>I,1A#$K((FH;6(M'XN( M'"2*\*O<,4_`+)1_P:O!P/,V9_=K2\%T&\+`2_@L`HCLTP6J1PW*E(6!"TK, M9SK]];8B0;0J`;U=M-*A\A%YU,J7M&<-F34;&F+.)#<@S_*5/RV9O&`XH4[- MD#V>_0<$(L4'L49M>"!EJN)!1*)BW7LW&!!"LBK4\QTH3[1%1V,&0(6JB1A2 MV2&APHE7 M<.(_<<0O,<@4H0T%RF1%([_,7&*4D-Z+N9M5TR#'<]0_5%SH(ING>B7*)X2Y MR-KRS=Z69X^I2#NZL4Y3&2)$KC"@.!]OB_@'MX1%FNFT]`C$E@W+XF>(>RH] M^7++O.8P^>NV\@'&Q7B^B&,VI[*`OPPF_1]!.(,#Z(P3E?FIS"6LXQI@$HH= M:LJL<`"]L2+QAW:R^R!C!HR1Q$07J]`L\6.FO4TXZ3%H1)8`ZYU_\)8*1 MS3>F5$ZCE0QPLM3^E4G"W5FW*"5BQ(1YR/KK/_]%XO[+QKTE.C83)]0(ZU:% MD%4X<0`B1IC'PHAMJF)NCLQ8#"F9X2!*IE.I-O&][.<%_2PHN@R>Y8;?]H8T M3B5`I2-2V9TA*&MK36]6PH?>,P=A0\\YG[";2KE5L2PG9Z:]ZBY-ZQJTISM M%J4F\;75VU1'W]@KH+O';W2;D`D1421P$_:=*#:PK7@+0TR2%@28)2V'W_R- M21^PWK%6@A6.J>#7E,8Y"5L@0K,@#D%%)+=+``1_2T0I4.[3`LOKS_N5;K\N"=SJ!BMCT1\>Z+]3H2\4*LN,M; MHL&$_\]$;F"PK^.'V9QIAOIUS#2(Y3M,^#KEEF$Z8Q/897AYX>;!8YYML0WU MO\K=BLP#9R+!N6=Z$"L9RF#Q2T_XIQ`/HHC]+7=PKBG\D8M_Q=GZK1Q?/S"; MCC`BG?XL['X*M\F,(C.&4*RA3$+'B=PF,S"`^!C*HV+.H01!G"$3!W*(W`(! MICM+BT08TF2LV(I0@UOL$@G*'@*C?1%B-AKX?D2(`#C2G(T?OG+5@1E7'>"[ M0R&7(5P"&\`N`UL=F'UY?GYB;@W,GK@JP8RKE+"=@KMS_7M@%$10(9$%7;(;HT25+6`;Y7D9G,M+I M[FEE])E7[F1_R.*KUS.9"8C@&@ZJR@T*V$,-#>=&NGIY@"XBTK'*2\9)@%O*'[6*2K#&!78CD0PZ?23!/!F`8*T9M1 M=J-/B?A9R'*EYK/WALLUY&6P6$;U&TO\;;0&FJH((!1M'$K02N95<)TR;?]J M4&,#"#C0K9F`RTD'*(Q7H`,D=U:J88]+HT^]RC>()]<&"NAL%0DL=L!QKB(B MY0[:")BGV][34(.4(9I11>7J52)K<+$LU^O09D%XQSUDR0R7O^MHI62@!5`F#CR[3I='AP+DT+1Y8*U_(J]P5--0Y^Q;6`0HU!]OG)7`M M@FV*DL;=3"MASS*&-^NSS*PS8`PK7P:T\5M$N`G.0(59.%5<"%'G2X5[+F(/ M!;Z?VT!_#Q"YN*V9J.[L;?4O;-L0$5:%!(,5-=&X@B\6:1+3`!$G"0T,(1@U"[)`J&%\(9N;@3.7`?_55U)[(OX=[`8#J/.&I?Z& MEK#&H;/X!#'[;9#[-WA10%R!4[64]C5E&]RQ@ MS>`AUD(M'.+LR.#(41?"R66%>C$#H"DEO6*Q$ADW>Y);7;)T:\:F3%0*:3X) M0TE" MV"*7)(@U\@$*8*E;\7*^U].&5/C\[;$*9I^)0I#(D21_##2@%V&&+7:M/S\M MV->VGT43+.=/HM!_C,]^3/0K*? MZ:XI]D$[\HX=<[<(/9EC=D(]1:(`\['9P@$V0ELTOCY9PKQ0!;A%6)L)*V^) M0Q28>C?__8(]!_%^`<"PTB+^O[U_6T\R0,(%*:O9)'F$KX!EC>7J335_O=R%+D@T86[*E,51'J^OIKB)A_'\:EK4= MEJ71XL8!Q59-HC0Y!RG?3[^D[#:?4R21?`J?XL;?D//,6WYU? MB3BUSW^AB6@AKQ+V@1Y$[Z&N<2XBI0>:V+:YN&I7Q`5![QQ0O(GM)+R\B+^* M_AR)R8@X3]R_?_ERMQF:FPMT<&+5$KO/SQ*[,HJ!*LX3<<1;Y-O5\\;BBYK>XZSNK`G.BB\+!8! M'7'L\21T,(]O\AQL.E="L92$>&]NYT@5I(M6Z4!S<&,%S)5;4>HE02RKEP.6 M>"+[XG`S&I>/>0_[$>%G8166F[G8$OW:_X^'N\<')&*.W'3P1T22+W3F_HA\ MZH6D./)JM*$>,A+`>7(E!'7Q:OJ/*'!T(%M)>B!;[)V/`E$4W3U3E>=RNSA` MX,GA@*)DN9C,.EWOLX,%+F,!);0\=<05$OT>=L%PT.T_29V3[:T*E+-S[9Y8 MPB(6.#I1]T!CR-'7GH1?&;E'N7B(O(1Q$:Z=0?E=BW@"X\C2.*>_C>8OIAG?%/MV`W&Q< M7I`B1Q=W.&]^X!KHB)>O7)'$6F@^\G!#DVM@7TCQRJY`]K_AH0[B00)S0R,7 MST*/4#T'E[>'NR/[PY@HEES4S#N>!G[?+DF'EU063!P:JM.2XJPP-Y#]8R8',7O3(W3;0[ M"I\C!D[ZV8<<&^@3%!=+;@\<%\6A(+DH"`7)17LX"SYI6+Z+[J8H+*ZO&',U M>ELX;:X7UY,HWSJ#N0,Y;/L7U_(QN3/:;NL)9T"GO1HC%:E MN6B'JCP7K5&5YZ)-6M`MB;+`2^5C"2?W@\9$SH\<-7$;$KMJ+>6:*D>LKR@C MG^(AUU4>.'BNH$(Z*7]UJ)-"6(>Z*(FR8WQQ',4IH26S[Q":.*/MGKRZP8FG M\;&(7+O!/;,D]-V,@)])D#EY&>!Y'8[OKEQLR<5)CC".=E_D)'>'*7&8N[.4 M.&G0=W650<1OH).M&(Y08QIG&^36G$U@_QQ-='ND6P%TR')ZI-M?C&W%Z&3L M-"%[$%(A\2\]\EO5._QNO$?H^4C]`ZL^1^@ND_A*I_X[4_X[4 M_X'1BR=$GQC`9T)?4QA`)@TI^T6:8.40+KV"2T=P*>P-5RF%O5TKI;#W"J04 MMFY-2F_ATCNX]%]PZ9]P*6R1H)1.X5+8VD8I?81+9W#IO^%2V+G-4KJ`2Y=P MZ0^X%/8>CY0^PZ4_X=+_P*5_F4KY_^=_G)_&7FACG6;FUF=W49J)92-4'J08@U3E(=0%278)4WT&JWT&J/R"J'JAL]$!EHPB! MRD8/5#9ZH++1`Y6-'JAL]$!EHP\J&WU0V>B#RD8?5#;ZH++1!Y6-/JAL]$%E MHP\J&WU0V1B`RL8`5#8&H+(Q`)6-`:AL#$!E8P`J&P-0V1B`RL8`5#;.067C M'%0VSD%EXQQ4-LY!9>,<5#;.067C'%0VSD%EXQQ4-BY`9>,"5#8N0&7C`E0V M+D!EXP)4-BY`9>,"5#8N0&7C`E0V+D%EXQ)4-BY!9>,25#8N067C$E0V+D%E MXQ)4-BY!9>,25#:^@\K&=U#9^`XJ&]]!9>,[J&Q\!Y6-[Z"R\1U4-KZ#RL9W M4-GX'50V?@>5C=]!9>-W4-GX'50V?@>5C=]!9>-W4-GX'50V?@>5C3]`9>,/ M4-GX`U0V_@"5C3]`9>,/4-GX`U0V_@"5C3]`9>,/2-GH@>*B/5!*B_9` M<=$>*"[:`\5%>Z"X:`\4%^V!XJ(]4%RT!XJ+]D!QT1XH+MH#Q45[H+AH#Q07 M[8'BHCU07+0'BHOV0''1'B@NV@/%17N@N&@/%!?M@>*B/5!*B_9`<=$> M*"[:`\5%>Z"X:`\4%^V!XJ(]4%RT!XJ+]D!QT1XH+MH#Q45[H+AH#Q07[8'B MHCU07+0'BHOV0''1'B@NV@/%17N@N&@/%!?M@>*B/5!*B_9`<=$>*"[: M`\5%>Z"X:`\4%^V!XJ(]4%RT!XJ+]D!QT1XH+MH#Q45[H+AH#Q07[8'BHCU0 M7+0'BHOV0''1'B@NV@/%17N@N&@/%!?M@>*B/5!*B_9`<=$>*"[:`\5% M>Z"X:`\4%^V!XJ(]4%RT!XJ+]D!QT1XH+MH#Q45[H+AH#Q07[8'BHCU07+0' MBHOV0''1'B@NV@/%17N@N&@/%!?M@>*B/5!*B_9`<=$^*"[:!\5%^Z"X M:!\4%^V#XJ)]4%RT#XJ+]D%QT3XH+MH'Q47[H+AH'Q07[8/BHGU07+0/BHOV M07'1/B@NV@?%1?N@N&@?%!?M@^*B?5!@ MN.@`%!<=@.*B`U!<=`"*BPY`<=$!*"XZ`,5%!Z"XZ``4%QV`XJ(#4%QT`(J+ M#D!QT0$H+CH`Q44'H+CH`!07'8#BH@-07'0`BHL.0''1`2@N.@#%10>@N.@` M%!<=@.*B`U!<=`"*BPY`<=$!*"XZ`,5%!Z"XZ``4%QV`XJ(#4%QT`(J+#D!Q MT0$H+CH`Q44'H+CH`!07'8#BH@-07'0`BHL.0''1`2@N.@#%10>@N.@`%!<= M@.*B`U!<=`"*BPY`<=$!*"XZ`,5%!Z"XZ``4%QV`XJ(#4%QT`(J+#D!QT0$H M+CH`Q44'H+CH`!07'8#BH@-07'0`BHL.0''1`2@N.@#%10>@N.@`%!<=@.*B M`U!<=`"*BPY`<=$!*"XZ`,5%!Z"XZ``4%QV`XJ(#4%QT`(J+#D!QT7-07/0< M%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0< M%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0< M%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0< M%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0< M%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0< M%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0< M%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0< M%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0<%!<]!\5%ST%QT7-07/0< M%!<]!\5%ST%QT0M07/0"%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0" M%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0" M%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0" M%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0" M%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0" M%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0" M%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0" M%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT0M07/0" M%!>]`,5%+T!QT0M07/0"%!>]`,5%+T!QT4M07/02%!>]!,5%+T%QT4M07/02 M%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02 M%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02 M%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02 M%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02 M%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02 M%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02 M%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02 M%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT4M07/02%!>]!,5%+T%QT>^@N.AW M4%ST.R@N^AT4%_T.BHM^!\5%OX/BHM]!<='OH+CH=U!<]#LH+OH=%!?]#HJ+ M?@?%1;^#XJ+?07'1[Z"XZ'=07/0[*"[Z'107_0Z*BWX'Q46_@^*BWRWCHL]! M].^E^"P_G/IA:*M-$^^@]U!JG[[B]&F,U'^@]!N4>DO>4/H$E/D)35F>>-3, M^2F)N$5Z=A>E&0E#D@4L.KL/HOSS=)-MC6P[7+$\

=?`;9."`A6[ME/DG.L^"X`U\'(;T/4H>7SZT<9^A]X-$H MI<-U0NF61B[)C/C4Y[;ND#/"ZTQXYY*8T)@D\@MWT`5YIT.'Y4CP7!?Z!XP*V&FO4>.Z[3DJ<(>]1X7JL`>I4']!+U*E.^Q)*EB' MO4F5ZK1'J8"=]2HUYJ^H&.YZER;T%_GKJI>I4-WU-%6HP]ZF@G79X[Q07&\S M)5X092S=.,*XG.(TH*XZK2:8Q5_#R!^SCRCD#:!;N*,>44`?]1?[B>\,& MU45OV(0ZZ0T;6$>]886+GX,=8([G84JP^VZM"O\E79O["9^6[;Z+)?=H>,)HAKLN%MT M/U'M;*/U`ED/U$DF;<1S3#J$NM0!UUU#>FJDZYA'?6>"JJK?K.& M=M)CUIA.NK0:TVEG5F<[Z<9J4"<=6)WI*$#:P+*8)MF72Z:#7E9!=%^U7/2L M:N0O\17?F]:8+OK1.M))#UJ#.NH[]U3\I'*'JDXIG79^CN>J"JSK3M#]-%)# M=MT9NIY"*KA..\5?-"JNXT[R".VPHW0[)=50?TT5=-EI_I+) MJ!KNKO-T/!%589UVHNXGH249.P5UT`]+!-Z/PP^"Y`14.&6#$I^O6![YO*1> ML<_J9X4]?Z M3FD#I[1SI[0+-S3YVBV\HMOH++6 M"GP!U:PV)*@$MP%!A;@-""K';4!046X#7CH&%K^`U)).**S'&.?;^&S\8SJ; M_!Q.9_<34*TK(/POB`>3R/OR0CYH]P-R-@I)FM[R4<())./5*#2I^@/Z"N_$ M4,C-%>Y1(%(>TB0@T3!:AR)\??0CZ"K;@#__\Y=S)__Z!4Q8);H3\:]%EE"R MY6.XQ*?)-0M#]L&'.<5C: M=1"&<^IE1!0,M&]'-!>P!:6^$Z\$",NY2[4E8T']CNKXD@_[IWX'1I@15 MSGT0T3,YR'T.LHWX">)-0#`LL'>2@F,]!#HKP[.6PR9.4/["$=P'!W]1'Y;\L".B[*"FI M^/@4T`]PX9JR/*6C/.$CO>IG2!X]QC2ZN>=%/@[)5Q'=;/[JEX%A]U6+O@_6 MF\R]QP>L,W]_I#21G=PK\7X)TYFG9+L***R8*F@^"\,OERQ8<%M!HU]T16%S M>P7M53R73$!-KI8&:H'U-&-P1-%HPA"5LPD##9;J,/') MR26*3\X\`CU'4X&FY`W5P"IH3N[AGN8LRR0-]$!32W-V%\0PMNA/7!#OMML\ M(RO@@HLZK?*SN&;X>$B+Q`RRE%#*Y*0T")"31EZ`$(7I)B$Q M_[9:/:N_@E?/#C"FYA^A2>(A:OP1:EW\X!B'&&8T<5L:Y4[]$T#G'B)JB!J( MJ"EJH*L:LP>"UG>U`;\[`D;\;UW)1GNJF\*<]TNWE3WD\D;QVR M%2)(4D!D0`^T4J])05?%`H.NB04&71$+#*+WJ6(0?4X5@V\5XO(II2L.^J;O M0/A+2V.&[E4$`WU)`H*YG&)^?.:5(4)G(,2%U4B(.EHC(:IIC82HJ342HK+6 M2(B188WDH#RY&Q!H@/`1@08('Q)H@/`Q@08('Q1H@*;'TQ@#34^N,0::'FIC M##0][\88.'0-O'(-'&&!R,'?CB(F>&XH^!ZA>!Z,&(L>DWB$2E!K74I(MGN,1/&3@@H+7Z`J,'R9JL`<9/P[ M33(*VE1!@<'G5,'!9U+!P5>[@H.O=`7'Q?URL,Q@%GAO_$MW$QX-$#[A*8'% M6*7X`9YS"ABBH"IHB.*JH"$*K8*&*7(E+G:3_[&CG(\=Y7GL*+<+#J*)..(@ M>N4C#NJ^)TP4(+&-SW6POD[R-(.]5]."PRQ@/`8^)MF&.86Y\VU&DU2\EQ2\ M_PJD(S]E5!;XVGL#-BWO+Z:>-VF8VEZAR;OKR#/)+U)_=$EY==(IU>N+M.KQ,-[_HZT?`.L!,- M?V+=B88_N^Y$PY]B=Z+AS[,[T?`GVYUH^#/N3C3\:7B1[_ M.O3DUZ&OW:%#QSV]Y+GL2200,6U7`YUV3%LBMB4BB'F$%NDR)W=,EYFY8SK- MS]U4:A$SYR/1!MNMYPXF,RU0EZ7!S42I@4UJO_B%:*=^IUD0`_>';R>ZO&/E.TO$;2JYYF(M6`C&7O"QR[[FASHB?/BL(\)'S3LBNN&J@1S4K*&D3_"I4V`=/@]94FE`^XSA;ST>AQ/!G?74..KU(C M%;^$W,=%_"7^1TA!-[[4]D&;U^_$""VHA"Q9S$*V_CH;CL>0#*OJ81NL50FP M4=*>(`^6PA.0UU$P0-NQ'3.0N5&.44#UH`%!YLD.@[VDD/3'\!VRE*Q#(BRDAH%W_ZA#0L58U"#Y;_QS=3V?W;BCXS"TYZ/PM.>@L+C@N MG3K)VZB1O\:V!D\;`25O@I"F8/#TY M*&X(0_/WA$/S=65P[R-:GB0.$@VSE M$'RV<@@^6Y\F^&P53YH6H^$].G/W('P6'U#HC#Z@T-F]1^$S?3JZ_Q,_32LH M^.PN.>B\+CGHC"XX+G(9/8"8NIBF35U,TZ8NIFE3%].TJ8-IVM3)-&WJ9)HV M=3)-FSJ9IDTG?^*;!"@L];0<'G+:>XR%L'6>LD9YUDK)-\Q5=D)_78 M235V4HM=S+"F;F984S=+R4%G3<'!CUGD`DXGT_,#"9]+%18ZIRHL=%DZL!SDO%B[ZB;G]R0'.7]@ MX7/^P,+G_)Z%S_GYX])!BU!0\#E>1Y*F#I3%3?/W&AX^=Q(X+"/9BL-%>!Z%>@!G+LC(_-3M%C56Q`%1]- M%01D.X&^DPZ"J$XBJ$["G@[B/TZ"/_C@GXN@WX*%@2_W!<*YLLG*##:S@HRJ"@+P&Y&U`WP7L31#G6X'.)#LF M`(OS[GPUN4O7V2T!G@RMX/0_78&^7('^=@#R$_+QK??M=$L\%Z2^"])KL!8N MX2^N`,&.Q%"@^JY\&K@"G;L"7;@"7;H"?7<%^MT5Z`]'H-XW5R!7E:3GJF3W M7)7LGJN2W3MWT0%($&B[!P7(55WKN:IK/5=UK>>JKO5]_.KM@G;-_%4C]BT3M-4NX&$L,2/XA(1@>(BY%GZ.'D#\P';D190N[$I(OZ MU\2C"PK:BTP)$2Y6F"Y9,Q9^ MK6&U5PL#;=FFIHE3Z!W1DF`;B"/C7.;>$_B0]3IK7!PR!0Z,EKPIXOB.&@)= M"Q94'%`!/&VNSL![$_,O,66I`*#]*/Z!^M'_=C:,8S[*(,`=]4H([R)Q:G@> M%'I-R`\W_6,#A,XC-_UC`X3VRWG_V'?8/_9=]H]*&+A_;-(P M_6/_5_2/?8?]8]]Q_]C']X]]5_TC!SV0]V`M9SMWT2M#>+38D!A3"J0>?3FX M#K;OIH/EF/VD$N'*GH'VIO@'X4IQ=C=PV_J2\;K. M7GH:>^;IG,;=Y_;<\R%G%$3K*8WRU(A^+.A.84K6@?TN<-I>'/7L\HA6-!=PHSDG@TO&?$'_/NB*U-$FEJ#-)AT9H5 M?QLE434WH:?9.J&+?]^?7?'"?GD^B3S^?61V.7JQ5U(0J(R=FU-*TF[KX MP6O@V8#_7GXRH3)G@G1D@L;W2.LTE33.C&ZW66:?WPZA+4(A,4[*\ M7Y;W2O[]0+8T%2?.6&:>4FR5LG4)@94.2,F`E`KK$@$K#4_/%\&I3[HE6S(: M%7__-N9M1MJ@-W%6K$0G;ICHI#C[]C8^J4]Y,VJ;11E-7GD]3\^&#XN[WPX_&Z;;CK#WHO;S;V+> M9#8Y,"6A?7+@C)$7V91DFS./;%]9&+(/[CM).T,F.U60>'E(+"4QC?S<0O+* M\F1EEJ,6B5;50!%O;VY[&8L55:J/(1L-QWZCB'`N,JTDJ_[%+HE38 MI+&RN@H^,Q1/2\TRBB17"?O@-_!L%)(T#5X#3SZI2(>17_G6+'ECF,G%5V!, M])X9Q?BC0IAX4B8U3-G^"4PK"8$7)UZ!_ZH<6DC0-K21%5VG44Q:"-,AH M>L*3.?6BSL>&58V%_?N'X)M?1&&?LB[SYJ"'&\R"-Y7V8D\S9F`_LN@IT/HJ4PC)$J9::IY6*R M>Y,'/K\W?F>!;VK23HDXS]LL`TM+`]QDSJ[Y'&M!$\,G=VJ=37JW619#TJOJ;-)[H)DP@B19D]JD*C1\=&R7WEYD MDY+X-/2W@5$GHI39IG:5!Z%A+$"REE)FD%DV#B-X0LY#@D;D1?98P MT^E.U;J;_7-ZST??T6NPSA,Y;SD1]=(H(:VT+=68)-[9%+72P%.%IMM#LHT7RUL^!@P[;[=2 MT)V""`/L^K6.$;]"8.#1L7VW0TPL&N'W,#2!5XP-R"%+)G[0/;)2F!O0C= M7N599E1RCZQMV!8W6R'J3.GF>K&4?YUP2.X@L4BJ654H_S=IYO=0BU2+,=A>EL6F_V*(U M2W?]FF;O'Z>;,#:QYNT"R_GEG0W&IU?3F:5D.ES\:2T;7CW^6,)4O4N8;@IQ M3RX$W?/1_>+Z M[L9>]CB=+:Q5X^>'&Y"70KA\?+RW%D[&=\OK>_L:)'3+R4_[^RZ%($_O[^]F MBXF];CD:VKMY\\CO^H_YY/1N]&@GG`]GM_9W_F8^NP7=^=O)_0PD`J5V-QW> MV-^"NX?%;#*ROPE"!W)3M!$PX=V#_>4)$4\0I+,O*?=W"_NE]S!>/EZ-[,O*8@;*3%!W)T20_O6OQ_G8 M*"OO>K^;3$(+L\YQ^+_(.QFF&4U8X*=G^T^G?P==8_)CY=%/!NZUJBV]/OK) M8&&#(<+2"R\AZ>;T@[Q;J>AG'#(9X[)5O@8)M19M@S0-[64IR3V:6,NR39*+ M'U)KY0=)8@/1?1#EGXNO;1A$;XL\%M$V@UNO5'7>[2G--LP_N17K-A.3\&A= MT)G"XV26L-<@-'IJ4#7N)LM=&":BK"5F])J@.X681J,-R8H'KR8IU`3&*9@\ MME0*NE-(B!?2QWGW>Y,*+U\L>'-@9=GXK&)411,H^M.;W'-HFQ,X]"D,3FR M-F3/DB#*RKTHS?A[A:E#!T&W3\1[XY;WO#D\V;^#99*06F>3GETJ=NQ%3+W3 MN&TC\E*Q>U5^M_#&Y*8T1"87TM!T7XYXZD*V6WY)5FV'1M>9WOSJZBNC'O/I MDC&3AZ1U@4$*\J'MF+X&42`>]1@GI-1UIK<0JXQ8M/O7\/F*4F6;EGS@/^)U MT:S?;57;IFTZV%;+0*G-$GK?^09FM[H[[>5P.BO^ED^_WCO>CM"*#%.*B]'< M:;I-C.Q-%A(7YL4650;.EX:=#B_I9S;,LJ3LZ@P:LIJBVY>ZH-.GI_E-^>,5 MC;S-B?EL0*NT37-+DJXE62TRB]3NMF1-BW5*5LD=Z2S26S#OC9J/NW5"FQ0S MDF1Y+!I?NQP]%EJD^#0?AF'Y@U6*QT+;%.4[-N!DC]56:8_8=LNB8@&$;-J&56J14ACCE]I0F-C&8BK6JKM'_0Q M_TGTY-E73/FTGGE!\:KXJ0WMZ9G_O>!5TF02I='!TN--3F+46K:J;=(VGE66 M&O-!2%W0Z=5/%@6?Q=\&^"-K0_::5Q7V;O1AJEU M*%X.3<5DQT[R$70\:&PK`*)7.OO6._G?3S]535RAZDN5 M)X)K)V&P2DCR)7YY](LV_4#J,S&O$S_(#R>:K93;%)H3L=HD@%0TY[>U20;V MDG-[R86]Y-)>\MU>\KN]Y`]KB?UMT9V@UB:Q+R]]@&/VY:5O7U[Z]N6E;U]> M^O;EI6]?7OKVY<4^CW6'4K9)[,O+P+Z\#`#78E]>!O;E96!?7@;VY65@7U[L MK][^XNVOW?[2[:_O:O+R4JCC,UT$D?BH^M2F^2\7K;HJ6BM\I68Y"[=7=)-#&^8PO5)+%JT?ZD M0FW9Q9SQ)N).%TI7&G81EWG&],]WU98ZYMUHU!4@4YBUT.3[Y^TOVJLM6YGB MX9-2&HUI"W5>+AIO!U:L M=*R_^,Q;O>]7()X5GQ6_/>6<=HO(.PT46_?M#JI11A-X`4HY(3VK?C$Z\W=O MY`?^I[TH7"FN123!NRX/Q;8OPMD6W&+8(Q9SPK4X['5_HI?)+K?)N.FF1RF^U6A)HQFR';W7: M!UJ^-=&><36S3IIF-%&W:>/(M67ZI;8*LQ9:QU"T::5CS1YG`SVC^%:GG;?5 MQWE;?5ST'?]VTL= M$JM4Q#JUDS%]MTSI(+-.#9"292H=+W^9Z-K32\6H9_FB7Q:H,36FOMR--2UF MB[D1G;=4&?-8F+X\C#1#I"Z-43IRL?-+^3:H83HU36`MXE"X]/TS2X5 M_@M>6$.K///%!M_OI*N4UC7B96W%2W:=&A^@LT$X@Q1 MT7S8:-CK:^!1NW18XHOEYEV-=4T3;TA$K)JH./CD>6!7UE+>HUM>#A\2A-:2 M],W.KXQ^9G:*/'J+V$=D(WD/?&K9W7R0-#.]^#R"])X'E47_>1!9]*![D54? M>E#9]*)[E4T_>A!9]*05D45?NE=9]*8'C4V_L%?9]`P5D47?<%#9]`X5E7G_ ML!=9]1![E54?45=9>FC>3^PE5CW%7F755QQ4-KU%16717^Q55CW&7F739^Q% M-KU&163<;QPTYCW'7F/3=^Q%-KW'7F36?Q3W)3T3%2EX%ZN%/KH&Q#O)*GCC M%="C-I*$O%G;^UEH(=GMEV8A^0@B/\NCKE02/KOGTQ*>5_Z[?):?YK9B>9VA]6K-WHS1PMB2_1[0#U-SEJ:&IA[;>CS_3!WQ2>2;FJX\ M9G%C_)1F%CDBS"URA'[Z@86IA2/BX3J)8PMKB\(MS/G@T<+:PO,M\4+>%9I: M)V]Q0F/EFUL*Z\Q_M8!'V;OU!^-A%;B,B/XK3H[_2W0NZ_!=G`6\# M@],@:AOWJR%2R6MT\:'__J%>#\=BN>+O3>XJ*#ZB-U9`NU2PDZ134IM6_)T:&;N_>5`]^ MS^8TO>6_4.^6?6Q:+JO@N!V(E4'M3/&59G2K'UWH;,VXC[EX@DS%+VR2:,C, M4GN6;X?9)E97M:;U%=-$1$\[X`>S-MK==IOSFB8/F30XH=)`UI;:_7AZTK'W MCL:TE=JZ]*MIUVX M@U4':[=_=>OB&_@[L&PG5ATD\4^?QT=2<.XG3R)WH.$ M15O]FGN=;3MW1A+M'N%-JW;6G+X2\2XF+^O=>5HS-B9W7OVQ;1=W33^[WK5L M,6^G+W[PB9(YO6'>0=^2,.2=>4<#=&1H2.R^>T>F'501M;/(A;IY*[V\UQW] M>L6LC<9'+6.J"]DTC-I(^P7QQ'M<:(*;.MMV;NL>H`JS-MK3LQB;M:-V-FT< M/FT_*9^PMK*J=AV\3E`'@<\B.B8=I4DK1?=>S)&!DN#'9_?!ZCK99IHY.S>8 MC6=BD*E)HFJ@2X(;C.DJU[P`C.3W+7IQ MUNKT<=S*V-OH.//)<#R=G/862_7WR\EB>7]W=:K]_FZV.%W^U'S[/%R.;MOD M_/_3C*T4Z[W+[79FQ5X[ZFL\-E%>8M5$_Z!%8=9)T\_R&E:=K(X=?G6V+5P2 MQR'-3L3#LA8KG\8A^Q*S_Y`]LR34G+9Q;/T0/SV7>:Y\@G9L;7.!I:3<\4BS MD^ZQ[3JAM'B\K`SBJFW5K?N1;5`X?+HBG::[S2\,/"A^.BFVO5`\;SVV;MNB M\]BR^%83.#ZV_"AWKU(^0BUM]]M/#;=\[AO\W7';5.8MA6YO/B*AEX=$W]RW MV)OP#8NUTMZ$SSO'R/8:ZAJ3=+R#?6N5V`O$IL#,T#:(?/II:!MRYX4SAN;O M'Q=!6>(_@FC0;RV?%56IV57!UL3VY3G)5$]F$BI6<)S-&,\0[VWWK^96Z8R5 M]TAM+,X>TK[/J9_FF1A=X\??N2(OZ:WEWQ3CV(/+:5'T=W M#Z/'Z0G_?_KX<#*?W+@'*G=KM`8^+AQZ5\+<>+:8#N_OE\/[/QTZ>,QTX^?3 MLT,'2QC2L\G/F2"-)]/'$_X+K&]UG!OOIAPW_\_)<+2\XR7:G9M-KE-_)T^3 MAZ5[=P]8I][.'N_O1O]Q[VZ%Z\;?QZM_34;+'=Z=OTVN&W^7=].[AQN'CE:` M2`_=]&#I-CCU,\5+5QT(1.I\;ACY)/'E#\,;7B%^@C-8QX+D[1%K?,<[D8>3 MQ>AV,OYQ/W'CH`KJSM/YW0S>8G4@T5Y.Q#%K]\$;=>/A,0[MW>WHX[X<_#B MY'HXO;O_SPF_7U>3N:,,[DK`S17<#Q]N?O#6SJ'/1T@G7@:O8N]M=RY6>'C_ MKD_N'IXF\^5D?+)8#D=_.G)3B77AK2OWW/CS,%GN"[D;S^I$O(^SD^O'^?-P M/G;DX3'/A7^N_'+DS]/ER=UHZLRM*LZ-=^X<<^>3BR'##N3*(Y>W<$=SX]N/ ML4O?=C2T;_/KT4FOW[O`^[4GN?"IU[NX.%E,[YRXM8%1F"ZF&S^OY\/IY/EQ[FB(IF"Z M\7,ZWA<7EW?3<:HD*P!E@WWL[FCS]=ELH#SXU_R^'\9N(HTE(' MNO'PQV(R/[D:+L0T9.K0T2;7C;]/=Y/GDCL>8L^TJ6*[^<#&4J+%=^N1C#'U#.O)JZ\VJ*]\K9M,+9C&+YX^%AS28ZS^8VK9S6=SXH.+VIX&[K5O0"J,VY;O-%V"6W?578R.KE*Q`O2I[YJ M7;#"3NF\RD[E=\5.OZ:H8=1!VN_%]'LGKVK:35W\+US(79=,N!7C#G+A@='U M5TU5U(QYZ9GX^K6?FE>:M$:VY"5%6MG+,Q:ELTIS-J2EF9/<]T+:0JS+MK^ MW3RYF4XWMF[?QO=Y&19J?`V;ZLL2BT5>9:Q-E&Y!YTL9T5CUU'&M0+=I3<%-G`C[A4) MQ:G")W?1JV9A::O`(`7QCN%)<>J<40)']L9\>4:P!;^T-^5;Y/Z1O2F_H^'1 MF!O2RUMF[OY!T)&">A-';RWW7U2^@M0IWHB-@50O,W0JWS]>>9/)$[=)F9N? MD>"S]-E&M8D!HC"(\L_?+P'**-OEJ_(U&[TPS2/+Y,IL/",QX:/NL^N;T5UQ MU&.>%/N8^*HACA&+9UKY&[@_NSQ$@[;,?RE_==(__7;:^_TT(\GI^F\\#P<2 MM\S^ZAH[H)[X\C5SY5N0_J`,79 M%S;RQ+BVZ?1]$*!MSFPD+S>6@%U^FOGD]1-F0!-?*>'IOX1 M1"GSWOH(!_8(8Q\B";"_Z3%-0JBL8GH:=[0T=%5\6A33$W4G7TPKQ/A([+VN M'O#4;)1C'#$'*/L\>B)VT=6G5\[P.JVVK((4/W88[[@&IJ_D71PK2$DB!IP>R0B?VIVN`U63 MKU"N:403$EKI6DMJS3:-J=B_+G7G?TOS%LTW@Q;-/ M8]"E$)/`5-F_[DP$C=]BDU)7FIXM-BR.^2;*.S.C+T%AW][>K!.TK>7#"PDG3FT5]`D84EZYG]%9!MXKRS9?@39)OV*,O(I MOS-(M63PSCW\2HIM9BVE&Q*VW)VZM?75P9RRS(3=!S[DG)(@Y(V?V+);WZ]U M*W7=FU*Y).D;(,&#S#PU/F#E-7U+LPWS;7*F4LAL9+N6\&5%(CX,#.EK2W.H ME:](&/+.Z/QSH!^PZL64MZ2"`-`6(PKY),/>ZT*]TAP;BNX,!>8 MERT9+#H1.7HBFUT#B;@%Q7(<_;A69=SM_98/9(,3;EXX2ST]1W1L;W8&EK?X1W;BOMA:/N:L+6AJ>P[>QO6TE\? MV6]ELVS&YB.QA!G:=I6VPEC^;71'BK_YH+_L6XN?1<:\I,%*W^ZTJ>6UO[P' M2<9E,(3\FR;O(%042"@JT%?Y.]_LEC:KAD5Y.!+O1[)%L?(V00CQ88^1SJ`I M17U%8R+^(_5?RI][[E!]!R@1'N3WS*5W90.'0::R'&$,B M/^2SL\],#-W1G$ANG^HYX1D47QB0]C)&N5;&QL144F6JO$B,A: ME;T4`T6+_.,2.5ZTDLAAHY6B&`W:2>2@T$AB,2:4?\N":3:4RI.P^/!Y$@;1 MFV5C55&GF;&V;%>-AJ_\D_R@MQ,62WGLFF-=9$ M=/?&Q>)8L9'.E,BGJKJ5J1V:KG3TYPTWK;I8/\;CN[OH?WF@V[U8:VQ"GN6K M,$@UI]=HC4W("TH2;V-V$^OV7?SGQ5CWCD3#RH1EYN7!LI-)5[L#R%O7A[=+ M+%)I75"@%UBDT'$N7K?*(JW6->GMDJY4?D[O1]EV?V1.=QH-@4$*Q2E[4Y*D M&\)'50:-C%)DG%+KV9#M"I'&_^,'2;+]K4789J/LB8P%LALVME;.$T!J8U$M MR&&J,[`K(DW=AJT6[7%:,VD18S>S;3PLLI5U7W1#9&@MGV&;V9:K!HR,6XW4 MBSO,)4:YJ%BB9&S?;6@(;#/0?Z=='VLID2MX+3759<,@:=32-NIEEIKF"Q(X M0/D."0ZRB5%ZF-A25;X!!%!9W]?*^TT`I75FEF]NV:LL%4_22KQA9BJRTW]_?!Q8EUUQK%V'E?YKOR4;NTH4\=Z( M>)@MUJ`:6&V)IV^+CLRZK;06G?>P_5W:=K:PA?%W:2SGMNT96)A? M2O..9KN+-@Y,P6"7= M^5SUY;F/Z>'1G_B[R389K1A`4MH90CR4#6'V?455T&C%QZ@B_F6_!C;VA[8REV3JABW_?&PNBM6G.3_G0T6OM M=X[M[\?#[N:@,/U7'G%\Q"U2^5GLJM7_AA#WH.)E0J)4+!*6&Y%`(2QFO('0 M]P7M\D4,5LH&;\1\.@Y>7_FH-C)H_M2H6<)X23)N+Q3R%5D%89!]C8,T2X)5 MCLC0&0M:YA0=6M[90C-!G.]Y<[^DGUF>T.XYI04,Q9BS3!;/*;_1^O"*$4F& M7OB,<%0L%7)SC74J"L9+DGA4QB_7C7,''@X3>&_\2S\>2#1,%K#2\$@9MEXX82_P@(AE= M?/&Y"30GKN1>)IBB<"5>+Q3[R[+N6:"2`%#=16G&A\FR#]K-*L^R3;Y=1>*- M/E?$CD>B=C0L9DH\/@9AZ<;AA1Z8;BYUS\."[L53-H<76O#<7*1D(2'V<@L% M___\CW->[/Z]/$N-Y_,UI;7*0E!M.>UORI%:+*N%BLUEAI9RVBXVO.4#CRPQ MY1]4/T\F9C%2>Y=M0;B=E>CMJ4LNQ MVK':7I1F_ED8Z)\YMPJ-HJ-*)?PJA5H\K`9F<2D'">U%"2/^EL109W=RT`W: MB6$W::>FF6E=;(KMA7$Q)V36\SDE`U%,CB`(.4!*LT0\2P'>M[T<<_$5!EQM MKV1Y)K8)@17WG1B6;3LUJ+COQ(@LKR#`8GNAW(]!+#D&YMI!C[CT(PA"#I#2 MC!0[IYSM3FV`^'^@,)RIC69UMT>9`, M\#V0:F"-W,G!-U"JD;=OQX"K[96!3U^!F2:EB$O>Z6%*>]6N=/$QZ1=HB+0' MQ$5S@T'X>(3'?,`-W\L7-U/3QZPJ^>T2(P@$`U2LFC"#4B":_E(.$ M]B+OBS$"*[F%%)Y/I1YR6PLI(I/W`*`4(&/ABB89,*M+\>&UNB0/4BHVJ/`K=E!;'`091(!YRP#V`Y)J4 M6LML!%TO5#0EIJ97?:LG!L+>XBY=]0TMK_+U,B&OKRWO5AT+AJ)Z9`M3ZX2L M670V(YFW,2Z>>Y%-WI>B26U#W'1#8MN$ZXQB4T<(&O?TA<,:4M M*T`.9G+":V`7^_I15L6*)"WSUH/=EB7KW"19DJ9!VPX%>\M6BR7U-@^L+?;4 MUNCY8>AY9^_M3Q\*H[:'XJ4%"TD2M#A26+6\:EM8Q&UOPQ4F+>M*"X/6]^X* M$_E2\F(VG.O7@%<,9S,CLY:7G`NKEA>:"X.VEY=+"[]E*84TT7_;]::6Q[:5 M'9C3@)8_]/0+WX\D_`TB1.`C-C.=?3 MIUDQ;;/1?D?\=W'6H'8D^'_^+Y\()?0LXK/FV>/B[F?U%S1Z^;$X_;$X&2Y& M=W?_Y_]6M655.8W]U^,OGFG(,XHVO]BYFKL6V!-[,N/Q@9RVW,26:6YX7!:4M) MW)M^]GH+F8=MX.+W+=_OJHF!26NMJUHI:U*:[+="/!,W?=!7Y5[52FY]T64D MCA^9$L_0[*>)G=S0UL3P9Z]G8A9E75;T3R:3+ M<*.N2E63K;*4'UL,Q;9:HHAW6CZ&_G#%WNF,)IU<7M$-3`9]49JNAIVFZ?!Q M<=UM=;48=QO)]X2ZS0P*)DL?E@8V)D62I4]=)F+]GTDV"+O;V:PS4X6=S(O+ MW]^,;7^_-#8=SJ?&MK/9R-A6QE--K`WN8&G6V;0(NX>EV<4;W6]A.&,?-#%T M7O MW_K=F2=,[V8+$SNS>\P-><'F\Y^GX=6=D36-LB`WR&SF&1:(TK*SO1.&9A5K M9QA]=)F*_?#FQ4%CG:9?Z:.^Q]B-4-/#6'7%,G-C<>*LN;%JFJ"W50ZL-.9K M&HEXA[E]'HC&R<;^(5`,&/7F?!1D;%[>*V/[[99$QL:[SLU*<#L;?/MFJ9@- MK02[#M)>I!J6=VEX^V@O$H\-K47%0TD;F55)W`ELRI?L.RV*[Z%;!$CD.3LLT;K:5LK;&TS* M5;FM5K9:F,2/`1;J+?$*F:7&TOQH6B"^Z=9\%G[99<9!!Q)99_Z1U$(794"5 MA76Z#B!9N)?9:/+H`IB#1U*]3CP\'3U.3X9AV'STX.V;*P[F3O5F`:@`^FQM29^OE1EWTGWY3;SA-[.0ZCJ-SP3\]K MV&EXDW=Q[/PD(JN0^L,X#@.OO+KR9"U]$B927:I[DR43VZ;HTV@8MA"3B,B5 M"Y72-(DVXDF?^-AR(29:@W2M$S-*8;]`9.B36&R\JT4K+#7,^R#-1AL6>'0< MD)"M]4R%I8;YJ'J@7OU.KS-I+.IF>EIG\W!DH^>T5]B#@890//\>R;-P\T36 MC-VI>%IHJT:3SG,0#?I:8OEMF]8D]YN&;<3VG*N:J"C\_^)(A=,DBYM?5Q<3 MG;U_Q#Y+D_?3A*Y-31L/A(&KJL[(BN59MJ$K4IPIZPSLAZ%83EM_2`C%!8'_ M\OXA#)>G7MR1I:90,18IM[@_Y1G@"!KXX=[5C1OF#B=V:'<)?(E=W9_W#\)O M>';*+]XM,$D=W>P=,`M7-D#=^D9LS=%R015'3^-?O"#*>3L8>->U4$0MUS+A M]5&+!%;'+IYM;>S@N2OJP+KHL+:@*XC+.N&J&C1+?H&Q+/F.>C1%G2GR;9> M%O)9'O-`8C]<0\4\69]K>8-GK?57ZR3P@0G[JS!(,Z!XG?AO201T>_OJG7^# M*=/$9WVH]MU+,I08Z#4+:9PP8&8E@;?)/H&W*:59'O,*08'*4!5;,%'VN,.0 M>IAFYSG_`:A]"[)S8#9G9`5O`-Y7Y]^^`1-^IU&_+](UUNY:.=.;6MB_KTS; M4]&)R37(FB1I,P/3#OD M4I$Q[RTU3*1X>=3.L84,`)JFT/%Z[-E03*"6&WHU7%Z;3Z"ZJ%,^7[BWFB]T M$9\^THS;&@[ZNV@V<[TN5C'%*KPSFV)U$1\TM6O_CS>, M0%SU7'Q1MN\>0Z@3KP]1\T2_\3\]:.IB8R>P.(Y-)]-UJ3S!TOY.+S)_^/H) M*5^ETCI%[P/40S;5UBF_$K')4D#"Q@NI+5IMP!HS6-)"Q1GM_%,,E>C86NJKRS6NZD8KN8GV%G9+CVQ$43XJ#5P-9M M;'7&UF"YP=K<*N2@V]_M+-BNY>XY*L\]1^6YYZ@\]QR5YYZC\MQ#E.?E_=7H=C+Z M\W0\7,((Y;^G,D:/0]C$DS0`\["2$B`..\41_DO>"8X0>>9]JA)@$^I2`FPB M7BK`=4)X'XTO$`7'+D>KF\B*[VP>HVD0-D_3E0BK9^HJPNO6^$&Q2F[SA%NI MMWM6K4>@O+!\;JU"6#Z]5B%LGF'K]69/LK5Z\^?92H354VTUP>K9M@IA]Y!: M32CF(/#+V!$V7[\K"0TP^+UICKJ-@,2[XT M;NWH(7QIF28KG@3X\L4DZV3K:KM\.I0GN[J]T]EZ>]#!_#1;0J'2F2P]*'4? M91BJ=)N,BE^HWYIR%3;VDX>:Z5.O,"X$_/!W+%XMZ']V6AY M'ZPF/\>*G5A5-G4GCFWN:92>C.E[%^M@U\TS8;5P'L=7HX[+.YBT4I8;$@<& MJ(J=GI<0+Z3#,-Z0'U'P:8362CI2,>(:D0QN;]W0@&A$ZR299Z%YSDE+(QUP M=M=!/+91>;%F=BLENF^5V\$NSLH9"=7NL"_;E/O]A%I\V!GT\D1NX)T M@H11)ZG8XJ.359BUT>2>%6T<:=!&B+)2+T[5;?T^5-Z`W?>]RRZ"L.AD<%?; M+>+N9.+N=.*6A-IR2YS)L\_OTU40=1L)7*OE8;^X%J/W#_'/:9KE*YV=V.RC MK2B([]NNK3RWJ)U1VK1R$G'UXCT&3_^U2*+CZXWN:T9YLZ/_NF4;YXJ1>N_F M(P/UALT5$\TNS=73I`YW=Q/'Q,1.N5^RVG3;V.Y,;1M'1TB3..9#EIL\\!5G2P@#/B(?L2CB M:;08\4Z31/[(P'"Q[$QQ7(XR.@UO?MRU&\C%`Y%<<$G"%KL'FHW"@,\Q9#,6BO,JN@S?/ZZ^,BI.9.]DOG],Z98E7^+"U+9/ M\N=G\?/U\-]JFV=^KY:;A.7KC<:`KCH+&;?I+&?^-^,5 MEEJF\C"6XV_;M!U^["U:&089=&QF1#-PS2R/[@9ZC/A.JQO?C[0'\RB-=*39 M0@\0W^EU[9FP^UZGG].8I0'O";_TC*J-CK/03>9JW[?KVZ^E:J/CR$[[I74G MGQ938VJ[HQIS%?WX0%GQ*X_W"_6QK\8P,B/23X_&)H9!Q'(C8A#%)#$S%(=? M&QF^UX_Z4!MNF9\;&;*8)O5!L=HPSQJC9Z5A0K+,Z&(2&M:7V>D,>[5>LQXT#.KE]-A`L6E7PZ"=H&B^&P;M MA/,NPGD7X:*+<-%%N.PB7'81OI]HHVI:PW;B[Z;$WTV(R2K(Q$K&IX!^&'"5 MYEKZ59YEJET[&P9:`I_.>&_/@;^FBFY#;:5GL9`I!@7U[UOTVQ5KUY,6RKHU(^776O64>&7GJPA(J:WT+-X4C+9MA7MOT<5HR]:#22M% MM-8=E,*DE3)E7=JI6UD#-;@Y&:RKB=_$': M>O2#22N%MX,=$&FA9[#WUJN27VO5XD'"ZJWMKNTM.AAM=VMOT<%H&S#N+3H8 M;MXX&"BI1S[;/)/,V M1M,YC;V>3U\3FFZ*>A.P2/0&.UE;6]NATZ:WH)DP'4;^7FJ27+M,GUKP-VVK M&^7WK?JV>E%^WZIOJQ/E]WH]'V+1UAG#WJ*#T7H5.PL](U]Y)&KU8V?1P6CU M8V?1P6C-T9V%EK$D*Q'S2%C879L4MFWT"FT:Y4*`MJGPP:1.$:MY1!/;?"J_9LP/N)9EO$L1BVWX M!><)59]^TVI<3[-FS(>#+#H;,R\7C^#D>I:S$6-O*_[_;R>_C4CBBQO97%9@ MQYD&J4?#D$24Y8HU"G:P!_HA8E@+JEC`84=:9"RA_F_%&Z]8V*[0@SA_TJ\5 MXYG]VV+#DLS+,\52#0.,6"__6[E6"@28!][FMR7]A*F%\#?Q'#^DO&X:(B;[ M?N3H;M1?[VG7!L5+R_(D'!D%B_SFF\M6B&>6A(IMJ*P87IA\;"@?LCK"X*YH MRWBCEH>*':>-,.F&Q/:4^\"C44H5KS\KS6?-,5`LD8!2(+_JANIT:DO:]:-IF+`R\`.I`#0'QXJA5`SEQ M3(#XL-@0WCC!4M]I(>D6SU"!>;\7PU)6'A5F(35*5;?M3LTXC?FM6^S^/?EV M?G'R_;.QA5V[Z.GY9$K$:IM(K%WNZF&:XF7R-;64O3P\CNFW?N>80*TRS!2[ M+)S3F!='L2+YE>2A'$>G=OFY^%].R9OHYTEFJ,PSMAL7=!:I(]MV[E6^7B;D M]37P*A^[$M"(VE,:/0X7R^+O\Q/V+E9,\J'>;'S=+0K++K#C_A3&6^H'1"RZ M[R@QQ]8'6>,58S-9_;!OE2HN*[G\:;0AG6VQ5F:2U<DEXIM$]1N2+8 M4&:=6NM:3#NU==K%P^O.'J9-:9WFG<>B&[G/@6))K9W:.NWIOH99)WR06J=Z MF!U:IWJ06J?Z8WI?W"1`LA6M?;HI3?;[:T+2/M9;I<](FMV+AZ/>QC;I8ZE- MJC<)B3=\NO$C"\(@,Q@L=\IM4I=39F#2=:U-NGR<5[X[8)=F56>2GNXTB)HM MOWLAG09>PM*0_ZK3IX9]AR^,A3*W.L$'PW;B^*HO_E>_9M]B:D15OVC?8FI$ M;=D7H,N^FR\C0-GSQ-_V>86*&33T#*5_ZZ MI(_3R=DPY"W_E$2Y>(C?D>W"?F1X4X6M^$OSOIW"NGHZO8%YN7N3#(8:>5,N M9GJY-YLB2,T#_3"[5+-IH30]](#ABB;9[D7.CC+5HNPH6%7E>#Q9Y'',DNY" MK)/9I'8]!EQ=1663%O_!+ADIL$F!32>0RZG(+%*[&T^NOP&2.])9I/3P.-G*937`UH,9'P,`\JNAM4AW1F*:/.99&$20I%5R MF]1IE@0/%-*`U*46J?(9,"#!BLHBK>6:*I9.=PHL4GAZ%D]N(:6>#ZM]]E%< M5!&="U9B7/\%@=$MB>/N`:1*8I!*)M[^M.FA"@$1(X,SG[[S_U^#2&X^Z`PC M?[M.R/9T7=]O#TS*V!N*E/*9*+\TK$,EQMH;/@26G_S4L\[>_0*(M9C1@BB]Y-TO0U1!!$=P^K]S$?IPV"%TJ?9%TP?,9]Z8O$_.`=*0A].2++7 MD]0CD44N>,6H4I9G\?!A_YO3+37U0LU@GH]G!`X8+`4P:.:)RBF77ISZS+1Q MV,MWM\1+\B"E+UXQP*G]^!+[OXZ=$`";%YPSGF'^"?&)13ELR,5.,2>\7Z:) MC.;:E\<=J2]("$]LY5^,D6H!^CKAO[`I/Q(`+3U[\6L>R?7`]N)=X:?H&HOY*T$5"N*F$4)KVI?V2;6[49;W^$B[X3_)/:RMIQP:#BHW MFK3=;[9?)QN6\UED&FP=8CF-_UN@\5A19<4/)QD[\>2S&)MZV\X4/YRD97P0 M32T:A]V/X-+#BK@*MO#L,'(047Q&7VJ5&2>,9Q[_3^QO^`Z_*3MFD7OE3^#, MBT5\Z"6B-D-_2=B(0P_%I[5QV+^B%AERNYS>GZU(VA>+6"WZTF,`_PD'0(LC MNZ'`'K"XX0":!BD*("?P&#$T=3$".A,S!JC6DQ,&$<>SK`H'@@-]*-X4@5[" M8;(#=8&W"A[U\X2`;N(>D6"K$-T(C_Y23* M@NP+!1'!%*0?HDZA&7+HB2'P7A#H1!F1@I3HW2#RS/]\1>EEO0H\%$/+) MMW%`9*"]<2*+EL#3(M+_@Q.[7UGXH:#D?@P!`"=B1WK`%&*OEYDI%MR=C,43 M`^K/$K$M9/:UX%<5O`9>L9P!D,&RX1=']9V(##K=^JTKYW4$\8.,V_#N`ZSW M;(JH4HY)G;=Q&+TLFC+\9$O(*!\\$['O]4C`VKE#H`83.YON#N$ M\M,><"A?4_[+1>&*SP"N*$F;L/45PRI)+)F(R?JH?/+?B5_9E,X]1K:*`$@)(_Z6Q-#@=DUN6VEV_-JBM.U`HMJ(SR=^9C/&K\OMJEU=+5PW']WOU$45R?:9\+)# MF6=GFE4?K_"?+.J9T.X+D^@?7N+$ZOF*`,C[N,AXSW*R3$B4!I:#6<$0N4@_ MJ7>26MW"?!M6GCKP@9=82/PB!\0O6]EVF5_*$2NE_\MIY-&3\C=03D9#&F^8 M"!^+#++$%+>4\'G'NUABYI<3,?/[>X"([?S)BB5R6/J"(>VR!@<1N8$B\$_% MC0:KR_84IA?+!\4:0L-+F&Q91LO%U,4/)X8KLMN4[:L`)Y&7?,49]18O2VHE1FD=C.:\;%<-HDV\B5\DY3J$I-4;H?^ M+?/^G=/D:\FZ%W]K1$8I50^T,DJE*C!+@6;B6U/\SMJ&S4M?8/#:>2E:Q)3Z M/^(I35,^.1J13&SF;7KY.K&1NZ7XY_1^1I)4=:20HG&_R)G;3WI2_>PMZ_QOS MI!12TU0M7J8^%@6KUY7A.]4'8?$V\?!]=;(?.YE?I5)L>IV%N+CG)B]:MREM MT]R]IVU1>!12NU0;16(F]K7N>''L7WDDYEY?'F]XQ!8I\I%R*G[=\_EXB^=Z ME@3>HMA$NBOX8@UKS1H]K?]=;*P"]^:@1SGP(%8U(9W8,:".^%A55]"?RZ:A"Q/GY-_#6F]C4X>(="*H=N+GPZH-!NW9+PU55>55EH MQ^3^V0ZFR2@ M4P-'4^@FQXE#F)GFP,T4NH%QX0YJ"CUP.(56L\".[?:#%3N/B<-8$'XI4&"W MBDU-$<[L`3@7'$QI5"2P4[@1W``[=1CXCRNQ6$B<>D-1>5+G@!UR/)<9N)[+ M#%S/95J`V$QT.9<9_(*YS,#97$9%B[3`G3@(GXNHZ,Y<`XUEU&`X"[A M)@P5`,X%)PV:HPG#P-EP6$4".C4HS+W1#0 M+E5)2*?D&1]HAW84J#/K\)9$?HCHB8X0<#<.YW]@/#FBP)V9!9];$CO(F3H( M[E*QVZ\#E^H@J$O1&N7(3@Y-/H[#\L5FHQ<#[4A`IZX6L1B'7>]>SP?[I`!! M7:*1M]F2Y`WA3!4!=B.)6!Z&P3C@[5:PRI'YH\-!W0LBDGR-%C<(EZH(N!ML M&Y#0429I:&#GLNN`AC[&H0,!ZD3(O#?9:Q ME[Q\JT#,5%.,8R4P$@/".A/JY3:6(;A%EM#N#5QL.%"'F(^8T>W4X,192$F$ M'2DW,&!W$I\F-_M=PQ`.-4`HE[!+1NH4L#.IF\+;X(`=/GIP\ M>'+SV,G50Z<=IXBT.P.A7$IHC.D<=G),\NXFYEH-7- MY2P7^7Z%EHE\76+/?6D0L<#&I2.`-Y053UT++`NX*N,"[JR].3@R*R@V!=<7%O]A24,^C2BB^J^+QPD`]/ M$ZP3!0'CQ'WPFN'>6VI@<.Y@WNDZ0J#<<)`C#G)CBN_XIPXZ_BF^XY\ZZ/BG MDS\=^/&G$T?0/>Z>@78$VY(=(#A7'&2)BQQ!5Q@7]<5!QS]UTO%/G73\4S<= M_Q1=0O#E`Y\7#O(!W?%/\1W_E+S161"&!!L<.`:A7?I*R#;`/%A6D+!.+3=! MA'XW2T?#..<@^.0B(C:G<2B";;AU]$J4`[>02X>5*`=NN8F5-V$8UQ8;BGJ& M>,3`.()^UGL,@;J2AR'-@NB*D033)-4Q+MQQL8RX!>C"1=RJ5B4*Z19ZBQ4% M".R26%3CYBXV22BGD(LH:Q"4*]@B5&4`'1D-Q\@,J1*@3F"6N>%6N''U.'A] MI0F-,+U5`P-W1R[L3K%;&BA`<)<>Z!KY"DX-`G=E$7,3W(TZ(.!N_(BPV;$G M0)T@(14[#HQ>O+@P\I?B&$FX3SN@6*PIB(Y1V.OA. MM8EVB70QMM/S'#CHLB@YO<^_I/#\BE+CJG)740[+5TW M]TO7K;-HBURV'TT>-@L=]KY.^Z!?TOG\BE['X>#`9<\E6&[:CRH)[%22,1%+ M>`]00]!CB@-GL#G4)$&=DAOQ+UB>>)1;,-0N0!H8W+4D&_BSD"$";C4(QI7= MFP%(9ZH8C#M7)$+$E(\0.#=P!69/P#@Q8MN5V$`-%S)0D#!.\?$/07JS0V#= M6&PHQ9;;(P[6(;%#R$.^I4G@D?!/^H5Y"V@/?6D0$4#<=E1'",QU"8;SS!)0 MIYDU0W6O%0+FJAQT%"ZZ"<%P?L<$U.D=FQ,?W7#O&9@KDUG%'%S1,0CMDL.\ M=EX:!'`N7N)<;$B,K7E-&-:UQ==VQ<+`2\!_*YU:_E8;.0`R?; M/"2-"W[RW^I'A0;N3M.2>X*@!:).$=@I[5)C#@\)& M+$EHB&Y;CR!05W).B;+#`1DXC(NS-C@K9G=WWQP%9)YAM MC)4HJ%O(^!XZJ#<.4B^A&772RVI@<-?BD'RYF,$J43BWD`&^.@7G#&[L78/` M7`'#/0CA13"1?N'$A0I_)MC"W'5030#=R^ MJ,CM4(6?B&;O"`%U8[NBOD]]-ZV+C@9UKO);A%,U"M09-QM+N]I36G(" M$F&G;TV.$X=^_N7.K;]P;GW&+.*3,&?G#K4`@2Y>!R'Z.?`Q M`^'(/1_Z>AO4`$I@D.W;$0+AQD/.&\HDB)`Y>X2!NL/'INB[?,1`.(*]/54$ MV(V$!NOHEA+$OJ0U"-R5;=^?TS6J8:A3$,Z,$HJ,@]4I"&>*/A3MS1$&X8X\ MUC=F28:9+RI`*)=X9X4Z+[).<>#,O]#'-.IH#IS#K7Y0D1PXM0@IQ<03U2P' MCBUIL@TB@FJPU32T&&:SI#H%Z.,>"A+(]3DH\G!.N1HH8V>Y\!!9+.J1#EP"]>X MJD@8IVY9B-H1K0;!N#)+F$?3%#-X:G(P#BVRA&)6_M4@&%>6;)AZ08#TI4+! M.),N&7+#P08&ZDY&MZY>6U.SD(YA(P!-#M(A;*-8QR#=>5S]EV(V'&QRD`XA M6^<:!>C,OUZ#U^)M9?&"3(0ZD$7-0CAVF[^^;DFT)"O,(TH5">&4D_9:`8*Z M%-.U&Y>:(*!+?X[NIS/$F8L'/=@!Q,F3I1B:-.J86.31\'].,+D^067Y9(I* M>XI+')/GR"Q_>D)=>"F')K]`O,A3BJ%)8T[.Q)V6_2?]6HF3R*8DGD0;L2!? M'`"&6.+:`@2Z>$]6-*3^\H.-<8OJ%2"P2X<%DG@"T@G1_N5SY@*A#"A#8I30>(7TY$!!.R&,&8O'>&*;2-$$( MEY"-286`<.(A0,SK*@"$"]A72(\9"$?0+Y'6('A7D-,E%0GCU):$H9@0!JB0 MB1*%=6OY%5,7N=5@(1QSX`_:#>:1$/\0OH$!N\,0"^UW:D3BR)?PCA!`-Z:C M^S\Q4^J#'NP`8HHU14VIIZ@I]10WI9Y._L1D>ZD&)XY*&YI)@?A MD!MWW#CSN/@YO+EWXY*"A7)L1)(5B]SQG%VE.Y<>8_IR/PL^MR2^)9&/&2#N M@='-_:]A8:\T<@\MF'"Z?J)+A3J6C+8D0`Y9B! M<\3)ZQQJ%MBQC."#;74*PIEYOEY]X?9):V`0[BQB;H,JS%4&PA%\ECC(#8%8 ML#!`'%?;P,#=V3`?>Z98G0)U)@C#(*4><_/FM1:'=V^,7*>I1.'=0J[65)'P M3B&'0DT0U"6Q>!C]JD:=@G%&=,PO`N>BL.^`J#'#,01[;:$\J;?(,2<54)!< MC"`;'(Q#LY!\H>_<`8)Q!5G5J@BH&^+\AZGXW>0S2PBZ&3G&.7-.SLVQK:6& MAG9.W@=GSAW3T,XMZ2?VI0`-#.V:*!VHBJ@@`9UZF-P,EX@G(0<]U`&2;A9/ M8X0'!P#4A6!5G)Z&<***P+J!';,I0%B7<.UU`X-U1_36\MT/!SX=L9PYYB[K M7QI$(%`;)*D6=4'#,PCJ#/_JE3@,X4IQ;"W3CH40Y,_`#; MBRI`*)=P^R8X.0WR,2;_RVGQH,E#K1U6D%?7_YLIVQ\"L,(HI;S+8' M)L$663^5*.QUXXETF<9%=#9P+]S"3$@4(Z=+#RXA%[_13U*$U9KBR!^)ZCAH%>W4L M:EP>%NFL-:RS7#B&'EGI:$CG7#5@SAHN9^7=7^0=9\$Y=%2\%$.GB\J5XGNRL!AP>4;NK#$\TR2AB_4Z3X\0AFKK*M"8/ MY>!PNPIHE-T'ZPW:N3H+Y9C#W;5:@"Y<=))W=98+Q[`3<27+A6.X\*`2A7)K MLEV]^"XS30#WQXBYN%H!=%H;:D>=.:P5C@]14T*=W/7K,'_9YIEX']%-X\R! MGZYF;'46]DH_[[:-:T4SI^0-7Q*/0'B77%3?(Q#>)==EK`%$N^C.-T=.81=\ MU"DX9[YBFG@LQ6Y0K*.AG+L+PSQ%/9UIR4>`ES5NN:-)QS@??"8>[&8QQ8^.=P)+9GNLG!!@WE7-%1 MS`+/P1"BSD(Y-B/)2TC#6<($U$'+RH&$W\_02=UJP+#7*FG'%XM#TN0E>*<. MLX\F:2Q0=2C.35Z!?7GXJ*AP]!-_8WCIX[0YC1I8G*,ARU!;/#4P+MQQ,:>M MH7!NL[6NGDFJ>$X<=-&GUEDHQQ8;]N&N?C1I:.>QRL$Y%#,W@Z(C$,ZE+.#-&;H25C`H=\2+&CGF!=X&!NI.PH*%78GTY]6*&0I]9U=;PV'=Z]Q1_!(9]?JUJ5Z679#?8PF419D^(Y"!42[B-^X2,U" M.^:JOCJKI_*L#KK>HDY8T^+0[KEJ@3UWQ1\?35*ST([-B9/R7F+0[BRP#T"4 M*+Q;V)=+E"BX6QF?$8\V>?2&>#=TA^$#H`,*Y](3'U#Q+!\3L2E7BLLN#0_J M(,64*8HJ130:1FM,#*M*@#LQ#A)TY:I1X,XXZ&N/(7!7Q-$>Z&RI0N"N[-]P MP3O41$'="KS,R8;`"A#4)63_CNW5A1YYVMDQ`^P($\>\'SQ*V(JL@Y&7.40[I@7`7UPE-,>/P"@'I!+*]JU'@SORW6'^Y M3`(2K?,0.YK1`^$NAFR-?&1QQ$`Y,MJ09$H0+YDW,#AW0I*C)F\U"LJ9,7T- MH@!=@!HDE%/HWK1&03GCY&!7)0KE%NYPUV,&RA'L(_8Z!>4,]JC7.@7E#/JX MUP;&A3O(0T/5+)QCF5@=C'9I3\$ZDWNX14@*$,ZEK^V*89[&UB@H9Y8TV>)& M8U4(RI4GPL]!#'2"1S[;8&%*=`G6&0Y4@V`SJ]@2N'9Y;J"LD6TH;C%UP[2%30[4(8^\TPA5[X\08#<22GD+XC&Q M9!+C2YT#=8A&*4M^9#(\@O"GC@&[\[^<1JC*5B$@G1`U@E]8%D2896G]Y)0KO%G+%H(J$=PH7L%.`4"XMPL!W\RQ'SW/@ MH),[64,Y<,O%O3PF@9T2'>1]$+UAW*DRT(Y0'Q<.4I&@3N$.G,,>-"?UH\4- MTH.2@'$"?PQ@`X-R1U1%?ILGT1JU3DX#`[N61_X]?:?AE*(?*&M@&->FN+#O M,0/CR#,?$+O*H@8+[ECBT1'S7V@BAEU7"?M`15_WP%^$PEXGQ:X)5)'03HV# MU]?B!KAP[)CFT#F7]V%!4(=Q*T!0E^1AL>CEJPT,V)VO8J**<:6"@+J1D<@G MB7__\C6)-B0J8AR8>K,#!JN$)`THV$WQQ,#!3!I]^_$W_BO-*"+P>]`#'5B. MGN"IEV)HTHMK1-*%&)HTYJ)1URR>5R`G:L<,L"/)FA;K3C&>'$&@KM`D(4$T M#EQMS;P'NMN3^1B)O8%J&,ZUB1\XV?1`B\.[YR;;)@Z.-*N@<.-R!0CGTG5` M0\0HH$[!.>-BYS4E"N<6_IF)`@1V*_-(@0H&?F8LY1Y,# MOL+/[#H(G4R$U"RH8YM\NWK>4%1K=<1`.^*D:=?0T,XAV]`&!^H0B\6RD,`C MX21$/M56LYPYQIO#3\2SQ!8@SD6\3R@G$N*]N7O:HL7AW<,.910DO%/(:M@$ M85QRDT=.\B=*O22(9?>`Z#0Y M>(?P3WN81^E+5$G6"]QYU?_>+A[?("GOI=#DY_?(Q(OQ-"D(Y)\H2))B8]H-]1#/NM4LN&/R#7F*/2!8`0*[%(BF'-E-U2DX9Q[(%E%W M:Q"X*Z)!YZX MV^QD1PI`]T]*RV1M[R^L.3+E8=-'-P]U+FPZ/-@"P!R^ER#0%V1FA$O MEZAUG0T,RATYGHQ9@EK^HD1!W6()BUC0]\8EUQ4)+13#!$CJE.PSN#V MLVM@L.Y@7Q!5@+`N(3<-:7+0#B7,HVF*66BN9F$=6P2^B[*TPV#=P3^R4:*@ M;B7;4&[2^I+M]LIZ8*C\J@`3EL=!M'8&Y,4BYOV5*P^)U[AF;"X*9.VJ'2#K MUXU!QC'E\U@^0'.0B0T6PK$K]HGWJ`)!N"(V\0U0X?8Z!>5,Y.!652DH9UCB M!Q')Z,"%3PV8$]=<>N;"L7SEPJ4*!>.,V!:6S_8=.%0C(9R2&T:^D.($2L'K M?\/YMM^!LL%$>(ELA[5@.Y<`E;C&H@%R[]\=V1 M2P4(XY(8IN";@2,,PIT[WI9\OEP3CRZHK*_8\M0`8DM#`2PV(G?H807HQ$/J M-S(1>UN.D.BZ4"(;&>D4B?;R3_K%13YRIR$5R9%3V-+79#ER#%N*FRQ'CF'; MWB8+X=CT>L1"EC@85-1)**><^./(E9"1S(T_1R244_I:"=P0[7JA2,,\$G#/$56T5#.+>XOF+,162J!D*YY&I@6R>A MG)I$^=:)3T<@E$M.W''DBJ.Q=IV$=A'$*NZMU#8)WQ4&)@ M'/J*,O(IWHZYR@/D`G0=SJ5[Z"9,#73I(KHQ4P-=NHANUM1`A(MR'O7B<-U' M"2QY?4?`Y%>0L-F6T,,BEU\"=<'F9) MZ+N)B#900+>>29"A-PNO0:"NK,/QW=4MB7S,.+M.@3OCP!,7;LCCG'`[O]4I M<&=FP>>6Q`YRI@Z"N_0<1#[[<.!2'01U*8@&?1;GB.G#C!GKO7/7?I6T.#._7LIPV1N"I<*AG+-E5>N'/I73-=.SKS6T8#. M_<785@0.QJYV$-P#'6XA6&,B7SO7T=PXA]M)1@.SP0F-X,E-P,F]V]8')3<')K>`);<`)K>$);<$ M)O<#EMP/8'+V)P8<9(#DGF')/0.3^PE+[BX-HT1V@^P=@-6;LD;6)M89W)"4WGZD)G# M_>]3XCTN?NY#;^*WM5^=^E]AL')&ZRS@:M*4O-'7(*0FZD'_-/:,"K:P3#,S MR[.[*,W$+JJV@K&8Z!J+^#\]?T82(O8^";Q=V-U&W_\N=T>UE\A'BE8R_TJ< M^!9$ZRNKG&E([3*HHF6?<"6U3?7P!+T\T,A./J8AR2/R)5T@R5>YRQP,,O'7 MMO=J+RUWBH>I;TGXBDAM"MDCN?\4`HJ-XK7Q]>`8GM@S%@H]D6!.S$G\*L'M>-^ ML0$<0`.]6SR+U@`OI8J$NX;-4E_;T=U&/(!W0`-$!S0`=T`#1`(IG.`:<2&X[&=?;GU8.6@7YA\OUP`)W\.LLV4 M1CD(,R7\_MJUH3OI8UQNDP41R\?]5L+]JCY+U6'N:RD\6BIGJ3U:TV:EE9N6 M6BGB.`P\6>R+]1TVXJM%+!J&ZSRR'Q]=T*LDE?MB!QX\(T`Q/*F\BU+>9@GM8P3+SC_'DR>` M:C*ZAZCNKR&J*2RQ*3"U^^L%1`?*QJ!!&=<^T+5]X)7KBHTW;%4_(NND M2$C%L[&1"*V,26:99%T]C/QEL$5`P.I*ZN-`G@6'I,B[_B[B8BYI@*+>A.$@ MP&:ABD#FB:.L=9.G.+5]*X0QVT?)7)]D`W\6,KO!A-3M`H+VRBL2V0V]2A7@ MXD9LNQ*K$*P[02$6)^3"5'P\2P$9(Z3B$>5#OJ5)X!%Q6(!=J%9BK!^B[U4. M$I_95@`I`I5`H7+@\9SXD*(E4V:P)!UX+1!S\1A`;A`'TR^^MBL6!A[``Q9X M5$26((W]7@QHI$.2\MGFNW5+R5,"R4*6\(9G-/T/3"FE'')O M2NGMX@JD`]S14CF_@:4H8@"B%MEWGCL`2%@48LP-*@C0>U2H;Z_LHFE5*>0. M%U+@32[$BZM;J!1VIZ:\Q;!7/7H9Y+&7U"[B/+#LSH3LB82Y=6KY-A)'5J70 M-5)5Q&2;AWP"`PUN':$^R38.:0\+Z&,!`RS@'`P06]]!%ME5&=,\S((%+3L1 M2`78H]#B14P]2\`V%B,4T-/?G1@24Q8%.(AREJ>SA*W(JMCVSY;`J\!NQT`[ MZ6[ELUR@9MOV()9-CUB2T!!0X'*NBZ"+-+DZ9U`U_GE=GLUBJ=IMYFXE*]_;Z?M\*+!.+!=*`88/XR#U$II1:-5H;N$%4-L/ M(:I[7UGJ,K&T#[1(<,SR5!R%D MAB%D][Q5\C:6M5L([;==EE\5_@NRO+X*L)ZR M5<6+D%++T455OJ3)E@_>K(M5"<@!8[>&VF[*U9#;3;@:T'H5<)VS[PW9$>?/P0RQ1L-.0[9:`^XL;DJ^A02VI M!33&4F??&DN9]7W8KTB&9Q%J37.IMAMT[43[%_=L[TS(1_HAS%_Q'JZ]PKH1 MON6W@XG9#[#P[?7V!6DOM2Y,4IE\V5]LM@WG5/2PSTE@V\O>/2PG`EG MZ/\W3ZW3$LH1B<69'!!A9MT82*&87-#(MK7<2^&3TRK"OB!5U=9E28IO66C[ M"!_QVCKTY2RI6[)AZ@6!O3!=,OM5$G<9W2*"W#LYH'?:20'%H50"7N_:2:U+ MT;]>@]?B@8F(GD:VBT2%_#9_?=V2J#@`T%8,+5+UG>MMM'^.[J[*B(?67 M'VQL'68#Q3=V(NN*:;TD1^YE,1K>VV6J4)%D\K]<3L8L,Y/W7".(2"[8BT5( MV3(SN=;^MG'10V#7$@L-(*`O9)"(?D5GWXI*\9:$H6C!`]N.;J]>?L44ECA` MQ3P2@B8VUB^9"8%]T'HZNO_3LH>86O80UB^^B??)+`6V]K8.V?80T[OY_-%N M*C)]M.PEII:]D.V;8E/BW8U@VYX(*53XN/@YO+G'R$ ML&=+58YW`+SM3`&I'N1DJ6Z<3&6OATLQHV4.6(AE%=#DK;<>F=(M2[X>5[SW M?;?LS8ZEUF.N*4T)I&QP&3!WN!)>)+D8O!42%Z>B/,26'6,A@\85Q2-U4+\O MA/-\O?JR?B`OE(`7X4`/_W>B!0LM7P/FR@WS`>N-IT$8!BGU&/B92(4`B'94 MU/8!CXK8OJZ*D!`D8"B%D!IST,E-X63ZP"P76F"+(:2SD'Q!DK3/9+&8<"I6 M7DP^LX0`[O`Q`.&`[+XP#L@[#9= M?`A6Q7IIF`K0;.RUUB5BKQ254$8ND7*(]V*5+GR-S4.>K%+[58E2!EG<6JQ, M!T@F?@`H\<"%\(\Q^5].BT&R9QM5*D;W8KOE8&N?LU4U\.94$;L=8:V#%05D MX`\3NV73.]U^^;3]`X0=PO[Q[9$2](KG$<&RA=QI`<5M)Q1+M]_I)V3SE3T$ M4VA*.:AFEP#$#<=<-FCKX[H87$MFO*H%6?!.$5=_F,A@\A"PJ\RQE*;@U(?; M54"C[#Y8;R!RW./O(P;2!4!'4Y5;#R0*=6UY,BH?T$N=E1C@A5V'^2>B-1;R MN^TVST1P'UPX!45L;@7)3:D%9J'4.O`=+`;,+TOA5TP3CZ6`94EEC#0,\]1V M1'HL_6:W(K0FMEL/B@GL%EIHLS,E7L(P.3T-2@"JT=A3H&X49706>+!J)LXA MX*Z'T&S\%*N\*L>5\NM`ZR/#Y[G`_B#0C?"#IBRA+;O=P0P4`M]USELE5 M%*A#`XY1J*9E!\$Z@1CF[Q#`VK#8L`]4%@@`]/*%%NIWS,"5>)$%O/Q`,EL$ M*&W7W3Z*K?H1"R7W>D`8;:\%W*&=%#)"VVFM;^Z,MQ(9]:VWI2_/^K',VKW* M/GOVTN!OC+L[-=(!T'L$>\)A/W^@'NQ]$GB[&93U:CS\B5M.SMNJG;:%T

%58X*0^0=J!.&'S*&.]VQH@9$-;E:O,,, MW%VB5#_QFL_=%AODK4AJZ0"UO%P*.%J*B\9!`LE<"GLIC.O$PDM(>H@#X/B4 M+(,N/0+4%Z&P7P4-F>V5&N"X"3I+M-]N'7[PGU3.2&;W/$BJ`+>`!6G*ZROT MH2KD.49E0Q-XN@E;)]1RP["=R/[VES/\=PI_`9PS^$C=?E0H96(GR*GE=@:E M,B2Y;3LLA6/Z&D0!\#(AQ5X*H>\H%&KKMQ0*&6`V4P@!+RL40LCK"D=*^]7_ MI3RSWKMC+\P]ZWENJ97;EP*$8I\&ZRK.=4^$5U/;#)H_+FU7_*]A6)[A M2*#M3GA5>Z>1]>WQ$DKY#?;D<8QV4AJE+('L9;>@_\NMS\?8B>0.PV(#H\AR MPKZ@L%,&%X&X)]!]*"IJ^QA#16P]"BBTBS#PP>//*@+J?*$&>"\J@/46:0<9 M8(LT^Q794F%[1(P4@9:.%TIQ(_AE3J*U[4Q?OJ)Q3]]I.*60>8743ZU'.U+V MS%LG<*J)V!/9IU<)^[`=P1S4@##!00P\U$<%P%W%@MB^[U*\V`")L2SBKZ)G ML%-E1!QXP>O?*B')%_@U[&+P!^I?(-=JOS'JTO)MSJ7E6X=+2[P80]HWTTN2 MK&D1?;'3T20A081;$W4,`3A?Z,4:9)P'L%7,%;%ULU9J[4\T+X7`Y_BE&C3$ M7-(T.^J#RO@II$43SR&!C:J0%EM0PN2;?+MZWE#;>[V704O:'F!?5E@L)HKB M0`+(*7U-N?W;[B7#4I00[PTU!*T0`-7S(+;/LSQ7\\W#T^V"GF=AL1_(CXZ,4V,W]$/O5"4NR1.MI0 MSV[^PN7R<0\%O&/Q(PI@&^66P@=B>2(BUXG;#HZ*RY,I`)N3(7J=4@J8"F`> M%>ZTJ"E`"2EW!P02;-]`*"3VO<63M(.\>5LHH9L%/[&$12R`[7I_$%L>&[87 M6B\=3L@UWBVUV3[>MW^DZ@B0L MC_DX%@7A>1CS:@+T)(XI[RUXFP"27[%/D`ZT#50AC&">'HX@&2#U,'F^`@K% M@AK>0X'$^[4;I%@Z+R#];]88^SFB4-W0"!#M/E+V['W=:P'7N=?^\=U>*ZHR MZ";=\=O[2?UK<=(\E;<(<-E-".#Z2TBQA@SI204"\.1/^L4-??OGMG4QX`*J MQ:MH=HBR@I5/U&O_XH0#Z!B(I8-DQ!8 M1ZIR0!%[(._!6L[PQ&%LH$8'+.+CXP#2IC_DEM-Z(0*L&#G(`/>E$`+N2"$$ M5/=9\$G#\IT(T#U97%\Q!NRA%YBV9G$]B?(M5`O6P=NIQ;5\R``5[]X2@NHQ M#=T"TU9!5D]5=+`^N"H&5,2J'%`=JW)`I5S0+8FRP$ME``V2=30FQ>J)EEQ+]-S^ZB-"-A\6+!V7T0 MY9]"'<+E9X$\QN7LBD9_TXB>_C=>XV&C(/+8=KAB>>8&./D,=B\Q.^,53SR> M!<,-5)ZS*18_.J%Q*X<9>!]XX@RFX9H/#^0Z!C=41GSJBJA:\`W;7R%:BSEK[&=-?:5\". M6OP*T5&K7R$Z;OFK9$>M?P7IJ`>H$IWU`A6HDYZ@QG-=Z-WT"$W@+_#31<]0 M(;KI':I`1SU$!>FJERAF#[`>8DJ\(,I8NG&`<#6-:`!==#)-*(N_AI$_9A]1 MR!LQ=V`'O9>2Z:+W:H#1O5>#>$,S$?9R!T1WAPVBL^ZP249WAPTDNCML$)$] MEY+GNL!C>RX=\!?XB>NY&D1LS]4$HGNN!M)!SU5AXN8X!Y##>8X2ZK8;JH*= M=T5N)U-:KMLNR>6D2DEUUS6YG*TIJ;^@BW(Z:U-B'795[B9:6N:OJ!3NNBWG MDRX=VE7WY7#RI88Z[,;<3L+V7,Q$K'BLF:(!^TD8R;R-?`L.>EEU(+)+K>%< M=*8UI(.>3D%TTK<9#=T$UGK/.I\Y%=SLU(+K#J?,4(US[B.NUZOQL/U='8?NZ6I`!WW1JB M^ZKEJH-S/L%3@]UT=`XG=RJDLP[/[<2NI&*F=!_V:8\B;PO+^2#8S\@9Z.0I.DM[[E/;#-9C4%1JC^@KDKN<8"_ MJCW&FI*'XOWQXD"7M/:C]96UP7[^YR^GSOWEF&=?,2HOXO`QE-AU_)J%(?O@ M0RGKN]G"0J'DYEHX;R0"0Y"OALO=OL1&5BAGCE$8TG40AG/J97+O)I1/1R0L M:$&IC_9&0#",FX1\S4C(I[NXG*EP,)A;$K[RX1?.EQT$PY"?#QN-(9J+ZCM\ M",R_\L##98LD8`!R,P.<#P4"0UAX!%F))0$%$*_:XUP0!!1@2\(P(^';%?^7 ML0CG30V&8F7BB%><.Q*!(2PW`2Y'!`"KEZ_^!K@^L,)!81+BT6*H@7/GP,%@ M?B[$B>A)CLN;/04#^6],UY=DT#_].XAM&&*CLC,YF!0GN\@=-"V]*`C9$J03 MN]>*[1>O$[8%)UZ%%+MQ0BAWJ3@2,PQIB,H)*;3L'O="^^#*06H=^SA(K2,= M>ZG]!$1*'\0NVZ$X>!B(!:^\19EW\X!`%[/J;J"V-H(H!]0Q6!J]UQ^:3,!0-U8W<0W.6D,4.U_D*/ MN@P!@%Y",:<\\\JPF!,(\&)J%&!]JU&`5:Y&`=:Z&@58\6H4X&BL1D&6%S<= MM`8&ZZ$U,%@7K8'!^F@-#-9):V"7+F$F9WX8PWYW"?O#)6SH$G;E$C;"P!"# MKAU!GE^-)N!:\.+Y(W#L=\Q`-G;R$)<4=3$Q"[_6=F]0ZABXWK6$X&Y-"<'U MK24$U[66$%S/6D+0I204Q\VZ@>!OLJ#@[[*@X&^SH.#OLZ#@;W0(6G=VA$G` MZR)*0+9[Q$%Q`^X*!U=@*B!Y&B$J`<"1XEZ("S47`': MOXK40.">K2E`#OK_N-*A.62Y\,QZVZXF8O\1[\W^HXM+*SY"7R=3D1QXQ:TR MX`+(.1633C[T$,?XTL_]2A,Y(H$YUHJ$7FT#ZHD=/%RR@$,!-T[:B84],>W$PIZ==F)A3U$[ ML;#GJ9U8V)/53BSL&6LG%O:TM1,[_C78R:_!7KO!A@Y[8\ERU0-(&'#:JX8Y MZTRV1&QM0H!C=BW.5<[M>*XR;\=SEG^[J_".O,WS0+8L`^RNTT5_>GQ#F[6/%7GCBFN;K8$@>^V/(]C^.W/ERR MH!>JA$$O$X2]-#?S+AT--FS5T6"CU1T-U?C4(,C; M5U*`_7^-`GPV6J-@RQ&JM:M!D+E;4I"Y6U*0N5M2@,^>:Q3[>S0+"78_N1I" M_@ACB+Z'!%$*VMJK0*"WEBLP(A^0%U-(0;=#_FV_M5Q5;%VVJV+K(ET10XL@ M:GNX&D+^:)\#0E[\;7T)!RG@^A.V(JL@#+(O47J38)7+P/T532*6AV%0_:TS M>!"Q+9\1_@KVY#-F$8VR7X2_(=LM^25@RK:4_^C]"GBQ@^*O(/-BEZ;V>^=V MX'Z)I^K?N\+/2>2S+6S#:QUS(<>5BYB\9)LYC4/B%2?3.AQ/QG?7MD>HJ'&*7]K>KT7\)?X'RJQO;JGK6V_RO!,"==8E8,EB M%K+UU]EP/+;-G*K6?K.EJMI^Q+)7R\--<&J$[X7>>ENF8SWBZLOQ@G6Y;@`0 M>;!#8"XCY"V]]9.0FAQS"1*`N`#^`Z8"%7+$!90`ZYV]Z@#KXU1J`%P6_CFZ MG\[N\01<1I8,5%Z6#%1V%@QLCCXAY=B\?,)FY!,V%Y^063B>X/*0ZY&9*`BX M7!0$7#9R`C(?)[B:/<%6ZPFV3D^P%7J"K2#JZ_Q,WO2D(N*PM&:A\+1FH3"T8V!Q%=>13[/1FBIW>3+'3FREV>C-%3F^F MZ.G-%#V]F:*G-U/T]&8Z^1-7M;D>F8^"@,M'0<#E(R=@\Q&9C>A<1&5$P<)E1,'"Y\8@; MY0L],B<>L>-\2<#E`FZV.,7.%J?8V>(4.UN<(HL!NA2@"P&V##Q,;H9+5"84 M!%P^E`Q45A0,W)A!+K9#3UT/%%RN5#BHG*EP4&7EP$'FLEA;B,_E/069RP<. M+I@ M\G5/0>7LCH++VR4N`+/$!F"6V`#,$AN`66(#,$O<<&Z)'X0H@M@]@BB"V!F`*(C$FC`](E`+Z"#AU&QL20<0%DH<9<..J^8\*^R)BO ME",N'!>K105JD5%:*4=<.2ZZB@FMXN*J0HVY;-Q5(PHZKISCBCDJ"(J-@$Z1 MRR*FN#J*"WNB8YX%`',!F$@E,DPIY!C7$>-17&QQBAH'8H*"N(B@4"/J.>IN M(0.!Z"@@.GR'C'>@@QVX@!8VD+5@8>"#SIM6()SX@2C)%0A\0E2!P&=%!PBB M9&)B&[C`QA(U,<`$%'#1!*%&^(W(;E1N8S);G(EB?5[-L1I01'?G[#T306C_^D"\N4"\C<2XB?DXUOOV^F6>%A*'TMY#=;"%=P%%1#[K=H5F+X+ M7P8N(.BQ/;.L8VU MA%B_(JZ`N*@[/1=UI^>B[O1B[K3=U%W^B[J3A]==Z`;)VHPZ-%.ZI%0 M'$7DA(+W9D-)XL"=$H/V)SOZT2G,C6^A,\="H%=/\^E][]O9%?NTW]^LU(Y8 M]$Z3E">/0+#$#R*2T0'P`N2927#I`Y\>@[V_$Q,7ZE\3CRZH]5Y!2H@+?^2+ M.EA_2@C*'_ZQV!UQX(_8-F9YY!WP"V,FJ!/#N"ZZ$77.AA>=9']]Q]JL=)_#Z\7U7 M`X+*$WS?U8"@_'':=_4=]5U]5WV7$@3JNYHD:-_5=]UW]1WU77V'?5UG39$NBT]BSE[0?^+"7&+.-B#Y]&4]@ M.:61FN26S[Q\NSMC^6PG MQ)_2T^RS^_(3;KKM-AT/9_*OD^OAO[M+W]XZ##P:I=WU[:!(:$A)2D\BEM'4 MV*W.(G$P["@2?#(1!=%Z2J,\[:0>&[>3IV0=>'_2K_3PJ8NOE)BFLAC=F/.E M<0>9Y2E]WE`:_NSU.LG'QNWD&4D\&MXSXH_YH(2MN^!-^PX^B];L+!9_=Z*K MIEW4-%LG=/'O^[,K7F`OSR>1Q[^/NMW7"XU3/'P<)WR`FUBDV90"4IW\'-^! MTBR$@!3OV7IME[D*+2#=*8L"$:"!I+O7`M)]>A9S1MZ<%_NV@])O,(S]6'"W MZ35+#K^R<$`E-DZY[#%,K8L[RWN_KJZB(BJZ/&-CV1\9=4?S*[&W^FVPWL@3 M+@V*JTK1GE7SJY9^B]`XQ1DO>;R+LTAJKS!.P_9B;*_A M1VT*8D>3M;3.\6)*0I'['Y8Y*1TT7[3*LB#:(T M(V'860(/BEB.3_B@:CD]&9'0RT-BT(,8`#IR1PT8\]H6LKA[C-"MAZ7//#DK M`J:^4X/2GI1G"@(3/\A!J<_S*`)G^TZ,2)EWP=]1J1<`D`=F37&K%I9N'L\J79]NEYW]"6U<?M^X]/ME(_7;%)L2,U3Y2U/%HA2:I[:7F*>BMG`IRGH3"$,1X_3GV?3P$M8 MREZSW^ZBC":1*,]QR*=%W97=B&'JQ_[3;Y-W$N;%DC$^6[)6[ZJRJ?,*J;7/ MMJFQ*$OX4,$/NU4R1U_YJ#P]&SXL[GX[_&R4:)O&YJ\L3U;&\/57 MP@Q-XR#->.4S-$Z8>&0=\'IC)OA?0K,\,<4GQ'M+O81^F-K+@4"_LW_<68L5 MI>^FKO,>(A9=DZ%UL+6YG6DL5@.GIM;9:#CN=Q;\8V.C8I[*?\S1I;4I>V7L M-1\RBE%5=X:0Y"IA'_SFG(U"DJ;!:^#)[B,=1G[EV^YDC4%=%UL!,=&E9!3J MATK>E7H1TQQZGCCDLC.Q8VL#MC@QM,P8(_J1?0?_@_S-V-EHZ%$Q,Z+M-WYG M_$:_#&W%LI;%HC-"7+/$U#8W/#N6IAG`8934\X_M2+VJ>) M%7M#V_9ON06^7VCQM4;,-GA`I)2:IY&+F?9,'?F0?]*Z;WXNSHN_G(-'ZIUEBDL_OA9!B&)[,P7P=1]RWM!@`\`*7:E=)S M\!;(CNSLFL^A%C0Q6".AUIBFSY2-D]G M+S!-07P:^MN@L\-22FQ2NV)ERS MJG9LJ^.*YS=G5RS+V/::4EZPCG[0I]&E:T]/]')\W'`RY+/OM"6'U-:M[-%B M>7(5LO5942'3-#8R3KR-"!`9FN\^G-R)"*\^?JU6=5ROPM[LBD=L*\:;DT@< M&V]X)5;&]VQMGJ4_Q#C&T%8LVC>U78E\%_.?TR`*3`5=MF0;+Y:W?$H3MK8Z M2N/VFR,B3+OA71A-B/>&UG3_:*JKL*CEX%2ZUR39:9N37OR M*0;S8I'2BJ0M_;S2V(+<]M!:8]Y*%SWUB,5??(2P%O>T\Y%ANZHSK<<\&WPS MH)=VG;R=!P;(@VDGM6@R>/GN6MJN5[2GP;P\O59'CU^&-IK^A=VFNFMJ[-YX_/5HJKR5]WD[F=9/EX M/7^PRX&K'\OEXX.51.PD_#`>VOG&1=;W'&VC,A M6CX^WEN))N.[Y?6]72T0FN7DI]T]E2)K[^[O[V:+B9UF.1K:N7;SR._HC_GD M]&[T:"Z:#V>W=G?U9CZ[M;ZKMY/[F;7`.I6[Z?#&+IOO'A:SR<@NHX7&VC51 MK^U%=P]VER,$/"%KC5T)N+];V.78PV1I?>U<\_PXM],\SF]&M\.YG7-<9.W< MXWQY^SB/=[_Q[JDS6UKS?QA;*U9C.:/]_>6 M7?5B'QSTK4@J&G9.GJ] MZ_W>-9$K3%HI_R+O9)AF-&&!GY[M/YW^';2-AX]51S]UN-2JM/#TZ*>.U3*& MV:A>@X1:";9!FH9VDI3D'DVL)-DFR<4/J97J M@R1QA^`^B/+/Q=D7KG9P23P1/=J_2=Y6;IGD[G68;YI_HM&[<2GZ29^.9V.]CL>&%TLLS$6KOC&5H-.WI+*Y9E(UI M''85N"-+`^8L":*LW&JYF[NW-G'B8-SN!_'>N-4]KR(G^_AX5P)JC6DZYG1S MYB*FWFFL.].BM-[M5;);:]25Z0U!E^,-^W;W1>R:;+?\$JJOV+6GH=9TI\/' M.\4V=P;\@VTK=WYU]951WFS3]K>*E<8=9/F0;TQ?@RC8;^;4E8!2TYK.0BQ@ M8M'N7X,(N%)ADX9\;B[>C^IN95N5-FF:#-_4$NM49@F][WXLUZIL3W,YG,Z* MO^4SB/>6ERVT`H,4XJ*'/TVW2:=MUWKGPK38);+#V=*HW4'>U#TG0=;9'E4- MVXD9OX2M,+5IBK2JUK26]#,;9EE2=KP=37#-NMVANG&K'T_SF_+'*QIYF^[5 MGNTJF[2V)&E;D]8B,4SE;DO6M%B\99S,D<8PG07SWJC9N$XG,DTI(TF6QZ)) M-\^Y8Y%A2D_S81B6/QBG="RR24F^0`1*[EAIG*98*L6BXH&V38HUG7%ZW?M^ MM$B,4Q$S2/%>1O?@6*LR3XLE6YO+*>V-^?:EP;X4W-/.YKUI;D4W>.:OEABG M4DQOY_25)C3JG+.T*HW3_'$W(T'4W?5J-/;I\,(C*SHDO8/6/MV9>*WQ?Y!4 M=TIHFET#NG:I8:IRH?#IAK8N2CB8BQ\[K9_OBNVIN@M'U;+=X8/E-9_U46%B M#J](3%-Y&)GCA6T[5W[Q++XP#BUH-*WI/)-WNEL;=[CFCI&E6M3NG$;3[EP0 M^>PC/=D%G+J:786]"7\\GISQ_Z^=\+7IVZID,:C7TZO'E(.ENS5J5IFD9SP=+>K*.O&[=Z\I-% MP6?Q=P?VR-*`N>;%G;UW/LN=C4O%JW=GM;/$TO0JRJS`K7K;KR.DV86O&'PM-6U"MRB*M_7$=G:\C M&HDM4E[\+Z?DS68YO('>+/U"*EJVN^@8P,NR">"9)#&_M[;F'YI7?)762S9F M&GM=TR/&+6??>B>?V_`D)-$ZYQ-]\?/N\^EGO:,L%'VI\$10]20,5@E)OL0O MCWZATPZD-A,S;_&#_'"B.!6CS5IQR&>;N25=<=1LF_G`SOS"YM_6*?%/%C^5%G?R'M@XAF'HLB\?/NL[Y+;=%H2[Q>H_/L4BK* M$0K_J?BDL_XNK5]W$^=4_.;PDT[UNU31,B8L?MY]UBG^D(H/N7=M*GXL/^IS M2ZO0YI56H6T@M`IMS=$JM+5'J]#6(*U"6XNT"FU-TBJTM4FGT-SQWC=IOPY9 MFHI1*O]Y]UFG*(;#:1EDD0?O\-]5?VXJ`\\[&X[?Q0&GOWT_[?\FMNGY_Z:_ MK=4;^U2L%2'-XV_K$Y3JM_H'*&JK-I:8D=VIIG-*HS;2,L^8^H&VVDK%NAN- MVN*""A,-1;YHK7][7&VE98GG7'(IB2[/FU8:UEWD)50>!1:*W7+TN*:AAGC/ MV%O;`WJ-F88V+]=8ZT$5BP9#/##>'\D0;%7?%K\YY0S]MY'7$&OW`.<%(>7* M]*SZR]'9U%:1HBJBQ6INR>K9JF5-?9IG=/ M5C2T3ZZ4V:96',QFFUBALDFK6%@`ROM2+1=3 M0')738#[`,AM)0#N@7WNJ_0VZ8N#6B%Y7]79I@?(YXK,-#7BRP&#;YS.7F": MPJIE.^QK3%;V)IR_=V&(J;PO<`X!8IR`.DB"*TVV[!*8IB(F.,5T:FY)#NS8AM&L+0K'8R)@M MC&W(8_IN!1?V-OS="2@V:>PTQND4#U]\L5[*.)V*QC2=K54/M[7JSR)J7G.% MK2F7Q7(:]68,WPML4T@9,:]?1R+;E(IHHFU2AS$YBF$/OF MV25L3;DI]?)$/*8UA>\%QBDP+R$932URIR*Q347LC4Q\Z@-2JTB-4\WCA-@D M5=H;\[_$8,0F@9W`-`6[VF%7*S[HB@\"WP//8BA0U5BD8W<9>X%I"I];\Z&& ML&UP>2-\=KU4'.^^_Z(>(1)?W"YUDN(;G6:A%RW4JKNIZNSYPS-.!&/3DVFYCJ\%V#0UIIY;8,\-N(^+_NC'T`"Z,^PFAOZ4>";$TE!+W$UP MSQ[E".1[<8Z]EJLV-Z:+%Q/$P;L6*1PD5JE8IF!!7VY('%AF4T6C3R?-SL:+ MY8OZ70^-F1'MY6ZL6,G<8MI)Y74U8Q[O,5\>1HK.IB_EQA`&_)I] M*W^6T%2,Z<4RZP7=$CY;]!9Q*,ZZK3]U/-(%'HM2/MP5C[S.B.)F;"\V_^"TFPM3$/XA4CB:F] M3],W^.(HFG?25N+J]F(W%\_2WK>T-\^=PO[#PEZ>D&-J_QK0 MT#F05&-LS<2R%^>U]94EN4=8V`4U(XFU,[4.YLVUJ['YI;^S/EL3F MQA'+J*CJIO;L]57,FXSY+/'%.WQMC6?-/MZ0B!@W(W'PR:_7O.RDO->T<)]W MN:&5>?IF[DM&/S-SZSQZB]A'9&K^'OC4HKG_(&EF8=A['>Q-V^>]PK2%K@@,V^B#PK25 MKBC,VNF]P+BEWBN,V^JZPL(KL_9Z;V[<8N\5QFWV06'::E<4ANWV7F'<E<$1NWWP=ZL!=_;F[;A>X%I*[X7=+?C1;ZG9Z0X5R@]_?QH&SCN MS%?!&Z\\'C4U3\B;E:V?A8;FNXU'#4ZU3T)W"3]4^%!JS.BV69W7Q M2=-N2[*6$\S:;/7<2B8(@=:3/74+9%[&<]VOQ"KUT]70=1B_WDVIB$? M)"7#F+>B2?:JL^6#C+,Y36_Y+YH;AQ^;E0]YCMQHLP^J&7=*/VG=6.QIFIX- MDQ5+;NZNQ799--%M/]ANWRBF^UVL>%(II__*U.6RDN)W_=!RL] MIVFI8^ZVAVE[L:7-MHO;3=,S;FY'?!*UIA.Q!/E/JMA806^I9_(R7QB+;7CE MX>MM7)5U.YMGO=C8T8A\;-O*O65I)E:L=2`/9CJ:_NS,IH6>$<:++SZUVJK' M>V0 MNWET["UB(-&EGK1L):4QT]*T#YZ;%JT,@Y:H;M?*VZU6;:?MK;0LMA:= MD'HMBM)(1^+5=/*9)42/.5BT,'8;IFMG:FVV.NX#[S'DZ<2)%Y`P^%L^P]6C M->8Z^F.XVVJ\I?DY,M*19@\W<@A5]-AZ6-U.QYM?76D.-FU:M#`*OPU*L,JV MD]OAWL%(3RHZLV)#R99[T##4$R?1>Y"P:*M>YZ6ST_-F)%%N7=^TT#/F])6( MMV9YB6_/LYJA$;'U*H_MVGAK^MGV9FR+J9ZZ^,&G/&;4AFD+=4O"D'>Q+4W, MD9$!J?VN')FUT$3$T?!JZZ9::GG_6GK:BHF.PL<,8ZH*234,=(1B"BLV]]*> MY=!BVDZ=R9^FXOE$-[=FW$XN]UQ,3YZ>N[A'IF944V07;YD$<=QR@X^MVEG/ MXG?M37W#4$?<+WPDWN-"$7#7V>EYVLU_%28ZRM.S&/7J$;OO=?J?T_N3\@F% MEE&U:>&T`EJ4?'[5,A4KO]:J%VWI+E3I^O$9GW1?)]M,$6*9;['WVJTDY\C1:3RZ$N-4@1=AZH-4.O?:_2SA*U4X=?:UWJU M)P]YT80`-68:&A^+M'4:*B,-:9$1[TVY04G#0$?(]<5`?J?1B4-PIX]CK7;_ MO4H_GPS'T\EI;[%L?K><+);W=U>GRN_N9HO3Y4_%-\_#Y>A6)Q,O1V5L55N_ M5^["I-N2M/9UXS*J7ZN?JRA,6BGJN6O#HI71LJ6VSD[#(W$(0FV/+A_CIN)%5M8']NM$TKE$5_- MT+':KMEZ'MGM-G-9D5:SW?8L':D6/YT4+Z]OVRQU.Y<>6[U_\,%P,T!=LRFW M(&L\["[M]ON(#;=\WA[\W7(S5*::HK,W'9'0RT.B;E1;;+NX!H52:=O%Y=U, M9.-SW;Z+[QULM85Y;RSVVV8&=D'DTT\#NY`[*QPP,'W_N`C*\OH11(.^MIQ5 M%*7]KM)H$]F7R22K/[E)Z'M`/\[&+"M>O(K$&ILQ\^1O)LOR-\U5_CIA150V M-NK6QD[>N,E*^;U\P5QL1%R`9`_1;!>-M.7OQ;E@#A!\&//Y!>6@Q'QJ*Y9- MB1B>-6&:>KP.!RLK!V:[AT'[6Z#=R7X%*QN]1!-,NO,T'2;;`ZUU0^L9X/PY49W0-4RX) MC?Z&5HIG$FY(`+SB0@R\Q<\T\#9O+!%S8V-"L2WIR?C^OCI0DX-.+S8:9[V^U??HS8,=5UGS5!T],I=![KL=7P^>A!G+O..-9Q$_),F[M]J MW<4N_QUM1%?&^Y.[*,Y;AGP=,E!JN@.>K,2F*9PP7WLTG>EGQ?_GGB[_$H;I]7L),]!-)J<*1]*-"QTR>XL>,N[VSJX M.0]7V7[(?TFJB@_I[?W5NMO^\_=+8U^D[8?\U\B7BKV!+]HH66FUW\&A=_G' MM]-OO?/3+=$TA`?3WW_O<=-+`]-%N<>4>A^)#G/='6^8MVQ58:+I3D=L7V7* M/]B:<:V;A0/"X[,;FA$D\!;%$M5%Q]!YFVF011H M%EE9:-O=NQ%_=R90&!F09-S'A%88&A!_I#2Y$?OT?SL=Z,-I54$F%OLI3^=K MMS9PYNGYGN21F+X8W1>5Q"B566OGI#!MI\JG@7Z0;]N68W4JVM,HGZ1U%//= MJW%&Q:YFW)Y^PJ>%O':*EV!3?4NKW9]^9R"VF!HN'GIZWPX6.H>:KTO(9]%K MFIS,Z98[J'^#`X"`>[$DR9JVE#-S@KD/Y;8YB>;5-V,A(,7V*MLI[$RQJY?? M&Z;1-JZ\N_0PG6G>AS-7=CJG4*KW?C)70M*<1.L@`E[I3@M+-U.O&;?0FJ5K M5PK$7].[J_3,"_BL;2L_CNX>1H_3$_[_]/'A9#ZY<0MK'(YC#7M<./*J!.$] M6DR']_?+X?V?CAP[YN']>WIVY%@)0G@T^3D3E/%D^GC"?X'QJ8[">S7EJ/E_ M3H:CY1TOK6[<:S*=^3EYFCPLW;IY0#KS\(+^$Y29 M.HYM/AYQQG>\T7\X68QN)^,?]Q.\8RJ@&P_G=S-8J].!0WDWR?@4]SYXHWC/ MCE$HKVY'#S^F)\L1SJ$]!>?+XV+)>^_%XX_Y:++`9Y."Y]*_Y7]FDX53#PLB MRL>[X<^CBY'HXO;O_SPF_-U>3N8,,[8+C/;\?/MS\X"V6(U^/<&CO M@E=Q@J$;URHLG%_7)WCX?)Q#:HWYO M@+]A51#.HRDPZJ*FH'Q93'\XF!WN*3A?1!A8A%!_/-PM81&*+A[>O^OY<#IY M?IP[&"(I>'C_IC,'/?\1">_3P^/R[OIN-`2'&PV0>"]G\\>?KDK=@87W:SF< MWTP<1"+J,+QG/Q:3^#^?[B;/)7,X3!R?S!A?/%UJ?:QPVK?`V=*O:?DQGJ%L$H'-9]_O=2:9GPXEB M%\SC;^MI'KZ=CQ3'Q]6^UJJO0O;Q&J2*_4`4)EK**(@W-$G5"UC45EK6N#4O MQJUY,;YMD]ZV*1>*X_*.O]5J;TFZH5T77S72DJ;CBQ:$_%:KG;=>P;SU"A:W M;5KYK5ZKVA#F^%N]MOS0D7?'9EK:SXMO?[10BJ\;ZL-N_2=7B=C6\M2O[Y^@ ML&DFH[!I24MSQ76#%L+^;('?6SE5LW;:XG^A;M=QK6$+L4BU\SJK9G5:QCSQ MAF5*?WN2OWT6OU7LG2+M*EO-[3;^TEC*=+N^5'U7;%UU-Y[HQ.JM7<2A##Y] MKQSIT,P1E4T].YHV8@V>8HFSUM"4V.BI=H;"1+-.46&B2TZ:/,U5.U@I3-HH M^PV[Y*UIQ]5M=5R?%Z0\S#*ZC4.2J;9QV5DF-!(GX21G_R7O),W6VU,O)&K3 M+!=%DX1G*[&1_-EH0[TW<4[/I-PK1NMYIU!W&7OA!UV=/=/57FF05E-BE,HJ M>@O9FIVNMK&!M;=Y6V51:F&=9QG3"]*E;AMAIWD%N/P6BS->*R[5:U#6Z;K0G7,'=;3[Q0V;8T#AI3`VIY M.\S7A/8T>D3N%&['U>?R^L4_7^\5)L M_^S7QQ)&')Y!Y6]@?NSR"P79,O^E_-5)__3;:>_WTXPDI^N_<2PX1-P:NRMJ M'(-UXLL](1O;D]C)#2N6P2%3U$U0V2JE]FN\?F3PGT#Z#=TI(FA]! ME#+OK0^ZUHK<*.U(BNUN:4R3$"*IF)W&+0T+716?BIT[%%U[,>`7HY^W0#5B MK'W?&,6($7K9Z]$3<528.HUR;M5JL645E/BQQ7#'ZS![)>_B),Q3_I?&HMC+ MI(M3[GA"?+^8BS#5YC9Z:\5N-G7C+9^B>B$EB1@N>B0C?$)UN@[J#;!"M18O M@)/06*,M;36[-*;B,(LT"S)>^:F?0O3%\\&_.+9L0=MUF+: ME39ZL]W7@L)O75<)*LW.%AL6Q_RFJ=^_[#!7U;XC\UTAZ'2W?`DD(^OT-`O] M#N-=@4Y34>E:\JHF\'CCF3`^@#.7Q'D8\E^9"]*,UP'JK\5VA^8JBVE5&[D%'[\M`%&8V(M$@V"CXH7%2""YW:4JHA_6 M9>6@L2DN!Y5YB3EH+`O-06A<;LI65A%#;%J*9X@>2;*6#.8?]`W,8=M>QMZ" MP[\]-5!GWKV7)]B/(-NE7E)%/^5U':J6> M=Z#A5U)L_&DAVY!0D_MU2ZNKL7?$XH)W'_CP;$H"/NU?B[/YU'U*MTK5M2A5 M2Y*^629TD)BEP@=WO'9N:;9AOFDN5`J.J6374KVL2,2'4"%]U3176NF*A"'O M$,X_%;N`M@LI;^6$VE)7]-HRUF[G:2%,Q8%"8NV$I9KZ01&1?XF*O$J"]<8V ML^B7:&+LKE?L@!^)4PTMTXK9!Y\N^:LO;E5.DB*;=#\^5L1[6R\LPQ3TUKU\2%$7>:M$[.# M51#2/`X9\3.Q8U0'4IS-6/[SS<*VLYL\,N[J]8Z,SVV,+\R,SE4UPRS/6ZW6Y:%<&<\17@&5L^^VF7DYE&BE-$*)2#1:6QXN"-NJT(RLB;V&*YB\ITV95!%WTPJ&IVM@IS MVO-8Z*L[@6-;<2*8NI,YMA-Y;6#WFC#%IKX-,]E/]39,TR<>V6YE\]C-Y*.9 MA!G8M96:PE#^W9G;Q=]\(%SV7\7/(@->TF"E;A?:E/(Z7]Z#).,2>[G\FR;O M(@F99^)]44?*\B^VH?L,VJO`D2S?;K]` M(G%/611^&8DRW@J*'V)>;$I/NW-!)B,_&A6?=COJ*X>)L@M$U[CY!.H`A%G4,A(OXC]5_* MGWMN,'TD1H2I^+UQY579*$%QJ2R?V8NH2-TUJ-$8D33>D,@/^0SE,Q-#7!0C MDEN)>VB&C`3B,3QK89BRB9;MU*48 MS-A<#L6,K8M1EKFY'&QUFAN.M>3?LI!U#U?R)"P^?)Z$0?1FT;!4E&EFI"O; MO(9?!9$XI$"]*:O64!$]W!L6RPW% MOC-3(I^8J=;]==BW\1>/0\61L4V+-L:/\?CN+I(;^;>CC@R[B+-\%2I?Y-$: M=A$7E,_P-]TWIV[;QGU>C%6KOAL678QNKPY6K2RZ6I2?M:MEV\T-Z=H'O7IC M0W++?M[="L,TM"MSV\W;Z#^G]Z-LNS]5N)W=,.X@/Z[^2[UL2I)T0T)Q[D47 MO2DP2D%[ADB[M6#_/WZ0)-O?-"+=]\J6W\A8=G%&ELHQL[722%";I)MH.FR* M:$B[D?;;]OA?MZR(S7;;-1X6V$C:+[`A,+"4SQR[[TED6:MDHOL;!O+N^&B\L5[W#` M)@9K[846BO*=!$N%U7VKO&%AJ;+*M/)=$3N%A?63M!#OL9B+.BRU7]??4#,S ME&_Q&9FV&NW>/&PS4GXG7E-5?B%?R55_4[Y`K?RRMD="JXW!C@T0_6$?:X#: M7&)DV6H44765W'TOS[!IM=@=/]5J5#F>S,B.)-MNNU:+\KRY5IORQ,-6&^T! MCS:JZMF4UCH+PUJ4TF[G;X+V9OX:786!Y];$G>D*0S%RB`^R8U2&NH*M\+>RKK3K,.@K3W> M62F_U/4%?/J8REAT]9&?"!&0Z9N!0N[@;23H?06J[ZT\L1*]9-0 M=B1M^5CX6A\HLU8[Y8L"W:Z+/W;4N&'%G^9)%F9']DQD<3/OM( MQV/UD.+(]FE^4_S8;;I8#J8P=7\B[R389K1A`6:P,^1^7(5,W4$=65ZQ+&/;:\J'_>HVNFK=:L#$L1O\)KT%S]KJWWK;!;?)"_F3HF4S/,2&*>_"*; MDFQC8BC65M^);69>B2Z.JU",'J<_S6Q'ZMZ@9A>$O+N>DN2M=:BE$YD8\T&_ MN@L[MINQ-%LG=/%O]2"^;ARM3>[=E`_];M%\D*C=N M,!;1EX[&K&)LP*E[LG;I(@:I9`,]XI/5_44=SK<;,$L;+M%&;IY"NR$J<-_PU M#M(L"58Y,/-F+-#,,3IT?%@`N6AQ(.;-_9)^9GE"V^>,%B"P?LZ*:CKE-U,= M+#.BR$`:GP6.B@5'^.NJ$\$@7E+$0T-^B7BG#BPX(O#>^)=X5R0'+"^>I.+= M*#A@^;UX\PGOA<2`U3<)$3NJXFK`=9A_X@B\'8M#\@6%3%F>TE&>I`Q2*NX# M4&-V)Z:]BRRA1!W\;%=/\I!7<1(-HS7L[D\B[\OCTT+J!P0@'^>:>'2[;,18 MX@<1R>CBB\]M(%=^)7>R@-[J*_$BG=B@D[7/%)5J2\5=E&9\8"W[B-VL\RS; MY-M5)-YC%KWD`I+$WL+W]BFDROQ*3H%L^_`C%$$3W M&*2F9-DX(>I'235+2DV`/+>3KSBC_J)\+=)$LV6\_RI6TAF8CQ^GDS,97#W+ MMZ'%-J)XF(BR*PF2VQB(%=2` M'#IH@9=Z!`!*+64T(\5&(6>[;?!M?3X0&%S*R_%9$5_FPQL4!JRU+M<5+?1^ M'Q&@6GN=S[:H^RWUH+R62D#-VDE!-TDJ$;=HIXU5 M=HI=J>'CO"_KX'!?-!%3NX^3:U8_=TL7-U.3)J$IZNX1*`2K[PE?4S-W+ M([O^&E`2U2#89=0Q&,2&_T3RC.&O:4]"7M2>`QO%^,$?O26,A@>5)J;6];(0-FYEX,D%E*6+BB20;(TE)X M>`LOR8.4BKW0LH19QI?J,*#:^AZ50NA=.LA!0CL1"?E<`YA#A=8L9-N4%6>/ M!5$@GA#`4K;-(2FSDI@:FR\[$^8F9E=]X_"YL#6\"U(A@%JZ2`@.[JWR]3,CKJ^8=LF/CH:AKV<+$,B%K%K6^TJ(43&K[I:8;$AO5 M&8V^V%\0#K`7FBO&EFL#"UFW89N%\KO6ILGPO8GV%R!T[SWP*G461#Y5/_D4 MWRZIMWE@NNB!KDKZ8>AY9^_ZV&YAH'O46'[+0I($FH0+"\V[I,6WL>Y%H>)K MS5*[XDOM:TC%U_+-VL5L.%>O_JP8S6:=)IJW^@H+S=NXQ9>Z-V_EM^IOVMYO M\=BVLL]K&M#RAUZOVYS_(*<6BVS$?_VT.M\]'=?4AW:QM>1?__?_\K^*'^[T M+8$=V,3YIZ:_K=MV M&HF-"M4%8F=5[L'39J/];G<>:9[2)$X"_?7M#'UMVUVU(FFJF^%7S'3?*W]/ M_'=Q^)K_?WYK?OE__C___/GGSS]__OGSSY]__OSSYY\___SYY\\_?_[Y\\^? M?_[\\^>?/__\^>?//W_^^?//GW_^_//GGS___/GGSS]__OGSSY]__OSSYY\_ <__SYY\\_?_[Y\\^??_[\_^^?_Q_YQ9GH`'@*```` ` end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 05:11:40 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2831A16A4CE; Mon, 24 Nov 2003 05:11:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A9B43F3F; Mon, 24 Nov 2003 05:11:39 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAODBdFY089442; Mon, 24 Nov 2003 05:11:39 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAODBdil089438; Mon, 24 Nov 2003 05:11:39 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 05:11:39 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241311.hAODBdil089438@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58500: New Port: www/emp is a cgi application that creates a web heirarchy of categorized links X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:11:40 -0000 Synopsis: New Port: www/emp is a cgi application that creates a web heirarchy of categorized links Class-Changed-From-To: sw-bug->change-request Class-Changed-By: mat Class-Changed-When: Mon Nov 24 05:10:59 PST 2003 Class-Changed-Why: New port http://www.freebsd.org/cgi/query-pr.cgi?pr=58500 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 05:10:04 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73E6A16A4CE; Mon, 24 Nov 2003 05:10:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD4743FDD; Mon, 24 Nov 2003 05:10:03 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAODA3FY089258; Mon, 24 Nov 2003 05:10:03 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAODA3Pu089254; Mon, 24 Nov 2003 05:10:03 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 05:10:03 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241310.hAODA3Pu089254@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/57197: new port: graphics/potrace, transforms bitmaps into vector graphics X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:10:04 -0000 Synopsis: new port: graphics/potrace, transforms bitmaps into vector graphics Class-Changed-From-To: sw-bug->change-request Class-Changed-By: mat Class-Changed-When: Mon Nov 24 05:09:45 PST 2003 Class-Changed-Why: And the class too http://www.freebsd.org/cgi/query-pr.cgi?pr=57197 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 05:13:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E686416A4CE; Mon, 24 Nov 2003 05:13:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D05CE43FB1; Mon, 24 Nov 2003 05:13:23 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAODDNFY089568; Mon, 24 Nov 2003 05:13:23 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAODDN56089564; Mon, 24 Nov 2003 05:13:23 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 05:13:23 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241313.hAODDN56089564@freefall.freebsd.org> To: kutulu@kutulu.org, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58466: lang/itcl: Update build for tcl8.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:13:25 -0000 X-List-Received-Date: Mon, 24 Nov 2003 13:13:25 -0000 Synopsis: lang/itcl: Update build for tcl8.4 State-Changed-From-To: feedback->open State-Changed-By: mat State-Changed-When: Mon Nov 24 05:12:24 PST 2003 State-Changed-Why: patch resubmitted Class-Changed-From-To: sw-bug->update Class-Changed-By: mat Class-Changed-When: Mon Nov 24 05:12:24 PST 2003 Class-Changed-Why: Update http://www.freebsd.org/cgi/query-pr.cgi?pr=58466 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 05:10:58 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DE2416A4CE; Mon, 24 Nov 2003 05:10:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D61C43FB1; Mon, 24 Nov 2003 05:10:57 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAODAvFY089371; Mon, 24 Nov 2003 05:10:57 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAODAva3089367; Mon, 24 Nov 2003 05:10:57 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 05:10:57 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241310.hAODAva3089367@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/57626: New port: emulators/mupen64, a Nintendo 64 emulator for Linux X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:10:58 -0000 Synopsis: New port: emulators/mupen64, a Nintendo 64 emulator for Linux Class-Changed-From-To: sw-bug->change-request Class-Changed-By: mat Class-Changed-When: Mon Nov 24 05:10:05 PST 2003 Class-Changed-Why: It's a new port http://www.freebsd.org/cgi/query-pr.cgi?pr=57626 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 05:17:44 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ECBF16A4CE; Mon, 24 Nov 2003 05:17:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7298A43FDD; Mon, 24 Nov 2003 05:17:43 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAODHhFY089668; Mon, 24 Nov 2003 05:17:43 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAODHhWd089664; Mon, 24 Nov 2003 05:17:43 -0800 (PST) (envelope-from mat) Date: Mon, 24 Nov 2003 05:17:43 -0800 (PST) From: Mathieu Arnold Message-Id: <200311241317.hAODHhWd089664@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/45343: Metamail 2.7 incorrectly patched [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:17:44 -0000 Synopsis: Metamail 2.7 incorrectly patched [PATCH] Class-Changed-From-To: sw-bug->update Class-Changed-By: mat Class-Changed-When: Mon Nov 24 05:17:19 PST 2003 Class-Changed-Why: contains a patch http://www.freebsd.org/cgi/query-pr.cgi?pr=45343 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 05:28:08 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4000E16A4CE; Mon, 24 Nov 2003 05:28:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E4CB43FE5; Mon, 24 Nov 2003 05:28:07 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from freefall.freebsd.org (osa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAODS7FY090133; Mon, 24 Nov 2003 05:28:07 -0800 (PST) (envelope-from osa@freefall.freebsd.org) Received: (from osa@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAODS7Sh090129; Mon, 24 Nov 2003 05:28:07 -0800 (PST) (envelope-from osa) Date: Mon, 24 Nov 2003 05:28:07 -0800 (PST) From: "Sergey A. Osokin" Message-Id: <200311241328.hAODS7Sh090129@freefall.freebsd.org> To: feh@fehcom.de, osa@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/45210: Broken Linux ABI Emulation in emulators/linux_base in FreeBSD 4.7#0 (7.1_1) - X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:28:08 -0000 Synopsis: Broken Linux ABI Emulation in emulators/linux_base in FreeBSD 4.7#0 (7.1_1) - State-Changed-From-To: feedback->closed State-Changed-By: osa State-Changed-When: Mon Nov 24 05:27:36 PST 2003 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=45210 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 05:28:49 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B87516A4CE; Mon, 24 Nov 2003 05:28:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCB2843FBF; Mon, 24 Nov 2003 05:28:48 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from freefall.freebsd.org (osa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAODSmFY090199; Mon, 24 Nov 2003 05:28:48 -0800 (PST) (envelope-from osa@freefall.freebsd.org) Received: (from osa@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAODSmMb090195; Mon, 24 Nov 2003 05:28:48 -0800 (PST) (envelope-from osa) Date: Mon, 24 Nov 2003 05:28:48 -0800 (PST) From: "Sergey A. Osokin" Message-Id: <200311241328.hAODSmMb090195@freefall.freebsd.org> To: akruijff@www.kruijff.org, osa@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/53600: /usr/port/emulators/linux_base says "linux mode not enabled" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:28:49 -0000 Synopsis: /usr/port/emulators/linux_base says "linux mode not enabled" State-Changed-From-To: feedback->closed State-Changed-By: osa State-Changed-When: Mon Nov 24 05:28:30 PST 2003 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=53600 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 05:29:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C723516A4CE; Mon, 24 Nov 2003 05:29:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3792A43FDF; Mon, 24 Nov 2003 05:29:11 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from freefall.freebsd.org (osa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAODTBFY090244; Mon, 24 Nov 2003 05:29:11 -0800 (PST) (envelope-from osa@freefall.freebsd.org) Received: (from osa@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAODTAh2090240; Mon, 24 Nov 2003 05:29:10 -0800 (PST) (envelope-from osa) Date: Mon, 24 Nov 2003 05:29:10 -0800 (PST) From: "Sergey A. Osokin" Message-Id: <200311241329.hAODTAh2090240@freefall.freebsd.org> To: bms@spc.org, osa@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52632: vmware3 port is missing /usr/lib/vmware/vmm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:29:11 -0000 X-List-Received-Date: Mon, 24 Nov 2003 13:29:11 -0000 Synopsis: vmware3 port is missing /usr/lib/vmware/vmm State-Changed-From-To: feedback->closed State-Changed-By: osa State-Changed-When: Mon Nov 24 05:28:56 PST 2003 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=52632 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 05:29:58 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 733D116A4CE; Mon, 24 Nov 2003 05:29:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B7943FDD; Mon, 24 Nov 2003 05:29:57 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from freefall.freebsd.org (osa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAODTvFY090307; Mon, 24 Nov 2003 05:29:57 -0800 (PST) (envelope-from osa@freefall.freebsd.org) Received: (from osa@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAODTu3i090303; Mon, 24 Nov 2003 05:29:56 -0800 (PST) (envelope-from osa) Date: Mon, 24 Nov 2003 05:29:56 -0800 (PST) From: "Sergey A. Osokin" Message-Id: <200311241329.hAODTu3i090303@freefall.freebsd.org> To: frank@altpeter.de, osa@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/56268: mail/kavmilter exits with signal 11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:29:58 -0000 Synopsis: mail/kavmilter exits with signal 11 State-Changed-From-To: feedback->closed State-Changed-By: osa State-Changed-When: Mon Nov 24 05:29:41 PST 2003 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=56268 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 06:21:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E9BF16A4CE; Mon, 24 Nov 2003 06:21:21 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A84F43F3F; Mon, 24 Nov 2003 06:21:20 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hAOELJUF032235; Mon, 24 Nov 2003 09:21:19 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hAOELJRV032232; Mon, 24 Nov 2003 09:21:19 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Mon, 24 Nov 2003 09:21:18 -0500 (EST) From: Trevor Johnson To: portmgr@freebsd.org Message-ID: <20031124091912.H26448@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@freebsd.org Subject: patch for ports/audio/festvox-don,kal16,kal8,ked16,ked8,rab16,rab8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 14:21:21 -0000 -- Trevor Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 06:26:31 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA9E816A4CE; Mon, 24 Nov 2003 06:26:31 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56ACC43FE3; Mon, 24 Nov 2003 06:26:24 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hAOEQNUF032878; Mon, 24 Nov 2003 09:26:23 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hAOEQNU6032875; Mon, 24 Nov 2003 09:26:23 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Mon, 24 Nov 2003 09:26:23 -0500 (EST) From: Trevor Johnson To: portmgr@freebsd.org Message-ID: <20031124092455.Q26448@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@freebsd.org cc: krion@freebsd.org Subject: patch for ports/audio/festvox-abc/distinfo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 14:26:31 -0000 -- Trevor Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 06:29:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 197A316A4CE; Mon, 24 Nov 2003 06:29:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EB8B4401F; Mon, 24 Nov 2003 06:29:17 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOETHFY029413; Mon, 24 Nov 2003 06:29:17 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOETHYH029409; Mon, 24 Nov 2003 06:29:17 -0800 (PST) (envelope-from krion) Date: Mon, 24 Nov 2003 06:29:17 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311241429.hAOETHYH029409@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59610: Update port: emulators/generator to 0.35 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 14:29:20 -0000 Synopsis: Update port: emulators/generator to 0.35 Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Mon Nov 24 06:29:11 PST 2003 Responsible-Changed-Why: I'll take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=59610 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 06:30:27 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 388B416A4D2; Mon, 24 Nov 2003 06:30:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE7A44400B; Mon, 24 Nov 2003 06:30:25 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOEUPFY029592; Mon, 24 Nov 2003 06:30:25 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOEUPK0029587; Mon, 24 Nov 2003 06:30:25 -0800 (PST) (envelope-from krion) Date: Mon, 24 Nov 2003 06:30:25 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311241430.hAOEUPK0029587@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59612: Update port: graphics/gnofract4d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 14:30:27 -0000 Synopsis: Update port: graphics/gnofract4d Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Mon Nov 24 06:30:20 PST 2003 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=59612 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 06:29:53 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E8B16A4CE; Mon, 24 Nov 2003 06:29:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAC4144014; Mon, 24 Nov 2003 06:29:52 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOETqFY029485; Mon, 24 Nov 2003 06:29:52 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOETqso029481; Mon, 24 Nov 2003 06:29:52 -0800 (PST) (envelope-from krion) Date: Mon, 24 Nov 2003 06:29:52 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311241429.hAOETqso029481@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59611: Update port: games/xmille X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 14:29:53 -0000 Synopsis: Update port: games/xmille Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Mon Nov 24 06:29:48 PST 2003 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=59611 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 06:32:42 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5880F16A4CE; Mon, 24 Nov 2003 06:32:42 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD62143F85; Mon, 24 Nov 2003 06:32:32 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hAOEWWUF033388; Mon, 24 Nov 2003 09:32:32 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hAOEWVfN033385; Mon, 24 Nov 2003 09:32:31 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Mon, 24 Nov 2003 09:32:31 -0500 (EST) From: Trevor Johnson To: portmgr@freebsd.org Message-ID: <20031124093142.S26448@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@freebsd.org Subject: patch for ports/audio/festvox-abc/Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 14:32:42 -0000 -- Trevor Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 06:48:46 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86AF116A4CE; Mon, 24 Nov 2003 06:48:46 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49FDE43FE9; Mon, 24 Nov 2003 06:48:43 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hAOEmgUF034933; Mon, 24 Nov 2003 09:48:42 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hAOEmfhS034930; Mon, 24 Nov 2003 09:48:42 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Mon, 24 Nov 2003 09:48:41 -0500 (EST) From: Trevor Johnson To: Mathieu Arnold In-Reply-To: <200311241253.hAOCrWHk085314@freefall.freebsd.org> Message-ID: <20031124094632.R26448@blues.jpj.net> References: <200311241253.hAOCrWHk085314@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@freebsd.org cc: dwcjr@freebsd.org cc: portmgr@freebsd.org Subject: Re: ports/59599: Update add conflicts to the samba-* ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 14:48:46 -0000 Mathieu Arnold wrote: > Synopsis: Update add conflicts to the samba-* ports > > Responsible-Changed-From-To: freebsd-ports-bugs->dwcjr > Responsible-Changed-By: mat > Responsible-Changed-When: Mon Nov 24 04:51:50 PST 2003 > Responsible-Changed-Why: > Hand over to the maintainer of most of the ports this PR updates :) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=59599 David Chapman is taking time off from FreeBSD. I would be willing to commit this if it's approved by him and portmgr. -- Trevor Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 06:50:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C8A216A532 for ; Mon, 24 Nov 2003 06:50:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D45ED43FD7 for ; Mon, 24 Nov 2003 06:50:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOEoGFY032927 for ; Mon, 24 Nov 2003 06:50:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOEoGNC032926; Mon, 24 Nov 2003 06:50:16 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 06:50:16 -0800 (PST) Resent-Message-Id: <200311241450.hAOEoGNC032926@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clement Laforet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A60216A4CE for ; Mon, 24 Nov 2003 06:44:41 -0800 (PST) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5416043FB1 for ; Mon, 24 Nov 2003 06:44:39 -0800 (PST) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 3453 invoked by uid 85); 24 Nov 2003 15:44:38 +0100 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.04171 secs); 24 Nov 2003 14:44:38 -0000 Received: from lucifer.cultdeadsheep.org (192.168.0.2) by goofy.cultdeadsheep.org with SMTP; 24 Nov 2003 15:44:37 +0100 Received: by lucifer.cultdeadsheep.org (sSMTP sendmail emulation); Mon, 24 Nov 2003 15:44:49 +0100 Message-Id: <20031124144439.5416043FB1@mx1.FreeBSD.org> Date: Mon, 24 Nov 2003 15:44:49 +0100 From: "Clement Laforet" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Clement Laforet Subject: ports/59641: [bento fix] net/ntop: fix build on recent current. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 14:50:23 -0000 >Number: 59641 >Category: ports >Synopsis: [bento fix] net/ntop: fix build on recent current. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 24 06:50:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 5.2-BETA i386 >Organization: cotds.org >Environment: System: FreeBSD lucifer.cultdeadsheep.org 5.2-BETA FreeBSD 5.2-BETA #0: Sat Nov 22 21:09:27 CET 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386 >Description: Fix ntop on -current due to recent changes on sys/sched.h. >How-To-Repeat: http://bento.freebsd.org/errorlogs/i386-5-latest/ntop-2.2_1.log >Fix: --- ntop.diff begins here --- Index: ntop/files/patch-configure =================================================================== RCS file: ntop/files/patch-configure diff -N ntop/files/patch-configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ ntop/files/patch-configure 22 Nov 2003 13:55:28 -0000 @@ -0,0 +1,11 @@ +--- configure.orig Sat Nov 22 13:54:32 2003 ++++ configure Sat Nov 22 13:54:48 2003 +@@ -14711,7 +14711,7 @@ + + + +-for ac_header in sched.h sys/sched.h ++for ac_header in sched.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then --- ntop.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 07:20:06 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC75516A4CE for ; Mon, 24 Nov 2003 07:20:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7257C43FDF for ; Mon, 24 Nov 2003 07:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOFK3FY037697 for ; Mon, 24 Nov 2003 07:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOFK3q5037696; Mon, 24 Nov 2003 07:20:03 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 07:20:03 -0800 (PST) Resent-Message-Id: <200311241520.hAOFK3q5037696@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edson Brandi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C09A16A4CE for ; Mon, 24 Nov 2003 07:19:08 -0800 (PST) Received: from smtp.uol.com.br (smtp.uol.com.br [200.221.11.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDA1E43FF2 for ; Mon, 24 Nov 2003 07:19:05 -0800 (PST) (envelope-from ebrandi.home@uol.com.br) Received: from eros (200-096-166-198.bsace7034.dsl.brasiltelecom.net.br [200.96.166.198]) by scorpion1.uol.com.br (Postfix) with ESMTP id DD72FA0F3 for ; Mon, 24 Nov 2003 13:18:55 -0200 (BRST) Message-Id: <20031124130739.R35805@eros.fugspbr.org> Date: Mon, 24 Nov 2003 13:19:02 -0200 (BRST) From: Edson Brandi To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59642: [maintainer update] sysutils/LiveCD: Bug fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 15:20:06 -0000 >Number: 59642 >Category: ports >Synopsis: [maintainer update] sysutils/LiveCD: Bug fix >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: Mon Nov 24 07:20:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Edson Brandi >Release: FreeBSD 4.9-STABLE i386 >Organization: myself >Environment: System: FreeBSD eros.fugspbr.org 4.9-STABLE >Description: This is a bug fix version of LiveCD script. It correct the problem in gera_iso() routine, now kernel sources are removed from $CHROOTDIR before generation of ISO, this operation will go to reduce the final size of the ISO in 142 Mb! >How-To-Repeat: N/A >Fix: diff -ruN livecd.orig/Makefile livecd/Makefile --- livecd.orig/Makefile Mon Nov 24 12:56:04 2003 +++ livecd/Makefile Mon Nov 24 12:56:14 2003 @@ -6,7 +6,7 @@ # PORTNAME= livecd -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.4b CATEGORIES= sysutils MASTER_SITES= http://www.primeirospassos.org/ diff -ruN livecd.orig/distinfo livecd/distinfo --- livecd.orig/distinfo Mon Nov 24 12:56:04 2003 +++ livecd/distinfo Mon Nov 24 12:56:18 2003 @@ -1 +1 @@ -MD5 (livecd-1.2.4.tar.gz) = 3913e56b3f96ce4290e73c807fb4c037 +MD5 (livecd-1.2.4b.tar.gz) = 85718838fcd5e4fcd7eff2aea895b076 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 07:30:10 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99BE016A4CE for ; Mon, 24 Nov 2003 07:30:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0970443FE0 for ; Mon, 24 Nov 2003 07:30:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOFU8FY037987 for ; Mon, 24 Nov 2003 07:30:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOFU8MJ037986; Mon, 24 Nov 2003 07:30:08 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 07:30:08 -0800 (PST) Resent-Message-Id: <200311241530.hAOFU8MJ037986@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Luca Morettoni Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C141816A4CE for ; Mon, 24 Nov 2003 07:21:50 -0800 (PST) Received: from dell.c1b8.com (c1b8.com [213.217.144.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 86A2643FE0 for ; Mon, 24 Nov 2003 07:21:48 -0800 (PST) (envelope-from luca@morettoni.net) Received: (qmail 50417 invoked from network); 24 Nov 2003 15:21:41 -0000 Received: from unknown (HELO home.morettoni.local) (151.44.89.208) by 0 with SMTP; 24 Nov 2003 15:21:41 -0000 Received: (qmail 1321 invoked by uid 1001); 24 Nov 2003 15:21:35 -0000 Message-Id: <20031124152135.1320.qmail@home.morettoni.local> Date: 24 Nov 2003 15:21:35 -0000 From: Luca Morettoni To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: lioux@FreeBSD.org Subject: ports/59643: add more function to qmail mailer.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Luca Morettoni List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 15:30:10 -0000 >Number: 59643 >Category: ports >Synopsis: add more function to qmail mailer.conf >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: Mon Nov 24 07:30:08 PST 2003 >Closed-Date: >Last-Modified: >Originator: Luca Morettoni >Release: FreeBSD 5.2-BETA i386 >Organization: >Environment: System: FreeBSD home.morettoni.local 5.2-BETA FreeBSD 5.2-BETA #19: Mon Nov 24 04:16:13 CET 2003 luca@home.morettoni.local:/usr/obj/usr/src/sys/HOME5 i386 >Description: add hoststat and purgestat command to qmail mailer.conf file >How-To-Repeat: N/A >Fix: --- mailer.conf.sample begins here --- # Configuration for mailwrapper, binary files for qmail # Luca Morettoni sendmail /var/qmail/bin/sendmail send-mail /var/qmail/bin/sendmail mailq /var/qmail/bin/qmail-qread newaliases /var/qmail/bin/newaliases hoststat /var/qmail/bin/qmail-tcpto purgestat /var/qmail/bin/qmail-tcpok --- mailer.conf.sample ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 07:44:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D06D116A4CE; Mon, 24 Nov 2003 07:44:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6050B43FA3; Mon, 24 Nov 2003 07:44:21 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOFiLFY038617; Mon, 24 Nov 2003 07:44:21 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOFiLNn038613; Mon, 24 Nov 2003 07:44:21 -0800 (PST) (envelope-from sergei) Date: Mon, 24 Nov 2003 07:44:21 -0800 (PST) From: Sergei Kolobov Message-Id: <200311241544.hAOFiLNn038613@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/59643: add more function to qmail mailer.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 15:44:22 -0000 Synopsis: add more function to qmail mailer.conf Responsible-Changed-From-To: freebsd-ports-bugs->lioux Responsible-Changed-By: sergei Responsible-Changed-When: Mon Nov 24 07:43:53 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=59643 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 08:10:37 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 535FB16A4CE for ; Mon, 24 Nov 2003 08:10:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DED143FF5 for ; Mon, 24 Nov 2003 08:10:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOGAQFY042375 for ; Mon, 24 Nov 2003 08:10:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOGAQQv042374; Mon, 24 Nov 2003 08:10:26 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 08:10:26 -0800 (PST) Resent-Message-Id: <200311241610.hAOGAQQv042374@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C31BE16A4E2 for ; Mon, 24 Nov 2003 08:00:51 -0800 (PST) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8338443FBF for ; Mon, 24 Nov 2003 08:00:50 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.68.175]) by hfep01.dion.ne.jp with SMTP id <20031124160047685.OBPH@hfep01.dion.ne.jp> for ; Tue, 25 Nov 2003 01:00:47 +0900 Message-Id: <20031125010005.1198ed43.tkato@prontomail.com> Date: Tue, 25 Nov 2003 01:00:05 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59645: Update port: graphics/gtksee to 0.5.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 16:10:37 -0000 >Number: 59645 >Category: ports >Synopsis: Update port: graphics/gtksee to 0.5.5.1 >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: Mon Nov 24 08:10:26 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.5.5.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/gtksee/Makefile graphics/gtksee/Makefile --- /usr/ports/graphics/gtksee/Makefile Mon Oct 20 09:07:27 2003 +++ graphics/gtksee/Makefile Mon Nov 24 21:23:05 2003 @@ -6,7 +6,7 @@ # PORTNAME= gtksee -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.5.1 CATEGORIES= graphics MASTER_SITES= http://download.berlios.de/gtksee/ @@ -35,5 +35,8 @@ post-patch: @${REINPLACE_CMD} -e \ 's|^CFLAGS=""|CFLAGS="$$CFLAGS"|g' ${WRKSRC}/configure + +post-install: + ${INSTALL_MAN} ${WRKSRC}/man/gtksee.1 ${MANPREFIX}/man/man1 .include diff -urN /usr/ports/graphics/gtksee/distinfo graphics/gtksee/distinfo --- /usr/ports/graphics/gtksee/distinfo Mon Oct 20 09:07:27 2003 +++ graphics/gtksee/distinfo Mon Nov 24 21:16:44 2003 @@ -1 +1 @@ -MD5 (gtksee-0.5.4.tar.gz) = 812e1ef6f5611ec123f1310f7daf1baa +MD5 (gtksee-0.5.5.1.tar.gz) = c076bdf0433eb8a4929998a85597720b diff -urN /usr/ports/graphics/gtksee/pkg-plist graphics/gtksee/pkg-plist --- /usr/ports/graphics/gtksee/pkg-plist Sun Aug 24 19:59:44 2003 +++ graphics/gtksee/pkg-plist Mon Nov 24 21:19:24 2003 @@ -2,4 +2,6 @@ share/locale/de/LC_MESSAGES/gtksee.mo share/locale/es/LC_MESSAGES/gtksee.mo share/locale/fr/LC_MESSAGES/gtksee.mo +share/locale/ru/LC_MESSAGES/gtksee.mo +share/locale/ru_UA/LC_MESSAGES/gtksee.mo share/locale/zh_CN.EUC/LC_MESSAGES/gtksee.mo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 08:10:43 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C17916A4CE for ; Mon, 24 Nov 2003 08:10:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE30143FFB for ; Mon, 24 Nov 2003 08:10:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOGAQFY042389 for ; Mon, 24 Nov 2003 08:10:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOGAQeA042388; Mon, 24 Nov 2003 08:10:26 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 08:10:26 -0800 (PST) Resent-Message-Id: <200311241610.hAOGAQeA042388@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E507816A4CE for ; Mon, 24 Nov 2003 08:01:04 -0800 (PST) Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A8943FA3 for ; Mon, 24 Nov 2003 08:01:01 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.68.175]) by hfep05.dion.ne.jp with SMTP id <20031124160054927.JNKL@hfep05.dion.ne.jp> for ; Tue, 25 Nov 2003 01:00:54 +0900 Message-Id: <20031125010008.222c4ae6.tkato@prontomail.com> Date: Tue, 25 Nov 2003 01:00:08 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59646: Update port: graphics/sane-backends to 1.0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 16:10:43 -0000 >Number: 59646 >Category: ports >Synopsis: Update port: graphics/sane-backends to 1.0.13 >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: Mon Nov 24 08:10:26 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.13 Remove file: files/patch-bacend_epson_scsi.c >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/sane-backends/Makefile graphics/sane-backends/Makefile --- /usr/ports/graphics/sane-backends/Makefile Wed Aug 27 09:31:42 2003 +++ graphics/sane-backends/Makefile Mon Nov 24 01:47:15 2003 @@ -6,8 +6,7 @@ # PORTNAME= sane-backends -PORTVERSION= 1.0.12 -PORTREVISION= 3 +PORTVERSION= 1.0.13 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ diff -urN /usr/ports/graphics/sane-backends/Makefile.man graphics/sane-backends/Makefile.man --- /usr/ports/graphics/sane-backends/Makefile.man Fri Jun 13 23:54:39 2003 +++ graphics/sane-backends/Makefile.man Mon Nov 24 02:46:23 2003 @@ -36,12 +36,14 @@ MAN5+= sane-microtek2.5 MAN5+= sane-mustek.5 MAN5+= sane-mustek_pp.5 +MAN5+= sane-mustek_pp_ccd.5 MAN5+= sane-mustek_usb.5 MAN5+= sane-nec.5 MAN5+= sane-net.5 MAN5+= sane-pie.5 MAN5+= sane-pint.5 MAN5+= sane-plustek.5 +MAN5+= sane-plustek_pp.5 MAN5+= sane-pnm.5 MAN5+= sane-qcam.5 MAN5+= sane-ricoh.5 diff -urN /usr/ports/graphics/sane-backends/distinfo graphics/sane-backends/distinfo --- /usr/ports/graphics/sane-backends/distinfo Fri Jun 13 23:54:39 2003 +++ graphics/sane-backends/distinfo Mon Nov 24 02:15:49 2003 @@ -1 +1 @@ -MD5 (sane-backends-1.0.12.tar.gz) = 28d4d7469cd688dac94c7a415a81a6bb +MD5 (sane-backends-1.0.13.tar.gz) = 9a158413180a752f8af6f11792154a42 diff -urN /usr/ports/graphics/sane-backends/files/patch-backend_epson_scsi.c graphics/sane-backends/files/patch-backend_epson_scsi.c --- /usr/ports/graphics/sane-backends/files/patch-backend_epson_scsi.c Tue Aug 12 14:53:34 2003 +++ graphics/sane-backends/files/patch-backend_epson_scsi.c Thu Jan 1 09:00:00 1970 @@ -1,23 +0,0 @@ ---- backend/epson_scsi.c.orig Sun Apr 27 21:57:39 2003 -+++ backend/epson_scsi.c Tue Aug 12 14:26:20 2003 -@@ -93,15 +93,16 @@ - { - u_char * cmd; - -- cmd = alloca( 6 + buf_size); -- memset( cmd, 0, 6); -+#define ALIGN 8 -+ cmd = alloca( ALIGN + buf_size); -+ memset( cmd, 0, ALIGN); - cmd[ 0] = WRITE_6_COMMAND; - cmd[ 2] = buf_size >> 16; - cmd[ 3] = buf_size >> 8; - cmd[ 4] = buf_size; -- memcpy( cmd + 6, buf, buf_size); -+ memcpy( cmd + ALIGN, buf, buf_size); - -- if( SANE_STATUS_GOOD == ( *status = sanei_scsi_cmd( fd, cmd, 6 + buf_size, NULL, NULL))) -+ if( SANE_STATUS_GOOD == ( *status = sanei_scsi_cmd2( fd, cmd, 6, cmd + ALIGN, buf_size, NULL, NULL))) - return buf_size; - - return 0; diff -urN /usr/ports/graphics/sane-backends/pkg-plist graphics/sane-backends/pkg-plist --- /usr/ports/graphics/sane-backends/pkg-plist Fri Jun 13 23:54:41 2003 +++ graphics/sane-backends/pkg-plist Mon Nov 24 02:48:23 2003 @@ -32,11 +32,13 @@ etc/sane.d/microtek2.conf etc/sane.d/mustek.conf etc/sane.d/mustek_pp.conf +etc/sane.d/mustek_pp_ccd.conf etc/sane.d/mustek_usb.conf etc/sane.d/nec.conf etc/sane.d/net.conf etc/sane.d/pie.conf etc/sane.d/plustek.conf +etc/sane.d/plustek_pp.conf etc/sane.d/ricoh.conf etc/sane.d/s9036.conf etc/sane.d/saned.conf @@ -151,6 +153,9 @@ lib/sane/libsane-mustek_pp.a lib/sane/libsane-mustek_pp.so lib/sane/libsane-mustek_pp.so.1 +lib/sane/libsane-mustek_pp_ccd.a +lib/sane/libsane-mustek_pp_ccd.so +lib/sane/libsane-mustek_pp_ccd.so.1 lib/sane/libsane-mustek_usb.a lib/sane/libsane-mustek_usb.so lib/sane/libsane-mustek_usb.so.1 @@ -166,6 +171,9 @@ lib/sane/libsane-plustek.a lib/sane/libsane-plustek.so lib/sane/libsane-plustek.so.1 +lib/sane/libsane-plustek_pp.a +lib/sane/libsane-plustek_pp.so +lib/sane/libsane-plustek_pp.so.1 lib/sane/libsane-ricoh.a lib/sane/libsane-ricoh.so lib/sane/libsane-ricoh.so.1 @@ -225,6 +233,7 @@ %%PORTDOCS%%share/doc/sane/README.aix %%PORTDOCS%%share/doc/sane/README.beos %%PORTDOCS%%share/doc/sane/README.darwin +%%PORTDOCS%%share/doc/sane/README.djpeg %%PORTDOCS%%share/doc/sane/README.freebsd %%PORTDOCS%%share/doc/sane/README.hp-ux %%PORTDOCS%%share/doc/sane/README.linux @@ -234,7 +243,7 @@ %%PORTDOCS%%share/doc/sane/README.solaris %%PORTDOCS%%share/doc/sane/README.unixware2 %%PORTDOCS%%share/doc/sane/README.unixware7 -%%PORTDOCS%%share/doc/sane/TODO +%%PORTDOCS%%share/doc/sane/README.windows %%PORTDOCS%%share/doc/sane/canon/canon.changes %%PORTDOCS%%share/doc/sane/canon/canon.install2700F.txt %%PORTDOCS%%share/doc/sane/gt68xx/gt68xx.CHANGES @@ -243,10 +252,16 @@ %%PORTDOCS%%share/doc/sane/mustek/mustek.CHANGES %%PORTDOCS%%share/doc/sane/mustek_usb/mustek_usb.CHANGES %%PORTDOCS%%share/doc/sane/mustek_usb/mustek_usb.TODO +%%PORTDOCS%%share/doc/sane/plustek/BUILD +%%PORTDOCS%%share/doc/sane/plustek/FAQ +%%PORTDOCS%%share/doc/sane/plustek/Makefile.module +%%PORTDOCS%%share/doc/sane/plustek/Plustek-PARPORT-TODO.txt %%PORTDOCS%%share/doc/sane/plustek/Plustek-PARPORT.txt %%PORTDOCS%%share/doc/sane/plustek/Plustek-USB-TODO.txt %%PORTDOCS%%share/doc/sane/plustek/Plustek-USB.txt %%PORTDOCS%%share/doc/sane/plustek/Plustek.changes +%%PORTDOCS%%share/doc/sane/plustek/VERSION0 +%%PORTDOCS%%share/doc/sane/plustek/VERSION1 %%PORTDOCS%%share/doc/sane/sane-backends.html %%PORTDOCS%%share/doc/sane/sane-backends-external.html %%PORTDOCS%%share/doc/sane/sane-mfgs.html @@ -293,6 +308,21 @@ %%PORTDOCS%%share/doc/sane/umax/umax.CHANGES %%PORTDOCS%%share/doc/sane/umax/umax.FAQ %%PORTDOCS%%share/doc/sane/umax/umax.TODO +share/locale/bg/LC_MESSAGES/sane-backends.mo +share/locale/cs/LC_MESSAGES/sane-backends.mo +share/locale/de/LC_MESSAGES/sane-backends.mo +share/locale/es/LC_MESSAGES/sane-backends.mo +share/locale/fr/LC_MESSAGES/sane-backends.mo +share/locale/it/LC_MESSAGES/sane-backends.mo +share/locale/nl/LC_MESSAGES/sane-backends.mo +share/locale/no/LC_MESSAGES/sane-backends.mo +share/locale/pt/LC_MESSAGES/sane-backends.mo +share/locale/ru/LC_MESSAGES/sane-backends.mo +share/locale/sv/LC_MESSAGES/sane-backends.mo +@exec mkdir %D/share/sane +@exec mkdir %D/share/sane/gt68xx +@unexec rmdir %D/share/sane/gt68xx 2>/dev/null || true +@unexec rmdir %D/share/sane 2>/dev/null || true %%PORTDOCS%%@dirrm share/doc/sane/umax %%PORTDOCS%%@dirrm share/doc/sane/teco %%PORTDOCS%%@dirrm share/doc/sane/sceptre @@ -304,16 +334,6 @@ %%PORTDOCS%%@dirrm share/doc/sane/gt68xx %%PORTDOCS%%@dirrm share/doc/sane/canon %%PORTDOCS%%@dirrm share/doc/sane -share/locale/de/LC_MESSAGES/sane-backends.mo -share/locale/es/LC_MESSAGES/sane-backends.mo -share/locale/fr/LC_MESSAGES/sane-backends.mo -share/locale/nl/LC_MESSAGES/sane-backends.mo -share/locale/no/LC_MESSAGES/sane-backends.mo -share/locale/pt/LC_MESSAGES/sane-backends.mo -share/locale/ru/LC_MESSAGES/sane-backends.mo -share/locale/sv/LC_MESSAGES/sane-backends.mo @dirrm lib/sane @dirrm include/sane @dirrm etc/sane.d -@dirrm share/sane/gt68xx -@dirrm share/sane >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 08:10:42 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1038516A4CE for ; Mon, 24 Nov 2003 08:10:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45EE943FE9 for ; Mon, 24 Nov 2003 08:10:27 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOGARFY042402 for ; Mon, 24 Nov 2003 08:10:27 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOGARub042401; Mon, 24 Nov 2003 08:10:27 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 08:10:27 -0800 (PST) Resent-Message-Id: <200311241610.hAOGARub042401@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 409CC16A4CF for ; Mon, 24 Nov 2003 08:01:13 -0800 (PST) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F3C43FE0 for ; Mon, 24 Nov 2003 08:01:11 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.68.175]) by hfep08.dion.ne.jp with SMTP id <20031124160108191.PYNP@hfep08.dion.ne.jp> for ; Tue, 25 Nov 2003 01:01:08 +0900 Message-Id: <20031125010012.2d6bb418.tkato@prontomail.com> Date: Tue, 25 Nov 2003 01:00:12 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59647: Update port: www/cheetah to 0.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 16:10:42 -0000 >Number: 59647 >Category: ports >Synopsis: Update port: www/cheetah to 0.10 >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: Mon Nov 24 08:10:26 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.10 >How-To-Repeat: >Fix: diff -urN /usr/ports/www/cheetah/Makefile www/cheetah/Makefile --- /usr/ports/www/cheetah/Makefile Mon Nov 3 14:38:35 2003 +++ www/cheetah/Makefile Tue Nov 18 19:27:43 2003 @@ -6,10 +6,10 @@ # PORTNAME= cheetah -PORTVERSION= 0.05 +PORTVERSION= 0.10 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= cheetah +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ based light-weight web browser @@ -18,9 +18,16 @@ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -GNU_CONFIGURE= yes USE_X_PREFIX= yes USE_GNOME= gtk12 +USE_REINPLACE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ + s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include diff -urN /usr/ports/www/cheetah/distinfo www/cheetah/distinfo --- /usr/ports/www/cheetah/distinfo Sun May 6 08:12:00 2001 +++ www/cheetah/distinfo Tue Nov 18 19:20:52 2003 @@ -1 +1 @@ -MD5 (cheetah-0.05.tar.gz) = 1a6141feec5ef26fb69711765435f834 +MD5 (cheetah-0.10.tar.gz) = 31db149e2b555ae78928b7745058960b diff -urN /usr/ports/www/cheetah/pkg-descr www/cheetah/pkg-descr --- /usr/ports/www/cheetah/pkg-descr Sun May 6 08:12:00 2001 +++ www/cheetah/pkg-descr Tue Nov 18 19:20:02 2003 @@ -1,3 +1,3 @@ GTK+ based light-weight web browser -Web: http://cheetah.sourceforge.net/ +WWW: http://cheetah.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 08:10:43 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1073116A4CE for ; Mon, 24 Nov 2003 08:10:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA75044003 for ; Mon, 24 Nov 2003 08:10:27 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOGARFY042415 for ; Mon, 24 Nov 2003 08:10:27 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOGAR4j042414; Mon, 24 Nov 2003 08:10:27 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 08:10:27 -0800 (PST) Resent-Message-Id: <200311241610.hAOGAR4j042414@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D43316A4D0 for ; Mon, 24 Nov 2003 08:01:23 -0800 (PST) Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E71C43FA3 for ; Mon, 24 Nov 2003 08:01:21 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.68.175]) by hfep06.dion.ne.jp with SMTP id <20031124160116366.RAUB@hfep06.dion.ne.jp> for ; Tue, 25 Nov 2003 01:01:16 +0900 Message-Id: <20031125010015.0d016180.tkato@prontomail.com> Date: Tue, 25 Nov 2003 01:00:15 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59648: Update port: x11-wm/ude to 0.2.8a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 16:10:43 -0000 X-List-Received-Date: Mon, 24 Nov 2003 16:10:43 -0000 X-List-Received-Date: Mon, 24 Nov 2003 16:10:43 -0000 X-List-Received-Date: Mon, 24 Nov 2003 16:10:43 -0000 >Number: 59648 >Category: ports >Synopsis: Update port: x11-wm/ude to 0.2.8a >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: Mon Nov 24 08:10:27 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.2.8a >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/ude/Makefile x11-wm/ude/Makefile --- /usr/ports/x11-wm/ude/Makefile Wed Aug 27 09:41:24 2003 +++ x11-wm/ude/Makefile Thu Nov 13 19:59:50 2003 @@ -6,8 +6,7 @@ # PORTNAME= ude -PORTVERSION= 0.2.8 -PORTREVISION= 1 +PORTVERSION= 0.2.8a CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= udeproject @@ -21,7 +20,7 @@ USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff -urN /usr/ports/x11-wm/ude/distinfo x11-wm/ude/distinfo --- /usr/ports/x11-wm/ude/distinfo Tue Sep 10 20:35:55 2002 +++ x11-wm/ude/distinfo Wed Jul 16 22:16:18 2003 @@ -1 +1 @@ -MD5 (ude-0.2.8.tar.gz) = f5725eaab463764295b27e6dca1bd565 +MD5 (ude-0.2.8a.tar.gz) = c66728659c0adc13e716fe8e4329e901 diff -urN /usr/ports/x11-wm/ude/pkg-plist x11-wm/ude/pkg-plist --- /usr/ports/x11-wm/ude/pkg-plist Tue Sep 10 20:35:55 2002 +++ x11-wm/ude/pkg-plist Tue Nov 25 00:49:41 2003 @@ -14,69 +14,69 @@ include/ude/ude-vector.h include/ude/ude-wraparounds.h include/ude/ude.h -%%PORTDOCS%%share/doc/ude/html/contents.gif -%%PORTDOCS%%share/doc/ude/html/crossref.gif -%%PORTDOCS%%share/doc/ude/html/index.html -%%PORTDOCS%%share/doc/ude/html/manual.css -%%PORTDOCS%%share/doc/ude/html/manual.html -%%PORTDOCS%%share/doc/ude/html/next.gif -%%PORTDOCS%%share/doc/ude/html/next_g.gif -%%PORTDOCS%%share/doc/ude/html/node1.html -%%PORTDOCS%%share/doc/ude/html/node10.html -%%PORTDOCS%%share/doc/ude/html/node11.html -%%PORTDOCS%%share/doc/ude/html/node12.html -%%PORTDOCS%%share/doc/ude/html/node13.html -%%PORTDOCS%%share/doc/ude/html/node14.html -%%PORTDOCS%%share/doc/ude/html/node15.html -%%PORTDOCS%%share/doc/ude/html/node2.html -%%PORTDOCS%%share/doc/ude/html/node3.html -%%PORTDOCS%%share/doc/ude/html/node4.html -%%PORTDOCS%%share/doc/ude/html/node5.html -%%PORTDOCS%%share/doc/ude/html/node6.html -%%PORTDOCS%%share/doc/ude/html/node7.html -%%PORTDOCS%%share/doc/ude/html/node8.html -%%PORTDOCS%%share/doc/ude/html/node9.html -%%PORTDOCS%%share/doc/ude/html/prev.gif -%%PORTDOCS%%share/doc/ude/html/prev_g.gif -%%PORTDOCS%%share/doc/ude/html/up.gif -%%PORTDOCS%%share/doc/ude/html/up_g.gif +%%PORTDOCS%%%%DOCSDIR%%/html/contents.gif +%%PORTDOCS%%%%DOCSDIR%%/html/crossref.gif +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/manual.css +%%PORTDOCS%%%%DOCSDIR%%/html/manual.html +%%PORTDOCS%%%%DOCSDIR%%/html/next.gif +%%PORTDOCS%%%%DOCSDIR%%/html/next_g.gif +%%PORTDOCS%%%%DOCSDIR%%/html/node1.html +%%PORTDOCS%%%%DOCSDIR%%/html/node10.html +%%PORTDOCS%%%%DOCSDIR%%/html/node11.html +%%PORTDOCS%%%%DOCSDIR%%/html/node12.html +%%PORTDOCS%%%%DOCSDIR%%/html/node13.html +%%PORTDOCS%%%%DOCSDIR%%/html/node14.html +%%PORTDOCS%%%%DOCSDIR%%/html/node15.html +%%PORTDOCS%%%%DOCSDIR%%/html/node2.html +%%PORTDOCS%%%%DOCSDIR%%/html/node3.html +%%PORTDOCS%%%%DOCSDIR%%/html/node4.html +%%PORTDOCS%%%%DOCSDIR%%/html/node5.html +%%PORTDOCS%%%%DOCSDIR%%/html/node6.html +%%PORTDOCS%%%%DOCSDIR%%/html/node7.html +%%PORTDOCS%%%%DOCSDIR%%/html/node8.html +%%PORTDOCS%%%%DOCSDIR%%/html/node9.html +%%PORTDOCS%%%%DOCSDIR%%/html/prev.gif +%%PORTDOCS%%%%DOCSDIR%%/html/prev_g.gif +%%PORTDOCS%%%%DOCSDIR%%/html/up.gif +%%PORTDOCS%%%%DOCSDIR%%/html/up_g.gif share/locale/de/LC_MESSAGES/ude.mo share/locale/es/LC_MESSAGES/ude.mo share/locale/pt_BR/LC_MESSAGES/ude.mo share/locale/sk/LC_MESSAGES/ude.mo share/locale/tr/LC_MESSAGES/ude.mo -share/ude/config/StartScript -share/ude/config/StopScript -share/ude/config/appmenu -share/ude/config/mountmenu -share/ude/config/urdb -share/ude/config/uwmrc -share/ude/config/uwmrc-behaviour.hook -share/ude/config/uwmrc-layout.hook -share/ude/config/uwmrc-ws.hook -share/ude/extras/tools/dirtomenu -share/ude/extras/tools/dirtomenu-recursive -share/ude/gfx/autorise.xpm -share/ude/gfx/autorises.xpm -share/ude/gfx/back.xpm -share/ude/gfx/backs.xpm -share/ude/gfx/bgr1.xpm -share/ude/gfx/close.xpm -share/ude/gfx/closes.xpm -share/ude/gfx/iconify.xpm -share/ude/gfx/iconifys.xpm -share/ude/gfx/kill.xpm -share/ude/gfx/kills.xpm -share/ude/gfx/menu.xpm -share/ude/gfx/menus.xpm -share/ude/gfx/really.xpm -share/ude/gfx/reallys.xpm -share/ude/gfx/shape.xpm -@dirrm share/ude/gfx -@dirrm share/ude/extras/tools -@dirrm share/ude/extras -@dirrm share/ude/config -@dirrm share/ude -%%PORTDOCS%%@dirrm share/doc/ude/html -%%PORTDOCS%%@dirrm share/doc/ude +%%DATADIR%%/config/StartScript +%%DATADIR%%/config/StopScript +%%DATADIR%%/config/appmenu +%%DATADIR%%/config/mountmenu +%%DATADIR%%/config/urdb +%%DATADIR%%/config/uwmrc +%%DATADIR%%/config/uwmrc-behaviour.hook +%%DATADIR%%/config/uwmrc-layout.hook +%%DATADIR%%/config/uwmrc-ws.hook +%%DATADIR%%/extras/tools/dirtomenu +%%DATADIR%%/extras/tools/dirtomenu-recursive +%%DATADIR%%/gfx/autorise.xpm +%%DATADIR%%/gfx/autorises.xpm +%%DATADIR%%/gfx/back.xpm +%%DATADIR%%/gfx/backs.xpm +%%DATADIR%%/gfx/bgr1.xpm +%%DATADIR%%/gfx/close.xpm +%%DATADIR%%/gfx/closes.xpm +%%DATADIR%%/gfx/iconify.xpm +%%DATADIR%%/gfx/iconifys.xpm +%%DATADIR%%/gfx/kill.xpm +%%DATADIR%%/gfx/kills.xpm +%%DATADIR%%/gfx/menu.xpm +%%DATADIR%%/gfx/menus.xpm +%%DATADIR%%/gfx/really.xpm +%%DATADIR%%/gfx/reallys.xpm +%%DATADIR%%/gfx/shape.xpm +@dirrm %%DATADIR%%/gfx +@dirrm %%DATADIR%%/extras/tools +@dirrm %%DATADIR%%/extras +@dirrm %%DATADIR%%/config +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/ude >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 08:10:46 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2138716A4CE for ; Mon, 24 Nov 2003 08:10:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF4243FF2 for ; Mon, 24 Nov 2003 08:10:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOGAQFY042362 for ; Mon, 24 Nov 2003 08:10:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOGAQKG042361; Mon, 24 Nov 2003 08:10:26 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 08:10:26 -0800 (PST) Resent-Message-Id: <200311241610.hAOGAQKG042361@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 571C616A4DF for ; Mon, 24 Nov 2003 08:00:44 -0800 (PST) Received: from hfep07.dion.ne.jp (hfep07.dion.ne.jp [203.181.105.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C9A43F93 for ; Mon, 24 Nov 2003 08:00:41 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.68.175]) by hfep07.dion.ne.jp with SMTP id <20031124160020173.UQDR@hfep07.dion.ne.jp> for ; Tue, 25 Nov 2003 01:00:20 +0900 Message-Id: <20031125010003.0b815c93.tkato@prontomail.com> Date: Tue, 25 Nov 2003 01:00:03 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59644: Update port: games/csmash to 0.6.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 16:10:46 -0000 >Number: 59644 >Category: ports >Synopsis: Update port: games/csmash to 0.6.6 >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: Mon Nov 24 08:10:23 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.6.6 New file: files/patch-configure files/patch-ttinc.h >How-To-Repeat: >Fix: diff -urN /usr/ports/games/csmash/Makefile games/csmash/Makefile --- /usr/ports/games/csmash/Makefile Tue Nov 11 17:40:45 2003 +++ games/csmash/Makefile Mon Nov 24 09:32:09 2003 @@ -7,7 +7,7 @@ # PORTNAME= csmash -PORTVERSION= 0.6.5 +PORTVERSION= 0.6.6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cannonsmash @@ -16,25 +16,19 @@ COMMENT= A 3D tabletennis game LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - iconv.3:${PORTSDIR}/converters/libiconv \ - intl.5:${PORTSDIR}/devel/gettext + SDL_image.10:${PORTSDIR}/graphics/sdl_image -USE_REINPLACE= yes USE_SDL= yes USE_GL= yes -USE_GNOME= gtk12 gnometarget +USE_GNOME= gnometarget gtk20 +USE_REINPLACE= yes +USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -USE_GMAKE= yes -MAKEFILE= makefile post-patch: - @${GREP} -lR "SDL/" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ - -e "s@SDL/@SDL11/@g" - @${FIND} ${WRKSRC} -name "makefile.in" | ${XARGS} \ - ${GREP} -lR "games/" | ${XARGS} ${REINPLACE_CMD} \ - -e "s@games/@@g" + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|/games/|/|g' .include diff -urN /usr/ports/games/csmash/distinfo games/csmash/distinfo --- /usr/ports/games/csmash/distinfo Tue Nov 11 17:40:45 2003 +++ games/csmash/distinfo Mon Nov 24 09:32:09 2003 @@ -1 +1 @@ -MD5 (csmash-0.6.5.tar.gz) = 969d5e5455f885e7cd6c24fdfafd5474 +MD5 (csmash-0.6.6.tar.gz) = bcf2eddd0f04d58e5dac6d767f41d9af diff -urN /usr/ports/games/csmash/files/patch-MultiPlay.cpp games/csmash/files/patch-MultiPlay.cpp --- /usr/ports/games/csmash/files/patch-MultiPlay.cpp Tue Nov 11 17:40:46 2003 +++ games/csmash/files/patch-MultiPlay.cpp Mon Nov 24 09:34:37 2003 @@ -1,11 +1,19 @@ ---- MultiPlay.cpp.orig Tue Nov 11 16:12:35 2003 -+++ MultiPlay.cpp Tue Nov 11 16:10:24 2003 -@@ -35,7 +35,7 @@ +--- MultiPlay.cpp.orig Thu Nov 20 02:05:02 2003 ++++ MultiPlay.cpp Mon Nov 24 09:34:22 2003 +@@ -37,13 +37,15 @@ + #include + #endif - #if defined(WIN32) || defined(__FreeBSD__) +-#if defined(WIN32) || defined(__FreeBSD__) ++#if defined(WIN32) --typedef int socklen_t; /* mimic Penguin's typedef */ -+//typedef int socklen_t; /* mimic Penguin's typedef */ + typedef int socklen_t; /* mimic Penguin's typedef */ #else /* ! WIN32 */ + ++#if !defined(__FreeBSD__) + #define closesocket(FD) close(FD) ++#endif + + #endif diff -urN /usr/ports/games/csmash/files/patch-Network.cpp games/csmash/files/patch-Network.cpp --- /usr/ports/games/csmash/files/patch-Network.cpp Tue Nov 11 17:40:46 2003 +++ games/csmash/files/patch-Network.cpp Mon Nov 24 10:35:40 2003 @@ -1,20 +1,27 @@ ---- Network.cpp.orig Tue Nov 11 16:13:38 2003 -+++ Network.cpp Tue Nov 11 16:16:03 2003 -@@ -38,7 +38,7 @@ +--- Network.cpp.orig Sun Aug 17 20:43:03 2003 ++++ Network.cpp Mon Nov 24 10:35:27 2003 +@@ -36,13 +36,15 @@ + #include + #endif - #if defined(WIN32) || defined(__FreeBSD__) +-#if defined(WIN32) || defined(__FreeBSD__) ++#if defined(WIN32) --typedef int socklen_t; /* mimic Penguin's typedef */ -+//typedef int socklen_t; /* mimic Penguin's typedef */ + typedef int socklen_t; /* mimic Penguin's typedef */ #else /* ! WIN32 */ -@@ -164,7 +164,7 @@ ++#if !defined(__FreeBSD__) + #define closesocket(FD) close(FD) ++#endif + + #endif + +@@ -169,7 +171,6 @@ char *b = buf; long millitm; - b = ReadLong( b, tb->time ); -+ b = ReadLong( b, (long)tb->time ); b = ReadLong( b, millitm ); tb->millitm = (unsigned short)millitm; diff -urN /usr/ports/games/csmash/files/patch-configure games/csmash/files/patch-configure --- /usr/ports/games/csmash/files/patch-configure Thu Jan 1 09:00:00 1970 +++ games/csmash/files/patch-configure Mon Nov 24 09:32:09 2003 @@ -0,0 +1,15 @@ +--- configure.orig Sat Aug 16 14:54:31 2003 ++++ configure Mon Nov 24 02:29:33 2003 +@@ -5515,9 +5515,9 @@ + fi + + +-CFLAGS="-I $x_includes" +-LDFLAGS="-L/usr/local/lib -L$x_libraries -L$libdir" +-CXXFLAGS="$CFLAGS -Wall" ++CFLAGS="$CFLAGS -I$x_includes" ++LDFLAGS="$LDFLAGS -L$x_libraries -L$libdir" ++CXXFLAGS="$CXXFLAGS -I$x_includes" + + + echo "$as_me:$LINENO: checking for main in -lXmu" >&5 diff -urN /usr/ports/games/csmash/files/patch-ttinc.h games/csmash/files/patch-ttinc.h --- /usr/ports/games/csmash/files/patch-ttinc.h Thu Jan 1 09:00:00 1970 +++ games/csmash/files/patch-ttinc.h Mon Nov 24 09:32:09 2003 @@ -0,0 +1,19 @@ +--- ttinc.h.orig Sun Aug 10 18:55:00 2003 ++++ ttinc.h Mon Nov 24 02:13:01 2003 +@@ -204,12 +204,12 @@ + #include + #include + +-#include +-#include +-#include ++#include ++#include ++#include + + #ifdef HAVE_LIBSDL_MIXER +-#include ++#include + #endif + + #include diff -urN /usr/ports/games/csmash/pkg-plist games/csmash/pkg-plist --- /usr/ports/games/csmash/pkg-plist Tue Nov 11 17:40:45 2003 +++ games/csmash/pkg-plist Mon Nov 24 09:32:09 2003 @@ -1,11 +1,10 @@ bin/csmash -share/locale/de/LC_MESSAGES/csmash.mo -share/locale/ja/LC_MESSAGES/csmash.mo %%DATADIR%%/Parts/Bcut/Bcut-Lankle.affine %%DATADIR%%/Parts/Bcut/Bcut-Lankle01.dat %%DATADIR%%/Parts/Bcut/Bcut-Larm.affine %%DATADIR%%/Parts/Bcut/Bcut-Larm01.dat %%DATADIR%%/Parts/Bcut/Bcut-Lelbow.affine +%%DATADIR%%/Parts/Bcut/Bcut-Lelbow.quaternion %%DATADIR%%/Parts/Bcut/Bcut-Lelbow01.dat %%DATADIR%%/Parts/Bcut/Bcut-Lfoot.affine %%DATADIR%%/Parts/Bcut/Bcut-Lfoot01.dat @@ -18,6 +17,7 @@ %%DATADIR%%/Parts/Bcut/Bcut-Lshin.affine %%DATADIR%%/Parts/Bcut/Bcut-Lshin01.dat %%DATADIR%%/Parts/Bcut/Bcut-Lshoulder.affine +%%DATADIR%%/Parts/Bcut/Bcut-Lshoulder.quaternion %%DATADIR%%/Parts/Bcut/Bcut-Lshoulder01.dat %%DATADIR%%/Parts/Bcut/Bcut-Lthigh.affine %%DATADIR%%/Parts/Bcut/Bcut-Lthigh01.dat @@ -26,26 +26,34 @@ %%DATADIR%%/Parts/Bcut/Bcut-Rarm.affine %%DATADIR%%/Parts/Bcut/Bcut-Rarm01.dat %%DATADIR%%/Parts/Bcut/Bcut-Relbow.affine +%%DATADIR%%/Parts/Bcut/Bcut-Relbow.quaternion %%DATADIR%%/Parts/Bcut/Bcut-Relbow01.dat %%DATADIR%%/Parts/Bcut/Bcut-Rfoot.affine %%DATADIR%%/Parts/Bcut/Bcut-Rfoot01.dat %%DATADIR%%/Parts/Bcut/Bcut-Rforearm.affine %%DATADIR%%/Parts/Bcut/Bcut-Rforearm01.dat %%DATADIR%%/Parts/Bcut/Bcut-Rhand.affine +%%DATADIR%%/Parts/Bcut/Bcut-Rhand.quaternion %%DATADIR%%/Parts/Bcut/Bcut-Rhand01.dat %%DATADIR%%/Parts/Bcut/Bcut-Rknee.affine %%DATADIR%%/Parts/Bcut/Bcut-Rknee01.dat %%DATADIR%%/Parts/Bcut/Bcut-Rshin.affine %%DATADIR%%/Parts/Bcut/Bcut-Rshin01.dat %%DATADIR%%/Parts/Bcut/Bcut-Rshoulder.affine +%%DATADIR%%/Parts/Bcut/Bcut-Rshoulder.quaternion %%DATADIR%%/Parts/Bcut/Bcut-Rshoulder01.dat %%DATADIR%%/Parts/Bcut/Bcut-Rthigh.affine %%DATADIR%%/Parts/Bcut/Bcut-Rthigh01.dat +%%DATADIR%%/Parts/Bcut/Bcut-center.affine +%%DATADIR%%/Parts/Bcut/Bcut-center01.dat %%DATADIR%%/Parts/Bcut/Bcut-chest.affine +%%DATADIR%%/Parts/Bcut/Bcut-chest.quaternion %%DATADIR%%/Parts/Bcut/Bcut-chest01.dat %%DATADIR%%/Parts/Bcut/Bcut-head.affine +%%DATADIR%%/Parts/Bcut/Bcut-head.quaternion %%DATADIR%%/Parts/Bcut/Bcut-head01.dat %%DATADIR%%/Parts/Bcut/Bcut-hip.affine +%%DATADIR%%/Parts/Bcut/Bcut-hip.quaternion %%DATADIR%%/Parts/Bcut/Bcut-hip01.dat %%DATADIR%%/Parts/Bcut/Bcut-racket.affine %%DATADIR%%/Parts/Bcut/Bcut-racket01.dat @@ -54,6 +62,7 @@ %%DATADIR%%/Parts/Bnormal/Bnormal-Larm.affine %%DATADIR%%/Parts/Bnormal/Bnormal-Larm01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-Lelbow.affine +%%DATADIR%%/Parts/Bnormal/Bnormal-Lelbow.quaternion %%DATADIR%%/Parts/Bnormal/Bnormal-Lelbow01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-Lfoot.affine %%DATADIR%%/Parts/Bnormal/Bnormal-Lfoot01.dat @@ -66,6 +75,7 @@ %%DATADIR%%/Parts/Bnormal/Bnormal-Lshin.affine %%DATADIR%%/Parts/Bnormal/Bnormal-Lshin01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-Lshoulder.affine +%%DATADIR%%/Parts/Bnormal/Bnormal-Lshoulder.quaternion %%DATADIR%%/Parts/Bnormal/Bnormal-Lshoulder01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-Lthigh.affine %%DATADIR%%/Parts/Bnormal/Bnormal-Lthigh01.dat @@ -74,32 +84,41 @@ %%DATADIR%%/Parts/Bnormal/Bnormal-Rarm.affine %%DATADIR%%/Parts/Bnormal/Bnormal-Rarm01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-Relbow.affine +%%DATADIR%%/Parts/Bnormal/Bnormal-Relbow.quaternion %%DATADIR%%/Parts/Bnormal/Bnormal-Relbow01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-Rfoot.affine %%DATADIR%%/Parts/Bnormal/Bnormal-Rfoot01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-Rforearm.affine %%DATADIR%%/Parts/Bnormal/Bnormal-Rforearm01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-Rhand.affine +%%DATADIR%%/Parts/Bnormal/Bnormal-Rhand.quaternion %%DATADIR%%/Parts/Bnormal/Bnormal-Rhand01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-Rknee.affine %%DATADIR%%/Parts/Bnormal/Bnormal-Rknee01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-Rshin.affine %%DATADIR%%/Parts/Bnormal/Bnormal-Rshin01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-Rshoulder.affine +%%DATADIR%%/Parts/Bnormal/Bnormal-Rshoulder.quaternion %%DATADIR%%/Parts/Bnormal/Bnormal-Rshoulder01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-Rthigh.affine %%DATADIR%%/Parts/Bnormal/Bnormal-Rthigh01.dat +%%DATADIR%%/Parts/Bnormal/Bnormal-center.affine +%%DATADIR%%/Parts/Bnormal/Bnormal-center01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-chest.affine +%%DATADIR%%/Parts/Bnormal/Bnormal-chest.quaternion %%DATADIR%%/Parts/Bnormal/Bnormal-chest01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-head.affine +%%DATADIR%%/Parts/Bnormal/Bnormal-head.quaternion %%DATADIR%%/Parts/Bnormal/Bnormal-head01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-hip.affine +%%DATADIR%%/Parts/Bnormal/Bnormal-hip.quaternion %%DATADIR%%/Parts/Bnormal/Bnormal-hip01.dat %%DATADIR%%/Parts/Bnormal/Bnormal-racket.affine %%DATADIR%%/Parts/Bnormal/Bnormal-racket01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-Larm.affine %%DATADIR%%/Parts/Bpeck/Bpeck-Larm01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-Lelbow.affine +%%DATADIR%%/Parts/Bpeck/Bpeck-Lelbow.quaternion %%DATADIR%%/Parts/Bpeck/Bpeck-Lelbow01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-Lfoot.affine %%DATADIR%%/Parts/Bpeck/Bpeck-Lfoot01.dat @@ -112,6 +131,7 @@ %%DATADIR%%/Parts/Bpeck/Bpeck-Lshin.affine %%DATADIR%%/Parts/Bpeck/Bpeck-Lshin01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-Lshoulder.affine +%%DATADIR%%/Parts/Bpeck/Bpeck-Lshoulder.quaternion %%DATADIR%%/Parts/Bpeck/Bpeck-Lshoulder01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-Lthigh.affine %%DATADIR%%/Parts/Bpeck/Bpeck-Lthigh01.dat @@ -120,26 +140,34 @@ %%DATADIR%%/Parts/Bpeck/Bpeck-Rarm.affine %%DATADIR%%/Parts/Bpeck/Bpeck-Rarm01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-Relbow.affine +%%DATADIR%%/Parts/Bpeck/Bpeck-Relbow.quaternion %%DATADIR%%/Parts/Bpeck/Bpeck-Relbow01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-Rfoot.affine %%DATADIR%%/Parts/Bpeck/Bpeck-Rfoot01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-Rforearm.affine %%DATADIR%%/Parts/Bpeck/Bpeck-Rforearm01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-Rhand.affine +%%DATADIR%%/Parts/Bpeck/Bpeck-Rhand.quaternion %%DATADIR%%/Parts/Bpeck/Bpeck-Rhand01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-Rknee.affine %%DATADIR%%/Parts/Bpeck/Bpeck-Rknee01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-Rshin.affine %%DATADIR%%/Parts/Bpeck/Bpeck-Rshin01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-Rshoulder.affine +%%DATADIR%%/Parts/Bpeck/Bpeck-Rshoulder.quaternion %%DATADIR%%/Parts/Bpeck/Bpeck-Rshoulder01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-Rthigh.affine %%DATADIR%%/Parts/Bpeck/Bpeck-Rthigh01.dat +%%DATADIR%%/Parts/Bpeck/Bpeck-center.affine +%%DATADIR%%/Parts/Bpeck/Bpeck-center01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-chest.affine +%%DATADIR%%/Parts/Bpeck/Bpeck-chest.quaternion %%DATADIR%%/Parts/Bpeck/Bpeck-chest01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-head.affine +%%DATADIR%%/Parts/Bpeck/Bpeck-head.quaternion %%DATADIR%%/Parts/Bpeck/Bpeck-head01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-hip.affine +%%DATADIR%%/Parts/Bpeck/Bpeck-hip.quaternion %%DATADIR%%/Parts/Bpeck/Bpeck-hip01.dat %%DATADIR%%/Parts/Bpeck/Bpeck-racket.affine %%DATADIR%%/Parts/Bpeck/Bpeck-racket01.dat @@ -148,6 +176,7 @@ %%DATADIR%%/Parts/Fcut/Fcut-Larm.affine %%DATADIR%%/Parts/Fcut/Fcut-Larm01.dat %%DATADIR%%/Parts/Fcut/Fcut-Lelbow.affine +%%DATADIR%%/Parts/Fcut/Fcut-Lelbow.quaternion %%DATADIR%%/Parts/Fcut/Fcut-Lelbow01.dat %%DATADIR%%/Parts/Fcut/Fcut-Lfoot.affine %%DATADIR%%/Parts/Fcut/Fcut-Lfoot01.dat @@ -160,6 +189,7 @@ %%DATADIR%%/Parts/Fcut/Fcut-Lshin.affine %%DATADIR%%/Parts/Fcut/Fcut-Lshin01.dat %%DATADIR%%/Parts/Fcut/Fcut-Lshoulder.affine +%%DATADIR%%/Parts/Fcut/Fcut-Lshoulder.quaternion %%DATADIR%%/Parts/Fcut/Fcut-Lshoulder01.dat %%DATADIR%%/Parts/Fcut/Fcut-Lthigh.affine %%DATADIR%%/Parts/Fcut/Fcut-Lthigh01.dat @@ -168,26 +198,34 @@ %%DATADIR%%/Parts/Fcut/Fcut-Rarm.affine %%DATADIR%%/Parts/Fcut/Fcut-Rarm01.dat %%DATADIR%%/Parts/Fcut/Fcut-Relbow.affine +%%DATADIR%%/Parts/Fcut/Fcut-Relbow.quaternion %%DATADIR%%/Parts/Fcut/Fcut-Relbow01.dat %%DATADIR%%/Parts/Fcut/Fcut-Rfoot.affine %%DATADIR%%/Parts/Fcut/Fcut-Rfoot01.dat %%DATADIR%%/Parts/Fcut/Fcut-Rforearm.affine %%DATADIR%%/Parts/Fcut/Fcut-Rforearm01.dat %%DATADIR%%/Parts/Fcut/Fcut-Rhand.affine +%%DATADIR%%/Parts/Fcut/Fcut-Rhand.quaternion %%DATADIR%%/Parts/Fcut/Fcut-Rhand01.dat %%DATADIR%%/Parts/Fcut/Fcut-Rknee.affine %%DATADIR%%/Parts/Fcut/Fcut-Rknee01.dat %%DATADIR%%/Parts/Fcut/Fcut-Rshin.affine %%DATADIR%%/Parts/Fcut/Fcut-Rshin01.dat %%DATADIR%%/Parts/Fcut/Fcut-Rshoulder.affine +%%DATADIR%%/Parts/Fcut/Fcut-Rshoulder.quaternion %%DATADIR%%/Parts/Fcut/Fcut-Rshoulder01.dat %%DATADIR%%/Parts/Fcut/Fcut-Rthigh.affine %%DATADIR%%/Parts/Fcut/Fcut-Rthigh01.dat +%%DATADIR%%/Parts/Fcut/Fcut-center.affine +%%DATADIR%%/Parts/Fcut/Fcut-center01.dat %%DATADIR%%/Parts/Fcut/Fcut-chest.affine +%%DATADIR%%/Parts/Fcut/Fcut-chest.quaternion %%DATADIR%%/Parts/Fcut/Fcut-chest01.dat %%DATADIR%%/Parts/Fcut/Fcut-head.affine +%%DATADIR%%/Parts/Fcut/Fcut-head.quaternion %%DATADIR%%/Parts/Fcut/Fcut-head01.dat %%DATADIR%%/Parts/Fcut/Fcut-hip.affine +%%DATADIR%%/Parts/Fcut/Fcut-hip.quaternion %%DATADIR%%/Parts/Fcut/Fcut-hip01.dat %%DATADIR%%/Parts/Fcut/Fcut-racket.affine %%DATADIR%%/Parts/Fcut/Fcut-racket01.dat @@ -196,6 +234,7 @@ %%DATADIR%%/Parts/Fdrive/Fdrive-Larm.affine %%DATADIR%%/Parts/Fdrive/Fdrive-Larm01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-Lelbow.affine +%%DATADIR%%/Parts/Fdrive/Fdrive-Lelbow.quaternion %%DATADIR%%/Parts/Fdrive/Fdrive-Lelbow01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-Lfoot.affine %%DATADIR%%/Parts/Fdrive/Fdrive-Lfoot01.dat @@ -208,6 +247,7 @@ %%DATADIR%%/Parts/Fdrive/Fdrive-Lshin.affine %%DATADIR%%/Parts/Fdrive/Fdrive-Lshin01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-Lshoulder.affine +%%DATADIR%%/Parts/Fdrive/Fdrive-Lshoulder.quaternion %%DATADIR%%/Parts/Fdrive/Fdrive-Lshoulder01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-Lthigh.affine %%DATADIR%%/Parts/Fdrive/Fdrive-Lthigh01.dat @@ -216,26 +256,34 @@ %%DATADIR%%/Parts/Fdrive/Fdrive-Rarm.affine %%DATADIR%%/Parts/Fdrive/Fdrive-Rarm01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-Relbow.affine +%%DATADIR%%/Parts/Fdrive/Fdrive-Relbow.quaternion %%DATADIR%%/Parts/Fdrive/Fdrive-Relbow01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-Rfoot.affine %%DATADIR%%/Parts/Fdrive/Fdrive-Rfoot01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-Rforearm.affine %%DATADIR%%/Parts/Fdrive/Fdrive-Rforearm01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-Rhand.affine +%%DATADIR%%/Parts/Fdrive/Fdrive-Rhand.quaternion %%DATADIR%%/Parts/Fdrive/Fdrive-Rhand01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-Rknee.affine %%DATADIR%%/Parts/Fdrive/Fdrive-Rknee01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-Rshin.affine %%DATADIR%%/Parts/Fdrive/Fdrive-Rshin01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-Rshoulder.affine +%%DATADIR%%/Parts/Fdrive/Fdrive-Rshoulder.quaternion %%DATADIR%%/Parts/Fdrive/Fdrive-Rshoulder01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-Rthigh.affine %%DATADIR%%/Parts/Fdrive/Fdrive-Rthigh01.dat +%%DATADIR%%/Parts/Fdrive/Fdrive-center.affine +%%DATADIR%%/Parts/Fdrive/Fdrive-center01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-chest.affine +%%DATADIR%%/Parts/Fdrive/Fdrive-chest.quaternion %%DATADIR%%/Parts/Fdrive/Fdrive-chest01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-head.affine +%%DATADIR%%/Parts/Fdrive/Fdrive-head.quaternion %%DATADIR%%/Parts/Fdrive/Fdrive-head01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-hip.affine +%%DATADIR%%/Parts/Fdrive/Fdrive-hip.quaternion %%DATADIR%%/Parts/Fdrive/Fdrive-hip01.dat %%DATADIR%%/Parts/Fdrive/Fdrive-racket.affine %%DATADIR%%/Parts/Fdrive/Fdrive-racket01.dat @@ -244,6 +292,7 @@ %%DATADIR%%/Parts/Fnormal/Fnormal-Larm.affine %%DATADIR%%/Parts/Fnormal/Fnormal-Larm01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-Lelbow.affine +%%DATADIR%%/Parts/Fnormal/Fnormal-Lelbow.quaternion %%DATADIR%%/Parts/Fnormal/Fnormal-Lelbow01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-Lfoot.affine %%DATADIR%%/Parts/Fnormal/Fnormal-Lfoot01.dat @@ -256,6 +305,7 @@ %%DATADIR%%/Parts/Fnormal/Fnormal-Lshin.affine %%DATADIR%%/Parts/Fnormal/Fnormal-Lshin01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-Lshoulder.affine +%%DATADIR%%/Parts/Fnormal/Fnormal-Lshoulder.quaternion %%DATADIR%%/Parts/Fnormal/Fnormal-Lshoulder01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-Lthigh.affine %%DATADIR%%/Parts/Fnormal/Fnormal-Lthigh01.dat @@ -264,26 +314,34 @@ %%DATADIR%%/Parts/Fnormal/Fnormal-Rarm.affine %%DATADIR%%/Parts/Fnormal/Fnormal-Rarm01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-Relbow.affine +%%DATADIR%%/Parts/Fnormal/Fnormal-Relbow.quaternion %%DATADIR%%/Parts/Fnormal/Fnormal-Relbow01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-Rfoot.affine %%DATADIR%%/Parts/Fnormal/Fnormal-Rfoot01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-Rforearm.affine %%DATADIR%%/Parts/Fnormal/Fnormal-Rforearm01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-Rhand.affine +%%DATADIR%%/Parts/Fnormal/Fnormal-Rhand.quaternion %%DATADIR%%/Parts/Fnormal/Fnormal-Rhand01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-Rknee.affine %%DATADIR%%/Parts/Fnormal/Fnormal-Rknee01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-Rshin.affine %%DATADIR%%/Parts/Fnormal/Fnormal-Rshin01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-Rshoulder.affine +%%DATADIR%%/Parts/Fnormal/Fnormal-Rshoulder.quaternion %%DATADIR%%/Parts/Fnormal/Fnormal-Rshoulder01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-Rthigh.affine %%DATADIR%%/Parts/Fnormal/Fnormal-Rthigh01.dat +%%DATADIR%%/Parts/Fnormal/Fnormal-center.affine +%%DATADIR%%/Parts/Fnormal/Fnormal-center01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-chest.affine +%%DATADIR%%/Parts/Fnormal/Fnormal-chest.quaternion %%DATADIR%%/Parts/Fnormal/Fnormal-chest01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-head.affine +%%DATADIR%%/Parts/Fnormal/Fnormal-head.quaternion %%DATADIR%%/Parts/Fnormal/Fnormal-head01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-hip.affine +%%DATADIR%%/Parts/Fnormal/Fnormal-hip.quaternion %%DATADIR%%/Parts/Fnormal/Fnormal-hip01.dat %%DATADIR%%/Parts/Fnormal/Fnormal-racket.affine %%DATADIR%%/Parts/Fnormal/Fnormal-racket01.dat @@ -292,6 +350,7 @@ %%DATADIR%%/Parts/Fpeck/Fpeck-Larm.affine %%DATADIR%%/Parts/Fpeck/Fpeck-Larm01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-Lelbow.affine +%%DATADIR%%/Parts/Fpeck/Fpeck-Lelbow.quaternion %%DATADIR%%/Parts/Fpeck/Fpeck-Lelbow01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-Lfoot.affine %%DATADIR%%/Parts/Fpeck/Fpeck-Lfoot01.dat @@ -304,6 +363,7 @@ %%DATADIR%%/Parts/Fpeck/Fpeck-Lshin.affine %%DATADIR%%/Parts/Fpeck/Fpeck-Lshin01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-Lshoulder.affine +%%DATADIR%%/Parts/Fpeck/Fpeck-Lshoulder.quaternion %%DATADIR%%/Parts/Fpeck/Fpeck-Lshoulder01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-Lthigh.affine %%DATADIR%%/Parts/Fpeck/Fpeck-Lthigh01.dat @@ -312,32 +372,41 @@ %%DATADIR%%/Parts/Fpeck/Fpeck-Rarm.affine %%DATADIR%%/Parts/Fpeck/Fpeck-Rarm01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-Relbow.affine +%%DATADIR%%/Parts/Fpeck/Fpeck-Relbow.quaternion %%DATADIR%%/Parts/Fpeck/Fpeck-Relbow01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-Rfoot.affine %%DATADIR%%/Parts/Fpeck/Fpeck-Rfoot01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-Rforearm.affine %%DATADIR%%/Parts/Fpeck/Fpeck-Rforearm01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-Rhand.affine +%%DATADIR%%/Parts/Fpeck/Fpeck-Rhand.quaternion %%DATADIR%%/Parts/Fpeck/Fpeck-Rhand01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-Rknee.affine %%DATADIR%%/Parts/Fpeck/Fpeck-Rknee01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-Rshin.affine %%DATADIR%%/Parts/Fpeck/Fpeck-Rshin01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-Rshoulder.affine +%%DATADIR%%/Parts/Fpeck/Fpeck-Rshoulder.quaternion %%DATADIR%%/Parts/Fpeck/Fpeck-Rshoulder01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-Rthigh.affine %%DATADIR%%/Parts/Fpeck/Fpeck-Rthigh01.dat +%%DATADIR%%/Parts/Fpeck/Fpeck-center.affine +%%DATADIR%%/Parts/Fpeck/Fpeck-center01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-chest.affine +%%DATADIR%%/Parts/Fpeck/Fpeck-chest.quaternion %%DATADIR%%/Parts/Fpeck/Fpeck-chest01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-head.affine +%%DATADIR%%/Parts/Fpeck/Fpeck-head.quaternion %%DATADIR%%/Parts/Fpeck/Fpeck-head01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-hip.affine +%%DATADIR%%/Parts/Fpeck/Fpeck-hip.quaternion %%DATADIR%%/Parts/Fpeck/Fpeck-hip01.dat %%DATADIR%%/Parts/Fpeck/Fpeck-racket.affine %%DATADIR%%/Parts/Fpeck/Fpeck-racket01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-Larm.affine %%DATADIR%%/Parts/Fsmash/Fsmash-Larm01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-Lelbow.affine +%%DATADIR%%/Parts/Fsmash/Fsmash-Lelbow.quaternion %%DATADIR%%/Parts/Fsmash/Fsmash-Lelbow01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-Lfoot.affine %%DATADIR%%/Parts/Fsmash/Fsmash-Lfoot01.dat @@ -350,6 +419,7 @@ %%DATADIR%%/Parts/Fsmash/Fsmash-Lshin.affine %%DATADIR%%/Parts/Fsmash/Fsmash-Lshin01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-Lshoulder.affine +%%DATADIR%%/Parts/Fsmash/Fsmash-Lshoulder.quaternion %%DATADIR%%/Parts/Fsmash/Fsmash-Lshoulder01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-Lthigh.affine %%DATADIR%%/Parts/Fsmash/Fsmash-Lthigh01.dat @@ -358,54 +428,73 @@ %%DATADIR%%/Parts/Fsmash/Fsmash-Rarm.affine %%DATADIR%%/Parts/Fsmash/Fsmash-Rarm01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-Relbow.affine +%%DATADIR%%/Parts/Fsmash/Fsmash-Relbow.quaternion %%DATADIR%%/Parts/Fsmash/Fsmash-Relbow01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-Rfoot.affine %%DATADIR%%/Parts/Fsmash/Fsmash-Rfoot01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-Rforearm.affine %%DATADIR%%/Parts/Fsmash/Fsmash-Rforearm01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-Rhand.affine +%%DATADIR%%/Parts/Fsmash/Fsmash-Rhand.quaternion %%DATADIR%%/Parts/Fsmash/Fsmash-Rhand01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-Rknee.affine %%DATADIR%%/Parts/Fsmash/Fsmash-Rknee01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-Rshin.affine %%DATADIR%%/Parts/Fsmash/Fsmash-Rshin01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-Rshoulder.affine +%%DATADIR%%/Parts/Fsmash/Fsmash-Rshoulder.quaternion %%DATADIR%%/Parts/Fsmash/Fsmash-Rshoulder01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-Rthigh.affine %%DATADIR%%/Parts/Fsmash/Fsmash-Rthigh01.dat +%%DATADIR%%/Parts/Fsmash/Fsmash-center.affine +%%DATADIR%%/Parts/Fsmash/Fsmash-center01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-chest.affine +%%DATADIR%%/Parts/Fsmash/Fsmash-chest.quaternion %%DATADIR%%/Parts/Fsmash/Fsmash-chest01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-head.affine +%%DATADIR%%/Parts/Fsmash/Fsmash-head.quaternion %%DATADIR%%/Parts/Fsmash/Fsmash-head01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-hip.affine +%%DATADIR%%/Parts/Fsmash/Fsmash-hip.quaternion %%DATADIR%%/Parts/Fsmash/Fsmash-hip01.dat %%DATADIR%%/Parts/Fsmash/Fsmash-racket.affine %%DATADIR%%/Parts/Fsmash/Fsmash-racket01.dat %%DATADIR%%/images/11point.de.pbm.gz +%%DATADIR%%/images/11point.fr.pbm.gz %%DATADIR%%/images/11point.ja.pbm.gz %%DATADIR%%/images/11point.pbm.gz %%DATADIR%%/images/21point.de.pbm.gz +%%DATADIR%%/images/21point.fr.pbm.gz %%DATADIR%%/images/21point.ja.pbm.gz %%DATADIR%%/images/21point.pbm.gz %%DATADIR%%/images/5point.de.pbm.gz +%%DATADIR%%/images/5point.fr.pbm.gz %%DATADIR%%/images/5point.ja.pbm.gz %%DATADIR%%/images/5point.pbm.gz %%DATADIR%%/images/ArctanX.de.pbm.gz +%%DATADIR%%/images/ArctanX.fr.pbm.gz %%DATADIR%%/images/ArctanX.ja.pbm.gz %%DATADIR%%/images/ArctanX.pbm.gz +%%DATADIR%%/images/ArmOnly.de.pbm.gz +%%DATADIR%%/images/ArmOnly.fr.pbm.gz +%%DATADIR%%/images/ArmOnly.ja.pbm.gz +%%DATADIR%%/images/ArmOnly.pbm.gz %%DATADIR%%/images/BG.bmp %%DATADIR%%/images/BGAlpha.bmp %%DATADIR%%/images/Back.jpg %%DATADIR%%/images/Bad.ppm.gz %%DATADIR%%/images/Config.de.pbm.gz +%%DATADIR%%/images/Config.fr.pbm.gz %%DATADIR%%/images/Config.ja.pbm.gz %%DATADIR%%/images/Config.pbm.gz %%DATADIR%%/images/ConfigW.bmp %%DATADIR%%/images/ConfigY.bmp %%DATADIR%%/images/Easy.de.pbm.gz +%%DATADIR%%/images/Easy.fr.pbm.gz %%DATADIR%%/images/Easy.ja.pbm.gz %%DATADIR%%/images/Easy.pbm.gz %%DATADIR%%/images/EasyTutorial.de.ppm.gz +%%DATADIR%%/images/EasyTutorial.fr.ppm.gz %%DATADIR%%/images/EasyTutorial.ja.ppm.gz %%DATADIR%%/images/EasyTutorial.ppm.gz %%DATADIR%%/images/FastRally.jpg @@ -413,30 +502,39 @@ %%DATADIR%%/images/Footwork.jpg %%DATADIR%%/images/Front.jpg %%DATADIR%%/images/Hard.de.pbm.gz +%%DATADIR%%/images/Hard.fr.pbm.gz %%DATADIR%%/images/Hard.ja.pbm.gz %%DATADIR%%/images/Hard.pbm.gz %%DATADIR%%/images/HardTutorial.de.ppm.gz +%%DATADIR%%/images/HardTutorial.fr.ppm.gz %%DATADIR%%/images/HardTutorial.ja.ppm.gz %%DATADIR%%/images/HardTutorial.ppm.gz %%DATADIR%%/images/Howto.de.pbm.gz +%%DATADIR%%/images/Howto.fr.pbm.gz %%DATADIR%%/images/Howto.ja.pbm.gz %%DATADIR%%/images/Howto.pbm.gz %%DATADIR%%/images/Howto1.de.pbm.gz +%%DATADIR%%/images/Howto1.fr.pbm.gz %%DATADIR%%/images/Howto1.ja.pbm.gz %%DATADIR%%/images/Howto1.pbm.gz %%DATADIR%%/images/Howto2.de.pbm.gz +%%DATADIR%%/images/Howto2.fr.pbm.gz %%DATADIR%%/images/Howto2.ja.pbm.gz %%DATADIR%%/images/Howto2.pbm.gz %%DATADIR%%/images/Howto3.de.pbm.gz +%%DATADIR%%/images/Howto3.fr.pbm.gz %%DATADIR%%/images/Howto3.ja.pbm.gz %%DATADIR%%/images/Howto3.pbm.gz %%DATADIR%%/images/Howto4.de.pbm.gz +%%DATADIR%%/images/Howto4.fr.pbm.gz %%DATADIR%%/images/Howto4.ja.pbm.gz %%DATADIR%%/images/Howto4.pbm.gz %%DATADIR%%/images/Howto5.de.pbm.gz +%%DATADIR%%/images/Howto5.fr.pbm.gz %%DATADIR%%/images/Howto5.ja.pbm.gz %%DATADIR%%/images/Howto5.pbm.gz %%DATADIR%%/images/Howto6.de.pbm.gz +%%DATADIR%%/images/Howto6.fr.pbm.gz %%DATADIR%%/images/Howto6.ja.pbm.gz %%DATADIR%%/images/Howto6.pbm.gz %%DATADIR%%/images/HowtoW.bmp @@ -444,10 +542,12 @@ %%DATADIR%%/images/Keyboard.ppm.gz %%DATADIR%%/images/Left.jpg %%DATADIR%%/images/LevelSelect.de.pbm.gz +%%DATADIR%%/images/LevelSelect.fr.pbm.gz %%DATADIR%%/images/LevelSelect.ja.pbm.gz %%DATADIR%%/images/LevelSelect.pbm.gz %%DATADIR%%/images/Max.ppm.gz %%DATADIR%%/images/ModeSelect.de.pbm.gz +%%DATADIR%%/images/ModeSelect.fr.pbm.gz %%DATADIR%%/images/ModeSelect.ja.pbm.gz %%DATADIR%%/images/ModeSelect.pbm.gz %%DATADIR%%/images/Mouse1.jpg @@ -456,12 +556,15 @@ %%DATADIR%%/images/Mouse4.jpg %%DATADIR%%/images/Nice.ppm.gz %%DATADIR%%/images/Normal.de.pbm.gz +%%DATADIR%%/images/Normal.fr.pbm.gz %%DATADIR%%/images/Normal.ja.pbm.gz %%DATADIR%%/images/Normal.pbm.gz %%DATADIR%%/images/NormalTutorial.de.ppm.gz +%%DATADIR%%/images/NormalTutorial.fr.ppm.gz %%DATADIR%%/images/NormalTutorial.ja.ppm.gz %%DATADIR%%/images/NormalTutorial.ppm.gz %%DATADIR%%/images/Pause.de.pbm.gz +%%DATADIR%%/images/Pause.fr.pbm.gz %%DATADIR%%/images/Pause.ja.pbm.gz %%DATADIR%%/images/Pause.pbm.gz %%DATADIR%%/images/PenAttack.bmp @@ -469,22 +572,26 @@ %%DATADIR%%/images/PenDrive.bmp %%DATADIR%%/images/PenDrive.jpg %%DATADIR%%/images/Practice.de.pbm.gz +%%DATADIR%%/images/Practice.fr.pbm.gz %%DATADIR%%/images/Practice.ja.pbm.gz %%DATADIR%%/images/Practice.pbm.gz %%DATADIR%%/images/PracticeW.bmp %%DATADIR%%/images/PracticeY.bmp %%DATADIR%%/images/Quit.de.pbm.gz +%%DATADIR%%/images/Quit.fr.pbm.gz %%DATADIR%%/images/Quit.ja.pbm.gz %%DATADIR%%/images/Quit.pbm.gz %%DATADIR%%/images/QuitW.bmp %%DATADIR%%/images/QuitY.bmp %%DATADIR%%/images/Right.jpg %%DATADIR%%/images/SelectPlayer.de.pbm.gz +%%DATADIR%%/images/SelectPlayer.fr.pbm.gz %%DATADIR%%/images/SelectPlayer.ja.pbm.gz %%DATADIR%%/images/SelectPlayer.pbm.gz %%DATADIR%%/images/ShakeCut.bmp %%DATADIR%%/images/ShakeCut.jpg %%DATADIR%%/images/StartGame.de.pbm.gz +%%DATADIR%%/images/StartGame.fr.pbm.gz %%DATADIR%%/images/StartGame.ja.pbm.gz %%DATADIR%%/images/StartGame.pbm.gz %%DATADIR%%/images/StartGameW.bmp @@ -492,35 +599,43 @@ %%DATADIR%%/images/Title.bmp %%DATADIR%%/images/Title.ppm.gz %%DATADIR%%/images/Training.de.pbm.gz +%%DATADIR%%/images/Training.fr.pbm.gz %%DATADIR%%/images/Training.ja.pbm.gz %%DATADIR%%/images/Training.pbm.gz %%DATADIR%%/images/TrainingW.bmp %%DATADIR%%/images/TrainingY.bmp %%DATADIR%%/images/Transparent.de.pbm.gz +%%DATADIR%%/images/Transparent.fr.pbm.gz %%DATADIR%%/images/Transparent.ja.pbm.gz %%DATADIR%%/images/Transparent.pbm.gz %%DATADIR%%/images/Triangle.bmp %%DATADIR%%/images/Tsuborish.de.pbm.gz +%%DATADIR%%/images/Tsuborish.fr.pbm.gz %%DATADIR%%/images/Tsuborish.ja.pbm.gz %%DATADIR%%/images/Tsuborish.pbm.gz %%DATADIR%%/images/WireFrame.de.pbm.gz +%%DATADIR%%/images/WireFrame.fr.pbm.gz %%DATADIR%%/images/WireFrame.ja.pbm.gz %%DATADIR%%/images/WireFrame.pbm.gz %%DATADIR%%/images/downArrow.de.pbm.gz +%%DATADIR%%/images/downArrow.fr.pbm.gz %%DATADIR%%/images/downArrow.ja.pbm.gz %%DATADIR%%/images/downArrow.pbm.gz %%DATADIR%%/images/eight.ppm.gz %%DATADIR%%/images/five.ppm.gz %%DATADIR%%/images/four.ppm.gz %%DATADIR%%/images/leftArrow.de.pbm.gz +%%DATADIR%%/images/leftArrow.fr.pbm.gz %%DATADIR%%/images/leftArrow.ja.pbm.gz %%DATADIR%%/images/leftArrow.pbm.gz %%DATADIR%%/images/lose.de.pbm.gz +%%DATADIR%%/images/lose.fr.pbm.gz %%DATADIR%%/images/lose.ja.pbm.gz %%DATADIR%%/images/lose.pbm.gz %%DATADIR%%/images/nine.ppm.gz %%DATADIR%%/images/one.ppm.gz %%DATADIR%%/images/rightArrow.de.pbm.gz +%%DATADIR%%/images/rightArrow.fr.pbm.gz %%DATADIR%%/images/rightArrow.ja.pbm.gz %%DATADIR%%/images/rightArrow.pbm.gz %%DATADIR%%/images/seven.ppm.gz @@ -528,24 +643,53 @@ %%DATADIR%%/images/three.ppm.gz %%DATADIR%%/images/two.ppm.gz %%DATADIR%%/images/upArrow.de.pbm.gz +%%DATADIR%%/images/upArrow.fr.pbm.gz %%DATADIR%%/images/upArrow.ja.pbm.gz %%DATADIR%%/images/upArrow.pbm.gz %%DATADIR%%/images/win.de.pbm.gz +%%DATADIR%%/images/win.fr.pbm.gz %%DATADIR%%/images/win.ja.pbm.gz %%DATADIR%%/images/win.pbm.gz %%DATADIR%%/images/zero.ppm.gz +%%DATADIR%%/wav/all.wav %%DATADIR%%/wav/click.wav +%%DATADIR%%/wav/eight.wav +%%DATADIR%%/wav/eighteen.wav +%%DATADIR%%/wav/eleven.wav +%%DATADIR%%/wav/fifteen.wav +%%DATADIR%%/wav/five.wav +%%DATADIR%%/wav/four.wav +%%DATADIR%%/wav/fourteen.wav +%%DATADIR%%/wav/loveall.wav +%%DATADIR%%/wav/nine.wav +%%DATADIR%%/wav/nineteen.wav +%%DATADIR%%/wav/one.wav %%DATADIR%%/wav/racket.wav +%%DATADIR%%/wav/seven.wav +%%DATADIR%%/wav/seventeen.wav +%%DATADIR%%/wav/six.wav +%%DATADIR%%/wav/sixteen.wav %%DATADIR%%/wav/table.wav -@dirrm %%DATADIR%%/Parts/Bcut -@dirrm %%DATADIR%%/Parts/Bnormal -@dirrm %%DATADIR%%/Parts/Bpeck -@dirrm %%DATADIR%%/Parts/Fcut -@dirrm %%DATADIR%%/Parts/Fdrive -@dirrm %%DATADIR%%/Parts/Fnormal -@dirrm %%DATADIR%%/Parts/Fpeck +%%DATADIR%%/wav/ten.wav +%%DATADIR%%/wav/thirteen.wav +%%DATADIR%%/wav/thirty.wav +%%DATADIR%%/wav/three.wav +%%DATADIR%%/wav/twelve.wav +%%DATADIR%%/wav/twenty.wav +%%DATADIR%%/wav/two.wav +%%DATADIR%%/wav/zero.wav +share/locale/de/LC_MESSAGES/csmash.mo +share/locale/fr/LC_MESSAGES/csmash.mo +share/locale/ja/LC_MESSAGES/csmash.mo +@dirrm %%DATADIR%%/wav +@dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/Parts/Fsmash +@dirrm %%DATADIR%%/Parts/Fpeck +@dirrm %%DATADIR%%/Parts/Fnormal +@dirrm %%DATADIR%%/Parts/Fdrive +@dirrm %%DATADIR%%/Parts/Fcut +@dirrm %%DATADIR%%/Parts/Bpeck +@dirrm %%DATADIR%%/Parts/Bnormal +@dirrm %%DATADIR%%/Parts/Bcut @dirrm %%DATADIR%%/Parts -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/wav @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 09:03:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05F0D16A4CE; Mon, 24 Nov 2003 09:03:14 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 786DD43FE0; Mon, 24 Nov 2003 09:03:11 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAOH3AFm012941; Mon, 24 Nov 2003 12:03:10 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hAOH2OuY075492; Mon, 24 Nov 2003 12:02:24 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Trevor Johnson In-Reply-To: <20031124065942.Q95201@blues.jpj.net> References: <20031124065942.Q95201@blues.jpj.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-DfF60WTXw03sdQh3HL05" Organization: MarcusCom, Inc. Message-Id: <1069693391.758.2.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 24 Nov 2003 12:03:11 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd-ports-bugs@freebsd.org cc: portmgr@freebsd.org Subject: Re: patch for ports/audio/autozen X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 17:03:14 -0000 --=-DfF60WTXw03sdQh3HL05 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-11-24 at 07:01, Trevor Johnson wrote: > (bcc to FireWire BSD and Julian St.) >=20 > Approved. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-DfF60WTXw03sdQh3HL05 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/wjnPb2iPiv4Uz4cRAswNAKChyM9ai1sY5oMO6R1WIAFAg/s3RwCeIvur dSxLTS7Gi6QAQvXPqt0pjDA= =FlYx -----END PGP SIGNATURE----- --=-DfF60WTXw03sdQh3HL05-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 09:03:34 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4622716A4CE; Mon, 24 Nov 2003 09:03:34 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1765C43FDF; Mon, 24 Nov 2003 09:03:33 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAOH3WNW011211; Mon, 24 Nov 2003 12:03:32 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hAOH2kuY075503; Mon, 24 Nov 2003 12:02:46 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Trevor Johnson In-Reply-To: <20031124072409.K95201@blues.jpj.net> References: <20031124072409.K95201@blues.jpj.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-0mmx+Mf/VAhBymOaCNAR" Organization: MarcusCom, Inc. Message-Id: <1069693413.758.4.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 24 Nov 2003 12:03:33 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd-ports-bugs@freebsd.org cc: portmgr@freebsd.org Subject: Re: patch for ports/devel/bin86 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 17:03:34 -0000 --=-0mmx+Mf/VAhBymOaCNAR Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-11-24 at 07:24, Trevor Johnson wrote: > Approved. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-0mmx+Mf/VAhBymOaCNAR Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/wjnlb2iPiv4Uz4cRAmc+AJ9jzc7vofz/FE1wLeVpYxusYmbfKACeOCby fcbpsyLnx2Yw1+Q/NzcEYbw= =98jc -----END PGP SIGNATURE----- --=-0mmx+Mf/VAhBymOaCNAR-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 09:02:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79D7D16A4CE; Mon, 24 Nov 2003 09:02:20 -0800 (PST) Received: from murphy.planlos.de (murphy.planlos.de [213.73.92.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88DEB43FBD; Mon, 24 Nov 2003 09:02:17 -0800 (PST) (envelope-from frank@altpeter.de) Received: from murphy.planlos.de (racoon@localhost [127.0.0.1]) by murphy.planlos.de (8.12.9/8.12.9) with ESMTP id hAOH2EFB003985; Mon, 24 Nov 2003 18:02:15 +0100 (CET) (envelope-from frank@altpeter.de) Received: (from freddy@localhost) by murphy.planlos.de (8.12.9/8.12.9/Submit) id hAOH2DSB003984; Mon, 24 Nov 2003 18:02:13 +0100 (CET) (envelope-from frank@altpeter.de) Date: Mon, 24 Nov 2003 18:02:13 +0100 From: Frank Altpeter To: Martin Blapp Message-ID: <20031124170212.GA3903@murphy.planlos.de> References: <20030821134050.GA55230@murphy.planlos.de> <20030821154812.I81443@cvs.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030821154812.I81443@cvs.imp.ch> User-Agent: Mutt/1.4.1i cc: freebsd-ports-bugs@freebsd.org cc: mbr@freebsd.org cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/54067: fixing mod_auth_mysql_another still open for months X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 17:02:20 -0000 X-List-Received-Date: Mon, 24 Nov 2003 17:02:20 -0000 X-List-Received-Date: Mon, 24 Nov 2003 17:02:20 -0000 X-List-Received-Date: Mon, 24 Nov 2003 17:02:20 -0000 X-List-Received-Date: Mon, 24 Nov 2003 17:02:20 -0000 Hello! Martin Blapp wrote on 2003-08-21 15:49:01 +0200: > > If you don't have the time to fix but seem to be unable to say so, > > it would be nice if someone else could do his job... I don't have > > any clue of C, otherwise i would have patched it myself... but it > > doesn't look like more than an #IFDEF(mysql-4) and a modified > > make_scrambled_password() function. > > Yeah it seems that we have to implement the old make_scrambled_password() > password again. I'll look at this this weekend. That's right. Any idea when you will take the responsibility of your maintainership to fix it? Your last "i'll look at this this weekend" was about 3 months ago. With kind regards, Frank Altpeter -- It is impossible for an optimist to be pleasantly suprised. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 09:02:56 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF92716A4CE; Mon, 24 Nov 2003 09:02:56 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D20743FB1; Mon, 24 Nov 2003 09:02:55 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAOH2sNW010228; Mon, 24 Nov 2003 12:02:54 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hAOH27uY075469; Mon, 24 Nov 2003 12:02:08 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Trevor Johnson In-Reply-To: <20031124071203.Q95201@blues.jpj.net> References: <20031124071203.Q95201@blues.jpj.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-a2xOHEh2V8rUeXHsv9Wz" Organization: FreeBSD, Inc. Message-Id: <1069693375.758.0.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 24 Nov 2003 12:02:55 -0500 X-Spam-Status: No, hits=-2.2 required=5.0 tests=BAYES_00,SUBJ_HAS_UNIQ_ID autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd-ports-bugs@FreeBSD.org cc: obirne@FreeBSD.org cc: portmgr@FreeBSD.org Subject: Re: patch for ports/www/mozilla-firebird X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 17:02:56 -0000 X-List-Received-Date: Mon, 24 Nov 2003 17:02:56 -0000 X-List-Received-Date: Mon, 24 Nov 2003 17:02:56 -0000 --=-a2xOHEh2V8rUeXHsv9Wz Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-11-24 at 07:13, Trevor Johnson wrote: > Does this actually produce a working Firebird on amd64? Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-a2xOHEh2V8rUeXHsv9Wz Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/wjm+b2iPiv4Uz4cRAmQIAKCSokb57nCH4w1x/rILulKhWhZ+4wCfYS/l kE1jaDWb4NcrxqePc3EHGEE= =eelR -----END PGP SIGNATURE----- --=-a2xOHEh2V8rUeXHsv9Wz-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 09:03:55 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0550916A4CE; Mon, 24 Nov 2003 09:03:55 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC4B843FB1; Mon, 24 Nov 2003 09:03:53 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAOH3qFm013743; Mon, 24 Nov 2003 12:03:53 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hAOH36uY075523; Mon, 24 Nov 2003 12:03:07 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Trevor Johnson In-Reply-To: <20031124091912.H26448@blues.jpj.net> References: <20031124091912.H26448@blues.jpj.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PBZF+V/XyGQWi5oTAmyl" Organization: MarcusCom, Inc. Message-Id: <1069693434.758.6.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 24 Nov 2003 12:03:54 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd-ports-bugs@freebsd.org cc: portmgr@freebsd.org Subject: Re: patch for ports/audio/festvox-don,kal16,kal8,ked16,ked8,rab16,rab8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 17:03:55 -0000 --=-PBZF+V/XyGQWi5oTAmyl Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-11-24 at 09:21, Trevor Johnson wrote: > Approved. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-PBZF+V/XyGQWi5oTAmyl Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/wjn6b2iPiv4Uz4cRAlwkAKCg8DCNz/c9n9zXL0BF+3ZHzzuTngCaA2Pw E6VPJVA0NFkNNlEbVT70DKw= =ODXP -----END PGP SIGNATURE----- --=-PBZF+V/XyGQWi5oTAmyl-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 09:04:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F60C16A4CE; Mon, 24 Nov 2003 09:04:23 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC5DD43FE1; Mon, 24 Nov 2003 09:04:21 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAOH4LNW012226; Mon, 24 Nov 2003 12:04:21 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hAOH3ZuY075540; Mon, 24 Nov 2003 12:03:35 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Trevor Johnson In-Reply-To: <20031124092455.Q26448@blues.jpj.net> References: <20031124092455.Q26448@blues.jpj.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-pbaN2DlMc1c4UaJqo6MB" Organization: MarcusCom, Inc. Message-Id: <1069693462.758.8.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 24 Nov 2003 12:04:22 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd-ports-bugs@freebsd.org cc: krion@freebsd.org cc: portmgr@freebsd.org Subject: Re: patch for ports/audio/festvox-abc/distinfo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 17:04:23 -0000 --=-pbaN2DlMc1c4UaJqo6MB Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-11-24 at 09:26, Trevor Johnson wrote: > Approved. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-pbaN2DlMc1c4UaJqo6MB Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/wjoWb2iPiv4Uz4cRAjxMAJsEAARM+pNsuUhlot/mXurRIhIvWACfZ16u n1fA7kqczRKsPcl58Rb78hU= =6zWh -----END PGP SIGNATURE----- --=-pbaN2DlMc1c4UaJqo6MB-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 09:05:30 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D48116A4CE; Mon, 24 Nov 2003 09:05:30 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75E3143FCB; Mon, 24 Nov 2003 09:05:24 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAOH5NNW013183; Mon, 24 Nov 2003 12:05:23 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hAOH4buY075566; Mon, 24 Nov 2003 12:04:37 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Trevor Johnson In-Reply-To: <20031124094632.R26448@blues.jpj.net> References: <200311241253.hAOCrWHk085314@freefall.freebsd.org> <20031124094632.R26448@blues.jpj.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-TQek24oZu2U/LNaDqLU+" Organization: MarcusCom, Inc. Message-Id: <1069693525.758.10.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 24 Nov 2003 12:05:25 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: Mathieu Arnold cc: freebsd-ports-bugs@freebsd.org cc: dwcjr@freebsd.org cc: portmgr@freebsd.org Subject: Re: ports/59599: Update add conflicts to the samba-* ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 17:05:30 -0000 --=-TQek24oZu2U/LNaDqLU+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-11-24 at 09:48, Trevor Johnson wrote: > Mathieu Arnold wrote: >=20 > > Synopsis: Update add conflicts to the samba-* ports > > > > Responsible-Changed-From-To: freebsd-ports-bugs->dwcjr > > Responsible-Changed-By: mat > > Responsible-Changed-When: Mon Nov 24 04:51:50 PST 2003 > > Responsible-Changed-Why: > > Hand over to the maintainer of most of the ports this PR updates :) > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D59599 >=20 > David Chapman is taking time off from FreeBSD. I would be willing to > commit this if it's approved by him and portmgr. Approved. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-TQek24oZu2U/LNaDqLU+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/wjpUb2iPiv4Uz4cRAsXoAJ9VXL7XCljHTekhf6IaWyDV/gwU1QCghx6O Kw5Ws6Quvx4AwOaCgq4TUQE= =p/07 -----END PGP SIGNATURE----- --=-TQek24oZu2U/LNaDqLU+-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 09:13:51 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D32C16A4D6; Mon, 24 Nov 2003 09:13:51 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id C879043FE9; Mon, 24 Nov 2003 09:13:49 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hAOHDnUF050021; Mon, 24 Nov 2003 12:13:49 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hAOHDme1050018; Mon, 24 Nov 2003 12:13:48 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Mon, 24 Nov 2003 12:13:48 -0500 (EST) From: Trevor Johnson To: Joe Marcus Clarke In-Reply-To: <1069693375.758.0.camel@gyros> Message-ID: <20031124121001.J49531@blues.jpj.net> References: <20031124071203.Q95201@blues.jpj.net> <1069693375.758.0.camel@gyros> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@FreeBSD.org cc: obrien@FreeBSD.org cc: portmgr@FreeBSD.org Subject: Re: patch for ports/www/mozilla-firebird X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 17:13:51 -0000 On Mon, 24 Nov 2003, Joe Marcus Clarke wrote: > On Mon, 2003-11-24 at 07:13, Trevor Johnson wrote: > > > > Does this actually produce a working Firebird on amd64? Oops, the URL was supposed to be: . As I say in there, it's untested. I don't have an x86-64 box nor have I seen any bug reports from anyone who does. Maybe you would share the information that prompted you to add the NOT_FOR_ARCHS line? -- Trevor Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 09:26:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0F8116A4CE; Mon, 24 Nov 2003 09:26:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 393D444008; Mon, 24 Nov 2003 09:26:18 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOHQIFY048425; Mon, 24 Nov 2003 09:26:18 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOHQIDY048421; Mon, 24 Nov 2003 09:26:18 -0800 (PST) (envelope-from pav) Date: Mon, 24 Nov 2003 09:26:18 -0800 (PST) From: Pav Lucistnik Message-Id: <200311241726.hAOHQIDY048421@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/59634: [maintainer-update]: textproc/liblingoteach update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 17:26:19 -0000 Synopsis: [maintainer-update]: textproc/liblingoteach update Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Mon Nov 24 09:26:05 PST 2003 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=59634 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 09:28:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 840DC16A4CE; Mon, 24 Nov 2003 09:28:22 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A83CF43FBF; Mon, 24 Nov 2003 09:28:17 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAOHSHNW006687; Mon, 24 Nov 2003 12:28:17 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hAOHRUuY075814; Mon, 24 Nov 2003 12:27:31 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Trevor Johnson In-Reply-To: <20031124121001.J49531@blues.jpj.net> References: <20031124071203.Q95201@blues.jpj.net> <1069693375.758.0.camel@gyros> <20031124121001.J49531@blues.jpj.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-6ZW3rbZwby2XYc6JyT3c" Organization: FreeBSD, Inc. Message-Id: <1069694898.758.25.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 24 Nov 2003 12:28:18 -0500 X-Spam-Status: No, hits=-2.2 required=5.0 tests=BAYES_00,SUBJ_HAS_UNIQ_ID autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd-ports-bugs@FreeBSD.org cc: obrien@FreeBSD.org cc: portmgr@FreeBSD.org Subject: Re: patch for ports/www/mozilla-firebird X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 17:28:22 -0000 --=-6ZW3rbZwby2XYc6JyT3c Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-11-24 at 12:13, Trevor Johnson wrote: > On Mon, 24 Nov 2003, Joe Marcus Clarke wrote: >=20 > > On Mon, 2003-11-24 at 07:13, Trevor Johnson wrote: > > > > > > > Does this actually produce a working Firebird on amd64? >=20 > Oops, the URL was supposed to be: > . > As I say in there, it's untested. I don't have an x86-64 box nor have I > seen any bug reports from anyone who does. Maybe you would share the > information that prompted you to add the NOT_FOR_ARCHS line? Not too much of a mystery. nspr and xptcall require specific knowledge of a host OS as well as its compiler ABI. Without that, the build fails (see bento logs), or the execution fails with core dumps. It's best to wait for the amd64 people to add the specific hooks. Adding NOT_FOR_ARCHS is not a death sentence. It just means we need a little help from our amd64 gurus. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-6ZW3rbZwby2XYc6JyT3c Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/wj+yb2iPiv4Uz4cRAvbxAKCai46qvhQj5s5njeHzLzwOwY/nowCdHXy6 e0LPZ97FppZH0nFzJZ9a1jo= =ohSG -----END PGP SIGNATURE----- --=-6ZW3rbZwby2XYc6JyT3c-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 09:48:27 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10E8D16A4CE; Mon, 24 Nov 2003 09:48:27 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A0643FE3; Mon, 24 Nov 2003 09:48:25 -0800 (PST) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id C8645140AA; Mon, 24 Nov 2003 11:48:24 -0600 (CST) Date: Mon, 24 Nov 2003 11:48:24 -0600 (CST) From: Mark Linimon X-X-Sender: linimon@pancho To: Trevor Johnson In-Reply-To: <20031124094632.R26448@blues.jpj.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Mathieu Arnold cc: freebsd-ports-bugs@freebsd.org cc: dwcjr@freebsd.org cc: portmgr@freebsd.org Subject: Re: ports/59599: Update add conflicts to the samba-* ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 17:48:27 -0000 > David Chapman is taking time off from FreeBSD. I would be willing to > commit this if it's approved by him and portmgr. While it's eminently fair for anyone to take time off FreeBSD (this is, after all, a volunteer project!), it's somewhat awkward to have someone who is doing so, maintaining a high-profile port like this one. There are a number of PRs filed against it. Having said that, David has been polite and prompt in replying to my own emails (about the PRs' states -- implying that several of them are older and should just be closed, but I myself don't know enough about samba to know what's what and thus close them myself). But perhaps I could suggest that David might want to hand this port one off to someone who is more actively developing, using samba on FreeBSD, right now? This is not meant as anything personal, it's more out of concern for those PRs (which one of my ports monitoring reports consistently highlights :-) ) mcl From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 09:56:04 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 829A216A4CF; Mon, 24 Nov 2003 09:56:04 -0800 (PST) Received: from leviathan.inethouston.com (leviathan.inethouston.com [209.198.171.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 411AB43F3F; Mon, 24 Nov 2003 09:56:03 -0800 (PST) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (dwcjr [192.168.2.20]) by leviathan.inethouston.com (Postfix) with SMTP id 96E2C2C9018; Mon, 24 Nov 2003 11:55:56 -0600 (CST) Message-ID: <112f01c3b2b4$766a20f0$1402a8c0@dwcjr> From: "David W. Chapman Jr." To: "Mark Linimon" , "Trevor Johnson" References: Date: Mon, 24 Nov 2003 11:57:44 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: Mathieu Arnold cc: freebsd-ports-bugs@freebsd.org cc: dwcjr@freebsd.org cc: portmgr@freebsd.org Subject: Re: ports/59599: Update add conflicts to the samba-* ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 17:56:04 -0000 > Having said that, David has been polite and prompt in replying > to my own emails (about the PRs' states -- implying that several > of them are older and should just be closed, but I myself don't > know enough about samba to know what's what and thus close them > myself). > > But perhaps I could suggest that David might want to hand this > port one off to someone who is more actively developing, using > samba on FreeBSD, right now? > > This is not meant as anything personal, it's more out of concern > for those PRs (which one of my ports monitoring reports consistently > highlights :-) ) Not taken personally. If anyone would like to take it over, they are more than welcome to. I will pass along their contact info to the samba developers I deal with. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 09:58:54 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D664816A4CE; Mon, 24 Nov 2003 09:58:54 -0800 (PST) Received: from vectra.e-tahan.com (du-210-9.nat.adsl.claranet.fr [212.43.210.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0B8D43F75; Mon, 24 Nov 2003 09:58:50 -0800 (PST) (envelope-from firewire@e-tahan.com) Received: from [10.1.1.253] (dell [10.1.1.253]) (authenticated bits=0) by vectra.e-tahan.com (8.12.9/8.12.9) with ESMTP id hAOI0pwu033071 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 24 Nov 2003 19:00:51 +0100 (CET) (envelope-from firewire@e-tahan.com) From: FireWire BSD To: Trevor Johnson In-Reply-To: <20031124065942.Q95201@blues.jpj.net> References: <20031124065942.Q95201@blues.jpj.net> Content-Type: text/plain Message-Id: <1069697200.447.18.camel@dell> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 24 Nov 2003 19:06:41 +0100 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new cc: freebsd-ports-bugs@freebsd.org cc: portmgr@freebsd.org Subject: Re: patch for ports/audio/autozen X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 17:58:55 -0000 In fact, the developper and I, found the problem it is related to the sample rate, on some cards the sample rate 8K doesn't give any audio out. So the patch i did is to replace the constant SAMPLE_RATE by 11025 instead of 8000 and it works well. Best regards On Mon, 2003-11-24 at 13:01, Trevor Johnson wrote: > (bcc to FireWire BSD and Julian St.) > > From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 10:48:00 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F95C16A4CE; Mon, 24 Nov 2003 10:48:00 -0800 (PST) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB1B743FEC; Mon, 24 Nov 2003 10:47:56 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951a152.dip.t-dialin.net ([217.81.161.82] helo=fillmore-labs.com ident=iurjrtoxe5ucw1en) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1AOLkj-0000cr-61; Mon, 24 Nov 2003 19:48:05 +0100 Message-ID: <3FC25252.90504@fillmore-labs.com> Date: Mon, 24 Nov 2003 19:47:46 +0100 From: Oliver Eikemeier MIME-Version: 1.0 To: Trevor Johnson References: <200311241253.hAOCrWHk085314@freefall.freebsd.org> <20031124094632.R26448@blues.jpj.net> <1069693525.758.10.camel@gyros> In-Reply-To: <1069693525.758.10.camel@gyros> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: Joe Marcus Clarke cc: Mathieu Arnold cc: dwcjr@freebsd.org cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/59599: Update add conflicts to the samba-* ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 18:48:00 -0000 Joe Marcus Clarke wrote: > On Mon, 2003-11-24 at 09:48, Trevor Johnson wrote: > >>Mathieu Arnold wrote: >> >> >>>Synopsis: Update add conflicts to the samba-* ports >>> >>>Responsible-Changed-From-To: freebsd-ports-bugs->dwcjr >>>Responsible-Changed-By: mat >>>Responsible-Changed-When: Mon Nov 24 04:51:50 PST 2003 >>>Responsible-Changed-Why: >>>Hand over to the maintainer of most of the ports this PR updates :) >>> >>>http://www.freebsd.org/cgi/query-pr.cgi?pr=59599 >> >>David Chapman is taking time off from FreeBSD. I would be willing to >>commit this if it's approved by him and portmgr. > > > Approved. > > Joe CONFLICTS= samba-* is bad, the port will conflict with itself. Use something like: Port ja-samba-2.2.8a.j1.1_3 (japanese/samba) : CONFLICTS= ja-linux-JM-* samba-2.2.* samba-3.0.* sharity-light-1.* Port samba-2.2.8a (net/samba) : CONFLICTS= ja-samba-2.* samba-3.* sharity-light-1.* Port samba-3.0.0,1 (net/samba-devel) : CONFLICTS= ja-samba-2.* samba-2.* samba-libsmbclient-3.* sharity-light-1.* Port samba-libsmbclient-3.0.0 (net/samba-libsmbclient) : CONFLICTS= samba-3.* Port sharity-light-1.2_1 (net/sharity-light) : CONFLICTS= ja-samba-2.* samba-2.* samba-3.* From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 11:30:33 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B81216A4CF for ; Mon, 24 Nov 2003 11:30:33 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B287043FDF for ; Mon, 24 Nov 2003 11:30:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOJUKFY062614 for ; Mon, 24 Nov 2003 11:30:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOJUKo3062612; Mon, 24 Nov 2003 11:30:20 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 11:30:20 -0800 (PST) Resent-Message-Id: <200311241930.hAOJUKo3062612@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BA1116A4CE for ; Mon, 24 Nov 2003 11:20:33 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E01243FBF for ; Mon, 24 Nov 2003 11:20:30 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) hAOJJrqt061146 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 24 Nov 2003 19:20:23 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id hAOJJrM5061145; Mon, 24 Nov 2003 19:19:53 GMT (envelope-from matthew) Message-Id: <200311241919.hAOJJrM5061145@happy-idiot-talk.infracaninophile.co.uk> Date: Mon, 24 Nov 2003 19:19:53 GMT From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59651: Remove last remaining COMMENT files from ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 19:30:33 -0000 >Number: 59651 >Category: ports >Synopsis: Remove last remaining COMMENT files from ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 24 11:30:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 4.9-STABLE i386 >Organization: Infracaninophile >Environment: System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.9-STABLE FreeBSD 4.9-STABLE #40: Sat Nov 22 13:27:14 GMT 2003 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386 >Description: The original pkg-comment files for all ports have long since been replaced by one-line COMMENT variables in the port Makefiles. Extend this to the sub-directory Makefiles, which use /pkg/COMMENT for the same purpose. Needs a slight tweak to bsd.port.subdir.mk, or the package comments get excessively escaped. >How-To-Repeat: >Fix: The following directories and the COMMENT files within them should be removed: archivers/pkg/ astro/pkg/ audio/pkg/ benchmarks/pkg/ biology/pkg/ cad/pkg/ chinese/pkg/ comms/pkg/ converters/pkg/ databases/pkg/ deskutils/pkg/ devel/pkg/ dns/pkg/ editors/pkg/ emulators/pkg/ finance/pkg/ french/pkg/ ftp/pkg/ games/pkg/ german/pkg/ graphics/pkg/ hebrew/pkg/ hungarian/pkg/ irc/pkg/ japanese/pkg/ java/pkg/ korean/pkg/ lang/pkg/ mail/pkg/ math/pkg/ mbone/pkg/ misc/pkg/ multimedia/pkg/ net/pkg/ news/pkg/ palm/pkg/ picobsd/pkg/ polish/pkg/ portuguese/pkg/ print/pkg/ russian/pkg/ science/pkg/ security/pkg/ shells/pkg/ sysutils/pkg/ textproc/pkg/ ukrainian/pkg/ vietnamese/pkg/ www/pkg/ x11-clocks/pkg/ x11-fm/pkg/ x11-fonts/pkg/ x11-servers/pkg/ x11-toolkits/pkg/ x11-wm/pkg/ x11/pkg/ --- bsd.port.subdir.mk.diff begins here --- --- Mk/bsd.port.subdir.mk.bak Fri Nov 7 13:47:25 2003 +++ Mk/bsd.port.subdir.mk Mon Nov 24 14:58:16 2003 @@ -240,7 +240,7 @@ @> $@.tmp3 .endif .if defined(COMMENT) - @echo "${COMMENT:Q}" | ${HTMLIFY} > $@.tmp4 + @echo "${COMMENT}" | ${HTMLIFY} > $@.tmp4 .else .if exists(${COMMENTFILE}) @${HTMLIFY} ${COMMENTFILE} > $@.tmp4 --- bsd.port.subdir.mk.diff ends here --- --- Makefiles.diff begins here --- --- arabic/Makefile.bak Sun Nov 16 14:09:16 2003 +++ arabic/Makefile Mon Nov 24 14:44:22 2003 @@ -1,5 +1,8 @@ # $FreeBSD: ports/arabic/Makefile,v 1.4 2003/11/16 02:36:26 will Exp $ # + + COMMENT = Arabic language support + SUBDIR += ae_fonts_mono SUBDIR += ae_fonts_ttf SUBDIR += kacst_fonts --- archivers/Makefile.bak Wed Jun 11 18:32:57 2003 +++ archivers/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/archivers/Makefile,v 1.87 2003/06/11 10:57:34 osa Exp $ # + COMMENT = Archivers + SUBDIR += 9e SUBDIR += arc SUBDIR += arj --- astro/Makefile.bak Wed Nov 19 05:59:07 2003 +++ astro/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/astro/Makefile,v 1.73 2003/11/19 05:59:07 marcus Exp $ # + COMMENT = Astronomical ports + SUBDIR += SETIsupport SUBDIR += accrete SUBDIR += celestia --- audio/Makefile.bak Sun Nov 23 14:48:08 2003 +++ audio/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/audio/Makefile,v 1.468 2003/11/22 22:32:00 pav Exp $ # + COMMENT = Audio tools + SUBDIR += HVSC-Update SUBDIR += Maaate SUBDIR += abcde --- benchmarks/Makefile.bak Tue Oct 21 22:32:57 2003 +++ benchmarks/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/benchmarks/Makefile,v 1.26 2003/10/20 16:46:17 ijliao Exp $ # + COMMENT = Benchmarking tools + SUBDIR += autobench SUBDIR += bonnie SUBDIR += bonnie++ --- biology/Makefile.bak Wed Sep 3 11:15:47 2003 +++ biology/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/biology/Makefile,v 1.62 2003/09/03 02:23:23 edwin Exp $ # + COMMENT = Biology + SUBDIR += L-Breeder SUBDIR += act SUBDIR += artemis --- cad/Makefile.bak Wed Nov 12 07:43:12 2003 +++ cad/Makefile Mon Nov 24 14:47:12 2003 @@ -1,5 +1,8 @@ # $FreeBSD: ports/cad/Makefile,v 1.58 2003/11/12 02:01:26 ijliao Exp $ # + + COMMENT = CAD tools + SUBDIR += ziarc SUBDIR += admesh --- chinese/Makefile.bak Wed Nov 19 16:07:44 2003 +++ chinese/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/chinese/Makefile,v 1.169 2003/11/19 07:22:25 trevor Exp $ # + COMMENT = Chinese support + SUBDIR += CJK SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server --- comms/Makefile.bak Sat Nov 8 14:26:13 2003 +++ comms/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/comms/Makefile,v 1.90 2003/11/08 06:01:35 kris Exp $ # + COMMENT = Communication utilities + SUBDIR += acfax SUBDIR += asmodem SUBDIR += bforce --- converters/Makefile.bak Fri Oct 24 11:08:15 2003 +++ converters/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/converters/Makefile,v 1.90 2003/10/24 01:18:36 trevor Exp $ # + COMMENT = Character code converters + SUBDIR += aish SUBDIR += base64 SUBDIR += btoa --- databases/Makefile.bak Tue Nov 18 13:00:22 2003 +++ databases/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/databases/Makefile,v 1.286 2003/11/18 05:39:00 dinoex Exp $ # + COMMENT = Databases + SUBDIR += WWWdb SUBDIR += adodb SUBDIR += arcexplorer --- deskutils/Makefile.bak Fri Nov 21 14:04:24 2003 +++ deskutils/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/deskutils/Makefile,v 1.110 2003/11/20 16:07:52 marcus Exp $ # + COMMENT = Things that used to be on the desktop before computers were invented + SUBDIR += abacus SUBDIR += aspostit SUBDIR += autocutsel --- devel/Makefile.bak Sun Nov 23 14:48:12 2003 +++ devel/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/devel/Makefile,v 1.1362 2003/11/22 22:56:48 pav Exp $ # + COMMENT = Development utilities + SUBDIR += ElectricFence SUBDIR += ORBacus SUBDIR += ORBit --- dns/Makefile.bak Mon Nov 17 19:53:32 2003 +++ dns/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/dns/Makefile,v 1.12 2003/11/16 22:17:48 sf Exp $ # + COMMENT = Domain Name Service tools + SUBDIR += adns SUBDIR += ares SUBDIR += bind8 --- editors/Makefile.bak Sun Nov 16 14:09:36 2003 +++ editors/Makefile Mon Nov 24 14:47:46 2003 @@ -1,5 +1,8 @@ # $FreeBSD: ports/editors/Makefile,v 1.265 2003/11/15 18:08:58 marcus Exp $ # + + COMMENT = Editors + SUBDIR += zoinks SUBDIR += AbiWord2 --- emulators/Makefile.bak Sun Nov 16 14:09:39 2003 +++ emulators/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/emulators/Makefile,v 1.120 2003/11/15 21:51:46 sergei Exp $ # + COMMENT = Emulators for other operating systems + SUBDIR += adamem SUBDIR += aftp SUBDIR += atari800 --- finance/Makefile.bak Sat Oct 18 09:44:05 2003 +++ finance/Makefile Mon Nov 24 14:47:58 2003 @@ -1,5 +1,8 @@ # $FreeBSD: ports/finance/Makefile,v 1.14 2003/10/18 07:49:32 adamw Exp $ # + + COMMENT = Monetary, financial and related applications + SUBDIR += aqmoney SUBDIR += gnucash SUBDIR += gnucash-docs --- french/Makefile.bak Sun Nov 9 11:35:11 2003 +++ french/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/french/Makefile,v 1.34 2003/11/08 23:51:50 maho Exp $ # + COMMENT = French support + SUBDIR += abispell-fr-FR SUBDIR += aspell SUBDIR += aster --- ftp/Makefile.bak Tue Nov 11 10:45:49 2003 +++ ftp/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/ftp/Makefile,v 1.67 2003/11/10 01:02:43 ijliao Exp $ # + COMMENT = FTP client and server utilities + SUBDIR += IglooFTP SUBDIR += axel SUBDIR += axelq --- games/Makefile.bak Sun Nov 23 14:48:19 2003 +++ games/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/games/Makefile,v 1.612 2003/11/22 23:00:49 pav Exp $ # + COMMENT = Games + SUBDIR += 0verkill SUBDIR += 3dc SUBDIR += 3dpong --- german/Makefile.bak Wed Nov 19 16:08:19 2003 +++ german/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/german/Makefile,v 1.37 2003/11/19 10:51:49 trevor Exp $ # + COMMENT = German support + SUBDIR += BBBike SUBDIR += aspell SUBDIR += citrix_ica --- graphics/Makefile.bak Sat Nov 22 11:37:13 2003 +++ graphics/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/graphics/Makefile,v 1.634 2003/11/22 00:49:39 linimon Exp $ # + COMMENT = Graphics tools and libraries + SUBDIR += 4va SUBDIR += Cgraph SUBDIR += Coin --- hebrew/Makefile.bak Wed May 21 17:04:48 2003 +++ hebrew/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/hebrew/Makefile,v 1.10 2003/05/19 17:22:55 lioux Exp $ # + COMMENT = Hebrew support + SUBDIR += culmus SUBDIR += elmar-fonts SUBDIR += he2 --- hungarian/Makefile.bak Wed May 21 17:04:48 2003 +++ hungarian/Makefile Mon Nov 24 14:48:11 2003 @@ -1,5 +1,8 @@ # $FreeBSD: ports/hungarian/Makefile,v 1.8 2003/05/19 17:24:02 lioux Exp $ # + + COMMENT = Hungarian language support + SUBDIR += koffice-i18n SUBDIR += jdictionary-eng-hun-expr SUBDIR += jdictionary-eng-hun --- irc/Makefile.bak Wed Nov 12 07:43:48 2003 +++ irc/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/irc/Makefile,v 1.77 2003/11/12 02:32:06 linimon Exp $ # + COMMENT = Internet Relay Chat utilities + SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += blackened --- japanese/Makefile.bak Fri Nov 21 14:05:10 2003 +++ japanese/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/japanese/Makefile,v 1.514 2003/11/21 02:56:07 eik Exp $ # + COMMENT = Japanese support + SUBDIR += ASCIIdates98-fpw SUBDIR += CGdic-fpw SUBDIR += Canna --- java/Makefile.bak Wed Nov 12 07:43:54 2003 +++ java/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/java/Makefile,v 1.96 2003/11/12 00:53:03 ijliao Exp $ # + COMMENT = Java language support + SUBDIR += bluej SUBDIR += bouncycastle SUBDIR += bsh --- korean/Makefile.bak Sun Nov 9 11:35:19 2003 +++ korean/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/korean/Makefile,v 1.101 2003/11/08 23:42:46 maho Exp $ # + COMMENT = Korean support + SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += a2ps --- lang/Makefile.bak Sat Nov 22 11:37:23 2003 +++ lang/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/lang/Makefile,v 1.368 2003/11/22 10:35:12 eik Exp $ # + COMMENT = Programming languages + SUBDIR += Gofer SUBDIR += STk SUBDIR += Sather --- mail/Makefile.bak Fri Nov 21 14:05:20 2003 +++ mail/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/mail/Makefile,v 1.457 2003/11/20 16:12:04 marcus Exp $ # + COMMENT = Electronic mail utilities + SUBDIR += abook SUBDIR += adcomplain SUBDIR += aileron --- math/Makefile.bak Sat Nov 8 14:26:41 2003 +++ math/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/math/Makefile,v 1.237 2003/11/08 09:26:02 glewis Exp $ # + COMMENT = Mathematics + SUBDIR += GiNaC SUBDIR += R-a4 SUBDIR += R-letter --- mbone/Makefile.bak Fri Nov 14 17:28:33 2003 +++ mbone/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/mbone/Makefile,v 1.19 2003/11/14 16:33:33 bms Exp $ # + COMMENT = MBone applications + SUBDIR += imm SUBDIR += mcl SUBDIR += nte --- misc/Makefile.bak Sun Nov 16 14:10:04 2003 +++ misc/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/misc/Makefile,v 1.631 2003/11/16 02:36:27 will Exp $ # + COMMENT = Miscellaneous utilities + SUBDIR += 44bsd-more SUBDIR += Howto SUBDIR += achievo --- multimedia/Makefile.bak Fri Nov 14 09:19:48 2003 +++ multimedia/Makefile Mon Nov 24 14:48:25 2003 @@ -1,5 +1,8 @@ # $FreeBSD: ports/multimedia/Makefile,v 1.48 2003/11/13 19:54:51 marcus Exp $ # + + COMMENT = Multimedia software + SUBDIR += WMxmms SUBDIR += acme SUBDIR += avidemux --- net/Makefile.bak Sat Nov 22 11:37:38 2003 +++ net/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/net/Makefile,v 1.1141 2003/11/22 10:35:12 eik Exp $ # + COMMENT = Networking tools + SUBDIR += 3proxy SUBDIR += 44bsd-rdist SUBDIR += 6tunnel --- news/Makefile.bak Mon Nov 3 09:14:21 2003 +++ news/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/news/Makefile,v 1.96 2003/11/02 23:26:04 marcus Exp $ # + COMMENT = Network news + SUBDIR += PicMonger SUBDIR += atp SUBDIR += aub --- palm/Makefile.bak Wed Aug 13 09:07:44 2003 +++ palm/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/palm/Makefile,v 1.46 2003/08/12 15:14:43 marcus Exp $ # + COMMENT = Software support for the 3Com Palm(tm) series + SUBDIR += bibelot SUBDIR += coldsync SUBDIR += gnomepilot-conduits2 --- picobsd/Makefile.bak Sun Apr 22 17:47:54 2001 +++ picobsd/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/picobsd/Makefile,v 1.1 2001/04/22 16:47:54 asami Exp $ # + COMMENT = PicoBSD-related ports + SUBDIR += ssh-picobsd .include --- polish/Makefile.bak Sun Nov 9 11:35:30 2003 +++ polish/Makefile Mon Nov 24 14:48:36 2003 @@ -1,5 +1,8 @@ # $FreeBSD: ports/polish/Makefile,v 1.9 2003/11/09 00:18:18 maho Exp $ # + + COMMENT = Polish language support + SUBDIR += trf SUBDIR += webalizer2 SUBDIR += aspell --- portuguese/Makefile.bak Sun Nov 9 11:35:30 2003 +++ portuguese/Makefile Mon Nov 24 14:48:49 2003 @@ -1,5 +1,8 @@ # $FreeBSD: ports/portuguese/Makefile,v 1.13 2003/11/09 00:16:15 maho Exp $ # + + COMMENT = Portuguese language support + SUBDIR += aspell SUBDIR += frontpage-pt_BR SUBDIR += ispell-pt_BR --- print/Makefile.bak Fri Nov 21 14:05:45 2003 +++ print/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/print/Makefile,v 1.259 2003/11/20 20:15:41 eik Exp $ # + COMMENT = Desktop publishing + SUBDIR += a2ps-a4 SUBDIR += a2ps-letter SUBDIR += a2ps-letterdj --- russian/Makefile.bak Thu Nov 20 14:37:50 2003 +++ russian/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/russian/Makefile,v 1.55 2003/11/20 03:23:09 trevor Exp $ # + COMMENT = Russian support + SUBDIR += X.language SUBDIR += apache13 SUBDIR += apache13-modssl --- science/Makefile.bak Sat Nov 8 14:26:48 2003 +++ science/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/science/Makefile,v 1.33 2003/11/08 09:08:52 glewis Exp $ # + COMMENT = Scientific ports + SUBDIR += 2dhf SUBDIR += at SUBDIR += bblimage --- security/Makefile.bak Fri Nov 21 14:05:49 2003 +++ security/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/security/Makefile,v 1.468 2003/11/20 23:17:31 linimon Exp $ # + COMMENT = Security tools + SUBDIR += ADMsmb SUBDIR += ADMsnmp SUBDIR += IMHear --- shells/Makefile.bak Mon Sep 29 20:22:01 2003 +++ shells/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/shells/Makefile,v 1.44 2003/09/29 12:44:14 edwin Exp $ # + COMMENT = Shells + SUBDIR += 44bsd-csh SUBDIR += bash-completion SUBDIR += bash1 --- sysutils/Makefile.bak Sat Nov 22 11:37:56 2003 +++ sysutils/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/sysutils/Makefile,v 1.458 2003/11/22 10:35:13 eik Exp $ # + COMMENT = System utilities + SUBDIR += 3dm SUBDIR += LPRng SUBDIR += LPRngTool --- textproc/Makefile.bak Wed Nov 19 16:09:10 2003 +++ textproc/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/textproc/Makefile,v 1.591 2003/11/19 14:11:10 trevor Exp $ # + COMMENT = Text processing utilities (does not include desktop publishing) + SUBDIR += 2bsd-diff SUBDIR += aft SUBDIR += agrep --- ukrainian/Makefile.bak Sat Oct 11 09:10:47 2003 +++ ukrainian/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/ukrainian/Makefile,v 1.12 2003/10/10 11:14:14 edwin Exp $ # + COMMENT = Ukrainian support + SUBDIR += aspell SUBDIR += gd SUBDIR += iceb --- vietnamese/Makefile.bak Fri May 9 10:58:02 2003 +++ vietnamese/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/vietnamese/Makefile,v 1.15 2003/05/08 20:18:56 obrien Exp $ # + COMMENT = Vietnamese support + .if !defined(NO_VIET_KDE) SUBDIR += kde3-i18n .endif --- www/Makefile.bak Fri Nov 21 14:06:05 2003 +++ www/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/www/Makefile,v 1.760 2003/11/21 01:48:46 ijliao Exp $ # + COMMENT = Ports related to the World Wide Web + SUBDIR += MT SUBDIR += MT-PM SUBDIR += Mosaic # requires Motif --- x11-clocks/Makefile.bak Fri Sep 26 21:46:34 2003 +++ x11-clocks/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/x11-clocks/Makefile,v 1.36 2003/09/26 11:07:42 netchild Exp $ # + COMMENT = X11 clocks + SUBDIR += abclock SUBDIR += asclock SUBDIR += asclock-gtk --- x11-fm/Makefile.bak Wed Oct 8 19:21:36 2003 +++ x11-fm/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/x11-fm/Makefile,v 1.43 2003/10/07 23:48:02 edwin Exp $ # + COMMENT = X11 file managers + SUBDIR += FSViewer SUBDIR += apotheke SUBDIR += asfiles --- x11-fonts/Makefile.bak Thu Nov 20 14:38:03 2003 +++ x11-fonts/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/x11-fonts/Makefile,v 1.47 2003/11/20 03:18:25 trevor Exp $ # + COMMENT = X11 fonts and font utilities + SUBDIR += XFree86-4-font100dpi SUBDIR += XFree86-4-font75dpi SUBDIR += XFree86-4-fontCyrillic --- x11-servers/Makefile.bak Wed Sep 17 09:48:23 2003 +++ x11-servers/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/x11-servers/Makefile,v 1.10 2003/09/17 02:43:33 anholt Exp $ # + COMMENT = X11 servers + SUBDIR += XFree86-4-FontServer SUBDIR += XFree86-4-NestServer SUBDIR += XFree86-4-PrintServer --- x11-toolkits/Makefile.bak Thu Nov 20 14:38:03 2003 +++ x11-toolkits/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/x11-toolkits/Makefile,v 1.279 2003/11/19 15:41:10 trevor Exp $ # + COMMENT = X11 toolkits + SUBDIR += 9libs SUBDIR += SoXt SUBDIR += Xaw3d --- x11-wm/Makefile.bak Fri Nov 21 14:06:15 2003 +++ x11-wm/Makefile Mon Nov 24 14:40:41 2003 @@ -1,6 +1,8 @@ # $FreeBSD: ports/x11-wm/Makefile,v 1.137 2003/11/20 22:13:56 linimon Exp $ # + COMMENT = X11 window managers + SUBDIR += 9menu SUBDIR += 9wm SUBDIR += aewm --- x11/Makefile.bak Thu Nov 20 14:38:02 2003 +++ x11/Makefile Mon Nov 24 14:49:03 2003 @@ -1,5 +1,8 @@ # $FreeBSD: ports/x11/Makefile,v 1.437 2003/11/19 16:08:33 trevor Exp $ # + + COMMENT = Ports to support the X window system + SUBDIR += zenity SUBDIR += 3ddesktop --- Makefiles.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 11:40:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 848A416A4CE for ; Mon, 24 Nov 2003 11:40:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB22E43FBD for ; Mon, 24 Nov 2003 11:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOJeGFY063995 for ; Mon, 24 Nov 2003 11:40:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOJeG5o063994; Mon, 24 Nov 2003 11:40:16 -0800 (PST) (envelope-from gnats) Date: Mon, 24 Nov 2003 11:40:16 -0800 (PST) Message-Id: <200311241940.hAOJeG5o063994@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Freddie Cash Subject: Re: ports/57162: The latest stable release of DansGuardian is 2.6.1-5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Freddie Cash List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 19:40:18 -0000 The following reply was made to PR ports/57162; it has been noted by GNATS. From: Freddie Cash To: freebsd-gnats-submit@FreeBSD.org Cc: petr.rehor@i.cz, ports@freebsd.org Subject: Re: ports/57162: The latest stable release of DansGuardian is 2.6.1-5 Date: Mon, 24 Nov 2003 11:33:39 -0800 There was an error in the previous patch. Didn't include one of the configuration files. Attached is a new patch that takes www/ dansguardian from 2.6.1-3 to 2.6.1-6. -- Freddie Cash District HelpDesk / Network Admin fcash@sd73.bc.ca helpdesk@sd73.bc.ca (250) 377-HELP [(250) 377-4357] From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 11:49:08 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B50C516A4CE; Mon, 24 Nov 2003 11:49:08 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A0A43FB1; Mon, 24 Nov 2003 11:49:07 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hAOJn6UF064929; Mon, 24 Nov 2003 14:49:06 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hAOJn4M0064926; Mon, 24 Nov 2003 14:49:06 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Mon, 24 Nov 2003 14:49:04 -0500 (EST) From: Trevor Johnson To: portmgr@freebsd.org Message-ID: <20031124144736.N49531@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@freebsd.org Subject: patch for ports/devel/cvsgraph X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 19:49:08 -0000 -- Trevor Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 11:51:08 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC6216A4CE; Mon, 24 Nov 2003 11:51:08 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC9E43F85; Mon, 24 Nov 2003 11:51:06 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAOJp5NW027627; Mon, 24 Nov 2003 14:51:05 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hAOJoIuY077227; Mon, 24 Nov 2003 14:50:18 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Trevor Johnson In-Reply-To: <20031124144736.N49531@blues.jpj.net> References: <20031124144736.N49531@blues.jpj.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-bMBGgAbrtaopDEJZFn7p" Organization: MarcusCom, Inc. Message-Id: <1069703466.758.130.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 24 Nov 2003 14:51:06 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd-ports-bugs@freebsd.org cc: portmgr@freebsd.org Subject: Re: patch for ports/devel/cvsgraph X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 19:51:08 -0000 --=-bMBGgAbrtaopDEJZFn7p Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-11-24 at 14:49, Trevor Johnson wrote: > Approved. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-bMBGgAbrtaopDEJZFn7p Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/wmEqb2iPiv4Uz4cRAmHAAKCCmoKFn/RfiHi/369Xke6OPFzr3gCfadON 8t5dBWf08M+wCaFy2cUUjGM= =zZrs -----END PGP SIGNATURE----- --=-bMBGgAbrtaopDEJZFn7p-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 12:00:27 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C680716A4D0 for ; Mon, 24 Nov 2003 12:00:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B15D43FBD for ; Mon, 24 Nov 2003 12:00:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOK0QFY064600 for ; Mon, 24 Nov 2003 12:00:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOK0Q9x064599; Mon, 24 Nov 2003 12:00:26 -0800 (PST) (envelope-from gnats) Date: Mon, 24 Nov 2003 12:00:26 -0800 (PST) Message-Id: <200311242000.hAOK0Q9x064599@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Freddie Cash Subject: Re: ports/57162: The latest stable release of DansGuardian is 2.6.1-5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Freddie Cash List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 20:00:27 -0000 The following reply was made to PR ports/57162; it has been noted by GNATS. From: Freddie Cash To: freebsd-gnats-submit@freebsd.org Cc: petr.rehor@i.cz Subject: Re: ports/57162: The latest stable release of DansGuardian is 2.6.1-5 Date: Mon, 24 Nov 2003 11:53:57 -0800 --Boundary-00=_VHmw/Ij7lc1HI5s Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On November 24, 2003 11:33 am, Freddie Cash wrote: > There was an error in the previous patch. Didn't include one of the > configuration files. Attached is a new patch that takes www/ > dansguardian from 2.6.1-3 to 2.6.1-6. D'oh! Forgot to attach the patch. Here it is, for real this time. :) -- Freddie Cash District HelpDesk / Network Admin fcash@sd73.bc.ca helpdesk@sd73.bc.ca (250) 377-HELP [(250) 377-4357] --Boundary-00=_VHmw/Ij7lc1HI5s Content-Type: text/x-diff; charset="iso-8859-1"; name="patch-dansguardian-2.6.1-6" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-dansguardian-2.6.1-6" diff -ruN dansguardian.orig/Makefile dansguardian/Makefile --- dansguardian.orig/Makefile Mon Nov 17 09:54:16 2003 +++ dansguardian/Makefile Mon Nov 24 11:01:24 2003 @@ -6,16 +6,18 @@ # PORTNAME= dansguardian -PORTVERSION= 2.6.1.3 +PORTVERSION= 2.6.1.6 CATEGORIES= www MASTER_SITES= # empty, see below DISTNAME= DansGuardian-${PORTVERSION:R}-${PORTVERSION:E}.source MAINTAINER= fcash@sd73.bc.ca -COMMENT= A fast, featureful web content filter for Squid proxy servers +COMMENT= A fast, feature-rich web content filter for Squid proxy servers RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24:install \ ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT}:install + +CONFLICTS= dansguardian-devel WRKSRC= ${WRKDIR}/DansGuardian-${PORTVERSION:R} GNU_CONFIGURE= yes diff -ruN dansguardian.orig/distinfo dansguardian/distinfo --- dansguardian.orig/distinfo Mon Nov 17 09:54:16 2003 +++ dansguardian/distinfo Mon Nov 24 11:01:24 2003 @@ -1 +1 @@ -MD5 (DansGuardian-2.6.1-3.source.tar.gz) = 21fa3b79fb66817c95003d320b62a4c1 +MD5 (DansGuardian-2.6.1-6.source.tar.gz) = 9f550a23fd692f3df0850b93dfefaf14 diff -ruN dansguardian.orig/files/patch-FatController.cpp dansguardian/files/patch-FatController.cpp --- dansguardian.orig/files/patch-FatController.cpp Mon Nov 17 09:54:16 2003 +++ dansguardian/files/patch-FatController.cpp Wed Dec 31 16:00:00 1969 @@ -1,11 +0,0 @@ ---- FatController.cpp.orig Mon Jul 7 14:59:33 2003 -+++ FatController.cpp Mon Jul 7 14:59:52 2003 -@@ -513,7 +513,7 @@ - if (conn) { - if (report) { - if (!isDaemonised) { -- std::cerr << "Error creating connecting to test proxy" << std::endl; -+ std::cerr << "Error creating connection to test proxy" << std::endl; - } - syslog(LOG_ERR, "%s","Error creating connection to test proxy"); - } diff -ruN dansguardian.orig/files/patch-autoconf::fbsd.in dansguardian/files/patch-autoconf::fbsd.in --- dansguardian.orig/files/patch-autoconf::fbsd.in Mon Nov 17 09:54:16 2003 +++ dansguardian/files/patch-autoconf::fbsd.in Mon Nov 24 11:14:40 2003 @@ -1,5 +1,5 @@ ---- autoconf/fbsd.in.orig Mon Jul 7 02:47:25 2003 -+++ autoconf/fbsd.in Mon Jul 7 14:51:43 2003 +--- autoconf/fbsd.in.orig Wed Nov 19 16:06:41 2003 ++++ autoconf/fbsd.in Mon Nov 24 11:14:17 2003 @@ -20,7 +20,7 @@ logrotate.dansguardian @@ -9,38 +9,17 @@ PASSVARS += -DCONFFILELOCATION=\"${CONFFILELOCATION}dansguardian.conf\" PASSVARS += -DPIDDIR=\"${PIDDIR}\" -@@ -37,56 +37,86 @@ - .cpp.o: - $(CPP) $(DEBUG) $(CFLAGS) -c $< - --all: $(OBJ) -+all: $(OBJ) +@@ -41,52 +41,83 @@ $(CPP) -o dansguardian $(DGCFLAGS) $(DEBUG) $(OBJ) $(LIBS) dansguardian.cpp install: - @test -d $I$(SYSVLOCATION) || install -d $I$(SYSVLOCATION) - @test -d $I$(CONFFILELOCATION) || install -d $I$(CONFFILELOCATION) - @test -d $I$(CONFFILELOCATION)phraselists || install -d $I$(CONFFILELOCATION)phraselists -+ @test -d $I$(CONFFILELOCATION)phraselists/chat || install -d $I$(CONFFILELOCATION)phraselists/chat -+ @test -d $I$(CONFFILELOCATION)phraselists/drugadvocacy || install -d $I$(CONFFILELOCATION)phraselists/drugadvocacy -+ @test -d $I$(CONFFILELOCATION)phraselists/dutchbadwords || install -d $I$(CONFFILELOCATION)phraselists/dutchbadwords -+ @test -d $I$(CONFFILELOCATION)phraselists/frenchbadwords || install -d $I$(CONFFILELOCATION)phraselists/frenchbadwords -+ @test -d $I$(CONFFILELOCATION)phraselists/gambling || install -d $I$(CONFFILELOCATION)phraselists/gambling -+ @test -d $I$(CONFFILELOCATION)phraselists/goodphrases || install -d $I$(CONFFILELOCATION)phraselists/goodphrases -+ @test -d $I$(CONFFILELOCATION)phraselists/gore || install -d $I$(CONFFILELOCATION)phraselists/gore -+ @test -d $I$(CONFFILELOCATION)phraselists/illegaldrugs || install -d $I$(CONFFILELOCATION)phraselists/illegaldrugs -+ @test -d $I$(CONFFILELOCATION)phraselists/intolerance || install -d $I$(CONFFILELOCATION)phraselists/intolerance -+ @test -d $I$(CONFFILELOCATION)phraselists/italianbadwords || install -d $I$(CONFFILELOCATION)phraselists/italianbadwords -+ @test -d $I$(CONFFILELOCATION)phraselists/legaldrugs || install -d $I$(CONFFILELOCATION)phraselists/legaldrugs -+ @test -d $I$(CONFFILELOCATION)phraselists/personals || install -d $I$(CONFFILELOCATION)phraselists/personals -+ @test -d $I$(CONFFILELOCATION)phraselists/pornography || install -d $I$(CONFFILELOCATION)phraselists/pornography -+ @test -d $I$(CONFFILELOCATION)phraselists/violence || install -d $I$(CONFFILELOCATION)phraselists/violence -+ @test -d $I$(CONFFILELOCATION)phraselists/warezhacking || install -d $I$(CONFFILELOCATION)phraselists/warezhacking -+ @test -d $I$(CONFFILELOCATION)phraselists/weapons || install -d $I$(CONFFILELOCATION)phraselists/weapons - @test -d $I$(CGIBINLOCATION) || install -d $I$(CGIBINLOCATION) - @test -d $I$(MANUALFILES)man8/ || install -d $I$(MANUALFILES)man8/ - @test -d $I$(LOGLOCATION) || install -d $I$(LOGLOCATION) -- @test -d $I$(BINARYLOCATION) || /usr/sbin/install -d $I$(BINARYLOCATION) +- @test -d $I$(SYSVLOCATION) || install -d $I$(SYSVLOCATION) +- @test -d $I$(CONFFILELOCATION) || install -d $I$(CONFFILELOCATION) +- @test -d $I$(CONFFILELOCATION)phraselists || install -d $I$(CONFFILELOCATION)phraselists +- @test -d $I$(CGIBINLOCATION) || install -d $I$(CGIBINLOCATION) +- @test -d $I$(MANUALFILES)man8/ || install -d $I$(MANUALFILES)man8/ +- @test -d $I$(LOGLOCATION) || install -d $I$(LOGLOCATION) +- @test -d $I$(BINARYLOCATION) || install -d $I$(BINARYLOCATION) - cp -f ./dansguardian $I$(BINARYLOCATION)dansguardian - cp -f ./dansguardian.conf $I$(CONFFILELOCATION)dansguardian.conf - cp -f ./bannedphraselist $I$(CONFFILELOCATION)bannedphraselist @@ -71,7 +50,29 @@ - chmod -R u+wr $I$(LOGLOCATION) - chmod u+wrx $I$(LOGLOCATION) - if [ -d $(LOGROTATELOCATION) ]; then cp -f ./logrotate.dansguardian $I$(LOGROTATELOCATION)dansguardian; fi -+ @test -d $I$(BINARYLOCATION) || install -d $I$(BINARYLOCATION) ++ install -d $I$(CONFFILELOCATION) ++ install -d $I$(CONFFILELOCATION)phraselists ++ install -d $I$(CONFFILELOCATION)phraselists/chat ++ install -d $I$(CONFFILELOCATION)phraselists/drugadvocacy ++ install -d $I$(CONFFILELOCATION)phraselists/dutchbadwords ++ install -d $I$(CONFFILELOCATION)phraselists/frenchbadwords ++ install -d $I$(CONFFILELOCATION)phraselists/gambling ++ install -d $I$(CONFFILELOCATION)phraselists/germanpornography ++ install -d $I$(CONFFILELOCATION)phraselists/goodphrases ++ install -d $I$(CONFFILELOCATION)phraselists/gore ++ install -d $I$(CONFFILELOCATION)phraselists/illegaldrugs ++ install -d $I$(CONFFILELOCATION)phraselists/intolerance ++ install -d $I$(CONFFILELOCATION)phraselists/italianbadwords ++ install -d $I$(CONFFILELOCATION)phraselists/legaldrugs ++ install -d $I$(CONFFILELOCATION)phraselists/personals ++ install -d $I$(CONFFILELOCATION)phraselists/pornography ++ install -d $I$(CONFFILELOCATION)phraselists/violence ++ install -d $I$(CONFFILELOCATION)phraselists/warezhacking ++ install -d $I$(CONFFILELOCATION)phraselists/weapons ++ install -d $I$(CGIBINLOCATION) ++ install -d $I$(MANUALFILES)man8/ ++ install -d $I$(LOGLOCATION) ++ install -d $I$(BINARYLOCATION) + install -o root -g wheel -m 755 ./dansguardian $I$(BINARYLOCATION)dansguardian + install -o root -g wheel -m 644 ./dansguardian.conf $I$(CONFFILELOCATION)dansguardian.conf + install -o root -g wheel -m 644 ./bannedphraselist $I$(CONFFILELOCATION)bannedphraselist @@ -83,6 +84,7 @@ + install -o root -g wheel -m 644 ./phraselists/frenchbadwords/weighted $I$(CONFFILELOCATION)phraselists/frenchbadwords/weighted + install -o root -g wheel -m 644 ./phraselists/gambling/banned $I$(CONFFILELOCATION)phraselists/gambling/banned + install -o root -g wheel -m 644 ./phraselists/gambling/weighted $I$(CONFFILELOCATION)phraselists/gambling/weighted ++ install -o root -g wheel -m 644 ./phraselists/germanpornography/weighted $I$(CONFFILELOCATION)phraselists/germanpornography/weighted + install -o root -g wheel -m 644 ./phraselists/goodphrases/exception $I$(CONFFILELOCATION)phraselists/goodphrases/exception + install -o root -g wheel -m 644 ./phraselists/goodphrases/weighted $I$(CONFFILELOCATION)phraselists/goodphrases/weighted + install -o root -g wheel -m 644 ./phraselists/gore/weighted $I$(CONFFILELOCATION)phraselists/gore/weighted @@ -127,7 +129,7 @@ rm -fr $(CONFFILELOCATION) - rm -fr $(LOGLOCATION) - if [ -f $(LOGROTATELOCATION)dansguardian ]; then rm -f $(LOGROTATELOCATION)dansguardian; fi -+ rm -f $(LOGLOCATION)/dansguardian.log ++ rm -fr $(LOGLOCATION)dansguardian.log clean: rm -f $(OBJ) $(PROG) diff -ruN dansguardian.orig/pkg-plist dansguardian/pkg-plist --- dansguardian.orig/pkg-plist Mon Nov 17 09:54:16 2003 +++ dansguardian/pkg-plist Mon Nov 24 11:29:55 2003 @@ -5,6 +5,7 @@ @exec mkdir -p etc/dansguardian/phraselists/dutchbadwords @exec mkdir -p etc/dansguardian/phraselists/frenchbadwords @exec mkdir -p etc/dansguardian/phraselists/gambling +@exec mkdir -p etc/dansguardian/phraselists/germanpornography @exec mkdir -p etc/dansguardian/phraselists/goodphrases @exec mkdir -p etc/dansguardian/phraselists/gore @exec mkdir -p etc/dansguardian/phraselists/illegaldrugs @@ -28,9 +29,9 @@ etc/dansguardian/dansguardian.conf etc/dansguardian/exceptioniplist etc/dansguardian/exceptionphraselist +etc/dansguardian/exceptionsitelist etc/dansguardian/exceptionurllist etc/dansguardian/exceptionuserlist -etc/dansguardian/exceptionsitelist etc/dansguardian/messages etc/dansguardian/phraselists/chat/weighted etc/dansguardian/phraselists/drugadvocacy/weighted @@ -38,6 +39,7 @@ etc/dansguardian/phraselists/frenchbadwords/weighted etc/dansguardian/phraselists/gambling/banned etc/dansguardian/phraselists/gambling/weighted +etc/dansguardian/phraselists/germanpornography/weighted etc/dansguardian/phraselists/goodphrases/exception etc/dansguardian/phraselists/goodphrases/weighted etc/dansguardian/phraselists/gore/weighted @@ -64,6 +66,7 @@ @dirrm etc/dansguardian/phraselists/dutchbadwords @dirrm etc/dansguardian/phraselists/frenchbadwords @dirrm etc/dansguardian/phraselists/gambling +@dirrm etc/dansguardian/phraselists/germanpornography @dirrm etc/dansguardian/phraselists/goodphrases @dirrm etc/dansguardian/phraselists/gore @dirrm etc/dansguardian/phraselists/illegaldrugs @@ -78,4 +81,3 @@ @dirrm etc/dansguardian/phraselists @dirrm etc/dansguardian @unexec echo If permanently deleting this package, /var/log/dansguardian.log must be removed manually - --Boundary-00=_VHmw/Ij7lc1HI5s-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 12:13:56 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3826816A4CF; Mon, 24 Nov 2003 12:13:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E5C843F85; Mon, 24 Nov 2003 12:13:55 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOKDtFY068295; Mon, 24 Nov 2003 12:13:55 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOKDspL068291; Mon, 24 Nov 2003 12:13:54 -0800 (PST) (envelope-from pav) Date: Mon, 24 Nov 2003 12:13:54 -0800 (PST) From: Pav Lucistnik Message-Id: <200311242013.hAOKDspL068291@freefall.freebsd.org> To: piotr.smyrak@heron.pl, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/57765: [new port] polish/gnugadu2 - GTK2 based new version of polish/gnugadu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 20:13:56 -0000 Synopsis: [new port] polish/gnugadu2 - GTK2 based new version of polish/gnugadu State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Mon Nov 24 12:13:43 PST 2003 State-Changed-Why: Closed on submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=57765 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 12:16:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92B4F16A4CE; Mon, 24 Nov 2003 12:16:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED8E243FEA; Mon, 24 Nov 2003 12:16:15 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOKGFFY068462; Mon, 24 Nov 2003 12:16:15 -0800 (PST) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOKGF5m068458; Mon, 24 Nov 2003 12:16:15 -0800 (PST) (envelope-from ceri) Date: Mon, 24 Nov 2003 12:16:15 -0800 (PST) From: Ceri Davies Message-Id: <200311242016.hAOKGF5m068458@freefall.freebsd.org> To: ceri@FreeBSD.org, freebsd-ports-pr@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/54449: Re: portupgrading to gnome2-2.2.2_1 fails with "gnomeaudio was X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 20:16:16 -0000 Synopsis: Re: portupgrading to gnome2-2.2.2_1 fails with "gnomeaudio was Responsible-Changed-From-To: freebsd-ports-pr->freebsd-ports-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Mon Nov 24 12:15:32 PST 2003 Responsible-Changed-Why: Correct Responsible. http://www.freebsd.org/cgi/query-pr.cgi?pr=54449 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 12:29:59 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6161616A4CE; Mon, 24 Nov 2003 12:29:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0741F43FCB; Mon, 24 Nov 2003 12:29:58 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOKTvFY069032; Mon, 24 Nov 2003 12:29:57 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOKTvC1069028; Mon, 24 Nov 2003 12:29:57 -0800 (PST) (envelope-from sergei) Date: Mon, 24 Nov 2003 12:29:57 -0800 (PST) From: Sergei Kolobov Message-Id: <200311242029.hAOKTvC1069028@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/59651: Remove last remaining COMMENT files from ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 20:29:59 -0000 Synopsis: Remove last remaining COMMENT files from ports Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: sergei Responsible-Changed-When: Mon Nov 24 12:29:13 PST 2003 Responsible-Changed-Why: Over to portmgr. http://www.freebsd.org/cgi/query-pr.cgi?pr=59651 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 12:31:40 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A5C816A4CE; Mon, 24 Nov 2003 12:31:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABE1543FE3; Mon, 24 Nov 2003 12:31:39 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from freefall.freebsd.org (osa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOKVdFY070076; Mon, 24 Nov 2003 12:31:39 -0800 (PST) (envelope-from osa@freefall.freebsd.org) Received: (from osa@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOKVdFZ070072; Mon, 24 Nov 2003 12:31:39 -0800 (PST) (envelope-from osa) Date: Mon, 24 Nov 2003 12:31:39 -0800 (PST) From: "Sergey A. Osokin" Message-Id: <200311242031.hAOKVdFZ070072@freefall.freebsd.org> To: osa@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: ports/53874: /usr/ports/emulators/linux_base isn't working properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 20:31:40 -0000 Synopsis: /usr/ports/emulators/linux_base isn't working properly Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-bugs Responsible-Changed-By: osa Responsible-Changed-When: Mon Nov 24 12:25:29 PST 2003 Responsible-Changed-Why: AFAIK it is not a ports-specific problem. On my -CURRENT box I can reproduce it as following: $ kldload linux then install linux_base (if its don't already installed) $ cd ~ $ /compat/linux/bin/ls -l ..... # kldload /boot/kernel/svr4.ko $ /compat/linux/bin/ls -l ELF interpreter /compat/svr4/lib/ld-linux.so.2 not found zsh: abort /compat/linux/bin/ls -al # kldunload svr4.ko $ $ /compat/linux/bin/ls -l ..... http://www.freebsd.org/cgi/query-pr.cgi?pr=53874 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 12:34:06 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E7A16A4CE; Mon, 24 Nov 2003 12:34:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADDE243F3F; Mon, 24 Nov 2003 12:34:05 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOKY5FY070148; Mon, 24 Nov 2003 12:34:05 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOKY5il070144; Mon, 24 Nov 2003 12:34:05 -0800 (PST) (envelope-from pav) Date: Mon, 24 Nov 2003 12:34:05 -0800 (PST) From: Pav Lucistnik Message-Id: <200311242034.hAOKY5il070144@freefall.freebsd.org> To: kay_lehmann@web.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/52132: New port: audio/prokyon3 Really nice mp3-Manager which uses a mysql-database X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 20:34:06 -0000 Synopsis: New port: audio/prokyon3 Really nice mp3-Manager which uses a mysql-database State-Changed-From-To: open->analyzed State-Changed-By: pav State-Changed-When: Mon Nov 24 12:33:28 PST 2003 State-Changed-Why: I'll commit this after freeze. Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Mon Nov 24 12:33:28 PST 2003 Responsible-Changed-Why: I'll commit this after freeze. http://www.freebsd.org/cgi/query-pr.cgi?pr=52132 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 12:40:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD3416A4CE for ; Mon, 24 Nov 2003 12:40:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B13343FE1 for ; Mon, 24 Nov 2003 12:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOKeFFY070335 for ; Mon, 24 Nov 2003 12:40:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOKeFil070334; Mon, 24 Nov 2003 12:40:15 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 12:40:15 -0800 (PST) Resent-Message-Id: <200311242040.hAOKeFil070334@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Denis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8881616A4CE for ; Mon, 24 Nov 2003 12:36:24 -0800 (PST) Received: from josiane.orbus.fr (static2.orbus.fr [212.129.63.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B8143FEC for ; Mon, 24 Nov 2003 12:36:22 -0800 (PST) (envelope-from j@josiane.orbus.fr) Received: from josiane.orbus.fr (localhost [127.0.0.1]) by josiane.orbus.fr (8.12.9p2/8.12.9) with ESMTP id hAOKaHMs016518 for ; Mon, 24 Nov 2003 21:36:18 +0100 (CET) (envelope-from j@josiane.orbus.fr) Received: (from j@localhost) by josiane.orbus.fr (8.12.9p2/8.12.9/Submit) id hAOKaHKT016517; Mon, 24 Nov 2003 21:36:17 +0100 (CET) (envelope-from j) Message-Id: <200311242036.hAOKaHKT016517@josiane.orbus.fr> Date: Mon, 24 Nov 2003 21:36:17 +0100 (CET) From: Frank Denis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59653: port update : ftp/pure-ftpd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Frank Denis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 20:40:18 -0000 >Number: 59653 >Category: ports >Synopsis: port update : ftp/pure-ftpd >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: Mon Nov 24 12:40:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: Frank Denis >Release: FreeBSD 4.9-STABLE i386 >Organization: - >Environment: System: FreeBSD josiane.orbus.fr 4.9-STABLE FreeBSD 4.9-STABLE #0: Sat Nov 1 14:23:52 CET 2003 j@josiane.orbus.fr:/usr/obj/usr/src/sys/J i386 >Description: Here's an update to the latest stable version, 1.0.17a. This version introduces atomic uploads for better reliability. >How-To-Repeat: - >Fix: diff -ur ports/ftp/pure-ftpd.old/Makefile ports/ftp/pure-ftpd/Makefile --- ports/ftp/pure-ftpd.old/Makefile Mon Nov 24 21:30:53 2003 +++ ports/ftp/pure-ftpd/Makefile Mon Nov 24 21:31:00 2003 @@ -6,7 +6,7 @@ # PORTNAME= pure-ftpd -PORTVERSION= 1.0.16c +PORTVERSION= 1.0.17a PORTREVISION= 0 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ diff -ur ports/ftp/pure-ftpd.old/distinfo ports/ftp/pure-ftpd/distinfo --- ports/ftp/pure-ftpd.old/distinfo Mon Nov 24 21:30:53 2003 +++ ports/ftp/pure-ftpd/distinfo Mon Nov 24 21:31:21 2003 @@ -1 +1 @@ -MD5 (pure-ftpd-1.0.16c.tar.gz) = d5e412de56d177498f54f36e54fccb9e +MD5 (pure-ftpd-1.0.17a.tar.gz) = 7565b679e377e1ab0905f141ff970ae5 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 13:10:31 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539F216A4CE for ; Mon, 24 Nov 2003 13:10:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 067EC43FDD for ; Mon, 24 Nov 2003 13:10:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOLAMFY074427 for ; Mon, 24 Nov 2003 13:10:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOLAMBc074426; Mon, 24 Nov 2003 13:10:22 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 13:10:22 -0800 (PST) Resent-Message-Id: <200311242110.hAOLAMBc074426@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vadim Kurland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 912CA16A4CF for ; Mon, 24 Nov 2003 13:01:33 -0800 (PST) Received: from noir.crocodile.org (noir.crocodile.org [216.218.215.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D9A43FEC for ; Mon, 24 Nov 2003 13:01:29 -0800 (PST) (envelope-from vadim@vk.crocodile.org) Received: from citadel01.netcitadel.com ([69.56.183.146]) by noir.crocodile.org (8.11.6/8.11.6) with ESMTP id hAOL1T021386 for ; Mon, 24 Nov 2003 13:01:29 -0800 Received: from mail.vk.crocodile.org (c-24-7-27-211.client.comcast.net [24.7.27.211])hAOKdi16006033 for ; Mon, 24 Nov 2003 14:39:45 -0600 Received: from freebsd51c.vk.crocodile.org ([10.3.14.52]) by mail.vk.crocodile.org (8.12.8/8.12.8) with ESMTP id hAOKcEMd006802; Mon, 24 Nov 2003 12:38:14 -0800 Received: from freebsd51c.vk.crocodile.org (localhost [127.0.0.1]) hAOKcELS004610; Mon, 24 Nov 2003 12:38:14 -0800 (PST) (envelope-from vadim@freebsd51c.vk.crocodile.org) Received: (from vadim@localhost)hAOKcEbb004609; Mon, 24 Nov 2003 12:38:14 -0800 (PST) Message-Id: <200311242038.hAOKcEbb004609@freebsd51c.vk.crocodile.org> Date: Mon, 24 Nov 2003 12:38:14 -0800 (PST) From: Vadim Kurland To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: vadim@vk.crocodile.org Subject: ports/59655: [maintainer update] security/libfwbuilder to 1.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vadim Kurland List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 21:10:31 -0000 >Number: 59655 >Category: ports >Synopsis: [maintainer update] security/libfwbuilder to 1.0.2 >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: Mon Nov 24 13:10:22 PST 2003 >Closed-Date: >Last-Modified: >Originator: Vadim Kurland >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD freebsd51c.vk.crocodile.org 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #0: Sun Nov 16 02:14:54 PST 2003 root@freebsd51c.vk.crocodile.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update port security/libfwbuilder to v1.0.2 this is a new upstream release, it includes a critical fix for a problem with loading XML files if libxml2 v2.6.2 is installed on the system >How-To-Repeat: >Fix: --- libfwbuilder-port.diff begins here --- diff -urN libfwbuilder-old/Makefile libfwbuilder/Makefile --- libfwbuilder-old/Makefile Sun Nov 16 01:06:49 2003 +++ libfwbuilder/Makefile Sun Nov 23 10:52:01 2003 @@ -2,11 +2,11 @@ # Date Created: 27 May 2002 # Whom: Sergey Lyubka # -# $FreeBSD: ports/security/libfwbuilder/Makefile,v 1.11 2003/11/04 18:30:49 marcus Exp $ +# $FreeBSD: ports/security/libfwbuilder/Makefile,v 1.8 2003/06/01 15:26:07 foxfair Exp $ PORTNAME= libfwbuilder -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -30,7 +30,7 @@ INSTALLS_SHLIB= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" -post-patch: +post-extract: @${ECHO_CMD} "===! Running aclocal" @(cd ${WRKSRC}; aclocal) diff -urN libfwbuilder-old/README.html libfwbuilder/README.html --- libfwbuilder-old/README.html Wed Jun 4 18:38:16 2003 +++ libfwbuilder/README.html Mon Nov 24 12:11:36 2003 @@ -11,7 +11,7 @@

You are now in the directory for the port "security/libfwbuilder".

-

The package name of this port is "libfwbuilder-1.0.0_1".

+

The package name of this port is "libfwbuilder-1.0.2_1".

This is the one-line description for this port:


@@ -25,7 +25,7 @@ longer description and/or visit the
web site for futher informations.

If needed, you may contact the maintainer of this port or the port maintainer of this port or the port mailing-list.

This port requires package(s) "XFree86-libraries-4.3.0_5 autoconf-2.53_1 autoconf213-2.13.000227_5 bind9-9.2.2 expat-1.95.6_1 fontconfig-2.2.0 freetype2-2.1.4_1 gettext-0.11.5_1 glib-1.2.10_9 gmake-3.80 gtk-1.2.10_9 imake-4.3.0 libiconv-1.8_2 libtool-1.3.4_4 libxml2-2.5.7_1 libxslt-1.0.30 m4-1.4_1 net-snmp-5.0.8_1 openssl-0.9.7b_1 perl-5.6.1_13 pkgconfig-0.15.0 python-2.2.2_2" to build.

diff -urN libfwbuilder-old/distinfo libfwbuilder/distinfo --- libfwbuilder-old/distinfo Sun Nov 16 01:06:49 2003 +++ libfwbuilder/distinfo Sun Nov 23 10:52:01 2003 @@ -1 +1 @@ -MD5 (libfwbuilder-1.0.1.tar.gz) = e292937c9435c4717ccdd7f317a3cefe +MD5 (libfwbuilder-1.0.2.tar.gz) = bf814db35c53b17b5ef94e821993ba67 diff -urN libfwbuilder-old/pkg-plist libfwbuilder/pkg-plist --- libfwbuilder-old/pkg-plist Sun Nov 16 01:06:49 2003 +++ libfwbuilder/pkg-plist Sat Sep 20 20:46:25 2003 @@ -21,13 +21,14 @@ share/libfwbuilder/migration/0.10.1/FWObjectDatabase.xslt share/libfwbuilder/migration/0.10.0/FWObjectDatabase.xslt share/libfwbuilder/migration/1.0.0/FWObjectDatabase.xslt +share/libfwbuilder/migration/1.0.1/FWObjectDatabase.xslt share/libfwbuilder/fwbuilder.dtd -share/doc/libfwbuilder-1.0.1/README -share/doc/libfwbuilder-1.0.1/INSTALL -share/doc/libfwbuilder-1.0.1/Credits -share/doc/libfwbuilder-1.0.1/ChangeLog -share/doc/libfwbuilder-1.0.1/COPYING -share/doc/libfwbuilder-1.0.1/AUTHORS +share/doc/libfwbuilder-1.0.2/README +share/doc/libfwbuilder-1.0.2/INSTALL +share/doc/libfwbuilder-1.0.2/Credits +share/doc/libfwbuilder-1.0.2/ChangeLog +share/doc/libfwbuilder-1.0.2/COPYING +share/doc/libfwbuilder-1.0.2/AUTHORS lib/libfwcompiler.so.5 lib/libfwcompiler.so lib/libfwbuilder.so.5 @@ -111,8 +112,9 @@ @dirrm share/libfwbuilder/migration/0.10.1 @dirrm share/libfwbuilder/migration/0.10.0 @dirrm share/libfwbuilder/migration/1.0.0 +@dirrm share/libfwbuilder/migration/1.0.1 @dirrm share/libfwbuilder/migration @dirrm share/libfwbuilder -@dirrm share/doc/libfwbuilder-1.0.1 +@dirrm share/doc/libfwbuilder-1.0.2 @dirrm include/fwcompiler @dirrm include/fwbuilder --- libfwbuilder-port.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 13:10:31 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADFCC16A4CE for ; Mon, 24 Nov 2003 13:10:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FD1B43FA3 for ; Mon, 24 Nov 2003 13:10:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOLAMFY074413 for ; Mon, 24 Nov 2003 13:10:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOLAM5Z074412; Mon, 24 Nov 2003 13:10:22 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 13:10:22 -0800 (PST) Resent-Message-Id: <200311242110.hAOLAM5Z074412@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vadim Kurland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BA516A4CE for ; Mon, 24 Nov 2003 13:01:33 -0800 (PST) Received: from noir.crocodile.org (noir.crocodile.org [216.218.215.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF9743FEA for ; Mon, 24 Nov 2003 13:01:29 -0800 (PST) (envelope-from vadim@vk.crocodile.org) Received: from citadel01.netcitadel.com ([69.56.183.146]) by noir.crocodile.org (8.11.6/8.11.6) with ESMTP id hAOL1R021383 for ; Mon, 24 Nov 2003 13:01:28 -0800 Received: from mail.vk.crocodile.org (c-24-7-27-211.client.comcast.net [24.7.27.211])hAOKi216006045 for ; Mon, 24 Nov 2003 14:44:02 -0600 Received: from freebsd51c.vk.crocodile.org ([10.3.14.52]) by mail.vk.crocodile.org (8.12.8/8.12.8) with ESMTP id hAOKgUMd006823; Mon, 24 Nov 2003 12:42:30 -0800 Received: from freebsd51c.vk.crocodile.org (localhost [127.0.0.1]) hAOKgULS004695; Mon, 24 Nov 2003 12:42:30 -0800 (PST) (envelope-from vadim@freebsd51c.vk.crocodile.org) Received: (from vadim@localhost)hAOKgUZj004694; Mon, 24 Nov 2003 12:42:30 -0800 (PST) Message-Id: <200311242042.hAOKgUZj004694@freebsd51c.vk.crocodile.org> Date: Mon, 24 Nov 2003 12:42:30 -0800 (PST) From: Vadim Kurland To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: vadim@vk.crocodile.org Subject: ports/59654: [maintainer update] security/fwbuilder to 1.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vadim Kurland List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 21:10:31 -0000 >Number: 59654 >Category: ports >Synopsis: [maintainer update] security/fwbuilder to 1.1.0 >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: Mon Nov 24 13:10:22 PST 2003 >Closed-Date: >Last-Modified: >Originator: Vadim Kurland >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD freebsd51c.vk.crocodile.org 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #0: Sun Nov 16 02:14:54 PST 2003 root@freebsd51c.vk.crocodile.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update port security/fwbuilder to v1.1 This is a stable version, only bugfixes will be added to it in the future This version includes critical fix for the problem with loading XML files if libxml2 v2.6.2 is installed on the system This version of fwbuilder requires libfwbuilder v1.0.2 Please also remove all patches in files/ >How-To-Repeat: >Fix: --- fwbuilder-port.diff begins here --- diff -urN fwbuilder-old/Makefile fwbuilder/Makefile --- fwbuilder-old/Makefile Sun Nov 16 01:06:44 2003 +++ fwbuilder/Makefile Sun Nov 23 10:52:03 2003 @@ -2,11 +2,11 @@ # Date Created: 3 Feb 2001 # Whom: Roman Shterenzon # -# $FreeBSD: ports/security/fwbuilder/Makefile,v 1.14 2003/09/06 02:44:42 foxfair Exp $ +# $FreeBSD: ports/security/fwbuilder/Makefile,v 1.13 2003/06/10 16:27:56 foxfair Exp $ # PORTNAME= fwbuilder -PORTVERSION= 1.0.11 +PORTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}/fwbuilder/ @@ -33,7 +33,7 @@ .include -post-patch: +post-extract: @${ECHO_CMD} "===! Running aclocal" @(cd ${WRKSRC}; aclocal; autoconf) diff -urN fwbuilder-old/README.html fwbuilder/README.html --- fwbuilder-old/README.html Wed Jun 4 18:37:29 2003 +++ fwbuilder/README.html Mon Nov 24 12:09:18 2003 @@ -11,7 +11,7 @@

You are now in the directory for the port "security/fwbuilder".

-

The package name of this port is "fwbuilder-1.0.10_1".

+

The package name of this port is "fwbuilder-1.1.0_1".

This is the one-line description for this port:


@@ -25,7 +25,7 @@ longer description and/or visit the web site for futher informations.

If needed, you may contact the maintainer of this port or the port maintainer of this port or the port mailing-list.

This port requires package(s) "XFree86-libraries-4.3.0_5 bind9-9.2.2 expat-1.95.6_1 fontconfig-2.2.0 freetype2-2.1.4_1 gettext-0.11.5_1 glib-1.2.10_9 gmake-3.80 gtk-1.2.10_9 gtkmm-1.2.8_1 imake-4.3.0 libfwbuilder-1.0.0_1 libiconv-1.8_2 libsigc++-1.0.4 libtool-1.3.4_4 libxml2-2.5.7_1 libxslt-1.0.30 net-snmp-5.0.8_1 openssl-0.9.7b_1 perl-5.6.1_13 pkgconfig-0.15.0 python-2.2.2_2" to build.

diff -urN fwbuilder-old/distinfo fwbuilder/distinfo --- fwbuilder-old/distinfo Sun Nov 16 01:06:44 2003 +++ fwbuilder/distinfo Sun Nov 23 10:52:03 2003 @@ -1 +1 @@ -MD5 (fwbuilder-1.0.11.tar.gz) = 03f013f0f02472c91845e3d6fd50720a +MD5 (fwbuilder-1.1.0.tar.gz) = 98191b8b22cf71167d90fcd654137429 diff -urN fwbuilder-old/files/CertDruidP30Dialog.cc-patch fwbuilder/files/CertDruidP30Dialog.cc-patch --- fwbuilder-old/files/CertDruidP30Dialog.cc-patch Tue Jun 10 18:38:32 2003 +++ fwbuilder/files/CertDruidP30Dialog.cc-patch Wed Dec 31 16:00:00 1969 @@ -1,13 +0,0 @@ ---- src/gui/CertDruidP30Dialog.cc.orig Wed Jun 11 07:28:35 2003 -+++ src/gui/CertDruidP30Dialog.cc Wed Jun 11 07:30:23 2003 -@@ -25,8 +25,9 @@ - */ - - -- -+#if 0 - #define _XOPEN_SOURCE /* glibc2 needs this for strptime --vk */ -+#endif - - #include "config.h" - #include "CertDruidP30Dialog.hh" diff -urN fwbuilder-old/files/patch-aa fwbuilder/files/patch-aa --- fwbuilder-old/files/patch-aa Tue Jun 10 09:27:56 2003 +++ fwbuilder/files/patch-aa Wed Dec 31 16:00:00 1969 @@ -1,14 +0,0 @@ ---- config.h.in.old Sat May 31 14:40:22 2003 -+++ config.h.in Sat May 31 14:40:40 2003 -@@ -33,6 +33,11 @@ - #undef HAVE_SETENV - #undef HAVE_PUTENV - -+#ifdef HAVE_GETOPT_H -+# define HAVE_DECL_GETOPT HAVE_GETOPT_H -+#endif -+ -+ - /* - * This is needed for Solaris - */ diff -urN fwbuilder-old/pkg-plist fwbuilder/pkg-plist --- fwbuilder-old/pkg-plist Sun Nov 16 01:06:44 2003 +++ fwbuilder/pkg-plist Sat Nov 22 14:14:11 2003 @@ -125,6 +125,8 @@ share/fwbuilder/modules/gui/lib_ipfw_dlg.so share/fwbuilder/modules/gui/lib_freebsd_dlg.so share/fwbuilder/modules/gui/lib_macosx_dlg.so +share/fwbuilder/migration/1.0.12/FWBuilderPreferences.xslt +share/fwbuilder/migration/1.0.11/FWBuilderPreferences.xslt share/fwbuilder/migration/1.0.10/FWBuilderPreferences.xslt share/fwbuilder/migration/1.0.9/FWBuilderPreferences.xslt share/fwbuilder/migration/1.0.8/FWBuilderPreferences.xslt @@ -151,64 +153,66 @@ share/fwbuilder/filters/print-nat.xs1 share/fwbuilder/filters/policy-text.xsl share/fwbuilder/filters/policy-html.xsl -share/doc/fwbuilder-1.0.11/examples/objects.xml -share/doc/fwbuilder-1.0.11/examples/README.examples -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.9.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.9 -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.8.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.8 -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.7.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.7 -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.6.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.6 -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.5.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.5 -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.4.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.4 -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.3.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.3 -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.2.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.2 -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.10.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.10 -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.11.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.11 -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.1.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.1 -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.0.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_1.0.0 -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.9.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.9 -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.8.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.8 -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.7.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.7 -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.6.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.6 -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.5.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.5 -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.4.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.4 -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.3.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.3 -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.2.html -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.2 -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.1 -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.9.0 -share/doc/fwbuilder-1.0.11/ReleaseNotes_0.8.7 -share/doc/fwbuilder-1.0.11/README.gui -share/doc/fwbuilder-1.0.11/README.floppyfw -share/doc/fwbuilder-1.0.11/README.compiler-framework -share/doc/fwbuilder-1.0.11/README.api -share/doc/fwbuilder-1.0.11/INSTALL -share/doc/fwbuilder-1.0.11/FAQ.html -share/doc/fwbuilder-1.0.11/FAQ -share/doc/fwbuilder-1.0.11/Credits -share/doc/fwbuilder-1.0.11/ChangeLog -share/doc/fwbuilder-1.0.11/COPYING -share/doc/fwbuilder-1.0.11/Build.html -share/doc/fwbuilder-1.0.11/Build -share/doc/fwbuilder-1.0.11/AUTHORS +share/doc/fwbuilder-1.1.0/examples/objects.xml +share/doc/fwbuilder-1.1.0/examples/README.examples +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.9.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.9 +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.8.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.8 +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.7.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.7 +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.6.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.6 +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.5.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.5 +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.4.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.4 +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.3.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.3 +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.2.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.2 +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.10.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.10 +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.11.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.11 +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.1.0.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.1.0 +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.1.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.1 +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.0.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_1.0.0 +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.9.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.9 +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.8.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.8 +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.7.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.7 +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.6.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.6 +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.5.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.5 +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.4.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.4 +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.3.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.3 +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.2.html +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.2 +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.1 +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.9.0 +share/doc/fwbuilder-1.1.0/ReleaseNotes_0.8.7 +share/doc/fwbuilder-1.1.0/README.gui +share/doc/fwbuilder-1.1.0/README.floppyfw +share/doc/fwbuilder-1.1.0/README.compiler-framework +share/doc/fwbuilder-1.1.0/README.api +share/doc/fwbuilder-1.1.0/INSTALL +share/doc/fwbuilder-1.1.0/FAQ.html +share/doc/fwbuilder-1.1.0/FAQ +share/doc/fwbuilder-1.1.0/Credits +share/doc/fwbuilder-1.1.0/ChangeLog +share/doc/fwbuilder-1.1.0/COPYING +share/doc/fwbuilder-1.1.0/Build.html +share/doc/fwbuilder-1.1.0/Build +share/doc/fwbuilder-1.1.0/AUTHORS bin/fwbuilder bin/fwblookup bin/fwbedit @@ -219,6 +223,9 @@ bin/fwb_install bin/fwb_compile_all @dirrm share/fwbuilder/modules/gui +@dirrm share/fwbuilder/migration/1.0.12 +@dirrm share/fwbuilder/migration/1.0.11 +@dirrm share/fwbuilder/migration/1.0.10 @dirrm share/fwbuilder/migration/1.0.9 @dirrm share/fwbuilder/migration/1.0.8 @dirrm share/fwbuilder/migration/1.0.7 @@ -241,5 +248,5 @@ @dirrm share/fwbuilder/migration/0.9.0 @dirrm share/fwbuilder/migration/0.8.7 @dirrm share/fwbuilder/filters -@dirrm share/doc/fwbuilder-1.0.11/examples -@dirrm share/doc/fwbuilder-1.0.11 +@dirrm share/doc/fwbuilder-1.1.0/examples +@dirrm share/doc/fwbuilder-1.1.0 --- fwbuilder-port.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 13:24:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A03C16A4F0; Mon, 24 Nov 2003 13:24:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A0A143F75; Mon, 24 Nov 2003 13:24:22 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOLOMFY074814; Mon, 24 Nov 2003 13:24:22 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOLOMwx074810; Mon, 24 Nov 2003 13:24:22 -0800 (PST) (envelope-from sergei) Date: Mon, 24 Nov 2003 13:24:22 -0800 (PST) From: Sergei Kolobov Message-Id: <200311242124.hAOLOMwx074810@freefall.freebsd.org> To: j@pureftpd.org, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59653: port update : ftp/pure-ftpd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 21:24:23 -0000 Synopsis: port update : ftp/pure-ftpd State-Changed-From-To: open->analyzed State-Changed-By: sergei State-Changed-When: Mon Nov 24 13:23:41 PST 2003 State-Changed-Why: I'll commit it after the port freeze is over. http://www.freebsd.org/cgi/query-pr.cgi?pr=59653 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 13:24:44 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EBFF16A4CE; Mon, 24 Nov 2003 13:24:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D14643FDD; Mon, 24 Nov 2003 13:24:44 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOLOhFY074859; Mon, 24 Nov 2003 13:24:43 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOLOhBK074855; Mon, 24 Nov 2003 13:24:43 -0800 (PST) (envelope-from sergei) Date: Mon, 24 Nov 2003 13:24:43 -0800 (PST) From: Sergei Kolobov Message-Id: <200311242124.hAOLOhBK074855@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59653: port update : ftp/pure-ftpd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 21:24:44 -0000 Synopsis: port update : ftp/pure-ftpd Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Mon Nov 24 13:24:25 PST 2003 Responsible-Changed-Why: I'll handle it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59653 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 14:10:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAF3116A4CE for ; Mon, 24 Nov 2003 14:10:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3037343F75 for ; Mon, 24 Nov 2003 14:10:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOMAOFY080292 for ; Mon, 24 Nov 2003 14:10:24 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOMAOll080291; Mon, 24 Nov 2003 14:10:24 -0800 (PST) (envelope-from gnats) Date: Mon, 24 Nov 2003 14:10:24 -0800 (PST) Message-Id: <200311242210.hAOMAOll080291@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Petr Baudis Subject: Re: Re: ports/56668 - Elinks crashes on frameset webpages X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Petr Baudis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 22:10:26 -0000 The following reply was made to PR ports/56668; it has been noted by GNATS. From: Petr Baudis To: Jason Harris Cc: FreeBSD Gnats Submit , Mario Freitas , Edwin Groothuis Subject: Re: Re: ports/56668 - Elinks crashes on frameset webpages Date: Mon, 24 Nov 2003 23:03:48 +0100 --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear diary, on Wed, Oct 08, 2003 at 05:31:47AM CEST, I got a letter, where Jason Harris told me, that... > On Wed, Oct 08, 2003 at 08:49:03AM +1000, Edwin Groothuis wrote: >=20 > > Please see ports/56668 regarding a patch for elinks: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/56668 > >=20 > > Do you approve this patch? >=20 > Yes. Thanks a lot. Slightly extended and applied to 0.4 (the last thing which was holding 0.4.3, actually ;). This is called fast, flexible and cooperative mainstream :^). Sorry it took so long. --=20 =20 Petr "Pasky" Baudis =2E To get something done, a committee should consist of no more than three persons, two of them absent. =2E Stuff: http://pasky.ji.cz/ --ibTvN161/egqYuK8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE/woBD0AcyGYIvwF8RAhGJAJ9+6SGWIUbTxbw2fsLAxANxcpj+HwCfWRL2 97+32AwDpWTsx30UJseGl48= =ljgy -----END PGP SIGNATURE----- --ibTvN161/egqYuK8-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 14:40:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDBD016A4CE for ; Mon, 24 Nov 2003 14:40:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4153143FE0 for ; Mon, 24 Nov 2003 14:40:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOMeHFY083778 for ; Mon, 24 Nov 2003 14:40:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOMeHTc083777; Mon, 24 Nov 2003 14:40:17 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 14:40:17 -0800 (PST) Resent-Message-Id: <200311242240.hAOMeHTc083777@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Melvyn Sopacua Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7946616A4CE; Mon, 24 Nov 2003 14:39:34 -0800 (PST) Received: from sarevok.webteckies.org (node123e0.a2000.nl [24.132.35.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D91C43FBF; Mon, 24 Nov 2003 14:39:33 -0800 (PST) (envelope-from mdev@sarevok.idg.nl) Received: by sarevok.idg.nl (Postfix, from userid 100) id 7A66CB865; Mon, 24 Nov 2003 21:21:38 +0100 (CET) Message-Id: <20031124202138.7A66CB865@sarevok.idg.nl> Date: Mon, 24 Nov 2003 21:21:38 +0100 (CET) From: Melvyn Sopacua To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: MAINTAINER Subject: ports/59656: [PATCH] Fix x11/kde3 package if KDE_PREFIX != LOCALBASE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 22:40:19 -0000 >Number: 59656 >Category: ports >Synopsis: [PATCH] Fix x11/kde3 package if KDE_PREFIX != LOCALBASE >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: Mon Nov 24 14:40:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: Melvyn Sopacua >Release: FreeBSD 5.2-BETA i386 >Organization: >Environment: System: FreeBSD sarevok.idg.nl 5.2-BETA FreeBSD 5.2-BETA #2: Sun Nov 23 15:02:26 CET 2003 root@sarevok.idg.nl:/usr/obj/usr/src/sys/SAREVOK i386 >Description: If KDE_PREFIX != LOCALBASE, then package target fails, because CONFIG_FILE is set to $LOCALBASE/etc/kde-meta.conf but the pkg-plist contains etc/kde-meta.conf -> $PREFIX/etc/kde-meta.conf, which is $KDE_PREFIX/etc/meta.conf. (Hope this is still clear :) This fix is needed most, if you want to run kde-cvs and stable on the same machine, hence the low priority. >How-To-Repeat: echo KDE_PREFIX=/usr/local/kde-stable >> /etc/make.conf && \ (cd /usr/ports/x11/kde3 && make install) >Fix: I wasn't sure if KDE_PREFIX can be counted on to be available, that early in the Makefile, so I ifdefed it and fallback to LOCALBASE. --- Makefile.orig Fri Nov 21 19:03:50 2003 +++ Makefile Mon Nov 24 21:08:54 2003 @@ -19,7 +19,11 @@ ## This is the file where the selections made in the interactive dialog ## are saved in and initialized from. +.if defined(KDE_PREFIX) +CONFIG_FILE= ${KDE_PREFIX}/etc/kde-meta.conf +.else CONFIG_FILE= ${LOCALBASE}/etc/kde-meta.conf +.endif ## The list of all modules that make up KDE, excluding the base modules ## arts, kdebase and kdelibs >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 14:50:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 535EB16A4CE for ; Mon, 24 Nov 2003 14:50:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3205143FDD for ; Mon, 24 Nov 2003 14:50:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOMoKFY084513 for ; Mon, 24 Nov 2003 14:50:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOMoKsG084510; Mon, 24 Nov 2003 14:50:20 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 14:50:20 -0800 (PST) Resent-Message-Id: <200311242250.hAOMoKsG084510@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Douglas K. Rand" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC7ED16A4CE for ; Mon, 24 Nov 2003 14:41:08 -0800 (PST) Received: from agena.meridian-enviro.com (agena.meridian-enviro.com [207.109.235.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FAF343FDF for ; Mon, 24 Nov 2003 14:41:07 -0800 (PST) (envelope-from rand@meridian-enviro.com) Received: from mizar.meridian-enviro.com (mizar.meridian-enviro.com [10.10.10.30])hAOMf6V05724 for ; Mon, 24 Nov 2003 16:41:06 -0600 (CST) (envelope-from rand@meridian-enviro.com) Received: (from rand@localhost)hAOMf6UY091292; Mon, 24 Nov 2003 16:41:06 -0600 (CST) (envelope-from rand) Message-Id: <200311242241.hAOMf6UY091292@mizar.meridian-enviro.com> Date: Mon, 24 Nov 2003 16:41:06 -0600 (CST) From: "Douglas K. Rand" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59657: emulators/linux_base-8 cpio for install won't work if ${WRKSRC} is on a different filesystem. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Douglas K. Rand" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 22:50:25 -0000 >Number: 59657 >Category: ports >Synopsis: emulators/linux_base-8 cpio for install won't work if ${WRKSRC} is on a different filesystem. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 24 14:50:19 PST 2003 >Closed-Date: >Last-Modified: >Originator: Douglas K. Rand >Release: FreeBSD 4.9-RELEASE i386 >Organization: Meridian Enviornmental Technology, Inc. >Environment: System: FreeBSD mizar.meridian-enviro.com 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Sun Nov 23 14:59:05 CST 2003 rand@mizar.meridian-enviro.com:/usr/obj/usr/src/sys/FCST i386 >Description: I use a NFS mounted /usr/ports tree and a WRKDIRPREFIX=/tmp/ports in /etc/make.conf so that all the work/ files are local to the system. The do-install target uses cpio -dlmp, and the -l option causes cpio to fail with "Cross-device link" errors. >How-To-Repeat: Add WRKDIRPREFIX=/tmp/ports to /etc/make.conf and then try "make install" in /usr/ports/emulators/linux_base-8. >Fix: I just removed the l option from the cpio, but I'm not sure if thats the "right" solution. :) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 14:50:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A0A216A4CE for ; Mon, 24 Nov 2003 14:50:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A783743FF2 for ; Mon, 24 Nov 2003 14:50:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOMoKFY084527 for ; Mon, 24 Nov 2003 14:50:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOMoKJG084526; Mon, 24 Nov 2003 14:50:20 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 14:50:20 -0800 (PST) Resent-Message-Id: <200311242250.hAOMoKJG084526@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kimura Fuyuki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D83216A4FD for ; Mon, 24 Nov 2003 14:42:27 -0800 (PST) Received: from mgate11.so-net.ne.jp (mgate11.so-net.ne.jp [210.139.254.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id B74EB43F3F for ; Mon, 24 Nov 2003 14:42:25 -0800 (PST) (envelope-from fuyuki@nigredo.org) Received: from mail.dg8.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12]) by mgate11.so-net.ne.jp with ESMTP id hAOMgOb12720 for ; Tue, 25 Nov 2003 07:42:24 +0900 (JST) Received: from ns.nigredo.org (pdd3062.spprac00.ap.so-net.ne.jp [218.221.48.98]) by mail.dg8.so-net.ne.jp with ESMTP id hAOMgNY26034 for ; Tue, 25 Nov 2003 07:42:23 +0900 (JST) Received: from ns.nigredo.org (localhost [IPv6:::1]) by ns.nigredo.org (Postfix) with ESMTP id EED2820A0 for ; Tue, 25 Nov 2003 07:42:22 +0900 (JST) Message-Id: <86fzgdmlrl.wl%fuyuki@nigredo.org> Date: Tue, 25 Nov 2003 07:42:22 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59658: Update port: lang/scsh to 0.6.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 22:50:25 -0000 >Number: 59658 >Category: ports >Synopsis: Update port: lang/scsh to 0.6.5 >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: Mon Nov 24 14:50:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.2-BETA i386 >Organization: >Environment: FreeBSD ns.nigredo.org 5.2-BETA i386 >Description: Update to 0.6.5 >How-To-Repeat: >Fix: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/lang/scsh/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 20 Oct 2003 10:48:57 -0000 1.28 +++ Makefile 24 Nov 2003 22:18:28 -0000 @@ -6,9 +6,11 @@ # PORTNAME= scsh -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 CATEGORIES= lang scheme -MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ftp.scsh.net/pub/scsh/0.6/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A Unix shell embedded into Scheme, with access to all Posix calls Index: distinfo =================================================================== RCS file: /cvs/FreeBSD/ports/lang/scsh/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 20 May 2003 08:47:25 -0000 1.7 +++ distinfo 24 Nov 2003 22:04:57 -0000 @@ -1 +1 @@ -MD5 (scsh-0.6.4.tar.gz) = 799a2ae32552245af85245ee72fb63a3 +MD5 (scsh-0.6.5.tar.gz) = 6209ae1281775b3e0f7802499be30ff9 Index: pkg-plist =================================================================== RCS file: /cvs/FreeBSD/ports/lang/scsh/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 20 May 2003 08:47:25 -0000 1.6 +++ pkg-plist 24 Nov 2003 22:35:26 -0000 @@ -299,10 +299,15 @@ lib/scsh/srfi/srfi-28.scm lib/scsh/srfi/srfi-31.scm lib/scsh/srfi/srfi-37.scm +lib/scsh/srfi/srfi-42.scm lib/scsh/srfi/srfi-5.scm lib/scsh/srfi/srfi-7.scm lib/scsh/scsh/awk.scm +lib/scsh/scsh/bufpol.scm +lib/scsh/scsh/ccp-pack.scm +lib/scsh/scsh/ccp.scm +lib/scsh/scsh/char-package.scm lib/scsh/scsh/db.scm lib/scsh/scsh/dbm.scm lib/scsh/scsh/defrec.scm @@ -310,14 +315,20 @@ lib/scsh/scsh/ekko.scm lib/scsh/scsh/endian.scm lib/scsh/scsh/enumconst.scm +lib/scsh/scsh/env-test-add.scm +lib/scsh/scsh/env-test-code.scm +lib/scsh/scsh/errno.scm lib/scsh/scsh/event.scm +lib/scsh/scsh/fdflags.scm lib/scsh/scsh/fdports.scm +lib/scsh/scsh/file-system-tests.scm lib/scsh/scsh/fileinfo.scm lib/scsh/scsh/filemtch.scm lib/scsh/scsh/filesys.scm lib/scsh/scsh/flock.scm lib/scsh/scsh/fname.scm lib/scsh/scsh/fr.scm +lib/scsh/scsh/generate-constants.scm lib/scsh/scsh/glob.scm lib/scsh/scsh/here.scm lib/scsh/scsh/let-opt.scm @@ -326,72 +337,63 @@ lib/scsh/scsh/md5.scm lib/scsh/scsh/meta-arg.scm lib/scsh/scsh/ndbm.scm +lib/scsh/scsh/netconst.scm lib/scsh/scsh/network.scm lib/scsh/scsh/newports.scm +lib/scsh/scsh/odbc-constants.scm +lib/scsh/scsh/odbc-interfaces.scm +lib/scsh/scsh/odbc-packages.scm +lib/scsh/scsh/odbc-types.scm +lib/scsh/scsh/odbc.scm +lib/scsh/scsh/oldfuns.scm +lib/scsh/scsh/packages.scm +lib/scsh/scsh/parse.scm +lib/scsh/scsh/posixstr.scm +lib/scsh/scsh/process-state-tests.scm lib/scsh/scsh/procobj.scm lib/scsh/scsh/pty.scm lib/scsh/scsh/rdelim.scm +lib/scsh/scsh/re-fold.scm +lib/scsh/scsh/re-high.scm +lib/scsh/scsh/re-low.scm +lib/scsh/scsh/re-match-syntax.scm +lib/scsh/scsh/re-subst.scm +lib/scsh/scsh/re-syntax.scm +lib/scsh/scsh/re.scm +lib/scsh/scsh/regexp.scm +lib/scsh/scsh/regress.scm lib/scsh/scsh/rw.scm +lib/scsh/scsh/rx-lib.scm lib/scsh/scsh/scsh-condition.scm lib/scsh/scsh/scsh-interfaces.scm lib/scsh/scsh/scsh-package.scm lib/scsh/scsh/scsh-read.scm lib/scsh/scsh/scsh-version.scm lib/scsh/scsh/scsh.scm +lib/scsh/scsh/scshql.scm lib/scsh/scsh/sighandlers.scm +lib/scsh/scsh/signals.scm +lib/scsh/scsh/simp.scm +lib/scsh/scsh/spencer.scm lib/scsh/scsh/startup.scm lib/scsh/scsh/stringcoll.scm +lib/scsh/scsh/strings-and-chars-test.scm lib/scsh/scsh/syntax-helpers.scm lib/scsh/scsh/syntax.scm lib/scsh/scsh/syscalls.scm lib/scsh/scsh/syslog.scm +lib/scsh/scsh/test-base.scm +lib/scsh/scsh/test-packages.scm +lib/scsh/scsh/test.scm lib/scsh/scsh/threads.scm lib/scsh/scsh/time.scm +lib/scsh/scsh/time_dep.scm lib/scsh/scsh/top.scm +lib/scsh/scsh/tty-consts.scm lib/scsh/scsh/tty.scm lib/scsh/scsh/utilities.scm -lib/scsh/scsh/weaktables.scm -lib/scsh/scsh/bufpol.scm -lib/scsh/scsh/errno.scm -lib/scsh/scsh/fdflags.scm -lib/scsh/scsh/netconst.scm -lib/scsh/scsh/packages.scm -lib/scsh/scsh/signals.scm -lib/scsh/scsh/time_dep.scm -lib/scsh/scsh/tty-consts.scm lib/scsh/scsh/waitcodes.scm -lib/scsh/scsh/ccp-pack.scm -lib/scsh/scsh/ccp.scm -lib/scsh/scsh/char-package.scm -lib/scsh/scsh/generate-constants.scm -lib/scsh/scsh/odbc-bindcol.scm -lib/scsh/scsh/odbc-constants.scm -lib/scsh/scsh/odbc-types.scm -lib/scsh/scsh/odbc.scm -lib/scsh/scsh/scshql.scm -lib/scsh/scsh/oldfuns.scm -lib/scsh/scsh/parse.scm -lib/scsh/scsh/posixstr.scm -lib/scsh/scsh/re-fold.scm -lib/scsh/scsh/re-high.scm -lib/scsh/scsh/re-low.scm -lib/scsh/scsh/re-match-syntax.scm -lib/scsh/scsh/re-subst.scm -lib/scsh/scsh/re-syntax.scm -lib/scsh/scsh/re.scm -lib/scsh/scsh/regexp.scm -lib/scsh/scsh/regress.scm -lib/scsh/scsh/rx-lib.scm -lib/scsh/scsh/simp.scm -lib/scsh/scsh/spencer.scm -lib/scsh/scsh/test.scm -lib/scsh/scsh/env-test-add.scm -lib/scsh/scsh/env-test-code.scm -lib/scsh/scsh/file-system-tests.scm -lib/scsh/scsh/process-state-tests.scm -lib/scsh/scsh/strings-and-chars-test.scm -lib/scsh/scsh/test-base.scm -lib/scsh/scsh/test-packages.scm +lib/scsh/scsh/weaktables.scm lib/scsh/emacs/cmuscheme48.el lib/scsh/emacs/cmulisp.el cvs diff: Diffing files >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 14:59:32 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95B4516A4CE; Mon, 24 Nov 2003 14:59:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A7B443FE1; Mon, 24 Nov 2003 14:59:31 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAOMxVFY085143; Mon, 24 Nov 2003 14:59:31 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAOMxVHP085139; Mon, 24 Nov 2003 14:59:31 -0800 (PST) (envelope-from pav) Date: Mon, 24 Nov 2003 14:59:31 -0800 (PST) From: Pav Lucistnik Message-Id: <200311242259.hAOMxVHP085139@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, trevor@FreeBSD.org Subject: Re: ports/59657: emulators/linux_base-8 cpio for install won't work if ${WRKSRC} is on a different filesystem. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 22:59:32 -0000 Synopsis: emulators/linux_base-8 cpio for install won't work if ${WRKSRC} is on a different filesystem. Responsible-Changed-From-To: freebsd-ports-bugs->trevor Responsible-Changed-By: pav Responsible-Changed-When: Mon Nov 24 14:59:19 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=59657 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 15:12:41 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3F0716A4CE; Mon, 24 Nov 2003 15:12:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1380643F93; Mon, 24 Nov 2003 15:12:41 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAONCeFY088922; Mon, 24 Nov 2003 15:12:40 -0800 (PST) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAONCefv088918; Mon, 24 Nov 2003 15:12:40 -0800 (PST) (envelope-from ceri) Date: Mon, 24 Nov 2003 15:12:40 -0800 (PST) From: Ceri Davies Message-Id: <200311242312.hAONCefv088918@freefall.freebsd.org> To: ceri@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59615: cannot compile openh323 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 23:12:41 -0000 Synopsis: cannot compile openh323 Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Mon Nov 24 15:11:40 PST 2003 Responsible-Changed-Why: Reassign misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=59615 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 16:01:02 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2014016A4D0 for ; Mon, 24 Nov 2003 16:01:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8435943FEC for ; Mon, 24 Nov 2003 16:00:49 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP00dFY092096 for ; Mon, 24 Nov 2003 16:00:39 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAP00dDH092095; Mon, 24 Nov 2003 16:00:39 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 16:00:39 -0800 (PST) Resent-Message-Id: <200311250000.hAP00dDH092095@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Evans Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE79116A4EB for ; Mon, 24 Nov 2003 15:53:10 -0800 (PST) Received: from canonware.com (dslh174.fsr.net [12.32.33.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 122BA43F75 for ; Mon, 24 Nov 2003 15:53:10 -0800 (PST) (envelope-from root@canonware.com) Received: by canonware.com (Postfix, from userid 0) id C7329305; Mon, 24 Nov 2003 15:55:55 -0800 (PST) Message-Id: <20031124235555.C7329305@canonware.com> Date: Mon, 24 Nov 2003 15:55:55 -0800 (PST) From: Jason Evans To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59661: Update cook to 2.24. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jason Evans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 00:01:02 -0000 >Number: 59661 >Category: ports >Synopsis: Update cook to 2.24. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 24 16:00:39 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jason Evans >Release: FreeBSD 4.9-RC i386 >Organization: >Environment: System: FreeBSD canonware.com 4.9-RC FreeBSD 4.9-RC #12: Fri Oct 17 22:15:36 PDT 2003 jasone@canonware.com:/usr/src/sys/compile/CANONWARE i386 >Description: Update cook to 2.24, which includes a fix for parallel building. >How-To-Repeat: >Fix: Index: /usr/ports/devel/cook/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/cook/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- /usr/ports/devel/cook/Makefile 8 Jun 2003 12:50:53 -0000 1.22 +++ /usr/ports/devel/cook/Makefile 29 Jul 2003 17:28:00 -0000 @@ -6,7 +6,7 @@ # PORTNAME= cook -PORTVERSION= 2.23 +PORTVERSION= 2.24 CATEGORIES= devel MASTER_SITES= http://gd.tuwien.ac.at/softeng/Aegis/cook/ Index: /usr/ports/devel/cook/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/cook/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- /usr/ports/devel/cook/distinfo 8 Jun 2003 12:50:53 -0000 1.9 +++ /usr/ports/devel/cook/distinfo 29 Jul 2003 17:29:04 -0000 @@ -1 +1 @@ -MD5 (cook-2.23.tar.gz) = f8c6721a3d96a641e748904e12defd25 +MD5 (cook-2.24.tar.gz) = a6614c7fbabfa7450fec990715684e14 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 16:01:02 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FE7216A4CF for ; Mon, 24 Nov 2003 16:01:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E077843FF3 for ; Mon, 24 Nov 2003 16:00:49 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP00dFY092109 for ; Mon, 24 Nov 2003 16:00:39 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAP00dNl092108; Mon, 24 Nov 2003 16:00:39 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 16:00:39 -0800 (PST) Resent-Message-Id: <200311250000.hAP00dNl092108@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Evans Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 357BB16A4CE for ; Mon, 24 Nov 2003 15:55:13 -0800 (PST) Received: from canonware.com (dslh174.fsr.net [12.32.33.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9603E43FCB for ; Mon, 24 Nov 2003 15:55:12 -0800 (PST) (envelope-from root@canonware.com) Received: by canonware.com (Postfix, from userid 0) id 51096305; Mon, 24 Nov 2003 15:57:59 -0800 (PST) Message-Id: <20031124235759.51096305@canonware.com> Date: Mon, 24 Nov 2003 15:57:59 -0800 (PST) From: Jason Evans To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59662: Update libedit to 2.6.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jason Evans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 00:01:02 -0000 >Number: 59662 >Category: ports >Synopsis: Update libedit to 2.6.7 >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: Mon Nov 24 16:00:39 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jason Evans >Release: FreeBSD 4.9-RC i386 >Organization: >Environment: System: FreeBSD canonware.com 4.9-RC FreeBSD 4.9-RC #12: Fri Oct 17 22:15:36 PDT 2003 jasone@canonware.com:/usr/src/sys/compile/CANONWARE i386 >Description: Update libedit to 2.6.7, and change MASTER_SITES. >How-To-Repeat: >Fix: Index: /usr/ports/devel/libedit/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/libedit/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- /usr/ports/devel/libedit/Makefile 20 Feb 2003 17:06:48 -0000 1.6 +++ /usr/ports/devel/libedit/Makefile 29 Jul 2003 18:47:36 -0000 @@ -6,15 +6,15 @@ # PORTNAME= libedit -PORTVERSION= 2.6.4 +PORTVERSION= 2.6.7 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://www.canonware.com/download/libedit/ +MASTER_SITES= ftp://ftp.astron.com/pub/libedit/ MAINTAINER= ports@FreeBSD.org COMMENT= Command line editing library -USE_AUTOCONF= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-readline INSTALLS_SHLIB= yes Index: /usr/ports/devel/libedit/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/libedit/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- /usr/ports/devel/libedit/distinfo 11 Feb 2002 01:34:29 -0000 1.1 +++ /usr/ports/devel/libedit/distinfo 29 Jul 2003 18:45:20 -0000 @@ -1 +1 @@ -MD5 (libedit-2.6.4.tar.gz) = 596cd1fad4489abbd29289665bc25610 +MD5 (libedit-2.6.7.tar.gz) = 6640a3d3d58f0ce1d8c69cfd5cc5a517 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 16:10:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48B6116A4CE for ; Mon, 24 Nov 2003 16:10:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2542D43FDF for ; Mon, 24 Nov 2003 16:10:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP0AEFY095519 for ; Mon, 24 Nov 2003 16:10:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAP0ADZT095518; Mon, 24 Nov 2003 16:10:14 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 16:10:14 -0800 (PST) Resent-Message-Id: <200311250010.hAP0ADZT095518@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clement Laforet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2CD816A4CE for ; Mon, 24 Nov 2003 16:06:17 -0800 (PST) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD8B343FDF for ; Mon, 24 Nov 2003 16:06:15 -0800 (PST) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 56271 invoked by uid 85); 25 Nov 2003 01:06:14 +0100 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.045234 secs); 25 Nov 2003 00:06:14 -0000 Received: from lucifer.cultdeadsheep.org (192.168.0.2) by goofy.cultdeadsheep.org with SMTP; 25 Nov 2003 01:06:13 +0100 Received: by lucifer.cultdeadsheep.org (sSMTP sendmail emulation); Tue, 25 Nov 2003 01:06:28 +0100 Message-Id: <20031125000615.BD8B343FDF@mx1.FreeBSD.org> Date: Tue, 25 Nov 2003 01:06:28 +0100 From: "Clement Laforet" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Clement Laforet Subject: ports/59663: [maintainer update] www/harvest: update to 1.9.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 00:10:16 -0000 >Number: 59663 >Category: ports >Synopsis: [maintainer update] www/harvest: update to 1.9.14 >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: Mon Nov 24 16:10:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 5.2-BETA i386 >Organization: cotds.org >Environment: System: FreeBSD lucifer.cultdeadsheep.org 5.2-BETA FreeBSD 5.2-BETA #0: Sat Nov 22 21:09:27 CET 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386 >Description: update to 1.9.14. >How-To-Repeat: N/A. >Fix: --- harvest.diff begins here --- Index: harvest/Makefile =================================================================== RCS file: /WORK/REPO/FreeBSD/ports/www/harvest/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- harvest/Makefile 20 Nov 2003 11:19:13 -0000 1.26 +++ harvest/Makefile 24 Nov 2003 11:41:30 -0000 @@ -6,7 +6,7 @@ # PORTNAME= harvest -PORTVERSION= 1.9.13 +PORTVERSION= 1.9.14 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: harvest/distinfo =================================================================== RCS file: /WORK/REPO/FreeBSD/ports/www/harvest/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- harvest/distinfo 20 Nov 2003 11:19:13 -0000 1.7 +++ harvest/distinfo 24 Nov 2003 11:43:27 -0000 @@ -1 +1 @@ -MD5 (harvest-1.9.13.tar.bz2) = ff7687bf38d965235eb328389b9a80b4 +MD5 (harvest-1.9.14.tar.bz2) = 8800e89a961a97d3bdfc81a8a5ee98e0 Index: harvest/pkg-plist =================================================================== RCS file: /WORK/REPO/FreeBSD/ports/www/harvest/pkg-plist,v retrieving revision 1.9 diff -u -r1.9 pkg-plist --- harvest/pkg-plist 20 Nov 2003 11:19:13 -0000 1.9 +++ harvest/pkg-plist 24 Nov 2003 12:01:29 -0000 @@ -37,7 +37,6 @@ brokers/skeleton/Query.cgi.in brokers/skeleton/RunBroker.in brokers/skeleton/admin/Collection.conf.in -brokers/skeleton/admin/admin.html.in brokers/skeleton/admin/broker.conf.in brokers/skeleton/query-glimpse-modern.html.de.in brokers/skeleton/query-glimpse-modern.html.es.in @@ -64,7 +63,7 @@ brokers/zquery/help.html brokers/zquery/index.html brokers/zquery/register.html -cgi-bin/BrokerAdmin.pl.cgi +cgi-bin/brokerAdmin.cgi cgi-bin/displaySOIF.cgi cgi-bin/lib/Sample.cf cgi-bin/lib/classic.cf @@ -112,6 +111,9 @@ gatherers/example-5/example-5.cf gatherers/example-5/mydomain-host-filter gatherers/example-5/mydomain-url-filter +gatherers/template/RunGatherd +gatherers/template/RunGatherer +gatherers/template/gather.cf lib/broker/BrokerRestart lib/broker/agrep lib/broker/brkclient @@ -228,6 +230,7 @@ lib/gatherer/ftpenum lib/gatherer/ftpenum.pl lib/gatherer/gatherd +lib/gatherer/gather_option.pl lib/gatherer/gdbmutil lib/gatherer/gifinfo lib/gatherer/gopherenum-breadth @@ -395,6 +398,7 @@ share/idzebra/tab/wais-b.est share/idzebra/tab/wais-variant.est share/idzebra/tab/wais.abs +share/idzebra/tab/xsoif.abs @dirrm bin @dirrm lib/gatherer/sgmls-lib/html-4.0 @dirrm lib/gatherer/sgmls-lib/html-4.01 @@ -425,6 +429,7 @@ @dirrm gatherers/example-4/lib @dirrm gatherers/example-4 @dirrm gatherers/example-5 +@dirrm gatherers/template @dirrm gatherers @dirrm share/curl @dirrm share/idzebra/tab --- harvest.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 17:00:39 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E573B16A4CE for ; Mon, 24 Nov 2003 17:00:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F9C43FD7 for ; Mon, 24 Nov 2003 17:00:37 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP10aFY097299 for ; Mon, 24 Nov 2003 17:00:36 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAP10a9r097298; Mon, 24 Nov 2003 17:00:36 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 24 Nov 2003 17:00:36 -0800 (PST) Resent-Message-Id: <200311250100.hAP10a9r097298@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, UMENO Takashi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9663516A4CE for ; Mon, 24 Nov 2003 16:59:05 -0800 (PST) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [210.159.90.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F4243FE3 for ; Mon, 24 Nov 2003 16:59:04 -0800 (PST) (envelope-from umeno@belldandy.unnumbered.net) Received: from belldandy.unnumbered.net (localhost.unnumbered.net [127.0.0.1]) hAP0x2uB080932 for ; Tue, 25 Nov 2003 09:59:02 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost)hAP0x2wf080931; Tue, 25 Nov 2003 09:59:02 +0900 (JST) (envelope-from umeno) Message-Id: <200311250059.hAP0x2wf080931@belldandy.unnumbered.net> Date: Tue, 25 Nov 2003 09:59:02 +0900 (JST) From: UMENO Takashi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59664: New Port: japanese/xlockmore - Xlockmore which supports the Japanese language. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: UMENO Takashi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 01:00:39 -0000 >Number: 59664 >Category: ports >Synopsis: New Port: japanese/xlockmore - Xlockmore which supports the Japanese language. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 24 17:00:36 PST 2003 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 4.9-STABLE i386 >Organization: individual >Environment: System: FreeBSD belldandy.unnumbered.net 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Nov 12 23:56:55 JST 2003 umeno@belldandy.unnumbered.net:/usr/obj/usr/src/sys/SAKUYA20 i386 >Description: New Port: japanese/xlockmore - Xlockmore which supports the Japanese language. (configure args --enable-use_mb and --with-lang=ja) >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xlockmore # xlockmore/Makefile # echo c - xlockmore mkdir -p xlockmore > /dev/null 2>&1 echo x - xlockmore/Makefile sed 's/^X//' >xlockmore/Makefile << 'END-of-xlockmore/Makefile' X# New ports collection makefile for: ja-xlockmore X# Date created: 25 Nov 2003 X# Whom: umeno@rr.iij4u.or.jp X# X# $FreeBSD:$ X# X XCATEGORIES= japanese x11 X XMAINTAINER= umeno@rr.iij4u.or.jp X XMASTERDIR= ${.CURDIR}/../../x11/xlockmore X XWITH_MB= yes XXLOCKMORE_LANG= ja X X.include "${MASTERDIR}/Makefile" END-of-xlockmore/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 22:30:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AE2C16A4CE for ; Mon, 24 Nov 2003 22:30:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B2543FF7 for ; Mon, 24 Nov 2003 22:30:27 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP6URFY053544 for ; Mon, 24 Nov 2003 22:30:27 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAP6URQc053543; Mon, 24 Nov 2003 22:30:27 -0800 (PST) (envelope-from gnats) Date: Mon, 24 Nov 2003 22:30:27 -0800 (PST) Message-Id: <200311250630.hAP6URQc053543@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Cyrus Rahman Subject: Re: ports/59459: Update port: converters/tnef to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cyrus Rahman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 06:30:28 -0000 The following reply was made to PR ports/59459; it has been noted by GNATS. From: Cyrus Rahman To: Mathieu Arnold Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/59459: Update port: converters/tnef to 1.2.1 Date: Tue, 25 Nov 2003 01:27:54 -0400 (EST) Mathieu, > Maintainer, could you please have a look at PR 59459 > > And approve or disapprove the patch Approved. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 23:02:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B9C716A4CE; Mon, 24 Nov 2003 23:02:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D8D43F93; Mon, 24 Nov 2003 23:02:25 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP72PFY054270; Mon, 24 Nov 2003 23:02:25 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAP72PYl054266; Mon, 24 Nov 2003 23:02:25 -0800 (PST) (envelope-from sergei) Date: Mon, 24 Nov 2003 23:02:25 -0800 (PST) From: Sergei Kolobov Message-Id: <200311250702.hAP72PYl054266@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59661: Update cook to 2.24. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 07:02:26 -0000 Synopsis: Update cook to 2.24. Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Mon Nov 24 23:02:03 PST 2003 Responsible-Changed-Why: I'll handle it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59661 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 24 23:13:29 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2DC616A4CE; Mon, 24 Nov 2003 23:13:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41EEC43FE0; Mon, 24 Nov 2003 23:13:29 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP7DTFY057789; Mon, 24 Nov 2003 23:13:29 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAP7DTpH057785; Mon, 24 Nov 2003 23:13:29 -0800 (PST) (envelope-from sergei) Date: Mon, 24 Nov 2003 23:13:29 -0800 (PST) From: Sergei Kolobov Message-Id: <200311250713.hAP7DTpH057785@freefall.freebsd.org> To: jasone@canonware.com, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59662: Update libedit to 2.6.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 07:13:29 -0000 Synopsis: Update libedit to 2.6.7 State-Changed-From-To: open->closed State-Changed-By: sergei State-Changed-When: Mon Nov 24 23:12:07 PST 2003 State-Changed-Why: The port has been updated to 2.6.7 on 2003-09-07 by edwin. Please re-cvsup your ports tree. Thanks anyway! http://www.freebsd.org/cgi/query-pr.cgi?pr=59662 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 01:40:30 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C36DE16A4CF for ; Tue, 25 Nov 2003 01:40:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FDE43FEC for ; Tue, 25 Nov 2003 01:40:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP9eKFY069301 for ; Tue, 25 Nov 2003 01:40:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAP9eKLu069300; Tue, 25 Nov 2003 01:40:20 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 01:40:20 -0800 (PST) Resent-Message-Id: <200311250940.hAP9eKLu069300@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9394816A4CF for ; Tue, 25 Nov 2003 01:34:57 -0800 (PST) Received: from gateway.lefort.net (213.189.162.78.brutele.be [213.189.162.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9576643F75 for ; Tue, 25 Nov 2003 01:34:54 -0800 (PST) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 740F254EA for ; Tue, 25 Nov 2003 10:34:52 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id 1AAF922E1B; Tue, 25 Nov 2003 10:34:52 +0100 (CET) Message-Id: <20031125093452.1AAF922E1B@jsite.lefort.net> Date: Tue, 25 Nov 2003 10:34:52 +0100 (CET) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59670: Update port: emulators/linux-ePSXe to 1.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 09:40:30 -0000 >Number: 59670 >Category: ports >Synopsis: Update port: emulators/linux-ePSXe to 1.6.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 01:40:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Wed Oct 29 13:50:04 CET 2003 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: Note that I renamed the port to emulators/linux-epsxe, in lower-case. >How-To-Repeat: >Fix: diff -ruN /usr/ports/emulators/linux-ePSXe/Makefile linux-epsxe/Makefile --- /usr/ports/emulators/linux-ePSXe/Makefile Sat Feb 22 07:21:22 2003 +++ linux-epsxe/Makefile Tue Nov 25 10:27:19 2003 @@ -2,21 +2,25 @@ # Date created: 21 Dec 2002 # Whom: Jean-Yves Lefort # -# $FreeBSD: ports/emulators/linux-ePSXe/Makefile,v 1.2 2003/02/21 11:58:59 knu Exp $ +# $FreeBSD$ # -PORTNAME= ePSXe -PORTVERSION= 1.5.2 +PORTNAME= epsxe +PORTVERSION= 1.6.0 CATEGORIES= emulators linux -MASTER_SITES= http://download.epsxe.com/files/ +MASTER_SITES= http://www.epsxe.com/files/ PKGNAMEPREFIX= linux- -DISTNAME= epsxe152lin +DISTNAME= epsxe160lin MAINTAINER= jylefort@brutele.be COMMENT= A Sony Playstation emulator (Linux version) -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk +# The binary is built against glibc 2.3, so we need linux_base-8. +RUN_DEPENDS= ${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 \ + ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs \ + ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk +USE_X_PREFIX= yes USE_ZIP= yes NO_WRKSUBDIR= yes @@ -28,45 +32,42 @@ .include -EPSXE= ${PREFIX}/libexec/linux-epsxe +EPSXE= ${PREFIX}/libexec/epsxe -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -SHAREDIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} - -PSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/linux-psemupro/plugins -PSEMUPRO_CFGBINS_DIR= ${LOCALBASE}/libexec/linux-psemupro/cfg -PSEMUPRO_CFGFILES_DIR= ${LOCALBASE}/share/linux-psemupro/cfg +PSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/psemupro/plugins +PSEMUPRO_CFGBINS_DIR= ${LOCALBASE}/libexec/psemupro/cfg +PSEMUPRO_CFGFILES_DIR= ${LOCALBASE}/share/psemupro/cfg do-build: ${MKDIR} ${WRKSRC}/FreeBSD ${SED} \ -e "s,@EPSXE@,${EPSXE},g" \ - -e "s,@SHAREDIR@,${SHAREDIR},g" \ + -e "s,@DATADIR@,${DATADIR},g" \ -e "s,@PSEMUPRO_PLUGINS_DIR@,${PSEMUPRO_PLUGINS_DIR},g" \ -e "s,@PSEMUPRO_CFGBINS_DIR@,${PSEMUPRO_CFGBINS_DIR},g" \ -e "s,@PSEMUPRO_CFGFILES_DIR@,${PSEMUPRO_CFGFILES_DIR},g" \ - ${FILESDIR}/linux-epsxe_install.in \ - >${WRKSRC}/FreeBSD/linux-epsxe_install + ${FILESDIR}/epsxe-install.in \ + >${WRKSRC}/FreeBSD/epsxe-install do-install: ${MKDIR} ${PREFIX}/bin ${INSTALL_SCRIPT} \ - ${FILESDIR}/linux-epsxe \ - ${WRKSRC}/FreeBSD/linux-epsxe_install \ + ${FILESDIR}/epsxe \ + ${WRKSRC}/FreeBSD/epsxe-install \ ${PREFIX}/bin ${MKDIR} ${PREFIX}/libexec ${INSTALL_PROGRAM} ${WRKSRC}/epsxe ${EPSXE} - ${MKDIR} ${SHAREDIR} - ${INSTALL_DATA} ${WRKSRC}/keycodes.lst ${SHAREDIR} + ${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/keycodes.lst ${DATADIR} - ${MKDIR} ${SHAREDIR}/cheats + ${MKDIR} ${DATADIR}/cheats ${INSTALL_DATA} \ ${WRKSRC}/cheats/breath_of_fire_4_usa.cht \ ${WRKSRC}/cheats/chrono_cross_ntsc.cht \ ${WRKSRC}/cheats/tarzan_pal.cht \ - ${SHAREDIR}/cheats + ${DATADIR}/cheats .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff -ruN /usr/ports/emulators/linux-ePSXe/distinfo linux-epsxe/distinfo --- /usr/ports/emulators/linux-ePSXe/distinfo Sun Jan 12 03:47:35 2003 +++ linux-epsxe/distinfo Tue Nov 25 08:34:30 2003 @@ -1 +1 @@ -MD5 (epsxe152lin.zip) = 5834f34cb904b08d95abda057eff3981 +MD5 (epsxe160lin.zip) = 32704cfc77939b9a1bd047f22b70eca2 diff -ruN /usr/ports/emulators/linux-ePSXe/files/epsxe linux-epsxe/files/epsxe --- /usr/ports/emulators/linux-ePSXe/files/epsxe Thu Jan 1 01:00:00 1970 +++ linux-epsxe/files/epsxe Tue Nov 25 10:04:55 2003 @@ -0,0 +1,15 @@ +#!/bin/sh +# epsxe - ePSXe launcher +# +# (c) 2002-2003 Jean-Yves Lefort. +# All rights reserved. + +USERDIR=$HOME/.epsxe + +if [ ! -x $USERDIR/epsxe ]; then + echo "$USERDIR/epsxe not found or not executable." + echo "You should run epsxe-install." + exit 1 +fi + +cd $USERDIR && exec ./epsxe "$@" diff -ruN /usr/ports/emulators/linux-ePSXe/files/epsxe-install.in linux-epsxe/files/epsxe-install.in --- /usr/ports/emulators/linux-ePSXe/files/epsxe-install.in Thu Jan 1 01:00:00 1970 +++ linux-epsxe/files/epsxe-install.in Tue Nov 25 10:16:14 2003 @@ -0,0 +1,72 @@ +#!/bin/sh +# epsxe-install - ePSXe user installation +# +# (c) 2002-2003 Jean-Yves Lefort. +# All rights reserved. + +EPSXE=@EPSXE@ +DATADIR=@DATADIR@ +PSEMUPRO_PLUGINS_DIR=@PSEMUPRO_PLUGINS_DIR@ +PSEMUPRO_CFGBINS_DIR=@PSEMUPRO_CFGBINS_DIR@ +PSEMUPRO_CFGFILES_DIR=@PSEMUPRO_CFGFILES_DIR@ + +USERDIR=$HOME/.epsxe + +_mkdir () { + if [ ! -e $1 ]; then + echo "Creating directory $1" + mkdir -p $1 + fi +} + +_ln () { + if [ ! -e $2 ]; then + echo "Creating symlink $2" + ln -sf $1 $2 + fi +} + +_install () { + if [ ! -e $2 ]; then + echo "Copying $1 to $2" + install -m $3 $1 $2 + fi +} + +for d in \ + $USERDIR \ + $USERDIR/bios \ + $USERDIR/cfg \ + $USERDIR/cheats \ + $USERDIR/memcards \ + $USERDIR/patches \ + $USERDIR/plugins \ + $USERDIR/snap \ + $USERDIR/sstates; do + _mkdir $d || exit $? +done + +_ln $EPSXE $USERDIR/epsxe || exit $? + +for f in \ + keycodes.lst \ + cheats/breath_of_fire_4_usa.cht \ + cheats/chrono_cross_ntsc.cht \ + cheats/tarzan_pal.cht; do + _ln $DATADIR/$f $USERDIR/$f || exit $? +done + +for p in $PSEMUPRO_PLUGINS_DIR/*; do + [ -e $p ] || break + _ln $p $USERDIR/plugins/`basename $p` || exit $? +done + +for c in $PSEMUPRO_CFGBINS_DIR/*; do + [ -e $c ] || break + _ln $c $USERDIR/cfg/`basename $c` || exit $? +done + +for c in $PSEMUPRO_CFGFILES_DIR/*; do + [ -e $c ] || break + _install $c $USERDIR/cfg/`basename $c` 0644 || exit $? +done diff -ruN /usr/ports/emulators/linux-ePSXe/files/linux-epsxe linux-epsxe/files/linux-epsxe --- /usr/ports/emulators/linux-ePSXe/files/linux-epsxe Sun Jan 12 03:47:35 2003 +++ linux-epsxe/files/linux-epsxe Thu Jan 1 01:00:00 1970 @@ -1,15 +0,0 @@ -#!/bin/sh -# linux-epsxe - linux-ePSXe wrapper -# -# (c) 2002 Jean-Yves Lefort. -# All rights reserved. - -USERDIR=$HOME/.linux-ePSXe - -if [ ! -x $USERDIR/epsxe ]; then - echo "$USERDIR/epsxe not found or not executable." - echo "You should run linux-epsxe_install." - exit 1 -fi - -cd $USERDIR && exec ./epsxe "$@" diff -ruN /usr/ports/emulators/linux-ePSXe/files/linux-epsxe_install.in linux-epsxe/files/linux-epsxe_install.in --- /usr/ports/emulators/linux-ePSXe/files/linux-epsxe_install.in Sun Jan 12 03:47:35 2003 +++ linux-epsxe/files/linux-epsxe_install.in Thu Jan 1 01:00:00 1970 @@ -1,72 +0,0 @@ -#!/bin/sh -# linux-epsxe_install - linux-ePSXe user installation -# -# (c) 2002 Jean-Yves Lefort. -# All rights reserved. - -EPSXE=@EPSXE@ -SHAREDIR=@SHAREDIR@ -PSEMUPRO_PLUGINS_DIR=@PSEMUPRO_PLUGINS_DIR@ -PSEMUPRO_CFGBINS_DIR=@PSEMUPRO_CFGBINS_DIR@ -PSEMUPRO_CFGFILES_DIR=@PSEMUPRO_CFGFILES_DIR@ - -USERDIR=$HOME/.linux-ePSXe - -_mkdir () { - if [ ! -e $1 ]; then - echo "Creating directory $1" - mkdir -p $1 - fi -} - -_ln () { - if [ ! -e $2 ]; then - echo "Creating symlink $2" - ln -sf $1 $2 - fi -} - -_install () { - if [ ! -e $2 ]; then - echo "Copying $1 to $2" - install -m $3 $1 $2 - fi -} - -for d in \ - $USERDIR \ - $USERDIR/bios \ - $USERDIR/cfg \ - $USERDIR/cheats \ - $USERDIR/memcards \ - $USERDIR/patches \ - $USERDIR/plugins \ - $USERDIR/snap \ - $USERDIR/sstates; do - _mkdir $d || exit $? -done - -_ln $EPSXE $USERDIR/epsxe || exit $? - -for f in \ - keycodes.lst \ - cheats/breath_of_fire_4_usa.cht \ - cheats/chrono_cross_ntsc.cht \ - cheats/tarzan_pal.cht; do - _ln $SHAREDIR/$f $USERDIR/$f || exit $? -done - -for p in $PSEMUPRO_PLUGINS_DIR/*; do - [ -e $p ] || break - _ln $p $USERDIR/plugins/`basename $p` || exit $? -done - -for c in $PSEMUPRO_CFGBINS_DIR/*; do - [ -e $c ] || break - _ln $c $USERDIR/cfg/`basename $c` || exit $? -done - -for c in $PSEMUPRO_CFGFILES_DIR/*; do - [ -e $c ] || break - _install $c $USERDIR/cfg/`basename $c` 0644 || exit $? -done diff -ruN /usr/ports/emulators/linux-ePSXe/pkg-message linux-epsxe/pkg-message --- /usr/ports/emulators/linux-ePSXe/pkg-message Sun Jan 12 03:47:35 2003 +++ linux-epsxe/pkg-message Tue Nov 25 10:03:15 2003 @@ -1,9 +1,9 @@ ------------------------------------------------------------------------------- You should now log into your normal user account and issue a - linux-epsxe_install + epsxe-install -in order to create and populate ~/.ePSXe, needed to run the program. +in order to create and populate ~/.epsxe, needed to run the program. To do anything useful with the emulator, you'll need a GPU and a SPU plugin (the Ports Collection contains a number of those), and a @@ -19,7 +19,7 @@ When you install a PSEmu Pro plugin from a FreeBSD port or package, you should re-run - linux-epsxe_install + epsxe-install in order to make the plugin available to ePSXe. ------------------------------------------------------------------------------- diff -ruN /usr/ports/emulators/linux-ePSXe/pkg-plist linux-epsxe/pkg-plist --- /usr/ports/emulators/linux-ePSXe/pkg-plist Sun Jan 12 03:47:35 2003 +++ linux-epsxe/pkg-plist Tue Nov 25 10:03:46 2003 @@ -1,14 +1,14 @@ -bin/linux-epsxe -bin/linux-epsxe_install -libexec/linux-epsxe -share/linux-ePSXe/keycodes.lst -share/linux-ePSXe/cheats/breath_of_fire_4_usa.cht -share/linux-ePSXe/cheats/chrono_cross_ntsc.cht -share/linux-ePSXe/cheats/tarzan_pal.cht -%%PORTDOCS%%share/doc/linux-ePSXe/epsxe_en.txt -%%PORTDOCS%%share/doc/linux-ePSXe/epsxe_linux_en.txt -%%PORTDOCS%%share/doc/linux-ePSXe/epsxe_linux_sp.txt -%%PORTDOCS%%share/doc/linux-ePSXe/epsxe_sp.txt -@dirrm share/linux-ePSXe/cheats -@dirrm share/linux-ePSXe -%%PORTDOCS%%@dirrm share/doc/linux-ePSXe +bin/epsxe +bin/epsxe-install +libexec/epsxe +share/epsxe/keycodes.lst +share/epsxe/cheats/breath_of_fire_4_usa.cht +share/epsxe/cheats/chrono_cross_ntsc.cht +share/epsxe/cheats/tarzan_pal.cht +%%PORTDOCS%%share/doc/epsxe/epsxe_en.txt +%%PORTDOCS%%share/doc/epsxe/epsxe_linux_en.txt +%%PORTDOCS%%share/doc/epsxe/epsxe_linux_sp.txt +%%PORTDOCS%%share/doc/epsxe/epsxe_sp.txt +@dirrm share/epsxe/cheats +@dirrm share/epsxe +%%PORTDOCS%%@dirrm share/doc/epsxe >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 01:40:29 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 206CC16A4CE for ; Tue, 25 Nov 2003 01:40:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF6C343FB1 for ; Tue, 25 Nov 2003 01:40:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP9eLFY069327 for ; Tue, 25 Nov 2003 01:40:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAP9eLns069326; Tue, 25 Nov 2003 01:40:21 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 01:40:21 -0800 (PST) Resent-Message-Id: <200311250940.hAP9eLns069326@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DBD416A4CE for ; Tue, 25 Nov 2003 01:37:29 -0800 (PST) Received: from gateway.lefort.net (213.189.162.78.brutele.be [213.189.162.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D25943FEC for ; Tue, 25 Nov 2003 01:37:25 -0800 (PST) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id B76F454EA for ; Tue, 25 Nov 2003 10:37:24 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id AB9E522E1B; Tue, 25 Nov 2003 10:37:24 +0100 (CET) Message-Id: <20031125093724.AB9E522E1B@jsite.lefort.net> Date: Tue, 25 Nov 2003 10:37:24 +0100 (CET) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59672: Update port: emulators/linux-peops-spu to 1.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 09:40:29 -0000 X-List-Received-Date: Tue, 25 Nov 2003 09:40:29 -0000 X-List-Received-Date: Tue, 25 Nov 2003 09:40:29 -0000 X-List-Received-Date: Tue, 25 Nov 2003 09:40:29 -0000 >Number: 59672 >Category: ports >Synopsis: Update port: emulators/linux-peops-spu to 1.7 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 01:40:21 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Wed Oct 29 13:50:04 CET 2003 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/emulators/linux-peops-spu/Makefile linux-peops-spu/Makefile --- /usr/ports/emulators/linux-peops-spu/Makefile Sat Feb 22 07:21:22 2003 +++ linux-peops-spu/Makefile Tue Nov 25 10:11:13 2003 @@ -2,15 +2,15 @@ # Date created: 21 Dec 2002 # Whom: Jean-Yves Lefort # -# $FreeBSD: ports/emulators/linux-peops-spu/Makefile,v 1.2 2003/02/21 11:58:59 knu Exp $ +# $FreeBSD$ # -PORTNAME= spu -PORTVERSION= 1.3 +PORTNAME= peops-spu +PORTVERSION= 1.7 CATEGORIES= emulators linux MASTER_SITES= http://home.t-online.de/home/PeteBernert/ -PKGNAMEPREFIX= linux-peops- -DISTNAME= spupeopsoss103 +PKGNAMEPREFIX= linux- +DISTNAME= spupeopsoss107 MAINTAINER= jylefort@brutele.be COMMENT= A PSEmu Pro SPU plugin using the OSS interface (Linux version) @@ -28,15 +28,13 @@ .include -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} - -PSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/linux-psemupro/plugins -PSEMUPRO_CFGBINS_DIR= ${LOCALBASE}/libexec/linux-psemupro/cfg -PSEMUPRO_CFGFILES_DIR= ${LOCALBASE}/share/linux-psemupro/cfg +PSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/psemupro/plugins +PSEMUPRO_CFGBINS_DIR= ${LOCALBASE}/libexec/psemupro/cfg +PSEMUPRO_CFGFILES_DIR= ${LOCALBASE}/share/psemupro/cfg do-install: ${MKDIR} ${PSEMUPRO_PLUGINS_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/libspuPeopsOSS.so.1.0.3 ${PSEMUPRO_PLUGINS_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/libspuPeopsOSS.so.1.0.7 ${PSEMUPRO_PLUGINS_DIR} ${MKDIR} ${PSEMUPRO_CFGBINS_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/cfgPeopsOSS ${PSEMUPRO_CFGBINS_DIR} @@ -47,8 +45,8 @@ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} \ - ${WRKSRC}/readme_1_3.txt \ - ${WRKSRC}/version_1_3.txt \ + ${WRKSRC}/readme_1_7.txt \ + ${WRKSRC}/version_1_7.txt \ ${DOCSDIR} .endif diff -ruN /usr/ports/emulators/linux-peops-spu/distinfo linux-peops-spu/distinfo --- /usr/ports/emulators/linux-peops-spu/distinfo Sun Jan 12 01:28:50 2003 +++ linux-peops-spu/distinfo Tue Nov 25 08:50:25 2003 @@ -1 +1 @@ -MD5 (spupeopsoss103.tar.gz) = 2e3e628d5a58bd9a0c63feb795ba9c22 +MD5 (spupeopsoss107.tar.gz) = 4019c4593deb0e6d342aee065239410d diff -ruN /usr/ports/emulators/linux-peops-spu/pkg-descr linux-peops-spu/pkg-descr --- /usr/ports/emulators/linux-peops-spu/pkg-descr Sun Jan 12 01:28:50 2003 +++ linux-peops-spu/pkg-descr Tue Nov 25 10:07:48 2003 @@ -1,6 +1,6 @@ P.E.Op.S. OSS SPU is a PSEmu Pro SPU plugin using the OSS interface. -This is the Linux version, tested with emulators/linux-ePSXe. +This is the Linux version, tested with emulators/linux-epsxe. WWW: http://sourceforge.net/projects/peops/ diff -ruN /usr/ports/emulators/linux-peops-spu/pkg-plist linux-peops-spu/pkg-plist --- /usr/ports/emulators/linux-peops-spu/pkg-plist Sun Jan 12 01:28:50 2003 +++ linux-peops-spu/pkg-plist Tue Nov 25 10:08:02 2003 @@ -1,12 +1,12 @@ -lib/linux-psemupro/plugins/libspuPeopsOSS.so.1.0.3 -libexec/linux-psemupro/cfg/cfgPeopsOSS -share/linux-psemupro/cfg/spuPeopsOSS.cfg -@dirrm lib/linux-psemupro/plugins -@dirrm lib/linux-psemupro -@dirrm libexec/linux-psemupro/cfg -@dirrm libexec/linux-psemupro -@dirrm share/linux-psemupro/cfg -@dirrm share/linux-psemupro -%%PORTDOCS%%share/doc/linux-peops-spu/readme_1_3.txt -%%PORTDOCS%%share/doc/linux-peops-spu/version_1_3.txt -%%PORTDOCS%%@dirrm share/doc/linux-peops-spu +lib/psemupro/plugins/libspuPeopsOSS.so.1.0.7 +libexec/psemupro/cfg/cfgPeopsOSS +share/psemupro/cfg/spuPeopsOSS.cfg +@dirrm lib/psemupro/plugins +@dirrm lib/psemupro +@dirrm libexec/psemupro/cfg +@dirrm libexec/psemupro +@dirrm share/psemupro/cfg +@dirrm share/psemupro +%%PORTDOCS%%share/doc/peops-spu/readme_1_7.txt +%%PORTDOCS%%share/doc/peops-spu/version_1_7.txt +%%PORTDOCS%%@dirrm share/doc/peops-spu >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 01:40:31 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C257D16A4CE for ; Tue, 25 Nov 2003 01:40:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CBFE43FEA for ; Tue, 25 Nov 2003 01:40:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP9eLFY069341 for ; Tue, 25 Nov 2003 01:40:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAP9eLAM069339; Tue, 25 Nov 2003 01:40:21 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 01:40:21 -0800 (PST) Resent-Message-Id: <200311250940.hAP9eLAM069339@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD3516A4CE for ; Tue, 25 Nov 2003 01:38:49 -0800 (PST) Received: from gateway.lefort.net (213.189.162.78.brutele.be [213.189.162.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C84C43FDF for ; Tue, 25 Nov 2003 01:38:47 -0800 (PST) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id BD4CD54EA for ; Tue, 25 Nov 2003 10:38:46 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id B090722E1B; Tue, 25 Nov 2003 10:38:46 +0100 (CET) Message-Id: <20031125093846.B090722E1B@jsite.lefort.net> Date: Tue, 25 Nov 2003 10:38:46 +0100 (CET) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59673: Update port: emulators/linux-pete-mesagpu to 1.75 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 09:40:31 -0000 >Number: 59673 >Category: ports >Synopsis: Update port: emulators/linux-pete-mesagpu to 1.75 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 01:40:21 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Wed Oct 29 13:50:04 CET 2003 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/emulators/linux-pete-mesagpu/Makefile linux-pete-mesagpu/Makefile --- /usr/ports/emulators/linux-pete-mesagpu/Makefile Sat Feb 22 07:21:22 2003 +++ linux-pete-mesagpu/Makefile Tue Nov 25 10:11:34 2003 @@ -2,15 +2,15 @@ # Date created: 23 Dec 2002 # Whom: Jean-Yves Lefort # -# $FreeBSD: ports/emulators/linux-pete-mesagpu/Makefile,v 1.2 2003/02/21 11:58:59 knu Exp $ +# $FreeBSD$ # -PORTNAME= mesagpu -PORTVERSION= 1.68 +PORTNAME= pete-mesagpu +PORTVERSION= 1.75 CATEGORIES= emulators linux MASTER_SITES= http://home.t-online.de/home/PeteBernert/ -PKGNAMEPREFIX= linux-pete- -DISTNAME= gpupetemesagl168 +PKGNAMEPREFIX= linux- +DISTNAME= gpupetemesagl175 MAINTAINER= jylefort@brutele.be COMMENT= A PSEmu Pro GPU plugin using an OpenGL renderer (Linux version) @@ -29,15 +29,13 @@ .include -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} - -PSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/linux-psemupro/plugins -PSEMUPRO_CFGBINS_DIR= ${LOCALBASE}/libexec/linux-psemupro/cfg -PSEMUPRO_CFGFILES_DIR= ${LOCALBASE}/share/linux-psemupro/cfg +PSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/psemupro/plugins +PSEMUPRO_CFGBINS_DIR= ${LOCALBASE}/libexec/psemupro/cfg +PSEMUPRO_CFGFILES_DIR= ${LOCALBASE}/share/psemupro/cfg do-install: ${MKDIR} ${PSEMUPRO_PLUGINS_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeteMesaGL.so.1.0.68 ${PSEMUPRO_PLUGINS_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeteMesaGL.so.1.0.75 ${PSEMUPRO_PLUGINS_DIR} ${MKDIR} ${PSEMUPRO_CFGBINS_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/cfgPeteMesaGL ${PSEMUPRO_CFGBINS_DIR} diff -ruN /usr/ports/emulators/linux-pete-mesagpu/distinfo linux-pete-mesagpu/distinfo --- /usr/ports/emulators/linux-pete-mesagpu/distinfo Mon Jan 13 09:44:00 2003 +++ linux-pete-mesagpu/distinfo Tue Nov 25 08:53:36 2003 @@ -1 +1 @@ -MD5 (gpupetemesagl168.tar.gz) = 4cf6d3da575e331434cbc2f2693d2884 +MD5 (gpupetemesagl175.tar.gz) = d22139dd256e273ee6eeb14d7ce319b3 diff -ruN /usr/ports/emulators/linux-pete-mesagpu/pkg-descr linux-pete-mesagpu/pkg-descr --- /usr/ports/emulators/linux-pete-mesagpu/pkg-descr Mon Jan 13 09:44:00 2003 +++ linux-pete-mesagpu/pkg-descr Tue Nov 25 10:08:30 2003 @@ -1,7 +1,7 @@ Pete's MesaGL GPU is a PSEmu Pro GPU plugin using a hardware-accelerated OpenGL renderer. -This is the Linux version, tested with emulators/linux-ePSXe. +This is the Linux version, tested with emulators/linux-epsxe. WWW: http://home.t-online.de/home/PeteBernert/#Pete's%20MesaGL%20GPU diff -ruN /usr/ports/emulators/linux-pete-mesagpu/pkg-plist linux-pete-mesagpu/pkg-plist --- /usr/ports/emulators/linux-pete-mesagpu/pkg-plist Mon Jan 13 09:44:00 2003 +++ linux-pete-mesagpu/pkg-plist Tue Nov 25 10:09:09 2003 @@ -1,14 +1,12 @@ -lib/linux-psemupro/plugins/libgpuPeteMesaGL.so.1.0.68 -libexec/linux-psemupro/cfg/cfgPeteMesaGL -share/linux-psemupro/cfg/gpuPeteMesaGL.cfg - -@dirrm lib/linux-psemupro/plugins -@dirrm lib/linux-psemupro -@dirrm libexec/linux-psemupro/cfg -@dirrm libexec/linux-psemupro -@dirrm share/linux-psemupro/cfg -@dirrm share/linux-psemupro - -%%PORTDOCS%%share/doc/linux-pete-mesagpu/readme.txt -%%PORTDOCS%%share/doc/linux-pete-mesagpu/version.txt -%%PORTDOCS%%@dirrm share/doc/linux-pete-mesagpu +lib/psemupro/plugins/libgpuPeteMesaGL.so.1.0.75 +libexec/psemupro/cfg/cfgPeteMesaGL +share/psemupro/cfg/gpuPeteMesaGL.cfg +@dirrm lib/psemupro/plugins +@dirrm lib/psemupro +@dirrm libexec/psemupro/cfg +@dirrm libexec/psemupro +@dirrm share/psemupro/cfg +@dirrm share/psemupro +%%PORTDOCS%%share/doc/pete-mesagpu/readme.txt +%%PORTDOCS%%share/doc/pete-mesagpu/version.txt +%%PORTDOCS%%@dirrm share/doc/pete-mesagpu >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 01:40:32 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AA0A16A4CE for ; Tue, 25 Nov 2003 01:40:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0393C43FF5 for ; Tue, 25 Nov 2003 01:40:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP9eLFY069314 for ; Tue, 25 Nov 2003 01:40:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAP9eLjX069313; Tue, 25 Nov 2003 01:40:21 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 01:40:21 -0800 (PST) Resent-Message-Id: <200311250940.hAP9eLjX069313@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B901F16A4CE for ; Tue, 25 Nov 2003 01:36:26 -0800 (PST) Received: from gateway.lefort.net (213.189.162.78.brutele.be [213.189.162.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 508A943FDF for ; Tue, 25 Nov 2003 01:36:21 -0800 (PST) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id CBE2154EA for ; Tue, 25 Nov 2003 10:36:20 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id C2A8522E1B; Tue, 25 Nov 2003 10:36:20 +0100 (CET) Message-Id: <20031125093620.C2A8522E1B@jsite.lefort.net> Date: Tue, 25 Nov 2003 10:36:20 +0100 (CET) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59671: Update port: emulators/linux-peops-softgpu to 1.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 09:40:32 -0000 >Number: 59671 >Category: ports >Synopsis: Update port: emulators/linux-peops-softgpu to 1.15 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 01:40:21 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Wed Oct 29 13:50:04 CET 2003 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/emulators/linux-peops-softgpu/Makefile linux-peops-softgpu/Makefile --- /usr/ports/emulators/linux-peops-softgpu/Makefile Sat Feb 22 07:21:22 2003 +++ linux-peops-softgpu/Makefile Tue Nov 25 10:11:25 2003 @@ -2,15 +2,15 @@ # Date created: 21 Dec 2002 # Whom: Jean-Yves Lefort # -# $FreeBSD: ports/emulators/linux-peops-softgpu/Makefile,v 1.2 2003/02/21 11:58:59 knu Exp $ +# $FreeBSD$ # -PORTNAME= softgpu -PORTVERSION= 1.12 +PORTNAME= peops-softgpu +PORTVERSION= 1.15 CATEGORIES= emulators linux MASTER_SITES= http://home.t-online.de/home/PeteBernert/ -PKGNAMEPREFIX= linux-peops- -DISTNAME= gpupeopssoftx112 +PKGNAMEPREFIX= linux- +DISTNAME= gpupeopssoftx115 MAINTAINER= jylefort@brutele.be COMMENT= A PSEmu Pro GPU plugin using a software X11 renderer (Linux version) @@ -28,15 +28,13 @@ .include -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} - -PSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/linux-psemupro/plugins -PSEMUPRO_CFGBINS_DIR= ${LOCALBASE}/libexec/linux-psemupro/cfg -PSEMUPRO_CFGFILES_DIR= ${LOCALBASE}/share/linux-psemupro/cfg +PSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/psemupro/plugins +PSEMUPRO_CFGBINS_DIR= ${LOCALBASE}/libexec/psemupro/cfg +PSEMUPRO_CFGFILES_DIR= ${LOCALBASE}/share/psemupro/cfg do-install: ${MKDIR} ${PSEMUPRO_PLUGINS_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeopsSoftX.so.1.0.12 ${PSEMUPRO_PLUGINS_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeopsSoftX.so.1.0.15 ${PSEMUPRO_PLUGINS_DIR} ${MKDIR} ${PSEMUPRO_CFGBINS_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/cfgPeopsSoft ${PSEMUPRO_CFGBINS_DIR} @@ -47,8 +45,8 @@ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} \ - ${WRKSRC}/readme_1_12.txt \ - ${WRKSRC}/version_1_12.txt \ + ${WRKSRC}/peops_soft_readme_1_15.txt \ + ${WRKSRC}/peops_soft_version_1_15.txt \ ${DOCSDIR} .endif diff -ruN /usr/ports/emulators/linux-peops-softgpu/distinfo linux-peops-softgpu/distinfo --- /usr/ports/emulators/linux-peops-softgpu/distinfo Sun Jan 12 01:16:49 2003 +++ linux-peops-softgpu/distinfo Tue Nov 25 08:47:01 2003 @@ -1 +1 @@ -MD5 (gpupeopssoftx112.tar.gz) = e474bfcd09fc55582f76d96fec29d33f +MD5 (gpupeopssoftx115.tar.gz) = 890391e4a9a1b9b4e5954ab69a4011df diff -ruN /usr/ports/emulators/linux-peops-softgpu/pkg-descr linux-peops-softgpu/pkg-descr --- /usr/ports/emulators/linux-peops-softgpu/pkg-descr Sun Jan 12 01:16:49 2003 +++ linux-peops-softgpu/pkg-descr Tue Nov 25 10:06:49 2003 @@ -1,6 +1,6 @@ P.E.Op.S. Soft GPU is a PSEmu Pro GPU plugin using a software X11 renderer. -This is the Linux version, tested with emulators/linux-ePSXe. +This is the Linux version, tested with emulators/linux-epsxe. WWW: http://sourceforge.net/projects/peops/ diff -ruN /usr/ports/emulators/linux-peops-softgpu/pkg-plist linux-peops-softgpu/pkg-plist --- /usr/ports/emulators/linux-peops-softgpu/pkg-plist Sun Jan 12 01:16:49 2003 +++ linux-peops-softgpu/pkg-plist Tue Nov 25 10:07:18 2003 @@ -1,12 +1,12 @@ -lib/linux-psemupro/plugins/libgpuPeopsSoftX.so.1.0.12 -libexec/linux-psemupro/cfg/cfgPeopsSoft -share/linux-psemupro/cfg/gpuPeopsSoftX.cfg -@dirrm lib/linux-psemupro/plugins -@dirrm lib/linux-psemupro -@dirrm libexec/linux-psemupro/cfg -@dirrm libexec/linux-psemupro -@dirrm share/linux-psemupro/cfg -@dirrm share/linux-psemupro -%%PORTDOCS%%share/doc/linux-peops-softgpu/readme_1_12.txt -%%PORTDOCS%%share/doc/linux-peops-softgpu/version_1_12.txt -%%PORTDOCS%%@dirrm share/doc/linux-peops-softgpu +lib/psemupro/plugins/libgpuPeopsSoftX.so.1.0.15 +libexec/psemupro/cfg/cfgPeopsSoft +share/psemupro/cfg/gpuPeopsSoftX.cfg +@dirrm lib/psemupro/plugins +@dirrm lib/psemupro +@dirrm libexec/psemupro/cfg +@dirrm libexec/psemupro +@dirrm share/psemupro/cfg +@dirrm share/psemupro +%%PORTDOCS%%share/doc/peops-softgpu/peops_soft_readme_1_15.txt +%%PORTDOCS%%share/doc/peops-softgpu/peops_soft_version_1_15.txt +%%PORTDOCS%%@dirrm share/doc/peops-softgpu >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 02:25:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D3BD16A4CE; Tue, 25 Nov 2003 02:25:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DA3243F93; Tue, 25 Nov 2003 02:25:21 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPAPKFY073838; Tue, 25 Nov 2003 02:25:20 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPAPK2k073834; Tue, 25 Nov 2003 02:25:20 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 02:25:20 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251025.hAPAPK2k073834@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59094: [new port] www/mod_extract_forwarded2: mod_extract_forwarded for apache2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 10:25:22 -0000 Synopsis: [new port] www/mod_extract_forwarded2: mod_extract_forwarded for apache2 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: mat Class-Changed-When: Tue Nov 25 02:24:43 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59094 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 02:27:50 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8586216A4CE; Tue, 25 Nov 2003 02:27:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E691F43F93; Tue, 25 Nov 2003 02:27:49 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPARnFY073914; Tue, 25 Nov 2003 02:27:49 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPARnW8073910; Tue, 25 Nov 2003 02:27:49 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 02:27:49 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251027.hAPARnW8073910@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59157: [New Port]:: www/moregroupware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 10:27:50 -0000 Synopsis: [New Port]:: www/moregroupware Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: mat Class-Changed-When: Tue Nov 25 02:25:23 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59157 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 02:28:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C5C16A4CE; Tue, 25 Nov 2003 02:28:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0D343FE0; Tue, 25 Nov 2003 02:28:12 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPASCFY073964; Tue, 25 Nov 2003 02:28:12 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPASCDY073960; Tue, 25 Nov 2003 02:28:12 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 02:28:12 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251028.hAPASCDY073960@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58709: New port: net/ksambaplugin, a KDE 3.x Control center Samba configurator and Konqueror SMB share manager X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 10:28:12 -0000 Synopsis: New port: net/ksambaplugin, a KDE 3.x Control center Samba configurator and Konqueror SMB share manager Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: mat Class-Changed-When: Tue Nov 25 02:27:52 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=58709 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 02:28:43 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C4F16A4CE; Tue, 25 Nov 2003 02:28:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 740B443FCB; Tue, 25 Nov 2003 02:28:42 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPASgFY074021; Tue, 25 Nov 2003 02:28:42 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPASg0L074017; Tue, 25 Nov 2003 02:28:42 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 02:28:42 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251028.hAPASg0L074017@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/56660: new slave port www/mod_jk-apache2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 10:28:43 -0000 Synopsis: new slave port www/mod_jk-apache2 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: mat Class-Changed-When: Tue Nov 25 02:28:13 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=56660 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 02:35:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AFEB16A4CF; Tue, 25 Nov 2003 02:35:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA37643F93; Tue, 25 Nov 2003 02:35:25 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPAZPFY074926; Tue, 25 Nov 2003 02:35:25 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPAZNmB074919; Tue, 25 Nov 2003 02:35:23 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 02:35:23 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251035.hAPAZNmB074919@freefall.freebsd.org> To: pavel@alum.mit.edu, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: java/36024: port update: OpenJIT 1.1.16 for JDK 1.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 10:35:26 -0000 Synopsis: port update: OpenJIT 1.1.16 for JDK 1.3.1 State-Changed-From-To: open->closed State-Changed-By: mat State-Changed-When: Tue Nov 25 02:30:23 PST 2003 State-Changed-Why: Another update has already been committed by glewis on 2003/10/17 06:35:53 http://www.freebsd.org/cgi/query-pr.cgi?pr=36024 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 02:39:43 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA99A16A4CE; Tue, 25 Nov 2003 02:39:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F7143FB1; Tue, 25 Nov 2003 02:39:43 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPAdgFY075147; Tue, 25 Nov 2003 02:39:42 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPAdgEv075143; Tue, 25 Nov 2003 02:39:42 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 02:39:42 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251039.hAPAdgEv075143@freefall.freebsd.org> To: x@vex.net, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/53997: update py-psycopg from 1.0.13 to 1.1.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 10:39:43 -0000 Synopsis: update py-psycopg from 1.0.13 to 1.1.5.1 State-Changed-From-To: open->closed State-Changed-By: mat State-Changed-When: Tue Nov 25 02:35:27 PST 2003 State-Changed-Why: Already updated by perky 2003/09/01 05:58:34 And it was an update Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 02:35:27 PST 2003 Class-Changed-Why: Already updated by perky 2003/09/01 05:58:34 And it was an update http://www.freebsd.org/cgi/query-pr.cgi?pr=53997 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 02:50:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 026EF16A4CE for ; Tue, 25 Nov 2003 02:50:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C09943FB1 for ; Tue, 25 Nov 2003 02:50:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPAoCFY075580 for ; Tue, 25 Nov 2003 02:50:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPAoCYx075579; Tue, 25 Nov 2003 02:50:12 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 02:50:12 -0800 (PST) Resent-Message-Id: <200311251050.hAPAoCYx075579@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Janos Mohacsi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07D6516A4CE; Tue, 25 Nov 2003 02:45:33 -0800 (PST) Received: from skye.ki.iif.hu (freebsd.ki.iif.hu [193.225.13.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84EDE43FEA; Tue, 25 Nov 2003 02:45:31 -0800 (PST) (envelope-from mohacsi@skye.ki.iif.hu) Received: (from mohacsi@localhost) by skye.ki.iif.hu (8.12.10/8.12.10) id hAPAjwVY005510; Tue, 25 Nov 2003 11:45:58 +0100 (CET) (envelope-from mohacsi) Message-Id: <200311251045.hAPAjwVY005510@skye.ki.iif.hu> Date: Tue, 25 Nov 2003 11:45:58 +0100 (CET) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ume@FreeBSD.org Subject: ports/59675: Maintainer Update: net/p5-IO-INET6 to version 2.00 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Janos Mohacsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 10:50:20 -0000 >Number: 59675 >Category: ports >Synopsis: Maintainer Update: net/p5-IO-INET6 to version 2.00 >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: Tue Nov 25 02:50:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 4.9-STABLE i386 >Organization: NIIF >Environment: System: FreeBSD skye.ki.iif.hu 4.9-STABLE FreeBSD 4.9-STABLE #2: Mon Nov 24 10:43:45 CET 2003 root@skye.ki.iif.hu:/usr/obj/mirror/src/sys/SKYE i386 >Description: Maintainer update: to net/p5-IO-INET6 to version 2.00 original package changes: - remove deprecated IPv6 API getipnode() - completely protocol independent now - more test suite - relies on Socket6-0.12 port changes: - check existence at least of perl 5.6.1 - mention protocol independence in pkg-descr >How-To-Repeat: Warning this patch requires ports/58707 to be applied (upgrade to Socket6 0.12). This PR copied to Hajimu UMEMOTO the maintainer of Socket6 also. Then apply this diff. >Fix: diff -ruN p5-IO-INET6.bak/Makefile p5-IO-INET6/Makefile --- p5-IO-INET6.bak/Makefile Mon Oct 27 13:46:05 2003 +++ p5-IO-INET6/Makefile Tue Nov 25 11:15:14 2003 @@ -6,7 +6,7 @@ # PORTNAME= INET6 -PORTVERSION= 1.28 +PORTVERSION= 2.00 CATEGORIES= net perl5 ipv6 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IO @@ -22,4 +22,10 @@ PERL_CONFIGURE= yes -.include +.include + +.if ${PERL_LEVEL} < 500601 +IGNORE= Port requires perl 5.6.1 or later. Install lang/perl5 then try again +.endif + +.include diff -ruN p5-IO-INET6.bak/distinfo p5-IO-INET6/distinfo --- p5-IO-INET6.bak/distinfo Fri Aug 22 12:41:12 2003 +++ p5-IO-INET6/distinfo Mon Nov 24 12:47:16 2003 @@ -1 +1 @@ -MD5 (INET6-1.28.tar.gz) = 799199206d8d8641e11b33c0748a313e +MD5 (INET6-2.00.tar.gz) = 213662c019d0e177e6be2daa61740d8c diff -ruN p5-IO-INET6.bak/files/patch-INET6.pm p5-IO-INET6/files/patch-INET6.pm --- p5-IO-INET6.bak/files/patch-INET6.pm Thu Jul 3 00:17:15 2003 +++ p5-IO-INET6/files/patch-INET6.pm Thu Jan 1 01:00:00 1970 @@ -1,29 +0,0 @@ ---- INET6.pm.orig Tue Jun 24 14:14:26 2003 -+++ INET6.pm Wed Jul 2 21:33:28 2003 -@@ -10,7 +10,7 @@ - package IO::Socket::INET6; - - use strict; --our(@ISA, $VERSION); -+use vars qw(@ISA $VERSION); - use IO::Socket; - use Socket6; - use Carp; -@@ -20,7 +20,7 @@ - @ISA = qw(IO::Socket); - $VERSION = "1.27"; - --my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1; -+my $EINVAL = defined(&Errno::EINVAL) ? Errno::EINVAL() : 1; - - IO::Socket::INET6->register_domain( AF_INET6 ); - -@@ -183,7 +183,7 @@ - } - - if ($arg->{ReusePort}) { -- $sock->sockopt(SO_REUSEPORT,1) or -+ $sock->sockopt(0x0200,1) or - return _error($sock, $!, "$!"); - } - diff -ruN p5-IO-INET6.bak/pkg-descr p5-IO-INET6/pkg-descr --- p5-IO-INET6.bak/pkg-descr Thu Jul 3 00:17:15 2003 +++ p5-IO-INET6/pkg-descr Tue Nov 25 11:23:04 2003 @@ -1,5 +1,7 @@ IO::Socket::INET6 provides an object interface to creating and using sockets in the AF_INET6 domain. It is built upon the IO::Socket interface and -inherits all the methods defined by IO::Socket. +inherits all the methods defined by IO::Socket. As a consequence, this module +is protocol Independent, it can run both IPv6 | IPv4, when DNS names are +passed. WWW: http://search.cpan.org/search?dist=IO-INET6 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 02:50:27 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB74016A4CF for ; Tue, 25 Nov 2003 02:50:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 861B643FE5 for ; Tue, 25 Nov 2003 02:50:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPAoDFY075594 for ; Tue, 25 Nov 2003 02:50:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPAoDHq075593; Tue, 25 Nov 2003 02:50:13 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 02:50:13 -0800 (PST) Resent-Message-Id: <200311251050.hAPAoDHq075593@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Shute Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE42216A4CE for ; Tue, 25 Nov 2003 02:46:08 -0800 (PST) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA46543F75 for ; Tue, 25 Nov 2003 02:46:04 -0800 (PST) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 3.36 #1 (Debian)) id 1AOahn-000071-00 for ; Tue, 25 Nov 2003 10:46:03 +0000 Received: from esperance.zetnet.co.uk (bts-0164.dialup.zetnet.co.uk [194.247.48.164])hAPAk1eS012238 for ; Tue, 25 Nov 2003 10:46:02 GMT Received: (qmail 23697 invoked by uid 1001); 25 Nov 2003 10:44:03 -0000 Message-Id: <20031125104403.23696.qmail@peach.veggie.com> Date: 25 Nov 2003 10:44:03 -0000 From: "Frank Shute" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59676: patch for port: mail/bbmail (segfaults on current) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Frank Shute List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 10:50:27 -0000 >Number: 59676 >Category: ports >Synopsis: patch for port: mail/bbmail (segfaults on current) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 02:50:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Frank Shute >Release: FreeBSD 4.9-RC i386 >Organization: None >Environment: System: FreeBSD peach.veggie.com 4.9-RC FreeBSD 4.9-RC #1: Wed Oct 22 07:57:50 BST 2003 root@peach.veggie.com:/usr/obj/usr/src/sys/FRANKS i386 $ gcc -v Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] >Description: bbmail port for current builds but when run segfaults & dumps core due to use of uninitialised variables in deprecated old version of source (bbmail-0.8.2.tar.gz) >How-To-Repeat: build port & run bbmail binary >Fix: Apply below patch to current port. NB. The master site for bbtools will be changing & I've added another mirror for the src. --- bbmail.diff begins here --- diff -ruN /usr/ports/mail/bbmail/Makefile /home/frank/bbmail.new/Makefile --- /usr/ports/mail/bbmail/Makefile Fri Feb 21 00:09:48 2003 +++ /home/frank/bbmail.new/Makefile Tue Nov 25 10:10:05 2003 @@ -6,9 +6,11 @@ # PORTNAME= bbmail -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= mail -MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/ +MASTER_SITES= http://easynews.dl.sourceforge.net/sourceforge/bbtools/ \ + http://bbtools.thelinuxcommunity.org/sources/ \ + http://www.esperance-linux.co.uk/src/ MAINTAINER= ports@FreeBSD.org COMMENT= A tool intended for Blackbox that checks for new mail diff -ruN /usr/ports/mail/bbmail/distinfo /home/frank/bbmail.new/distinfo --- /usr/ports/mail/bbmail/distinfo Fri Feb 21 00:09:48 2003 +++ /home/frank/bbmail.new/distinfo Mon Nov 24 00:51:39 2003 @@ -1 +1 @@ -MD5 (bbmail-0.8.2.tar.gz) = c66c4d603eeb2175886ce3201eaca41c +MD5 (bbmail-0.8.3.tar.gz) = fc5dd75c3350402a3740a9982f206118 diff -ruN /usr/ports/mail/bbmail/pkg-descr /home/frank/bbmail.new/pkg-descr --- /usr/ports/mail/bbmail/pkg-descr Sat May 11 04:01:30 2002 +++ /home/frank/bbmail.new/pkg-descr Mon Nov 24 00:50:11 2003 @@ -1,5 +1,5 @@ -A tool that displays the status of your mailbox and notifies you when new -mail has arrived. It was designed to be used with the Blackbox window manager -but should work with any window manager. +A tool that displays the status of your mailbox/maildir and notifies +you when new mail has arrived. It was designed to be used with the +Blackbox window manager but should work with any window manager. WWW: http://bbtools.thelinuxcommunity.org/ --- bbmail.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 02:54:33 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C84A16A4CE; Tue, 25 Nov 2003 02:54:33 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED4F43F85; Tue, 25 Nov 2003 02:54:32 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPAsWFY075827; Tue, 25 Nov 2003 02:54:32 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPAsThC075823; Tue, 25 Nov 2003 02:54:30 -0800 (PST) (envelope-from linimon) Date: Tue, 25 Nov 2003 02:54:30 -0800 (PST) From: Mark Linimon Message-Id: <200311251054.hAPAsThC075823@freefall.freebsd.org> To: sysadmin@alexdupre.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59608: Re: lang/php4: fixing an issue with pear-mailparse + preparing next pear-PEAR. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 10:54:33 -0000 Synopsis: Re: lang/php4: fixing an issue with pear-mailparse + preparing next pear-PEAR. State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Nov 25 02:53:43 PST 2003 State-Changed-Why: Misfiled followup to ports/59591. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Nov 25 02:53:43 PST 2003 Responsible-Changed-Why: Misfiled followup to ports/59591. http://www.freebsd.org/cgi/query-pr.cgi?pr=59608 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 02:55:04 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A51F16A4CE; Tue, 25 Nov 2003 02:55:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DBCB43FE0; Tue, 25 Nov 2003 02:55:03 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPAt3FY075878; Tue, 25 Nov 2003 02:55:03 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPAt0dr075874; Tue, 25 Nov 2003 02:55:00 -0800 (PST) (envelope-from linimon) Date: Tue, 25 Nov 2003 02:55:00 -0800 (PST) From: Mark Linimon Message-Id: <200311251055.hAPAt0dr075874@freefall.freebsd.org> To: thierry@pompo.net, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59616: Re: lang/php4: fixing an issue with pear-mailparse + preparing next pear-PEAR. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 10:55:04 -0000 Synopsis: Re: lang/php4: fixing an issue with pear-mailparse + preparing next pear-PEAR. State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Nov 25 02:54:36 PST 2003 State-Changed-Why: Misfiled followup to ports/59591. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Nov 25 02:54:36 PST 2003 Responsible-Changed-Why: Misfiled followup to ports/59591. http://www.freebsd.org/cgi/query-pr.cgi?pr=59616 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 02:56:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F9016A4CE; Tue, 25 Nov 2003 02:56:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D769543FBD; Tue, 25 Nov 2003 02:56:17 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPAuHFY075921; Tue, 25 Nov 2003 02:56:17 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPAuHWH075917; Tue, 25 Nov 2003 02:56:17 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 02:56:17 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251056.hAPAuHWH075917@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/57931: Update port: databases/grass to 5.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 10:56:18 -0000 X-List-Received-Date: Tue, 25 Nov 2003 10:56:18 -0000 Synopsis: Update port: databases/grass to 5.0.2 Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 02:52:39 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=57931 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 02:58:37 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA73916A4CE; Tue, 25 Nov 2003 02:58:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1267F43FA3; Tue, 25 Nov 2003 02:58:37 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPAwaFY076007; Tue, 25 Nov 2003 02:58:36 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPAwa4p076003; Tue, 25 Nov 2003 02:58:36 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 02:58:36 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251058.hAPAwa4p076003@freefall.freebsd.org> To: jylefort@brutele.be, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58266: Update port: net/gtk-gnutella to 0.92.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 10:58:37 -0000 Synopsis: Update port: net/gtk-gnutella to 0.92.1 State-Changed-From-To: open->closed State-Changed-By: mat State-Changed-When: Tue Nov 25 02:56:19 PST 2003 State-Changed-Why: PR 54624 has a newer version Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 02:56:19 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=58266 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:04:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B17816A4CF; Tue, 25 Nov 2003 03:04:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD0E743FD7; Tue, 25 Nov 2003 03:04:15 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPB4FFY076745; Tue, 25 Nov 2003 03:04:15 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPB4C89076741; Tue, 25 Nov 2003 03:04:12 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:04:12 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251104.hAPB4C89076741@freefall.freebsd.org> To: avg@icyb.net.ua, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/54624: Update: net/gtk-gnutella X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:04:16 -0000 Synopsis: Update: net/gtk-gnutella State-Changed-From-To: suspended->open State-Changed-By: mat State-Changed-When: Tue Nov 25 03:03:04 PST 2003 State-Changed-Why: New patch has been submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=54624 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:06:44 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A22D916A4CE; Tue, 25 Nov 2003 03:06:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF8943FE0; Tue, 25 Nov 2003 03:06:44 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPB6hFY080098; Tue, 25 Nov 2003 03:06:43 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPB6hw5080094; Tue, 25 Nov 2003 03:06:43 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:06:43 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251106.hAPB6hw5080094@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58725: Update port: lang/nml updated to 0.92a, fixed urls and emails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:06:44 -0000 Synopsis: Update port: lang/nml updated to 0.92a, fixed urls and emails Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 02:58:38 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=58725 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:10:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B7DE16A4CE for ; Tue, 25 Nov 2003 03:10:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B49DE43FE9 for ; Tue, 25 Nov 2003 03:10:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBALFY080152 for ; Tue, 25 Nov 2003 03:10:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBALnk080151; Tue, 25 Nov 2003 03:10:21 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 03:10:21 -0800 (PST) Resent-Message-Id: <200311251110.hAPBALnk080151@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Akifyev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 772FA16A4CE for ; Tue, 25 Nov 2003 03:03:45 -0800 (PST) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F93443F85 for ; Tue, 25 Nov 2003 03:03:44 -0800 (PST) (envelope-from asa@mail.gascom.ru) Received: (qmail 46716 invoked by uid 1000); 25 Nov 2003 11:03:39 -0000 Message-Id: <20031125110339.46710.qmail@mail.gascom.ru> Date: 25 Nov 2003 11:03:39 -0000 From: Sergey Akifyev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59678: [new port] games/ssamtse - Serious Sam: The Second Encounter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Akifyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:10:24 -0000 >Number: 59678 >Category: ports >Synopsis: [new port] games/ssamtse - Serious Sam: The Second Encounter >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 03:10:21 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergey Akifyev >Release: FreeBSD 4.8-RELEASE-p13 i386 >Organization: JSC Gascom >Environment: System: FreeBSD mail.gascom.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #5: Mon Oct 6 15:48:47 MSD 2003 asa@boulder.gascom.ru:/usr/src/sys/compile/SMP_STD i386 >Description: Sam is back in the all new Second Episode of his battles with his arch-enemy Mental! After finding the Sirian spacecraft in ancient Egypt, Sam "Serious" Stonr hijacked it and headed for Mental himself! Warning: You still need original game data files to play. * Please, don't review this port too long, I really need feedback about this one. For me is works fine, I need to know, what about others! >How-To-Repeat: >Fix: --- ssamtse.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ssamtse # ssamtse/Makefile # ssamtse/distinfo # ssamtse/pkg-descr # ssamtse/pkg-plist # ssamtse/files # ssamtse/files/patch-bin_ssamtse # ssamtse/pkg-message # echo c - ssamtse mkdir -p ssamtse > /dev/null 2>&1 echo x - ssamtse/Makefile sed 's/^X//' >ssamtse/Makefile << 'END-of-ssamtse/Makefile' X# New ports collection makefile for: ssamtse X# Date created: 25 November 2003 X# Whom: Sergey Akifyev X# X# $FreeBSD$ X# X XPORTNAME= ssamtse XPORTVERSION= b1 XCATEGORIES= games XMASTER_SITES= XDISTFILES= ${PORTNAME}-${PORTVERSION:S|b|beta|}.sh.bin XEXTRACT_ONLY= X XMAINTAINER= asa@gascom.ru XCOMMENT= Serious Sam - The Second Encounter X XRUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base X XNO_BUILD= yes XUSE_BZIP2= yes XUSE_REINPLACE= yes XUSE_XLIB= yes XUSE_GL= yes XINSTALLS_SHLIB= yes X XSSAMDIR= ${PREFIX}/ssam XSERIOUS_MHZ?= 1000 XPKGMESSAGE= ${WRKDIR}/pkgmsg X XONLY_FOR_ARCHS= i386 X Xpre-fetch: X @if test ! -e "${DISTDIR}/${DISTFILES}"; then \ X ${ECHO_MSG} "Warning: you should fetch distfiles for this port"; \ X ${ECHO_MSG} "manually! Google for 'serious sam linux', and get"; \ X ${ECHO_MSG} "following files into distdir:"; \ X ${ECHO_MSG} " ${DISTFILES}"; \ X ${ECHO_MSG} "I'll enable auto-fetch, when licensing issues"; \ X ${ECHO_MSG} "become clear"; \ X ${FALSE}; \ X fi X Xpost-extract: X.if !exists("${WRKDIR}/ssam/") X @${ECHO} n | ${SH} ${DISTDIR}/${DISTFILES} --keep --nox11 --confirm \ X --target ${WRKDIR}/ssam X @${ECHO_MSG} "" X.endif X @${MKDIR} ${WRKSRC} X @${TAR} -C ${WRKSRC} -xzf ${WRKDIR}/ssam/setupstuff.tar.gz X Xpost-patch: X @${REINPLACE_CMD} -e 's|%SSAMTSE_DATA_PATH%|${SSAMDIR}/Bin|g' \ X -e 's|%SERIOUS_MHZ%|${SERIOUS_MHZ}|g' \ X ${WRKSRC}/bin/ssamtse X @${SED} 's|%SSAMDIR%|${SSAMDIR}|g' ${PKGDIR}/pkg-message > ${PKGMESSAGE} X Xdo-install: X @${MKDIR} ${SSAMDIR} X @${TAR} --bzip2 -C ${SSAMDIR} -xf \ X ${WRKDIR}/ssam/bins.tar.bz2 X @${LN} -sf ${SSAMDIR}/Bin/libogg.so ${SSAMDIR}/Bin/libogg.so.0 X @${INSTALL_SCRIPT} ${WRKSRC}/bin/ssamtse ${PREFIX}/bin/ssamtse X @${CAT} ${PKGMESSAGE} X X.include END-of-ssamtse/Makefile echo x - ssamtse/distinfo sed 's/^X//' >ssamtse/distinfo << 'END-of-ssamtse/distinfo' XMD5 (ssamtse-beta1.sh.bin) = 38ba5a60f9f7132a25f92f8aa40c1ba0 END-of-ssamtse/distinfo echo x - ssamtse/pkg-descr sed 's/^X//' >ssamtse/pkg-descr << 'END-of-ssamtse/pkg-descr' XSam is back in the all new Second Episode of his Xbattles with his arch-enemy Mental! After finding Xthe Sirian spacecraft in ancient Egypt, Sam X"Serious" Stonr hijacked it and headed for Mental Xhimself! X XWarning: You still need original game data files Xto play. END-of-ssamtse/pkg-descr echo x - ssamtse/pkg-plist sed 's/^X//' >ssamtse/pkg-plist << 'END-of-ssamtse/pkg-plist' Xbin/ssamtse Xssam/Bin/libEntitiesMP.so Xssam/Bin/libamp11lib.so Xssam/Bin/libvorbis.so Xssam/Bin/ssam_lnx.dynamic Xssam/Bin/libGameMP.so Xssam/Bin/libvorbisfile.so Xssam/Bin/ssam_lnxded Xssam/Bin/libShaders.so Xssam/Bin/libogg.so Xssam/Bin/ssam_lnx Xssam/Bin/ssam_lnxded.dynamic X@exec ln -sf %D/ssam/Bin/libogg.so %D/ssam/Bin/libogg.so.0 X@unexec rm %D/ssam/Bin/libogg.so.0 2>&1 >/dev/null || true X@dirrm ssam/Bin X@dirrm ssam END-of-ssamtse/pkg-plist echo c - ssamtse/files mkdir -p ssamtse/files > /dev/null 2>&1 echo x - ssamtse/files/patch-bin_ssamtse sed 's/^X//' >ssamtse/files/patch-bin_ssamtse << 'END-of-ssamtse/files/patch-bin_ssamtse' X--- bin/ssamtse.orig Fri Mar 14 07:07:05 2003 X+++ bin/ssamtse Tue Nov 25 09:14:55 2003 X@@ -3,6 +3,8 @@ X # Serious Sam: The Second Encounter startup script X # X X+SSAMTSE_DATA_PATH=/usr/local/ssam/Bin X+ X # Function to find the real directory a program resides in. X # Feb. 17, 2000 - Sam Lantinga, Loki Entertainment Software X FindPath() X@@ -41,6 +43,9 @@ X X LD_LIBRARY_PATH=.:${SSAMTSE_DATA_PATH}:${LD_LIBRARY_PATH} X export LD_LIBRARY_PATH X+ X+export __GL_SINGLE_THREADED=yes X+export SERIOUS_MHZ=%SERIOUS_MHZ% X X # Let's boogie! X if [ -x "${SSAMTSE_DATA_PATH}/ssam_lnx" ] END-of-ssamtse/files/patch-bin_ssamtse echo x - ssamtse/pkg-message sed 's/^X//' >ssamtse/pkg-message << 'END-of-ssamtse/pkg-message' XSerious Sam - The Second Encounter linux binaries are now Xinstalled. But it's up to you to copy SSam data files Xto %SSAMDIR%. X XI hope, this will be fixed someday... X(especially if someone mails me file list Xof original game CD) END-of-ssamtse/pkg-message exit --- ssamtse.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:16:39 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DCF616A4CF; Tue, 25 Nov 2003 03:16:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 085AB43FB1; Tue, 25 Nov 2003 03:16:39 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBGcFY080388; Tue, 25 Nov 2003 03:16:38 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBGcaS080384; Tue, 25 Nov 2003 03:16:38 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:16:38 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251116.hAPBGcaS080384@freefall.freebsd.org> To: delphij@hotmail.com, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58998: [PATCH] Update security/drweb to 4.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:16:39 -0000 Synopsis: [PATCH] Update security/drweb to 4.30 State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Tue Nov 25 03:06:45 PST 2003 State-Changed-Why: I asked the maintainer about it Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:06:45 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=58998 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:19:02 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C63016A4CE; Tue, 25 Nov 2003 03:19:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D544243FFB; Tue, 25 Nov 2003 03:19:01 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBJ1FY080517; Tue, 25 Nov 2003 03:19:01 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBJ1YX080513; Tue, 25 Nov 2003 03:19:01 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:19:01 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251119.hAPBJ1YX080513@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59379: [Port Update]:: graphics/blender-devel 2.28c -> 2.30 [Fix PR=59374] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:19:02 -0000 Synopsis: [Port Update]:: graphics/blender-devel 2.28c -> 2.30 [Fix PR=59374] Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:16:42 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59379 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:20:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6CEF16A4CE for ; Tue, 25 Nov 2003 03:20:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1111243FDD for ; Tue, 25 Nov 2003 03:20:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBKNFY080619 for ; Tue, 25 Nov 2003 03:20:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBKNls080617; Tue, 25 Nov 2003 03:20:23 -0800 (PST) (envelope-from gnats) Date: Tue, 25 Nov 2003 03:20:23 -0800 (PST) Message-Id: <200311251120.hAPBKNls080617@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/58998: [PATCH] Update security/drweb to 4.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:20:24 -0000 X-List-Received-Date: Tue, 25 Nov 2003 11:20:24 -0000 The following reply was made to PR ports/58998; it has been noted by GNATS. From: Mathieu Arnold To: anton@chelcom.ru Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/58998: [PATCH] Update security/drweb to 4.30 Date: Tue, 25 Nov 2003 12:16:21 +0100 Dear maintainer, security/drweb is updated by PR 58998. Do you approve or disaprove this patch ? -- Mathieu Arnold From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:20:02 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E748C16A4CE; Tue, 25 Nov 2003 03:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5466043F3F; Tue, 25 Nov 2003 03:20:02 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBK2FY080584; Tue, 25 Nov 2003 03:20:02 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBK23K080580; Tue, 25 Nov 2003 03:20:02 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:20:02 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251120.hAPBK23K080580@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59607: Update port: devel/cxxtest 3.0.1 -> 3.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:20:03 -0000 Synopsis: Update port: devel/cxxtest 3.0.1 -> 3.7.1 Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:19:03 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59607 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:25:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B02BD16A4CE; Tue, 25 Nov 2003 03:25:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2065B43F3F; Tue, 25 Nov 2003 03:25:25 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBPOFY080734; Tue, 25 Nov 2003 03:25:25 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBPOEv080730; Tue, 25 Nov 2003 03:25:24 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:25:24 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251125.hAPBPOEv080730@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59609: Update port: emulators/bfe to 20030723 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:25:25 -0000 Synopsis: Update port: emulators/bfe to 20030723 Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:20:04 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59609 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:29:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC0FF16A4CE; Tue, 25 Nov 2003 03:29:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F91743F93; Tue, 25 Nov 2003 03:29:15 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBTFFY080835; Tue, 25 Nov 2003 03:29:15 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBTFpY080831; Tue, 25 Nov 2003 03:29:15 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:29:15 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251129.hAPBTFpY080831@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59613: Update port: science/vis5d+ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:29:16 -0000 Synopsis: Update port: science/vis5d+ Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:28:59 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59613 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:31:06 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D027116A4CE; Tue, 25 Nov 2003 03:31:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E6BF43FCB; Tue, 25 Nov 2003 03:31:06 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBV6FY081073; Tue, 25 Nov 2003 03:31:06 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBV6Z3081069; Tue, 25 Nov 2003 03:31:06 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:31:06 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251131.hAPBV6Z3081069@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59645: Update port: graphics/gtksee to 0.5.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:31:07 -0000 Synopsis: Update port: graphics/gtksee to 0.5.5.1 Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:30:24 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59645 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:30:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB9716A4CE; Tue, 25 Nov 2003 03:30:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E50843FCB; Tue, 25 Nov 2003 03:30:22 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBULFY080897; Tue, 25 Nov 2003 03:30:21 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBULgd080891; Tue, 25 Nov 2003 03:30:21 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:30:21 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251130.hAPBULgd080891@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59644: Update port: games/csmash to 0.6.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:30:22 -0000 X-List-Received-Date: Tue, 25 Nov 2003 11:30:22 -0000 X-List-Received-Date: Tue, 25 Nov 2003 11:30:22 -0000 X-List-Received-Date: Tue, 25 Nov 2003 11:30:22 -0000 Synopsis: Update port: games/csmash to 0.6.6 Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:28:41 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59644 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:31:35 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6597516A4CE; Tue, 25 Nov 2003 03:31:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C930C43F85; Tue, 25 Nov 2003 03:31:34 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBVYFY081263; Tue, 25 Nov 2003 03:31:34 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBVYg3081259; Tue, 25 Nov 2003 03:31:34 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:31:34 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251131.hAPBVYg3081259@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59646: Update port: graphics/sane-backends to 1.0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:31:35 -0000 Synopsis: Update port: graphics/sane-backends to 1.0.13 Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:31:10 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59646 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:32:00 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 287A416A4CE; Tue, 25 Nov 2003 03:32:00 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E98E43FE0; Tue, 25 Nov 2003 03:31:59 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBVxFY081519; Tue, 25 Nov 2003 03:31:59 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBVsVe081515; Tue, 25 Nov 2003 03:31:54 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:31:54 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251131.hAPBVsVe081515@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59647: Update port: www/cheetah to 0.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:32:00 -0000 Synopsis: Update port: www/cheetah to 0.10 Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:31:38 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59647 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:32:58 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66A3016A4CE; Tue, 25 Nov 2003 03:32:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A4943FBF; Tue, 25 Nov 2003 03:32:57 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBWvFY081564; Tue, 25 Nov 2003 03:32:57 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBWvQb081560; Tue, 25 Nov 2003 03:32:57 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:32:57 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251132.hAPBWvQb081560@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59648: Update port: x11-wm/ude to 0.2.8a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:32:58 -0000 Synopsis: Update port: x11-wm/ude to 0.2.8a Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:32:02 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59648 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:36:54 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E610716A4CE; Tue, 25 Nov 2003 03:36:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9550843FAF; Tue, 25 Nov 2003 03:36:52 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBaqFY081765; Tue, 25 Nov 2003 03:36:52 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBaq6D081761; Tue, 25 Nov 2003 03:36:52 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:36:52 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251136.hAPBaq6D081761@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59673: Update port: emulators/linux-pete-mesagpu to 1.75 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:36:55 -0000 X-List-Received-Date: Tue, 25 Nov 2003 11:36:55 -0000 Synopsis: Update port: emulators/linux-pete-mesagpu to 1.75 Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:36:40 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59673 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:35:53 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1841B16A4CE; Tue, 25 Nov 2003 03:35:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D24D43F93; Tue, 25 Nov 2003 03:35:52 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBZpFY081627; Tue, 25 Nov 2003 03:35:51 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBZp09081623; Tue, 25 Nov 2003 03:35:51 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:35:51 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251135.hAPBZp09081623@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59670: Update port: emulators/linux-ePSXe to 1.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:35:53 -0000 X-List-Received-Date: Tue, 25 Nov 2003 11:35:53 -0000 Synopsis: Update port: emulators/linux-ePSXe to 1.6.0 Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:33:04 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59670 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:36:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5C7316A4CE; Tue, 25 Nov 2003 03:36:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A9A43FDD; Tue, 25 Nov 2003 03:36:23 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBaNFY081674; Tue, 25 Nov 2003 03:36:23 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBaKBD081670; Tue, 25 Nov 2003 03:36:20 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:36:20 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251136.hAPBaKBD081670@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59671: Update port: emulators/linux-peops-softgpu to 1.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:36:24 -0000 Synopsis: Update port: emulators/linux-peops-softgpu to 1.15 Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:35:54 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59671 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:36:39 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 644BE16A4CE; Tue, 25 Nov 2003 03:36:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C59AF43FE3; Tue, 25 Nov 2003 03:36:38 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBacFY081720; Tue, 25 Nov 2003 03:36:38 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBacUm081716; Tue, 25 Nov 2003 03:36:38 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:36:38 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251136.hAPBacUm081716@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59672: Update port: emulators/linux-peops-spu to 1.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:36:39 -0000 Synopsis: Update port: emulators/linux-peops-spu to 1.7 Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:36:25 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59672 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:42:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 761C616A4CE; Tue, 25 Nov 2003 03:42:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46B143FCB; Tue, 25 Nov 2003 03:42:20 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBgKFY082046; Tue, 25 Nov 2003 03:42:20 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBgKVm082042; Tue, 25 Nov 2003 03:42:20 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:42:20 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251142.hAPBgKVm082042@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/56671: Update port devel/cmake to 1.6.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:42:21 -0000 Synopsis: Update port devel/cmake to 1.6.7 Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:40:26 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=56671 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:53:59 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB32016A4CE; Tue, 25 Nov 2003 03:53:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D1943FE9; Tue, 25 Nov 2003 03:53:59 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBrwFY082645; Tue, 25 Nov 2003 03:53:58 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBrw1D082641; Tue, 25 Nov 2003 03:53:58 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:53:58 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251153.hAPBrw1D082641@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/53662: [CHANGE-REQUEST] Patch textproc/xlhtml so that ns*view work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:53:59 -0000 Synopsis: [CHANGE-REQUEST] Patch textproc/xlhtml so that ns*view work Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:43:56 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=53662 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 03:55:59 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F00C516A4CE; Tue, 25 Nov 2003 03:55:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C6143FF2; Tue, 25 Nov 2003 03:55:59 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPBtxFY082740; Tue, 25 Nov 2003 03:55:59 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPBtwt0082736; Tue, 25 Nov 2003 03:55:58 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 03:55:58 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251155.hAPBtwt0082736@freefall.freebsd.org> To: martin@tradex.sk, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/57383: [PATCH] sysutils/idled 1.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 11:56:00 -0000 Synopsis: [PATCH] sysutils/idled 1.16 State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Tue Nov 25 03:54:01 PST 2003 State-Changed-Why: edwin asked the maintainer Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:54:01 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=57383 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 04:00:36 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2B6816A4CF for ; Tue, 25 Nov 2003 04:00:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 237EC43FBD for ; Tue, 25 Nov 2003 04:00:36 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPC0ZFY083245 for ; Tue, 25 Nov 2003 04:00:35 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPC0ZVJ083239; Tue, 25 Nov 2003 04:00:35 -0800 (PST) (envelope-from gnats) Date: Tue, 25 Nov 2003 04:00:35 -0800 (PST) Message-Id: <200311251200.hAPC0ZVJ083239@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Akifyev Subject: Re: ports/59678: [new port] games/ssamtse - Serious Sam: The Second Encounter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Akifyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 12:00:37 -0000 The following reply was made to PR ports/59678; it has been noted by GNATS. From: Sergey Akifyev To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/59678: [new port] games/ssamtse - Serious Sam: The Second Encounter Date: Tue, 25 Nov 2003 14:55:11 +0300 This mentions SERIOUS_MHZ variable problem and offers solution. --- pkg-message.orig Tue Nov 25 11:50:50 2003 +++ pkg-message Tue Nov 25 11:52:20 2003 @@ -2,6 +2,10 @@ installed. But it's up to you to copy SSam data files to %SSAMDIR%. +Also, you need to edit ssamtse executable (this is a shell +script) to set correct CPU frequency in SERIOUS_MHZ variable. +This variable can also be passed to make at port build time. + I hope, this will be fixed someday... (especially if someone mails me file list of original game CD) From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 04:02:36 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D4CB16A4CE; Tue, 25 Nov 2003 04:02:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAFE143FBD; Tue, 25 Nov 2003 04:02:35 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPC2ZFY087105; Tue, 25 Nov 2003 04:02:35 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPC2YXN087101; Tue, 25 Nov 2003 04:02:34 -0800 (PST) (envelope-from mat) Date: Tue, 25 Nov 2003 04:02:34 -0800 (PST) From: Mathieu Arnold Message-Id: <200311251202.hAPC2YXN087101@freefall.freebsd.org> To: sem@ciam.ru, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59547: [PATCH] databases/mysql++: fix build on 4.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 12:02:36 -0000 Synopsis: [PATCH] databases/mysql++: fix build on 4.x State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Tue Nov 25 03:58:23 PST 2003 State-Changed-Why: I asked the maintainer about it Class-Changed-From-To: change-request->update Class-Changed-By: mat Class-Changed-When: Tue Nov 25 03:58:23 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59547 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 04:10:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5249816A4CE for ; Tue, 25 Nov 2003 04:10:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A306943FE1 for ; Tue, 25 Nov 2003 04:10:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPCACFY090459 for ; Tue, 25 Nov 2003 04:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPCACYQ090450; Tue, 25 Nov 2003 04:10:12 -0800 (PST) (envelope-from gnats) Date: Tue, 25 Nov 2003 04:10:12 -0800 (PST) Message-Id: <200311251210.hAPCACYQ090450@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/59547: [PATCH] databases/mysql++: fix build on 4.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 12:10:13 -0000 The following reply was made to PR ports/59547; it has been noted by GNATS. From: Mathieu Arnold To: mico@bsd.hu Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/59547: [PATCH] databases/mysql++: fix build on 4.x Date: Tue, 25 Nov 2003 13:01:41 +0100 Dear maintainer, there is an update in PR 59547 Do you approve or disapprove it ? -- Mathieu Arnold From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 04:20:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6942716A4CE for ; Tue, 25 Nov 2003 04:20:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 672DC43FD7 for ; Tue, 25 Nov 2003 04:20:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPCKOFY090660 for ; Tue, 25 Nov 2003 04:20:24 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPCKNSu090659; Tue, 25 Nov 2003 04:20:23 -0800 (PST) (envelope-from gnats) Date: Tue, 25 Nov 2003 04:20:23 -0800 (PST) Message-Id: <200311251220.hAPCKNSu090659@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Akifyev Subject: Re: ports/59678: [new port] games/ssamtse - Serious Sam: The Second Encounter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Akifyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 12:20:25 -0000 The following reply was made to PR ports/59678; it has been noted by GNATS. From: Sergey Akifyev To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/59678: [new port] games/ssamtse - Serious Sam: The Second Encounter Date: Tue, 25 Nov 2003 15:11:05 +0300 Following patch is necessary on some systems (as tests shows): [looks like it is needed on machines, where ssamtse installer didn't ever run] === begin linkfix.diff --- pkg-plist.orig Tue Nov 25 12:05:30 2003 +++ pkg-plist Tue Nov 25 12:06:27 2003 @@ -11,6 +11,10 @@ ssam/Bin/ssam_lnx ssam/Bin/ssam_lnxded.dynamic @exec ln -sf %D/ssam/Bin/libogg.so %D/ssam/Bin/libogg.so.0 +@exec ln -sf %D/ssam/Bin/libGameMP.so %D/ssam/Bin/libGame.so +@exec ln -sf %D/ssam/Bin/libEntitiesMP.so %D/ssam/Bin/libEntities.so @unexec rm %D/ssam/Bin/libogg.so.0 2>&1 >/dev/null || true +@unexec rm %D/ssam/Bin/libGame.so 2>&1 >/dev/null || true +@unexec rm %D/ssam/Bin/libEntities.so 2>&1 >/dev/null || true @dirrm ssam/Bin @dirrm ssam --- Makefile.orig Tue Nov 25 12:04:34 2003 +++ Makefile Tue Nov 25 12:06:36 2003 @@ -61,6 +61,8 @@ @${TAR} --bzip2 -C ${SSAMDIR} -xf \ ${WRKDIR}/ssam/bins.tar.bz2 @${LN} -sf ${SSAMDIR}/Bin/libogg.so ${SSAMDIR}/Bin/libogg.so.0 + @${LN} -sf ${SSAMDIR}/Bin/libGameMP.so ${SSAMDIR}/Bin/libGame. so + @${LN} -sf ${SSAMDIR}/Bin/libEntitiesMP.so ${SSAMDIR}/Bin/ libEntities.so @${INSTALL_SCRIPT} ${WRKSRC}/bin/ssamtse ${PREFIX}/bin/ssamtse @${CAT} ${PKGMESSAGE} === end linkfix.diff From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 05:20:30 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C643016A4CE for ; Tue, 25 Nov 2003 05:20:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 373F143FD7 for ; Tue, 25 Nov 2003 05:20:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPDKMFY096547 for ; Tue, 25 Nov 2003 05:20:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPDKMh3096546; Tue, 25 Nov 2003 05:20:22 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 05:20:22 -0800 (PST) Resent-Message-Id: <200311251320.hAPDKMh3096546@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volker Stolz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 967FB16A4CE; Tue, 25 Nov 2003 05:18:32 -0800 (PST) Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D45ED43FEA; Tue, 25 Nov 2003 05:18:30 -0800 (PST) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73]) 8.11.1-0.5-michaelw-20030918) with ESMTP id hAPDITe24519; Tue, 25 Nov 2003 14:18:29 +0100 Received: (from stolz@localhost)hAPDITKf068629; Tue, 25 Nov 2003 14:18:29 +0100 (CET) (envelope-from stolz) Message-Id: <200311251318.hAPDITKf068629@menelaos.informatik.rwth-aachen.de> Date: Tue, 25 Nov 2003 14:18:29 +0100 (CET) From: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: bms@FreeBSD.org Subject: ports/59680: [patch] x11/xmon: Fix build on -CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 13:20:30 -0000 >Number: 59680 >Category: ports >Synopsis: [patch] x11/xmon: Fix build on -CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 05:20:21 PST 2003 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.9-RC i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-RC FreeBSD 4.9-RC #10: Tue Oct 7 12:32:25 CEST 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 >Description: Fix conflicting prototypes on -CURRENT. Noten by: bento Tested on: -CURRENT, -STABLE >How-To-Repeat: http://bento.freebsd.org/errorlogs/i386-5-latest/xmon-1.5.6.log >Fix: Add new patch-file files/patch-main.c: --- patch-main.c begins here --- --- main.c.orig Tue Nov 25 14:05:21 2003 +++ main.c Tue Nov 25 14:06:05 2003 @@ -36,6 +36,9 @@ #include #endif +#include +#include + #include "xmond.h" #include "select_args.h" #include "commands.h" @@ -74,9 +77,6 @@ #if (mskcnt>4) static Bool ANYSET P((long *src)); #endif - -extern char *getenv(); -extern int gethostname P((char *name, int namelen )); /* end function prototypes */ --- patch-main.c ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 05:40:09 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED10716A4CE for ; Tue, 25 Nov 2003 05:40:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE2B243FDD for ; Tue, 25 Nov 2003 05:40:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPDe7FY099451 for ; Tue, 25 Nov 2003 05:40:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPDe7FI099450; Tue, 25 Nov 2003 05:40:07 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 05:40:07 -0800 (PST) Resent-Message-Id: <200311251340.hAPDe7FI099450@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Simun Mikecin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9357816A4CE for ; Tue, 25 Nov 2003 05:31:07 -0800 (PST) Received: from kyle.globalnet.hr (kyle.globalnet.hr [213.149.32.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id A149B43FCB for ; Tue, 25 Nov 2003 05:31:03 -0800 (PST) (envelope-from sime@logos.hr) Received: from mail.globalnet.hr (cartman.globalnet.hr [213.149.32.10]) hAPDV0gP014043 for ; Tue, 25 Nov 2003 14:31:01 +0100 Received: (qmail 651 invoked from network); 25 Nov 2003 13:30:59 -0000 Received: from gates.logos.hr (HELO mail.logos.hr) ([213.149.47.2]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 25 Nov 2003 13:30:59 -0000 Received: from localhost (localhost.logos.hr [127.0.0.1]) by mail.logos.hr (Postfix) with ESMTP id 3FAB11CC92 for ; Tue, 25 Nov 2003 14:30:59 +0100 (CET) Received: from mail.logos.hr ([127.0.0.1]) by localhost (mail.logos.hr [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 46549-03 for ; Tue, 25 Nov 2003 14:30:56 +0100 (CET) Received: by mail.logos.hr (Postfix, from userid 34062) id 913E71CCBA; Tue, 25 Nov 2003 14:30:56 +0100 (CET) Message-Id: <20031125133056.913E71CCBA@mail.logos.hr> Date: Tue, 25 Nov 2003 14:30:56 +0100 (CET) From: Simun Mikecin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59681: [patch] games/HeroesOfMightAndMagic install broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simun Mikecin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 13:40:10 -0000 >Number: 59681 >Category: ports >Synopsis: [patch] games/HeroesOfMightAndMagic install broken >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 05:40:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: Simun Mikecin >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD mail.logos.hr 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Nov 17 13:36:42 CEST 2003 root@mail.logos.hr:/usr/obj/usr/src/sys/MAIL i386 >Description: 'make install' doesn't work with recent ports collection. This is because package file list is generated in install script, which is invalid. >How-To-Repeat: Try 'make install' in /usr/ports/games/HeroesOfMightAndMagic >Fix: --- HeroesOfMightAndMagic.patch begins here --- diff -u -r /usr/ports/games/HeroesOfMightAndMagic/scripts/configure HeroesOfMightAndMagic/scripts/configure --- /usr/ports/games/HeroesOfMightAndMagic/scripts/configure Wed Mar 7 12:35:58 2001 +++ HeroesOfMightAndMagic/scripts/configure Thu Nov 13 21:37:23 2003 @@ -53,4 +53,39 @@ yesno NO "Do you want to install Videos (137 MB) " echo VIDEOS=$answ >> $F +. $F + +cat ${PKGDIR}/files/pkg-plist.base > ${PLIST} + +# Scenario files +if [ $SCENARIO = YES ]; then + cat ${PKGDIR}/files/pkg-plist.scenario >> ${PLIST} +else + echo ${GAMESUBDIR}/maps >> ${PLIST} +fi + +# Neither sound nor Music, make the whole data tree a link +if [ $GRAPHIC = NO -a $MUSIC = NO ]; then + echo ${GAMESUBDIR}/data/video >> ${PLIST} +else + cat ${PKGDIR}/files/pkg-plist.video >> ${PLIST} +fi + +# Videos +if [ $VIDEOS = YES ]; then + cat ${PKGDIR}/files/pkg-plist.video >> ${PLIST} +fi + + + +# Music +if [ $MUSIC = YES ]; then + cat ${PKGDIR}/files/pkg-plist.music >> ${PLIST} +else + echo ${GAMESUBDIR}/mp3 >> ${PLIST} +fi + +echo @dirrm ${GAMESUBDIR}/data >> ${PLIST} +echo @dirrm ${GAMESUBDIR} >> ${PLIST} + exit 0 diff -u -r /usr/ports/games/HeroesOfMightAndMagic/scripts/do-install HeroesOfMightAndMagic/scripts/do-install --- /usr/ports/games/HeroesOfMightAndMagic/scripts/do-install Wed Mar 7 12:35:58 2001 +++ HeroesOfMightAndMagic/scripts/do-install Thu Nov 13 21:41:11 2003 @@ -21,11 +21,11 @@ # INSTALL_PROGRAM (its parameter -s) currupts the file. Using cp. cp ${CD}/bin/x86/heroes3 ${GAMEDIR} +chmod 755 ${GAMEDIR}/heroes3 brandelf -t Linux ${GAMEDIR}/heroes3 ln -sf ${GAMEDIR}/heroes3 ${LOCALBASE}/bin/heroes3 touch ${GAMEDIR}/data/hiscore.dat chmod 666 ${GAMEDIR}/data/hiscore.dat -cat ${PKGDIR}/files/pkg-plist.base > ${PLIST} # Basis packet if [ $BASIC = YES ]; then @@ -43,18 +43,13 @@ echo Installing Scenarios mkdir -p ${GAMEDIR}/maps ${INSTALL_DATA} ${CD}/maps/* ${GAMEDIR}/maps - cat ${PKGDIR}/files/pkg-plist.scenario >> ${PLIST} else ln -sf ${CD}/maps ${GAMEDIR}/maps - echo ${GAMESUBDIR}/maps >> ${PLIST} fi # Neither sound nor Music, make the whole data tree a link if [ $GRAPHIC = NO -a $MUSIC = NO ]; then ln -sf ${CD}/data/video ${GAMEDIR}/data/video - echo ${GAMESUBDIR}/data/video >> ${PLIST} -else - cat ${PKGDIR}/files/pkg-plist.video >> ${PLIST} fi # Graphics (recommended) @@ -77,7 +72,6 @@ echo Installing Videos mkdir -p ${GAMEDIR}/data/video ${INSTALL_DATA} ${CD}/data/video/*.mpg ${GAMEDIR}/data/video - cat ${PKGDIR}/files/pkg-plist.video >> ${PLIST} elif [ $GRAPHIC = YES ]; then # Music is installed, so create links cd $CD/data/video @@ -92,14 +86,9 @@ echo Installing Music mkdir -p ${GAMEDIR}/mp3 ${INSTALL_DATA} ${CD}/mp3/* ${GAMEDIR}/mp3 - cat ${PKGDIR}/files/pkg-plist.music >> ${PLIST} else ln -sf ${CD}/mp3 ${GAMEDIR}/mp3 - echo ${GAMESUBDIR}/mp3 >> ${PLIST} fi - - echo @dirrm ${GAMESUBDIR}/data >> ${PLIST} - echo @dirrm ${GAMESUBDIR} >> ${PLIST} # Goodbye message if [ $BASIC = YES -a $GRAPHIC = YES ]; then --- HeroesOfMightAndMagic.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 06:00:46 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A6C116A4CE for ; Tue, 25 Nov 2003 06:00:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 708B443FF5 for ; Tue, 25 Nov 2003 06:00:39 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPE0dFY099953 for ; Tue, 25 Nov 2003 06:00:39 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPE0dlI099951; Tue, 25 Nov 2003 06:00:39 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 06:00:39 -0800 (PST) Resent-Message-Id: <200311251400.hAPE0dlI099951@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen McKay Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D29E16A4CE for ; Tue, 25 Nov 2003 05:56:00 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09B6543FA3 for ; Tue, 25 Nov 2003 05:55:59 -0800 (PST) (envelope-from smckay@internode.on.net) Received: from dungeon.home (ppp190-245.lns1.bne1.internode.on.net [150.101.190.245])hAPDtuEq091103 for ; Wed, 26 Nov 2003 00:25:57 +1030 (CST) Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.12.8p2/8.11.6) with ESMTP id hAPDtu0e009942 for ; Tue, 25 Nov 2003 23:55:56 +1000 (EST) (envelope-from smckay@internode.on.net) Received: (from mckay@localhost) by dungeon.home (8.12.8p2/8.12.8/Submit) id hAPDttJJ009941; Tue, 25 Nov 2003 23:55:55 +1000 (EST) (envelope-from mckay) Message-Id: <200311251355.hAPDttJJ009941@dungeon.home> Date: Tue, 25 Nov 2003 23:55:55 +1000 (EST) From: Stephen McKay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59682: portupgrade uses ports when you want it to use packages X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stephen McKay List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 14:00:47 -0000 >Number: 59682 >Category: ports >Synopsis: portupgrade uses ports when you want it to use packages >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 06:00:39 PST 2003 >Closed-Date: >Last-Modified: >Originator: Stephen McKay >Release: FreeBSD 4.9-RELEASE i386 >Organization: none >Environment: >Description: I'm updating a machine to 4.9-RELEASE, and upgrading all the ports too. I've mirrored all the packages locally, and I'm trying to get portupgrade to stop downloading and building ports from source. The -PP flag should do that but it is not always effective, as shown here: ... ** Package name changed from 'gtk-thinice-engine' (x11-toolkits/gnome-themes) to 'gnome-themes' (x11-toolkits/gnome-themes). ---> Upgrading 'gtk-thinice-engine-2.0.2' to 'gnome-themes-2.4.0' (x11-toolkits /gnome-themes) ---> Building '/usr/ports/x11-toolkits/gnome-themes' ... Even though gnome-themes-2.4.0.tgz (the package) was there for the taking, portupgrade downloaded the source and started compiling it. Heck, by that point in the upgrade, gnome-themes was probably at 2.4.0 already, so that's doubly bad. Since the ports build system was now in charge, all sorts of stuff was pulled in and built from source, even though prebuilt packages for all of them were ready to be installed. Eventually it all fell over since port building code doesn't do upgrading very well. >How-To-Repeat: "portupgrade -PP gtk-thinice-engine" seems to do it for me. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 06:08:41 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24B0516A4D1; Tue, 25 Nov 2003 06:08:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A1243F85; Tue, 25 Nov 2003 06:08:40 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPE8eFY003837; Tue, 25 Nov 2003 06:08:40 -0800 (PST) (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPE8dHG003833; Tue, 25 Nov 2003 06:08:39 -0800 (PST) (envelope-from bms) Date: Tue, 25 Nov 2003 06:08:39 -0800 (PST) From: Bruce M Simpson Message-Id: <200311251408.hAPE8dHG003833@freefall.freebsd.org> To: max@love2party.net, bms@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59548: [Maintainer-update:] security/pf - fix build for __FreeBSD_version > 501114 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 14:08:41 -0000 Synopsis: [Maintainer-update:] security/pf - fix build for __FreeBSD_version > 501114 State-Changed-From-To: open->closed State-Changed-By: bms State-Changed-When: Tue 25 Nov 2003 06:08:24 PST State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=59548 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 06:12:15 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7C516A4CE; Tue, 25 Nov 2003 06:12:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F7CF43FBD; Tue, 25 Nov 2003 06:12:14 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPECDFY004039; Tue, 25 Nov 2003 06:12:13 -0800 (PST) (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPECD4w004035; Tue, 25 Nov 2003 06:12:13 -0800 (PST) (envelope-from bms) Date: Tue, 25 Nov 2003 06:12:13 -0800 (PST) From: Bruce M Simpson Message-Id: <200311251412.hAPECD4w004035@freefall.freebsd.org> To: bms@FreeBSD.org, bms@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52079: vmware3 hangs when nmdm(4) is used as COM1 device X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 14:12:15 -0000 Synopsis: vmware3 hangs when nmdm(4) is used as COM1 device Responsible-Changed-From-To: bms->freebsd-ports-bugs Responsible-Changed-By: bms Responsible-Changed-When: Tue 25 Nov 2003 06:11:18 PST Responsible-Changed-Why: I haven't had a need to run VMware in some time now (partly because problems exist in this area), and can't justify the time to spend on fixing it right now. Hopefully someone can pick up where I left off. http://www.freebsd.org/cgi/query-pr.cgi?pr=52079 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 06:25:53 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34DB616A4CE; Tue, 25 Nov 2003 06:25:53 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2CBA43FCB; Tue, 25 Nov 2003 06:25:49 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hAPEPkUF069873; Tue, 25 Nov 2003 09:25:46 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hAPEPkIg069870; Tue, 25 Nov 2003 09:25:46 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Tue, 25 Nov 2003 09:25:46 -0500 (EST) From: Trevor Johnson To: portmgr@freebsd.org Message-ID: <20031125092347.O47454@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@freebsd.org Subject: patch for ports/devel/linux_devtools-7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 14:25:53 -0000 -- Trevor Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 07:00:41 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A24B516A4CE for ; Tue, 25 Nov 2003 07:00:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D32EA43FB1 for ; Tue, 25 Nov 2003 07:00:39 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPF0dFY006397 for ; Tue, 25 Nov 2003 07:00:39 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPF0dxf006396; Tue, 25 Nov 2003 07:00:39 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 07:00:39 -0800 (PST) Resent-Message-Id: <200311251500.hAPF0dxf006396@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volker Stolz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A8F416A4CE; Tue, 25 Nov 2003 06:50:02 -0800 (PST) Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5614543FBF; Tue, 25 Nov 2003 06:50:00 -0800 (PST) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73]) 8.11.1-0.5-michaelw-20030918) with ESMTP id hAPEnxe26298; Tue, 25 Nov 2003 15:49:59 +0100 Received: (from stolz@localhost)hAPEnxdi069429; Tue, 25 Nov 2003 15:49:59 +0100 (CET) (envelope-from stolz) Message-Id: <200311251449.hAPEnxdi069429@menelaos.informatik.rwth-aachen.de> Date: Tue, 25 Nov 2003 15:49:59 +0100 (CET) From: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: joe@FreeBSD.org Subject: ports/59684: [patch] net/ripetools: Fix build on -CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 15:00:41 -0000 >Number: 59684 >Category: ports >Synopsis: [patch] net/ripetools: Fix build on -CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 07:00:39 PST 2003 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.9-RC i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-RC FreeBSD 4.9-RC #10: Tue Oct 7 12:32:25 CEST 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 >Description: Fix conflicting prototype on -CURRENT. Noted by: bento >How-To-Repeat: http://bento.freebsd.org/errorlogs/i386-5-latest/ripetools-2.4.log >Fix: Add new patch-file files/patch-whois.c --- patch-whois.c begins here --- --- whois.c.orig Tue Nov 25 15:41:34 2003 +++ whois.c Tue Nov 25 15:43:57 2003 @@ -88,7 +88,6 @@ extern int getopt(int argc, char * const *argv, const char *optstring); extern int kill(pid_t pid, int sig); extern FILE *fdopen(int fildes, const char *type); -extern int gethostname(char *name, int namelen); #else /* !__STDC__ */ extern int gethostname(); #endif /* __STDC__ */ --- patch-whois.c ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 07:32:54 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43B2116A4CE; Tue, 25 Nov 2003 07:32:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A5C243FAF; Tue, 25 Nov 2003 07:32:53 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPFWrFY011725; Tue, 25 Nov 2003 07:32:53 -0800 (PST) (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPFWr74011721; Tue, 25 Nov 2003 07:32:53 -0800 (PST) (envelope-from bms) Date: Tue, 25 Nov 2003 07:32:53 -0800 (PST) From: Bruce M Simpson Message-Id: <200311251532.hAPFWr74011721@freefall.freebsd.org> To: stolz@i2.informatik.rwth-aachen.de, bms@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59680: [patch] x11/xmon: Fix build on -CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 15:32:54 -0000 Synopsis: [patch] x11/xmon: Fix build on -CURRENT State-Changed-From-To: open->closed State-Changed-By: bms State-Changed-When: Tue 25 Nov 2003 07:32:39 PST State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=59680 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 09:05:41 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78BDB16A4CF; Tue, 25 Nov 2003 09:05:41 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id E70A643F93; Tue, 25 Nov 2003 09:05:39 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAPH5ase015608; Tue, 25 Nov 2003 12:05:36 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hAPH4huY090252; Tue, 25 Nov 2003 12:04:44 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Trevor Johnson In-Reply-To: <20031125092347.O47454@blues.jpj.net> References: <20031125092347.O47454@blues.jpj.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-NruaicvgWXkTNTcaw80b" Organization: MarcusCom, Inc. Message-Id: <1069779938.743.2.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 25 Nov 2003 12:05:38 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: freebsd-ports-bugs@freebsd.org cc: portmgr@freebsd.org Subject: Re: patch for ports/devel/linux_devtools-7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 17:05:41 -0000 --=-NruaicvgWXkTNTcaw80b Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-11-25 at 09:25, Trevor Johnson wrote: > Approved. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-NruaicvgWXkTNTcaw80b Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/w4vib2iPiv4Uz4cRAuhPAKCEDB7yStkOIz9w52sgiVrs4YA3owCeNVAP BTWeSvXJRLh9N1I2m5NfMh8= =cypp -----END PGP SIGNATURE----- --=-NruaicvgWXkTNTcaw80b-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 09:49:48 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F8E216A4CE; Tue, 25 Nov 2003 09:49:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D6A743FDD; Tue, 25 Nov 2003 09:49:47 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPHnlFY026191; Tue, 25 Nov 2003 09:49:47 -0800 (PST) (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPHnk8A026187; Tue, 25 Nov 2003 09:49:46 -0800 (PST) (envelope-from mi) Date: Tue, 25 Nov 2003 09:49:46 -0800 (PST) From: Mikhail Teterin Message-Id: <200311251749.hAPHnk8A026187@freefall.freebsd.org> To: andrey@mgul.ac.ru, mi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59631: Update port: mail/mimedefang to 2.39 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 17:49:48 -0000 Synopsis: Update port: mail/mimedefang to 2.39 State-Changed-From-To: open->closed State-Changed-By: mi State-Changed-When: Tue Nov 25 09:49:25 PST 2003 State-Changed-Why: Upgrade committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=59631 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 10:30:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B651D16A4CE for ; Tue, 25 Nov 2003 10:30:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83AA043F75 for ; Tue, 25 Nov 2003 10:30:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPIUOFY030351 for ; Tue, 25 Nov 2003 10:30:24 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPIUOuQ030341; Tue, 25 Nov 2003 10:30:24 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 10:30:24 -0800 (PST) Resent-Message-Id: <200311251830.hAPIUOuQ030341@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2660016A4CE for ; Tue, 25 Nov 2003 10:24:24 -0800 (PST) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA12343FB1 for ; Tue, 25 Nov 2003 10:24:22 -0800 (PST) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id D68B16C; Wed, 26 Nov 2003 02:24:16 +0800 (CST) Message-Id: <20031125182416.D68B16C@netnews.NCTU.edu.tw> Date: Wed, 26 Nov 2003 02:24:16 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: gslin@netnews.NCTU.edu.tw Subject: ports/59686: [Maintainer Update] net/raggle X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gea-Suan Lin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 18:30:25 -0000 >Number: 59686 >Category: ports >Synopsis: [Maintainer Update] net/raggle >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: Tue Nov 25 10:30:23 PST 2003 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.8-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 4.8-RELEASE-p10 FreeBSD 4.8-RELEASE-p10 #3: Fri Sep 26 06:05:41 CST 2003 root@netnews.NCTU.edu.tw:/da0/usr.obj/da0/usr.src/sys/NETNEWS i386 >Description: Upgrade to 0.2.4 >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/raggle/Makefile raggle/Makefile --- /usr/ports/net/raggle/Makefile Sat Nov 1 02:52:19 2003 +++ raggle/Makefile Wed Nov 26 02:22:08 2003 @@ -6,8 +6,7 @@ # PORTNAME= raggle -PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTVERSION= 0.2.4 CATEGORIES= net MASTER_SITES= http://www.raggle.org/files/ diff -ruN /usr/ports/net/raggle/distinfo raggle/distinfo --- /usr/ports/net/raggle/distinfo Sat Oct 4 16:40:05 2003 +++ raggle/distinfo Wed Nov 26 02:22:22 2003 @@ -1 +1 @@ -MD5 (raggle-0.2.3.tar.gz) = 4092af34641478a54c3c66f77c80c07e +MD5 (raggle-0.2.4.tar.gz) = dd2ed84ac0e593122f7183187d98ab19 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 10:37:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4834716A4CE; Tue, 25 Nov 2003 10:37:21 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id E55B443FD7; Tue, 25 Nov 2003 10:37:19 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hAPIb6UF093760; Tue, 25 Nov 2003 13:37:06 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hAPIb5gh093757; Tue, 25 Nov 2003 13:37:06 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Tue, 25 Nov 2003 13:37:05 -0500 (EST) From: Trevor Johnson To: FireWire BSD In-Reply-To: <1069697200.447.18.camel@dell> Message-ID: <20031125133115.W86516@blues.jpj.net> References: <20031124065942.Q95201@blues.jpj.net> <1069697200.447.18.camel@dell> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@freebsd.org cc: portmgr@freebsd.org Subject: Re: patch for ports/audio/autozen X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 18:37:21 -0000 FireWire BSD wrote: > In fact, the developper and I, found the problem it is related to the > sample rate, on some cards the sample rate 8K doesn't give any audio > out. > So the patch i did is to replace the constant SAMPLE_RATE by 11025 > instead of 8000 and it works well. > Best regards > > On Mon, 2003-11-24 at 13:01, Trevor Johnson wrote: > > (bcc to FireWire BSD and Julian St.) > > > > Thanks--I'd like to commit that: . -- Trevor Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 11:36:59 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F380416A4CE; Tue, 25 Nov 2003 11:36:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B4C443F93; Tue, 25 Nov 2003 11:36:58 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: from freefall.freebsd.org (andreas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPJawFY035774; Tue, 25 Nov 2003 11:36:58 -0800 (PST) (envelope-from andreas@freefall.freebsd.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPJavmh035770; Tue, 25 Nov 2003 11:36:57 -0800 (PST) (envelope-from andreas) Date: Tue, 25 Nov 2003 11:36:57 -0800 (PST) From: Andreas Klemm Message-Id: <200311251936.hAPJavmh035770@freefall.freebsd.org> To: andreas@klemm.apsfilter.org, andreas@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58925: bug in *BSD port of devel/libusb, with fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 19:36:59 -0000 Synopsis: bug in *BSD port of devel/libusb, with fix State-Changed-From-To: open->closed State-Changed-By: andreas State-Changed-When: Tue Nov 25 11:36:09 PST 2003 State-Changed-Why: applied fix from Mariusz Woloszyn has been tested under -current and -stable http://www.freebsd.org/cgi/query-pr.cgi?pr=58925 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 12:12:03 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A43716A4CE; Tue, 25 Nov 2003 12:12:03 -0800 (PST) Received: from canonware.com (dslh174.fsr.net [12.32.33.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E74C43FE9; Tue, 25 Nov 2003 12:12:00 -0800 (PST) (envelope-from jasone@canonware.com) Received: by canonware.com (Postfix, from userid 1001) id 9F15613B; Tue, 25 Nov 2003 12:14:50 -0800 (PST) Date: Tue, 25 Nov 2003 12:14:50 -0800 From: Jason Evans To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20031125201450.GC43401@canonware.com> References: <20031124235555.C7329305@canonware.com> <200311250000.hAP00d6c092082@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="xXmbgvnjoT4axfJE" Content-Disposition: inline In-Reply-To: <200311250000.hAP00d6c092082@freefall.freebsd.org> User-Agent: Mutt/1.4.1i Subject: Re: ports/59661: Update cook to 2.24. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 20:12:03 -0000 --xXmbgvnjoT4axfJE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Attached is an updated patch, after Sergei's changes and suggestions. --xXmbgvnjoT4axfJE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="cook.diff" diff -Nru cook.orig/Makefile cook/Makefile --- cook.orig/Makefile Tue Nov 25 10:46:40 2003 +++ cook/Makefile Tue Nov 25 11:14:48 2003 @@ -6,12 +6,11 @@ # PORTNAME= cook -PORTVERSION= 2.23 -PORTREVISION= 1 +PORTVERSION= 2.24 CATEGORIES= devel MASTER_SITES= http://gd.tuwien.ac.at/softeng/Aegis/cook/ -MAINTAINER= ports@freebsd.org +MAINTAINER= jasone@canonware.com COMMENT= Like make(1), but more powerful and clean LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext @@ -19,11 +18,10 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \ YACC=yacc +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= c_incl.1 cook.1 cook_bom.1 cook_lic.1 cook_rsh.1 cookfp.1 cooktime.1 \ find_libs.1 make2cook.1 roffpp.1 -MANPREFIX = ${PREFIX}/share/cook -MANLANG = "" en MANCOMPRESSED= no # Make sure that the whole directory tree exists. @@ -32,23 +30,8 @@ ${MKDIR} ${PREFIX}/lib/cook/en/LC_MESSAGES # cook installs extra copies of the manpages in a directory that MANLANG can't -# cope with, so shuffle things around a bit. +# cope with. Delete the extra copies. post-install: - @${MKDIR} ${PREFIX}/share/cook/en/man1 - @${MKDIR} ${PREFIX}/share/cook/man/en/man1 -.for manpage in ${MAN1} - @${MV} ${PREFIX}/share/cook/en/man1/${manpage} \ - ${PREFIX}/share/cook/man/en/man1/ -.endfor - @${TOUCH} ${PREFIX}/share/cook/en/man1/.not_empty - @${MKDIR} ${PREFIX}/share/cook/man/man1 -.for manpage in ${MAN1} - @${MV} ${PREFIX}/man/man1/${manpage} ${PREFIX}/share/cook/man/man1/ -.endfor - @echo - @echo "Add ${PREFIX}/share/cook/man to your MANPATH in order to" \ - "access the manual" - @echo "pages included with this port." - @echo + @${RM} -rf ${PREFIX}/share/cook/en/man1 .include diff -Nru cook.orig/distinfo cook/distinfo --- cook.orig/distinfo Tue Nov 25 10:46:40 2003 +++ cook/distinfo Tue Nov 25 10:49:08 2003 @@ -1 +1 @@ -MD5 (cook-2.23.tar.gz) = f8c6721a3d96a641e748904e12defd25 +MD5 (cook-2.24.tar.gz) = a6614c7fbabfa7450fec990715684e14 diff -Nru cook.orig/pkg-message cook/pkg-message --- cook.orig/pkg-message Tue Nov 25 10:46:40 2003 +++ cook/pkg-message Wed Dec 31 16:00:00 1969 @@ -1,2 +0,0 @@ -Add ${PREFIX}/share/cook/man to your MANPATH in order to access the manual -pages included with this port. diff -Nru cook.orig/pkg-plist cook/pkg-plist --- cook.orig/pkg-plist Tue Nov 25 10:46:40 2003 +++ cook/pkg-plist Tue Nov 25 11:12:42 2003 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/c_incl bin/cook bin/cook_bom @@ -14,32 +15,21 @@ lib/cook/en/LC_MESSAGES/cooktime.mo lib/cook/en/LC_MESSAGES/file_check.mo lib/cook/en/LC_MESSAGES/find_libs.mo -lib/cook/en/LC_MESSAGES/fstrcmp.mo lib/cook/en/LC_MESSAGES/make2cook.mo lib/cook/en/LC_MESSAGES/roffpp.mo -share/cook/en/building.ps -share/cook/en/building.dvi -share/cook/en/building.txt -share/cook/en/lsm.ps -share/cook/en/lsm.dvi -share/cook/en/lsm.txt -share/cook/en/man1/.not_empty -share/cook/en/readme.ps -share/cook/en/readme.dvi -share/cook/en/readme.txt -share/cook/en/refman.ps -share/cook/en/refman.dvi -share/cook/en/refman.txt -share/cook/en/release.ps -share/cook/en/release.dvi -share/cook/en/release.txt -share/cook/en/user-guide.ps -share/cook/en/user-guide.dvi -share/cook/en/user-guide.txt share/cook/as share/cook/bison share/cook/c share/cook/c++ +share/cook/en/refman.dvi +share/cook/en/refman.ps +share/cook/en/refman.txt +share/cook/en/tutorial.dvi +share/cook/en/tutorial.ps +share/cook/en/tutorial.txt +share/cook/en/user-guide.dvi +share/cook/en/user-guide.ps +share/cook/en/user-guide.txt share/cook/f77 share/cook/functions share/cook/g77 @@ -54,9 +44,6 @@ share/cook/recursive share/cook/sccs share/cook/text -share/cook/en/tutorial.dvi -share/cook/en/tutorial.ps -share/cook/en/tutorial.txt share/cook/usr share/cook/usr.local share/cook/yacc @@ -64,10 +51,5 @@ @dirrm lib/cook/en/LC_MESSAGES @dirrm lib/cook/en @dirrm lib/cook -@dirrm share/cook/man/en/man1 -@dirrm share/cook/man/en -@dirrm share/cook/man/man1 -@dirrm share/cook/man -@dirrm share/cook/en/man1 @dirrm share/cook/en @dirrm share/cook --xXmbgvnjoT4axfJE-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 12:20:09 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB9AE16A4CE for ; Tue, 25 Nov 2003 12:20:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21F643FE1 for ; Tue, 25 Nov 2003 12:20:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPKK5FY040209 for ; Tue, 25 Nov 2003 12:20:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPKK5JH040208; Tue, 25 Nov 2003 12:20:05 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 12:20:05 -0800 (PST) Resent-Message-Id: <200311252020.hAPKK5JH040208@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Elsworth Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF61316A4CE for ; Tue, 25 Nov 2003 12:12:43 -0800 (PST) Received: from clueful.shagged.org (clueful.shagged.org [212.13.201.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C170A43FB1 for ; Tue, 25 Nov 2003 12:12:42 -0800 (PST) (envelope-from root@clueful.shagged.org) Received: from root by clueful.shagged.org with local (Exim 4.24; FreeBSD 4.9) id 1AOjY9-0000xA-JG for FreeBSD-gnats-submit@freebsd.org; Tue, 25 Nov 2003 20:12:41 +0000 Message-Id: Date: Tue, 25 Nov 2003 20:12:41 +0000 From: Chris Elsworth To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59689: Maintainer update: mail/tpop3d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 20:20:10 -0000 >Number: 59689 >Category: ports >Synopsis: Maintainer update: mail/tpop3d >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: Tue Nov 25 12:20:05 PST 2003 >Closed-Date: >Last-Modified: >Originator: Chris Elsworth >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: >Environment: System: FreeBSD clueful.shagged.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #12: Wed Sep 17 09:34:11 BST 2003 root@clueful.shagged.org:/dump1/usr.obj/usr/src/sys/CLUEFUL i386 >Description: diff -u tpop3d.orig/Makefile tpop3d/Makefile --- tpop3d.orig/Makefile Sat Nov 1 10:45:37 2003 +++ tpop3d/Makefile Tue Nov 25 20:09:11 2003 @@ -6,7 +6,7 @@ # PORTNAME= tpop3d -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= mail MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/ diff -u tpop3d.orig/distinfo tpop3d/distinfo --- tpop3d.orig/distinfo Thu Sep 11 14:13:30 2003 +++ tpop3d/distinfo Tue Nov 25 20:10:00 2003 @@ -1 +1 @@ -MD5 (tpop3d-1.5.2.tar.gz) = 1bd2fa0a8a0da9d7ee0f4c5723006631 +MD5 (tpop3d-1.5.3.tar.gz) = dd920c49f4e5879eb3caf7ea047622e9 Common subdirectories: tpop3d.orig/files and tpop3d/files >How-To-Repeat: N/A >Fix: N/A >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 13:10:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5541E16A4D8 for ; Tue, 25 Nov 2003 13:10:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C9143FBF for ; Tue, 25 Nov 2003 13:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPLA7FY045929 for ; Tue, 25 Nov 2003 13:10:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPLA7Cf045928; Tue, 25 Nov 2003 13:10:07 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 13:10:07 -0800 (PST) Resent-Message-Id: <200311252110.hAPLA7Cf045928@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ulrich Spoerlein Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DF6D16A4CE for ; Tue, 25 Nov 2003 13:05:27 -0800 (PST) Received: from wrzx35.rz.uni-wuerzburg.de (wrzx35.rz.uni-wuerzburg.de [132.187.3.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D48C43FA3 for ; Tue, 25 Nov 2003 13:05:25 -0800 (PST) (envelope-from q@uni.de) Received: from wrzx30.rz.uni-wuerzburg.de (wrzx30.rz.uni-wuerzburg.de [132.187.1.30]) by wrzx35.rz.uni-wuerzburg.de (Postfix) with ESMTP id E649D76998 for ; Tue, 25 Nov 2003 22:05:23 +0100 (CET) Received: from virusscan (localhost [127.0.0.1]) by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP id A2F1A1D341 for ; Tue, 25 Nov 2003 22:05:23 +0100 (CET) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP id 5822C1D2F4 for ; Tue, 25 Nov 2003 22:05:23 +0100 (CET) Received: from frodo.galgenberg.net (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14]) by mailmaster.uni-wuerzburg.de (Postfix) with SMTP id 493696C51B for ; Tue, 25 Nov 2003 22:05:23 +0100 (CET) Received: (qmail 48365 invoked from network); 25 Nov 2003 21:05:23 -0000 Received: from gb-21-237.galgenberg.net (HELO coyote.q.local) (172.16.21.237) by frodo.galgenberg.net with SMTP; 25 Nov 2003 21:05:23 -0000 Received: from roadrunner.q.local (roadrunner [192.168.0.147]) by coyote.q.local (8.12.10/8.12.9) with ESMTP id hAPL5Mhk044106 for ; Tue, 25 Nov 2003 22:05:23 +0100 (CET) (envelope-from q@roadrunner.q.local) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.12.10/8.12.10) with ESMTP id hAPL5Ma7072204 for ; Tue, 25 Nov 2003 22:05:22 +0100 (CET) (envelope-from q@roadrunner.q.local) Received: (from q@localhost) by roadrunner.q.local (8.12.10/8.12.10/Submit) id hAPL5M0L072203; Tue, 25 Nov 2003 22:05:22 +0100 (CET) (envelope-from q) Message-Id: <200311252105.hAPL5M0L072203@roadrunner.q.local> Date: Tue, 25 Nov 2003 22:05:22 +0100 (CET) From: Ulrich Spoerlein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59690: [MAINTAINER] games/QuakeForge: Unbreak on current/alpha and current/sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 21:10:17 -0000 >Number: 59690 >Category: ports >Synopsis: [MAINTAINER] games/QuakeForge: Unbreak on current/alpha and current/sparc64 >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: Tue Nov 25 13:10:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 5.2-BETA i386 >Organization: >Environment: System: FreeBSD roadrunner 5.2-BETA FreeBSD 5.2-BETA #0: Mon Nov 24 17:55:47 CET 2003 >Description: Due to the GCC Import (I think) QuakeForge 0.5.4 broke on architectures without a __builtin_alloca. This patch unbreaks configure to detect alloca(). Compile and run-testet on 4-STABLE/i386, 5-CURRENT/i386 and 5-CURRENT/alpha. Please commit this rather trivial fix before the ports freeze. Thank you. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- QuakeForge-0.5.4.patch begins here --- Index: files/patch-configure =================================================================== RCS file: /home/ncvs/ports/games/quakeforge/files/patch-configure,v retrieving revision 1.1 diff -u -u -r1.1 patch-configure --- files/patch-configure 8 Aug 2003 13:23:08 -0000 1.1 +++ files/patch-configure 25 Nov 2003 21:01:52 -0000 @@ -23,4 +23,12 @@ *bsd*) touch conftest.c CPP_NAME="`(f=\`$CC -v -E -Dfoo conftest.c -o conftest.i 2>&1 | grep -e -Dfoo\`; set $f; echo "$1")` %d %i %o" - +@@ -10726,7 +10729,7 @@ + int + main () + { +-void *(*foo)(size_t) = alloca; ++void *foo = alloca(sizeof(void)); + ; + return 0; + } --- QuakeForge-0.5.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 13:14:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EDC816A4CE; Tue, 25 Nov 2003 13:14:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BC8543F3F; Tue, 25 Nov 2003 13:14:21 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPLELFY046090; Tue, 25 Nov 2003 13:14:21 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPLEIij046086; Tue, 25 Nov 2003 13:14:18 -0800 (PST) (envelope-from sergei) Date: Tue, 25 Nov 2003 13:14:18 -0800 (PST) From: Sergei Kolobov Message-Id: <200311252114.hAPLEIij046086@freefall.freebsd.org> To: gslin@netnews.NCTU.edu.tw, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59686: [Maintainer Update] net/raggle X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 21:14:22 -0000 Synopsis: [Maintainer Update] net/raggle State-Changed-From-To: open->analyzed State-Changed-By: sergei State-Changed-When: Tue Nov 25 13:13:44 PST 2003 State-Changed-Why: Tested. Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Tue Nov 25 13:13:44 PST 2003 Responsible-Changed-Why: I'll handle it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59686 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 13:33:27 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F5F616A4CE; Tue, 25 Nov 2003 13:33:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 405F943F93; Tue, 25 Nov 2003 13:33:26 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from freefall.freebsd.org (eik@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPLXQFY046874; Tue, 25 Nov 2003 13:33:26 -0800 (PST) (envelope-from eik@freefall.freebsd.org) Received: (from eik@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPLXQXl046870; Tue, 25 Nov 2003 13:33:26 -0800 (PST) (envelope-from eik) Date: Tue, 25 Nov 2003 13:33:26 -0800 (PST) From: Oliver Eikemeier Message-Id: <200311252133.hAPLXQXl046870@freefall.freebsd.org> To: eik@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/59682: portupgrade uses ports when you want it to use packages X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 21:33:27 -0000 Synopsis: portupgrade uses ports when you want it to use packages Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: eik Responsible-Changed-When: Tue Nov 25 22:32:38 CET 2003 Responsible-Changed-Why: over to portupgrade maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=59682 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 13:41:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A79716A4CE; Tue, 25 Nov 2003 13:41:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BF6643FBF; Tue, 25 Nov 2003 13:41:17 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPLfHFY047118; Tue, 25 Nov 2003 13:41:17 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPLfH9x047114; Tue, 25 Nov 2003 13:41:17 -0800 (PST) (envelope-from sergei) Date: Tue, 25 Nov 2003 13:41:17 -0800 (PST) From: Sergei Kolobov Message-Id: <200311252141.hAPLfH9x047114@freefall.freebsd.org> To: chris@shagged.org, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59689: Maintainer update: mail/tpop3d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 21:41:18 -0000 Synopsis: Maintainer update: mail/tpop3d State-Changed-From-To: open->analyzed State-Changed-By: sergei State-Changed-When: Tue Nov 25 13:40:14 PST 2003 State-Changed-Why: Tested on -CURRENT and -STABLE. Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Tue Nov 25 13:40:14 PST 2003 Responsible-Changed-Why: I will handle it after the freeze. http://www.freebsd.org/cgi/query-pr.cgi?pr=59689 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 13:50:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4CA816A4CE for ; Tue, 25 Nov 2003 13:50:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B3743FA3 for ; Tue, 25 Nov 2003 13:50:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPLoGFY047244 for ; Tue, 25 Nov 2003 13:50:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPLoGxU047243; Tue, 25 Nov 2003 13:50:16 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 13:50:16 -0800 (PST) Resent-Message-Id: <200311252150.hAPLoGxU047243@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Le Brun Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 906F116A4CE for ; Tue, 25 Nov 2003 13:46:02 -0800 (PST) Received: from da-quirk.org (raspail-2-81-57-235-55.fbx.proxad.net [81.57.235.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CEC643FE5 for ; Tue, 25 Nov 2003 13:45:58 -0800 (PST) (envelope-from david@da-quirk.org) Received: from da-quirk.org (localhost [127.0.0.1]) by da-quirk.org (8.12.9/8.12.9) with ESMTP id hAPLkAjQ036006; Tue, 25 Nov 2003 22:46:10 +0100 (CET) (envelope-from david@da-quirk.org) Received: (from david@localhost) by da-quirk.org (8.12.9/8.12.9/Submit) id hAPLk36P036005; Tue, 25 Nov 2003 22:46:03 +0100 (CET) Message-Id: <200311252146.hAPLk36P036005@da-quirk.org> Date: Tue, 25 Nov 2003 22:46:03 +0100 (CET) From: David Le Brun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: yoshiaki@kt.rim.or.jp Subject: ports/59691: Update of mikmod + new homepage for mikmod and libmikmod X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Le Brun List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 21:50:19 -0000 >Number: 59691 >Category: ports >Synopsis: Update of mikmod + new homepage for mikmod and libmikmod >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: Tue Nov 25 13:50:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: David Le Brun >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD da-quirk.org 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #16: Tue Oct 7 21:34:53 CEST 2003 root@poyel:/usr/src/sys/i386/compile/POYEL i386 >Description: Miodrag Vallat has gave up developement of mikmod and the previous homepage is now a porn site. Raphael Assenat has taken the development of Mikmod and has released a new version - Update of audio/mikmod to 3.2.1 and add a knob to have a colored interface - Change the homepage of mikmod and libmikmod >How-To-Repeat: Go to http://www.mikmod.org >Fix: --- libmikmod.diff begins here --- diff -ruN libmikmod.old/Makefile libmikmod/Makefile --- libmikmod.old/Makefile Fri Oct 24 22:18:06 2003 +++ libmikmod/Makefile Tue Nov 25 22:22:02 2003 @@ -10,7 +10,7 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.mikmod.org/files/libmikmod/ + http://mikmod.raphnet.net/files/ MASTER_SITE_SUBDIR= apps/sound/libs MAINTAINER= ports@FreeBSD.org diff -ruN libmikmod.old/pkg-descr libmikmod/pkg-descr --- libmikmod.old/pkg-descr Fri Dec 28 19:08:31 2001 +++ libmikmod/pkg-descr Tue Nov 25 22:22:27 2003 @@ -3,6 +3,6 @@ It is able to play the IT, XM, S3M, MTM, 669, STM, ULT, FAR, MED, AMF, DSM, IMF, GDM, STX, OKT and of course MOD module formats. -WWW: http://www.mikmod.org/ +WWW: http://mikmod.raphnet.net - Michael --- libmikmod.diff ends here --- --- mikmod.diff begins here --- diff -ruN mikmod.old/Makefile mikmod/Makefile --- mikmod.old/Makefile Fri Feb 21 11:59:30 2003 +++ mikmod/Makefile Tue Nov 25 21:24:08 2003 @@ -6,9 +6,9 @@ # PORTNAME= mikmod -PORTVERSION= 3.1.6 +PORTVERSION= 3.2.1 CATEGORIES= audio -MASTER_SITES= http://www.mikmod.org/files/mikmod/ +MASTER_SITES= http://mikmod.raphnet.net/files/ MAINTAINER= yoshiaki@kt.rim.or.jp COMMENT= Mod player which plays MTM, STM, XM, MOD, S3M, ULT, UNI and IT mods @@ -17,6 +17,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes + +.ifdef (WITH_COLOR) +CONFIGURE_ARGS+= --enable-color-interface +.endif MAN1= mikmod.1 diff -ruN mikmod.old/distinfo mikmod/distinfo --- mikmod.old/distinfo Sun Jul 11 04:49:12 1999 +++ mikmod/distinfo Tue Nov 25 21:29:23 2003 @@ -1 +1 @@ -MD5 (mikmod-3.1.6.tar.gz) = 71d8142ae3ae27034535913e906b1384 +MD5 (mikmod-3.2.1.tar.gz) = a60c3221ca48aed301f4b62b4741eebe diff -ruN mikmod.old/pkg-descr mikmod/pkg-descr --- mikmod.old/pkg-descr Fri Dec 28 19:05:51 2001 +++ mikmod/pkg-descr Tue Nov 25 22:18:47 2003 @@ -11,4 +11,4 @@ Full source included, use of this library for music/sound effects in your own programs is encouraged! -WWW: http://www.mikmod.org/ +WWW: http://mikmod.raphnet.net --- mikmod.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 14:40:59 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A4F816A4CE for ; Tue, 25 Nov 2003 14:40:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 554F14405A for ; Tue, 25 Nov 2003 14:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPMeFFY051683 for ; Tue, 25 Nov 2003 14:40:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPMeF9F051682; Tue, 25 Nov 2003 14:40:15 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 14:40:15 -0800 (PST) Resent-Message-Id: <200311252240.hAPMeF9F051682@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andreas Braml Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F160516A4CE for ; Tue, 25 Nov 2003 14:30:16 -0800 (PST) Received: from smtp.web.de (smtp04.web.de [217.72.192.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AC7643F93 for ; Tue, 25 Nov 2003 14:30:15 -0800 (PST) (envelope-from a.strich.b@web.de) Received: from [62.246.143.204] (helo=localhost.my.domain) by smtp.web.de with asmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.99 #516) id 1AOlhF-0007na-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 25 Nov 2003 23:30:14 +0100 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.12.9/8.12.9) with ESMTP id hAPMTIHq009004 for ; Tue, 25 Nov 2003 23:29:29 +0100 (CET) (envelope-from andi@localhost.my.domain) Received: (from root@localhost) by localhost.my.domain (8.12.9/8.12.9/Submit) id hAPMT8Hr009003; Tue, 25 Nov 2003 23:29:08 +0100 (CET) (envelope-from andi) Message-Id: <200311252229.hAPMT8Hr009003@localhost.my.domain> Date: Tue, 25 Nov 2003 23:29:08 +0100 (CET) From: Andreas Braml Sender: a.strich.b@web.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59692: The download location for igerman98 in ispell has moved X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andreas Braml List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 22:40:59 -0000 >Number: 59692 >Category: ports >Synopsis: The download location for igerman98 in ispell has moved >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: Tue Nov 25 14:40:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: Andreas Braml >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: System: FreeBSD localhost.my.domain 5.1-RELEASE FreeBSD 5.1-RELEASE #10: Sat Oct 11 16:27:52 CEST 2003 andi@localhost.my.domain:/usr/src/sys/i386/compile/ISDNAUDIO i386 >Description: Fix MASTER_SITES in Makefile and update checksums in distinfo >How-To-Repeat: >Fix: --- diff begins here --- diff -ruN ispell.bak/Makefile ispell/Makefile --- ispell.bak/Makefile Tue Nov 25 22:30:03 2003 +++ ispell/Makefile Tue Nov 25 23:02:03 2003 @@ -90,8 +90,7 @@ BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif DENEUDISTFILE= igerman98-20001109.tar.bz2 -MASTER_SITES+= http://www.suse.de/~bjacke/igerman98/dict/ \ - ftp://student.physik.uni-dortmund.de/pub/users/jacke/ispell/ +MASTER_SITES+= http://j3e.de/ispell/igerman98/dict/ EXTRA_DICT+= ${DENEUDISTFILE} .endif .if defined(ISPELL_DEALT) diff -ruN ispell.bak/distinfo ispell/distinfo --- ispell.bak/distinfo Thu Jan 1 01:00:00 1970 +++ ispell/distinfo Tue Nov 25 22:47:06 2003 @@ -0,0 +1,18 @@ +MD5 (ispell-3.2.06.tar.gz) = d434e1aef1a815294d5012c60c4c414a +MD5 (ispell-it2001.tgz) = 559ab52451fec91068f11d40f5f919b2 +MD5 (francais-IREQ-1.4.tar.gz) = 3871371b0f8e57b554f8895ce3a43b5a +MD5 (iswedish-1.2.1.tar.gz) = b546aeb88d7614c32e541488d55f32fe +MD5 (hk-deutsch.tar.gz) = 0fb468159f7f0ba5b8a02c1fe111ac2d +MD5 (br.ispell-2.4.tar.gz) = 241d9e2fefb92ea74f13c1e07d0b4e7b +MD5 (ispell-norsk-2.0.tar.gz) = 7dd200f749459a42f7ded937ee72bb05 +MD5 (ispell-nl-1.0.0.tar.gz) = d9f8c68f28053e71792053e34201a28b +MD5 (ispell-da-1.4.22.tar.gz) = fd4580d33dc61b3dc667495db1d6f098 +MD5 (ispell-sa-1.0.0.tar.gz) = b70889894d1427e5b78c0a6ecc4f8235 +MD5 (igerman98-20001109.tar.bz2) = ec06d69a4b045b738788fd3359de37ee +MD5 (finnish.dict.bz2) = 977a5eebe21881dca6be6cf38a244457 +MD5 (finnish.small.aff.bz2) = 19fec07598e23ad747bc999ea53b9538 +MD5 (finnish.medium.aff.bz2) = d53611daaed94c8b17869a60e4ae61d9 +MD5 (finnish.large.aff.bz2) = 9c7bfc8850e958a5d2aec579f5d8903c +MD5 (ispell-pl-20021127.tar.gz) = 91418bdae4b7a4eb6a8cc69be8e5787d +MD5 (ispell-3.2.06.tar.gz) = d434e1aef1a815294d5012c60c4c414a +MD5 (ispell-3.2.06.tar.gz) = d434e1aef1a815294d5012c60c4c414a --- diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 17:40:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B10E16A4CE for ; Tue, 25 Nov 2003 17:40:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9890743FBF for ; Tue, 25 Nov 2003 17:40:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ1eKFY069412 for ; Tue, 25 Nov 2003 17:40:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ1eKEN069411; Tue, 25 Nov 2003 17:40:20 -0800 (PST) (envelope-from gnats) Date: Tue, 25 Nov 2003 17:40:20 -0800 (PST) Message-Id: <200311260140.hAQ1eKEN069411@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stephen Forbes Subject: Re: ports/58743: Update java/jboss3 to JBoss 3.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stephen Forbes List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 01:40:21 -0000 The following reply was made to PR ports/58743; it has been noted by GNATS. From: Stephen Forbes To: freebsd-gnats-submit@FreeBSD.org, jonc@chen.org.nz Cc: des@des.no, jon@freebsd.org Subject: Re: ports/58743: Update java/jboss3 to JBoss 3.2.2 Date: Wed, 26 Nov 2003 01:29:20 +0000 Hello, Since FreeBSD 4.9-RELEASE came out a month ago, I've been repeatedly = refreshing my ports tree and trying to install /usr/ports/java/jboss3 , = currently jboss-3.2.2, from the ports tree into a clean install of 4.9. = The problem is that when I try to subsequently boot JBoss, it fails and I = get the following messages in /usr/local/jboss3.2/log/stderr.log : >>>>>>>>>>>>>> Failed to boot JBoss: java.lang.RuntimeException: Unable to create the MBean server instance. = Class org.jboss.mx.server.MBeanServerImpl has raised a n exception in constructor: java.lang.NoSuchFieldError: org.jboss.mx.modelm= bean.ModelMBeanInvoker: field ALL_DESCRIPTORS not f ound at javax.management.MBeanServerFactory.createMBeanServer(MBeanServe= rFactory.java:180) at javax.management.MBeanServerFactory.createMBeanServer(MBeanServe= rFactory.java:80) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:327) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291) at org.jboss.Main.boot(Main.java:150) at org.jboss.Main$1.run(Main.java:395) at java.lang.Thread.run(Thread.java:484) >>>>>>>>>>>>>> This could be due to the problem cited in http://www.freebsd.org/cgi/query-= pr.cgi?pr=3D58743 This page raises several issues: 1) This problem is known about, I read "While I'm here, fix problem of = JBoss not starting up once installed due to ownership/permission problems."= But this problem for me is still in effect. I really appreciate the hard = work that goes into FreeBSD, but I've waited a month now for this problem = to be resolved via the ports tree, and I'm still waiting. 2) I read that "Severity" is "non-critical", JBoss3 not booting is severe = for me. 3) I read that the "State" is "closed", it doesn't appear closed as the = problem hasn't been cleared in the current version in the posts tree. = jonc@chen.org.nz states that " I don't mind taking over the port, but = please note that I am *NOT* jon@freebsd.org, and I do not have commit = privileges." So, does this mean that jonc@chen.org.nz has solved the = problem with JBoss 3 not starting but that it can't be updated to the = ports tree ? If so then how can the state be closed. Or maybe I'm = experiencing a different problem ? 4) Tantalisingly the fix is provided as a diff output. The problem is that = I don't know what to do with this output and that there are no instructions= to that effect. So, it's not really a fix, not for me anyway. >>>>>>>>>>>>>> diff -ru ./Makefile /home/jonc/ports/jboss3/Makefile --- ./Makefile Tue Jul 15 09:35:47 2003 +++ /home/jonc/ports/jboss3/Makefile Fri Oct 31 09:16:47 2003 @@ -6,8 +6,7 @@ # PORTNAME=3D ${APP_TITLE:L} -PORTVERSION=3D 3.2.1 -PORTREVISION=3D 1 +PORTVERSION=3D 3.2.2 CATEGORIES=3D java >>>>>>>>>>>>>> 5) I read that this fix has been committed, yet, for me, there is still a = problem. Could it be that the fix is incorrect or that there was a problem = with committing ? >>>>>>>>>>>>>> State-Changed-From-To: open->closed=20 State-Changed-By: glewis=20 State-Changed-When: Tue Nov 4 09:57:28 PST 2003=20 State-Changed-Why: =20 Committed, thanks!=20 >>>>>>>>>>>>>> Can you tell me how to apply this fix or, even better, when this issue = will be sorted and committed in the ports collection ? Many thanks for all your hard work, Please help, Steve From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 18:10:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 375EB16A4CE for ; Tue, 25 Nov 2003 18:10:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EED4743FD7 for ; Tue, 25 Nov 2003 18:10:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ2AHFY076104 for ; Tue, 25 Nov 2003 18:10:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ2AHpQ076103; Tue, 25 Nov 2003 18:10:17 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 18:10:17 -0800 (PST) Resent-Message-Id: <200311260210.hAQ2AHpQ076103@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Eikemeier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 599B916A4CE for ; Tue, 25 Nov 2003 18:02:47 -0800 (PST) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id D48E943F3F for ; Tue, 25 Nov 2003 18:02:45 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080b95e.dip.t-dialin.net ([80.128.185.94] helo=fillmore-labs.com ident=osgddvk3yqtcm8as) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1AOp0u-00066X-0C for FreeBSD-gnats-submit@FreeBSD.org; Wed, 26 Nov 2003 03:02:44 +0100 Message-Id: <3FC409BB.5080602@fillmore-labs.com> Date: Wed, 26 Nov 2003 03:02:35 +0100 From: Oliver Eikemeier To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59694: [NEW PORT] databases/db42: Berkeley DB 4.2.50 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 02:10:20 -0000 >Number: 59694 >Category: ports >Synopsis: [NEW PORT] databases/db42: Berkeley DB 4.2.50 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 18:10:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: Oliver Eikemeier >Release: FreeBSD 5.1-CURRENT i386 >Organization: Fillmore Labs - http://www.fillmore-labs.com >Environment: System: FreeBSD nuuk.fillmore-labs.com 5.1-CURRENT >Description: Berkeley DB, Version 4.2.50 >How-To-Repeat: >Fix: --- db42.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # databases/db42 # databases/db42/Makefile # databases/db42/distinfo # databases/db42/files # databases/db42/files/patch-dist::Makefile.in # databases/db42/files/patch-dist::configure # databases/db42/files/patch-dist::ltmain.sh # databases/db42/pkg-descr # databases/db42/pkg-plist # echo c - databases/db42 mkdir -p databases/db42 > /dev/null 2>&1 echo x - databases/db42/Makefile sed 's/^X//' >databases/db42/Makefile << 'END-of-databases/db42/Makefile' X# ports collection makefile for: Berkeley DB v4.2 X# Date created: 2003-11-26 X# Whom: Oliver Eikemeier X# X# $FreeBSD$ X# X XPORTNAME= db42 XPORTVERSION= 4.2.50 XCATEGORIES= databases XMASTER_SITES= http://www.sleepycat.com/update/snapshot/ XDISTNAME?= db-${PORTVERSION} XDIST_SUBDIR= bdb X XPATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ X#PATCHFILES= patch.${PORTVERSION}.1 X XMAINTAINER= eik@FreeBSD.org XCOMMENT= The Berkeley DB package, revision 4.2 X XUSE_REINPLACE= yes XGNU_CONFIGURE= yes XINSTALLS_SHLIB= yes X XCONFIGURE_WRKSRC= ${WRKSRC}/build_unix XBUILD_WRKSRC= ${WRKSRC}/build_unix XINSTALL_WRKSRC= ${WRKSRC}/build_unix X XCONFIGURE_SCRIPT= ../dist/configure XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ARGS= --enable-compat185 --enable-dump185 \ X --enable-cxx --enable-dynamic \ X --includedir=${PREFIX}/include/db42 X X.if !defined(NOPORTDOCS) XINSTALL_TARGET= install install_docs XPORTDOCS= * X.endif X Xpost-patch: X @${REINPLACE_CMD} -Ee \ X 's|-l?pthread|${PTHREAD_LIBS}|g' ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} X X.include END-of-databases/db42/Makefile echo x - databases/db42/distinfo sed 's/^X//' >databases/db42/distinfo << 'END-of-databases/db42/distinfo' XMD5 (bdb/db-4.2.50.tar.gz) = 644522fe89c565ec10c6d2e2d010227b END-of-databases/db42/distinfo echo c - databases/db42/files mkdir -p databases/db42/files > /dev/null 2>&1 echo x - databases/db42/files/patch-dist::Makefile.in sed 's/^X//' >databases/db42/files/patch-dist::Makefile.in << 'END-of-databases/db42/files/patch-dist::Makefile.in' X--- dist/Makefile.in.orig Tue Nov 25 15:42:22 2003 X+++ dist/Makefile.in Wed Nov 26 01:58:01 2003 X@@ -11,7 +11,7 @@ X bindir= @bindir@ X includedir=@includedir@ X libdir= @libdir@ X-docdir= $(prefix)/docs X+docdir= $(prefix)/share/doc/db42 X X dmode= 755 X emode= 555 X@@ -45,6 +45,7 @@ X SOLINK= @MAKEFILE_SOLINK@ X SOFLAGS= @SOFLAGS@ X LIBMAJOR= @DB_VERSION_MAJOR@ X+LIBMINOR= @DB_VERSION_MINOR@ X LIBVERSION= @DB_VERSION_MAJOR@.@DB_VERSION_MINOR@ X X CPPFLAGS= -I$(builddir) -I$(srcdir) @CPPFLAGS@ X@@ -60,13 +61,13 @@ X LIBS= @LIBS@ X LIBSO_LIBS= @LIBSO_LIBS@ X X-libdb_base= libdb X+libdb_base= libdb42 X libdb= $(libdb_base).a X-libdb_version= $(libdb_base)-$(LIBVERSION).a X-libso= $(libdb_base)-$(LIBVERSION)@SOSUFFIX@ X-libso_target= $(libdb_base)-$(LIBVERSION).la X+libdb_version= $(libdb_base).a X+libso= $(libdb_base)@SOSUFFIX@ X+libso_target= $(libdb_base).la X libso_default= $(libdb_base)@SOSUFFIX@ X-libso_major= $(libdb_base)-$(LIBMAJOR)@SOSUFFIX@ X+libso_major= $(libdb_base)@SOSUFFIX@.$(LIBMINOR) X X ################################################## X # C++ API. X@@ -79,13 +80,13 @@ X XSOLINK= @MAKEFILE_XSOLINK@ X LIBXSO_LIBS= @LIBXSO_LIBS@ X X-libcxx_base= libdb_cxx X+libcxx_base= libdb42_cxx X libcxx= $(libcxx_base).a X-libcxx_version= $(libcxx_base)-$(LIBVERSION).a X-libxso= $(libcxx_base)-$(LIBVERSION)@SOSUFFIX@ X-libxso_target= $(libcxx_base)-$(LIBVERSION).la X+libcxx_version= $(libcxx_base).a X+libxso= $(libcxx_base)@SOSUFFIX@ X+libxso_target= $(libcxx_base).la X libxso_default= $(libcxx_base)@SOSUFFIX@ X-libxso_major= $(libcxx_base)-$(LIBMAJOR)@SOSUFFIX@ X+libxso_major= $(libcxx_base)@SOSUFFIX@$(LIBMINOR) X X ################################################## X # Java API. X@@ -583,8 +584,8 @@ X X UTIL_PROGS=\ X @ADDITIONAL_PROGS@ \ X- db_archive db_checkpoint db_deadlock \ X- db_dump db_load db_printlog db_recover db_stat db_upgrade db_verify X+ db42_archive db42_checkpoint db42_deadlock \ X+ db42_dump db42_load db42_printlog db42_recover db42_stat db42_upgrade db42_verify X X ################################################## X # List of files installed into the library directory. X@@ -723,56 +724,56 @@ X echo >> $@ exec java com.sleepycat.db.rpcserver.DbServer \$$@ X chmod +x $@ X X-db_archive: db_archive@o@ util_sig@o@ $(DEF_LIB) X+db42_archive: db_archive@o@ util_sig@o@ $(DEF_LIB) X $(CCLINK) -o $@ $(LDFLAGS) \ X db_archive@o@ util_sig@o@ $(DEF_LIB) $(LIBS) X $(POSTLINK) $@ X X-db_checkpoint: db_checkpoint@o@ util_log@o@ util_sig@o@ $(DEF_LIB) X+db42_checkpoint: db_checkpoint@o@ util_log@o@ util_sig@o@ $(DEF_LIB) X $(CCLINK) -o $@ $(LDFLAGS) \ X db_checkpoint@o@ util_log@o@ util_sig@o@ $(DEF_LIB) $(LIBS) X $(POSTLINK) $@ X X-db_deadlock: db_deadlock@o@ util_log@o@ util_sig@o@ $(DEF_LIB) X+db42_deadlock: db_deadlock@o@ util_log@o@ util_sig@o@ $(DEF_LIB) X $(CCLINK) -o $@ $(LDFLAGS) \ X db_deadlock@o@ util_log@o@ util_sig@o@ $(DEF_LIB) $(LIBS) X $(POSTLINK) $@ X X-db_dump: db_dump@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) X+db42_dump: db_dump@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) X $(CCLINK) -o $@ $(LDFLAGS) \ X db_dump@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(LIBS) X $(POSTLINK) $@ X X-db_dump185: db_dump185@o@ @REPLACEMENT_OBJS@ X+db42_dump185: db_dump185@o@ @REPLACEMENT_OBJS@ X $(CCLINK) -o $@ $(LDFLAGS) db_dump185@o@ @REPLACEMENT_OBJS@ $(DB185LIB) X $(POSTLINK) $@ X X-db_load: db_load@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) X+db42_load: db_load@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) X $(CCLINK) -o $@ $(LDFLAGS) \ X db_load@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(LIBS) X $(POSTLINK) $@ X X-db_printlog: db_printlog@o@ util_sig@o@ $(DEF_LIB) X+db42_printlog: db_printlog@o@ util_sig@o@ $(DEF_LIB) X $(CCLINK) -o $@ $(LDFLAGS) \ X db_printlog@o@ util_sig@o@ $(DEF_LIB) $(LIBS) X $(POSTLINK) $@ X X-db_recover: db_recover@o@ util_sig@o@ $(DEF_LIB) X+db42_recover: db_recover@o@ util_sig@o@ $(DEF_LIB) X $(CCLINK) -o $@ $(LDFLAGS) \ X db_recover@o@ util_sig@o@ $(DEF_LIB) $(LIBS) X $(POSTLINK) $@ X X-db_stat: db_stat@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) X+db42_stat: db_stat@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) X $(CCLINK) -o $@ $(LDFLAGS) \ X db_stat@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(LIBS) X $(POSTLINK) $@ X X-db_upgrade: db_upgrade@o@ util_sig@o@ $(DEF_LIB) X+db42_upgrade: db_upgrade@o@ util_sig@o@ $(DEF_LIB) X $(CCLINK) -o $@ $(LDFLAGS) \ X db_upgrade@o@ util_sig@o@ $(DEF_LIB) $(LIBS) X $(POSTLINK) $@ X X-db_verify: db_verify@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) X+db42_verify: db_verify@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) X $(CCLINK) -o $@ $(LDFLAGS) \ X db_verify@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(LIBS) X $(POSTLINK) $@ X@@ -781,7 +782,7 @@ X # Library and standard utilities install. X ################################################## X library_install: install_setup X-library_install: install_include install_lib install_utilities install_docs X+library_install: install_include install_lib install_utilities X X uninstall: uninstall_include uninstall_lib uninstall_utilities uninstall_docs X END-of-databases/db42/files/patch-dist::Makefile.in echo x - databases/db42/files/patch-dist::configure sed 's/^X//' >databases/db42/files/patch-dist::configure << 'END-of-databases/db42/files/patch-dist::configure' X--- dist/configure.orig Fri Nov 21 04:05:57 2003 X+++ dist/configure Wed Nov 26 01:42:23 2003 X@@ -20138,10 +20138,10 @@ X INSTALLER="\$(LIBTOOL) --mode=install cp -p" X X MAKEFILE_CC="\$(LIBTOOL) --mode=compile ${MAKEFILE_CC}" X-MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -avoid-version" X+MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -version-info ${DB_VERSION_MINOR}" X MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK}" X MAKEFILE_CXX="\$(LIBTOOL) --mode=compile ${MAKEFILE_CXX}" X-MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -avoid-version" X+MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -version-info ${DB_VERSION_MINOR}" X MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK}" X X LIBTOOL="\$(SHELL) ./libtool" X@@ -21441,7 +21441,7 @@ X X # Optional utilities. X if test "$db_cv_dump185" = "yes"; then X- ADDITIONAL_PROGS="db_dump185 $ADDITIONAL_PROGS" X+ ADDITIONAL_PROGS="db42_dump185 $ADDITIONAL_PROGS" X fi X X # Checks for include files, structures, C types. END-of-databases/db42/files/patch-dist::configure echo x - databases/db42/files/patch-dist::ltmain.sh sed 's/^X//' >databases/db42/files/patch-dist::ltmain.sh << 'END-of-databases/db42/files/patch-dist::ltmain.sh' X--- dist/ltmain.sh.orig Sat Apr 26 19:45:37 2003 X+++ dist/ltmain.sh Wed Nov 26 01:42:23 2003 X@@ -5425,10 +5425,12 @@ X fi X X # Install the pseudo-library for information purposes. X+ if /usr/bin/false; then X name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` X instname="$dir/$name"i X $show "$install_prog $instname $destdir/$name" X $run eval "$install_prog $instname $destdir/$name" || exit $? X+ fi X X # Maybe install the static library, too. X test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" END-of-databases/db42/files/patch-dist::ltmain.sh echo x - databases/db42/pkg-descr sed 's/^X//' >databases/db42/pkg-descr << 'END-of-databases/db42/pkg-descr' XVersion 4.2 of the Berkeley DB library. This version uses an incompatible Xunderlying database format than revision 1 and a different standard API. XUtilities are included in the distribution to convert v1.85 databases to v4.2 Xdatabases, and a backwards compatible API is provided to maintain Xcompatibility with programs using the v1.85 interface. X XFor details on compatibility with other DB versions, see: Xhttp://www.sleepycat.com/download/patchlogs.shtml X XWWW: http://www.sleepycat.com/ END-of-databases/db42/pkg-descr echo x - databases/db42/pkg-plist sed 's/^X//' >databases/db42/pkg-plist << 'END-of-databases/db42/pkg-plist' Xbin/db42_archive Xbin/db42_checkpoint Xbin/db42_deadlock Xbin/db42_dump Xbin/db42_dump185 Xbin/db42_load Xbin/db42_printlog Xbin/db42_recover Xbin/db42_stat Xbin/db42_upgrade Xbin/db42_verify Xinclude/db42/db.h Xinclude/db42/db_185.h Xinclude/db42/db_cxx.h X@dirrm include/db42 Xlib/libdb42.a Xlib/libdb42.so Xlib/libdb42.so.2 Xlib/libdb42_cxx.a Xlib/libdb42_cxx.so Xlib/libdb42_cxx.so.2 END-of-databases/db42/pkg-plist exit --- db42.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 18:12:58 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C58F16A4CE; Tue, 25 Nov 2003 18:12:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2415043FDF; Tue, 25 Nov 2003 18:12:57 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from freefall.freebsd.org (eik@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ2CvFY076268; Tue, 25 Nov 2003 18:12:57 -0800 (PST) (envelope-from eik@freefall.freebsd.org) Received: (from eik@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ2Cvet076264; Tue, 25 Nov 2003 18:12:57 -0800 (PST) (envelope-from eik) Date: Tue, 25 Nov 2003 18:12:57 -0800 (PST) From: Oliver Eikemeier Message-Id: <200311260212.hAQ2Cvet076264@freefall.freebsd.org> To: eik@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/59692: The download location for igerman98 in ispell has moved X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 02:12:58 -0000 Synopsis: The download location for igerman98 in ispell has moved Responsible-Changed-From-To: freebsd-ports-bugs->jmz Responsible-Changed-By: eik Responsible-Changed-When: Wed Nov 26 03:12:04 CET 2003 Responsible-Changed-Why: over to ispell maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=59692 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 18:13:57 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A459416A4CE; Tue, 25 Nov 2003 18:13:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0685443F85; Tue, 25 Nov 2003 18:13:57 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from freefall.freebsd.org (eik@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ2DuFY076319; Tue, 25 Nov 2003 18:13:56 -0800 (PST) (envelope-from eik@freefall.freebsd.org) Received: (from eik@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ2DuwK076315; Tue, 25 Nov 2003 18:13:56 -0800 (PST) (envelope-from eik) Date: Tue, 25 Nov 2003 18:13:56 -0800 (PST) From: Oliver Eikemeier Message-Id: <200311260213.hAQ2DuwK076315@freefall.freebsd.org> To: eik@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eik@FreeBSD.org Subject: Re: ports/59694: [NEW PORT] databases/db42: Berkeley DB 4.2.50 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 02:13:57 -0000 Synopsis: [NEW PORT] databases/db42: Berkeley DB 4.2.50 Responsible-Changed-From-To: freebsd-ports-bugs->eik Responsible-Changed-By: eik Responsible-Changed-When: Wed Nov 26 03:13:24 CET 2003 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=59694 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 18:30:32 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF20F16A4CE for ; Tue, 25 Nov 2003 18:30:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A2243F93 for ; Tue, 25 Nov 2003 18:30:32 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ2UVFY084345 for ; Tue, 25 Nov 2003 18:30:32 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ2UVYp084341; Tue, 25 Nov 2003 18:30:31 -0800 (PST) (envelope-from gnats) Date: Tue, 25 Nov 2003 18:30:31 -0800 (PST) Message-Id: <200311260230.hAQ2UVYp084341@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jonathan Chen Subject: Re: ports/58743: Update java/jboss3 to JBoss 3.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jonathan Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 02:30:33 -0000 The following reply was made to PR ports/58743; it has been noted by GNATS. From: Jonathan Chen To: Stephen Forbes Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/58743: Update java/jboss3 to JBoss 3.2.2 Date: Wed, 26 Nov 2003 15:28:53 +1300 On Wed, Nov 26, 2003 at 01:29:20AM +0000, Stephen Forbes wrote: > Hello, > > Since FreeBSD 4.9-RELEASE came out a month ago, I've been repeatedly refreshing my ports tree and trying to install /usr/ports/java/jboss3 , currently jboss-3.2.2, from the ports tree into a clean install of 4.9. The problem is that when I try to subsequently boot JBoss, it fails and I get the following messages in /usr/local/jboss3.2/log/stderr.log : > > >>>>>>>>>>>>>> > Failed to boot JBoss: > java.lang.RuntimeException: Unable to create the MBean server instance. Class org.jboss.mx.server.MBeanServerImpl has raised a > n exception in constructor: java.lang.NoSuchFieldError: org.jboss.mx.modelmbean.ModelMBeanInvoker: field ALL_DESCRIPTORS not f > ound > at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:180) > at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:80) > at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:327) > at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291) > at org.jboss.Main.boot(Main.java:150) > at org.jboss.Main$1.run(Main.java:395) > at java.lang.Thread.run(Thread.java:484) > >>>>>>>>>>>>>> The problem I fixed with the ownership permissions is not the problem you're experiencing. Let me guess: You're running JDK1.3.1 (or thereabouts). The JBoss-forums have had a discussion about this, and they have speculated that there is some binary incompatiblity with the java-classes between JDK1.4+ and JDK1.3.1. Basically, they've compiled the JBoss binaries with JDK1.4+, and it doesn't work with anything less. Solutions that have been proposed: 1. build JBoss with JDK1.3.1 (JBoss isn't doing this, we may have to do a local build) 2. upgrade to JDK1.4.2. I haven't had time to do Solution 1, would it be possible for you to try solution 2? -- Jonathan Chen ---------------------------------------------------------------------- "Beer. Now there's a temporary solution." - Homer Simpson From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 19:40:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7874A16A4CE for ; Tue, 25 Nov 2003 19:40:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C42D543FAF for ; Tue, 25 Nov 2003 19:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ3eJFY092809 for ; Tue, 25 Nov 2003 19:40:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ3eJkg092808; Tue, 25 Nov 2003 19:40:19 -0800 (PST) (envelope-from gnats) Date: Tue, 25 Nov 2003 19:40:19 -0800 (PST) Message-Id: <200311260340.hAQ3eJkg092808@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jonathan Chen Subject: Re: ports/58743: Update java/jboss3 to JBoss 3.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jonathan Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 03:40:20 -0000 The following reply was made to PR ports/58743; it has been noted by GNATS. From: Jonathan Chen To: Stephen Forbes Cc: freebsd-gnats-submit@freebsd.org, jonc@chen.org.nz, des@des.no Subject: Re: ports/58743: Update java/jboss3 to JBoss 3.2.2 Date: Tue, 25 Nov 2003 22:32:53 -0500 [snip] > jonc@chen.org.nz states that " I don't mind taking over the port, but > please note that I am *NOT* jon@freebsd.org, and I do not have commit > privileges." So, does this mean that jonc@chen.org.nz has solved the For the record, jon@freebsd.org is not a ports committer, nor does he know anything about Java. -Jon From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 22:20:06 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D403F16A4CE for ; Tue, 25 Nov 2003 22:20:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A55EC43FBD for ; Tue, 25 Nov 2003 22:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ6K4FY012064 for ; Tue, 25 Nov 2003 22:20:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ6K4xr012063; Tue, 25 Nov 2003 22:20:04 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 22:20:04 -0800 (PST) Resent-Message-Id: <200311260620.hAQ6K4xr012063@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Matveychuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D077A16A4CE; Tue, 25 Nov 2003 22:15:03 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22B1743FA3; Tue, 25 Nov 2003 22:15:02 -0800 (PST) (envelope-from sem@ciam.ru) Received: from Current.sem-home.ciam.ru (ppp134-65.dialup.mtu-net.ru [62.118.134.65]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 7E7E1B776D; Wed, 26 Nov 2003 09:14:58 +0300 (MSK) (envelope-from sem@ciam.ru) Received: from root by Current.sem-home.ciam.ru with local (Exim 4.24; FreeBSD) id 1AOsx4-000692-J4; Wed, 26 Nov 2003 09:15:02 +0300 Message-Id: Date: Wed, 26 Nov 2003 09:15:02 +0300 From: Sergey Matveychuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ade@FreeBSD.org Subject: ports/59695: [PATCH] devel/gmake: add two patches to avoid core dumps X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 06:20:06 -0000 >Number: 59695 >Category: ports >Synopsis: [PATCH] devel/gmake: add two patches to avoid core dumps >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: Tue Nov 25 22:20:04 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD Current.sem-home.ciam.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Fri Nov 21 07:47:47 MSK 2003 >Description: [DESCRIBE CHANGES] devel/gmake: * Add two patches to avoid core dumps on eval: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1516&group_id=71 http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1517&group_id=71 * Utilize INFO macro Added file(s): - files/patch-eval_conditional - files/patch-eval_crash Port maintainer (ade@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- gmake-3.80_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/gmake.orig/Makefile /usr/ports/devel/gmake/Makefile --- /usr/ports/devel/gmake.orig/Makefile Wed Nov 26 08:53:03 2003 +++ /usr/ports/devel/gmake/Makefile Wed Nov 26 09:02:42 2003 @@ -7,7 +7,7 @@ PORTNAME= gmake PORTVERSION= 3.80 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= make @@ -35,6 +35,7 @@ CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split" MAN1= gmake.1 +INFO= make .ifdef USE_GMAKE .error You have `USE_GMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again. diff -ruN --exclude=CVS /usr/ports/devel/gmake.orig/files/patch-eval_conditional /usr/ports/devel/gmake/files/patch-eval_conditional --- /usr/ports/devel/gmake.orig/files/patch-eval_conditional Thu Jan 1 03:00:00 1970 +++ /usr/ports/devel/gmake/files/patch-eval_conditional Wed Nov 26 08:53:29 2003 @@ -0,0 +1,150 @@ +Index: read.c +=================================================================== +RCS file: /cvsroot/make/make/read.c,v +retrieving revision 1.124 +diff -u -B -b -r1.124 read.c +--- read.c 14 Oct 2002 21:54:04 -0000 1.124 ++++ read.c 25 Oct 2002 21:17:42 -0000 +@@ -272,6 +272,34 @@ + return read_makefiles; + } + ++/* Install a new conditional and return the previous one. */ ++ ++static struct conditionals * ++install_conditionals (struct conditionals *new) ++{ ++ struct conditionals *save = conditionals; ++ ++ bzero ((char *) new, sizeof (*new)); ++ conditionals = new; ++ ++ return save; ++} ++ ++/* Free the current conditionals and reinstate a saved one. */ ++ ++static void ++restore_conditionals (struct conditionals *saved) ++{ ++ /* Free any space allocated by conditional_line. */ ++ if (conditionals->ignoring) ++ free (conditionals->ignoring); ++ if (conditionals->seen_else) ++ free (conditionals->seen_else); ++ ++ /* Restore state. */ ++ conditionals = saved; ++} ++ + static int + eval_makefile (char *filename, int flags) + { +@@ -388,6 +416,8 @@ + eval_buffer (char *buffer) + { + struct ebuffer ebuf; ++ struct conditionals *saved; ++ struct conditionals new; + const struct floc *curfile; + int r; + +@@ -402,8 +432,12 @@ + curfile = reading_file; + reading_file = &ebuf.floc; + ++ saved = install_conditionals (&new); ++ + r = eval (&ebuf, 1); + ++ restore_conditionals (saved); ++ + reading_file = curfile; + + return r; +@@ -412,13 +446,8 @@ + + /* Read file FILENAME as a makefile and add its contents to the data base. + +- SET_DEFAULT is true if we are allowed to set the default goal. +- +- FILENAME is added to the `read_makefiles' chain. ++ SET_DEFAULT is true if we are allowed to set the default goal. */ + +- Returns 0 if a file was not found or not read. +- Returns 1 if FILENAME was found and read. +- Returns 2 if FILENAME was read, and we kept a reference (don't free it). */ + + static int + eval (struct ebuffer *ebuf, int set_default) +@@ -782,9 +811,7 @@ + + /* Save the state of conditionals and start + the included makefile with a clean slate. */ +- save = conditionals; +- bzero ((char *) &new_conditionals, sizeof new_conditionals); +- conditionals = &new_conditionals; ++ save = install_conditionals (&new_conditionals); + + /* Record the rules that are waiting so they will determine + the default goal before those in the included makefile. */ +@@ -810,14 +837,8 @@ + } + } + +- /* Free any space allocated by conditional_line. */ +- if (conditionals->ignoring) +- free (conditionals->ignoring); +- if (conditionals->seen_else) +- free (conditionals->seen_else); +- +- /* Restore state. */ +- conditionals = save; ++ /* Restore conditional state. */ ++ restore_conditionals (save); + + goto rule_complete; + } +Index: tests/scripts/functions/eval +=================================================================== +RCS file: /cvsroot/make/make/tests/scripts/functions/eval,v +retrieving revision 1.1 +diff -u -B -b -r1.1 eval +--- tests/scripts/functions/eval 8 Jul 2002 02:26:48 -0000 1.1 ++++ tests/scripts/functions/eval 25 Oct 2002 21:17:42 -0000 +@@ -57,4 +57,35 @@ + + &compare_output($answer,&get_logfile(1)); + ++# Test to make sure eval'ing inside conditionals works properly ++ ++$makefile3 = &get_tmpfile; ++ ++open(MAKEFILE,"> $makefile3"); ++ ++print MAKEFILE <<'EOF'; ++FOO = foo ++ ++all:: ; @echo it ++ ++define Y ++ all:: ; @echo worked ++endef ++ ++ifdef BAR ++$(eval $(Y)) ++endif ++ ++EOF ++ ++close(MAKEFILE); ++ ++&run_make_with_options($makefile3, "", &get_logfile); ++$answer = "it\n"; ++&compare_output($answer,&get_logfile(1)); ++ ++&run_make_with_options($makefile3, "BAR=1", &get_logfile); ++$answer = "it\nworked\n"; ++&compare_output($answer,&get_logfile(1)); ++ + 1; diff -ruN --exclude=CVS /usr/ports/devel/gmake.orig/files/patch-eval_crash /usr/ports/devel/gmake/files/patch-eval_crash --- /usr/ports/devel/gmake.orig/files/patch-eval_crash Thu Jan 1 03:00:00 1970 +++ /usr/ports/devel/gmake/files/patch-eval_crash Wed Nov 26 08:53:29 2003 @@ -0,0 +1,77 @@ +Index: variable.h +=================================================================== +RCS file: /cvsroot/make/make/variable.h,v +retrieving revision 1.24 +diff -u -B -b -r1.24 variable.h +--- variable.h 8 Aug 2002 00:11:19 -0000 1.24 ++++ variable.h 25 Oct 2002 21:37:32 -0000 +@@ -107,6 +107,8 @@ + extern char *expand_argument PARAMS ((char *str, char *end)); + extern char *variable_expand_string PARAMS ((char *line, char *string, + long length)); ++extern void install_variable_buffer PARAMS ((char **bufp, unsigned int *lenp)); ++extern void restore_variable_buffer PARAMS ((char *buf, unsigned int len)); + + /* function.c */ + extern int handle_function PARAMS ((char **op, char **stringp)); +Index: expand.c +=================================================================== +RCS file: /cvsroot/make/make/expand.c,v +retrieving revision 1.33 +diff -u -B -b -r1.33 expand.c +--- expand.c 14 Oct 2002 21:54:04 -0000 1.33 ++++ expand.c 25 Oct 2002 21:37:32 -0000 +@@ -545,3 +545,28 @@ + + return value; + } ++ ++/* Install a new variable_buffer context, returning the current one for ++ safe-keeping. */ ++ ++void ++install_variable_buffer (char **bufp, unsigned int *lenp) ++{ ++ *bufp = variable_buffer; ++ *lenp = variable_buffer_length; ++ ++ variable_buffer = 0; ++ initialize_variable_output (); ++} ++ ++/* Restore a previously-saved variable_buffer setting (free the current one). ++ */ ++ ++void ++restore_variable_buffer (char *buf, unsigned int len) ++{ ++ free (variable_buffer); ++ ++ variable_buffer = buf; ++ variable_buffer_length = len; ++} +Index: function.c +=================================================================== +RCS file: /cvsroot/make/make/function.c,v +retrieving revision 1.71 +diff -u -B -b -r1.71 function.c +--- function.c 14 Oct 2002 21:54:04 -0000 1.71 ++++ function.c 25 Oct 2002 21:37:32 -0000 +@@ -1196,7 +1196,17 @@ + static char * + func_eval (char *o, char **argv, const char *funcname) + { ++ char *buf; ++ unsigned int len; ++ ++ /* Eval the buffer. Pop the current variable buffer setting so that the ++ eval'd code can use its own without conflicting. */ ++ ++ install_variable_buffer (&buf, &len); ++ + eval_buffer (argv[0]); ++ ++ restore_variable_buffer (buf, len); + + return o; + } diff -ruN --exclude=CVS /usr/ports/devel/gmake.orig/pkg-plist /usr/ports/devel/gmake/pkg-plist --- /usr/ports/devel/gmake.orig/pkg-plist Wed Nov 26 08:53:03 2003 +++ /usr/ports/devel/gmake/pkg-plist Wed Nov 26 09:00:30 2003 @@ -1,7 +1,4 @@ bin/gmake -@unexec install-info --delete %D/info/make.info %D/info/dir -info/make.info -@exec install-info %D/info/make.info %D/info/dir %%NLS%%share/locale/da/LC_MESSAGES/make.mo %%NLS%%share/locale/de/LC_MESSAGES/make.mo %%NLS%%share/locale/es/LC_MESSAGES/make.mo --- gmake-3.80_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 22:39:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FEDB16A4CE; Tue, 25 Nov 2003 22:39:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC82D43F75; Tue, 25 Nov 2003 22:39:20 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ6dKFY013634; Tue, 25 Nov 2003 22:39:20 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ6dK83013630; Tue, 25 Nov 2003 22:39:20 -0800 (PST) (envelope-from sergei) Date: Tue, 25 Nov 2003 22:39:20 -0800 (PST) From: Sergei Kolobov Message-Id: <200311260639.hAQ6dK83013630@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/59695: [PATCH] devel/gmake: add two patches to avoid core dumps X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 06:39:21 -0000 Synopsis: [PATCH] devel/gmake: add two patches to avoid core dumps Responsible-Changed-From-To: freebsd-ports-bugs->ade Responsible-Changed-By: sergei Responsible-Changed-When: Tue Nov 25 22:38:48 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=59695 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 23:00:35 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DBE216A4CF for ; Tue, 25 Nov 2003 23:00:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA1643FD7 for ; Tue, 25 Nov 2003 23:00:33 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ70XFY013991 for ; Tue, 25 Nov 2003 23:00:33 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ70XMA013990; Tue, 25 Nov 2003 23:00:33 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 23:00:33 -0800 (PST) Resent-Message-Id: <200311260700.hAQ70XMA013990@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Matveychuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF77016A4CE for ; Tue, 25 Nov 2003 22:53:15 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9348943FAF for ; Tue, 25 Nov 2003 22:53:14 -0800 (PST) (envelope-from sem@ciam.ru) Received: from Current.sem-home.ciam.ru (ppp152-214.dialup.mtu-net.ru [62.118.152.214]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id B422D226979 for ; Wed, 26 Nov 2003 09:53:12 +0300 (MSK) (envelope-from sem@ciam.ru) Received: from root by Current.sem-home.ciam.ru with local (Exim 4.24; FreeBSD) id 1AOtY5-0006Oy-1Q for FreeBSD-gnats-submit@freebsd.org; Wed, 26 Nov 2003 09:53:17 +0300 Message-Id: Date: Wed, 26 Nov 2003 09:53:17 +0300 From: Sergey Matveychuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59696: bsd.port.mk: change `ls' with `pkg_info -I' in check-conflicts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Matveychuk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 07:00:35 -0000 >Number: 59696 >Category: ports >Synopsis: bsd.port.mk: change `ls' with `pkg_info -I' in check-conflicts >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: Tue Nov 25 23:00:32 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD Current.sem-home.ciam.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Fri Nov 21 07:47:47 MSK 2003 root@Current.sem-home.ciam.ru:/usr/obj/usr/src/sys/CURRENT i386 >Description: Change `ls' command with `pkg_info -I' and `awk' in check-conflicts target (as marcus@ wished). Thanks Oliver Eikemeier for idea. >How-To-Repeat: >Fix: --- ls-pkg_info.patch begins here --- --- bsd.port.mk.orig Wed Nov 26 09:15:29 2003 +++ bsd.port.mk Wed Nov 26 09:44:54 2003 @@ -3099,13 +3099,13 @@ .if defined(CONFLICTS) && !defined(DISABLE_CONFLICTS) @${RM} -f ${WRKDIR}/.CONFLICTS .for conflict in ${CONFLICTS} - @found="`${LS} -d ${PKG_DBDIR}/${conflict} 2>/dev/null || ${TRUE}`"; \ + @found="`${PKG_INFO} -I ${conflict} 2>/dev/null | ${AWK} '{print $$1}' || ${TRUE}`"; \ if [ X"$$found" != X"" ]; then \ ${ECHO} "$$found" >> ${WRKDIR}/.CONFLICTS; \ fi .endfor @if [ -s ${WRKDIR}/.CONFLICTS ]; then \ - found=`cat ${WRKDIR}/.CONFLICTS | ${SED} -e s'|${PKG_DBDIR}/||g' | tr '\012' ' '`; \ + found=`cat ${WRKDIR}/.CONFLICTS | tr '\012' ' '`; \ ${ECHO_MSG} "===> ${PKGNAME} conflicts with installed package(s): "; \ for entry in $$found; do \ ${ECHO_MSG} " $$entry"; \ --- ls-pkg_info.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 23:11:09 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CFA716A4CE; Tue, 25 Nov 2003 23:11:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F20AF43FE0; Tue, 25 Nov 2003 23:11:07 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ7B7FY017834; Tue, 25 Nov 2003 23:11:07 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ7B76J017830; Tue, 25 Nov 2003 23:11:07 -0800 (PST) (envelope-from sergei) Date: Tue, 25 Nov 2003 23:11:07 -0800 (PST) From: Sergei Kolobov Message-Id: <200311260711.hAQ7B76J017830@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/59696: bsd.port.mk: change `ls' with `pkg_info -I' in check-conflicts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 07:11:09 -0000 Synopsis: bsd.port.mk: change `ls' with `pkg_info -I' in check-conflicts Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: sergei Responsible-Changed-When: Tue Nov 25 23:10:50 PST 2003 Responsible-Changed-Why: Over to portmgr. http://www.freebsd.org/cgi/query-pr.cgi?pr=59696 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 23:50:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A3EA16A4CE for ; Tue, 25 Nov 2003 23:50:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB3D643F85 for ; Tue, 25 Nov 2003 23:50:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ7oNFY019043 for ; Tue, 25 Nov 2003 23:50:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ7oNc1019042; Tue, 25 Nov 2003 23:50:23 -0800 (PST) (envelope-from gnats) Date: Tue, 25 Nov 2003 23:50:23 -0800 (PST) Message-Id: <200311260750.hAQ7oNc1019042@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Akifyev Subject: Re: ports/56265: [new port] net/cacti - Frontend for RRDTOOL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Akifyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 07:50:26 -0000 The following reply was made to PR ports/56265; it has been noted by GNATS. From: Sergey Akifyev To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/56265: [new port] net/cacti - Frontend for RRDTOOL Date: Wed, 26 Nov 2003 10:41:44 +0300 This diff does the following: * bumps port version to 0.8.3a * corrects dependencies * allows to pass parameters to mysql client suring initial setup * minor fixes ==== begin cacti.diff diff -ruN cacti.orig/Makefile cacti/Makefile --- cacti.orig/Makefile Wed Oct 15 10:18:16 2003 +++ cacti/Makefile Wed Nov 26 07:01:02 2003 @@ -6,29 +6,42 @@ # PORTNAME= cacti -PORTVERSION= 0.8.2a +PORTVERSION= 0.8.3a CATEGORIES= net MASTER_SITES= http://www.raxnet.net/downloads/ MAINTAINER= asa@gascom.ru COMMENT= Frontend for RRDTOOL -RUN_DEPENDS= safe_mysqld:${PORTSDIR}/databases/mysql323-server \ - mysql:${PORTSDIR}/databases/mysql323-client \ - snmpget:${PORTSDIR}/net/net-snmp \ - rrdtool:${PORTSDIR}/net/rrdtool \ +BUILD_DEPENDS= netsnmp.6:${PORTSDIR}/net/net-snmp +RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ php:${PORTSDIR}/lang/php4 -NO_BUILD= yes +USE_MYSQL= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include +CONFIGURE_WRKSRC=${WRKSRC}/cactid +BUILD_WRKSRC= ${CONFIGURE_WRKSRC} +INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} CACTIDIR?= share/cacti CRONTAB?= /usr/bin/crontab PLIST_SUB= CACTIDIR=${CACTIDIR} -do-install: - @${SH} ${PKGINSTALL} +post-install: + @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @${MKDIR} ${LOCALBASE}/${CACTIDIR} - @${CP} -R ${WRKSRC}/* ${LOCALBASE}/${CACTIDIR}/ + @${MKDIR} ${LOCALBASE}/${CACTIDIR}/htdocs + @${CP} -R ${WRKSRC}/docs ${LOCALBASE}/${CACTIDIR} + @${CP} -R ${WRKSRC}/images ${LOCALBASE}/${CACTIDIR}/htdocs + @${CP} -R ${WRKSRC}/include ${LOCALBASE}/${CACTIDIR}/htdocs + @${CP} -R ${WRKSRC}/install ${LOCALBASE}/${CACTIDIR}/htdocs + @${CP} -R ${WRKSRC}/resource ${LOCALBASE}/${CACTIDIR}/htdocs + @${CP} ${WRKSRC}/*.php ${LOCALBASE}/${CACTIDIR}/htdocs + @${INSTALL_DATA} ${WRKSRC}/LICENSE ${LOCALBASE}/${CACTIDIR}/ + @${INSTALL_DATA} ${WRKSRC}/README ${LOCALBASE}/${CACTIDIR}/ + @${INSTALL_DATA} ${WRKSRC}/cacti.sql ${LOCALBASE}/${CACTIDIR}/ @${SED} -e 's|%LOCALBASE%|${LOCALBASE}|g' \ -e 's|%CACTIDIR%|${LOCALBASE}/${CACTIDIR}|g' \ ${FILESDIR}/cacti.cron \ @@ -36,8 +49,10 @@ @${SED} -e 's|%CACTIDIR%|${LOCALBASE}/${CACTIDIR}|g' \ ${FILESDIR}/cacti_db.sh \ > ${LOCALBASE}/${CACTIDIR}/cacti_db.sh - @${CHOWN} -R cacti:cacti ${LOCALBASE}/${CACTIDIR}/rra \ - ${LOCALBASE}/${CACTIDIR}/log + @${MKDIR} -p /var/db/cacti/rra + @${MKDIR} -p /var/log/cacti + @${CHOWN} -R cacti:cacti /var/db/cacti/rra \ + /var/log/cacti @${CRONTAB} -u cacti ${LOCALBASE}/${CACTIDIR}/cacti.cron @${SED} -e 's|%CACTIDIR%|${LOCALBASE}/${CACTIDIR}|g' ${PKGMESSAGE} diff -ruN cacti.orig/distinfo cacti/distinfo --- cacti.orig/distinfo Wed Oct 15 10:18:16 2003 +++ cacti/distinfo Wed Oct 15 10:19:14 2003 @@ -1 +1 @@ -MD5 (cacti-0.8.2a.tar.gz) = 2f10bfc2b01f1b11866f319fe74b93e7 +MD5 (cacti-0.8.3a.tar.gz) = 3a0a0af817868892d78ff9243b321858 diff -ruN cacti.orig/files/cacti_db.sh cacti/files/cacti_db.sh --- cacti.orig/files/cacti_db.sh Wed Oct 15 10:18:16 2003 +++ cacti/files/cacti_db.sh Sat Nov 15 06:38:14 2003 @@ -2,7 +2,9 @@ # Created by Sergey Akifyev # -echo "CREATE DATABASE cacti; -GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY 'cactiuser'; -FLUSH PRIVILEGES;" | mysql && -mysql cacti < %CACTIDIR%/cacti.sql +{ + echo "CREATE DATABASE cacti; + GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY 'cactiuser'; + FLUSH PRIVILEGES; use cacti;" + cat %CACTIDIR%/cacti.sql +} | mysql ${*} diff -ruN cacti.orig/pkg-plist cacti/pkg-plist --- cacti.orig/pkg-plist Wed Oct 15 10:18:16 2003 +++ cacti/pkg-plist Sat Nov 15 07:34:03 2003 @@ -1,3 +1,12 @@ +bin/cactid +include/cactid.h +include/common.h +include/snmp.h +include/rrd.h +include/locks.h +include/sql.h +include/util.h +include/poller.h %%CACTIDIR%%/LICENSE %%CACTIDIR%%/README %%CACTIDIR%%/about.php @@ -206,8 +215,6 @@ %%CACTIDIR%%/resource/snmp_queries/net-snmp_disk.xml %%CACTIDIR%%/resource/snmp_queries/netware_cpu.xml %%CACTIDIR%%/resource/snmp_queries/netware_disk.xml -%%CACTIDIR%%/rra.php -%%CACTIDIR%%/rra/.placeholder %%CACTIDIR%%/scripts/3com_cable_modem.pl %%CACTIDIR%%/scripts/diskfree.pl %%CACTIDIR%%/scripts/linux_memory.pl ==== end cacti.diff From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 23:50:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAB7016A4CE for ; Tue, 25 Nov 2003 23:50:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17AEF43F3F for ; Tue, 25 Nov 2003 23:50:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ7oOFY019060 for ; Tue, 25 Nov 2003 23:50:24 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ7oOE8019059; Tue, 25 Nov 2003 23:50:24 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 23:50:24 -0800 (PST) Resent-Message-Id: <200311260750.hAQ7oOE8019059@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D83D616A4CE for ; Tue, 25 Nov 2003 23:46:13 -0800 (PST) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id B10D943FEA for ; Tue, 25 Nov 2003 23:46:12 -0800 (PST) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 2BFA63EA2C6; Wed, 26 Nov 2003 15:46:10 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 99947-10; Wed, 26 Nov 2003 15:45:57 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id AFEC83EA2C5; Wed, 26 Nov 2003 15:45:56 +0800 (CST) Message-Id: <20031126074556.AFEC83EA2C5@utopia.leeym.com> Date: Wed, 26 Nov 2003 15:45:56 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dom@wirespeed.org.uk Subject: ports/59697: unbreak port: mail/dspam X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Yen-Ming Lee List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 07:50:27 -0000 >Number: 59697 >Category: ports >Synopsis: unbreak port: mail/dspam >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 23:50:23 PST 2003 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #58: Fri Nov 7 06:43:10 CST 2003 root@utopia.leeym.com:/mnt/obj/usr/src/sys/UTOPIA i386 >Description: fix PLIST problem and unbreak this port. >How-To-Repeat: http://bento.freebsd.org/errorlogs/i386-5-latest/dspam-2.7.1.log >Fix: --- dspam.diff begins here --- Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/mail/dspam/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 3 Oct 2003 23:37:55 -0000 1.2 +++ pkg-plist 26 Nov 2003 04:14:12 -0000 @@ -4,7 +4,6 @@ bin/dspam_crc bin/dspam_genaliases bin/dspam_merge -bin/dspam_purge bin/dspam_stats bin/dspam_corpus lib/libdspam.so --- dspam.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 00:00:57 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3098616A4CE for ; Wed, 26 Nov 2003 00:00:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 011BC43FF5 for ; Wed, 26 Nov 2003 00:00:45 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ80jFY019330 for ; Wed, 26 Nov 2003 00:00:45 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ80jL1019326; Wed, 26 Nov 2003 00:00:45 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 00:00:45 -0800 (PST) Resent-Message-Id: <200311260800.hAQ80jL1019326@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Matveychuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F5C16A4CE; Tue, 25 Nov 2003 23:55:49 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 568AC43F93; Tue, 25 Nov 2003 23:55:45 -0800 (PST) (envelope-from sem@ciam.ru) Received: from Current.sem-home.ciam.ru (ppp142-12.dialup.mtu-net.ru [62.118.142.12]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 11E332268A7; Wed, 26 Nov 2003 10:55:38 +0300 (MSK) (envelope-from sem@ciam.ru) Received: from root by Current.sem-home.ciam.ru with local (Exim 4.24; FreeBSD) id 1AOuWV-000GjD-00; Wed, 26 Nov 2003 10:55:43 +0300 Message-Id: Date: Wed, 26 Nov 2003 10:55:43 +0300 From: Sergey Matveychuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: demon@FreeBSD.org Subject: ports/59699: [PATCH] databases/mysql-navigator: fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 08:00:57 -0000 >Number: 59699 >Category: ports >Synopsis: [PATCH] databases/mysql-navigator: fix build >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: Wed Nov 26 00:00:44 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD Current.sem-home.ciam.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Fri Nov 21 07:47:47 MSK 2003 >Description: [DESCRIBE CHANGES] databases/mysql-navigator: * fix build * make portlint a little heppier Added file(s): - files/patch-aa - files/patch-ab Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- mysql-navigator-1.4.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/mysql-navigator.orig/Makefile /usr/ports/databases/mysql-navigator/Makefile --- /usr/ports/databases/mysql-navigator.orig/Makefile Wed Nov 26 07:54:07 2003 +++ /usr/ports/databases/mysql-navigator/Makefile Wed Nov 26 10:46:18 2003 @@ -14,7 +14,7 @@ MAINTAINER= demon@FreeBSD.org COMMENT= MySQL database server administration package for KDE -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +USE_MYSQL= yes USE_KDELIBS_VER=3 USE_GMAKE= yes @@ -26,8 +26,8 @@ MAKE_ENV+= MOC="${MOC}" QTDIR="${X11BASE}" post-patch: - @${REINPLACE_CMD} 's#-O2#$(CXXFLAGS)#g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "*_moc.cpp" -exec rm -f {} \; + @${REINPLACE_CMD} 's#-O2#${CXXFLAGS}#g' ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name "*_moc.cpp" -exec ${RM} -f {} \; pre-configure: @${REINPLACE_CMD} "s#-lqt#-lqt-mt ${PTHREAD_LIBS}#g" \ diff -ruN --exclude=CVS /usr/ports/databases/mysql-navigator.orig/files/patch-aa /usr/ports/databases/mysql-navigator/files/patch-aa --- /usr/ports/databases/mysql-navigator.orig/files/patch-aa Thu Jan 1 03:00:00 1970 +++ /usr/ports/databases/mysql-navigator/files/patch-aa Wed Nov 26 10:44:15 2003 @@ -0,0 +1,23 @@ +--- src/mysql/about/about.cxx.orig Wed Nov 26 10:37:29 2003 ++++ src/mysql/about/about.cxx Wed Nov 26 10:43:48 2003 +@@ -82,13 +82,13 @@ + #ifdef WIN32 + gpl->setText( tr( "Please read the LICENSE file.")); + #else +- gpl->setText( tr( "This program is distributed under the terms of the GPL v2.\n\n GNU GENERAL PUBLIC LICENSE\n Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n 675 Mass Ave, Cambridge, MA 02139, USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The licenses for most software are designed to take away your\nfreedom to share and change it. By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users. This\nGeneral Public License applies to most of the Free Software\nFoundation's software and to any other program whose authors commit to\nusing it. (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.) You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have. You must make sure that they, too, receive or can get the\nsource code. And you must show them these terms so they know their\nrights.\n \n We protect your rights w +-ith two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n Also, for each author's protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware. If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors' reputations.\n\n Finally, any free program is threatened constantly by software\npatents. We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary. To prevent this, we have made it clear that any\npatent must be licensed for everyone's free use or not licensed at all.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n \n GNU GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License. The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage. (Hereinafter, translation is included without limitation in\nthe term \"modification\".) Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope. The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constit ute a work based on the\nProgram (independent of having been +-made by running the Program).\nWhether that is true depends on what the Program does.\n\n 1. You may copy and distribute verbatim copies of the Program's\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n 2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n a) You must cause the modified files to carry pro minent notices\n stating that you changed the files and the date of any change.\n\n b) You must cause any work that you distribute or publish, that in\n whole or in part contains or is derived from the Program or any\n part thereof, to be licensed as a whole at no charge to all third\n parties under the terms of this License.\n\n c) If the modified program normally reads commands interactively\n when run, you must cause it, when started running for such\n interactive use in the most ordinary way, to print or display an\n announcement including an appropriate copyright notice and a\n notice that there is no warranty (or else, saying that you provide\n a warranty) and that users may redistribute the program under\n these conditions, and telling the user how to view a copy of this\n License. (Exception: if the Program itself is interactive but\n does not normally print such an announcement, your work based on\n the Program is not re quired to print an announcement.)\n \nThese requirements apply to the m +-odified work as a whole. If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works. But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na sto rage or distribution medium does not bring the other work under\nthe scope of this License.\n\n 3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n a) Accompany it with the complete corresponding machine-readable\n source code, which must be distributed under the terms of Sections\n 1 and 2 above on a medium customarily used for software interchange; or,\n\n b) Accompany it with a written offer, valid for at least three\n years, to give any third party, for a charge no more than your\n cost of physically performing source distribution, a complete\n machine-readable copy of the corresponding source code, to be\n distributed under the terms of Sections 1 and 2 above on a medium\n customarily used for software interchange; or,\n\n c) Accompany it with the information you received as to th e offer\n to distribute corresponding source code. (This alternativ +-e is\n allowed only for noncommercial distribution and only if you\n received the program in object code or executable form with such\n an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it. For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable. However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n \n 4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License. Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n 5. You are not required to accept this License, since you have not\nsigned it. However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works. These actions are\nprohibited by law if you do not accept this License. Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), y ou indicate your acceptance of this License to do so, and\nall its term +-s and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n 6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions. You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n 7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, t hen as a consequence you\nmay not distribute the Program at all. For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices. Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it i +-s up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n \n 8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded. In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n 9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number. If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation. If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n 10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission. For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this. Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\n NO WARRANTY\n\n 11. BECAUSE THE PROGRAM IS LICENSED ++ gpl->setText( tr( "This program is distributed under the terms of the GPL v2.\n\n GNU GENERAL PUBLIC LICENSE\n Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n 675 Mass Ave, Cambridge, MA 02139, USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The licenses for most software are designed to take away your\nfreedom to share and change it. By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users. This\nGeneral Public License applies to most of the Free Software\nFoundation's software and to any other program whose authors commit to\nusing it. (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.) You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have. You must make sure that they, too, receive or can get the\nsource code. And you must show them these terms so they know their\nrights.\n \n We protect your rights w\ ++ith two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n Also, for each author's protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware. If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors' reputations.\n\n Finally, any free program is threatened constantly by software\npatents. We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary. To prevent this, we have made it clear that any\npatent must be licensed for everyone's free use or not licensed at all.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n \n GNU GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License. The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage. (Hereinafter, translation is included without limitation in\nthe term \"modification\".) Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope. The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constit ute a work based on the\nProgram (independent of having been \ ++made by running the Program).\nWhether that is true depends on what the Program does.\n\n 1. You may copy and distribute verbatim copies of the Program's\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n 2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n a) You must cause the modified files to carry pro minent notices\n stating that you changed the files and the date of any change.\n\n b) You must cause any work that you distribute or publish, that in\n whole or in part contains or is derived from the Program or any\n part thereof, to be licensed as a whole at no charge to all third\n parties under the terms of this License.\n\n c) If the modified program normally reads commands interactively\n when run, you must cause it, when started running for such\n interactive use in the most ordinary way, to print or display an\n announcement including an appropriate copyright notice and a\n notice that there is no warranty (or else, saying that you provide\n a warranty) and that users may redistribute the program under\n these conditions, and telling the user how to view a copy of this\n License. (Exception: if the Program itself is interactive but\n does not normally print such an announcement, your work based on\n the Program is not re quired to print an announcement.)\n \nThese requirements apply to the m\ ++odified work as a whole. If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works. But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na sto rage or distribution medium does not bring the other work under\nthe scope of this License.\n\n 3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n a) Accompany it with the complete corresponding machine-readable\n source code, which must be distributed under the terms of Sections\n 1 and 2 above on a medium customarily used for software interchange; or,\n\n b) Accompany it with a written offer, valid for at least three\n years, to give any third party, for a charge no more than your\n cost of physically performing source distribution, a complete\n machine-readable copy of the corresponding source code, to be\n distributed under the terms of Sections 1 and 2 above on a medium\n customarily used for software interchange; or,\n\n c) Accompany it with the information you received as to th e offer\n to distribute corresponding source code. (This alternativ\ ++e is\n allowed only for noncommercial distribution and only if you\n received the program in object code or executable form with such\n an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it. For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable. However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n \n 4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License. Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n 5. You are not required to accept this License, since you have not\nsigned it. However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works. These actions are\nprohibited by law if you do not accept this License. Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), y ou indicate your acceptance of this License to do so, and\nall its term\ ++s and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n 6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions. You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n 7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, t hen as a consequence you\nmay not distribute the Program at all. For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices. Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it i\ ++s up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n \n 8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded. In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n 9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number. If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation. If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n 10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission. For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this. Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\n NO WARRANTY\n\n 11. BECAUSE THE PROGRAM IS LICENSED\ + FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDE RED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n END OF TERMS AND CONDITIONS" ) ); + #endif + tabLayout_3->addWidget( gpl ); diff -ruN --exclude=CVS /usr/ports/databases/mysql-navigator.orig/files/patch-ab /usr/ports/databases/mysql-navigator/files/patch-ab --- /usr/ports/databases/mysql-navigator.orig/files/patch-ab Thu Jan 1 03:00:00 1970 +++ /usr/ports/databases/mysql-navigator/files/patch-ab Wed Nov 26 10:25:31 2003 @@ -0,0 +1,34 @@ +--- src/mysql/mainwindow/mainwindowslotschema.cxx.orig Mon Oct 7 12:07:24 2002 ++++ src/mysql/mainwindow/mainwindowslotschema.cxx Wed Nov 26 10:24:23 2003 +@@ -504,6 +504,7 @@ + { + + bool z = FALSE; ++ char buf[BUFSIZ]; + + + +@@ -514,8 +515,9 @@ + if(z && !sql.isEmpty()) + + { ++ sprintf(buf, "CREATE DATABASE %s", sql.latin1()); + +- if((mysql_create_db(&mysql, sql.latin1()))) ++ if(mysql_query(&mysql, buf)) + + { + +@@ -603,9 +605,10 @@ + + } + +- ++ char buf[BUFSIZ]; + +- if((mysql_drop_db(&mysql, sql.latin1()))) ++ sprintf(buf, "DROP DATABASE %s", sql.latin1()); ++ if(mysql_query(&mysql, buf)) + + { + --- mysql-navigator-1.4.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 00:20:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF8616A4CE for ; Wed, 26 Nov 2003 00:20:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19A2843F75 for ; Wed, 26 Nov 2003 00:20:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ8KGFY024289 for ; Wed, 26 Nov 2003 00:20:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ8KG9g024288; Wed, 26 Nov 2003 00:20:16 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 00:20:16 -0800 (PST) Message-Id: <200311260820.hAQ8KG9g024288@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Akifyev Subject: Re: ports/56266: [new port] net/jffnms - Very advanced network monitoring and control system X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Akifyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 08:20:18 -0000 The following reply was made to PR ports/56266; it has been noted by GNATS. From: Sergey Akifyev To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/56266: [new port] net/jffnms - Very advanced network monitoring and control system Date: Wed, 26 Nov 2003 11:14:30 +0300 Following patch does: * Bump port version to 0.7.4 * Fix package install issues * Fix database issue * Correct tmpwatch.sh ==== begin jffnms.diff diff -ruN jffnms.orig/Makefile jffnms/Makefile --- jffnms.orig/Makefile Mon Oct 20 13:34:49 2003 +++ jffnms/Makefile Wed Nov 26 08:06:58 2003 @@ -6,7 +6,7 @@ # PORTNAME= jffnms -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} @@ -14,14 +14,13 @@ MAINTAINER= asa@gascom.ru COMMENT= Very advanced network monitoring and control system -RUN_DEPENDS= safe_mysqld:${PORTSDIR}/databases/mysql323-server \ - mysql:${PORTSDIR}/databases/mysql323-client \ - neato:${PORTSDIR}/graphics/graphviz \ +RUN_DEPENDS= neato:${PORTSDIR}/graphics/graphviz \ rrdtool:${PORTSDIR}/net/rrdtool \ php:${PORTSDIR}/lang/php4-nms \ - nmap:${PORTSDIR}/security/nmap + nmap:${PORTSDIR}/security/nmap \ + tmpwatch:${PORTSDIR}/sysutils/tmpwatch -NO_BUILD= yes +USE_MYSQL= yes USE_REINPLACE= yes JFFNMSDIR?= share/jffnms @@ -31,7 +30,7 @@ PLIST_SUB= JFFNMSDIR=${JFFNMSDIR} -do-patch: +do-build: @${REINPLACE_CMD} -e 's|/opt/jffnms|${LOCALBASE}/${JFFNMSDIR}| g' \ -e 's|/usr/bin/php|${LOCALBASE}/bin/php|g' \ -e 's|/usr/bin/rrdtool|${LOCALBASE}/bin/rrdtool|g' \ diff -ruN jffnms.orig/distinfo jffnms/distinfo --- jffnms.orig/distinfo Mon Oct 20 13:34:49 2003 +++ jffnms/distinfo Mon Oct 20 13:35:46 2003 @@ -1 +1 @@ -MD5 (jffnms-0.7.3.tar.gz) = eade7a03fec982ddde01eaa27e302109 +MD5 (jffnms-0.7.4.tar.gz) = 57bc81bc5e4350ab05957c8c4c9421c9 diff -ruN jffnms.orig/files/jffnms.cron jffnms/files/jffnms.cron --- jffnms.orig/files/jffnms.cron Mon Oct 20 13:34:49 2003 +++ jffnms/files/jffnms.cron Wed Nov 26 07:55:43 2003 @@ -1,7 +1,7 @@ # jffnms crontab file # Created by Sergey Akifyev JFFNMS=%JFFNMSDIR%/engine -PATH=${PATH}:%LOCALBASE%/bin # JFFNMS +PATH=${PATH}:/bin:/usr/bin:%LOCALBASE%/bin:/sbin:/usr/sbin:/%LOCALBASE %/sbin # JFFNMS */1 * * * * cd $JFFNMS && php -q consolidate.php >/dev/null 2>&1 */5 * * * * cd $JFFNMS && php -q poller.php >/dev/null 2>&1 */30 * * * * cd $JFFNMS && php -q rrd_analizer.php >/dev/null 2>&1 diff -ruN jffnms.orig/files/jffnms_db.sh jffnms/files/jffnms_db.sh --- jffnms.orig/files/jffnms_db.sh Mon Oct 20 13:34:49 2003 +++ jffnms/files/jffnms_db.sh Wed Nov 26 07:49:30 2003 @@ -2,8 +2,10 @@ # Created by Sergey Akifyev # -echo "CREATE DATABASE jffnms; -GRANT ALL PRIVILEGES ON jffnms.* TO jffnms@localhost -IDENTIFIED BY 'jffnms'; -FLUSH PRIVILEGES;" | mysql && -mysql jffnms < %JFFNMSDIR%/docs/%JFFNMS%.mysql +{ + echo "CREATE DATABASE jffnms; + GRANT ALL PRIVILEGES ON jffnms.* TO jffnms@localhost + IDENTIFIED BY 'jffnms'; + FLUSH PRIVILEGES;" + cat %JFFNMSDIR%/docs/%JFFNMS%.mysql +} | mysql ${*} diff -ruN jffnms.orig/files/patch-engine_tmpwatch.sh jffnms/files/ patch-engine_tmpwatch.sh --- jffnms.orig/files/patch-engine_tmpwatch.sh Thu Jan 1 00:00:00 1970 +++ jffnms/files/patch-engine_tmpwatch.sh Wed Nov 26 07:53:01 2003 @@ -0,0 +1,19 @@ +--- engine/tmpwatch.sh.orig Wed Nov 26 07:50:39 2003 ++++ engine/tmpwatch.sh Wed Nov 26 07:52:09 2003 +@@ -3,14 +3,14 @@ + basedir=$1; + hours="24"; + dirs="$basedir/../htdocs/images/temp $basedir/temp $basedir/../logs"; +-tmpwatch="/usr/sbin/tmpwatch --ctime -f $hours"; ++tmpwatch="tmpwatch --ctime -f $hours"; + + for DIR in $dirs + do + echo -n "Cleaning $hours hs. old files in $DIR ..."; + if [ -d "$DIR" ]; then + $tmpwatch $DIR +- /bin/touch $DIR/.check ++ touch $DIR/.check + echo "done."; + else + echo "error."; diff -ruN jffnms.orig/pkg-plist jffnms/pkg-plist --- jffnms.orig/pkg-plist Mon Oct 20 13:34:49 2003 +++ jffnms/pkg-plist Wed Nov 26 08:01:06 2003 @@ -12,8 +12,8 @@ %%JFFNMSDIR%%/conf/functions.php %%JFFNMSDIR%%/docs/apache-example %%JFFNMSDIR%%/docs/cisco-example -%%JFFNMSDIR%%/docs/jffnms-0.7.3.mysql -%%JFFNMSDIR%%/docs/jffnms-0.7.3.pgsql +%%JFFNMSDIR%%/docs/jffnms-0.7.4.mysql +%%JFFNMSDIR%%/docs/jffnms-0.7.4.pgsql %%JFFNMSDIR%%/docs/unix/php.ini.example %%JFFNMSDIR%%/docs/unix/snmp.conf %%JFFNMSDIR%%/docs/unix/snmptrap.txt @@ -21,7 +21,7 @@ %%JFFNMSDIR%%/docs/unix/syslog.conf %%JFFNMSDIR%%/docs/unix/tac_plus.cfg %%JFFNMSDIR%%/docs/unix/tftp -%%JFFNMSDIR%%/docs/upgrade/jffnms-0.7.2-to-0.7.3.patch +%%JFFNMSDIR%%/docs/upgrade/jffnms-0.7.3-to-0.7.4.patch %%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.2-to-0.7.3.mysql.diff.auth %%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.2-to-0.7.3.mysql.diff. envmib %%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.2-to-0.7.3.mysql.diff. hosts_config @@ -34,6 +34,18 @@ %%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.2-to-0.7.3.mysql.diff. snmptrap %%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.2-to-0.7.3.mysql.diff. sw_cat_os %%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.2-to-0.7.3.mysql.diff. unackfilter +%%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.3-to-0.7.4.mysql.diff. x_fix_internal_ids +%%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.3-to-0.7.4.mysql.diff. config_size +%%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.3-to-0.7.4.mysql.diff. ad_track +%%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.3-to-0.7.4.mysql.diff. tcp_content +%%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.3-to-0.7.4.mysql.diff. new_trap +%%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.3-to-0.7.4.mysql.diff. reachability +%%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.3-to-0.7.4.mysql.diff. dates +%%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.3-to-0.7.4.mysql.diff. linux_tc +%%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.3-to-0.7.4.mysql.diff. sla_in_errors +%%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.3-to-0.7.4.mysql.diff. profile_len +%%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.3-to-0.7.4.mysql.diff. triggered +%%JFFNMSDIR%%/docs/upgrade/mysql/jffnms-0.7.3-to-0.7.4.mysql.diff. juniper_state %%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.2-to-0.7.3.pgsql.diff.auth %%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.2-to-0.7.3.pgsql.diff. envmib %%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.2-to-0.7.3.pgsql.diff. hosts_config @@ -46,6 +58,18 @@ %%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.2-to-0.7.3.pgsql.diff. snmptrap %%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.2-to-0.7.3.pgsql.diff. sw_cat_os %%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.2-to-0.7.3.pgsql.diff. unackfilter +%%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.3-to-0.7.4.pgsql.diff. x_fix_internal_ids +%%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.3-to-0.7.4.pgsql.diff. config_size +%%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.3-to-0.7.4.pgsql.diff. ad_track +%%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.3-to-0.7.4.pgsql.diff. new_trap +%%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.3-to-0.7.4.pgsql.diff. tcp_content +%%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.3-to-0.7.4.pgsql.diff. reachability +%%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.3-to-0.7.4.pgsql.diff. dates +%%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.3-to-0.7.4.pgsql.diff. linux_tc +%%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.3-to-0.7.4.pgsql.diff. sla_in_errors +%%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.3-to-0.7.4.pgsql.diff. profile_len +%%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.3-to-0.7.4.pgsql.diff. triggered +%%JFFNMSDIR%%/docs/upgrade/pgsql/jffnms-0.7.3-to-0.7.4.pgsql.diff. juniper_state %%JFFNMSDIR%%/docs/utils/adjust_bw.php %%JFFNMSDIR%%/docs/utils/clean_auth.php %%JFFNMSDIR%%/docs/utils/lines.sh @@ -56,12 +80,15 @@ %%JFFNMSDIR%%/docs/utils/rrd_export.php %%JFFNMSDIR%%/docs/utils/rrd_import.php %%JFFNMSDIR%%/docs/utils/slice-rrd.php -%%JFFNMSDIR%%/docs/utils/soapclient.php -%%JFFNMSDIR%%/docs/utils/soapserver.php %%JFFNMSDIR%%/docs/utils/sql_alter_pg.php %%JFFNMSDIR%%/docs/utils/sql_diff.php %%JFFNMSDIR%%/docs/utils/syslog_file_import.php %%JFFNMSDIR%%/docs/utils/tftp_put_host_config.php +%%JFFNMSDIR%%/docs/utils/satellite-client.php +%%JFFNMSDIR%%/docs/utils/jffnms-snmp/iptables.inc.php +%%JFFNMSDIR%%/docs/utils/jffnms-snmp/jffnms-snmp.php +%%JFFNMSDIR%%/docs/utils/jffnms-snmp/tc.inc.php +%%JFFNMSDIR%%/docs/utils/jffnms-snmp/snmpd.conf.example %%JFFNMSDIR%%/docs/windows/httpd.conf %%JFFNMSDIR%%/docs/windows/php.ini %%JFFNMSDIR%%/engine/actions/email.inc.php @@ -84,6 +111,7 @@ %%JFFNMSDIR%%/engine/consolidate/syslog.php %%JFFNMSDIR%%/engine/consolidate/tacacs.php %%JFFNMSDIR%%/engine/consolidate/traps.php +%%JFFNMSDIR%%/engine/consolidate/alarms.php %%JFFNMSDIR%%/engine/discovery/bgp_peers.inc.php %%JFFNMSDIR%%/engine/discovery/cisco_accounting.inc.php %%JFFNMSDIR%%/engine/discovery/cisco_envmib.inc.php @@ -96,6 +124,11 @@ %%JFFNMSDIR%%/engine/discovery/snmp_interfaces.inc.php %%JFFNMSDIR%%/engine/discovery/storage.inc.php %%JFFNMSDIR%%/engine/discovery/tcp_ports.inc.php +%%JFFNMSDIR%%/engine/discovery/snmp_interfaces.inc.php.save +%%JFFNMSDIR%%/engine/discovery/reachability.inc.php +%%JFFNMSDIR%%/engine/discovery/linux_tc.inc.php +%%JFFNMSDIR%%/engine/graphs/tc_rate.inc.php +%%JFFNMSDIR%%/engine/graphs/tc_rate_aggregation.inc.php %%JFFNMSDIR%%/engine/graphs/acct_bytes.inc.php %%JFFNMSDIR%%/engine/graphs/acct_packets.inc.php %%JFFNMSDIR%%/engine/graphs/bgp_updates.inc.php @@ -158,6 +191,13 @@ %%JFFNMSDIR%%/engine/pollers/verify_bgp_peer_number.php %%JFFNMSDIR%%/engine/pollers/verify_interface_number.php %%JFFNMSDIR%%/engine/pollers/verify_smokeping_number.php +%%JFFNMSDIR%%/engine/pollers/reachability_values.php +%%JFFNMSDIR%%/engine/pollers/tcp_port_content.php +%%JFFNMSDIR%%/engine/pollers/reachability_start.php +%%JFFNMSDIR%%/engine/pollers/reachability_wait.php +%%JFFNMSDIR%%/engine/pollers/verify_tc_class_number.php +%%JFFNMSDIR%%/engine/pollers/reachability_end.php +%%JFFNMSDIR%%/engine/pollers/reachability_status.php %%JFFNMSDIR%%/engine/rrd_analizer.php %%JFFNMSDIR%%/engine/satellite/distribution.inc.php %%JFFNMSDIR%%/engine/satellite/ping.inc.php @@ -388,6 +428,7 @@ @dirrm %%JFFNMSDIR%%/docs/upgrade/mysql @dirrm %%JFFNMSDIR%%/docs/upgrade/pgsql @dirrm %%JFFNMSDIR%%/docs/upgrade +@dirrm %%JFFNMSDIR%%/docs/utils/jffnms-snmp @dirrm %%JFFNMSDIR%%/docs/utils @dirrm %%JFFNMSDIR%%/docs/windows @dirrm %%JFFNMSDIR%%/docs/unix @@ -395,4 +436,5 @@ @dirrm %%JFFNMSDIR%%/conf @dirrm %%JFFNMSDIR%%/tftpd @dirrm %%JFFNMSDIR%% +@exec crontab -u www %%JFFNMSDIR%%/jffnms.cron @unexec crontab -u www -l | sed 's|.*JFFNMS.*||' | crontab -u www - ==== end jffnms.diff From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 01:06:36 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB3A316A4CE; Wed, 26 Nov 2003 01:06:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97DB943FA3; Wed, 26 Nov 2003 01:06:35 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQ96ZFY031105; Wed, 26 Nov 2003 01:06:35 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQ96Zk4031101; Wed, 26 Nov 2003 01:06:35 -0800 (PST) (envelope-from linimon) Date: Wed, 26 Nov 2003 01:06:35 -0800 (PST) From: Mark Linimon Message-Id: <200311260906.hAQ96Zk4031101@freefall.freebsd.org> To: A.J.Caines@halplant.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59685: Re: New Port: gtk-smooth-engine (ports/59496) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 09:06:36 -0000 Synopsis: Re: New Port: gtk-smooth-engine (ports/59496) State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Nov 26 01:05:55 PST 2003 State-Changed-Why: Misfiled followup to ports/59496. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Nov 26 01:05:55 PST 2003 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=59685 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 02:00:42 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA99516A4CE for ; Wed, 26 Nov 2003 02:00:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC4CA43FDF for ; Wed, 26 Nov 2003 02:00:40 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQA0eFY034330 for ; Wed, 26 Nov 2003 02:00:40 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQA0e5d034329; Wed, 26 Nov 2003 02:00:40 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 02:00:40 -0800 (PST) Resent-Message-Id: <200311261000.hAQA0e5d034329@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volker Stolz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B968716A4CE for ; Wed, 26 Nov 2003 01:54:29 -0800 (PST) Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23D8A43FCB for ; Wed, 26 Nov 2003 01:54:28 -0800 (PST) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73]) 8.11.1-0.5-michaelw-20030918) with ESMTP id hAQ9sRe13729 for ; Wed, 26 Nov 2003 10:54:27 +0100 Received: (from stolz@localhost)hAQ9sRjH073915; Wed, 26 Nov 2003 10:54:27 +0100 (CET) (envelope-from stolz) Message-Id: <200311260954.hAQ9sRjH073915@menelaos.informatik.rwth-aachen.de> Date: Wed, 26 Nov 2003 10:54:27 +0100 (CET) From: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59700: [patch] graphics/diacanvas: unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 10:00:42 -0000 >Number: 59700 >Category: ports >Synopsis: [patch] graphics/diacanvas: unbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 26 02:00:40 PST 2003 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.9-RC i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-RC FreeBSD 4.9-RC #10: Tue Oct 7 12:32:25 CEST 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 >Description: Unbreak graphics/diacanvas: - remove conflicting patch (no longer necessary) - clean up Gnome-deps (ALL -> just gtk & imlib) while here Noted by: bento >How-To-Repeat: http://bento.freebsd.org/errorlogs/i386-5-latest/diacanvas-0.40.1.log >Fix: Delete file: files/patch-ac --- diacanvas begins here --- --- /usr/ports/graphics/diacanvas/Makefile Thu Nov 6 10:07:59 2003 +++ Makefile Wed Nov 26 10:48:49 2003 @@ -14,10 +14,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A general drawing canvas from dia dialog editor -BROKEN= Does not patch, will be removed after Feb 2 - USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOME= gtk12 imlib USE_LIBTOOL= yes INSTALLS_SHLIB= yes --- diacanvas ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 02:20:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B44916A4CE; Wed, 26 Nov 2003 02:20:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9F1243FE3; Wed, 26 Nov 2003 02:20:10 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQAKAFY038012; Wed, 26 Nov 2003 02:20:10 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQAK9VJ038008; Wed, 26 Nov 2003 02:20:09 -0800 (PST) (envelope-from sergei) Date: Wed, 26 Nov 2003 02:20:09 -0800 (PST) From: Sergei Kolobov Message-Id: <200311261020.hAQAK9VJ038008@freefall.freebsd.org> To: leeym@utopia.leeym.com, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59697: unbreak port: mail/dspam X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 10:20:11 -0000 Synopsis: unbreak port: mail/dspam State-Changed-From-To: open->analyzed State-Changed-By: sergei State-Changed-When: Wed Nov 26 02:19:15 PST 2003 State-Changed-Why: Analyzed. Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Wed Nov 26 02:19:15 PST 2003 Responsible-Changed-Why: I'll handle it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59697 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 02:21:52 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57F7C16A4CE; Wed, 26 Nov 2003 02:21:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 857AD43F93; Wed, 26 Nov 2003 02:21:51 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQALpFY038118; Wed, 26 Nov 2003 02:21:51 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQALpG2038114; Wed, 26 Nov 2003 02:21:51 -0800 (PST) (envelope-from sergei) Date: Wed, 26 Nov 2003 02:21:51 -0800 (PST) From: Sergei Kolobov Message-Id: <200311261021.hAQALpG2038114@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org Subject: Re: ports/59699: [PATCH] databases/mysql-navigator: fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 10:21:52 -0000 Synopsis: [PATCH] databases/mysql-navigator: fix build Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: sergei Responsible-Changed-When: Wed Nov 26 02:21:19 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=59699 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 02:42:05 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65CBB16A4CE; Wed, 26 Nov 2003 02:42:05 -0800 (PST) Received: from smtp0.euronet.nl (smtp0.euronet.nl [194.134.35.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id E429043F85; Wed, 26 Nov 2003 02:42:03 -0800 (PST) (envelope-from ernst.dehaan@nl.wanadoo.com) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by smtp0.euronet.nl (Postfix) with ESMTP id 7A2EB246F1; Wed, 26 Nov 2003 11:41:49 +0100 (MET) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: "Conrad Burger" , Date: Wed, 26 Nov 2003 11:41:51 +0100 User-Agent: KMail/1.5.4 References: In-Reply-To: X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311261141.51567.ernst.dehaan@nl.wanadoo.com> cc: freebsd-ports-bugs@freebsd.org Subject: Re: Jakarta 4.1.29 dist location incorrect X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 10:42:05 -0000 We're currently in a ports freeze. I've asked portmgr@ permission to commit a patch, but haven't had a reaction so far. Ernst On maandag 24 november 2003 12:02, Conrad Burger wrote: > Hi > > I had to edit the makefile for Tomcat4.1.29 for the fetch to succeed, > could someone please fix this. > > Incorrect location = > http://www.apache.org/dist/jakarta/tomcat-4/binaries/ > > Correct location = > http://www.apache.org/dist/jakarta/tomcat-4/v4.1.29/bin/ > > Please advise if what I am saying is wrong. > > Cheers > Conrad Burger > Support Engineer > TEBiVO Business Continuity > conrad@tebivo.com > > > Click here to view our e-mail legal notice: > http://www.tebivo.com/email.htm or call: +27 21 888 7920 > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 02:55:35 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63A9D16A4CE; Wed, 26 Nov 2003 02:55:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FF8643FDF; Wed, 26 Nov 2003 02:55:34 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQAtYFY039473; Wed, 26 Nov 2003 02:55:34 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQAtYr9039468; Wed, 26 Nov 2003 02:55:34 -0800 (PST) (envelope-from linimon) Date: Wed, 26 Nov 2003 02:55:34 -0800 (PST) From: Mark Linimon Message-Id: <200311261055.hAQAtYr9039468@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, roger@FreeBSD.org Subject: Re: ports/59615: cannot compile openh323 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 10:55:35 -0000 Synopsis: cannot compile openh323 Responsible-Changed-From-To: freebsd-ports-bugs->roger Responsible-Changed-By: linimon Responsible-Changed-When: Wed Nov 26 02:55:01 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=59615 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 02:56:09 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFF8616A4CE; Wed, 26 Nov 2003 02:56:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D43243FEA; Wed, 26 Nov 2003 02:56:09 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQAu9FY039641; Wed, 26 Nov 2003 02:56:09 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQAu9WH039637; Wed, 26 Nov 2003 02:56:09 -0800 (PST) (envelope-from linimon) Date: Wed, 26 Nov 2003 02:56:09 -0800 (PST) From: Mark Linimon Message-Id: <200311261056.hAQAu9WH039637@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/59656: [PATCH] Fix x11/kde3 package if KDE_PREFIX != LOCALBASE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 10:56:09 -0000 Synopsis: [PATCH] Fix x11/kde3 package if KDE_PREFIX != LOCALBASE Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: linimon Responsible-Changed-When: Wed Nov 26 02:55:48 PST 2003 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=59656 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 03:30:27 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E69E916A4CE for ; Wed, 26 Nov 2003 03:30:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B9A543FF2 for ; Wed, 26 Nov 2003 03:30:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQBUNFY043715 for ; Wed, 26 Nov 2003 03:30:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQBUMGk043714; Wed, 26 Nov 2003 03:30:22 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 03:30:22 -0800 (PST) Resent-Message-Id: <200311261130.hAQBUMGk043714@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Akifyev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFF1F16A4CE for ; Wed, 26 Nov 2003 03:27:41 -0800 (PST) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 6585D43FEA for ; Wed, 26 Nov 2003 03:27:38 -0800 (PST) (envelope-from asa@mail.gascom.ru) Received: (qmail 5265 invoked by uid 1000); 26 Nov 2003 11:27:33 -0000 Message-Id: <20031126112733.5262.qmail@mail.gascom.ru> Date: 26 Nov 2003 11:27:33 -0000 From: Sergey Akifyev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59702: [new port] libmad library (part of MAD project) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Akifyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 11:30:28 -0000 X-List-Received-Date: Wed, 26 Nov 2003 11:30:28 -0000 >Number: 59702 >Category: ports >Synopsis: [new port] libmad library (part of MAD project) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 26 03:30:22 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergey Akifyev >Release: FreeBSD 4.8-RELEASE-p13 i386 >Organization: JSC Gascom >Environment: System: FreeBSD mail.gascom.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #5: Mon Oct 6 15:48:47 MSD 2003 asa@boulder.gascom.ru:/usr/src/sys/compile/SMP_STD i386 >Description: !!! Please note! new version of mad is split to 3 software packages. !!! This is what I did for this port. This all is needed to update !!! rhythmbox to 0.6.1. pkg-descr for all ports taken from audio/mad MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 as well as the MPEG-2 extension to Lower Sampling Frequencies. All three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented. MAD does not yet support MPEG-2 multichannel audio (although it should be backward compatible with such streams) or AAC, nor does it support the so-called MPEG 2.5 format. MAD has the following special features: - 24-bit PCM output - 100% fixed-point (integer) computation - completely new implementation based on the ISO/IEC standards - distributed under the terms of the GNU General Public License (GPL) The software is distributed as a library (libmad) and command-line front-end (madplay). WWW: http://mad.sourceforge.net/ >How-To-Repeat: >Fix: --- libmad.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libmad # libmad/pkg-plist # libmad/pkg-descr # libmad/distinfo # libmad/Makefile # echo c - libmad mkdir -p libmad > /dev/null 2>&1 echo x - libmad/pkg-plist sed 's/^X//' >libmad/pkg-plist << 'END-of-libmad/pkg-plist' Xlib/libmad.a Xlib/libmad.so Xlib/libmad.so.2 END-of-libmad/pkg-plist echo x - libmad/pkg-descr sed 's/^X//' >libmad/pkg-descr << 'END-of-libmad/pkg-descr' XMAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 Xas well as the MPEG-2 extension to Lower Sampling Frequencies. All Xthree audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are Xfully implemented. X XMAD does not yet support MPEG-2 multichannel audio (although it should Xbe backward compatible with such streams) or AAC, nor does it support Xthe so-called MPEG 2.5 format. X XMAD has the following special features: X X - 24-bit PCM output X - 100% fixed-point (integer) computation X - completely new implementation based on the ISO/IEC standards X - distributed under the terms of the GNU General Public License (GPL) X XThe software is distributed as a library (libmad) and command-line Xfront-end (madplay). X XWWW: http://mad.sourceforge.net/ END-of-libmad/pkg-descr echo x - libmad/distinfo sed 's/^X//' >libmad/distinfo << 'END-of-libmad/distinfo' XMD5 (libmad-0.15.0b.tar.gz) = 2e4487cdf922a6da2546bad74f643205 END-of-libmad/distinfo echo x - libmad/Makefile sed 's/^X//' >libmad/Makefile << 'END-of-libmad/Makefile' X# New ports collection makefile for: libmad X# Date created: 26 November 2003 X# Whom: Sergey Akifyev X# X# $FreeBSD$ X# X XPORTNAME= libmad XPORTVERSION= 0.15.0b XCATEGORIES= audio XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ X ftp://ftp.mars.org/pub/mpeg/ XMASTER_SITE_SUBDIR= mad X XMAINTAINER= asa@gascom.ru XCOMMENT= libmad library (part of MAD project) X XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes XCONFIGURE_ARGS= --disable-debugging \ X --enable-sso \ X --enable-accuracy X X.include END-of-libmad/Makefile exit --- libmad.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 03:30:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1053616A4CF for ; Wed, 26 Nov 2003 03:30:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD06D43FF7 for ; Wed, 26 Nov 2003 03:30:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQBUNFY043730 for ; Wed, 26 Nov 2003 03:30:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQBUN8n043729; Wed, 26 Nov 2003 03:30:23 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 03:30:23 -0800 (PST) Resent-Message-Id: <200311261130.hAQBUN8n043729@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Akifyev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3527516A4CE for ; Wed, 26 Nov 2003 03:29:42 -0800 (PST) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id AD91F43F93 for ; Wed, 26 Nov 2003 03:29:40 -0800 (PST) (envelope-from asa@mail.gascom.ru) Received: (qmail 5413 invoked by uid 1000); 26 Nov 2003 11:29:37 -0000 Message-Id: <20031126112936.5410.qmail@mail.gascom.ru> Date: 26 Nov 2003 11:29:36 -0000 From: Sergey Akifyev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59703: [new port] ID3 tags library (part of MAD project) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Akifyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 11:30:28 -0000 >Number: 59703 >Category: ports >Synopsis: [new port] ID3 tags library (part of MAD project) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 26 03:30:23 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergey Akifyev >Release: FreeBSD 4.8-RELEASE-p13 i386 >Organization: JSC Gascom >Environment: System: FreeBSD mail.gascom.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #5: Mon Oct 6 15:48:47 MSD 2003 asa@boulder.gascom.ru:/usr/src/sys/compile/SMP_STD i386 >Description: !!! Please note! new version of mad is split to 3 software packages. !!! This is what I did for this port. This all is needed to update !!! rhythmbox to 0.6.1. pkg-descr for all ports taken from audio/mad MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 as well as the MPEG-2 extension to Lower Sampling Frequencies. All three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented. MAD does not yet support MPEG-2 multichannel audio (although it should be backward compatible with such streams) or AAC, nor does it support the so-called MPEG 2.5 format. This is ID3 tag library, which is part of the project. WWW: http://mad.sourceforge.net/ >How-To-Repeat: >Fix: --- libid3tag.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libid3tag # libid3tag/pkg-plist # libid3tag/pkg-descr # libid3tag/distinfo # libid3tag/Makefile # libid3tag/files # libid3tag/files/patch-Makefile.in # echo c - libid3tag mkdir -p libid3tag > /dev/null 2>&1 echo x - libid3tag/pkg-plist sed 's/^X//' >libid3tag/pkg-plist << 'END-of-libid3tag/pkg-plist' Xinclude/id3tag.h Xlib/libid3tag.a Xlib/libid3tag.so Xlib/libid3tag.so.2 END-of-libid3tag/pkg-plist echo x - libid3tag/pkg-descr sed 's/^X//' >libid3tag/pkg-descr << 'END-of-libid3tag/pkg-descr' XMAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 Xas well as the MPEG-2 extension to Lower Sampling Frequencies. All Xthree audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are Xfully implemented. X XMAD does not yet support MPEG-2 multichannel audio (although it should Xbe backward compatible with such streams) or AAC, nor does it support Xthe so-called MPEG 2.5 format. X XThis is ID3 tag library, which is part of the project. X XWWW: http://mad.sourceforge.net/ END-of-libid3tag/pkg-descr echo x - libid3tag/distinfo sed 's/^X//' >libid3tag/distinfo << 'END-of-libid3tag/distinfo' XMD5 (libid3tag-0.15.0b.tar.gz) = a625307d2cda4f3c609b79c1e3a93d87 END-of-libid3tag/distinfo echo x - libid3tag/Makefile sed 's/^X//' >libid3tag/Makefile << 'END-of-libid3tag/Makefile' X# New ports collection makefile for: libid3tag X# Date created: 26 November 2003 X# Whom: Sergey Akifyev X# X# $FreeBSD$ X# X XPORTNAME= libid3tag XPORTVERSION= 0.15.0b XCATEGORIES= audio XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ X ftp://ftp.mars.org/pub/mpeg/ XMASTER_SITE_SUBDIR= mad X XMAINTAINER= asa@gascom.ru XCOMMENT= ID3 tags library (part of MAD project) X XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes X X.include END-of-libid3tag/Makefile echo c - libid3tag/files mkdir -p libid3tag/files > /dev/null 2>&1 echo x - libid3tag/files/patch-Makefile.in sed 's/^X//' >libid3tag/files/patch-Makefile.in << 'END-of-libid3tag/files/patch-Makefile.in' X--- Makefile.in.orig Wed Nov 26 09:37:37 2003 X+++ Makefile.in Wed Nov 26 09:37:57 2003 X@@ -213,7 +213,7 @@ X ltmain.sh missing mkinstalldirs X SOURCES = $(libid3tag_la_SOURCES) $(EXTRA_libid3tag_la_SOURCES) X X-all: $(BUILT_SOURCES) config.h X+all: $(BUILT_SOURCES) X $(MAKE) $(AM_MAKEFLAGS) all-recursive X X .SUFFIXES: END-of-libid3tag/files/patch-Makefile.in exit --- libid3tag.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 03:40:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D13A16A4CF for ; Wed, 26 Nov 2003 03:40:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E204401A for ; Wed, 26 Nov 2003 03:40:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQBeBFY044331 for ; Wed, 26 Nov 2003 03:40:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQBeBQZ044328; Wed, 26 Nov 2003 03:40:11 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 03:40:11 -0800 (PST) Resent-Message-Id: <200311261140.hAQBeBQZ044328@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Akifyev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ED0516A4CE for ; Wed, 26 Nov 2003 03:31:35 -0800 (PST) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 6CEAC43F85 for ; Wed, 26 Nov 2003 03:31:33 -0800 (PST) (envelope-from asa@mail.gascom.ru) Received: (qmail 5559 invoked by uid 1000); 26 Nov 2003 11:31:29 -0000 Message-Id: <20031126113129.5556.qmail@mail.gascom.ru> Date: 26 Nov 2003 11:31:29 -0000 From: Sergey Akifyev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59704: [new port] Madplay MP3 player (part of MAD project) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Akifyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 11:40:16 -0000 >Number: 59704 >Category: ports >Synopsis: [new port] Madplay MP3 player (part of MAD project) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 26 03:40:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergey Akifyev >Release: FreeBSD 4.8-RELEASE-p13 i386 >Organization: JSC Gascom >Environment: System: FreeBSD mail.gascom.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #5: Mon Oct 6 15:48:47 MSD 2003 asa@boulder.gascom.ru:/usr/src/sys/compile/SMP_STD i386 >Description: !!! Please note! new version of mad is split to 3 software packages. !!! This is what I did for this port. This all is needed to update !!! rhythmbox to 0.6.1. pkg-descr for all ports taken from audio/mad MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 as well as the MPEG-2 extension to Lower Sampling Frequencies. All three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented. This is madplay (MP3-player) which is part of the project WWW: http://mad.sourceforge.net/ >How-To-Repeat: >Fix: --- madplay.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # madplay # madplay/pkg-plist # madplay/pkg-descr # madplay/distinfo # madplay/Makefile # echo c - madplay mkdir -p madplay > /dev/null 2>&1 echo x - madplay/pkg-plist sed 's/^X//' >madplay/pkg-plist << 'END-of-madplay/pkg-plist' Xbin/abxtest Xbin/madplay Xshare/locale/en/LC_MESSAGES/madplay.mo Xshare/locale/es/LC_MESSAGES/madplay.mo Xshare/locale/fr/LC_MESSAGES/madplay.mo Xshare/locale/hr/LC_MESSAGES/madplay.mo Xshare/locale/no/LC_MESSAGES/madplay.mo X@exec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true X@exec rmdir %D/share/locale/no 2>/dev/null || true X@exec rmdir %D/share/locale/hr/LC_MESSAGES 2>/dev/null || true X@exec rmdir %D/share/locale/hr 2>/dev/null || true X@exec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true X@exec rmdir %D/share/locale/fr 2>/dev/null || true X@exec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true X@exec rmdir %D/share/locale/es 2>/dev/null || true X@exec rmdir %D/share/locale/en/LC_MESSAGES 2>/dev/null || true X@exec rmdir %D/share/locale/en 2>/dev/null || true END-of-madplay/pkg-plist echo x - madplay/pkg-descr sed 's/^X//' >madplay/pkg-descr << 'END-of-madplay/pkg-descr' XMAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 Xas well as the MPEG-2 extension to Lower Sampling Frequencies. All Xthree audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are Xfully implemented. X XThis is madplay (MP3-player) which is part of the project X XWWW: http://mad.sourceforge.net/ END-of-madplay/pkg-descr echo x - madplay/distinfo sed 's/^X//' >madplay/distinfo << 'END-of-madplay/distinfo' XMD5 (madplay-0.15.0b.tar.gz) = 35762ddeb46fba8bbf0a260b6c425e82 END-of-madplay/distinfo echo x - madplay/Makefile sed 's/^X//' >madplay/Makefile << 'END-of-madplay/Makefile' X# New ports collection makefile for: madplay X# Date created: 26 November 2003 X# Whom: Sergey Akifyev X# X# $FreeBSD$ X# X XPORTNAME= madplay XPORTVERSION= 0.15.0b XCATEGORIES= audio XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ X ftp://ftp.mars.org/pub/mpeg/ XMASTER_SITE_SUBDIR= mad X XMAINTAINER= asa@gascom.ru XCOMMENT= Madplay MP3 player (part of MAD project) X XLIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ X mad.2:${PORTSDIR}/audio/libmad \ X id3tag.2:${PORTSDIR}/audio/libid3tag X XWANT_GNOME= yes X XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes XCONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" X XMAN1= abxtest.1 madplay.1 X X.include X X.if ${HAVE_GNOME:Mesound}!="" XUSE_GNOME+= esound XPKGNAMESUFFIX= -esound X.else XCONFIGURE_ARGS+= --without-esd X.endif X X.include END-of-madplay/Makefile exit --- madplay.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 03:40:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C1E116A4D0 for ; Wed, 26 Nov 2003 03:40:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5270744025 for ; Wed, 26 Nov 2003 03:40:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQBeCFY044344 for ; Wed, 26 Nov 2003 03:40:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQBeCUb044343; Wed, 26 Nov 2003 03:40:12 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 03:40:12 -0800 (PST) Resent-Message-Id: <200311261140.hAQBeCUb044343@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Akifyev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BA2116A4CE for ; Wed, 26 Nov 2003 03:34:18 -0800 (PST) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 9411643FE5 for ; Wed, 26 Nov 2003 03:34:16 -0800 (PST) (envelope-from asa@mail.gascom.ru) Received: (qmail 5775 invoked by uid 1000); 26 Nov 2003 11:34:12 -0000 Message-Id: <20031126113412.5772.qmail@mail.gascom.ru> Date: 26 Nov 2003 11:34:12 -0000 From: Sergey Akifyev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: marcus@FreeBSD.org Subject: ports/59705: [non-maintainer] update audio/rhythmbox to 0.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Akifyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 11:40:16 -0000 >Number: 59705 >Category: ports >Synopsis: [non-maintainer] update audio/rhythmbox to 0.6.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 26 03:40:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergey Akifyev >Release: FreeBSD 4.8-RELEASE-p13 i386 >Organization: JSC Gascom >Environment: System: FreeBSD mail.gascom.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #5: Mon Oct 6 15:48:47 MSD 2003 asa@boulder.gascom.ru:/usr/src/sys/compile/SMP_STD i386 >Description: Update audio/rhythmbox to 0.6.1 This depends on PR 59703 >How-To-Repeat: >Fix: --- rhythmbox.diff begins here --- diff -ruN rhythmbox.orig/Makefile rhythmbox/Makefile --- rhythmbox.orig/Makefile Wed Nov 12 07:38:24 2003 +++ rhythmbox/Makefile Wed Nov 26 10:24:50 2003 @@ -6,7 +6,7 @@ # PORTNAME= rhythmbox -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6 @@ -17,7 +17,7 @@ LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \ FLAC.5:${PORTSDIR}/audio/flac \ - mad.1:${PORTSDIR}/audio/mad + id3tag.2:${PORTSDIR}/audio/libid3tag USE_BZIP2= yes USE_X_PREFIX= yes @@ -40,7 +40,7 @@ .endif .ifdef (WITH_XINE) -LIB_DEPENDS+= xine.7:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.8:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .else LIB_DEPENDS+= gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins diff -ruN rhythmbox.orig/distinfo rhythmbox/distinfo --- rhythmbox.orig/distinfo Wed Nov 12 07:38:24 2003 +++ rhythmbox/distinfo Wed Nov 26 09:11:55 2003 @@ -1 +1 @@ -MD5 (gnome2/rhythmbox-0.6.0.tar.bz2) = 4b2f613f3a9f0e66facdc571867093c1 +MD5 (gnome2/rhythmbox-0.6.1.tar.bz2) = 5791f9fb69c9a855d84e1e666b2e86a9 diff -ruN rhythmbox.orig/files/patch-lib_rb-tree-dnd.c rhythmbox/files/patch-lib_rb-tree-dnd.c --- rhythmbox.orig/files/patch-lib_rb-tree-dnd.c Wed Nov 12 03:03:08 2003 +++ rhythmbox/files/patch-lib_rb-tree-dnd.c Thu Jan 1 00:00:00 1970 @@ -1,26 +0,0 @@ ---- lib/rb-tree-dnd.c.orig Tue Nov 11 20:58:54 2003 -+++ lib/rb-tree-dnd.c Tue Nov 11 20:59:17 2003 -@@ -710,9 +710,10 @@ - gint n_targets, - GdkDragAction actions) - { -+ RbTreeDndData *priv_data; - g_return_if_fail (GTK_IS_TREE_VIEW (tree_view)); - -- RbTreeDndData *priv_data = init_rb_tree_dnd_data (GTK_WIDGET(tree_view)); -+ priv_data = init_rb_tree_dnd_data (GTK_WIDGET(tree_view)); - - if (!priv_data->button_press_event_handler) { - -@@ -746,9 +747,10 @@ - gint n_targets, - GdkDragAction actions) - { -+ RbTreeDndData *priv_data; - g_return_if_fail (GTK_IS_TREE_VIEW (tree_view)); - -- RbTreeDndData *priv_data = init_rb_tree_dnd_data (GTK_WIDGET(tree_view)); -+ priv_data = init_rb_tree_dnd_data (GTK_WIDGET(tree_view)); - - if (!priv_data->drag_leave_handler) { - diff -ruN rhythmbox.orig/pkg-plist rhythmbox/pkg-plist --- rhythmbox.orig/pkg-plist Mon Oct 27 03:46:37 2003 +++ rhythmbox/pkg-plist Wed Nov 26 11:07:37 2003 @@ -114,6 +114,7 @@ share/locale/am/LC_MESSAGES/rhythmbox.mo share/locale/az/LC_MESSAGES/rhythmbox.mo share/locale/be/LC_MESSAGES/rhythmbox.mo +share/locale/ca/LC_MESSAGES/rhythmbox.mo share/locale/cs/LC_MESSAGES/rhythmbox.mo share/locale/cy/LC_MESSAGES/rhythmbox.mo share/locale/da/LC_MESSAGES/rhythmbox.mo --- rhythmbox.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 03:50:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB42C16A4CE for ; Wed, 26 Nov 2003 03:50:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7FB943FD7 for ; Wed, 26 Nov 2003 03:50:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQBoNFY044683 for ; Wed, 26 Nov 2003 03:50:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQBoNfT044681; Wed, 26 Nov 2003 03:50:23 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 03:50:23 -0800 (PST) Resent-Message-Id: <200311261150.hAQBoNfT044681@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Akifyev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17B2116A4CE for ; Wed, 26 Nov 2003 03:40:43 -0800 (PST) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 1A0FF43F85 for ; Wed, 26 Nov 2003 03:40:41 -0800 (PST) (envelope-from asa@mail.gascom.ru) Received: (qmail 6128 invoked by uid 1000); 26 Nov 2003 11:40:37 -0000 Message-Id: <20031126114037.6125.qmail@mail.gascom.ru> Date: 26 Nov 2003 11:40:37 -0000 From: Sergey Akifyev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: nobutaka@FreeBSD.org Subject: ports/59706: [non-maintainer] fix multimedia/libxine to use new libmad X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Akifyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 11:50:26 -0000 >Number: 59706 >Category: ports >Synopsis: [non-maintainer] fix multimedia/libxine to use new libmad >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 26 03:50:23 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergey Akifyev >Release: FreeBSD 4.8-RELEASE-p13 i386 >Organization: JSC Gascom >Environment: System: FreeBSD mail.gascom.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #5: Mon Oct 6 15:48:47 MSD 2003 asa@boulder.gascom.ru:/usr/src/sys/compile/SMP_STD i386 >Description: fix multimedia/libxine to use new libmad Depends on PR 59702 >How-To-Repeat: >Fix: --- Makefile.diff begins here --- --- Makefile.orig Wed Nov 26 11:38:01 2003 +++ Makefile Wed Nov 26 11:36:55 2003 @@ -21,7 +21,7 @@ a52.0:${PORTSDIR}/audio/liba52 \ ogg.4:${PORTSDIR}/audio/libogg \ vorbis.2:${PORTSDIR}/audio/libvorbis \ - mad.1:${PORTSDIR}/audio/mad \ + mad.2:${PORTSDIR}/audio/libmad \ speex.2:${PORTSDIR}/audio/speex \ iconv.3:${PORTSDIR}/converters/libiconv \ intl.5:${PORTSDIR}/devel/gettext \ --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 05:10:08 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72B8516A4CE; Wed, 26 Nov 2003 05:10:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D635143FB1; Wed, 26 Nov 2003 05:10:07 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQDA7FY060829; Wed, 26 Nov 2003 05:10:07 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQDA77J060825; Wed, 26 Nov 2003 05:10:07 -0800 (PST) (envelope-from mat) Date: Wed, 26 Nov 2003 05:10:07 -0800 (PST) From: Mathieu Arnold Message-Id: <200311261310.hAQDA77J060825@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59700: [patch] graphics/diacanvas: unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 13:10:08 -0000 Synopsis: [patch] graphics/diacanvas: unbreak Class-Changed-From-To: sw-bug->update Class-Changed-By: mat Class-Changed-When: Wed Nov 26 05:09:40 PST 2003 Class-Changed-Why: Accurate class http://www.freebsd.org/cgi/query-pr.cgi?pr=59700 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 05:10:38 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8AA816A4DF; Wed, 26 Nov 2003 05:10:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A60D043FB1; Wed, 26 Nov 2003 05:10:37 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQDAbFY060923; Wed, 26 Nov 2003 05:10:37 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQDAbJX060919; Wed, 26 Nov 2003 05:10:37 -0800 (PST) (envelope-from mat) Date: Wed, 26 Nov 2003 05:10:37 -0800 (PST) From: Mathieu Arnold Message-Id: <200311261310.hAQDAbJX060919@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org Subject: Re: ports/59705: [non-maintainer] update audio/rhythmbox to 0.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 13:10:38 -0000 Synopsis: [non-maintainer] update audio/rhythmbox to 0.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: mat Responsible-Changed-When: Wed Nov 26 05:10:19 PST 2003 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=59705 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 05:11:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B3F216A4CE; Wed, 26 Nov 2003 05:11:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B779A43FB1; Wed, 26 Nov 2003 05:11:11 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQDBBFY060968; Wed, 26 Nov 2003 05:11:11 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQDBBhr060964; Wed, 26 Nov 2003 05:11:11 -0800 (PST) (envelope-from mat) Date: Wed, 26 Nov 2003 05:11:11 -0800 (PST) From: Mathieu Arnold Message-Id: <200311261311.hAQDBBhr060964@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nobutaka@FreeBSD.org Subject: Re: ports/59706: [non-maintainer] fix multimedia/libxine to use new libmad X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 13:11:12 -0000 Synopsis: [non-maintainer] fix multimedia/libxine to use new libmad Responsible-Changed-From-To: freebsd-ports-bugs->nobutaka Responsible-Changed-By: mat Responsible-Changed-When: Wed Nov 26 05:10:43 PST 2003 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=59706 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 05:26:54 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D0E816A4D0; Wed, 26 Nov 2003 05:26:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C054D43FB1; Wed, 26 Nov 2003 05:26:53 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQDQrFY061650; Wed, 26 Nov 2003 05:26:53 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQDQqW3061644; Wed, 26 Nov 2003 05:26:52 -0800 (PST) (envelope-from mat) Date: Wed, 26 Nov 2003 05:26:52 -0800 (PST) From: Mathieu Arnold Message-Id: <200311261326.hAQDQqW3061644@freefall.freebsd.org> To: d.ortiz@in.ilimit.es, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/54841: Checksum mismatch on Linux-Realplayer port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 13:26:54 -0000 Synopsis: Checksum mismatch on Linux-Realplayer port State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Wed Nov 26 05:22:34 PST 2003 State-Changed-Why: maintainer asked about this. submitter asked for a patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=54841 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 05:30:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD01016A4CE for ; Wed, 26 Nov 2003 05:30:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 229B843F93 for ; Wed, 26 Nov 2003 05:30:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQDUKFY061759 for ; Wed, 26 Nov 2003 05:30:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQDUJNn061758; Wed, 26 Nov 2003 05:30:19 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 05:30:19 -0800 (PST) Message-Id: <200311261330.hAQDUJNn061758@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/54624: Update: net/gtk-gnutella X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 13:30:20 -0000 The following reply was made to PR ports/54624; it has been noted by GNATS. From: Mathieu Arnold To: freebsd-gnats-submit@FreeBSD.org, avg@icyb.net.ua Cc: Subject: Re: ports/54624: Update: net/gtk-gnutella Date: Wed, 26 Nov 2003 14:22:28 +0100 Hi, If you really wish to take maintainership for this port, would you be so kind to resubmit your patch with the MAINTAINER line of the Makefile changed to your email address ? -- Mathieu Arnold From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 05:30:29 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD5016A4CE for ; Wed, 26 Nov 2003 05:30:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C129B43F93 for ; Wed, 26 Nov 2003 05:30:28 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQDUSFY061820 for ; Wed, 26 Nov 2003 05:30:28 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQDUSLr061819; Wed, 26 Nov 2003 05:30:28 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 05:30:28 -0800 (PST) Message-Id: <200311261330.hAQDUSLr061819@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/54841: Checksum mismatch on Linux-Realplayer port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 13:30:29 -0000 The following reply was made to PR ports/54841; it has been noted by GNATS. From: Mathieu Arnold To: vns@delta.odessa.ua, d.ortiz@in.ilimit.es Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/54841: Checksum mismatch on Linux-Realplayer port Date: Wed, 26 Nov 2003 14:26:24 +0100 To maintainer, could you have a look at PR 54841 and approve or disaprove the change ? To submitter, could you submit back a diff of the two distfiles so that the committer trying to solve this PR don't have to fetch the file ? Thanks both of you. -- Mathieu Arnold From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 06:00:47 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AC8816A4CE for ; Wed, 26 Nov 2003 06:00:47 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B558F43FBD for ; Wed, 26 Nov 2003 06:00:44 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQE0iFY066238 for ; Wed, 26 Nov 2003 06:00:44 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQE0ikW066237; Wed, 26 Nov 2003 06:00:44 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 06:00:44 -0800 (PST) Resent-Message-Id: <200311261400.hAQE0ikW066237@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Akifyev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E593816A4CE for ; Wed, 26 Nov 2003 05:50:39 -0800 (PST) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 3826743F75 for ; Wed, 26 Nov 2003 05:50:38 -0800 (PST) (envelope-from asa@mail.gascom.ru) Received: (qmail 12588 invoked by uid 1000); 26 Nov 2003 13:50:32 -0000 Message-Id: <20031126135032.12585.qmail@mail.gascom.ru> Date: 26 Nov 2003 13:50:32 -0000 From: Sergey Akifyev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: pav@FreeBSD.org Subject: ports/59709: [maintainer] update cups to 1.1.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Akifyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 14:00:47 -0000 >Number: 59709 >Category: ports >Synopsis: [maintainer] update cups to 1.1.20 >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: Wed Nov 26 06:00:44 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergey Akifyev >Release: FreeBSD 4.8-RELEASE-p13 i386 >Organization: JSC Gascom >Environment: System: FreeBSD mail.gascom.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #5: Mon Oct 6 15:48:47 MSD 2003 asa@boulder.gascom.ru:/usr/src/sys/compile/SMP_STD i386 >Description: * Update cups-base and cups-lpr to 1.1.20 * Take maintainership of print/cups metaport * Warning: PR touches 2 ports! >How-To-Repeat: >Fix: ==== begin cups.diff --- cups.orig/Makefile.common Mon Jul 21 14:28:32 2003 +++ cups/Makefile.common Wed Nov 26 13:42:12 2003 @@ -9,7 +9,7 @@ ftp://ftp.fisek.com.tr/pub/cups/${CUPS_VERSION}/ \ ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${CUPS_VERSION}/ -CUPS_VERSION= 1.1.19 +CUPS_VERSION= 1.1.20 CUPS_REVISION= 0 CUPS_PORTVER= ${CUPS_VERSION}.${CUPS_REVISION} CUPS_PORTREV= 0 diff -ruN cups.orig/distinfo cups/distinfo --- cups.orig/distinfo Mon Jul 21 14:28:32 2003 +++ cups/distinfo Wed Nov 26 13:42:49 2003 @@ -1 +1 @@ -MD5 (cups-1.1.19-source.tar.bz2) = 04cbeed9a8acfe23624f1cb6be9c3eac +MD5 (cups-1.1.20-source.tar.bz2) = 09d0be2bad1b0617bc0eba6eef81f6e9 ==== end cups.diff ==== begin cups-base.diff diff -ruN cups-base.orig/pkg-plist cups-base/pkg-plist --- cups-base.orig/pkg-plist Sat Nov 22 00:16:19 2003 +++ cups-base/pkg-plist Wed Nov 26 13:42:38 2003 @@ -49,7 +49,6 @@ libexec/cups/filter/hpgltops libexec/cups/filter/imagetops libexec/cups/filter/imagetoraster -libexec/cups/filter/libcupsimage.a libexec/cups/filter/pdftops libexec/cups/filter/pstops libexec/cups/filter/rastertodymo ==== end cups-base.diff >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 06:01:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A641C16A4CE; Wed, 26 Nov 2003 06:01:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13B0A43FB1; Wed, 26 Nov 2003 06:01:28 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQE1RFY066348; Wed, 26 Nov 2003 06:01:27 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQE1RAn066344; Wed, 26 Nov 2003 06:01:27 -0800 (PST) (envelope-from pav) Date: Wed, 26 Nov 2003 06:01:27 -0800 (PST) From: Pav Lucistnik Message-Id: <200311261401.hAQE1RAn066344@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/59709: [maintainer] update cups to 1.1.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 14:01:28 -0000 Synopsis: [maintainer] update cups to 1.1.20 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Wed Nov 26 06:01:12 PST 2003 Responsible-Changed-Why: I have some business in this area. http://www.freebsd.org/cgi/query-pr.cgi?pr=59709 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 06:10:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C24916A4CE for ; Wed, 26 Nov 2003 06:10:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0254E43F75 for ; Wed, 26 Nov 2003 06:10:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQEANFY070089 for ; Wed, 26 Nov 2003 06:10:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQEANFa070087; Wed, 26 Nov 2003 06:10:23 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 06:10:23 -0800 (PST) Resent-Message-Id: <200311261410.hAQEANFa070087@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Lev A. Serbryakov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DECA16A4CE for ; Wed, 26 Nov 2003 06:03:11 -0800 (PST) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 375FD43FE0 for ; Wed, 26 Nov 2003 06:03:10 -0800 (PST) (envelope-from lev@ftp.translate.ru) Received: from ftp.translate.ru (localhost [127.0.0.1]) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id hAQE2b1u056732 for ; Wed, 26 Nov 2003 17:02:37 +0300 (MSK) (envelope-from lev@ftp.translate.ru) Received: (from lev@localhost) by ftp.translate.ru (8.12.9/8.12.9/Submit) id hAQE2W7S056731; Wed, 26 Nov 2003 17:02:32 +0300 (MSK) (envelope-from lev) Message-Id: <200311261402.hAQE2W7S056731@ftp.translate.ru> Date: Wed, 26 Nov 2003 17:02:32 +0300 (MSK) From: "Lev A. Serbryakov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59710: `www/mod_perl' generate wrong man pages entries for pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Lev A. Serbryakov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 14:10:26 -0000 >Number: 59710 >Category: ports >Synopsis: `www/mod_perl' generate wrong man pages entries for pkg-plist >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 26 06:10:23 PST 2003 >Closed-Date: >Last-Modified: >Originator: Lev A. Serbryakov >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD ftp.translate.ru 4.8-STABLE FreeBSD 4.8-STABLE #0: Fri Apr 11 00:25:30 MSD 2003 lev@ftp.translate.ru:/usr/obj/usr/src/sys/FTPTR i386 perl-5.8.2_1, perl-5.6.1_14 >Description: Many MAN3 pages is installed to perl directory, not system's one. Package can not be created and port can not be deinstalled without errors. >How-To-Repeat: Installms `www/mod_perl' and try to make package or delete port. >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mod_perl/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 7 Nov 2003 09:12:54 -0000 1.25 +++ Makefile 26 Nov 2003 14:00:46 -0000 @@ -7,6 +7,7 @@ PORTNAME= mod_perl PORTVERSION= 1.28 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -19,6 +20,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= YES +PERL_CONFIGURE= YES +CONFIGURE_ARGS= USE_APXS=1 EVERYTHING=1 PREFIX=${PREFIX} \ + INSTALLSITELIB=${PERLSITEDIR} \ + INSTALLSITEARCH=${PERLSITEDIR}/${PERL_ARCH} \ + INSTALLMAN3DIR=${MANPREFIX}/man/man3 WITH_APXS=${APXS} \ + PERL_EXTRA_CFLAGS='-DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\"' MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \ Apache::FakeRequest.3 Apache::File.3 Apache::Leak.3 \ @@ -37,17 +44,6 @@ mod_perl_tuning.3 PERLSITEDIR= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} -.include - -do-configure: - @ cd ${WRKSRC}; \ - ${PERL5} Makefile.PL USE_APXS=1 EVERYTHING=1 \ - PREFIX=${PREFIX} INSTALLSITELIB=${PERLSITEDIR} \ - INSTALLSITEARCH=${PERLSITEDIR}/${PERL_ARCH} \ - INSTALLMAN3DIR=${MANPREFIX}/man/man3 \ - WITH_APXS=${APXS} \ - PERL_EXTRA_CFLAGS='-DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\"' - post-install: ${MKDIR} ${PREFIX}/include/apache/modules/perl ${INSTALL_DATA} ${WRKSRC}/src/modules/perl/*.h \ @@ -58,4 +54,4 @@ post-deinstall: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL -.include +.include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 06:15:40 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3439916A4CE; Wed, 26 Nov 2003 06:15:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2996043FE1; Wed, 26 Nov 2003 06:15:38 -0800 (PST) (envelope-from lev@FreeBSD.org) Received: from freefall.freebsd.org (lev@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQEFcFY070772; Wed, 26 Nov 2003 06:15:38 -0800 (PST) (envelope-from lev@freefall.freebsd.org) Received: (from lev@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQEFcuo070768; Wed, 26 Nov 2003 06:15:38 -0800 (PST) (envelope-from lev) Date: Wed, 26 Nov 2003 06:15:38 -0800 (PST) From: "Lev A. Serebryakov" Message-Id: <200311261415.hAQEFcuo070768@freefall.freebsd.org> To: lev@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lev@FreeBSD.org Subject: Re: ports/59710: `www/mod_perl' generate wrong man pages entries for pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 14:15:40 -0000 Synopsis: `www/mod_perl' generate wrong man pages entries for pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->lev Responsible-Changed-By: lev Responsible-Changed-When: Wed Nov 26 06:14:33 PST 2003 Responsible-Changed-Why: It is my PR http://www.freebsd.org/cgi/query-pr.cgi?pr=59710 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 06:22:59 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA2A616A4CF; Wed, 26 Nov 2003 06:22:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B56043F93; Wed, 26 Nov 2003 06:22:58 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQEMvFY071051; Wed, 26 Nov 2003 06:22:58 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQEMvSp071047; Wed, 26 Nov 2003 06:22:57 -0800 (PST) (envelope-from mat) Date: Wed, 26 Nov 2003 06:22:57 -0800 (PST) From: Mathieu Arnold Message-Id: <200311261422.hAQEMvSp071047@freefall.freebsd.org> To: sam@rfc1149.net, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58721: devel/libpci: Installation of pci/pci.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 14:22:59 -0000 Synopsis: devel/libpci: Installation of pci/pci.h State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Wed Nov 26 06:13:59 PST 2003 State-Changed-Why: Maintainer advised http://www.freebsd.org/cgi/query-pr.cgi?pr=58721 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 06:27:46 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE1C916A4CE; Wed, 26 Nov 2003 06:27:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA5A43F75; Wed, 26 Nov 2003 06:27:46 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQERkFY071165; Wed, 26 Nov 2003 06:27:46 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQERkDV071161; Wed, 26 Nov 2003 06:27:46 -0800 (PST) (envelope-from mat) Date: Wed, 26 Nov 2003 06:27:46 -0800 (PST) From: Mathieu Arnold Message-Id: <200311261427.hAQERkDV071161@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58725: Update port: lang/nml updated to 0.92a, fixed urls and emails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 14:27:47 -0000 Synopsis: Update port: lang/nml updated to 0.92a, fixed urls and emails Class-Changed-From-To: update->maintainer-update Class-Changed-By: mat Class-Changed-When: Wed Nov 26 06:23:00 PST 2003 Class-Changed-Why: That's even better http://www.freebsd.org/cgi/query-pr.cgi?pr=58725 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 06:30:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39B4116A4CE for ; Wed, 26 Nov 2003 06:30:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8224143FEA for ; Wed, 26 Nov 2003 06:30:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQEUPFY071243 for ; Wed, 26 Nov 2003 06:30:25 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQEUPgB071242; Wed, 26 Nov 2003 06:30:25 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 06:30:25 -0800 (PST) Message-Id: <200311261430.hAQEUPgB071242@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/58721: devel/libpci: Installation of pci/pci.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 14:30:26 -0000 The following reply was made to PR ports/58721; it has been noted by GNATS. From: Mathieu Arnold To: samy@kerneled.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/58721: devel/libpci: Installation of pci/pci.h Date: Wed, 26 Nov 2003 15:22:43 +0100 Dear maintainer, could you take a look at PR 58721, And approve or disapprove it ? -- Mathieu Arnold From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 07:29:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D746016A50E; Wed, 26 Nov 2003 07:29:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4278743F75; Wed, 26 Nov 2003 07:29:13 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQFTDFY078741; Wed, 26 Nov 2003 07:29:13 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQFTCrH078737; Wed, 26 Nov 2003 07:29:12 -0800 (PST) (envelope-from mat) Date: Wed, 26 Nov 2003 07:29:12 -0800 (PST) From: Mathieu Arnold Message-Id: <200311261529.hAQFTCrH078737@freefall.freebsd.org> To: be9-ml@be9.ru, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59076: An update for multimedia/xmms port (new knob) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 15:29:14 -0000 Synopsis: An update for multimedia/xmms port (new knob) State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Wed Nov 26 06:30:43 PST 2003 State-Changed-Why: Maintainer advised http://www.freebsd.org/cgi/query-pr.cgi?pr=59076 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 07:30:40 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDDB316A4CE for ; Wed, 26 Nov 2003 07:30:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1044D43FD7 for ; Wed, 26 Nov 2003 07:30:40 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQFUdFY078885 for ; Wed, 26 Nov 2003 07:30:39 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQFUd0m078884; Wed, 26 Nov 2003 07:30:39 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 07:30:39 -0800 (PST) Message-Id: <200311261530.hAQFUd0m078884@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/59076: An update for multimedia/xmms port (new knob) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 15:30:40 -0000 The following reply was made to PR ports/59076; it has been noted by GNATS. From: Mathieu Arnold To: Espen Skoglund Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/59076: An update for multimedia/xmms port (new knob) Date: Wed, 26 Nov 2003 16:28:57 +0100 Dear maintainer, could you approve or disaprove PR 59076 Thanks, -- Mathieu Arnold From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 07:30:41 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCF4316A4CE for ; Wed, 26 Nov 2003 07:30:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51A4F43F3F for ; Wed, 26 Nov 2003 07:30:37 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQFURFY078841 for ; Wed, 26 Nov 2003 07:30:27 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQFURiI078840; Wed, 26 Nov 2003 07:30:27 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 07:30:27 -0800 (PST) Resent-Message-Id: <200311261530.hAQFURiI078840@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A24CE16A4CF; Wed, 26 Nov 2003 07:22:10 -0800 (PST) Received: from nx5.hrz.uni-dortmund.de (nx5.HRZ.Uni-Dortmund.DE [129.217.131.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C4643FA3; Wed, 26 Nov 2003 07:22:05 -0800 (PST) (envelope-from matthias.andree@web.de) Received: from unimail.uni-dortmund.de (mx1.HRZ.Uni-Dortmund.DE [129.217.128.51]) by nx5.hrz.uni-dortmund.de (Postfix) with ESMTP id D87EA4AB477; Wed, 26 Nov 2003 16:22:03 +0100 (MET) Received: from m2a2.myip.org (f4hzrhsbuskanqt6@pD951FE76.dip.t-dialin.net [217.81.254.118]) (authenticated (0 bits))hAQFLJf7003128; Wed, 26 Nov 2003 16:21:32 +0100 (MET) Received: by merlin.emma.line.org (Postfix, from userid 1001) id 5FDCB1B929; Wed, 26 Nov 2003 16:21:18 +0100 (CET) Message-Id: <20031126152118.5FDCB1B929@merlin.emma.line.org> Date: Wed, 26 Nov 2003 16:21:18 +0100 (CET) From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Ying-Chieh Liao cc: eik@FreeBSD.org Subject: ports/59711: [NEW PORT] databases/db42: BerkeleyDB 4.2.50; supersedes: PR #59694 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 15:30:41 -0000 >Number: 59711 >Category: ports >Synopsis: [NEW PORT] databases/db42: BerkeleyDB 4.2.50; supersedes: PR #59694 >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: Wed Nov 26 07:30:27 PST 2003 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 5.2-BETA i386 >Organization: FreeBSD BerkeleyDB Ports Heavy Duty Vacuum Cleaners >Environment: System: FreeBSD merlin.emma.line.org 5.2-BETA FreeBSD 5.2-BETA #1: Tue Nov 25 22:59:05 CET 2003 >Description: SUPERSEDES: PR #59694. Oliver Eikemeier offered maintainership to me in a private mail. Let's start with a fresh layout that doesn't require the awful libdb renaming patches all over the /usr/ports tree. We have ELF today and BerkeleyDB has set proper SONAME for ages. PLEASE DO NOT REPOCOPY FROM OTHER db* PORTS! This is a fresh port that is not remotely similar to the previous db* ports and should be handled as such: make a fresh directory. Please either commit as is or contact the originator (Matthias Andree) if you think it's inadequate. This port layout is a balance between the canonical BerkeleyDB layout and hier(7), with maximum compatibility with ported and native applications in mind. See also http://mandree.home.pages.de/freebsd-db-reform/ for background information. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # db42 # db42/Makefile # db42/distinfo # db42/files # db42/files/patch-dist::configure # db42/pkg-descr # db42/pkg-plist # db42/Makefile.db # echo c - db42 mkdir -p db42 > /dev/null 2>&1 echo x - db42/Makefile sed 's/^X//' >db42/Makefile << 'END-of-db42/Makefile' X# ports collection makefile for: Berkeley DB v4.2 X# Date created: 2003-11-26 X# Whom: Matthias Andree X# X# $FreeBSD$ X# X XPORTNAME= db42 XPORTVERSION= 4.2.50 XPORTREVISION= 0 XCATEGORIES= databases XPKGNAMESUFFIX?= X XPATCHFILES= X XMAINTAINER= matthias.andree@gmx.de XCOMMENT= The Berkeley DB package, revision 4.2 X X.include END-of-db42/Makefile echo x - db42/distinfo sed 's/^X//' >db42/distinfo << 'END-of-db42/distinfo' XMD5 (bdb/db-4.2.50.tar.gz) = 644522fe89c565ec10c6d2e2d010227b END-of-db42/distinfo echo c - db42/files mkdir -p db42/files > /dev/null 2>&1 echo x - db42/files/patch-dist::configure sed 's/^X//' >db42/files/patch-dist::configure << 'END-of-db42/files/patch-dist::configure' X--- ../dist/configure.orig Wed Dec 5 13:14:02 2001 X+++ ../dist/configure Wed Dec 5 13:24:01 2001 X@@ -8794,10 +8794,10 @@ X INSTALLER="\$(LIBTOOL) --mode=install cp" X X MAKEFILE_CC="\$(LIBTOOL) --mode=compile ${MAKEFILE_CC}" X-MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -avoid-version" X+MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -version-info ${DB_VERSION_MINOR}" X MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK}" X MAKEFILE_CXX="\$(LIBTOOL) --mode=compile ${MAKEFILE_CXX}" X-MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -avoid-version" X+MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -version-info ${DB_VERSION_MINOR}" X MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK}" X X # Configure for shared libraries, static libraries, or both. If both are END-of-db42/files/patch-dist::configure echo x - db42/pkg-descr sed 's/^X//' >db42/pkg-descr << 'END-of-db42/pkg-descr' XVersion 4.2 of the Berkeley Data Base library which offers (key/value) storage Xwith optional concurrent access or transactions interface. X XUtilities are included in the distribution to convert v1.85 databases to v4.2 Xdatabases, and a backwards compatible API is provided to maintain Xcompatibility with programs using the v1.85 interface. X XNote that this port has a layout that is much friendlier and requires less Xpatches to applications than the traditional FreeBSD DB* ports. X XFor details on compatibility with other DB versions, see: Xhttp://www.sleepycat.com/download/patchlogs.shtml X X-- Matthias Andree X XWWW: http://www.sleepycat.com/ END-of-db42/pkg-descr echo x - db42/pkg-plist sed 's/^X//' >db42/pkg-plist << 'END-of-db42/pkg-plist' XBerkeleyDB.4.2/bin/db_archive XBerkeleyDB.4.2/bin/db_checkpoint XBerkeleyDB.4.2/bin/db_deadlock XBerkeleyDB.4.2/bin/db_dump XBerkeleyDB.4.2/bin/db_dump185 XBerkeleyDB.4.2/bin/db_load XBerkeleyDB.4.2/bin/db_printlog XBerkeleyDB.4.2/bin/db_recover XBerkeleyDB.4.2/bin/db_stat XBerkeleyDB.4.2/bin/db_upgrade XBerkeleyDB.4.2/bin/db_verify X%%PORTDOCS%%BerkeleyDB.4.2/docs XBerkeleyDB.4.2/include/db.h XBerkeleyDB.4.2/include/db_185.h XBerkeleyDB.4.2/include/db_cxx.h XBerkeleyDB.4.2/lib/libdb-4.2.a XBerkeleyDB.4.2/lib/libdb-4.2.la XBerkeleyDB.4.2/lib/libdb-4.2.so XBerkeleyDB.4.2/lib/libdb-4.2.so.2 XBerkeleyDB.4.2/lib/libdb-4.so XBerkeleyDB.4.2/lib/libdb.a XBerkeleyDB.4.2/lib/libdb.so XBerkeleyDB.4.2/lib/libdb_cxx-4.2.a XBerkeleyDB.4.2/lib/libdb_cxx-4.2.la XBerkeleyDB.4.2/lib/libdb_cxx-4.2.so XBerkeleyDB.4.2/lib/libdb_cxx-4.2.so.2 XBerkeleyDB.4.2/lib/libdb_cxx-4.so XBerkeleyDB.4.2/lib/libdb_cxx.a XBerkeleyDB.4.2/lib/libdb_cxx.so Xlib/libdb-4.2.so.2 Xlib/libdb_cxx-4.2.so.2 X@dirrm BerkeleyDB.4.2/lib X@dirrm BerkeleyDB.4.2/include X@dirrm BerkeleyDB.4.2/bin X@dirrm BerkeleyDB.4.2 END-of-db42/pkg-plist echo x - db42/Makefile.db sed 's/^X//' >db42/Makefile.db << 'END-of-db42/Makefile.db' XMASTER_SITES= http://www.sleepycat.com/update/snapshot/ XDISTNAME= db-${PORTVERSION} XDIST_SUBDIR= bdb X XPATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ XPATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} X XWRKSRC= ${WRKDIR}/${DISTNAME}/build_unix X X# Do not use GNU_CONFIGURE or USE_LIBTOOL, it adds some options X# we do not want in CONFIGURE_ARGS! XUSE_REINPLACE= yes XINSTALLS_SHLIB= yes XHAS_CONFIGURE= yes XCONFIGURE_SCRIPT= ../dist/configure XCONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} XBDBVER= ${PORTVERSION:R} XBDBMINOR= ${BDBVER:E:S/^\.//} XBDBDIR= BerkeleyDB.${BDBVER} XCONFIGURE_ARGS= --enable-compat185 --enable-dump185 \ X --enable-cxx --enable-dynamic \ X --prefix=${PREFIX}/${BDBDIR} \ X --with-uniquename XINSTALL_TARGET= install_include install_lib install_utilities X.if !defined(NOPORTDOCS) XINSTALL_TARGET+= install_docs docdir=${DOCSDIR} XPORTDOCS= * X.endif X Xpre-patch: X @${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT} X Xpost-install: X.for i in libdb libdb_cxx X ${LN} -s -f ../${BDBDIR}/lib/${i}-${BDBVER}.so.${BDBMINOR} ${PREFIX}/lib X.endfor X.if !defined(NOPORTDOCS) X ${RM} -f ${PREFIX}/${BDBDIR}/docs X ${LN} -s -f ${DOCSDIR} ${PREFIX}/${BDBDIR}/docs X @${RMDIR} ${DOCSDIR}/ref/splash 2>/dev/null || : X.endif X X.include END-of-db42/Makefile.db exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 07:31:48 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97C3E16A4D0; Wed, 26 Nov 2003 07:31:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF4AC43FF5; Wed, 26 Nov 2003 07:31:39 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQFVdFY081828; Wed, 26 Nov 2003 07:31:39 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQFVdKE081824; Wed, 26 Nov 2003 07:31:39 -0800 (PST) (envelope-from mat) Date: Wed, 26 Nov 2003 07:31:39 -0800 (PST) From: Mathieu Arnold Message-Id: <200311261531.hAQFVdKE081824@freefall.freebsd.org> To: esn@x123.info, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59379: [Port Update]:: graphics/blender-devel 2.28c -> 2.30 [Fix PR=59374] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 15:31:48 -0000 Synopsis: [Port Update]:: graphics/blender-devel 2.28c -> 2.30 [Fix PR=59374] State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Wed Nov 26 07:29:22 PST 2003 State-Changed-Why: Maintainer advised http://www.freebsd.org/cgi/query-pr.cgi?pr=59379 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 07:32:48 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0910916A4CE; Wed, 26 Nov 2003 07:32:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67F1D43F75; Wed, 26 Nov 2003 07:32:47 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQFWlFY081890; Wed, 26 Nov 2003 07:32:47 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQFWk8J081886; Wed, 26 Nov 2003 07:32:46 -0800 (PST) (envelope-from mat) Date: Wed, 26 Nov 2003 07:32:46 -0800 (PST) From: Mathieu Arnold Message-Id: <200311261532.hAQFWk8J081886@freefall.freebsd.org> To: rui@ruilopes.com, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59460: Update port: mail/dcc-dccd to 1.2.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 15:32:48 -0000 X-List-Received-Date: Wed, 26 Nov 2003 15:32:48 -0000 Synopsis: Update port: mail/dcc-dccd to 1.2.14 State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Wed Nov 26 07:31:54 PST 2003 State-Changed-Why: Maintainer says he'll post a followup http://www.freebsd.org/cgi/query-pr.cgi?pr=59460 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 07:38:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C56FF16A4D1; Wed, 26 Nov 2003 07:38:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B5A643FE5; Wed, 26 Nov 2003 07:38:28 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQFcSFY082036; Wed, 26 Nov 2003 07:38:28 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQFcSZ2082032; Wed, 26 Nov 2003 07:38:28 -0800 (PST) (envelope-from mat) Date: Wed, 26 Nov 2003 07:38:28 -0800 (PST) From: Mathieu Arnold Message-Id: <200311261538.hAQFcSZ2082032@freefall.freebsd.org> To: yonas_@yahoo.com, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59573: outdated version of audio/id3lib X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 15:38:28 -0000 X-List-Received-Date: Wed, 26 Nov 2003 15:38:28 -0000 Synopsis: outdated version of audio/id3lib State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Wed Nov 26 07:34:55 PST 2003 State-Changed-Why: waiting for a patch (from maintainer or submitter) http://www.freebsd.org/cgi/query-pr.cgi?pr=59573 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 07:40:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B171516A4CE for ; Wed, 26 Nov 2003 07:40:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D5E43F85 for ; Wed, 26 Nov 2003 07:40:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQFeCFY082176 for ; Wed, 26 Nov 2003 07:40:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQFeCHP082175; Wed, 26 Nov 2003 07:40:12 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 07:40:12 -0800 (PST) Message-Id: <200311261540.hAQFeCHP082175@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/59379: [Port Update]:: graphics/blender-devel 2.28c -> 2.30 [Fix PR=59374] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 15:40:13 -0000 The following reply was made to PR ports/59379; it has been noted by GNATS. From: Mathieu Arnold To: dyeske@yahoo.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/59379: [Port Update]:: graphics/blender-devel 2.28c -> 2.30 [Fix PR=59374] Date: Wed, 26 Nov 2003 16:31:18 +0100 Dear maintainer, could you approve or disapprove PR 59379 Thanks -- Mathieu Arnold From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 07:40:15 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3E6216A4CE for ; Wed, 26 Nov 2003 07:40:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE48043F85 for ; Wed, 26 Nov 2003 07:40:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQFeDFY082190 for ; Wed, 26 Nov 2003 07:40:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQFeDrb082189; Wed, 26 Nov 2003 07:40:13 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 07:40:13 -0800 (PST) Resent-Message-Id: <200311261540.hAQFeDrb082189@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Panagiotis Astithas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14D3A16A4CE; Wed, 26 Nov 2003 07:35:19 -0800 (PST) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 231EF43FDD; Wed, 26 Nov 2003 07:35:17 -0800 (PST) (envelope-from past@ajax.noc.ntua.gr) Received: from ajax.noc.ntua.gr (ajax.noc.ntua.gr [147.102.220.1]) by ulysses.noc.ntua.gr (8.12.9p1/8.12.9) with ESMTP id hAQFZFgY025459; Wed, 26 Nov 2003 17:35:15 +0200 (EET) (envelope-from past@ajax.noc.ntua.gr) Received: from ajax.noc.ntua.gr (localhost [127.0.0.1]) by ajax.noc.ntua.gr (8.12.9p1/8.12.9) with ESMTP id hAQFZFoN062288; Wed, 26 Nov 2003 17:35:15 +0200 (EET) (envelope-from past@ajax.noc.ntua.gr) Received: (from past@localhost) by ajax.noc.ntua.gr (8.12.9p1/8.12.9/Submit) id hAQFZF55062287; Wed, 26 Nov 2003 17:35:15 +0200 (EET) Message-Id: <200311261535.hAQFZF55062287@ajax.noc.ntua.gr> Date: Wed, 26 Nov 2003 17:35:15 +0200 (EET) From: Panagiotis Astithas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ports@FreeBSD.org Subject: ports/59712: [patch] fix & update port net/limewire X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Panagiotis Astithas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 15:40:16 -0000 >Number: 59712 >Category: ports >Synopsis: [patch] fix & update port net/limewire >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: Wed Nov 26 07:40:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Panagiotis Astithas >Release: FreeBSD 4.8-STABLE i386 >Organization: National Technical University of Athens >Environment: System: FreeBSD ajax.noc.ntua.gr 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Apr 8 21:45:00 EEST 2003 root@ajax.noc.ntua.gr:/usr/obj/usr/src/sys/GENERIC i386 >Description: The net/limewire port does not build since the distfile contents have changed. Fix the build by updating from 2.7.9 to 3.6.15. >How-To-Repeat: Try to build the port. >Fix: Apply the following patch (cd /usr/ports/net; patch -p < limewire.patch): --- limewire.patch begins here --- diff -ru /usr/ports/net/limewire/Makefile limewire/Makefile --- /usr/ports/net/limewire/Makefile Wed Nov 26 15:24:47 2003 +++ limewire/Makefile Wed Nov 26 15:32:46 2003 @@ -34,6 +34,6 @@ @${INSTALL_SCRIPT} ${WRKSRC}/runLime.sh.sed ${PREFIX}/bin/limewire @${MKDIR} ${JAR_DIR} @${INSTALL_DATA} ${WRKSRC}/*.jar ${WRKSRC}/MessagesBundle.properties \ - ${JAR_DIR} + ${WRKSRC}/xml.war ${WRKSRC}/update.ver ${JAR_DIR} .include diff -ru /usr/ports/net/limewire/distinfo limewire/distinfo --- /usr/ports/net/limewire/distinfo Tue Nov 26 06:02:09 2002 +++ limewire/distinfo Wed Nov 26 15:32:46 2003 @@ -1 +1 @@ -MD5 (LimeWireLinux.tgz) = b1bf61048e8f98dc0330ed2d8f714285 +MD5 (LimeWireLinux.tgz) = 324eebdc2089e81f7fbf6b4cef137856 diff -ru /usr/ports/net/limewire/files/patch-runLime.sh limewire/files/patch-runLime.sh --- /usr/ports/net/limewire/files/patch-runLime.sh Wed Aug 7 01:10:38 2002 +++ limewire/files/patch-runLime.sh Wed Nov 26 15:32:46 2003 @@ -1,15 +1,16 @@ ---- runLime.sh.orig Wed May 15 14:32:03 2002 -+++ runLime.sh Tue Jul 16 22:25:34 2002 -@@ -7,8 +7,9 @@ +--- runLime.sh.orig Mon Jun 9 22:45:57 2003 ++++ runLime.sh Wed Nov 26 15:30:04 2003 +@@ -7,8 +7,10 @@ # work around some limitations in the JDK1.3. For more information # see http://java.sun.com/j2se/1.3/relnotes.html#vm # --CLASSPATH=".:collections.jar:xerces.jar:jl011.jar:MessagesBundles.jar" +-CLASSPATH=".:collections.jar:xerces.jar:jl011.jar:MessagesBundles.jar:themes.jar:logicrypto.jar:GURL.jar" -export CLASSPATH +CLASSPATH="%%JAR_DIR%%" J2SE_PREEMPTCLOSE=1 export J2SE_PREEMPTCLOSE --java -jar RunLime.jar +-java -jar LimeWire.jar ++cd ${CLASSPATH} +exec %%LOCALBASE%%/bin/javavm \ -+ -cp "${CLASSPATH}/collections.jar:${CLASSPATH}/xerces.jar:${CLASSPATH}/jl011.jar:${CLASSPATH}/MessagesBundles.jar" \ ++ -cp "${CLASSPATH}/collections.jar:${CLASSPATH}/xerces.jar:${CLASSPATH}/jl011.jar:${CLASSPATH}/MessagesBundles.jar:${CLASSPATH}/themes.jar:${CLASSPATH}/logicrypto.jar:${CLASSPATH}/GURL.jar" \ + -jar ${CLASSPATH}/LimeWire.jar diff -ru /usr/ports/net/limewire/pkg-plist limewire/pkg-plist --- /usr/ports/net/limewire/pkg-plist Wed Nov 26 12:22:50 2003 +++ limewire/pkg-plist Wed Nov 26 15:32:46 2003 @@ -2,9 +2,12 @@ %%JAR_DIR%%/LimeWire.jar %%JAR_DIR%%/MessagesBundle.properties %%JAR_DIR%%/MessagesBundles.jar -%%JAR_DIR%%/RunLime.jar %%JAR_DIR%%/collections.jar %%JAR_DIR%%/jl011.jar +%%JAR_DIR%%/logicrypto.jar +%%JAR_DIR%%/themes.jar +%%JAR_DIR%%/update.ver %%JAR_DIR%%/xerces.jar +%%JAR_DIR%%/xml.war @dirrm %%JAR_DIR%% @unexec rmdir %D/share/java/jar 2>/dev/null || true --- limewire.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 07:40:19 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F3E116A4CE for ; Wed, 26 Nov 2003 07:40:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8C1A43FE0 for ; Wed, 26 Nov 2003 07:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQFeGFY082199 for ; Wed, 26 Nov 2003 07:40:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQFeGe4082198; Wed, 26 Nov 2003 07:40:16 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 07:40:16 -0800 (PST) Message-Id: <200311261540.hAQFeGe4082198@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/59573: outdated version of audio/id3lib X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 15:40:19 -0000 The following reply was made to PR ports/59573; it has been noted by GNATS. From: Mathieu Arnold To: roman@xpert.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/59573: outdated version of audio/id3lib Date: Wed, 26 Nov 2003 16:38:13 +0100 Dear maintainer, there is a new version of id3lib, as said in PR 59573 Could you send a followup with an update ? -- Mathieu Arnold From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 07:46:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69D7E16A4CE; Wed, 26 Nov 2003 07:46:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C98E043FE1; Wed, 26 Nov 2003 07:46:20 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQFkKFY082613; Wed, 26 Nov 2003 07:46:20 -0800 (PST) (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQFkIgQ082609; Wed, 26 Nov 2003 07:46:18 -0800 (PST) (envelope-from mat) Date: Wed, 26 Nov 2003 07:46:18 -0800 (PST) From: Mathieu Arnold Message-Id: <200311261546.hAQFkIgQ082609@freefall.freebsd.org> To: sime@logos.hr, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59681: [patch] games/HeroesOfMightAndMagic install broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 15:46:21 -0000 Synopsis: [patch] games/HeroesOfMightAndMagic install broken State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Wed Nov 26 07:43:43 PST 2003 State-Changed-Why: Maintainer advised http://www.freebsd.org/cgi/query-pr.cgi?pr=59681 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 07:50:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6C3916A4D0 for ; Wed, 26 Nov 2003 07:50:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A0AF43FE0 for ; Wed, 26 Nov 2003 07:50:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQFoNFY082820 for ; Wed, 26 Nov 2003 07:50:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQFoMjn082818; Wed, 26 Nov 2003 07:50:22 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 07:50:22 -0800 (PST) Message-Id: <200311261550.hAQFoMjn082818@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/59681: [patch] games/HeroesOfMightAndMagic install broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 15:50:27 -0000 The following reply was made to PR ports/59681; it has been noted by GNATS. From: Mathieu Arnold To: holger@e-gitt.net Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/59681: [patch] games/HeroesOfMightAndMagic install broken Date: Wed, 26 Nov 2003 16:46:11 +0100 Dear maintainer, there's an update in PR 59681 Could you approve or disapprove it ? -- Mathieu Arnold From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 08:20:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D11216A4CE for ; Wed, 26 Nov 2003 08:20:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 682D243FA3 for ; Wed, 26 Nov 2003 08:20:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQGKNFY086768 for ; Wed, 26 Nov 2003 08:20:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQGKNeu086767; Wed, 26 Nov 2003 08:20:23 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 08:20:23 -0800 (PST) Message-Id: <200311261620.hAQGKNeu086767@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Daniel Ortiz Subject: Re: ports/54841: Checksum mismatch on Linux-Realplayer port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Ortiz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 16:20:25 -0000 The following reply was made to PR ports/54841; it has been noted by GNATS. From: Daniel Ortiz To: FreeBSD-gnats-submit@freebsd.org Cc: mat@FreeBSD.org Subject: Re: ports/54841: Checksum mismatch on Linux-Realplayer port Date: Wed, 26 Nov 2003 17:13:03 +0100 >Submitter-Id: current-users >Originator: Daniel Ortiz >Organization: >Confidential: no >Synopsis: Re: ports/54841: Checksum mismatch on Linux-Realplayer port >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 4.9-STABLE i386 >Environment: System: FreeBSD dani 4.9-STABLE FreeBSD 4.9-STABLE #4: Fri Nov 21 09:50:17 CET 2003 root@dani:/usr/src/sys/compile/SKYDOLL i386 >How-To-Repeat: >Fix: Apply this patch --- distinfo-linux-realplayer.diff begins here --- --- /usr/ports/multimedia/linux-realplayer/distinfo Mon Mar 3 14:18:43 2003 +++ /usr/ports/multimedia/linux-realplayer/distinfo-corrected Wed Nov 26 16:17:37 2003 @@ -1,2 +1,2 @@ MD5 (rp8_linux20_libc6_i386_cs2_rpm) = 525f6f050d076148e9e02769f2055d53 -MD5 (rv9_libc6_i386_cs2.tgz) = b2fd9f4148edfd8e2a714dd57634ae1b +MD5 (rv9_libc6_i386_cs2.tgz) = b1bd70a1388232ed9f892a087a7ef152 --- distinfo-linux-realplayer.diff ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 08:30:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3911B16A4CE for ; Wed, 26 Nov 2003 08:30:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5118643FCB for ; Wed, 26 Nov 2003 08:30:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQGUQFY087007 for ; Wed, 26 Nov 2003 08:30:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQGUQQb087006; Wed, 26 Nov 2003 08:30:26 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 08:30:26 -0800 (PST) Resent-Message-Id: <200311261630.hAQGUQQb087006@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Akifyev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A48C16A4CE for ; Wed, 26 Nov 2003 08:23:05 -0800 (PST) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id C8A8943FBF for ; Wed, 26 Nov 2003 08:23:01 -0800 (PST) (envelope-from asa@mail.gascom.ru) Received: (qmail 19687 invoked by uid 1000); 26 Nov 2003 16:22:52 -0000 Message-Id: <20031126162252.19684.qmail@mail.gascom.ru> Date: 26 Nov 2003 16:22:52 -0000 From: Sergey Akifyev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: jason@mastaler.com Subject: ports/59715: [non-maintainer] turn audio/mad into metaport, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Akifyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 16:30:28 -0000 >Number: 59715 >Category: ports >Synopsis: [non-maintainer] turn audio/mad into metaport, take maintainership >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Nov 26 08:30:25 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergey Akifyev >Release: FreeBSD 4.8-RELEASE-p13 i386 >Organization: JSC Gascom >Environment: System: FreeBSD mail.gascom.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #5: Mon Oct 6 15:48:47 MSD 2003 asa@boulder.gascom.ru:/usr/src/sys/compile/SMP_STD i386 >Description: Turn MAD into the metaport; Take maintainership (as maintainer was not watching for the port for months, if not for years) Depends on PR's: 59702 59703 59704 >How-To-Repeat: >Fix: --- mad.diff begins here --- diff -ruN mad.orig/Makefile mad/Makefile --- mad.orig/Makefile Mon Oct 27 12:49:10 2003 +++ mad/Makefile Wed Nov 26 16:18:52 2003 @@ -1,51 +1,25 @@ -# New ports collection makefile for: mad -# Date created: 18 November 2000 -# Whom: Jason R. Mastaler +# New ports collection makefile for: mad +# Date created: 18 November 2000 +# Whom: Jason R. Mastaler # -# $FreeBSD: ports/audio/mad/Makefile,v 1.18 2003/10/27 09:11:26 kris Exp $ +# $FreeBSD$ # PORTNAME= mad -PORTVERSION= 0.14.2b -PORTREVISION= 3 +PORTVERSION= 0.15.0b CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.mars.org/pub/mpeg/ -MASTER_SITE_SUBDIR= mad - -MAINTAINER= jason@mastaler.com -COMMENT= High-quality MPEG audio decoder - -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext - -WANT_GNOME= yes - -USE_AUTOCONF= yes -USE_LIBTOOL= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -LIBTOOLFILES= configure libmad/configure libid3tag/configure -CONFIGURE_ARGS= --enable-shared \ - --disable-debugging \ - --enable-sso \ - --enable-accuracy -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= abxtest.1 madplay.1 - -.include - -.if ${HAVE_GNOME:Mesound}!="" -USE_GNOME+= esound -PKGNAMESUFFIX= -esound -.else -CONFIGURE_ARGS+= --without-esd -.endif - -post-patch: -# fix weird @INSTALL@ behavior caused by USE_AUTOCONF - @${FIND} ${WRKSRC} -type f -name Makefile.in | ${XARGS} -n 10 \ - ${REINPLACE_CMD} -E -e 's|^(INSTALL[[:space:]]*=).*$$|\1 ${INSTALL_DATA}|' +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty -.include +MAINTAINER= asa@gascom.ru +COMMENT= The "meta-port" for the MAD sound playback system + +RUN_DEPENDS= madplay:${PORTSDIR}/audio/madplay +LIB_DEPENDS= id3tag.2:${PORTSDIR}/audio/libid3tag + +NO_BUILD= yes + +do-install: # empty + +.include diff -ruN mad.orig/distinfo mad/distinfo --- mad.orig/distinfo Fri Nov 16 22:48:18 2001 +++ mad/distinfo Thu Jan 1 00:00:00 1970 @@ -1 +0,0 @@ -MD5 (mad-0.14.2b.tar.gz) = eb3bfbe634ba9d5b4928aa11e0f6819d diff -ruN mad.orig/files/patch-Makefile.in mad/files/patch-Makefile.in --- mad.orig/files/patch-Makefile.in Mon Oct 29 04:44:19 2001 +++ mad/files/patch-Makefile.in Thu Jan 1 00:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.in.orig Thu Apr 12 04:44:41 2001 -+++ Makefile.in Sun Aug 19 13:03:39 2001 -@@ -94,7 +94,7 @@ - - SUBDIRS = intl po libmad winamp - --bin_PROGRAMS = madplay -+bin_PROGRAMS = madplay madtime - bin_SCRIPTS = abxtest - EXTRA_PROGRAMS = madtime minimad madmix mad123 - diff -ruN mad.orig/files/patch-aa mad/files/patch-aa --- mad.orig/files/patch-aa Tue Feb 20 18:51:09 2001 +++ mad/files/patch-aa Thu Jan 1 00:00:00 1970 @@ -1,18 +0,0 @@ ---- configure.orig Fri Feb 9 18:31:26 2001 -+++ configure Thu Feb 15 19:31:10 2001 -@@ -3820,5 +3820,5 @@ - ;; - -O*|-f*) -- optimize="$1" -+ optimize="$optimize $1" - shift - ;; -@@ -5653,8 +5653,4 @@ - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" diff -ruN mad.orig/files/patch-ac mad/files/patch-ac --- mad.orig/files/patch-ac Tue Feb 20 18:51:09 2001 +++ mad/files/patch-ac Thu Jan 1 00:00:00 1970 @@ -1,9 +0,0 @@ ---- libmad/configure.orig Fri Feb 9 18:31:43 2001 -+++ libmad/configure Thu Feb 15 19:17:51 2001 -@@ -1841,5 +1841,5 @@ - ;; - -O2) -- optimize="-O" -+ optimize="-O2" - shift - ;; diff -ruN mad.orig/pkg-plist mad/pkg-plist --- mad.orig/pkg-plist Mon Jul 8 19:33:27 2002 +++ mad/pkg-plist Wed Nov 26 16:09:28 2003 @@ -1,26 +1 @@ -bin/abxtest -bin/madplay -bin/madtime -include/id3tag.h -include/mad.h -lib/libmad.a -lib/libmad.so -lib/libmad.so.1 -lib/libid3tag.a -lib/libid3tag.so -lib/libid3tag.so.1 -share/locale/en/LC_MESSAGES/mad.mo -share/locale/es/LC_MESSAGES/mad.mo -share/locale/fr/LC_MESSAGES/mad.mo -share/locale/hr/LC_MESSAGES/mad.mo -share/locale/no/LC_MESSAGES/mad.mo -@exec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true -@exec rmdir %D/share/locale/no 2>/dev/null || true -@exec rmdir %D/share/locale/hr/LC_MESSAGES 2>/dev/null || true -@exec rmdir %D/share/locale/hr 2>/dev/null || true -@exec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true -@exec rmdir %D/share/locale/fr 2>/dev/null || true -@exec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true -@exec rmdir %D/share/locale/es 2>/dev/null || true -@exec rmdir %D/share/locale/en/LC_MESSAGES 2>/dev/null || true -@exec rmdir %D/share/locale/en 2>/dev/null || true +@comment Metaports do not have files :) --- mad.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 09:10:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03BE416A4CE for ; Wed, 26 Nov 2003 09:10:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE60343FE9 for ; Wed, 26 Nov 2003 09:10:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQHAMFY091641 for ; Wed, 26 Nov 2003 09:10:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQHAMua091640; Wed, 26 Nov 2003 09:10:22 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 09:10:22 -0800 (PST) Resent-Message-Id: <200311261710.hAQHAMua091640@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, juha.nygard1@netikka.fi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 439A216A4CE for ; Wed, 26 Nov 2003 09:09:23 -0800 (PST) Received: from mbox2.netikka.net (mbox2.netikka.net [213.250.81.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE31B43FE5 for ; Wed, 26 Nov 2003 09:09:21 -0800 (PST) (envelope-from juha.nygard1@netikka.fi) Received: from 127.0.0.1 (localhost [127.0.0.1]) by mbox2-scanned.netikka.net (Postfix) with SMTP id EA25F35C0A9 for ; Wed, 26 Nov 2003 19:09:20 +0200 (EET) Received: from [213.250.81.19] (shell.netikka.fi [213.250.81.19]) by mbox2.netikka.net (Postfix) with ESMTP id C58FB35C0A6 for ; Wed, 26 Nov 2003 19:09:20 +0200 (EET) Message-Id: Date: Wed, 26 Nov 2003 19:09:20 +0200 (EET) From: juha.nygard1@netikka.fi To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59716: New port, audio/fluidsynth X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 17:10:25 -0000 >Number: 59716 >Category: ports >Synopsis: New port: audio/fluidsynth software synthesizer >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: Wed Nov 26 09:10:22 PST 2003 >Closed-Date: >Last-Modified: >Originator: Juha Nyg=E5rd >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD toukka 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #7: Sat Oc= t=20 4 14:30:41 EEST 2003 mor tal@toukka:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fluidsynth # fluidsynth/pkg-plist # fluidsynth/pkg-descr # fluidsynth/distinfo # fluidsynth/README.html # fluidsynth/Makefile # echo c - fluidsynth mkdir -p fluidsynth > /dev/null 2>&1 echo x - fluidsynth/pkg-plist sed 's/^X//' >fluidsynth/pkg-plist << 'END-of-fluidsynth/pkg-plist' Xbin/fluidsynth Xlib/libfluidsynth.la Xlib/libfluidsynth.so.1 Xlib/libfluidsynth.so Xlib/libfluidsynth.a Xinclude/fluidsynth/audio.h Xinclude/fluidsynth/event.h Xinclude/fluidsynth/gen.h Xinclude/fluidsynth/log.h Xinclude/fluidsynth/midi.h Xinclude/fluidsynth/misc.h Xinclude/fluidsynth/mod.h Xinclude/fluidsynth/ramsfont.h Xinclude/fluidsynth/seq.h Xinclude/fluidsynth/seqbind.h Xinclude/fluidsynth/settings.h Xinclude/fluidsynth/sfont.h Xinclude/fluidsynth/shell.h Xinclude/fluidsynth/synth.h Xinclude/fluidsynth/types.h Xinclude/fluidsynth/version.h Xinclude/fluidsynth/voice.h Xinclude/fluidsynth.h Xlib/pkgconfig/fluidsynth.pc X@dirrm include/fluidsynth END-of-fluidsynth/pkg-plist echo x - fluidsynth/pkg-descr sed 's/^X//' >fluidsynth/pkg-descr << 'END-of-fluidsynth/pkg-descr' XFluidSynth is a real-time software synthesizer based on the SoundFont 2 Xspecifications. It is a "software synthesizer". FluidSynth can read MIDI Xevents from the MIDI input device and render them to the audio device. XIt can also play MIDI files. X XNote: FluidSynth was previously called IIWU Synth. X XWWW: http://www.fluidsynth.org/ END-of-fluidsynth/pkg-descr echo x - fluidsynth/distinfo sed 's/^X//' >fluidsynth/distinfo << 'END-of-fluidsynth/distinfo' XMD5 (fluidsynth-1.0.3.tar.gz) =3D fbdccd05e538626888e27b58d3bdbc2b END-of-fluidsynth/distinfo echo x - fluidsynth/README.html sed 's/^X//' >fluidsynth/README.html << 'END-of-fluidsynth/README.html' X X X X X The FreeBSD Ports Collection (audio/fluidsynth) X X X X

The FreeBSD Ports Collection (audio/mikmod)

X
X X

You are now in the directory for the port "audio/fluidsynth".

X X

The package name of this port is "fluidsynth-1.0.3".

X X

This is the one-line description for this port:

X
X X

XFluidSynth is a real-time software synthesizer based on the SoundFont 2=20 specifications. It is a "software synthesizer". FluidSynth can read MIDI=20 events from the MIDI input device and render them to the audio device. It= =20 can also play MIDI files. X

X
X X

Please read the "description file" for = a X longer description and/or visit the web site for futher=20 informations.

X X

If needed, you may contact the maintainer of this port=20 or the port mailing-list.

X X

Go to the top of the ports tree= =20 for X a summary on how to use the ports collection.

X
X X

Go up one level | Go to top of ports tree

X X X END-of-fluidsynth/README.html echo x - fluidsynth/Makefile sed 's/^X//' >fluidsynth/Makefile << 'END-of-fluidsynth/Makefile' X# ports collection makefile for: mikmod304 X# Date created: 16 November 1998 X# Whom: yoshiaki Uchikawa X# X# $FreeBSD: ports/audio/mikmod/Makefile,v 1.20 2003/02/21 10:59:30 knu=20 Exp $ X# X XPORTNAME=3D fluidsynth XPORTVERSION=3D 1.0.3 XCATEGORIES=3D audio XMASTER_SITES=3D ${MASTER_SITE_SAVANNAH} XMASTER_SITE_SUBDIR=3Dfluid//stable.pkg/1.0.3 X XMAINTAINER=3D juha.nygard1@netikka.fi XCOMMENT=3D FluidSynth is a real-time software synthesizer based on=20 the SoundFont 2 specifications X XUSE_GMAKE=3D yes XGNU_CONFIGURE=3D yes XCFLAGS=3D -pthread XMAN1=3D fluidsynth.1 X X.include END-of-fluidsynth/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 09:30:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B2FB16A4CE for ; Wed, 26 Nov 2003 09:30:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C9A43FF2 for ; Wed, 26 Nov 2003 09:30:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQHULFY092182 for ; Wed, 26 Nov 2003 09:30:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQHULoa092181; Wed, 26 Nov 2003 09:30:21 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 09:30:21 -0800 (PST) Message-Id: <200311261730.hAQHULoa092181@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Holger Lamm Subject: Re: ports/59681: [patch] games/HeroesOfMightAndMagic install broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Holger Lamm List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 17:30:26 -0000 The following reply was made to PR ports/59681; it has been noted by GNATS. From: Holger Lamm To: Mathieu Arnold Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/59681: [patch] games/HeroesOfMightAndMagic install broken Date: Wed, 26 Nov 2003 18:25:58 +0100 On Wed, Nov 26, 2003 at 04:46:11PM +0100, Mathieu Arnold wrote: > Dear maintainer, there's an update in PR 59681 > > Could you approve or disapprove it ? Okay, seems fine. Holger From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 10:10:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83FF616A4CE for ; Wed, 26 Nov 2003 10:10:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35CA543F85 for ; Wed, 26 Nov 2003 10:10:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQIAOFY097979 for ; Wed, 26 Nov 2003 10:10:24 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQIAOs6097978; Wed, 26 Nov 2003 10:10:24 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 10:10:24 -0800 (PST) Resent-Message-Id: <200311261810.hAQIAOs6097978@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Burkert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA59416A4CE for ; Wed, 26 Nov 2003 10:09:49 -0800 (PST) Received: from host3.beine-computer.de (host3.beine-computer.de [80.243.45.234]) by mx1.FreeBSD.org (Postfix) with SMTP id ED26D43FB1 for ; Wed, 26 Nov 2003 10:09:43 -0800 (PST) (envelope-from burkert@host2.beine-computer.de) Received: (qmail 76665 invoked by uid 0); 26 Nov 2003 18:09:49 -0000 Received: from unknown (HELO host2.beine-computer.de) (80.243.45.233) by host3.beine-computer.de with SMTP; 26 Nov 2003 18:09:49 -0000 Received: (qmail 317 invoked by uid 1013); 26 Nov 2003 18:09:48 -0000 Message-Id: <20031126180948.316.qmail@host2.beine-computer.de> Date: 26 Nov 2003 18:09:48 -0000 From: Chris Burkert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: lyngbol@wheel.dk Subject: ports/59717: extended Daemon theme X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Burkert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 18:10:26 -0000 >Number: 59717 >Category: ports >Synopsis: extended Daemon theme >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: Wed Nov 26 10:10:23 PST 2003 >Closed-Date: >Last-Modified: >Originator: Chris Burkert >Release: FreeBSD 5.1-RELEASE i386 >Organization: private >Environment: System: FreeBSD localhost 5.1-RELEASE FreeBSD 5.1-RELEASE #3: Thu Nov 20 16:56:10 CET 2003 chbu@localhost:/usr/src/sys/i386/compile/BANIAS-5.1 i386 >Description: Just 2 new pictures of the Deamon theme of xpenguins. >How-To-Repeat: >Fix: --- xpenguins.diff begins here --- diff -ruN /usr/ports/games/xpenguins/Makefile /home/chbu/tmp/Makefile --- /usr/ports/games/xpenguins/Makefile Fri Aug 15 10:44:16 2003 +++ /home/chbu/tmp/Makefile Wed Nov 26 18:38:38 2003 @@ -12,7 +12,7 @@ MASTER_SITES= http://xpenguins.seul.org/ \ http://www.chrisburkert.de/download/unix/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - xpenguins-daemon-1.0.tar.gz + xpenguins-daemon-1.1.tar.gz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= lyngbol@wheel.dk @@ -26,6 +26,6 @@ post-install: /usr/bin/umask 0222 && \ - ${TAR} zx --no-same-owner -f ${DISTDIR}/xpenguins-daemon-1.0.tar.gz -C ${DATADIR}/themes + ${TAR} zx --no-same-owner -f ${DISTDIR}/xpenguins-daemon-1.1.tar.gz -C ${DATADIR}/themes .include diff -ruN /usr/ports/games/xpenguins/distinfo /home/chbu/tmp/distinfo --- /usr/ports/games/xpenguins/distinfo Fri Aug 15 10:44:16 2003 +++ /home/chbu/tmp/distinfo Wed Nov 26 18:44:06 2003 @@ -1,2 +1,2 @@ MD5 (xpenguins-2.2.tar.gz) = 2ccf555d55f9b0377017322b3b3d27a4 -MD5 (xpenguins-daemon-1.0.tar.gz) = 2b422a6c99daa322447118c85a40688b +MD5 (xpenguins-daemon-1.1.tar.gz) = e2ba08769d7913f1cd408a0e2b2addcc diff -ruN /usr/ports/games/xpenguins/pkg-plist /home/chbu/tmp/pkg-plist --- /usr/ports/games/xpenguins/pkg-plist Fri Aug 15 10:44:16 2003 +++ /home/chbu/tmp/pkg-plist Wed Nov 26 18:42:35 2003 @@ -74,6 +74,8 @@ share/xpenguins/themes/Daemon/daemon.png share/xpenguins/themes/Daemon/walker.xpm share/xpenguins/themes/Daemon/faller.xpm +share/xpenguins/themes/Daemon/explosion.xpm +share/xpenguins/themes/Daemon/exit.xpm @dirrm share/xpenguins/themes/Turtles @dirrm share/xpenguins/themes/Penguins @dirrm share/xpenguins/themes/Classic_Penguins --- xpenguins.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 10:50:09 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E8A016A4CE for ; Wed, 26 Nov 2003 10:50:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE46743FD7 for ; Wed, 26 Nov 2003 10:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQIo7FY003293 for ; Wed, 26 Nov 2003 10:50:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQIo7xU003292; Wed, 26 Nov 2003 10:50:07 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 10:50:07 -0800 (PST) Message-Id: <200311261850.hAQIo7xU003292@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Espen Skoglund Subject: Re: ports/59076: An update for multimedia/xmms port (new knob) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Espen Skoglund List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 18:50:09 -0000 The following reply was made to PR ports/59076; it has been noted by GNATS. From: Espen Skoglund To: freebsd-gnats-submit@FreeBSD.org, be9-ml@be9.ru Cc: Subject: Re: ports/59076: An update for multimedia/xmms port (new knob) Date: Wed, 26 Nov 2003 19:43:20 +0100 --4KCQ6SpJK4 Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Here's a less intrusive version of the patch. Note that doing "subdir:group" for MASTER_SITE_SUBDIR does for some reason not work. A little workaround (hack) is therefore required. --4KCQ6SpJK4 Content-Type: application/octet-stream Content-Disposition: attachment; filename="xmms.diff" Content-Transfer-Encoding: base64 ZGlmZiAtcnVOIHhtbXMub3JpZy9NYWtlZmlsZSB4bW1zL01ha2VmaWxlCi0tLSB4bW1zLm9y aWcvTWFrZWZpbGUJV2VkIE5vdiAyNiAxNzo0MTowNSAyMDAzCisrKyB4bW1zL01ha2VmaWxl CVdlZCBOb3YgMjYgMTk6MzQ6MTIgMjAwMwpAQCAtMTIsNiArMTIsNyBAQAogTUFTVEVSX1NJ VEVTPQlmdHA6Ly9mdHAueG1tcy5vcmcvcHViL3htbXMvMS4yLngvIFwKIAkJaHR0cDovL3d3 dy54bW1zLm9yZy9maWxlcy8xLjIueC8gXAogCQlmdHA6Ly9mdHAuc3VuZXQuc2UvcHViL211 bHRpbWVkaWEveG1tcy8xLjIueC8KK0RJU1RGSUxFUz0JJHtESVNUTkFNRX0ke0VYVFJBQ1Rf U1VGWH0KIAogTUFJTlRBSU5FUj89CWVza0BpcmEudWthLmRlCiBDT01NRU5UPz0JWCBNdWx0 aW1lZGlhIFN5c3RlbSAtLS0gQW4gYXVkaW8gcGxheWVyIHdpdGggYSBXaW5hbXAgR1VJCkBA IC00Myw2ICs0NCwxNCBAQAogCiBDT05GSUdVUkVfQVJHUys9CS0tZW5hYmxlLWlwdjYKIAor LmlmIGRlZmluZWQoV0lUSF9FTkNPRElOR19QQVRDSCkKK0VOQ19QQVRDSExFVkVMPQkyMi4y CitESVNURklMRVMrPQkke1BPUlROQU1FfS0ke1BPUlRWRVJTSU9OfS1yZWNvZGUtY3NhJHtF TkNfUEFUQ0hMRVZFTH0ke0VYVFJBQ1RfU1VGWH06ZW5jCitNQVNURVJfU0lURVMrPQkke01B U1RFUl9TSVRFX1NPVVJDRUZPUkdFOlMvJC86ZW5jL30KKyNNQVNURVJfU0lURV9TVUJESVIr PQlydXN4bW1zOmVuYwkJIyMgRG9lcyBub3Qgd29yaworX01BU1RFUl9TSVRFX1NVQkRJUl9l bmM9CXJ1c3htbXMKKy5lbmRpZgorCiAuaWYgIWRlZmluZWQoV0lUSE9VVF9NSUtNT0QpCiBM SUJfREVQRU5EUys9CW1pa21vZC4yOiR7UE9SVFNESVJ9L2F1ZGlvL2xpYm1pa21vZAogSU5Q VVRfUExVR0lOUys9CW1pa21vZApAQCAtMTExLDYgKzEyMCw5IEBACiAuZW5kaWYKIAogcG9z dC1wYXRjaDoKKy5pZiBkZWZpbmVkKFdJVEhfRU5DT0RJTkdfUEFUQ0gpCisJQCR7UEFUQ0h9 IC1zIC1wMSAtZCAke1dSS1NSQ30gPCAke1dSS0RJUn0veG1tcy1kcy1yZWNvZGUucGF0Y2gK Ky5lbmRpZgogCUAke0ZJTkR9ICR7V1JLU1JDfSAtbmFtZSAiTWFrZWZpbGUuaW4qIiB8ICR7 WEFSR1N9ICR7UkVJTlBMQUNFX0NNRH0gLWUgXAogCQkgJ3N8XChkYXRhZGlyXCkvYWNsb2Nh bHwocHJlZml4KS9zaGFyZS9hY2xvY2FsfGcnCiAJQCR7UkVJTlBMQUNFX0NNRH0gLWUgJ3N8 e2RhdGFkaXJ9L2xvY2FsZXx7cHJlZml4fS9zaGFyZS9sb2NhbGV8ZycgXApkaWZmIC1ydU4g eG1tcy5vcmlnL2Rpc3RpbmZvIHhtbXMvZGlzdGluZm8KLS0tIHhtbXMub3JpZy9kaXN0aW5m bwlXZWQgTm92IDI2IDE3OjQxOjA1IDIwMDMKKysrIHhtbXMvZGlzdGluZm8JV2VkIE5vdiAy NiAxODoyOTozNSAyMDAzCkBAIC0xICsxLDIgQEAKIE1ENSAoeG1tcy0xLjIuOC50YXIuYnoy KSA9IGQ1MjM3MzViNTkyMzJmMGVlZGQ0NWRjMmI3YTRmNWFkCitNRDUgKHhtbXMtMS4yLjgt cmVjb2RlLWNzYTIyLjIudGFyLmJ6MikgPSBjMzEyMjU3YWRiOGQwNWQ0ZjU5N2EwYzhjOGM4 ZDQwZQo= --4KCQ6SpJK4-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 11:00:41 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3AA916A4CF for ; Wed, 26 Nov 2003 11:00:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2088043FF3 for ; Wed, 26 Nov 2003 11:00:40 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQJ0dFY042635 for ; Wed, 26 Nov 2003 11:00:39 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQJ0co8042633; Wed, 26 Nov 2003 11:00:38 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 11:00:38 -0800 (PST) Message-Id: <200311261900.hAQJ0co8042633@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: oleg dashevskii Subject: Re: ports/59076: An update for multimedia/xmms port (new knob) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: oleg dashevskii List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 19:00:41 -0000 The following reply was made to PR ports/59076; it has been noted by GNATS. From: oleg dashevskii To: Espen Skoglund Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/59076: An update for multimedia/xmms port (new knob) Date: Thu, 27 Nov 2003 00:55:29 +0600 On Wed, Nov 26, 2003 at 07:43:20PM +0100, Espen Skoglund wrote: Content-Description: message body text > Here's a less intrusive version of the patch. Note that doing > "subdir:group" for MASTER_SITE_SUBDIR does for some reason not work. > A little workaround (hack) is therefore required. Ah, that's ok. I used :dist due to the same reason of something having been broken. More intrusive, less hack. You preferred less intrusive, more hack, that's it. :-) -- be9 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 11:00:42 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F8C416A4CE for ; Wed, 26 Nov 2003 11:00:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84D5D43FE9 for ; Wed, 26 Nov 2003 11:00:36 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQJ0aFY042622 for ; Wed, 26 Nov 2003 11:00:36 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQJ0a8E042621; Wed, 26 Nov 2003 11:00:36 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 11:00:36 -0800 (PST) Resent-Message-Id: <200311261900.hAQJ0a8E042621@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, esk@ira.uka.de Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E59F216A4CE for ; Wed, 26 Nov 2003 10:53:23 -0800 (PST) Received: from iramx2.ira.uni-karlsruhe.de (iramx2.ira.uni-karlsruhe.de [141.3.10.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id A85B643FE5 for ; Wed, 26 Nov 2003 10:53:22 -0800 (PST) (envelope-from esk@ira.uka.de) Received: from irams1.ira.uni-karlsruhe.de ([141.3.10.5] helo=irams1.ira.uka.de) by iramx2.ira.uni-karlsruhe.de with esmtp (Exim 3.30 #10 (Debian)) id 1AP4mu-00056e-00 for ; Wed, 26 Nov 2003 19:53:20 +0100 Received: from i30pc5.ibds.uni-karlsruhe.de ([141.3.40.155] helo=i30pc5.ira.uka.de) by irams1.ira.uka.de with esmtp (Exim 3.30 #7 (Debian)) for id 1AP4mu-0007hX-00; Wed, 26 Nov 2003 19:53:20 +0100 Received: from i30nb20 ([141.3.40.70] helo=i30nb20.os.uka.de) by i30pc5.ira.uka.de with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 1AP4mt-0007ZT-T5 for FreeBSD-gnats-submit@freebsd.org; Wed, 26 Nov 2003 19:53:19 +0100 Received: from i30nb20.os.uka.de (localhost [127.0.0.1]) by i30nb20.os.uka.de (8.12.6p2/8.12.6) with ESMTP id hAQIrCR8055956 for ; Wed, 26 Nov 2003 19:53:12 +0100 (CET) (envelope-from esk@i30nb20.os.uka.de) Received: (from esk@localhost) by i30nb20.os.uka.de (8.12.6p2/8.12.6/Submit) id hAQIrC6k055955; Wed, 26 Nov 2003 19:53:12 +0100 (CET) (envelope-from esk) Message-Id: <200311261853.hAQIrC6k055955@i30nb20.os.uka.de> Date: Wed, 26 Nov 2003 19:53:12 +0100 (CET) From: Espen Skoglund To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59718: MASTER_SITE_SUBDIR:group does not work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: esk@ira.uka.de List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 19:00:42 -0000 >Number: 59718 >Category: ports >Synopsis: MASTER_SITE_SUBDIR:group does not work >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 26 11:00:36 PST 2003 >Closed-Date: >Last-Modified: >Originator: Espen Skoglund >Release: FreeBSD 5.0-RELEASE-p10 i386 >Organization: Karlsruhe University >Environment: >Description: Specifying "subdir:group" for MASTER_SITE_SUBDIR does for some reason not work. Case of point: The last patch submitted in http://www.freebsd.org/cgi/query-pr.cgi?pr=59076 specifies "MASTER_SITE_SUBDIR += rusxmms:enc", but bsd.port.mk fails to generate a _MASTER_SITE_SUBDIR_enc variable. When I generate this variable manually the patch above works fine. My ports directory is dated Wed Nov 26 19:48:04 CET 2003. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 11:20:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 949C716A4CF for ; Wed, 26 Nov 2003 11:20:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF11243FA3 for ; Wed, 26 Nov 2003 11:20:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQJKHFY014478 for ; Wed, 26 Nov 2003 11:20:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQJKHxn014464; Wed, 26 Nov 2003 11:20:17 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 11:20:17 -0800 (PST) Message-Id: <200311261920.hAQJKHxn014464@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Espen Skoglund Subject: Re: ports/59718: MASTER_SITE_SUBDIR:group does not work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Espen Skoglund List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 19:20:18 -0000 The following reply was made to PR ports/59718; it has been noted by GNATS. From: Espen Skoglund To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/59718: MASTER_SITE_SUBDIR:group does not work Date: Wed, 26 Nov 2003 20:16:08 +0100 Sorry. I was a bit too fast with this one. This is a duplicate of a more thorough PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/58853 eSk From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 11:30:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C76516A4CF for ; Wed, 26 Nov 2003 11:30:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 450AC43F93 for ; Wed, 26 Nov 2003 11:30:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQJUHFY021132 for ; Wed, 26 Nov 2003 11:30:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQJUHdb021131; Wed, 26 Nov 2003 11:30:17 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 11:30:17 -0800 (PST) Message-Id: <200311261930.hAQJUHdb021131@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Guido Falsi Subject: Re: ports/54498: gnokii port upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Guido Falsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 19:30:25 -0000 The following reply was made to PR ports/54498; it has been noted by GNATS. From: Guido Falsi To: freebsd-gnats-submit@FreeBSD.org, mad@madpilot.net Cc: Subject: Re: ports/54498: gnokii port upgrade Date: Wed, 26 Nov 2003 20:26:34 +0100 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I'm attaching a further diff (from the port as is in the ports tree) from the port to upgrade it to 0.5.6, the latest version(lots of bugs fixed). I hope someone's going to look soon at it. Thanks in advace! -- Guido Falsi --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="gnokii.diff" diff -ruN gnokii.old/Makefile gnokii/Makefile --- gnokii.old/Makefile Wed Nov 26 20:20:47 2003 +++ gnokii/Makefile Wed Nov 26 14:47:58 2003 @@ -2,25 +2,50 @@ # Date created: 15 March 1999 # Whom: staffanu # -# $FreeBSD: ports/comms/gnokii/Makefile,v 1.23 2003/10/19 20:00:26 anders Exp $ +# $FreeBSD: ports/comms/gnokii/Makefile,v 1.20 2003/05/20 23:52:47 anders Exp $ # PORTNAME= gnokii -PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTVERSION= 0.5.6 PORTEPOCH= 1 CATEGORIES= comms -MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ \ - http://freesoftware.fsf.org/download/gnokii/ \ +MASTER_SITES= http://savannah.nongnu.org/download/gnokii/ \ ftp://ftp.gnokii.org/pub/gnokii/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org COMMENT= Tools to talk to Nokia cellular phones LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +# If smsd is enabled check if MySQL or PostgreSQL are installed and +# build the modules, no switches to make this port build those, if +# you want them, just install them before this port. The port will +# then activate a dependency. +.if !defined(WITH_SMSD) +PLIST_SUB+= SMSD='@comment ' +PLIST_SUB+= PGM='@comment ' +PLIST_SUB+= MSM='@comment ' +.else +PLIST_SUB+= SMSD='' +.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so) +LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +PLIST_SUB+= MSM='' +WITH_MYSQL= yes +.else +PLIST_SUB+= MSM='@comment ' +.endif +.if exists(${LOCALBASE}/lib/libpq.so) +LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} +PLIST_SUB+= PGM='' +WITH_PGSQL= yes +.else +PLIST_SUB+= PGM='@comment ' +.endif +.endif + USE_REINPLACE= yes USE_GMAKE= yes +USE_BZIP2= yes .if !defined(WITHOUT_X11) USE_XPM= yes USE_GNOME= gtk12 @@ -30,19 +55,20 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} --enable-security \ - --with-xgnokiidir=${PREFIX}/share + --with-xgnokiidir=${PREFIX}/share --enable-debug .if defined(WITHOUT_X11) CONFIGURE_ARGS+= --without-x PLIST_SUB+= X11='@comment ' .else PLIST_SUB+= X11='' .endif + CONFIGURE_ENV+= MSGFMT="${LOCALBASE}/bin/msgfmt" \ XGETTEXT="${LOCALBASE}/bin/xgettext" \ CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -MAN1= gnokii.1 todologo.1 +MAN1= gnokii.1 todologo.1 ppm2nokia.1 sendsms.1 todologo.1 .if !defined(WITHOUT_X11) MAN1+= xgnokii.1 .endif @@ -54,6 +80,16 @@ FIXPREFIX= Docs/man/gnokiid.8 Docs/DataCalls-QuickStart Docs/README \ common/cfgreader.c po/et.po po/sl.po +pre-fetch: + @${ECHO} + @${ECHO} "If you plan using the smsd daemon for automatically receiving," + @${ECHO} "managing and sending SMSes define WITH_SMSD=yes." + @${ECHO} "smsd has support for normal file system operations, MySQL and" + @${ECHO} "PostgreSQL. If any of these 2 database systems are installed support" + @${ECHO} "will be automatically compiled in. Normal file systems support is" + @${ECHO} "always compiled in." + @${ECHO} + post-patch: .for f in ${FIXPREFIX} @${REINPLACE_CMD} -e "s:/etc/gnokiirc:${PREFIX}/etc/gnokiirc:g" \ @@ -66,6 +102,18 @@ ${WRKSRC}/${f} .endfor +post-build: +.if defined(WITH_SMSD) + @cd ${WRKSRC}/smsd && ${GMAKE} all + @cd ${WRKSRC}/smsd && ${GMAKE} libfile.so +.if defined(WITH_MYSQL) + @cd ${WRKSRC}/smsd && ${GMAKE} libmysql.so +.endif +.if defined(WITH_PGSQL) + @cd ${WRKSRC}/smsd && ${GMAKE} libpq.so +.endif +.endif + pre-install: @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @@ -74,6 +122,21 @@ @(cd ${WRKSRC} && ${GMAKE} install-docs) ${INSTALL_DATA} ${WRKSRC}/Docs/sample/gnokiirc \ ${PREFIX}/etc/gnokiirc.sample +.if defined(WITH_SMSD) + ${MKDIR} ${PREFIX}/share/smsd + ${INSTALL_PROGRAM} ${WRKSRC}/smsd/smsd ${PREFIX}/sbin/smsd + ${INSTALL_SCRIPT} ${WRKSRC}/smsd/action ${PREFIX}/share/smsd/action + ${INSTALL_DATA} ${WRKSRC}/smsd/README ${PREFIX}/share/smsd/README + ${INSTALL_PROGRAM} ${WRKSRC}/smsd/libfile.so ${PREFIX}/share/smsd/libfile.so +.if defined(WITH_MYSQL) + ${INSTALL_PROGRAM} ${WRKSRC}/smsd/libmysql.so ${PREFIX}/share/smsd/libmysql.so + ${INSTALL_DATA} ${WRKSRC}/smsd/sms.tables.mysql.sql ${PREFIX}/share/smsd/sms.tables.mysql.sql +.endif +.if defined(WITH_PGSQL) + ${INSTALL_PROGRAM} ${WRKSRC}/smsd/libpq.so ${PREFIX}/share/smsd/libpq.so + ${INSTALL_DATA} ${WRKSRC}/smsd/sms.tables.pq.sql ${PREFIX}/share/smsd/sms.tables.pq.sql +.endif +.endif @${CAT} ${PKGMESSAGE} .include diff -ruN gnokii.old/README.html gnokii/README.html --- gnokii.old/README.html Wed Nov 26 20:20:47 2003 +++ gnokii/README.html Tue Sep 30 19:19:38 2003 @@ -11,7 +11,7 @@

You are now in the directory for the port "comms/gnokii".

-

The package name of this port is "gnokii-0.5.0,1".

+

The package name of this port is "gnokii-0.4.3,1".

This is the one-line description for this port:


@@ -28,9 +28,9 @@ "mailto:anders@FreeBSD.org">maintainer of this port or the port mailing-list.

-

This port requires package(s) "XFree86-libraries-4.3.0_5 expat-1.95.6_1 fontconfig-2.2.0 freetype2-2.1.4_1 gettext-0.11.5_1 glib-1.2.10_9 gmake-3.80 gtk-1.2.10_9 imake-4.3.0 libiconv-1.8_2 perl-5.6.1_13 pkgconfig-0.15.0" to build.

+

This port requires package(s) "XFree86-libraries-4.3.0_4 expat-1.95.6_1 fontconfig-2.2.0 freetype2-2.1.4_1 gettext-0.11.5_1 glib-1.2.10_9 gmake-3.80 gtk-1.2.10_9 imake-4.3.0 libiconv-1.8_2 perl-5.6.1_13 pkgconfig-0.15.0" to build.

-

This port requires package(s) "XFree86-libraries-4.3.0_5 expat-1.95.6_1 fontconfig-2.2.0 freetype2-2.1.4_1 gettext-0.11.5_1 glib-1.2.10_9 gtk-1.2.10_9 imake-4.3.0 libiconv-1.8_2 perl-5.6.1_13 pkgconfig-0.15.0" to run.

+

This port requires package(s) "XFree86-libraries-4.3.0_4 expat-1.95.6_1 fontconfig-2.2.0 freetype2-2.1.4_1 gettext-0.11.5_1 glib-1.2.10_9 gtk-1.2.10_9 imake-4.3.0 libiconv-1.8_2 perl-5.6.1_13 pkgconfig-0.15.0" to run.

Go to the top of the ports tree for a summary on how to use the ports collection.

diff -ruN gnokii.old/distinfo gnokii/distinfo --- gnokii.old/distinfo Wed Nov 26 20:20:47 2003 +++ gnokii/distinfo Wed Nov 26 14:51:07 2003 @@ -1 +1 @@ -MD5 (gnokii-0.5.0.tar.gz) = 30c8f3e2c6ef684578500cba088006df +MD5 (gnokii-0.5.6.tar.bz2) = 98b3cd228aa2843f5e29af39887ec419 diff -ruN gnokii.old/files/patch-Docs-Makefile gnokii/files/patch-Docs-Makefile --- gnokii.old/files/patch-Docs-Makefile Wed Nov 26 20:20:47 2003 +++ gnokii/files/patch-Docs-Makefile Tue Sep 30 19:19:38 2003 @@ -1,6 +1,6 @@ ---- Docs/Makefile.orig Tue May 20 20:53:33 2003 -+++ Docs/Makefile Tue May 20 20:54:25 2003 -@@ -62,6 +62,7 @@ +--- Docs/Makefile.orig Tue Jul 8 23:23:28 2003 ++++ Docs/Makefile Tue Jul 8 23:24:48 2003 +@@ -63,6 +63,7 @@ @echo install: @@ -8,12 +8,12 @@ $(INSTALL) -d $(DESTDIR)$(docdir) $(INSTALL) -d $(DESTDIR)$(docdir)/sample/logo $(INSTALL) -d $(DESTDIR)$(docdir)/sample/ringtone -@@ -78,10 +79,10 @@ - $(INSTALL) $(GNOKII1_MAN) $(DESTDIR)$(man1dir) - $(INSTALL) $(GNOKII8_MAN) $(DESTDIR)$(man8dir) +@@ -79,10 +80,10 @@ + $(INSTALL_DATA) $(GNOKII1_MAN) $(DESTDIR)$(man1dir) + $(INSTALL_DATA) $(GNOKII8_MAN) $(DESTDIR)$(man8dir) if [ "x$(HAVE_XGNOKII)" = "xyes" ]; then \ - $(INSTALL) -d $(DESTDIR)$(xmandir); \ -- $(INSTALL) $(XGNOKII_MAN) $(DESTDIR)$(xmandir); \ +- $(INSTALL_DATA) $(XGNOKII_MAN) $(DESTDIR)$(xmandir); \ + $(INSTALL) $(XGNOKII_MAN) $(DESTDIR)/$(xmandir)/xgnokii.1; \ fi @echo "done" diff -ruN gnokii.old/files/patch-Makefile.global.in gnokii/files/patch-Makefile.global.in --- gnokii.old/files/patch-Makefile.global.in Wed Nov 26 20:20:47 2003 +++ gnokii/files/patch-Makefile.global.in Tue Sep 30 19:19:38 2003 @@ -1,6 +1,6 @@ ---- Makefile.global.in.orig Tue May 20 20:34:17 2003 -+++ Makefile.global.in Tue May 20 20:37:15 2003 -@@ -22,14 +22,14 @@ +--- Makefile.global.in.orig Tue Jul 8 23:33:22 2003 ++++ Makefile.global.in Tue Jul 8 23:33:03 2003 +@@ -22,15 +22,15 @@ bindir = @bindir@ sbindir = @sbindir@ @@ -10,8 +10,9 @@ -xgnokii_libdir = @XGNOKIIDIR@/share/@XPACKAGE@ +xgnokii_libdir = ${prefix}/share/@XPACKAGE@ includedir = @includedir@ - man1dir = @mandir@/man1/ - man8dir = @mandir@/man8/ + mandir = @mandir@ + man1dir = ${mandir}/man1/ + man8dir = ${mandir}/man8/ -xmandir = @XGNOKIIDIR@/man/man1/ -docdir = ${prefix}/doc/${PACKAGE} +xmandir = ${man1dir} diff -ruN gnokii.old/files/patch-common-Makefile gnokii/files/patch-common-Makefile --- gnokii.old/files/patch-common-Makefile Wed Nov 26 20:20:47 2003 +++ gnokii/files/patch-common-Makefile Fri Oct 10 22:28:46 2003 @@ -1,24 +1,30 @@ ---- common/Makefile.orig Tue May 20 21:04:08 2003 -+++ common/Makefile Tue May 20 21:21:55 2003 -@@ -41,15 +41,12 @@ - misc.o \ +--- common/Makefile.orig Wed Oct 8 18:31:01 2003 ++++ common/Makefile Fri Oct 10 21:58:52 2003 +@@ -44,13 +44,10 @@ snprintf.o + ifndef WIN32_CROSS -ifdef NO_SHARED -GNOKII_LIB=libgnokii.a -else -+GNOKII_LIBNOSHARED =libgnokii.a ++GNOKII_LIBNOSHARED=libgnokii.a GNOKII_LIB =libgnokii.so GNOKII_LIBM =$(GNOKII_LIB).$(MAJOR_NUMBER) GNOKII_LIBMM=$(GNOKII_LIBM).$(MINOR_NUMBER) -endif + else + ifdef NO_SHARED + GNOKII_LIB=gnokii.lib +@@ -59,7 +56,7 @@ + endif + endif -all: $(GNOKII_LIB) +all: $(GNOKII_LIB) $(GNOKII_LIBNOSHARED) phones/PHONES.o: $(MAKE) -C phones PHONES.o -@@ -64,8 +61,7 @@ +@@ -74,8 +71,7 @@ $(CC) -o gnokii-debug $(OBJS) phones/PHONES.o links/LINKS.o devices/DEVICES.o ../gnokii/gnokii.o libgnokii.so: $(OBJS) phones/PHONES.o links/LINKS.o devices/DEVICES.o @@ -28,7 +34,7 @@ ln -sf $(GNOKII_LIBM) $(GNOKII_LIB) libgnokii.a: $(OBJS) phones/PHONES.o links/LINKS.o devices/DEVICES.o -@@ -84,8 +80,8 @@ +@@ -102,8 +98,8 @@ install: $(INSTALL) -d $(DESTDIR)$(libdir) @@ -38,4 +44,4 @@ + $(INSTALL) $(GNOKII_LIBNOSHARED) $(DESTDIR)$(libdir) cd $(DESTDIR)$(libdir) && ln -sf $(GNOKII_LIBM) $(GNOKII_LIB) $(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig - $(INSTALL) gnokii.pc $(DESTDIR)$(libdir)/pkgconfig + $(INSTALL_DATA) gnokii.pc $(DESTDIR)$(libdir)/pkgconfig diff -ruN gnokii.old/files/patch-smsd-Makefile gnokii/files/patch-smsd-Makefile --- gnokii.old/files/patch-smsd-Makefile Thu Jan 1 01:00:00 1970 +++ gnokii/files/patch-smsd-Makefile Fri Oct 10 22:41:59 2003 @@ -0,0 +1,50 @@ +--- smsd/Makefile.orig Fri Oct 10 22:38:59 2003 ++++ smsd/Makefile Fri Oct 10 22:41:33 2003 +@@ -21,14 +21,14 @@ + SMSD_MAN=man/smsd.8 + + CFLAGS += -DMODULES_DIR=\"${libdir}/smsd\" $(PTHREAD_CFLAGS) \ +- $(shell $(GLIBCFLAGS)) ++ $(shell $(GLIBCFLAGS)) -I/usr/local/include `glib-config --cflags` + + LDLIBS += $(PTHREAD_LIBS) \ + $(shell $(GLIBLDLIBS)) + +-LDLIBS += -s -rdynamic -L$(TOPDIR)/common -lgnokii -ldl ++# LDLIBS += -s -rdynamic -L$(TOPDIR)/common -lgnokii -ldl + # Some systems, eg. FreeBSD don't have libdl. Use this: +-# LDLIBS += -s -rdynamic -L$(TOPDIR)/common -lgnokii ++LDLIBS += -s -rdynamic -L$(TOPDIR)/common -lgnokii + + ifdef XPM_LIBS + LDLIBS +=$(XPM_LIBS) +@@ -41,7 +41,7 @@ + + + smsd: $(OBJS) $(TOPDIR)/common/libgnokii.so +- gcc $(LDFLAGS) $(OBJS) $(LDLIBS) -o $@ ++ $(CC) $(LDFLAGS) $(OBJS) $(LDLIBS) -o $@ + + + ### DB Modules +@@ -50,17 +50,17 @@ + + # PostgreSQL support + libpq.so: smsd.h pq.c +- gcc -s -shared -o libpq.so $(CFLAGS) -I../include \ ++ $(CC) -s -shared -o libpq.so $(CFLAGS) -I../include \ + -I/usr/include/pgsql pq.c $(shell $(GLIBLDLIBS)) -lpq + + # MySQL support + libmysql.so: smsd.h mysql.c +- gcc -s -shared -o libmysql.so $(CFLAGS) -I../include \ ++ $(CC) -s -shared -o libmysql.so $(CFLAGS) -I../include \ + $(shell mysql_config --cflags) mysql.c $(shell $(GLIBLDLIBS)) $(shell mysql_config --libs) + + # File support + libfile.so: smsd.h file.c +- gcc -s -shared -o libfile.so $(CFLAGS) -I../include \ ++ $(CC) -s -shared -o libfile.so $(CFLAGS) -I../include \ + file.c $(shell $(GLIBLDLIBS)) + + ### End of DB Modules diff -ruN gnokii.old/pkg-message gnokii/pkg-message --- gnokii.old/pkg-message Wed Nov 26 20:20:47 2003 +++ gnokii/pkg-message Tue Sep 30 19:19:38 2003 @@ -7,4 +7,7 @@ Add the users that shall be authorized to run gnokii programs to the gnokii group. + +NOTE: if you have anabled and plan using the smsd program check +${PREFIX}/share/smsd/README ================================================================================ diff -ruN gnokii.old/pkg-plist gnokii/pkg-plist --- gnokii.old/pkg-plist Wed Nov 26 20:20:47 2003 +++ gnokii/pkg-plist Sat Oct 11 00:41:36 2003 @@ -24,64 +24,77 @@ lib/pkgconfig/gnokii.pc sbin/gnokiid sbin/mgnokiidev -%%PORTDOCS%%%%DOCSDIR%%/Bugs -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/DataCalls-QuickStart -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README-2110 -%%PORTDOCS%%%%DOCSDIR%%/README-3810 -%%PORTDOCS%%%%DOCSDIR%%/README-6110 -%%PORTDOCS%%%%DOCSDIR%%/README-6510 -%%PORTDOCS%%%%DOCSDIR%%/README-7110 -%%PORTDOCS%%%%DOCSDIR%%/README-MacOSX -%%PORTDOCS%%%%DOCSDIR%%/README-WIN32 -%%PORTDOCS%%%%DOCSDIR%%/README-dancall -%%PORTDOCS%%%%DOCSDIR%%/README-ericsson -%%PORTDOCS%%%%DOCSDIR%%/README-siemens -%%PORTDOCS%%%%DOCSDIR%%/README.libsms -%%PORTDOCS%%%%DOCSDIR%%/gettext-howto -%%PORTDOCS%%%%DOCSDIR%%/gnokii-IrDA-Linux -%%PORTDOCS%%%%DOCSDIR%%/gnokii-hackers-howto -%%PORTDOCS%%%%DOCSDIR%%/gnokii-ir-howto -%%PORTDOCS%%%%DOCSDIR%%/logos.txt -%%PORTDOCS%%%%DOCSDIR%%/packaging-howto -%%PORTDOCS%%%%DOCSDIR%%/ringtones.txt -%%PORTDOCS%%%%DOCSDIR%%/sample/gnokiirc -%%PORTDOCS%%%%DOCSDIR%%/sample/logo/bronto.xpm -%%PORTDOCS%%%%DOCSDIR%%/sample/logo/gnokii.xpm -%%PORTDOCS%%%%DOCSDIR%%/sample/logo/gnokiiop.xpm -%%PORTDOCS%%%%DOCSDIR%%/sample/logo/horse.xpm -%%PORTDOCS%%%%DOCSDIR%%/sample/logo/horse2.xpm -%%PORTDOCS%%%%DOCSDIR%%/sample/logo/pacman.xpm -%%PORTDOCS%%%%DOCSDIR%%/sample/magic -%%PORTDOCS%%%%DOCSDIR%%/sample/ppp/cimd-connect -%%PORTDOCS%%%%DOCSDIR%%/sample/ppp/options -%%PORTDOCS%%%%DOCSDIR%%/sample/ppp/pap-secrets -%%PORTDOCS%%%%DOCSDIR%%/sample/ppp/ppp-6210-modem -%%PORTDOCS%%%%DOCSDIR%%/sample/ppp/ppp-FILES -%%PORTDOCS%%%%DOCSDIR%%/sample/ppp/ppp-gnokii -%%PORTDOCS%%%%DOCSDIR%%/sample/ppp/ppp-hscsd -%%PORTDOCS%%%%DOCSDIR%%/sample/ppp/ppp-on -%%PORTDOCS%%%%DOCSDIR%%/sample/ringtone/star.imelody -%%PORTDOCS%%%%DOCSDIR%%/sample/ringtone/star.rtttl -%%PORTDOCS%%%%DOCSDIR%%/sample/vCalendar/test.vcs -%%PORTDOCS%%@dirrm %%DOCSDIR%%/sample/logo -%%PORTDOCS%%@dirrm %%DOCSDIR%%/sample/ringtone -%%PORTDOCS%%@dirrm %%DOCSDIR%%/sample/vCalendar -%%PORTDOCS%%@dirrm %%DOCSDIR%%/sample/vCard -%%PORTDOCS%%@dirrm %%DOCSDIR%%/sample/ppp -%%PORTDOCS%%@dirrm %%DOCSDIR%%/sample -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@exec mkdir -m 755 %D/%%DOCSDIR%%/sample/vCard +%%SMSD%%sbin/smsd +%%PORTDOCS%%share/doc/gnokii/Bugs +%%PORTDOCS%%share/doc/gnokii/CREDITS +%%PORTDOCS%%share/doc/gnokii/DataCalls-QuickStart +%%PORTDOCS%%share/doc/gnokii/gnokii.nol +%%PORTDOCS%%share/doc/gnokii/README +%%PORTDOCS%%share/doc/gnokii/README-2110 +%%PORTDOCS%%share/doc/gnokii/README-3810 +%%PORTDOCS%%share/doc/gnokii/README-6110 +%%PORTDOCS%%share/doc/gnokii/README-6510 +%%PORTDOCS%%share/doc/gnokii/README-7110 +%%PORTDOCS%%share/doc/gnokii/README-MacOSX +%%PORTDOCS%%share/doc/gnokii/README-WIN32 +%%PORTDOCS%%share/doc/gnokii/README-dancall +%%PORTDOCS%%share/doc/gnokii/README-ericsson +%%PORTDOCS%%share/doc/gnokii/README-siemens +%%PORTDOCS%%share/doc/gnokii/README.libsms +%%PORTDOCS%%share/doc/gnokii/gettext-howto +%%PORTDOCS%%share/doc/gnokii/gnokii-IrDA-Linux +%%PORTDOCS%%share/doc/gnokii/gnokii-hackers-howto +%%PORTDOCS%%share/doc/gnokii/gnokii-ir-howto +%%PORTDOCS%%share/doc/gnokii/logos.txt +%%PORTDOCS%%share/doc/gnokii/packaging-howto +%%PORTDOCS%%share/doc/gnokii/ringtones.txt +%%PORTDOCS%%share/doc/gnokii/sample/gnokiirc +%%PORTDOCS%%share/doc/gnokii/sample/logo/bronto.xpm +%%PORTDOCS%%share/doc/gnokii/sample/logo/gnokii.xpm +%%PORTDOCS%%share/doc/gnokii/sample/logo/gnokiiop.xpm +%%PORTDOCS%%share/doc/gnokii/sample/logo/horse.xpm +%%PORTDOCS%%share/doc/gnokii/sample/logo/horse2.xpm +%%PORTDOCS%%share/doc/gnokii/sample/logo/pacman.xpm +%%PORTDOCS%%share/doc/gnokii/sample/magic +%%PORTDOCS%%share/doc/gnokii/sample/ppp/cimd-connect +%%PORTDOCS%%share/doc/gnokii/sample/ppp/options +%%PORTDOCS%%share/doc/gnokii/sample/ppp/pap-secrets +%%PORTDOCS%%share/doc/gnokii/sample/ppp/ppp-6210-modem +%%PORTDOCS%%share/doc/gnokii/sample/ppp/ppp-FILES +%%PORTDOCS%%share/doc/gnokii/sample/ppp/ppp-gnokii +%%PORTDOCS%%share/doc/gnokii/sample/ppp/ppp-hscsd +%%PORTDOCS%%share/doc/gnokii/sample/ppp/ppp-on +%%PORTDOCS%%share/doc/gnokii/sample/ringtone/star.imelody +%%PORTDOCS%%share/doc/gnokii/sample/ringtone/star.rtttl +%%PORTDOCS%%share/doc/gnokii/sample/vCalendar/test.vcs +%%PORTDOCS%%@dirrm share/doc/gnokii/sample/logo +%%PORTDOCS%%@dirrm share/doc/gnokii/sample/ringtone +%%PORTDOCS%%@dirrm share/doc/gnokii/sample/vCalendar +%%PORTDOCS%%@dirrm share/doc/gnokii/sample/vCard +%%PORTDOCS%%@dirrm share/doc/gnokii/sample/ppp +%%PORTDOCS%%@dirrm share/doc/gnokii/sample +%%PORTDOCS%%@dirrm share/doc/gnokii +%%PORTDOCS%%@exec mkdir -m 755 %D/share/doc/gnokii/sample/vCard share/locale/cs/LC_MESSAGES/gnokii.mo share/locale/de/LC_MESSAGES/gnokii.mo share/locale/et/LC_MESSAGES/gnokii.mo share/locale/fi/LC_MESSAGES/gnokii.mo +share/locale/fr/LC_MESSAGES/gnokii.mo share/locale/it/LC_MESSAGES/gnokii.mo share/locale/nl/LC_MESSAGES/gnokii.mo share/locale/pl/LC_MESSAGES/gnokii.mo share/locale/sk/LC_MESSAGES/gnokii.mo share/locale/sl/LC_MESSAGES/gnokii.mo +share/nls/POSIX +share/nls/en_US.US-ASCII +%%SMSD%%share/smsd/action +%%SMSD%%share/smsd/README +%%SMSD%%share/smsd/libfile.so +%%MSM%%share/smsd/libmysql.so +%%MSM%%share/smsd/sms.tables.mysql.sql +%%PGM%%share/smsd/libpq.so +%%PGM%%share/smsd/sms.tables.pq.sql +%%SMSD%%@dirrm share/smsd %%X11%%share/xgnokii/help/C %%X11%%share/xgnokii/help/POSIX %%X11%%share/xgnokii/help/en_US/COPYING --ZPt4rx8FFjLCG7dd-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 11:41:37 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A01116A526; Wed, 26 Nov 2003 11:41:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FD043F93; Wed, 26 Nov 2003 11:41:36 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQJfaFY036280; Wed, 26 Nov 2003 11:41:36 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQJfabc036276; Wed, 26 Nov 2003 11:41:36 -0800 (PST) (envelope-from pav) Date: Wed, 26 Nov 2003 11:41:36 -0800 (PST) From: Pav Lucistnik Message-Id: <200311261941.hAQJfabc036276@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/59690: [MAINTAINER] games/QuakeForge: Unbreak on current/alpha and current/sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 19:41:37 -0000 Synopsis: [MAINTAINER] games/QuakeForge: Unbreak on current/alpha and current/sparc64 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Wed Nov 26 11:41:05 PST 2003 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=59690 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 11:48:55 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00E4116A4CE; Wed, 26 Nov 2003 11:48:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6003C43FBF; Wed, 26 Nov 2003 11:48:54 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQJmsFY045191; Wed, 26 Nov 2003 11:48:54 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQJms5a045187; Wed, 26 Nov 2003 11:48:54 -0800 (PST) (envelope-from pav) Date: Wed, 26 Nov 2003 11:48:54 -0800 (PST) From: Pav Lucistnik Message-Id: <200311261948.hAQJms5a045187@freefall.freebsd.org> To: sam@rfc1149.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/58721: devel/libpci: Installation of pci/pci.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 19:48:55 -0000 Synopsis: devel/libpci: Installation of pci/pci.h State-Changed-From-To: feedback->closed State-Changed-By: pav State-Changed-When: Wed Nov 26 11:48:27 PST 2003 State-Changed-Why: Committed by bland three weeks ago. http://www.freebsd.org/cgi/query-pr.cgi?pr=58721 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 11:50:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CC9416A4CE for ; Wed, 26 Nov 2003 11:50:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B637543FE5 for ; Wed, 26 Nov 2003 11:50:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQJoKFY049291 for ; Wed, 26 Nov 2003 11:50:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQJoKZS049289; Wed, 26 Nov 2003 11:50:20 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 11:50:20 -0800 (PST) Message-Id: <200311261950.hAQJoKZS049289@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Samy Al Bahra Subject: Re: ports/58721: devel/libpci: Installation of pci/pci.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Samy Al Bahra List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 19:50:22 -0000 The following reply was made to PR ports/58721; it has been noted by GNATS. From: Samy Al Bahra To: Mathieu Arnold Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/58721: devel/libpci: Installation of pci/pci.h Date: Wed, 26 Nov 2003 22:49:16 +0300 On Wed, 26 Nov 2003 15:22:43 +0100 Mathieu Arnold wrote: > Dear maintainer, could you take a look at PR 58721, > > And approve or disapprove it ? It seems someone (*g*) did not close the PR. A similar patch was committed Mathieu. Thanks. -- +-----------------------------------+ | Samy Al Bahra | samy@kerneled.com | |-----------------------------------| | B3A7 F5BE B2AE 67B1 AC4B | | 0983 956D 1F4A AA54 47CB | |-----------------------------------| | http://www.kerneled.com | +-----------------------------------+ From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 12:13:31 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D88B116A4CE; Wed, 26 Nov 2003 12:13:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 830A843FBF; Wed, 26 Nov 2003 12:13:30 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQKDUFY064352; Wed, 26 Nov 2003 12:13:30 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQKDTF2064348; Wed, 26 Nov 2003 12:13:30 -0800 (PST) (envelope-from pav) Date: Wed, 26 Nov 2003 12:13:30 -0800 (PST) From: Pav Lucistnik Message-Id: <200311262013.hAQKDTF2064348@freefall.freebsd.org> To: chris@chrisburkert.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/59717: extended Daemon theme X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 20:13:32 -0000 Synopsis: extended Daemon theme State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Wed Nov 26 12:12:59 PST 2003 State-Changed-Why: Asked maintainer for approval. Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Wed Nov 26 12:12:59 PST 2003 Responsible-Changed-Why: I want feedback. http://www.freebsd.org/cgi/query-pr.cgi?pr=59717 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 12:14:59 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE24516A4CE; Wed, 26 Nov 2003 12:14:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A57543FE1; Wed, 26 Nov 2003 12:14:59 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQKExFY064421; Wed, 26 Nov 2003 12:14:59 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQKEwOS064417; Wed, 26 Nov 2003 12:14:58 -0800 (PST) (envelope-from pav) Date: Wed, 26 Nov 2003 12:14:58 -0800 (PST) From: Pav Lucistnik Message-Id: <200311262014.hAQKEwOS064417@freefall.freebsd.org> To: be9-ml@be9.ru, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59076: An update for multimedia/xmms port (new knob) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 20:15:00 -0000 Synopsis: An update for multimedia/xmms port (new knob) State-Changed-From-To: feedback->open State-Changed-By: pav State-Changed-When: Wed Nov 26 12:14:49 PST 2003 State-Changed-Why: Feedback received. http://www.freebsd.org/cgi/query-pr.cgi?pr=59076 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 12:16:05 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF53216A4CE; Wed, 26 Nov 2003 12:16:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BE5D43F3F; Wed, 26 Nov 2003 12:16:05 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQKG5FY064505; Wed, 26 Nov 2003 12:16:05 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQKG5tg064501; Wed, 26 Nov 2003 12:16:05 -0800 (PST) (envelope-from pav) Date: Wed, 26 Nov 2003 12:16:05 -0800 (PST) From: Pav Lucistnik Message-Id: <200311262016.hAQKG5tg064501@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/59718: MASTER_SITE_SUBDIR:group does not work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 20:16:05 -0000 Synopsis: MASTER_SITE_SUBDIR:group does not work Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: pav Responsible-Changed-When: Wed Nov 26 12:15:54 PST 2003 Responsible-Changed-Why: Over to portmgr. http://www.freebsd.org/cgi/query-pr.cgi?pr=59718 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 12:18:52 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75BA516A4CE; Wed, 26 Nov 2003 12:18:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1ECE43FBD; Wed, 26 Nov 2003 12:18:51 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from freefall.freebsd.org (eik@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQKIpFY064646; Wed, 26 Nov 2003 12:18:51 -0800 (PST) (envelope-from eik@freefall.freebsd.org) Received: (from eik@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQKIp49064642; Wed, 26 Nov 2003 12:18:51 -0800 (PST) (envelope-from eik) Date: Wed, 26 Nov 2003 12:18:51 -0800 (PST) From: Oliver Eikemeier Message-Id: <200311262018.hAQKIp49064642@freefall.freebsd.org> To: eik@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eik@FreeBSD.org Subject: Re: ports/59711: [NEW PORT] databases/db42: BerkeleyDB 4.2.50; supersedes: PR #59694 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 20:18:52 -0000 Synopsis: [NEW PORT] databases/db42: BerkeleyDB 4.2.50; supersedes: PR #59694 Responsible-Changed-From-To: freebsd-ports-bugs->eik Responsible-Changed-By: eik Responsible-Changed-When: Wed Nov 26 21:18:07 CET 2003 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=59711 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 12:36:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 754FE16A4EC; Wed, 26 Nov 2003 12:36:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD77443FDF; Wed, 26 Nov 2003 12:36:10 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQKaAFY069340; Wed, 26 Nov 2003 12:36:10 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQKaAck069336; Wed, 26 Nov 2003 12:36:10 -0800 (PST) (envelope-from pav) Date: Wed, 26 Nov 2003 12:36:10 -0800 (PST) From: Pav Lucistnik Message-Id: <200311262036.hAQKaAck069336@freefall.freebsd.org> To: daviddyn-ns.net@da-quirk.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/59691: Update of mikmod + new homepage for mikmod and libmikmod X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 20:36:11 -0000 Synopsis: Update of mikmod + new homepage for mikmod and libmikmod State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Wed Nov 26 12:35:37 PST 2003 State-Changed-Why: Asked maintainer on approval of mikmod part. Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Wed Nov 26 12:35:37 PST 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=59691 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 12:38:48 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCD3116A4CE; Wed, 26 Nov 2003 12:38:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B48B43FDF; Wed, 26 Nov 2003 12:38:48 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQKcmFY069441; Wed, 26 Nov 2003 12:38:48 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQKcmQh069437; Wed, 26 Nov 2003 12:38:48 -0800 (PST) (envelope-from pav) Date: Wed, 26 Nov 2003 12:38:48 -0800 (PST) From: Pav Lucistnik Message-Id: <200311262038.hAQKcmQh069437@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/59700: [patch] graphics/diacanvas: unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 20:38:48 -0000 Synopsis: [patch] graphics/diacanvas: unbreak Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Wed Nov 26 12:38:36 PST 2003 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=59700 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 13:36:05 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99DAC16A4CE; Wed, 26 Nov 2003 13:36:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1A8743FAF; Wed, 26 Nov 2003 13:36:04 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQLa4FY079507; Wed, 26 Nov 2003 13:36:04 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQLa4Wo079503; Wed, 26 Nov 2003 13:36:04 -0800 (PST) (envelope-from pav) Date: Wed, 26 Nov 2003 13:36:04 -0800 (PST) From: Pav Lucistnik Message-Id: <200311262136.hAQLa4Wo079503@freefall.freebsd.org> To: sime@logos.hr, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/59681: [patch] games/HeroesOfMightAndMagic install broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 21:36:05 -0000 Synopsis: [patch] games/HeroesOfMightAndMagic install broken State-Changed-From-To: feedback->analyzed State-Changed-By: pav State-Changed-When: Wed Nov 26 13:35:37 PST 2003 State-Changed-Why: I'll commit this after freeze. Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Wed Nov 26 13:35:37 PST 2003 Responsible-Changed-Why: I'll commit this after freeze. http://www.freebsd.org/cgi/query-pr.cgi?pr=59681 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 15:00:42 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C295B16A4CE for ; Wed, 26 Nov 2003 15:00:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA8C443FF5 for ; Wed, 26 Nov 2003 15:00:40 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQN0eFY006906 for ; Wed, 26 Nov 2003 15:00:40 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQN0eYo006905; Wed, 26 Nov 2003 15:00:40 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 15:00:40 -0800 (PST) Resent-Message-Id: <200311262300.hAQN0eYo006905@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Schuller Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAACA16A4CE for ; Wed, 26 Nov 2003 14:52:24 -0800 (PST) Received: from whitestar.scode.org (c-d6de71d5.05-152-7570701.cust.bredbandsbolaget.se [213.113.222.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 003FD43FD7 for ; Wed, 26 Nov 2003 14:52:24 -0800 (PST) (envelope-from scode@whitestar.scode.org) Received: by whitestar.scode.org (Postfix, from userid 1000) id 4A14BF2C70; Wed, 26 Nov 2003 23:59:24 +0100 (CET) Message-Id: <20031126225924.4A14BF2C70@whitestar.scode.org> Date: Wed, 26 Nov 2003 23:59:24 +0100 (CET) From: Peter Schuller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: peter.schuller@infidyne.com Subject: ports/59720: www/apache2: ab fails with Undefined symbol "gdbm_errno" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Peter Schuller List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 23:00:43 -0000 >Number: 59720 >Category: ports >Synopsis: www/apache2: ab fails with Undefined symbol "gdbm_errno" >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 26 15:00:40 PST 2003 >Closed-Date: >Last-Modified: >Originator: Peter Schuller >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD whitestar.scode.org 4.9-RELEASE FreeBSD 4.9-RELEASE #9: Mon Nov 24 05:14:08 CET 2003 scode@whitestar.scode.org:/usr/obj/usr/src/sys/SCODE i386 libz.so.2 => /usr/lib/libz.so.2 (0x2806d000) libssl.so.3 => /usr/local/lib/libssl.so.3 (0x2807a000) libcrypto.so.3 => /usr/local/lib/libcrypto.so.3 (0x280a8000) libaprutil-0.so.9 => /usr/local/lib/libaprutil-0.so.9 (0x28195000) libexpat.so.4 => /usr/local/lib/libexpat.so.4 (0x281a9000) libapr-0.so.9 => /usr/local/lib/libapr-0.so.9 (0x281c5000) libm.so.2 => /usr/lib/libm.so.2 (0x281e3000) libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x281fe000) libc.so.4 => /usr/lib/libc.so.4 (0x28217000) pkg_info for libraries in /usr/local: /usr/local/lib/libaprutil-0.so.9 was installed by package apr-gdbm-db4-0.9.4_3 /usr/local/lib/libssl.so.3 was installed by package openssl-0.9.7c /usr/local/lib/libexpat.so.4 was installed by package expat-1.95.6_1 /usr/local/lib/libapr-0.so.9 was installed by package apr-gdbm-db4-0.9.4_3 >Description: On both 4.9-RELEASE and 5.2-BETA with freshly cvsup:ed ports and newly installed apache2 port (and verified upgraded with portupgrade -r), invoking "ab" yields: /libexec/ld-elf.so.1: /usr/local/lib/libaprutil-0.so.9: \ Undefined symbol "gdbm_errno" (line break added for formatting purposes) >How-To-Repeat: cvsup latest ports && cd /usr/ports/www/apache2 && make install && ab >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 15:30:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF4716A4CE for ; Wed, 26 Nov 2003 15:30:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FED943FAF for ; Wed, 26 Nov 2003 15:30:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQNUNFY010835 for ; Wed, 26 Nov 2003 15:30:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQNUNc9010834; Wed, 26 Nov 2003 15:30:23 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 15:30:23 -0800 (PST) Message-Id: <200311262330.hAQNUNc9010834@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Clement Laforet Subject: Re: ports/59720: www/apache2: ab fails with Undefined symbol "gdbm_errno" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 23:30:25 -0000 The following reply was made to PR ports/59720; it has been noted by GNATS. From: Clement Laforet To: Peter Schuller Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/59720: www/apache2: ab fails with Undefined symbol "gdbm_errno" Date: Thu, 27 Nov 2003 00:24:23 +0100 On Wed, 26 Nov 2003 23:59:24 +0100 (CET) Peter Schuller wrote: Hi Peter ! > /usr/local/lib/libaprutil-0.so.9 was installed by package > apr-gdbm-db4-0.9.4_3 libaprutil-0.so.9 => /usr/local/lib/libaprutil-0.so.9 (0x28195000) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ libapr-0.so.9 => /usr/local/lib/libapr-0.so.9 (0x281c5000) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ It seems that your apache has been linked againt apr port instead of apache one. This should be the correct linking: /usr/local/sbin/ab: libz.so.2 => /lib/libz.so.2 (0x28084000) libssl.so.3 => /usr/local/lib/libssl.so.3 (0x28092000) libcrypto.so.3 => /usr/local/lib/libcrypto.so.3 (0x280c3000) libaprutil-0.so.9 => /usr/local/lib/apache2/libaprutil-0.so.9 (0x281c9000) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ libexpat.so.4 => /usr/local/lib/libexpat.so.4 (0x281dc000) libapr-0.so.9 => /usr/local/lib/apache2/libapr-0.so.9 (0x281fc000) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ libm.so.2 => /lib/libm.so.2 (0x28219000) libcrypt.so.2 => /lib/libcrypt.so.2 (0x28232000) libc.so.5 => /lib/libc.so.5 (0x2824b000) > /usr/local/lib/libssl.so.3 was installed by package > openssl-0.9.7c/usr/local/lib/libexpat.so.4 was installed by > package expat-1.95.6_1/usr/local/lib/libapr-0.so.9 was installed > by package apr-gdbm-db4-0.9.4_3 In fact it's a conflict between apache2's apr and apr. I gonna try to fix this for PORTREVISION 2 (I like feeding my ToDoList ;) If you really want to use ab (you should use siege), please remove your apr port, and reinstall apache2 port. Thanks for the report ! regards, clem From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 15:46:50 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B2FB16A4CE; Wed, 26 Nov 2003 15:46:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B930443F75; Wed, 26 Nov 2003 15:46:49 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQNknFY013173; Wed, 26 Nov 2003 15:46:49 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQNknV1013169; Wed, 26 Nov 2003 15:46:49 -0800 (PST) (envelope-from pav) Date: Wed, 26 Nov 2003 15:46:49 -0800 (PST) From: Pav Lucistnik Message-Id: <200311262346.hAQNknV1013169@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/59716: New port: audio/fluidsynth software synthesizer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 23:46:50 -0000 Synopsis: New port: audio/fluidsynth software synthesizer Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Wed Nov 26 15:46:29 PST 2003 Responsible-Changed-Why: I'll take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=59716 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 16:20:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 358C316A4D2 for ; Wed, 26 Nov 2003 16:20:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F1A43F93 for ; Wed, 26 Nov 2003 16:20:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAR0KEFY020460 for ; Wed, 26 Nov 2003 16:20:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAR0KE8L020459; Wed, 26 Nov 2003 16:20:14 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 26 Nov 2003 16:20:14 -0800 (PST) Resent-Message-Id: <200311270020.hAR0KE8L020459@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kimura Fuyuki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C60516A4CE for ; Wed, 26 Nov 2003 16:11:10 -0800 (PST) Received: from mgate11.so-net.ne.jp (mgate11.so-net.ne.jp [210.139.254.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2DEE43F85 for ; Wed, 26 Nov 2003 16:11:07 -0800 (PST) (envelope-from fuyuki@nigredo.org) Received: from mail.dg8.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12]) by mgate11.so-net.ne.jp with ESMTP id hAR0B6b18108 for ; Thu, 27 Nov 2003 09:11:06 +0900 (JST) Received: from ns.nigredo.org (pdd3062.spprac00.ap.so-net.ne.jp [218.221.48.98]) by mail.dg8.so-net.ne.jp with ESMTP id hAR0B5Y27075 for ; Thu, 27 Nov 2003 09:11:05 +0900 (JST) Received: from ns.nigredo.org (localhost [IPv6:::1]) by ns.nigredo.org (Postfix) with ESMTP id 604D220D4 for ; Thu, 27 Nov 2003 09:11:05 +0900 (JST) Message-Id: <867k1mbrhj.wl%fuyuki@nigredo.org> Date: Thu, 27 Nov 2003 09:11:04 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59721: Update port: databases/qdbm to 1.7.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 00:20:22 -0000 >Number: 59721 >Category: ports >Synopsis: Update port: databases/qdbm to 1.7.12 >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: Wed Nov 26 16:20:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.2-BETA i386 >Organization: >Environment: FreeBSD ns.nigredo.org 5.2-BETA i386 >Description: Update to 1.7.12 >How-To-Repeat: >Fix: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/databases/qdbm/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 20 Nov 2003 15:05:50 -0000 1.5 +++ Makefile 26 Nov 2003 23:46:34 -0000 @@ -6,7 +6,7 @@ # PORTNAME= qdbm -PORTVERSION= 1.7.9 +PORTVERSION= 1.7.12 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: distinfo =================================================================== RCS file: /cvs/FreeBSD/ports/databases/qdbm/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 20 Nov 2003 15:05:50 -0000 1.5 +++ distinfo 26 Nov 2003 23:46:50 -0000 @@ -1 +1 @@ -MD5 (qdbm-1.7.9.tar.gz) = 9bf6ebecb285954e98fd118788d20542 +MD5 (qdbm-1.7.12.tar.gz) = 03d4cd2d326718556c477282844618b8 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 17:16:09 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26B1F16A4CE; Wed, 26 Nov 2003 17:16:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A45E143FAF; Wed, 26 Nov 2003 17:15:33 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAR1FXFY028040; Wed, 26 Nov 2003 17:15:33 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAR1EX2u028014; Wed, 26 Nov 2003 17:14:33 -0800 (PST) (envelope-from pav) Date: Wed, 26 Nov 2003 17:14:33 -0800 (PST) From: Pav Lucistnik Message-Id: <200311270114.hAR1EX2u028014@freefall.freebsd.org> To: be9-ml@be9.ru, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/59076: An update for multimedia/xmms port (new knob) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 01:16:09 -0000 Synopsis: An update for multimedia/xmms port (new knob) State-Changed-From-To: open->analyzed State-Changed-By: pav State-Changed-When: Wed Nov 26 17:14:13 PST 2003 State-Changed-Why: I'll commit this after the freeze. Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Wed Nov 26 17:14:13 PST 2003 Responsible-Changed-Why: I'll commit this after the freeze. http://www.freebsd.org/cgi/query-pr.cgi?pr=59076 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 18:11:01 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64FD316A4CE; Wed, 26 Nov 2003 18:11:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F9E43FD7; Wed, 26 Nov 2003 18:11:00 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from freefall.freebsd.org (eik@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAR2B0FY035527; Wed, 26 Nov 2003 18:11:00 -0800 (PST) (envelope-from eik@freefall.freebsd.org) Received: (from eik@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAR2B04i035523; Wed, 26 Nov 2003 18:11:00 -0800 (PST) (envelope-from eik) Date: Wed, 26 Nov 2003 18:11:00 -0800 (PST) From: Oliver Eikemeier Message-Id: <200311270211.hAR2B04i035523@freefall.freebsd.org> To: eik@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59180: [NEW PORT] net/arpwatch-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 02:11:01 -0000 Synopsis: [NEW PORT] net/arpwatch-devel Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: eik Responsible-Changed-When: Thu Nov 27 03:09:33 CET 2003 Responsible-Changed-Why: Followup to PR 57019, which was handled by krion If you don't want to handle this, assign it to me. http://www.freebsd.org/cgi/query-pr.cgi?pr=59180 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 18:41:57 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C8116A4CE; Wed, 26 Nov 2003 18:41:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B52843FA3; Wed, 26 Nov 2003 18:41:56 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from freefall.freebsd.org (eik@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAR2fuFY037410; Wed, 26 Nov 2003 18:41:56 -0800 (PST) (envelope-from eik@freefall.freebsd.org) Received: (from eik@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAR2fufY037406; Wed, 26 Nov 2003 18:41:56 -0800 (PST) (envelope-from eik) Date: Wed, 26 Nov 2003 18:41:56 -0800 (PST) From: Oliver Eikemeier Message-Id: <200311270241.hAR2fufY037406@freefall.freebsd.org> To: eik@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eik@FreeBSD.org Subject: Re: ports/58659: mysql ports should set CONFLICTS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 02:41:57 -0000 Synopsis: mysql ports should set CONFLICTS Responsible-Changed-From-To: freebsd-ports-bugs->eik Responsible-Changed-By: eik Responsible-Changed-When: Thu Nov 27 03:40:33 CET 2003 Responsible-Changed-Why: May I suggest the following patch: diff -u -r1.167 Makefile --- databases/mysql323-server/Makefile 14 Nov 2003 14:13:16 -0000 1.167 +++ databases/mysql323-server/Makefile 27 Nov 2003 02:32:31 -0000 @@ -100,6 +100,8 @@ RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client \ ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql +CONFLICTS= mysql-server-4.* + PLIST_SUB= MYSQL_VERSION=${PORTVERSION} ONLY_FOR_ARCHS= i386 alpha sparc64 @@ -171,6 +173,8 @@ # MySQL-Client part .else +CONFLICTS= mysql-client-4.* + MAN1= isamchk.1 isamlog.1 mysql.1 mysql_zap.1 mysqlaccess.1 \ mysqladmin.1 mysqld.1 mysqld_multi.1 mysqldump.1 mysqlshow.1 \ perror.1 replace.1 safe_mysqld.1 diff -u -r1.173 Makefile --- databases/mysql40-server/Makefile 25 Oct 2003 15:26:11 -0000 1.173 +++ databases/mysql40-server/Makefile 27 Nov 2003 02:33:15 -0000 @@ -102,6 +102,8 @@ RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql40-client \ ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +CONFLICTS= mysql-server-3.* mysql-server-4.[1-9].* + PLIST_SUB= MYSQL_VERSION=${PORTVERSION} ONLY_FOR_ARCHS= i386 alpha sparc64 @@ -168,6 +170,8 @@ # MySQL-Client part .else +CONFLICTS= mysql-client-3.* mysql-client-4.[1-9].* + MAN1= isamchk.1 isamlog.1 mysql.1 mysql_zap.1 mysqlaccess.1 \ mysqladmin.1 mysqld.1 mysqld_multi.1 mysqld_safe.1 mysqldump.1 \ mysql_fix_privilege_tables.1 mysqlshow.1 perror.1 replace.1 diff -u -r1.170 Makefile --- databases/mysql41-server/Makefile 24 Oct 2003 12:01:20 -0000 1.170 +++ databases/mysql41-server/Makefile 27 Nov 2003 02:33:52 -0000 @@ -104,6 +104,8 @@ RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql41-client \ ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +CONFLICTS= mysql-server-3.* mysql-server-4.[02-9].* + PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-alpha ONLY_FOR_ARCHS= i386 alpha sparc64 @@ -167,6 +169,8 @@ # MySQL-Client part .else +CONFLICTS= mysql-client-3.* mysql-client-4.[02-9].* + MAN1= isamchk.1 isamlog.1 mysql.1 mysql_zap.1 mysqlaccess.1 \ mysqladmin.1 mysqld.1 mysqld_multi.1 mysqld_safe.1 mysqldump.1 \ mysqlshow.1 perror.1 replace.1 http://www.freebsd.org/cgi/query-pr.cgi?pr=58659 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 01:20:09 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97A4C16A4CF for ; Thu, 27 Nov 2003 01:20:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1182243FCB for ; Thu, 27 Nov 2003 01:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAR9K2FY080616 for ; Thu, 27 Nov 2003 01:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAR9K2jv080615; Thu, 27 Nov 2003 01:20:02 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 01:20:02 -0800 (PST) Resent-Message-Id: <200311270920.hAR9K2jv080615@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicolas Jombart Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF61016A4CE for ; Thu, 27 Nov 2003 01:09:55 -0800 (PST) Received: from shiva.bouglou.net (shiva.ipv42.net [62.4.22.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB89243FA3 for ; Thu, 27 Nov 2003 01:09:54 -0800 (PST) (envelope-from ecu@shiva.bouglou.net) Received: by shiva.bouglou.net (Postfix, from userid 1000) id D518F15270; Thu, 27 Nov 2003 10:09:52 +0100 (CET) Message-Id: <20031127090952.D518F15270@shiva.bouglou.net> Date: Thu, 27 Nov 2003 10:09:52 +0100 (CET) From: Nicolas Jombart To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59722: [MAINTAINER] sysutils/sec: update to 2.1.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 09:20:09 -0000 >Number: 59722 >Category: ports >Synopsis: [MAINTAINER] sysutils/sec: update to 2.1.11 >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: Thu Nov 27 01:20:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Nicolas Jombart >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: >Environment: System: FreeBSD shiva.int.ipv42.net 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Tue Aug 26 15:11:08 CEST 2003 >Description: - Update to 2.1.11 Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- sec-2.1.11.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/sec/Makefile /usr/home/ecu/ecu/ports/ports/sysutils/sec/Makefile --- /usr/ports/sysutils/sec/Makefile Fri Sep 26 21:28:46 2003 +++ /usr/home/ecu/ecu/ports/ports/sysutils/sec/Makefile Thu Nov 27 09:46:50 2003 @@ -6,7 +6,7 @@ # PORTNAME= sec -PORTVERSION= 2.1.10 +PORTVERSION= 2.1.11 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sourceforge/simple-evcorr diff -ruN --exclude=CVS /usr/ports/sysutils/sec/distinfo /usr/home/ecu/ecu/ports/ports/sysutils/sec/distinfo --- /usr/ports/sysutils/sec/distinfo Fri Sep 26 21:28:46 2003 +++ /usr/home/ecu/ecu/ports/ports/sysutils/sec/distinfo Thu Nov 27 09:46:06 2003 @@ -1 +1 @@ -MD5 (sec-2.1.10.tar.gz) = 7edd3d5b6ec7e955109428d98ddc082d +MD5 (sec-2.1.11.tar.gz) = b65044e2cf4a65d62e6df252e5b97175 --- sec-2.1.11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 01:20:09 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF3C616A4D0 for ; Thu, 27 Nov 2003 01:20:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6382C43FDF for ; Thu, 27 Nov 2003 01:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAR9K3FY080629 for ; Thu, 27 Nov 2003 01:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAR9K3Nl080628; Thu, 27 Nov 2003 01:20:03 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 01:20:03 -0800 (PST) Resent-Message-Id: <200311270920.hAR9K3Nl080628@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicolas Jombart Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EAF516A4CE for ; Thu, 27 Nov 2003 01:16:57 -0800 (PST) Received: from shiva.bouglou.net (shiva.ipv42.net [62.4.22.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3338C43FAF for ; Thu, 27 Nov 2003 01:16:56 -0800 (PST) (envelope-from ecu@shiva.bouglou.net) Received: by shiva.bouglou.net (Postfix, from userid 1000) id 31E7215270; Thu, 27 Nov 2003 10:16:55 +0100 (CET) Message-Id: <20031127091655.31E7215270@shiva.bouglou.net> Date: Thu, 27 Nov 2003 10:16:55 +0100 (CET) From: Nicolas Jombart To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59723: [MAINTAINER] net/ipsorc: mark BROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 09:20:09 -0000 >Number: 59723 >Category: ports >Synopsis: [MAINTAINER] net/ipsorc: mark BROKEN >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: Thu Nov 27 01:20:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Nicolas Jombart >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: >Environment: System: FreeBSD shiva.int.ipv42.net 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Tue Aug 26 15:11:08 CEST 2003 >Description: - mark BROKEN (Master site is down, temporarily) - use DOCSDIR in pkg-plist Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- ipsorc-1.7.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/ipsorc/Makefile /usr/home/ecu/ecu/ports/ports/net/ipsorc/Makefile --- /usr/ports/net/ipsorc/Makefile Mon Apr 21 19:17:34 2003 +++ /usr/home/ecu/ecu/ports/ports/net/ipsorc/Makefile Thu Nov 27 10:13:24 2003 @@ -14,6 +14,8 @@ MAINTAINER= ecu@ipv42.net COMMENT= A tool to create and send IP packets with a graphical GTK front-end +BROKEN= Master site is down. + USE_GNOME= gtk12 USE_BZIP2= yes diff -ruN --exclude=CVS /usr/ports/net/ipsorc/pkg-plist /usr/home/ecu/ecu/ports/ports/net/ipsorc/pkg-plist --- /usr/ports/net/ipsorc/pkg-plist Sat Nov 16 13:11:50 2002 +++ /usr/home/ecu/ecu/ports/ports/net/ipsorc/pkg-plist Thu Nov 27 10:14:34 2003 @@ -1,5 +1,5 @@ bin/ipmagic bin/magic -%%PORTDOCS%%share/doc/ipsorc/README -%%PORTDOCS%%share/doc/ipsorc/HOWTO -%%PORTDOCS%%@dirrm share/doc/ipsorc +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/HOWTO +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- ipsorc-1.7.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 04:10:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B6B16A4CE for ; Thu, 27 Nov 2003 04:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD2943FBD for ; Thu, 27 Nov 2003 04:10:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARCAJFY002865 for ; Thu, 27 Nov 2003 04:10:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARCAJKJ002864; Thu, 27 Nov 2003 04:10:19 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 04:10:19 -0800 (PST) Resent-Message-Id: <200311271210.hARCAJKJ002864@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael LAPLANCHE Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B822216A4CE for ; Thu, 27 Nov 2003 04:07:42 -0800 (PST) Received: from martymac.com (mot-gw-02-213245075224.chello.fr [213.245.75.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7487D43FBF for ; Thu, 27 Nov 2003 04:07:40 -0800 (PST) (envelope-from root@martymac.com) Received: from martymac.com (localhost [127.0.0.1]) by test.bsd.dom (8.12.9/8.12.9) with ESMTP id hAQGhkjY079041 for ; Wed, 26 Nov 2003 16:43:47 GMT (envelope-from root@martymac.com) Received: (from root@localhost) by martymac.com (8.12.9/8.12.9/Submit) id hAQGhjsF079040; Wed, 26 Nov 2003 16:43:45 GMT Message-Id: <200311261643.hAQGhjsF079040@martymac.com> Date: Wed, 26 Nov 2003 16:43:45 GMT From: Ganael LAPLANCHE To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59724: [NEW PORT] net/aMule (supersedes ports/59252) --Fixed deps/bugs-- X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ganael LAPLANCHE List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 12:10:22 -0000 >Number: 59724 >Category: ports >Synopsis: [NEW PORT] net/aMule (supersedes ports/59252) --Fixed deps/bugs-- >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 27 04:10:19 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ganael LAPLANCHE >Release: FreeBSD 5.1-RELEASE i386 >Organization: http://www.martymac.com >Environment: System: FreeBSD 5.1-RELEASE #0: Wed Nov 26 09:30:00 GMT 2003 >Description: aMule is a multiplatform fork of xMule client using wxWindows class library. >How-To-Repeat: >Fix: --------------- aMule-1.1.2.shar begins here --------------- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # amule # amule/README.html # amule/pkg-descr # amule/pkg-plist # amule/distinfo # amule/Makefile # amule/pkg-message # echo c - amule mkdir -p amule > /dev/null 2>&1 echo x - amule/README.html sed 's/^X//' >amule/README.html << 'END-of-amule/README.html' X X X X X The FreeBSD Ports Collection (net/amule) X X X X

The FreeBSD Ports Collection (net/amule)

X
X X

You are now in the directory for the port "net/amule".

X X

The package name of this port is "aMule-1.1.2".

X X

This is the one-line description for this port:

X
X X

XaNOTHER eMule P2P Client X

X
X X

Please read the "description file" for a X longer description and/or visit the web site for futher informations.

X X

If needed, you may contact the maintainer of this port or the port mailing-list.

X X

This port requires package(s) "" to build.

X X

This port requires package(s) "" to run.

X X

Go to the top of the ports tree for X a summary on how to use the ports collection.

X
X X

Go up one level | Go to top of ports tree

X X X END-of-amule/README.html echo x - amule/pkg-descr sed 's/^X//' >amule/pkg-descr << 'END-of-amule/pkg-descr' X[ from README ] X XThis program is a multiplatform fork of X xMule client using wxWindows class library. X XWWW: http://sourceforge.net/projects/amule/ END-of-amule/pkg-descr echo x - amule/pkg-plist sed 's/^X//' >amule/pkg-plist << 'END-of-amule/pkg-plist' Xbin/amule Xbin/amule-ed2k-handler Xshare/gnome/applications/amule.desktop Xshare/gnome/pixmaps/amule.xpm Xshare/gnome/locale/de/LC_MESSAGES/amule.mo Xshare/gnome/locale/ee/LC_MESSAGES/amule.mo Xshare/gnome/locale/es/LC_MESSAGES/amule.mo Xshare/gnome/locale/es_MX/LC_MESSAGES/amule.mo Xshare/gnome/locale/fr/LC_MESSAGES/amule.mo Xshare/gnome/locale/it/LC_MESSAGES/amule.mo Xshare/gnome/locale/ko/LC_MESSAGES/amule.mo Xshare/gnome/locale/pl/LC_MESSAGES/amule.mo Xshare/gnome/locale/tr/LC_MESSAGES/amule.mo X@unexec rmdir %D/share/gnome/locale/de/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/de 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/ee/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/ee 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/es/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/es 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/es_MX/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/es_MX 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/fr/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/fr 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/it/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/it 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/ko/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/ko 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/pl/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/pl 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/tr/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/tr 2>/dev/null || true END-of-amule/pkg-plist echo x - amule/distinfo sed 's/^X//' >amule/distinfo << 'END-of-amule/distinfo' XMD5 (aMule-1.1.2.tar.gz) = caf7805d1000360ca84db9d05ec587d0 END-of-amule/distinfo echo x - amule/Makefile sed 's/^X//' >amule/Makefile << 'END-of-amule/Makefile' X# New ports collection makefile for: amule X# Date created: Wed Nov 05 09:30:00 UTC 2003 X# Whom: Ganael LAPLANCHE X# X# $FreeBSD$ X# X X# Based on xmule's port X XPORTNAME= aMule XPORTVERSION= 1.1.2 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= amule X XMAINTAINER= ganael.laplanche@martymac.com XCOMMENT= aNOTHER eMule P2P Client X XFETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget:install XEXTRACT_DEPENDS= automake:${PORTSDIR}/devel/automake:install \ X autoconf:${PORTSDIR}/devel/autoconf:install XLIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext:install \ X wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk:install X XUSE_X_PREFIX= yes XUSE_GNOME= gnomehier \ X gnomehack \ X gnomeprefix X# Gtk12 or gtk2 will be added here depending on X# what is detected at the end of this script X XUSE_REINPLACE= yes X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --without-included-gettext \ X --with-libintl-prefix=${LOCALBASE} \ X --with-libiconv-prefix=${LOCALBASE} \ X --with-wx-config=${WX_CONFIG} X X.if defined(WITH_OPTIMIZE) XCONFIGURE_ARGS+= --enable-optimize X.endif X XCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ X LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" X XWX_CONFIG?= ${X11BASE}/bin/wx-config X Xpre-everything:: X.if !defined(WITH_OPTIMIZE) X @${ECHO} "*********************************************************" X @${ECHO} "You can enable code optimizing by defining WITH_OPTIMIZE." X @${ECHO} "*********************************************************" X.endif X Xpost-extract: X# Create Makefile.in's X @${ECHO} "******************" X @${ECHO} "Running autogen.sh" X @cd ${WRKSRC} && ${SH} autogen.sh X @${ECHO} "autogen.sh : done." X @${ECHO} "******************" X Xpre-patch: X# Patches X @${ECHO} "******************************************" X @${ECHO} "Applying SysTray.cpp and gsocket.c patches" X @${REINPLACE_CMD} -E \ X -e '/^\#include\ \/{x;s/^/\#include\ \/;x;G;}' \ X ${WRKSRC}/src/SysTray.cpp X @${REINPLACE_CMD} -E \ X -e '/^\#include\ /{x;s/^/\#define\ MSG_NOSIGNAL\ 0x4000/;x;G;}' \ X ${WRKSRC}/src/gsocket.c X @${ECHO} "patches : done." X @${ECHO} "******************************************" X X# Do not install a generic named ed2k binary X @${ECHO} "******************************" X @${ECHO} "Applying Makefile.in's patches" X @${REINPLACE_CMD} -E \ X -e 's/^(bin_PROGRAMS.+)amule ed2k/bin_PROGRAMS\ \=\ amule/' \ X ${WRKSRC}/src/Makefile.in X @${REINPLACE_CMD} -E \ X -e 's/^(bin_PROGRAMS.+)ed2k.+\([A-Z]+\)/\1/' \ X ${WRKSRC}/src/Makefile.in X @${ECHO} "patches : done." X @${ECHO} "******************************" X Xpost-configure: X# Patch for po's Makefile X @${ECHO} "****************************" X @${ECHO} "Applying po's Makefile patch" X @${REINPLACE_CMD} -E \ X -e 's/^(PACKAGE\ +\=\ +)/PACKAGE\ \=\ amule/' \ X ${WRKSRC}/po/Makefile X @${ECHO} "patch : done." X @${ECHO} "****************************" X Xpost-build: X# Build the generic named ed2k binary X# It will installed in an adhoc fashion X @cd ${BUILD_WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ed2k X Xpost-install: X# Do not install a generic named ed2k binary X# Install it under a more specific name X @${INSTALL_PROGRAM} ${WRKSRC}/src/ed2k \ X ${PREFIX}/bin/amule-ed2k-handler X X# Displays the pkg-message file X @${CAT} pkg-message X X.include X X.if exists(${WX_CONFIG}) X# detect if wxgtk was linked against gtk1 or gtk2 XDECISION_GTK_1_OR_2!= ${WX_CONFIG} --static --libs X.else XDECISION_GTK_1_OR_2= "" X.endif X X.if ${DECISION_GTK_1_OR_2:M*glib-2.0} != "" XUSE_GNOME+= gtk20 X.else XUSE_GNOME+= gtk12 X.endif X X.include END-of-amule/Makefile echo x - amule/pkg-message sed 's/^X//' >amule/pkg-message << 'END-of-amule/pkg-message' X############################################# X aMule is now ready ! X X http://www.sourceforge.net/projects/amule X http://amule.sourceforge.net X############################################# END-of-amule/pkg-message exit --------------- aMule-1.1.2.shar ends here --------------- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 04:20:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A5C716A4CE for ; Thu, 27 Nov 2003 04:20:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB2343FE9 for ; Thu, 27 Nov 2003 04:20:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARCKFFY003093 for ; Thu, 27 Nov 2003 04:20:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARCKFnU003092; Thu, 27 Nov 2003 04:20:15 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 04:20:15 -0800 (PST) Resent-Message-Id: <200311271220.hARCKFnU003092@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael LAPLANCHE Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88D8D16A4CF for ; Thu, 27 Nov 2003 04:09:55 -0800 (PST) Received: from martymac.com (mot-gw-02-213245075224.chello.fr [213.245.75.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3634143FAF for ; Thu, 27 Nov 2003 04:09:53 -0800 (PST) (envelope-from root@martymac.com) Received: from martymac.com (localhost [127.0.0.1]) by martymac.com (8.12.9/8.12.9) with ESMTP id hAR5DGW0000541 for ; Thu, 27 Nov 2003 05:13:16 GMT (envelope-from root@martymac.com) Received: (from root@localhost) by martymac.com (8.12.9/8.12.9/Submit) id hAR5DGJ5000540; Thu, 27 Nov 2003 05:13:16 GMT Message-Id: <200311270513.hAR5DGJ5000540@martymac.com> Date: Thu, 27 Nov 2003 05:13:16 GMT From: Ganael LAPLANCHE To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59725: [NEW PORT] net/aMule (supersedes ports/59252) --Fixed deps/bugs-- X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ganael LAPLANCHE List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 12:20:19 -0000 >Number: 59725 >Category: ports >Synopsis: [NEW PORT] net/aMule (supersedes ports/59252) --Fixed deps/bugs-- >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 27 04:20:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ganael LAPLANCHE >Release: FreeBSD 5.1-RELEASE i386 >Organization: http://www.martymac.com >Environment: System: FreeBSD 5.1-RELEASE #0: Wed Nov 26 09:30:00 GMT 2003 >Description: aMule is a multiplatform fork of xMule client using wxWindows class library. >How-To-Repeat: >Fix: --------------- aMule-1.1.2.shar begins here --------------- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # amule # amule/README.html # amule/pkg-descr # amule/pkg-plist # amule/distinfo # amule/Makefile # amule/pkg-message # echo c - amule mkdir -p amule > /dev/null 2>&1 echo x - amule/README.html sed 's/^X//' >amule/README.html << 'END-of-amule/README.html' X X X X X The FreeBSD Ports Collection (net/amule) X X X X

The FreeBSD Ports Collection (net/amule)

X
X X

You are now in the directory for the port "net/amule".

X X

The package name of this port is "aMule-1.1.2".

X X

This is the one-line description for this port:

X
X X

XaNOTHER eMule P2P Client X

X
X X

Please read the "description file" for a X longer description and/or visit the web site for futher informations.

X X

If needed, you may contact the maintainer of this port or the port mailing-list.

X X

This port requires package(s) "" to build.

X X

This port requires package(s) "" to run.

X X

Go to the top of the ports tree for X a summary on how to use the ports collection.

X
X X

Go up one level | Go to top of ports tree

X X X END-of-amule/README.html echo x - amule/pkg-descr sed 's/^X//' >amule/pkg-descr << 'END-of-amule/pkg-descr' X[ from README ] X XThis program is a multiplatform fork of X xMule client using wxWindows class library. X XWWW: http://sourceforge.net/projects/amule/ END-of-amule/pkg-descr echo x - amule/pkg-plist sed 's/^X//' >amule/pkg-plist << 'END-of-amule/pkg-plist' Xbin/amule Xbin/amule-ed2k-handler Xshare/gnome/applications/amule.desktop Xshare/gnome/pixmaps/amule.xpm Xshare/gnome/locale/de/LC_MESSAGES/amule.mo Xshare/gnome/locale/ee/LC_MESSAGES/amule.mo Xshare/gnome/locale/es/LC_MESSAGES/amule.mo Xshare/gnome/locale/es_MX/LC_MESSAGES/amule.mo Xshare/gnome/locale/fr/LC_MESSAGES/amule.mo Xshare/gnome/locale/it/LC_MESSAGES/amule.mo Xshare/gnome/locale/ko/LC_MESSAGES/amule.mo Xshare/gnome/locale/pl/LC_MESSAGES/amule.mo Xshare/gnome/locale/tr/LC_MESSAGES/amule.mo X@unexec rmdir %D/share/gnome/locale/de/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/de 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/ee/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/ee 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/es/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/es 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/es_MX/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/es_MX 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/fr/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/fr 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/it/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/it 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/ko/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/ko 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/pl/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/pl 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/tr/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/gnome/locale/tr 2>/dev/null || true END-of-amule/pkg-plist echo x - amule/distinfo sed 's/^X//' >amule/distinfo << 'END-of-amule/distinfo' XMD5 (aMule-1.1.2.tar.gz) = caf7805d1000360ca84db9d05ec587d0 END-of-amule/distinfo echo x - amule/Makefile sed 's/^X//' >amule/Makefile << 'END-of-amule/Makefile' X# New ports collection makefile for: amule X# Date created: Wed Nov 05 09:30:00 UTC 2003 X# Whom: Ganael LAPLANCHE X# X# $FreeBSD$ X# X X# Based on xmule's port X XPORTNAME= aMule XPORTVERSION= 1.1.2 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= amule X XMAINTAINER= ganael.laplanche@martymac.com XCOMMENT= aNOTHER eMule P2P Client X XFETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget:install XEXTRACT_DEPENDS= automake:${PORTSDIR}/devel/automake:install \ X autoconf:${PORTSDIR}/devel/autoconf:install XLIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext:install \ X wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk:install X XUSE_X_PREFIX= yes XUSE_GNOME= gnomehier \ X gnomehack \ X gnomeprefix X# Gtk12 or gtk2 will be added here depending on X# what is detected at the end of this script X XUSE_REINPLACE= yes X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --without-included-gettext \ X --with-libintl-prefix=${LOCALBASE} \ X --with-libiconv-prefix=${LOCALBASE} \ X --with-wx-config=${WX_CONFIG} \ X --with-optimize X XCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ X LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" X XWX_CONFIG?= ${X11BASE}/bin/wx-config X Xpost-extract: X# Create Makefile.in's X @${ECHO} "******************" X @${ECHO} "Running autogen.sh" X @cd ${WRKSRC} && ${SH} autogen.sh X @${ECHO} "autogen.sh : done." X @${ECHO} "******************" X Xpre-patch: X# Patches X @${ECHO} "******************************************" X @${ECHO} "Applying SysTray.cpp and gsocket.c patches" X @${REINPLACE_CMD} -E \ X -e '/^\#include\ \/{x;s/^/\#include\ \/;x;G;}' \ X ${WRKSRC}/src/SysTray.cpp X @${REINPLACE_CMD} -E \ X -e '/^\#include\ /{x;s/^/\#define\ MSG_NOSIGNAL\ 0x4000/;x;G;}' \ X ${WRKSRC}/src/gsocket.c X @${ECHO} "patches : done." X @${ECHO} "******************************************" X X# Do not install a generic named ed2k binary X @${ECHO} "******************************" X @${ECHO} "Applying Makefile.in's patches" X @${REINPLACE_CMD} -E \ X -e 's/^(bin_PROGRAMS.+)amule ed2k/bin_PROGRAMS\ \=\ amule/' \ X ${WRKSRC}/src/Makefile.in X @${REINPLACE_CMD} -E \ X -e 's/^(bin_PROGRAMS.+)ed2k.+\([A-Z]+\)/\1/' \ X ${WRKSRC}/src/Makefile.in X @${ECHO} "patches : done." X @${ECHO} "******************************" X Xpost-configure: X# Patch for po's Makefile X @${ECHO} "****************************" X @${ECHO} "Applying po's Makefile patch" X @${REINPLACE_CMD} -E \ X -e 's/^(PACKAGE\ +\=\ +)/PACKAGE\ \=\ amule/' \ X ${WRKSRC}/po/Makefile X @${ECHO} "patch : done." X @${ECHO} "****************************" X Xpost-build: X# Build the generic named ed2k binary X# It will installed in an adhoc fashion X @cd ${BUILD_WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ed2k X Xpost-install: X# Do not install a generic named ed2k binary X# Install it under a more specific name X @${INSTALL_PROGRAM} ${WRKSRC}/src/ed2k \ X ${PREFIX}/bin/amule-ed2k-handler X X# Displays the pkg-message file X @${CAT} pkg-message X X.include X X.if exists(${WX_CONFIG}) X# detect if wxgtk was linked against gtk1 or gtk2 XDECISION_GTK_1_OR_2!= ${WX_CONFIG} --static --libs X.else XDECISION_GTK_1_OR_2= "" X.endif X X.if ${DECISION_GTK_1_OR_2:M*glib-2.0} != "" XUSE_GNOME+= gtk20 X.else XUSE_GNOME+= gtk12 X.endif X X.include END-of-amule/Makefile echo x - amule/pkg-message sed 's/^X//' >amule/pkg-message << 'END-of-amule/pkg-message' X############################################# X aMule is now ready ! X X http://www.sourceforge.net/projects/amule X http://amule.sourceforge.net X############################################# END-of-amule/pkg-message exit --------------- aMule-1.1.2.shar ends here --------------- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 04:20:19 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E60816A4CE for ; Thu, 27 Nov 2003 04:20:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D000943FAF for ; Thu, 27 Nov 2003 04:20:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARCKIFY003107 for ; Thu, 27 Nov 2003 04:20:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARCKI0e003105; Thu, 27 Nov 2003 04:20:18 -0800 (PST) (envelope-from gnats) Date: Thu, 27 Nov 2003 04:20:18 -0800 (PST) Message-Id: <200311271220.hARCKI0e003105@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Charlie Root Subject: Re: ports/59252: New port : net/amule : aMule - aNOTHER eMule P2P Client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Charlie Root List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 12:20:19 -0000 The following reply was made to PR ports/59252; it has been noted by GNATS. From: Charlie Root To: freebsd-gnats-submit@FreeBSD.org Cc: ganael.laplanche@martymac.com Subject: Re: ports/59252: New port : net/amule : aMule - aNOTHER eMule P2P Client Date: Thu, 27 Nov 2003 05:21:40 +0000 Obsoloted by ports/59724 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 04:22:31 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57B8116A4CE; Thu, 27 Nov 2003 04:22:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E92143FAF; Thu, 27 Nov 2003 04:22:30 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARCMUFY003212; Thu, 27 Nov 2003 04:22:30 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARCMUxj003208; Thu, 27 Nov 2003 04:22:30 -0800 (PST) (envelope-from sergei) Date: Thu, 27 Nov 2003 04:22:30 -0800 (PST) From: Sergei Kolobov Message-Id: <200311271222.hARCMUxj003208@freefall.freebsd.org> To: ganael.laplanche@martymac.com, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59252: New port : net/amule : aMule - aNOTHER eMule P2P Client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 12:22:31 -0000 Synopsis: New port : net/amule : aMule - aNOTHER eMule P2P Client State-Changed-From-To: open->closed State-Changed-By: sergei State-Changed-When: Thu Nov 27 04:21:36 PST 2003 State-Changed-Why: Superceded by ports/59724. http://www.freebsd.org/cgi/query-pr.cgi?pr=59252 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 04:28:43 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E3316A4CE; Thu, 27 Nov 2003 04:28:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06BD543F93; Thu, 27 Nov 2003 04:28:43 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARCSgFY003320; Thu, 27 Nov 2003 04:28:42 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARCSgDP003316; Thu, 27 Nov 2003 04:28:42 -0800 (PST) (envelope-from sergei) Date: Thu, 27 Nov 2003 04:28:42 -0800 (PST) From: Sergei Kolobov Message-Id: <200311271228.hARCSgDP003316@freefall.freebsd.org> To: ganael.laplanche@martymac.com, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59725: [NEW PORT] net/aMule (supersedes ports/59252) --Fixed deps/bugs-- X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 12:28:43 -0000 Synopsis: [NEW PORT] net/aMule (supersedes ports/59252) --Fixed deps/bugs-- State-Changed-From-To: open->closed State-Changed-By: sergei State-Changed-When: Thu Nov 27 04:28:25 PST 2003 State-Changed-Why: Duplicate of ports/59724. http://www.freebsd.org/cgi/query-pr.cgi?pr=59725 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 04:30:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D20716A4CE for ; Thu, 27 Nov 2003 04:30:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F7843F75 for ; Thu, 27 Nov 2003 04:30:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARCUPFY003372 for ; Thu, 27 Nov 2003 04:30:25 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARCUPuv003371; Thu, 27 Nov 2003 04:30:25 -0800 (PST) (envelope-from gnats) Date: Thu, 27 Nov 2003 04:30:25 -0800 (PST) Message-Id: <200311271230.hARCUPuv003371@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Charlie Root Subject: Re: ports/59252: New port : net/amule : aMule - aNOTHER eMule P2P Client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Charlie Root List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 12:30:26 -0000 The following reply was made to PR ports/59252; it has been noted by GNATS. From: Charlie Root To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/59252: New port : net/amule : aMule - aNOTHER eMule P2P Client Date: Thu, 27 Nov 2003 05:24:16 +0000 Obsoloted by ports/59724 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 06:00:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0A5516A4CE; Thu, 27 Nov 2003 06:00:27 -0800 (PST) Received: from andouillette.esil.univ-mrs.fr (andouillette.esil.univ-mrs.fr [139.124.41.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC9143FA3; Thu, 27 Nov 2003 06:00:22 -0800 (PST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from andouillette.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])hARE0LbR037768; Thu, 27 Nov 2003 15:00:21 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost)hARE0KDZ037767; Thu, 27 Nov 2003 15:00:20 +0100 (CET) X-Authentication-Warning: andouillette.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Thu, 27 Nov 2003 15:00:20 +0100 From: Herve Quiroz To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20031127140019.GA37730@andouillette.esil.univ-mrs.fr> Mail-Followup-To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <200311181833.hAIIXHMv036397@andouillette.esil.univ-mrs.fr> <200311181840.hAIIe9oF058454@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <200311181840.hAIIe9oF058454@freefall.freebsd.org> User-Agent: Mutt/1.4.1i X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: ports/59428: New port: misc/pcgen (Java-based RPG character generator) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 14:00:28 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Just a quick fix: Now the port uses the new PORTDOCS macro in Makefile to reduce the size of pkg-plist. Herve --wac7ysb48OaltWcw-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 06:10:27 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 639A716A4E7 for ; Thu, 27 Nov 2003 06:10:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9385A43F85 for ; Thu, 27 Nov 2003 06:10:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAREAOFY020084 for ; Thu, 27 Nov 2003 06:10:24 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAREAOe5020083; Thu, 27 Nov 2003 06:10:24 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 06:10:24 -0800 (PST) Resent-Message-Id: <200311271410.hAREAOe5020083@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yann Berthier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1F4D16A4CE for ; Thu, 27 Nov 2003 06:07:05 -0800 (PST) Received: from itesec.hsc.fr (itesec.hsc.fr [192.70.106.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id A86A643FCB for ; Thu, 27 Nov 2003 06:07:04 -0800 (PST) (envelope-from yb@hsc.fr) Received: from taz.hsc.fr (taz.hsc.fr [192.70.106.75]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "taz.hsc.fr", Issuer "HSC CA" (verified OK)) by itesec.hsc.fr (Postfix) with ESMTP id B2FDA21032 for ; Thu, 27 Nov 2003 15:07:03 +0100 (CET) Received: by taz.hsc.fr (Postfix, from userid 1000) id DC5D185B; Thu, 27 Nov 2003 15:06:48 +0100 (CET) Message-Id: <20031127140648.DC5D185B@taz.hsc.fr> Date: Thu, 27 Nov 2003 15:06:48 +0100 (CET) From: Yann Berthier To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59726: [MAINTAINER] net/roadrunner: Mark as BROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 14:10:27 -0000 X-List-Received-Date: Thu, 27 Nov 2003 14:10:27 -0000 >Number: 59726 >Category: ports >Synopsis: [MAINTAINER] net/roadrunner: Mark as BROKEN >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: Thu Nov 27 06:10:23 PST 2003 >Closed-Date: >Last-Modified: >Originator: Yann Berthier >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD taz.hsc.fr 5.1-CURRENT FreeBSD 5.1-CURRENT #73: Sat Nov 8 22:22:27 CET >Description: Mark as BROKEN, the master site is dead. As the project seems discontinued, i'll ask the cvs meisters to remove this port if their is no revival in a near future. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- roadrunner-0.9.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/roadrunner/Makefile /home/yb/tmp/ports/net/roadrunner/Makefile --- /usr/ports/net/roadrunner/Makefile Sat Sep 27 03:09:47 2003 +++ /home/yb/tmp/ports/net/roadrunner/Makefile Thu Nov 27 14:46:39 2003 @@ -14,6 +14,8 @@ MAINTAINER= yb@sainte-barbe.org COMMENT= A portable BEEP protocol implementation +BROKEN= Master site is down + USE_GNOME= glib20 libxml2 USE_LIBTOOL= yes GNU_CONFIGURE= yes --- roadrunner-0.9.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 06:10:41 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4DEF16A4CE for ; Thu, 27 Nov 2003 06:10:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC86943F93 for ; Thu, 27 Nov 2003 06:10:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAREANFY020070 for ; Thu, 27 Nov 2003 06:10:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAREANDp020069; Thu, 27 Nov 2003 06:10:23 -0800 (PST) (envelope-from gnats) Date: Thu, 27 Nov 2003 06:10:23 -0800 (PST) Message-Id: <200311271410.hAREANDp020069@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Herve Quiroz Subject: Re: ports/59428: New port: misc/pcgen (Java-based RPG character generator) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Herve Quiroz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 14:10:41 -0000 The following reply was made to PR ports/59428; it has been noted by GNATS. From: Herve Quiroz To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/59428: New port: misc/pcgen (Java-based RPG character generator) Date: Thu, 27 Nov 2003 15:00:20 +0100 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Just a quick fix: Now the port uses the new PORTDOCS macro in Makefile to reduce the size of pkg-plist. Herve --wac7ysb48OaltWcw Content-Type: application/x-shar Content-Disposition: attachment; filename="port-pcgen.shar" Content-Transfer-Encoding: quoted-printable # This is a shell archive. Save it in a file, remove anything before=0A# t= his line, and then unpack it by entering "sh file". Note, it may=0A# creat= e directories; files and directories will be owned by you and=0A# have defa= ult permissions.=0A#=0A# This archive contains:=0A#=0A# misc/pcgen/=0A# mis= c/pcgen/distinfo=0A# misc/pcgen/Makefile=0A# misc/pcgen/pkg-plist=0A# misc/= pcgen/pkg-descr=0A#=0Aecho c - misc/pcgen/=0Amkdir -p misc/pcgen/ > /dev/nu= ll 2>&1=0Aecho x - misc/pcgen/distinfo=0Ased 's/^X//' >misc/pcgen/distinfo = << 'END-of-misc/pcgen/distinfo'=0AXMD5 (pcgen54_part1of3.zip) =3D 4d87b8b9d= 72f779f6689e0389ad950a8=0AXMD5 (pcgen54_part2of3.zip) =3D 60105405b75054946= 2e6f6da4f0ff9d7=0AXMD5 (pcgen54_part3of3.zip) =3D 914d3df55d31385dea4f3f2fa= c761d1f=0AXMD5 (pdf.zip) =3D b99e028f733b783a7d1b21b2cbd5e604=0AXMD5 (skin.= zip) =3D 851bf10cceca8c5265d01a59704f8854=0AEND-of-misc/pcgen/distinfo=0Aec= ho x - misc/pcgen/Makefile=0Ased 's/^X//' >misc/pcgen/Makefile << 'END-of-m= isc/pcgen/Makefile'=0AX# Ports collection makefile for: PCGen=0AX# Date cre= ated: 17 November 2003=0AX# Whom: Herve Quiroz =0AX#=0AX# $FreeBSD$=0AX=0AXPORTNAME=3D pcgen=0AXPORTVERSION=3D 5= .4.0=0AXCATEGORIES=3D misc java=0AXMASTER_SITES=3D ${MASTER_SITE_SOURCEFORG= E}=0AXMASTER_SITE_SUBDIR=3D pcgen=0AXDISTFILES=3D pcgen${PORTVERSION:S/.//g= :S/0$//}_part1of3.zip \=0AX pcgen${PORTVERSION:S/.//g:S/0$//}_part2of3.zip= \=0AX pcgen${PORTVERSION:S/.//g:S/0$//}_part3of3.zip \=0AX skin.zip pdf.= zip=0AX=0AXMAINTAINER=3D herve.quiroz@esil.univ-mrs.fr=0AXCOMMENT=3D A Java= -based RPG character generator and maintenance program=0AX=0AXUSE_ZIP=3D YE= S=0AXUSE_JAVA=3D 1.4+=0AXNO_BUILD=3D YES=0AX=0AXWRKSRC=3D ${WRKDIR}=0AXPOR= TDESTDIR=3D ${JAVASHAREDIR}/${PORTNAME}=0AXWRKDIRS=3D characters data lib o= utputsheets system=0AXWRKDOCSDIR=3D ${WRKSRC}/docs=0AXWRKSCRIPT=3D ${WRKSRC= }/pcgen.bsd.sh=0AXPLIST_SUB+=3D T=3D${PORTDESTDIR:S/^${PREFIX}//}=0AX=0AXdo= -install:=0AX @${ECHO_CMD} -n ">> Installing..."=0AX @cd ${WRKSRC} && ${FIN= D} ${WRKDIRS} -type d -exec ${MKDIR} ${PORTDESTDIR}/{} ";"=0AX @cd ${WRKSRC= } && ${FIND} ${WRKDIRS} -type f -exec ${INSTALL_DATA} {} ${PORTDESTDIR}/{} = ";"=0AX @cd ${WRKSRC} && ${INSTALL_DATA} pcgen.jar ${PORTDESTDIR}=0AX @cd $= {WRKSRC} && ${SED} "s|^java|${JAVA}|" pcgen.sh | ${SED} 's|`dirname $$0`|${= PORTDESTDIR}|' > ${WRKSCRIPT}=0AX @cd ${WRKSRC} && ${INSTALL_SCRIPT} ${WRKS= CRIPT} ${PORTDESTDIR}/pcgen.sh=0AX @${LN} -fs ${PORTDESTDIR}/pcgen.sh ${PRE= FIX}/bin/pcgen.sh=0AX @${ECHO_CMD} " [DONE]"=0AX @${ECHO_CMD} -n ">> Config= uring..."=0AX @${ECHO_CMD} "pcgen.filepaths=3Duser" > ${PORTDESTDIR}/filepa= ths.ini=0AX @${ECHO_CMD} " [DONE]"=0AX=0AX.if !defined(NOPORTDOCS)=0AX @${E= CHO_CMD} -n ">> Installing documentation..."=0AX @cd ${WRKDOCSDIR} && ${FIN= D} . -type d -exec ${MKDIR} ${DOCSDIR}/{} ";"=0AX @cd ${WRKDOCSDIR} && ${FI= ND} . -type f -exec ${INSTALL_MAN} {} ${DOCSDIR}/{} ";"=0AX @${ECHO_CMD} " = [DONE]"=0AX.endif=0AX=0AX.include =0AEND-of-misc/pcgen/Makefil= e=0Aecho x - misc/pcgen/pkg-plist=0Ased 's/^X//' >misc/pcgen/pkg-plist << '= END-of-misc/pcgen/pkg-plist'=0AX%%T%%/characters/CodeMonkey.pcg=0AX%%T%%/da= ta/customsources/readme-customsources.txt=0AX%%T%%/data/d20ogl/avalanchepre= ss/blackflags/blackflagclasses.lst=0AX%%T%%/data/d20ogl/avalanchepress/blac= kflags/blackflagfeats.lst=0AX%%T%%/data/d20ogl/avalanchepress/blackflags/bl= ackflags.pcc=0AX%%T%%/data/d20ogl/avalanchepress/blackflags/blackflagskills= .lst=0AX%%T%%/data/d20ogl/avalanchepress/blackflags/OGL.txt=0AX%%T%%/data/d= 20ogl/bastionpress/alchemyherbalists/alchemyherbalist.pcc=0AX%%T%%/data/d20= ogl/bastionpress/alchemyherbalists/alchemyherbalistclasses.lst=0AX%%T%%/dat= a/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistequipwondrousitems.= lst=0AX%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistfea= ts.lst=0AX%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalist= skills.lst=0AX%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherba= listspells.lst=0AX%%T%%/data/d20ogl/bastionpress/alchemyherbalists/OGL.txt= =0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscape.pcc=0A= X%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapebiosetting= s.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapecl= asses.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/citysca= peclassfeats.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/= cityscapeequip.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscap= e/cityscapeequiparmorshields.lst=0AX%%T%%/data/d20ogl/battlefieldpress/city= scape/cityscape/cityscapeequipmods.lst=0AX%%T%%/data/d20ogl/battlefieldpres= s/cityscape/cityscape/cityscapeequipweapammo.lst=0AX%%T%%/data/d20ogl/battl= efieldpress/cityscape/cityscape/cityscapeequipweapmelee.lst=0AX%%T%%/data/d= 20ogl/battlefieldpress/cityscape/cityscape/cityscapeequipweapranged.lst=0AX= %%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapefeats.lst= =0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapelanguag= es.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscaper= aces.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscap= eskills.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/citys= capetemplates.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape= /cityscapeweapprofs.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cit= yscape/OGL.txt=0AX%%T%%/data/d20ogl/creativemountaingames/permission.txt=0A= X%%T%%/data/d20ogl/creativemountaingames/lexus/countyclergy/countyclergy.pc= c=0AX%%T%%/data/d20ogl/creativemountaingames/lexus/countyclergy/lexusclergy= classes.lst=0AX%%T%%/data/d20ogl/creativemountaingames/lexus/countyclergy/l= exusclergyspells.lst=0AX%%T%%/data/d20ogl/creativemountaingames/lexus/count= yclergy/OGL.txt=0AX%%T%%/data/d20ogl/creativemountaingames/lexus/groupcomba= t/groupcombat.pcc=0AX%%T%%/data/d20ogl/creativemountaingames/lexus/groupcom= bat/lexusgroupcombatfeats.lst=0AX%%T%%/data/d20ogl/creativemountaingames/le= xus/groupcombat/OGL.txt=0AX%%T%%/data/d20ogl/creativemountaingames/lexus/tr= undlefolk/lexustrundlefolkclasses.lst=0AX%%T%%/data/d20ogl/creativemountain= games/lexus/trundlefolk/lexustrundlefolkspells.lst=0AX%%T%%/data/d20ogl/cre= ativemountaingames/lexus/trundlefolk/OGL.txt=0AX%%T%%/data/d20ogl/creativem= ountaingames/lexus/trundlefolk/trundlefolk.pcc=0AX%%T%%/data/d20ogl/creativ= emountaingames/openspellscollection/OGL.txt=0AX%%T%%/data/d20ogl/creativemo= untaingames/openspellscollection/primary/openspellsprime.pcc=0AX%%T%%/data/= d20ogl/creativemountaingames/openspellscollection/primary/openspellsprimesp= ells.lst=0AX%%T%%/data/d20ogl/creativemountaingames/openspellscollection/va= riation1/openspellsvar1.pcc=0AX%%T%%/data/d20ogl/creativemountaingames/open= spellscollection/variation1/openspellsvar1spells.lst=0AX%%T%%/data/d20ogl/c= reativemountaingames/openspellscollection/variation2/openspellsvar2.pcc=0AX= %%T%%/data/d20ogl/creativemountaingames/openspellscollection/variation2/ope= nspellsvar2spells.lst=0AX%%T%%/data/d20ogl/fantasycommunitycouncil/netbooko= fspellsmagic/netbookofspells.pcc=0AX%%T%%/data/d20ogl/fantasycommunitycounc= il/netbookofspellsmagic/netbookofspellsspells.lst=0AX%%T%%/data/d20ogl/fant= asycommunitycouncil/netbookofspellsmagic/OGL.txt=0AX%%T%%/data/d20ogl/fanta= syflightgames/dragonstar/starfarershandbook/cleanup_notes.txt=0AX%%T%%/data= /d20ogl/fantasyflightgames/dragonstar/starfarershandbook/OGL.txt=0AX%%T%%/d= ata/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb.pc= c=0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/sta= rfarershbbiosettings.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar= /starfarershandbook/starfarershbclasses.lst=0AX%%T%%/data/d20ogl/fantasyfli= ghtgames/dragonstar/starfarershandbook/starfarershbdeities.lst=0AX%%T%%/dat= a/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershbequip= .lst=0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/= starfarershbequiparmorshields.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/d= ragonstar/starfarershandbook/starfarershbequipmech.lst=0AX%%T%%/data/d20ogl= /fantasyflightgames/dragonstar/starfarershandbook/starfarershbequipmods.lst= =0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/star= farershbequipmodsmech.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/dragonsta= r/starfarershandbook/starfarershbequipspellware.lst=0AX%%T%%/data/d20ogl/fa= ntasyflightgames/dragonstar/starfarershandbook/starfarershbequipweapammo.ls= t=0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/sta= rfarershbequipweapmelee.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/dragons= tar/starfarershandbook/starfarershbequipweapranged.lst=0AX%%T%%/data/d20ogl= /fantasyflightgames/dragonstar/starfarershandbook/starfarershbfeats.lst=0AX= %%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfare= rshbfeatshidden.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/star= farershandbook/starfarershbraces.lst=0AX%%T%%/data/d20ogl/fantasyflightgame= s/dragonstar/starfarershandbook/starfarershbskills.lst=0AX%%T%%/data/d20ogl= /fantasyflightgames/dragonstar/starfarershandbook/starfarershbspells.lst=0A= X%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfar= ershbtemplates.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starf= arershandbook/starfarershbweapprofs.lst=0AX%%T%%/data/d20ogl/fantasyflightg= ames/legendsandlairs/mythicraces/mythicraces.pcc=0AX%%T%%/data/d20ogl/fanta= syflightgames/legendsandlairs/mythicraces/mythicracesbiosettings.lst=0AX%%T= %%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracescl= asses.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicrac= es/mythicracesdomains.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/legendsan= dlairs/mythicraces/mythicracesequipweapammo.lst=0AX%%T%%/data/d20ogl/fantas= yflightgames/legendsandlairs/mythicraces/mythicracesequipweapmelee.lst=0AX%= %T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicraces= equipweapranged.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs= /mythicraces/mythicracesfeats.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/l= egendsandlairs/mythicraces/mythicracesfeatshidden.lst=0AX%%T%%/data/d20ogl/= fantasyflightgames/legendsandlairs/mythicraces/mythicraceslanguages.lst=0AX= %%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicrace= sraces.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicra= ces/mythicracesskills.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/legendsan= dlairs/mythicraces/mythicracesspells.lst=0AX%%T%%/data/d20ogl/fantasyflight= games/legendsandlairs/mythicraces/mythicracestemplates.lst=0AX%%T%%/data/d2= 0ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesweapprofs.ls= t=0AX%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/OGL.t= xt=0AX%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritch.pcc=0AX%= %T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchclasses.lst=0AX%= %T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchequippotionspois= ons.lst=0AX%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchequi= prings.lst=0AX%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritche= quiprodstaffwands.lst=0AX%%T%%/data/d20ogl/malhavocpress/bookofeldritchmigh= t/eldritchequipweapmelee.lst=0AX%%T%%/data/d20ogl/malhavocpress/bookofeldri= tchmight/eldritchequipwondrousitems.lst=0AX%%T%%/data/d20ogl/malhavocpress/= bookofeldritchmight/eldritchfeats.lst=0AX%%T%%/data/d20ogl/malhavocpress/bo= okofeldritchmight/eldritchraces.lst=0AX%%T%%/data/d20ogl/malhavocpress/book= ofeldritchmight/eldritchskills.lst=0AX%%T%%/data/d20ogl/malhavocpress/booko= feldritchmight/eldritchspells.lst=0AX%%T%%/data/d20ogl/malhavocpress/bookof= eldritchmight/OGL.txt=0AX%%T%%/data/d20ogl/msrd/msrd.pcc=0AX%%T%%/data/d20o= gl/msrd/msrdclassesadvanced.lst=0AX%%T%%/data/d20ogl/msrd/msrdclassesbase.l= st=0AX%%T%%/data/d20ogl/msrd/msrdclassesnpc.lst=0AX%%T%%/data/d20ogl/msrd/m= srdequip.lst=0AX%%T%%/data/d20ogl/msrd/msrdequiparmor.lst=0AX%%T%%/data/d20= ogl/msrd/msrdequipmods.lst=0AX%%T%%/data/d20ogl/msrd/msrdequipvehicles.lst= =0AX%%T%%/data/d20ogl/msrd/msrdequipweapammo.lst=0AX%%T%%/data/d20ogl/msrd/= msrdequipweapmelee.lst=0AX%%T%%/data/d20ogl/msrd/msrdequipweapranged.lst=0A= X%%T%%/data/d20ogl/msrd/msrdfeats.lst=0AX%%T%%/data/d20ogl/msrd/msrdfeatshi= dden.lst=0AX%%T%%/data/d20ogl/msrd/msrdfeatsoccupations.lst=0AX%%T%%/data/d= 20ogl/msrd/msrdfxequiparmorspecific.lst=0AX%%T%%/data/d20ogl/msrd/msrdfxequ= ipmods.lst=0AX%%T%%/data/d20ogl/msrd/OGL.txt=0AX%%T%%/data/d20ogl/msrd/msrd= fxequippotionspecific.lst=0AX%%T%%/data/d20ogl/msrd/msrdfxequipringspecific= .lst=0AX%%T%%/data/d20ogl/msrd/msrdfxequipscrollsspecific.lst=0AX%%T%%/data= /d20ogl/msrd/msrdfxequipstaffsspecific.lst=0AX%%T%%/data/d20ogl/msrd/msrdfx= equiptattoosspecific.lst=0AX%%T%%/data/d20ogl/msrd/msrdfxequipwandsspecific= .lst=0AX%%T%%/data/d20ogl/msrd/msrdfxequipweapmeleespecific.lst=0AX%%T%%/da= ta/d20ogl/msrd/msrdfxequipweaprangedspecific.lst=0AX%%T%%/data/d20ogl/msrd/= msrdfxequipwonderousitems.lst=0AX%%T%%/data/d20ogl/msrd/msrdfxpowers.lst=0A= X%%T%%/data/d20ogl/msrd/msrdfxspells.lst=0AX%%T%%/data/d20ogl/msrd/msrdlang= uages.lst=0AX%%T%%/data/d20ogl/msrd/msrdraces.lst=0AX%%T%%/data/d20ogl/msrd= /msrdskills.lst=0AX%%T%%/data/d20ogl/msrd/altpcc/msrdnofx.pcc=0AX%%T%%/data= /d20ogl/msrd/msrdtemplates.lst=0AX%%T%%/data/d20ogl/msrd/msrdtemplatesfiend= s.lst=0AX%%T%%/data/d20ogl/msrd/msrdweapprofs.lst=0AX%%T%%/data/d20ogl/srd/= OGL.txt=0AX%%T%%/data/d20ogl/srd/srd.pcc=0AX%%T%%/data/d20ogl/srd/srdclasse= sbase.lst=0AX%%T%%/data/d20ogl/srd/srdclassescreaturespecific.lst=0AX%%T%%/= data/d20ogl/srd/srdclassescreaturetypes.lst=0AX%%T%%/data/d20ogl/srd/srdcla= ssesdragon.lst=0AX%%T%%/data/d20ogl/srd/srdclassesprestige.lst=0AX%%T%%/dat= a/d20ogl/srd/srdclassespsionic.lst=0AX%%T%%/data/d20ogl/srd/srdcompanionmod= s.lst=0AX%%T%%/data/d20ogl/srd/srddeities.lst=0AX%%T%%/data/d20ogl/srd/srdd= omains.lst=0AX%%T%%/data/d20ogl/srd/srdequip.lst=0AX%%T%%/data/d20ogl/srd/s= rdequiparmorshields.lst=0AX%%T%%/data/d20ogl/srd/srdequiparmorshieldsspecif= ic.lst=0AX%%T%%/data/d20ogl/srd/srdequipartifacts.lst=0AX%%T%%/data/d20ogl/= srd/srdequipbasetypes.lst=0AX%%T%%/data/d20ogl/srd/srdequipbasetypespsionic= .lst=0AX%%T%%/data/d20ogl/srd/srdequipcoinsgems.lst=0AX%%T%%/data/d20ogl/sr= d/srdequipdorjespsionic.lst=0AX%%T%%/data/d20ogl/srd/srdequipmodsmagic.lst= =0AX%%T%%/data/d20ogl/srd/srdequipmodsmundane.lst=0AX%%T%%/data/d20ogl/srd/= srdequipmodspsionic.lst=0AX%%T%%/data/d20ogl/srd/srdequippotionspoisons.lst= =0AX%%T%%/data/d20ogl/srd/srdequippsionic.lst=0AX%%T%%/data/d20ogl/srd/srde= quiprings.lst=0AX%%T%%/data/d20ogl/srd/srdequiprodstaffswands.lst=0AX%%T%%/= data/d20ogl/srd/srdequipscrolls.lst=0AX%%T%%/data/d20ogl/srd/srdequipweapam= mo.lst=0AX%%T%%/data/d20ogl/srd/srdequipweapammospecific.lst=0AX%%T%%/data/= d20ogl/srd/srdequipweapmelee.lst=0AX%%T%%/data/d20ogl/srd/srdequipweapmelee= psionic.lst=0AX%%T%%/data/d20ogl/srd/srdequipweapmeleespecific.lst=0AX%%T%%= /data/d20ogl/srd/srdequipweapranged.lst=0AX%%T%%/data/d20ogl/srd/srdequipwe= aprangedspecific.lst=0AX%%T%%/data/d20ogl/srd/srdequipwondrousitems.lst=0AX= %%T%%/data/d20ogl/srd/srdfeats.lst=0AX%%T%%/data/d20ogl/srd/srdfeatsdescrip= tions.lst=0AX%%T%%/data/d20ogl/srd/srdfeatshidden.lst=0AX%%T%%/data/d20ogl/= srd/srdfeatshiddenpsionic.lst=0AX%%T%%/data/d20ogl/srd/srdfeatspsionic.lst= =0AX%%T%%/data/d20ogl/srd/srdlanguages.lst=0AX%%T%%/data/d20ogl/srd/srdrace= sabc.lst=0AX%%T%%/data/d20ogl/srd/srdracesanimals.lst=0AX%%T%%/data/d20ogl/= srd/srdracesd.lst=0AX%%T%%/data/d20ogl/srd/srdracesdragons.lst=0AX%%T%%/dat= a/d20ogl/srd/srdracesef.lst=0AX%%T%%/data/d20ogl/srd/srdracesgh.lst=0AX%%T%= %/data/d20ogl/srd/srdracesikl.lst=0AX%%T%%/data/d20ogl/srd/srdracesmn.lst= =0AX%%T%%/data/d20ogl/srd/srdracesopr.lst=0AX%%T%%/data/d20ogl/srd/srdraces= phb.lst=0AX%%T%%/data/d20ogl/srd/srdracespsionic.lst=0AX%%T%%/data/d20ogl/s= rd/srdracesst.lst=0AX%%T%%/data/d20ogl/srd/srdracesuvw.lst=0AX%%T%%/data/d2= 0ogl/srd/srdracesvermin.lst=0AX%%T%%/data/d20ogl/srd/srdracesxyz.lst=0AX%%T= %%/data/d20ogl/srd/srdskills.lst=0AX%%T%%/data/d20ogl/srd/srdskillspsionic.= lst=0AX%%T%%/data/d20ogl/srd/srdspells.lst=0AX%%T%%/data/d20ogl/srd/srdspel= lspsionic.lst=0AX%%T%%/data/d20ogl/srd/srdstartingkits.lst=0AX%%T%%/data/d2= 0ogl/srd/srdtemplates.lst=0AX%%T%%/data/d20ogl/srd/srdtemplatescreatures.ls= t=0AX%%T%%/data/d20ogl/srd/srdtemplatespsionic.lst=0AX%%T%%/data/d20ogl/srd= /srdtemplatestypes.lst=0AX%%T%%/data/d20ogl/srd/srdweapprofs.lst=0AX%%T%%/d= ata/d20ogl/srd/altpcc/srdadvanced.pcc=0AX%%T%%/data/d20ogl/srd/altpcc/srdas= ian.pcc=0AX%%T%%/data/d20ogl/srd/altpcc/srdbasic.pcc=0AX%%T%%/data/d20ogl/s= rd/altpcc/srdmonsters.pcc=0AX%%T%%/data/d20ogl/srd/altpcc/srdpsionics.pcc= =0AX%%T%%/data/d20ogl/srd/srdweapprofsnatural.lst=0AX%%T%%/data/d20ogl/srd/= srdweapprofspsionic.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarred= lands/relicsrituals/OGL.txt=0AX%%T%%/data/d20ogl/swordandsorcerystudios/sca= rredlands/relicsrituals/relicsrituals.pcc=0AX%%T%%/data/d20ogl/swordandsorc= erystudios/scarredlands/relicsrituals/relicsritualsclasses.lst=0AX%%T%%/dat= a/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsdom= ains.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrit= uals/relicsritualsequip.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/sca= rredlands/relicsrituals/relicsritualsequiparmorshieldsspecific.lst=0AX%%T%%= /data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritual= sequipartifacts.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarredland= s/relicsrituals/relicsritualsequippotionspoisons.lst=0AX%%T%%/data/d20ogl/s= wordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequiprings.ls= t=0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/re= licsritualsequiprodstaffwands.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudi= os/scarredlands/relicsrituals/relicsritualsequipscrolls.lst=0AX%%T%%/data/d= 20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequipw= eapammospecific.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarredland= s/relicsrituals/relicsritualsfeats.lst=0AX%%T%%/data/d20ogl/swordandsorcery= studios/scarredlands/relicsrituals/relicsritualsequipweapmeleespecific.lst= =0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/rel= icsritualsequipweaprangedspecific.lst=0AX%%T%%/data/d20ogl/swordandsorcerys= tudios/scarredlands/relicsrituals/relicsritualsequipwondrousitems.lst=0AX%%= T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsrit= ualsfeatshidden.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarredland= s/relicsrituals/relicsritualspermission.HTM=0AX%%T%%/data/d20ogl/swordandso= rcerystudios/scarredlands/relicsrituals/relicsritualsskills.lst=0AX%%T%%/da= ta/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualssp= ells.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrit= uals/relicsritualstemplates.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios= /scarredlands/relicsrituals/relicsritualsweapprofs.lst=0AX%%T%%/lib/readme.= txt=0AX%%T%%/lib/jep-2.24.jar=0AX%%T%%/lib/batik.jar=0AX%%T%%/lib/fop.jar= =0AX%%T%%/lib/jformatter.jar=0AX%%T%%/lib/junit.jar=0AX%%T%%/lib/xalan.jar= =0AX%%T%%/lib/xerces.jar=0AX%%T%%/lib/skinlf.jar=0AX%%T%%/lib/themes/aquath= emepack.zip=0AX%%T%%/lib/themes/bbjthemepack.zip=0AX%%T%%/lib/themes/beosth= emepack.zip=0AX%%T%%/lib/themes/macosthemepack.zip=0AX%%T%%/lib/themes/mode= rnthemepack.zip=0AX%%T%%/lib/themes/themepack.zip=0AX%%T%%/lib/themes/whist= lerthemepack.zip=0AX%%T%%/lib/themes/xplunathemepack.zip=0AX%%T%%/outputshe= ets/base.xml=0AX%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_dnd_combined.= htm=0AX%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_dnd_compact.htm=0AX%%T= %%/outputsheets/d20/fantasy/htmlxml/csheet_dnd_mmstatblock.htm=0AX%%T%%/out= putsheets/d20/fantasy/htmlxml/csheet_dnd_OpenRPG.xml=0AX%%T%%/outputsheets/= d20/fantasy/htmlxml/csheet_dnd_std.htm=0AX%%T%%/outputsheets/d20/fantasy/ht= mlxml/csheet_dnd_WotC_Statblock.htm=0AX%%T%%/outputsheets/d20/fantasy/htmlx= ml/eqsheet_dnd_consumables.htm=0AX%%T%%/outputsheets/d20/fantasy/htmlxml/eq= sheet_dnd_std.htm=0AX%%T%%/outputsheets/d20/fantasy/htmlxml/psheet_dnd_std.= htm=0AX%%T%%/outputsheets/d20/fantasy/pdf/csheet_dnd_descriptions.fo=0AX%%T= %%/outputsheets/d20/fantasy/pdf/csheet_dnd_picture.fo=0AX%%T%%/outputsheets= /d20/fantasy/pdf/csheet_dnd_spellbook.fo=0AX%%T%%/outputsheets/d20/fantasy/= pdf/csheet_dnd_std.fo=0AX%%T%%/outputsheets/d20/fantasy/pdf/csheet_dnd_std.= xslt=0AX%%T%%/outputsheets/d20/fantasy/text/csheet_plain.TXT=0AX%%T%%/outpu= tsheets/d20/fantasy/text/placeholder.txt=0AX%%T%%/outputsheets/d20/historic= al/htmlxml/eqsheet_dnd_std.htm=0AX%%T%%/outputsheets/d20/historical/htmlxml= /psheet_dnd_std.htm=0AX%%T%%/outputsheets/d20/historical/pdf/placeholder.tx= t=0AX%%T%%/outputsheets/d20/historical/text/placeholder.txt=0AX%%T%%/output= sheets/d20/horror/htmlxml/eqsheet_dnd_std.htm=0AX%%T%%/outputsheets/d20/hor= ror/htmlxml/psheet_dnd_std.htm=0AX%%T%%/outputsheets/d20/horror/text/placeh= older.txt=0AX%%T%%/outputsheets/d20/modern/htmlxml/csheet_modern_std.htm=0A= X%%T%%/outputsheets/d20/modern/htmlxml/eqsheet_dnd_std.htm=0AX%%T%%/outputs= heets/d20/modern/htmlxml/psheet_dnd_std.htm=0AX%%T%%/outputsheets/d20/moder= n/pdf/csheet_modern_std.xslt=0AX%%T%%/outputsheets/d20/modern/pdf/placehold= er.txt=0AX%%T%%/outputsheets/d20/modern/text/placeholder.txt=0AX%%T%%/outpu= tsheets/d20/sciencefiction/htmlxml/eqsheet_dnd_std.htm=0AX%%T%%/outputsheet= s/d20/sciencefiction/htmlxml/psheet_dnd_std.htm=0AX%%T%%/outputsheets/d20/s= ciencefiction/pdf/placeholder.txt=0AX%%T%%/outputsheets/d20/sciencefiction/= text/placeholder.txt=0AX%%T%%/outputsheets/d20/western/htmlxml/csheetDeadla= nds.htm=0AX%%T%%/outputsheets/d20/western/htmlxml/eqsheet_dnd_std.htm=0AX%%= T%%/outputsheets/d20/western/htmlxml/psheet_dnd_std.htm=0AX%%T%%/outputshee= ts/d20/western/pdf/placeholder.txt=0AX%%T%%/outputsheets/d20/western/text/p= laceholder.txt=0AX%%T%%/system/D20System.htm=0AX%%T%%/system/opengaminglice= nse.10a.txt=0AX%%T%%/system/paperInfo.lst=0AX%%T%%/system/pointbuymethods_s= ystem.lst=0AX%%T%%/system/schools.lst=0AX%%T%%/system/sizeAdjustment.lst=0A= X%%T%%/system/tips.lst=0AX%%T%%/system/bio/biosettings.lst=0AX%%T%%/system/= bio/locations.lst=0AX%%T%%/system/bio/traits.lst=0AX%%T%%/system/bio/names/= Albion.nam=0AX%%T%%/system/bio/names/ALVER.NAM=0AX%%T%%/system/bio/names/Ar= abic.nam=0AX%%T%%/system/bio/names/cg_NAMES.nam=0AX%%T%%/system/bio/names/D= everry.nam=0AX%%T%%/system/bio/names/DVARGAR.NAM=0AX%%T%%/system/bio/names/= Felana.nam=0AX%%T%%/system/bio/names/GALLER.NAM=0AX%%T%%/system/bio/names/G= eneric_NAMES.nam=0AX%%T%%/system/bio/names/gnome.nam=0AX%%T%%/system/bio/na= mes/hispanic_NAMES.nam=0AX%%T%%/system/bio/names/HOBER.NAM=0AX%%T%%/system/= bio/names/kerrel.nam=0AX%%T%%/system/bio/names/Mar_Draconic.nam=0AX%%T%%/sy= stem/bio/names/Mar_Knightly_NAMES.nam=0AX%%T%%/system/bio/names/Mar_NAMES.n= am=0AX%%T%%/system/bio/names/Narn.nam=0AX%%T%%/system/bio/names/orc.nam=0AX= %%T%%/system/bio/names/ReadMe.txt=0AX%%T%%/system/bio/names/rw_Anglo_Saxon_= Female.nam=0AX%%T%%/system/bio/names/rw_Anglo_Saxon_Male.nam=0AX%%T%%/syste= m/bio/names/rw_Anglo_Saxon_Latinized_Female.nam=0AX%%T%%/system/bio/names/r= w_Anglo_Saxon_Latinized_Male.nam=0AX%%T%%/system/bio/names/rw_English_Late_= Period_Female.nam=0AX%%T%%/system/bio/names/rw_English_Late_Period_Male.nam= =0AX%%T%%/system/bio/names/rw_English_Middle_Period_Female.nam=0AX%%T%%/sys= tem/bio/names/rw_English_Middle_Period_Male.nam=0AX%%T%%/system/bio/names/r= w_Flemish_NAMES.nam=0AX%%T%%/system/bio/names/rw_Frankish_Female.nam=0AX%%T= %%/system/bio/names/rw_Frankish_Male.nam=0AX%%T%%/system/bio/names/rw_Frenc= h_NAMES.nam=0AX%%T%%/system/bio/names/rw_German_Female.nam=0AX%%T%%/system/= bio/names/rw_German_Male.nam=0AX%%T%%/system/bio/names/rw_Gothic_NAMES.nam= =0AX%%T%%/system/bio/names/rw_Irish_Gaelic_Female.nam=0AX%%T%%/system/bio/n= ames/rw_Irish_Gaelic_Male.nam=0AX%%T%%/system/bio/names/rw_Italian_Renaissa= nce_Female.nam=0AX%%T%%/system/bio/names/rw_Italian_Renaissance_Male.nam=0A= X%%T%%/system/bio/names/rw_Persian_NAMES.nam=0AX%%T%%/system/bio/names/rw_P= ictish_Classical_NAMES.nam=0AX%%T%%/system/bio/names/rw_Pictish_Medieval_Ma= le.nam=0AX%%T%%/system/bio/names/rw_Roman_Female.nam=0AX%%T%%/system/bio/na= mes/rw_Roman_Male.nam=0AX%%T%%/system/bio/names/rw_Russian_Female.nam=0AX%%= T%%/system/bio/names/rw_Russian_Male.nam=0AX%%T%%/system/bio/names/rw_Scott= ish_Gaelic_Female.nam=0AX%%T%%/system/bio/names/rw_Scottish_Gaelic_Male.nam= =0AX%%T%%/system/bio/names/sparhawk.nam=0AX%%T%%/system/gameModes/Deadlands= .lst=0AX%%T%%/system/gameModes/Sidewinder.lst=0AX%%T%%/system/gameModes/Sov= ereignStoneD20.lst=0AX%%T%%/system/gameModes/Spycraft.lst=0AX%%T%%/system/g= ameModes/WeirdWars.lst=0AX%%T%%/system/gameModes/3e/level.lst=0AX%%T%%/syst= em/gameModes/3e/load.lst=0AX%%T%%/system/gameModes/3e/miscinfo.lst=0AX%%T%%= /system/gameModes/3e/statsandchecks.lst=0AX%%T%%/system/gameModes/Modern/le= vel.lst=0AX%%T%%/system/gameModes/Modern/load.lst=0AX%%T%%/system/gameModes= /Modern/miscinfo.lst=0AX%%T%%/system/gameModes/Modern/statsandchecks.lst=0A= X%%T%%/system/Languages/LanguageBundle.properties=0AX%%T%%/system/Languages= /LanguageBundle_en_US.properties=0AX%%T%%/system/outputFilters/fo.lst=0AX%%= T%%/system/outputFilters/htm.lst=0AX%%T%%/system/outputFilters/xml.lst=0AX%= %T%%/system/specials/bonusstacks.lst=0AX%%T%%/system/specials/equipmentslot= s.lst=0AX%%T%%/system/specials/specials.lst=0AX%%T%%/pcgen.jar=0AX%%T%%/pcg= en.sh=0AX%%T%%/filepaths.ini=0AXbin/pcgen.sh=0AX@dirrm %%T%%/system/special= s=0AX@dirrm %%T%%/system/outputFilters=0AX@dirrm %%T%%/system/gameModes/Mod= ern=0AX@dirrm %%T%%/system/gameModes/3e=0AX@dirrm %%T%%/system/gameModes=0A= X@dirrm %%T%%/system/bio/names=0AX@dirrm %%T%%/system/bio=0AX@dirrm %%T%%/s= ystem/Languages=0AX@dirrm %%T%%/system/=0AX@dirrm %%T%%/outputsheets/d20/we= stern/text=0AX@dirrm %%T%%/outputsheets/d20/western/pdf=0AX@dirrm %%T%%/out= putsheets/d20/western/htmlxml=0AX@dirrm %%T%%/outputsheets/d20/western=0AX@= dirrm %%T%%/outputsheets/d20/sciencefiction/text=0AX@dirrm %%T%%/outputshee= ts/d20/sciencefiction/pdf=0AX@dirrm %%T%%/outputsheets/d20/sciencefiction/h= tmlxml=0AX@dirrm %%T%%/outputsheets/d20/sciencefiction=0AX@dirrm %%T%%/outp= utsheets/d20/modern/text=0AX@dirrm %%T%%/outputsheets/d20/modern/pdf=0AX@di= rrm %%T%%/outputsheets/d20/modern/htmlxml=0AX@dirrm %%T%%/outputsheets/d20/= modern=0AX@dirrm %%T%%/outputsheets/d20/horror/text=0AX@dirrm %%T%%/outputs= heets/d20/horror/htmlxml=0AX@dirrm %%T%%/outputsheets/d20/horror=0AX@dirrm = %%T%%/outputsheets/d20/historical/text=0AX@dirrm %%T%%/outputsheets/d20/his= torical/pdf=0AX@dirrm %%T%%/outputsheets/d20/historical/htmlxml=0AX@dirrm %= %T%%/outputsheets/d20/historical=0AX@dirrm %%T%%/outputsheets/d20/fantasy/t= ext=0AX@dirrm %%T%%/outputsheets/d20/fantasy/pdf=0AX@dirrm %%T%%/outputshee= ts/d20/fantasy/htmlxml=0AX@dirrm %%T%%/outputsheets/d20/fantasy=0AX@dirrm %= %T%%/outputsheets/d20=0AX@dirrm %%T%%/outputsheets/=0AX@dirrm %%T%%/lib/the= mes=0AX@dirrm %%T%%/lib/=0AX@dirrm %%T%%/data/permissioned/sovereignpress/s= overeignstone/altpcc=0AX@dirrm %%T%%/data/permissioned/sovereignpress/sover= eignstone=0AX@dirrm %%T%%/data/permissioned/sovereignpress=0AX@dirrm %%T%%/= data/permissioned/rpgobjects/darwinsworld/darwinsworld/worldrules=0AX@dirrm= %%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/denizens=0AX@= dirrm %%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifact= s=0AX@dirrm %%T%%/data/permissioned/rpgobjects/darwinsworld/darwinsworld=0A= X@dirrm %%T%%/data/permissioned/rpgobjects/darwinsworld=0AX@dirrm %%T%%/dat= a/permissioned/rpgobjects=0AX@dirrm %%T%%/data/permissioned/pinnacleenterta= inment/deadlands/thewayofthehuckster=0AX@dirrm %%T%%/data/permissioned/pinn= acleentertainment/deadlands/thewayofthegun=0AX@dirrm %%T%%/data/permissione= d/pinnacleentertainment/deadlands/horrorsotheweirdwest=0AX@dirrm %%T%%/data= /permissioned/pinnacleentertainment/deadlands/deadlandsweb=0AX@dirrm %%T%%/= data/permissioned/pinnacleentertainment/deadlands/deadlandsd20=0AX@dirrm %%= T%%/data/permissioned/pinnacleentertainment/deadlands=0AX@dirrm %%T%%/data/= permissioned/pinnacleentertainment=0AX@dirrm %%T%%/data/permissioned/mongoo= se/travellerstales/seasofblood=0AX@dirrm %%T%%/data/permissioned/mongoose/t= ravellerstales=0AX@dirrm %%T%%/data/permissioned/mongoose/slayersguides/tro= glodytes=0AX@dirrm %%T%%/data/permissioned/mongoose/slayersguides/hobgoblin= s=0AX@dirrm %%T%%/data/permissioned/mongoose/slayersguides/gnolls=0AX@dirrm= %%T%%/data/permissioned/mongoose/slayersguides/centaurs=0AX@dirrm %%T%%/da= ta/permissioned/mongoose/slayersguides/amazons=0AX@dirrm %%T%%/data/permiss= ioned/mongoose/slayersguides=0AX@dirrm %%T%%/data/permissioned/mongoose/pow= erclasses/assassin=0AX@dirrm %%T%%/data/permissioned/mongoose/powerclasses= =0AX@dirrm %%T%%/data/permissioned/mongoose/gladiatorsandsofdeath=0AX@dirrm= %%T%%/data/permissioned/mongoose/encyclopediaarcane/necromancy=0AX@dirrm %= %T%%/data/permissioned/mongoose/encyclopediaarcane/demonology=0AX@dirrm %%T= %%/data/permissioned/mongoose/encyclopediaarcane/chaosmagic=0AX@dirrm %%T%%= /data/permissioned/mongoose/encyclopediaarcane=0AX@dirrm %%T%%/data/permiss= ioned/mongoose/collectorsseries/quintessentialrogue=0AX@dirrm %%T%%/data/pe= rmissioned/mongoose/collectorsseries/quintessentialfighter=0AX@dirrm %%T%%/= data/permissioned/mongoose/collectorsseries=0AX@dirrm %%T%%/data/permission= ed/mongoose=0AX@dirrm %%T%%/data/permissioned/malhavocpress/malhavocweb=0AX= @dirrm %%T%%/data/permissioned/malhavocpress/ifthoughtscouldkill=0AX@dirrm = %%T%%/data/permissioned/malhavocpress/demongodsfane=0AX@dirrm %%T%%/data/pe= rmissioned/malhavocpress/bookofeldritchmight2=0AX@dirrm %%T%%/data/permissi= oned/malhavocpress=0AX@dirrm %%T%%/data/permissioned/greenronin/jadedragons= andhungryghosts=0AX@dirrm %%T%%/data/permissioned/greenronin/arcanasocietie= sofmagicweb=0AX@dirrm %%T%%/data/permissioned/greenronin/arcanasocietiesofm= agic=0AX@dirrm %%T%%/data/permissioned/greenronin=0AX@dirrm %%T%%/data/perm= issioned/fantasyflightgames/legendsandlairs/trapsandtreachery=0AX@dirrm %%T= %%/data/permissioned/fantasyflightgames/legendsandlairs/spellsandspellcraft= =0AX@dirrm %%T%%/data/permissioned/fantasyflightgames/legendsandlairs=0AX@d= irrm %%T%%/data/permissioned/fantasyflightgames=0AX@dirrm %%T%%/data/permis= sioned/citizengames/sidewinder/sidewinder=0AX@dirrm %%T%%/data/permissioned= /citizengames/sidewinder=0AX@dirrm %%T%%/data/permissioned/citizengames=0AX= @dirrm %%T%%/data/permissioned/avalanchepress/jadeandsteel=0AX@dirrm %%T%%/= data/permissioned/avalanchepress=0AX@dirrm %%T%%/data/permissioned/aurand20= /darkawakeningsguardian=0AX@dirrm %%T%%/data/permissioned/aurand20/apotheca= rynotes=0AX@dirrm %%T%%/data/permissioned/aurand20=0AX@dirrm %%T%%/data/per= missioned/atlasgames/penumbra/touchedbythegods=0AX@dirrm %%T%%/data/permiss= ioned/atlasgames/penumbra/thievesintheforest=0AX@dirrm %%T%%/data/permissio= ned/atlasgames/penumbra/beyondtheveil=0AX@dirrm %%T%%/data/permissioned/atl= asgames/penumbra/backdrops=0AX@dirrm %%T%%/data/permissioned/atlasgames/pen= umbra=0AX@dirrm %%T%%/data/permissioned/atlasgames=0AX@dirrm %%T%%/data/per= missioned/alderacentgroup/war=0AX@dirrm %%T%%/data/permissioned/alderacentg= roup/undead=0AX@dirrm %%T%%/data/permissioned/alderacentgroup/evil=0AX@dirr= m %%T%%/data/permissioned/alderacentgroup/dungeons=0AX@dirrm %%T%%/data/per= missioned/alderacentgroup/dragons=0AX@dirrm %%T%%/data/permissioned/alderac= entgroup=0AX@dirrm %%T%%/data/permissioned=0AX@dirrm %%T%%/data/d20ogl/swor= dandsorcerystudios/scarredlands/relicsrituals=0AX@dirrm %%T%%/data/d20ogl/s= wordandsorcerystudios/scarredlands=0AX@dirrm %%T%%/data/d20ogl/swordandsorc= erystudios=0AX@dirrm %%T%%/data/d20ogl/srd/altpcc=0AX@dirrm %%T%%/data/d20o= gl/srd=0AX@dirrm %%T%%/data/d20ogl/msrd/altpcc=0AX@dirrm %%T%%/data/d20ogl/= msrd=0AX@dirrm %%T%%/data/d20ogl/malhavocpress/bookofeldritchmight=0AX@dirr= m %%T%%/data/d20ogl/malhavocpress=0AX@dirrm %%T%%/data/d20ogl/fantasyflight= games/legendsandlairs/mythicraces=0AX@dirrm %%T%%/data/d20ogl/fantasyflight= games/legendsandlairs=0AX@dirrm %%T%%/data/d20ogl/fantasyflightgames/dragon= star/starfarershandbook=0AX@dirrm %%T%%/data/d20ogl/fantasyflightgames/drag= onstar=0AX@dirrm %%T%%/data/d20ogl/fantasyflightgames=0AX@dirrm %%T%%/data/= d20ogl/fantasycommunitycouncil/netbookofspellsmagic=0AX@dirrm %%T%%/data/d2= 0ogl/fantasycommunitycouncil=0AX@dirrm %%T%%/data/d20ogl/creativemountainga= mes/openspellscollection/variation2=0AX@dirrm %%T%%/data/d20ogl/creativemou= ntaingames/openspellscollection/variation1=0AX@dirrm %%T%%/data/d20ogl/crea= tivemountaingames/openspellscollection/primary=0AX@dirrm %%T%%/data/d20ogl/= creativemountaingames/openspellscollection=0AX@dirrm %%T%%/data/d20ogl/crea= tivemountaingames/lexus/trundlefolk=0AX@dirrm %%T%%/data/d20ogl/creativemou= ntaingames/lexus/groupcombat=0AX@dirrm %%T%%/data/d20ogl/creativemountainga= mes/lexus/countyclergy=0AX@dirrm %%T%%/data/d20ogl/creativemountaingames/le= xus=0AX@dirrm %%T%%/data/d20ogl/creativemountaingames=0AX@dirrm %%T%%/data/= d20ogl/battlefieldpress/cityscape/cityscape=0AX@dirrm %%T%%/data/d20ogl/bat= tlefieldpress/cityscape=0AX@dirrm %%T%%/data/d20ogl/battlefieldpress=0AX@di= rrm %%T%%/data/d20ogl/bastionpress/alchemyherbalists=0AX@dirrm %%T%%/data/d= 20ogl/bastionpress=0AX@dirrm %%T%%/data/d20ogl/avalanchepress/blackflags=0A= X@dirrm %%T%%/data/d20ogl/avalanchepress=0AX@dirrm %%T%%/data/d20ogl=0AX@di= rrm %%T%%/data/customsources=0AX@dirrm %%T%%/data/=0AX@dirrm %%T%%/characte= rs/=0AX@dirrm %%T%%=0AX%%PORTDOCS%%%%DOCSDIR%%/greetings.htm=0AX%%PORTDOCS%= %%%DOCSDIR%%/index.html=0AX%%PORTDOCS%%%%DOCSDIR%%/navtree.html=0AX%%PORTDO= CS%%%%DOCSDIR%%/pcgen.css=0AX%%PORTDOCS%%%%DOCSDIR%%/faqpages/faqcharcreate= issues.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/faqpages/faqotherissues.htm=0AX%%PORT= DOCS%%%%DOCSDIR%%/faqpages/faqprintingissues.htm=0AX%%PORTDOCS%%%%DOCSDIR%%= /faqpages/faqskinningpcgen.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/faqpages/faqstart= upinstallissues.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/faqpages/faqsubmittingabugre= port.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/faqpages/faqsubmittingafeaturerequest.h= tm=0AX%%PORTDOCS%%%%DOCSDIR%%/faqpages/faqyahooandhelping.htm=0AX%%PORTDOCS= %%%%DOCSDIR%%/faqpages/faq_sectionheading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/in= stallationpages/installationjava.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/installatio= npages/installationpcgen.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/installationpages/i= nstallation_sectionheading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/lis= tfileglobaldatafiles.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/listfilei= mportanttoknow.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/listfileLSTstan= dards.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/listfileLSTwalkthrough.h= tm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/listfilesectionheading.htm=0AX%= %PORTDOCS%%%%DOCSDIR%%/listfilepages/listfilesystemfiles.htm=0AX%%PORTDOCS%= %%%DOCSDIR%%/listfilepages/listfiletagsbydatafile.htm=0AX%%PORTDOCS%%%%DOCS= DIR%%/listfilepages/datafilestagpages/datafilesclasses.htm=0AX%%PORTDOCS%%%= %DOCSDIR%%/listfilepages/datafilestagpages/datafilescompanionmodifiers.htm= =0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/datafilestagpages/datafilesdeitie= s.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/datafilestagpages/datafilesd= omains.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/datafilestagpages/dataf= ilesequipment.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/datafilestagpage= s/datafilesequipmentmodifiers.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/= datafilestagpages/datafilesfeats.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepag= es/datafilestagpages/datafileslanguages.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/list= filepages/datafilestagpages/datafilespcc.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/lis= tfilepages/datafilestagpages/datafilesraces.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/= listfilepages/datafilestagpages/datafilesskills.htm=0AX%%PORTDOCS%%%%DOCSDI= R%%/listfilepages/datafilestagpages/datafilesspells.htm=0AX%%PORTDOCS%%%%DO= CSDIR%%/listfilepages/datafilestagpages/datafilesstartingkits.htm=0AX%%PORT= DOCS%%%%DOCSDIR%%/listfilepages/datafilestagpages/datafilestags.htm=0AX%%PO= RTDOCS%%%%DOCSDIR%%/listfilepages/datafilestagpages/datafilestemplates.htm= =0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/datafilestagpages/datafilesweapon= proficiencies.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/globalfilestagpa= ges/globalfilesadd.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/globalfiles= tagpages/globalfilesbonus.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/glob= alfilestagpages/globalfileschoose.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepa= ges/globalfilestagpages/globalfilesdefine.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/li= stfilepages/globalfilestagpages/globalfilesother.htm=0AX%%PORTDOCS%%%%DOCSD= IR%%/listfilepages/globalfilestagpages/globalfilesprexxx.htm=0AX%%PORTDOCS%= %%%DOCSDIR%%/listfilepages/systemfilestagpages/gamemodeloadlist.htm=0AX%%PO= RTDOCS%%%%DOCSDIR%%/listfilepages/systemfilestagpages/gamemodemiscinfolist.= htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/systemfilestagpages/gamemodest= atsandcheckslist.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/systemfilesta= gpages/systemfilesbiosettingslist.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepa= ges/systemfilestagpages/systemfilesbonusstackslist.htm=0AX%%PORTDOCS%%%%DOC= SDIR%%/listfilepages/systemfilestagpages/systemfilessizeadjustment.htm=0AX%= %PORTDOCS%%%%DOCSDIR%%/listfilepages/systemfilestagpages/systemfilesspecial= ability.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/listfilepages/systemfilestagpages/sy= stemfilestraitslist.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/menu_sectionhe= ading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/menu_sectionheading.png=0AX%= %PORTDOCS%%%%DOCSDIR%%/menupages/debug/debugoption.htm=0AX%%PORTDOCS%%%%DOC= SDIR%%/menupages/debug/debugoption.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages= /debug/debugoption1.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/file/fileaddki= toptions.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/file/fileaddkitoptions.pn= g=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/file/fileaddkitoptions1.png=0AX%%POR= TDOCS%%%%DOCSDIR%%/menupages/file/fileaddkitoptions2.png=0AX%%PORTDOCS%%%%D= OCSDIR%%/menupages/file/fileaddkitoptions3.png=0AX%%PORTDOCS%%%%DOCSDIR%%/m= enupages/file/fileexportoptions.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/fi= le/fileexportoptions.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/file/fileexpo= rtpdf.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/file/fileexportpdf.png=0AX%%= PORTDOCS%%%%DOCSDIR%%/menupages/file/fileexportstandard.htm=0AX%%PORTDOCS%%= %%DOCSDIR%%/menupages/file/fileexportstandard.png=0AX%%PORTDOCS%%%%DOCSDIR%= %/menupages/file/filepartyoptions.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/= file/filepartyoptions.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/file/file_se= ctionheading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/file/file_sectionhead= ing.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/help/helpaboutpcgen.htm=0AX%%P= ORTDOCS%%%%DOCSDIR%%/menupages/help/helpaboutpcgen.png=0AX%%PORTDOCS%%%%DOC= SDIR%%/menupages/help/help_sectionheading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/me= nupages/help/help_sectionheading.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/s= ettings/settingscampaignoption.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/set= tings/settingscampaignoption.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/setti= ngs/settingspreferencesoption.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/sett= ings/settingspreferencesoption.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/set= tings/settings_sectionheading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/sett= ings/settings_sectionheading.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/setti= ngs/appearance/appearancecolors.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/se= ttings/appearance/appearancecolors.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages= /settings/appearance/appearancecolors1.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menup= ages/settings/appearance/appearancecolors2.png=0AX%%PORTDOCS%%%%DOCSDIR%%/m= enupages/settings/appearance/appearancecolors3.png=0AX%%PORTDOCS%%%%DOCSDIR= %%/menupages/settings/appearance/appearancedisplay.htm=0AX%%PORTDOCS%%%%DOC= SDIR%%/menupages/settings/appearance/appearancedisplay.png=0AX%%PORTDOCS%%%= %DOCSDIR%%/menupages/settings/appearance/appearancelevelup.htm=0AX%%PORTDOC= S%%%%DOCSDIR%%/menupages/settings/appearance/appearancelevelup.png=0AX%%POR= TDOCS%%%%DOCSDIR%%/menupages/settings/appearance/appearancelookandfeel.htm= =0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/appearance/appearancelookand= feel.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/appearance/appearanc= etabs.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/appearance/appearan= cetabs.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/appearance/appeara= nce_sectionheading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/appear= ance/appearance_sectionheading.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/set= tings/character/characterabilityscoreoption.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/= menupages/settings/character/characterabilityscoreoption.png=0AX%%PORTDOCS%= %%%DOCSDIR%%/menupages/settings/character/characterhitpointsoption.htm=0AX%= %PORTDOCS%%%%DOCSDIR%%/menupages/settings/character/characterhitpointsoptio= n.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/character/characterhous= erulesoption.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/character/ch= aracterhouserulesoption.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/c= haracter/charactermonstersoption.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/s= ettings/character/charactermonstersoption.png=0AX%%PORTDOCS%%%%DOCSDIR%%/me= nupages/settings/character/characterpurchasemethodoption.htm=0AX%%PORTDOCS%= %%%DOCSDIR%%/menupages/settings/character/characterpurchasemethodoption.png= =0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/character/character_sectionh= eading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/character/characte= r_sectionheading.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/pcgen/pc= genequipoption.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/pcgen/pcge= nequipoption.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/pcgen/pcgenl= anguage.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/pcgen/pcgenlangua= ge.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/pcgen/pcgenlocation.ht= m=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/settings/pcgen/pcgenlocation.png=0AX= %%PORTDOCS%%%%DOCSDIR%%/menupages/settings/pcgen/pcgenoutput.htm=0AX%%PORTD= OCS%%%%DOCSDIR%%/menupages/settings/pcgen/pcgenoutput.png=0AX%%PORTDOCS%%%%= DOCSDIR%%/menupages/settings/pcgen/pcgensources.htm=0AX%%PORTDOCS%%%%DOCSDI= R%%/menupages/settings/pcgen/pcgensources.png=0AX%%PORTDOCS%%%%DOCSDIR%%/me= nupages/settings/pcgen/pcgen_sectionheading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/= menupages/settings/pcgen/pcgen_sectionheading.png=0AX%%PORTDOCS%%%%DOCSDIR%= %/menupages/tools/toolsfiltercustom.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupage= s/tools/toolsfiltercustom.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/to= olsfilteredit.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/toolsfilteredi= t.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/toolsfilteropen.htm=0AX%%P= ORTDOCS%%%%DOCSDIR%%/menupages/tools/toolsfilteropen.png=0AX%%PORTDOCS%%%%D= OCSDIR%%/menupages/tools/toolsfilteroption.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/m= enupages/tools/toolsfilteroption.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/t= ools/toolslisteditors.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/toolsl= isteditors.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/tools_sectionhead= ing.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/tools_sectionheading.png= =0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditorabilitiestab.h= tm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditorabilitiestab= .png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditoradvancedta= b.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditoradvancedt= ab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditorbasetab.= htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditorbasetab.png= =0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditorlanguagestab.h= tm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditorlanguagestab= .png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditorlevelstab.= htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditorlevelstab.p= ng=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditorlevelstab1.p= ng=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditorskillstab.ht= m=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditorskillstab.png= =0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditorweaponstab.htm= =0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditorweaponstab.png= =0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditor_sectionheadin= g.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/class/classeditor_sectionh= eading.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditoradva= ncedtab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditoradv= ancedtab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditorba= setab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditorbaset= ab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditordomainst= ab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditordomainst= ab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditorfollower= stab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditorfollow= erstab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditorlang= uagestab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditorla= nguagestab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditor= racestab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditorra= cestab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditorskil= lstab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditorskill= stab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditorweapon= stab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditorweapon= stab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditor_secti= onheading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/deity/deityeditor_= sectionheading.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/domain/domain= editoradvancedtab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/domain/dom= aineditoradvancedtab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/domain/= domaineditorbasetab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/domain/d= omaineditorbasetab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/domain/do= maineditorlanguagestab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/domai= n/domaineditorlanguagestab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/d= omain/domaineditorskillstab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/= domain/domaineditorskillstab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools= /domain/domaineditorweaponstab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/too= ls/domain/domaineditorweaponstab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/t= ools/domain/domaineditor_sectionheading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menu= pages/tools/domain/domaineditor_sectionheading.png=0AX%%PORTDOCS%%%%DOCSDIR= %%/menupages/tools/feat/featseditoradvancedtab.htm=0AX%%PORTDOCS%%%%DOCSDIR= %%/menupages/tools/feat/featseditoradvancedtab.png=0AX%%PORTDOCS%%%%DOCSDIR= %%/menupages/tools/feat/featseditorbasetab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/m= enupages/tools/feat/featseditorbasetab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menup= ages/tools/feat/featseditorlanguagestab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menu= pages/tools/feat/featseditorlanguagestab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/men= upages/tools/feat/featseditorskillstab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menup= ages/tools/feat/featseditorskillstab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupag= es/tools/feat/featseditorweaponstab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupage= s/tools/feat/featseditorweaponstab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages= /tools/feat/featseditor_sectionheading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menup= ages/tools/feat/featseditor_sectionheading.png=0AX%%PORTDOCS%%%%DOCSDIR%%/m= enupages/tools/language/languageeditoradvancedtab.htm=0AX%%PORTDOCS%%%%DOCS= DIR%%/menupages/tools/language/languageeditoradvancedtab.png=0AX%%PORTDOCS%= %%%DOCSDIR%%/menupages/tools/language/languageeditorbasetab.htm=0AX%%PORTDO= CS%%%%DOCSDIR%%/menupages/tools/language/languageeditorbasetab.png=0AX%%POR= TDOCS%%%%DOCSDIR%%/menupages/tools/language/languageeditor_sectionheading.h= tm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/language/languageeditor_secti= onheading.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/race/raceeditoradv= ancedtab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/race/raceeditoradva= ncedtab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/race/raceeditorageta= b.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/race/raceeditoragetab.png= =0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/race/raceeditorappearancetab.ht= m=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/race/raceeditorappearancetab.p= ng=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/race/raceeditorbasetab.htm=0A= X%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/race/raceeditorbasetab.png=0AX%%PO= RTDOCS%%%%DOCSDIR%%/menupages/tools/race/raceeditorbonuslangtab.htm=0AX%%PO= RTDOCS%%%%DOCSDIR%%/menupages/tools/race/raceeditorbonuslangtab.png=0AX%%PO= RTDOCS%%%%DOCSDIR%%/menupages/tools/race/raceeditorclassestab.htm=0AX%%PORT= DOCS%%%%DOCSDIR%%/menupages/tools/race/raceeditorclassestab.png=0AX%%PORTDO= CS%%%%DOCSDIR%%/menupages/tools/race/raceeditorfeatstab.htm=0AX%%PORTDOCS%%= %%DOCSDIR%%/menupages/tools/race/raceeditorfeatstab.png=0AX%%PORTDOCS%%%%DO= CSDIR%%/menupages/tools/race/raceeditorlanguagestab.htm=0AX%%PORTDOCS%%%%DO= CSDIR%%/menupages/tools/race/raceeditorlanguagestab.png=0AX%%PORTDOCS%%%%DO= CSDIR%%/menupages/tools/race/raceeditormovementtab.htm=0AX%%PORTDOCS%%%%DOC= SDIR%%/menupages/tools/race/raceeditormovementtab.png=0AX%%PORTDOCS%%%%DOCS= DIR%%/menupages/tools/race/raceeditornaturalweaponstab.htm=0AX%%PORTDOCS%%%= %DOCSDIR%%/menupages/tools/race/raceeditornaturalweaponstab.png=0AX%%PORTDO= CS%%%%DOCSDIR%%/menupages/tools/race/raceeditorskillstab.htm=0AX%%PORTDOCS%= %%%DOCSDIR%%/menupages/tools/race/raceeditorskillstab.png=0AX%%PORTDOCS%%%%= DOCSDIR%%/menupages/tools/race/raceeditortemplatestab.htm=0AX%%PORTDOCS%%%%= DOCSDIR%%/menupages/tools/race/raceeditortemplatestab.png=0AX%%PORTDOCS%%%%= DOCSDIR%%/menupages/tools/race/raceeditorvirtualfeatstab.htm=0AX%%PORTDOCS%= %%%DOCSDIR%%/menupages/tools/race/raceeditorvirtualfeatstab.png=0AX%%PORTDO= CS%%%%DOCSDIR%%/menupages/tools/race/raceeditorvisiontab.htm=0AX%%PORTDOCS%= %%%DOCSDIR%%/menupages/tools/race/raceeditorvisiontab.png=0AX%%PORTDOCS%%%%= DOCSDIR%%/menupages/tools/race/raceeditorweaponstab.htm=0AX%%PORTDOCS%%%%DO= CSDIR%%/menupages/tools/race/raceeditorweaponstab.png=0AX%%PORTDOCS%%%%DOCS= DIR%%/menupages/tools/race/raceeditor_sectionheading.htm=0AX%%PORTDOCS%%%%D= OCSDIR%%/menupages/tools/race/raceeditor_sectionheading.png=0AX%%PORTDOCS%%= %%DOCSDIR%%/menupages/tools/skill/skilleditoradvancedtab.htm=0AX%%PORTDOCS%= %%%DOCSDIR%%/menupages/tools/skill/skilleditoradvancedtab.png=0AX%%PORTDOCS= %%%%DOCSDIR%%/menupages/tools/skill/skilleditorbasetab.htm=0AX%%PORTDOCS%%%= %DOCSDIR%%/menupages/tools/skill/skilleditorbasetab.png=0AX%%PORTDOCS%%%%DO= CSDIR%%/menupages/tools/skill/skilleditorclassestab.htm=0AX%%PORTDOCS%%%%DO= CSDIR%%/menupages/tools/skill/skilleditorclassestab.png=0AX%%PORTDOCS%%%%DO= CSDIR%%/menupages/tools/skill/skilleditorlanguagestab.htm=0AX%%PORTDOCS%%%%= DOCSDIR%%/menupages/tools/skill/skilleditorlanguagestab.png=0AX%%PORTDOCS%%= %%DOCSDIR%%/menupages/tools/skill/skilleditorskillstab.htm=0AX%%PORTDOCS%%%= %DOCSDIR%%/menupages/tools/skill/skilleditorskillstab.png=0AX%%PORTDOCS%%%%= DOCSDIR%%/menupages/tools/skill/skilleditorsynergytab.htm=0AX%%PORTDOCS%%%%= DOCSDIR%%/menupages/tools/skill/skilleditorsynergytab.png=0AX%%PORTDOCS%%%%= DOCSDIR%%/menupages/tools/skill/skilleditorweaponstab.htm=0AX%%PORTDOCS%%%%= DOCSDIR%%/menupages/tools/skill/skilleditorweapontab.png=0AX%%PORTDOCS%%%%D= OCSDIR%%/menupages/tools/skill/skilleditor_sectionheading.htm=0AX%%PORTDOCS= %%%%DOCSDIR%%/menupages/tools/skill/skilleditor_sectionheading.png=0AX%%POR= TDOCS%%%%DOCSDIR%%/menupages/tools/source/sourceeditoradvancedtab.htm=0AX%%= PORTDOCS%%%%DOCSDIR%%/menupages/tools/source/sourceeditoradvancedtab.png=0A= X%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/source/sourceeditorbasetab.htm=0AX= %%PORTDOCS%%%%DOCSDIR%%/menupages/tools/source/sourceeditorbasetab.png=0AX%= %PORTDOCS%%%%DOCSDIR%%/menupages/tools/source/sourceeditorfiletypetab.htm= =0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/source/sourceeditorfiletypetab.= png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/source/sourceeditor_sectionh= eading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/source/sourceeditor_s= ectionheading.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/spell/spelledi= toradvancedtab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/spell/spelled= itoradvancedtab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/spell/spelle= ditorbase2tab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/spell/spelledi= torbase2tab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/spell/spelledito= rbasetab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/spell/spelleditorba= setab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/spell/spelleditorclass= estab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/spell/spelleditorclass= estab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/spell/spelleditordomai= nstab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/spell/spelleditordomai= nstab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/spell/spelleditor_sect= ionheading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/spell/spelleditor= _sectionheading.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/template/tem= plateeditorabilitiestab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/temp= late/templateeditorabilitiestab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/to= ols/template/templateeditoradvancedtab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menup= ages/tools/template/templateeditoradvancedtab.png=0AX%%PORTDOCS%%%%DOCSDIR%= %/menupages/tools/template/templateeditorbasetab.htm=0AX%%PORTDOCS%%%%DOCSD= IR%%/menupages/tools/template/templateeditorbasetab.png=0AX%%PORTDOCS%%%%DO= CSDIR%%/menupages/tools/template/templateeditorbonuslangtab.htm=0AX%%PORTDO= CS%%%%DOCSDIR%%/menupages/tools/template/templateeditorbonuslangtab.png=0AX= %%PORTDOCS%%%%DOCSDIR%%/menupages/tools/template/templateeditorclassestab.h= tm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/template/templateeditorclasse= stab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/template/templateeditor= featstab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/template/templateed= itorfeatstab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/template/templa= teeditorlanguagestab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/templat= e/templateeditorlanguagestab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools= /template/templateeditormovementtab.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupage= s/tools/template/templateeditormovementtab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/m= enupages/tools/template/templateeditorskillstab.htm=0AX%%PORTDOCS%%%%DOCSDI= R%%/menupages/tools/template/templateeditorskillstab.png=0AX%%PORTDOCS%%%%D= OCSDIR%%/menupages/tools/template/templateeditortemplatestab.htm=0AX%%PORTD= OCS%%%%DOCSDIR%%/menupages/tools/template/templateeditortemplatestab.png=0A= X%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/template/templateeditorweaponstab.= htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/template/templateeditorweapo= nstab.png=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/template/templateedito= r_sectionheading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/menupages/tools/template/te= mplateeditor_sectionheading.png=0AX%%PORTDOCS%%%%DOCSDIR%%/navtree/bullet.p= ng=0AX%%PORTDOCS%%%%DOCSDIR%%/navtree/minus.png=0AX%%PORTDOCS%%%%DOCSDIR%%/= navtree/navtree.css=0AX%%PORTDOCS%%%%DOCSDIR%%/navtree/navtree.js=0AX%%PORT= DOCS%%%%DOCSDIR%%/navtree/plus.png=0AX%%PORTDOCS%%%%DOCSDIR%%/navtree/splas= hpcgen.png=0AX%%PORTDOCS%%%%DOCSDIR%%/outputsheetpages/csheetexamplehtml.ht= m=0AX%%PORTDOCS%%%%DOCSDIR%%/outputsheetpages/csheetexampleoutput.htm=0AX%%= PORTDOCS%%%%DOCSDIR%%/outputsheetpages/outputsheetsectionheading.htm=0AX%%P= ORTDOCS%%%%DOCSDIR%%/outputsheetpages/outputsheetshtml.htm=0AX%%PORTDOCS%%%= %DOCSDIR%%/outputsheetpages/outputsheetspartyequip.htm=0AX%%PORTDOCS%%%%DOC= SDIR%%/outputsheetpages/outputsheetspdf.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/outp= utsheetpages/outputsheetstokensused.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/outputsh= eetpages/outputsheetstutorial.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/outputsheetpag= es/tokens/outputsheettokensability.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/outputshe= etpages/tokens/outputsheettokenseqset.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/output= sheetpages/tokens/outputsheettokensequip.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/out= putsheetpages/tokens/outputsheettokensfeat-skill.htm=0AX%%PORTDOCS%%%%DOCSD= IR%%/outputsheetpages/tokens/outputsheettokensgeneral.htm=0AX%%PORTDOCS%%%%= DOCSDIR%%/outputsheetpages/tokens/outputsheettokensmisc.htm=0AX%%PORTDOCS%%= %%DOCSDIR%%/outputsheetpages/tokens/outputsheettokenssaves-hp.htm=0AX%%PORT= DOCS%%%%DOCSDIR%%/outputsheetpages/tokens/outputsheettokensspecialability.h= tm=0AX%%PORTDOCS%%%%DOCSDIR%%/outputsheetpages/tokens/outputsheettokensspel= l.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/outputsheetpages/tokens/outputsheettokensw= eapon-attack.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/systemimages/splashpcgen.gif=0A= X%%PORTDOCS%%%%DOCSDIR%%/tabpages/tab_sectionheading.htm=0AX%%PORTDOCS%%%%D= OCSDIR%%/tabpages/tab_sectionheading.png=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpage= s/players/buttonhp.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpages/players/buttonhp= .png=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpages/players/buttonrandomname.htm=0AX%%= PORTDOCS%%%%DOCSDIR%%/tabpages/players/buttonrandomname.png=0AX%%PORTDOCS%%= %%DOCSDIR%%/tabpages/players/players_sectionheading.htm=0AX%%PORTDOCS%%%%DO= CSDIR%%/tabpages/players/tabability.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpages= /players/tabability.png=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpages/players/tabclas= ses.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpages/players/tabclasses.png=0AX%%POR= TDOCS%%%%DOCSDIR%%/tabpages/players/tabdescription.htm=0AX%%PORTDOCS%%%%DOC= SDIR%%/tabpages/players/tabdescription.png=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpa= ges/players/tabdomains.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpages/players/tabd= omains.png=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpages/players/tabfeats.htm=0AX%%PO= RTDOCS%%%%DOCSDIR%%/tabpages/players/tabfeats.png=0AX%%PORTDOCS%%%%DOCSDIR%= %/tabpages/players/tabraces.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpages/players= /tabraces.png=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpages/players/tabskills.htm=0AX= %%PORTDOCS%%%%DOCSDIR%%/tabpages/players/inventory/inventoryequipping.htm= =0AX%%PORTDOCS%%%%DOCSDIR%%/tabpages/players/inventory/inventorygear.htm=0A= X%%PORTDOCS%%%%DOCSDIR%%/tabpages/players/inventory/inventorygear1.png=0AX%= %PORTDOCS%%%%DOCSDIR%%/tabpages/players/inventory/inventorygear2.png=0AX%%P= ORTDOCS%%%%DOCSDIR%%/tabpages/players/inventory/inventorygear3.png=0AX%%POR= TDOCS%%%%DOCSDIR%%/tabpages/players/inventory/inventoryresources.htm=0AX%%P= ORTDOCS%%%%DOCSDIR%%/tabpages/players/inventory/inventorytempbonus.htm=0AX%= %PORTDOCS%%%%DOCSDIR%%/tabpages/players/inventory/inventorytempbonus.png=0A= X%%PORTDOCS%%%%DOCSDIR%%/tabpages/players/inventory/inventory_sectionheadin= g.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpages/players/tabskills.png=0AX%%PORTDO= CS%%%%DOCSDIR%%/tabpages/players/tabspells.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/t= abpages/players/tabspells.png=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpages/players/t= absummary.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpages/players/tabsummary.png=0A= X%%PORTDOCS%%%%DOCSDIR%%/tabpages/source/buttoncustomise.htm=0AX%%PORTDOCS%= %%%DOCSDIR%%/tabpages/source/buttoncustomise.png=0AX%%PORTDOCS%%%%DOCSDIR%%= /tabpages/source/source_sectionheading.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/tabpa= ges/source/tabsourcematerial.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpage= s/toolbarquickicons.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/toolbar= quickicons.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreat= enew.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreatenew01= .png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreatenew02.png= =0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreatenew03.png=0AX= %%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreatenew04.png=0AX%%PO= RTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreatenew05.png=0AX%%PORTDO= CS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreatenew06.png=0AX%%PORTDOCS%%= %%DOCSDIR%%/walkthroughpages/walkthroughcreatenew07.png=0AX%%PORTDOCS%%%%DO= CSDIR%%/walkthroughpages/walkthroughcreatenew08.png=0AX%%PORTDOCS%%%%DOCSDI= R%%/walkthroughpages/walkthroughcreatenew09.png=0AX%%PORTDOCS%%%%DOCSDIR%%/= walkthroughpages/walkthroughcreatenew10.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walk= throughpages/walkthroughcreatenew11.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthro= ughpages/walkthroughcreatenew12.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughp= ages/walkthroughcreatenew13.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages= /walkthroughcreatenew14.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/wal= kthroughcreatenew15.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthr= oughcreatenew16.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthrough= createnew17.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughcrea= tenew18.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreatene= w19.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreatenew20.= png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreatenew21.png= =0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreatenew22.png=0AX= %%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreatenew23.png=0AX%%PO= RTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreatenew24.png=0AX%%PORTDO= CS%%%%DOCSDIR%%/walkthroughpages/walkthroughcreatenew25.png=0AX%%PORTDOCS%%= %%DOCSDIR%%/walkthroughpages/walkthroughcreatenew26.png=0AX%%PORTDOCS%%%%DO= CSDIR%%/walkthroughpages/walkthroughcreatenew27.png=0AX%%PORTDOCS%%%%DOCSDI= R%%/walkthroughpages/walkthroughcreatenew28.png=0AX%%PORTDOCS%%%%DOCSDIR%%/= walkthroughpages/walkthroughheadingstartup.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/w= alkthroughpages/walkthroughloadcampaign.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/walk= throughpages/walkthroughloadcampaign.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthr= oughpages/walkthroughprintnew.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpag= es/walkthroughprintnew1.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/wal= kthroughprintnew2.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthrou= ghprintnew3.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughprin= tnew4.png=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthroughsectionhea= ding.htm=0AX%%PORTDOCS%%%%DOCSDIR%%/walkthroughpages/walkthrough_sectionhea= ding.htm=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/walkthroughpages=0AX%%PORTDOCS%%= @dirrm %%DOCSDIR%%/tabpages/source=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/tabpag= es/players/inventory=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/tabpages/players=0AX= %%PORTDOCS%%@dirrm %%DOCSDIR%%/tabpages=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/s= ystemimages=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/outputsheetpages/tokens=0AX%%= PORTDOCS%%@dirrm %%DOCSDIR%%/outputsheetpages=0AX%%PORTDOCS%%@dirrm %%DOCSD= IR%%/navtree=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/menupages/tools/template=0AX= %%PORTDOCS%%@dirrm %%DOCSDIR%%/menupages/tools/spell=0AX%%PORTDOCS%%@dirrm = %%DOCSDIR%%/menupages/tools/source=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/menupa= ges/tools/skill=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/menupages/tools/race=0AX%= %PORTDOCS%%@dirrm %%DOCSDIR%%/menupages/tools/language=0AX%%PORTDOCS%%@dirr= m %%DOCSDIR%%/menupages/tools/feat=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/menupa= ges/tools/domain=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/menupages/tools/deity=0A= X%%PORTDOCS%%@dirrm %%DOCSDIR%%/menupages/tools/class=0AX%%PORTDOCS%%@dirrm= %%DOCSDIR%%/menupages/tools=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/menupages/se= ttings/pcgen=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/menupages/settings/character= =0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/menupages/settings/appearance=0AX%%PORTD= OCS%%@dirrm %%DOCSDIR%%/menupages/settings=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%= %/menupages/help=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/menupages/file=0AX%%PORT= DOCS%%@dirrm %%DOCSDIR%%/menupages/debug=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/= menupages=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/listfilepages/systemfilestagpag= es=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/listfilepages/globalfilestagpages=0AX%= %PORTDOCS%%@dirrm %%DOCSDIR%%/listfilepages/datafilestagpages=0AX%%PORTDOCS= %%@dirrm %%DOCSDIR%%/listfilepages=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/instal= lationpages=0AX%%PORTDOCS%%@dirrm %%DOCSDIR%%/faqpages=0AX%%PORTDOCS%%@dirr= m %%DOCSDIR%%=0AEND-of-misc/pcgen/pkg-plist=0Aecho x - misc/pcgen/pkg-descr= =0Ased 's/^X//' >misc/pcgen/pkg-descr << 'END-of-misc/pcgen/pkg-descr'=0AXP= CGen is a Java-based RPG character generator and maintenance program that= =0AXworks on all platforms (Windows, Mac OS X, Linux, BSD, etc). It current= ly is=0AXaimed at supporting as many rpgs as humanly possible. Currently ou= r focus is on=0AXOGL games (OGL =3D the Open Gaming License crafted by Wiza= rds of the Coast).=0AX=0AXAll datafiles are ASCII so they can be modified b= y users, and are available=0AXthrough the pcgendm project. An XML conversio= n is underway.=0AX=0AXWWW: http://pcgen.sourceforge.net=0AX=0AX- Herve Quir= oz=0AXherve.quiroz@esil.univ-mrs.fr=0AEND-of-misc/pcgen/pkg-descr=0Aexit=0A= =0A# This is a shell archive. Save it in a file, remove anything before=0A= # this line, and then unpack it by entering "sh file". Note, it may=0A# cr= eate directories; files and directories will be owned by you and=0A# have d= efault permissions.=0A#=0A# This archive contains:=0A#=0A# misc/pcgen=0A# m= isc/pcgen/distinfo=0A# misc/pcgen/Makefile=0A# misc/pcgen/pkg-plist=0A# mis= c/pcgen/pkg-descr=0A#=0Aecho c - misc/pcgen=0Amkdir -p misc/pcgen > /dev/nu= ll 2>&1=0Aecho x - misc/pcgen/distinfo=0Ased 's/^X//' >misc/pcgen/distinfo = << 'END-of-misc/pcgen/distinfo'=0AXMD5 (pcgen54_part1of3.zip) =3D 4d87b8b9d= 72f779f6689e0389ad950a8=0AXMD5 (pcgen54_part2of3.zip) =3D 60105405b75054946= 2e6f6da4f0ff9d7=0AXMD5 (pcgen54_part3of3.zip) =3D 914d3df55d31385dea4f3f2fa= c761d1f=0AXMD5 (pdf.zip) =3D b99e028f733b783a7d1b21b2cbd5e604=0AXMD5 (skin.= zip) =3D 474b93fce5c8fb79f089c7600975c1de=0AEND-of-misc/pcgen/distinfo=0Aec= ho x - misc/pcgen/Makefile=0Ased 's/^X//' >misc/pcgen/Makefile << 'END-of-m= isc/pcgen/Makefile'=0AX# Ports collection makefile for: PCGen=0AX# Date cre= ated: 17 November 2003=0AX# Whom: Herve Quiroz =0AX#=0AX# $FreeBSD$=0AX=0AXPORTNAME=3D pcgen=0AXPORTVERSION=3D 5= .4.0=0AXCATEGORIES=3D misc java=0AXMASTER_SITES=3D ${MASTER_SITE_SOURCEFORG= E}=0AXMASTER_SITE_SUBDIR=3D pcgen=0AXDISTFILES=3D pcgen${PORTVERSION:S/.//g= :S/0$//}_part1of3.zip \=0AX pcgen${PORTVERSION:S/.//g:S/0$//}_part2of3.zip= \=0AX pcgen${PORTVERSION:S/.//g:S/0$//}_part3of3.zip \=0AX skin.zip pdf.= zip=0AX=0AXMAINTAINER=3D herve.quiroz@esil.univ-mrs.fr=0AXCOMMENT=3D A Java= -based RPG character generator and maintenance program=0AX=0AXUSE_ZIP=3D YE= S=0AXUSE_JAVA=3D 1.4+=0AXNO_BUILD=3D YES=0AX=0AXWRKSRC=3D ${WRKDIR}=0AXPOR= TDESTDIR=3D ${JAVASHAREDIR}/${PORTNAME}=0AXWRKDIRS=3D characters data lib o= utputsheets system=0AXWRKDOCSDIR=3D ${WRKSRC}/docs=0AXWRKSCRIPT=3D ${WRKSRC= }/pcgen.bsd.sh=0AXPLIST_SUB+=3D T=3D${PORTDESTDIR:S/^${PREFIX}//}=0AX=0AX.i= f !defined(NOPORTDOCS)=0AXPORTDOCS=3D faqpages greetings.htm index.html ins= tallationpages listfilepages \=0AX menupages navtree navtree.html outputsh= eetpages pcgen.css systemimages \=0AX tabpages walkthroughpages=0AX.endif= =0AX=0AXdo-install:=0AX @${ECHO_CMD} -n ">> Installing..."=0AX @cd ${WRKSRC= } && ${FIND} ${WRKDIRS} -type d -exec ${MKDIR} ${PORTDESTDIR}/{} ";"=0AX @c= d ${WRKSRC} && ${FIND} ${WRKDIRS} -type f -exec ${INSTALL_DATA} {} ${PORTDE= STDIR}/{} ";"=0AX @cd ${WRKSRC} && ${INSTALL_DATA} pcgen.jar ${PORTDESTDIR}= =0AX @cd ${WRKSRC} && ${SED} "s|^java|${JAVA}|" pcgen.sh | ${SED} 's|`dirna= me $$0`|${PORTDESTDIR}|' > ${WRKSCRIPT}=0AX @cd ${WRKSRC} && ${INSTALL_SCRI= PT} ${WRKSCRIPT} ${PORTDESTDIR}/pcgen.sh=0AX @${LN} -fs ${PORTDESTDIR}/pcge= n.sh ${PREFIX}/bin/pcgen.sh=0AX @${ECHO_CMD} " [DONE]"=0AX @${ECHO_CMD} -n = ">> Configuring..."=0AX @${ECHO_CMD} "pcgen.filepaths=3Duser" > ${PORTDESTD= IR}/filepaths.ini=0AX @${ECHO_CMD} " [DONE]"=0AX=0AX.if !defined(NOPORTDOCS= )=0AX @${ECHO_CMD} -n ">> Installing documentation..."=0AX @cd ${WRKDOCSDIR= } && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} ";"=0AX @cd ${WRKDOCSDI= R} && ${FIND} . -type f -exec ${INSTALL_MAN} {} ${DOCSDIR}/{} ";"=0AX @${EC= HO_CMD} " [DONE]"=0AX.endif=0AX=0AX.include =0AEND-of-misc/pcg= en/Makefile=0Aecho x - misc/pcgen/pkg-plist=0Ased 's/^X//' >misc/pcgen/pkg-= plist << 'END-of-misc/pcgen/pkg-plist'=0AX%%T%%/characters/CodeMonkey.pcg= =0AX%%T%%/data/customsources/readme-customsources.txt=0AX%%T%%/data/d20ogl/= avalanchepress/blackflags/blackflagclasses.lst=0AX%%T%%/data/d20ogl/avalanc= hepress/blackflags/blackflagfeats.lst=0AX%%T%%/data/d20ogl/avalanchepress/b= lackflags/blackflags.pcc=0AX%%T%%/data/d20ogl/avalanchepress/blackflags/bla= ckflagskills.lst=0AX%%T%%/data/d20ogl/avalanchepress/blackflags/OGL.txt=0AX= %%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalist.pcc=0AX%%= T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistclasses.lst= =0AX%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchemyherbalistequipw= ondrousitems.lst=0AX%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alchem= yherbalistfeats.lst=0AX%%T%%/data/d20ogl/bastionpress/alchemyherbalists/alc= hemyherbalistskills.lst=0AX%%T%%/data/d20ogl/bastionpress/alchemyherbalists= /alchemyherbalistspells.lst=0AX%%T%%/data/d20ogl/bastionpress/alchemyherbal= ists/OGL.txt=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/city= scape.pcc=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/citysca= pebiosettings.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape= /cityscapeclasses.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/citys= cape/cityscapeclassfeats.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscap= e/cityscape/cityscapeequip.lst=0AX%%T%%/data/d20ogl/battlefieldpress/citysc= ape/cityscape/cityscapeequiparmorshields.lst=0AX%%T%%/data/d20ogl/battlefie= ldpress/cityscape/cityscape/cityscapeequipmods.lst=0AX%%T%%/data/d20ogl/bat= tlefieldpress/cityscape/cityscape/cityscapeequipweapammo.lst=0AX%%T%%/data/= d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequipweapmelee.lst=0AX= %%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscapeequipweapra= nged.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/cityscap= efeats.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/citysc= apelanguages.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscape/= cityscaperaces.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/cityscap= e/cityscapeskills.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape/citys= cape/cityscapetemplates.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cityscape= /cityscape/cityscapeweapprofs.lst=0AX%%T%%/data/d20ogl/battlefieldpress/cit= yscape/cityscape/OGL.txt=0AX%%T%%/data/d20ogl/creativemountaingames/permiss= ion.txt=0AX%%T%%/data/d20ogl/creativemountaingames/lexus/countyclergy/count= yclergy.pcc=0AX%%T%%/data/d20ogl/creativemountaingames/lexus/countyclergy/l= exusclergyclasses.lst=0AX%%T%%/data/d20ogl/creativemountaingames/lexus/coun= tyclergy/lexusclergyspells.lst=0AX%%T%%/data/d20ogl/creativemountaingames/l= exus/countyclergy/OGL.txt=0AX%%T%%/data/d20ogl/creativemountaingames/lexus/= groupcombat/groupcombat.pcc=0AX%%T%%/data/d20ogl/creativemountaingames/lexu= s/groupcombat/lexusgroupcombatfeats.lst=0AX%%T%%/data/d20ogl/creativemounta= ingames/lexus/groupcombat/OGL.txt=0AX%%T%%/data/d20ogl/creativemountaingame= s/lexus/trundlefolk/lexustrundlefolkclasses.lst=0AX%%T%%/data/d20ogl/creati= vemountaingames/lexus/trundlefolk/lexustrundlefolkspells.lst=0AX%%T%%/data/= d20ogl/creativemountaingames/lexus/trundlefolk/OGL.txt=0AX%%T%%/data/d20ogl= /creativemountaingames/lexus/trundlefolk/trundlefolk.pcc=0AX%%T%%/data/d20o= gl/creativemountaingames/openspellscollection/OGL.txt=0AX%%T%%/data/d20ogl/= creativemountaingames/openspellscollection/primary/openspellsprime.pcc=0AX%= %T%%/data/d20ogl/creativemountaingames/openspellscollection/primary/openspe= llsprimespells.lst=0AX%%T%%/data/d20ogl/creativemountaingames/openspellscol= lection/variation1/openspellsvar1.pcc=0AX%%T%%/data/d20ogl/creativemountain= games/openspellscollection/variation1/openspellsvar1spells.lst=0AX%%T%%/dat= a/d20ogl/creativemountaingames/openspellscollection/variation2/openspellsva= r2.pcc=0AX%%T%%/data/d20ogl/creativemountaingames/openspellscollection/vari= ation2/openspellsvar2spells.lst=0AX%%T%%/data/d20ogl/fantasycommunitycounci= l/netbookofspellsmagic/netbookofspells.pcc=0AX%%T%%/data/d20ogl/fantasycomm= unitycouncil/netbookofspellsmagic/netbookofspellsspells.lst=0AX%%T%%/data/d= 20ogl/fantasycommunitycouncil/netbookofspellsmagic/OGL.txt=0AX%%T%%/data/d2= 0ogl/fantasyflightgames/dragonstar/starfarershandbook/cleanup_notes.txt=0AX= %%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/OGL.txt= =0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/star= farershb.pcc=0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarersh= andbook/starfarershbbiosettings.lst=0AX%%T%%/data/d20ogl/fantasyflightgames= /dragonstar/starfarershandbook/starfarershbclasses.lst=0AX%%T%%/data/d20ogl= /fantasyflightgames/dragonstar/starfarershandbook/starfarershbdeities.lst= =0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/star= farershbequip.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfa= rershandbook/starfarershbequiparmorshields.lst=0AX%%T%%/data/d20ogl/fantasy= flightgames/dragonstar/starfarershandbook/starfarershbequipmech.lst=0AX%%T%= %/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb= equipmods.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarers= handbook/starfarershbequipmodsmech.lst=0AX%%T%%/data/d20ogl/fantasyflightga= mes/dragonstar/starfarershandbook/starfarershbequipspellware.lst=0AX%%T%%/d= ata/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershbequ= ipweapammo.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarer= shandbook/starfarershbequipweapmelee.lst=0AX%%T%%/data/d20ogl/fantasyflight= games/dragonstar/starfarershandbook/starfarershbequipweapranged.lst=0AX%%T%= %/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb= feats.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershand= book/starfarershbfeatshidden.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/dr= agonstar/starfarershandbook/starfarershbraces.lst=0AX%%T%%/data/d20ogl/fant= asyflightgames/dragonstar/starfarershandbook/starfarershbskills.lst=0AX%%T%= %/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb= spells.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/dragonstar/starfarershan= dbook/starfarershbtemplates.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/dra= gonstar/starfarershandbook/starfarershbweapprofs.lst=0AX%%T%%/data/d20ogl/f= antasyflightgames/legendsandlairs/mythicraces/mythicraces.pcc=0AX%%T%%/data= /d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesbiosettin= gs.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/= mythicracesclasses.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/legendsandla= irs/mythicraces/mythicracesdomains.lst=0AX%%T%%/data/d20ogl/fantasyflightga= mes/legendsandlairs/mythicraces/mythicracesequipweapammo.lst=0AX%%T%%/data/= d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesequipweapm= elee.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicrace= s/mythicracesequipweapranged.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/le= gendsandlairs/mythicraces/mythicracesfeats.lst=0AX%%T%%/data/d20ogl/fantasy= flightgames/legendsandlairs/mythicraces/mythicracesfeatshidden.lst=0AX%%T%%= /data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicraceslang= uages.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicrac= es/mythicracesraces.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/legendsandl= airs/mythicraces/mythicracesskills.lst=0AX%%T%%/data/d20ogl/fantasyflightga= mes/legendsandlairs/mythicraces/mythicracesspells.lst=0AX%%T%%/data/d20ogl/= fantasyflightgames/legendsandlairs/mythicraces/mythicracestemplates.lst=0AX= %%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicrace= sweapprofs.lst=0AX%%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/myth= icraces/OGL.txt=0AX%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldr= itch.pcc=0AX%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchcla= sses.lst=0AX%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight/eldritchequ= ippotionspoisons.lst=0AX%%T%%/data/d20ogl/malhavocpress/bookofeldritchmight= /eldritchequiprings.lst=0AX%%T%%/data/d20ogl/malhavocpress/bookofeldritchmi= ght/eldritchequiprodstaffwands.lst=0AX%%T%%/data/d20ogl/malhavocpress/booko= feldritchmight/eldritchequipweapmelee.lst=0AX%%T%%/data/d20ogl/malhavocpres= s/bookofeldritchmight/eldritchequipwondrousitems.lst=0AX%%T%%/data/d20ogl/m= alhavocpress/bookofeldritchmight/eldritchfeats.lst=0AX%%T%%/data/d20ogl/mal= havocpress/bookofeldritchmight/eldritchraces.lst=0AX%%T%%/data/d20ogl/malha= vocpress/bookofeldritchmight/eldritchskills.lst=0AX%%T%%/data/d20ogl/malhav= ocpress/bookofeldritchmight/eldritchspells.lst=0AX%%T%%/data/d20ogl/malhavo= cpress/bookofeldritchmight/OGL.txt=0AX%%T%%/data/d20ogl/msrd/msrd.pcc=0AX%%= T%%/data/d20ogl/msrd/msrdclassesadvanced.lst=0AX%%T%%/data/d20ogl/msrd/msrd= classesbase.lst=0AX%%T%%/data/d20ogl/msrd/msrdclassesnpc.lst=0AX%%T%%/data/= d20ogl/msrd/msrdequip.lst=0AX%%T%%/data/d20ogl/msrd/msrdequiparmor.lst=0AX%= %T%%/data/d20ogl/msrd/msrdequipmods.lst=0AX%%T%%/data/d20ogl/msrd/msrdequip= vehicles.lst=0AX%%T%%/data/d20ogl/msrd/msrdequipweapammo.lst=0AX%%T%%/data/= d20ogl/msrd/msrdequipweapmelee.lst=0AX%%T%%/data/d20ogl/msrd/msrdequipweapr= anged.lst=0AX%%T%%/data/d20ogl/msrd/msrdfeats.lst=0AX%%T%%/data/d20ogl/msrd= /msrdfeatshidden.lst=0AX%%T%%/data/d20ogl/msrd/msrdfeatsoccupations.lst=0AX= %%T%%/data/d20ogl/msrd/msrdfxequiparmorspecific.lst=0AX%%T%%/data/d20ogl/ms= rd/msrdfxequipmods.lst=0AX%%T%%/data/d20ogl/msrd/OGL.txt=0AX%%T%%/data/d20o= gl/msrd/msrdfxequippotionspecific.lst=0AX%%T%%/data/d20ogl/msrd/msrdfxequip= ringspecific.lst=0AX%%T%%/data/d20ogl/msrd/msrdfxequipscrollsspecific.lst= =0AX%%T%%/data/d20ogl/msrd/msrdfxequipstaffsspecific.lst=0AX%%T%%/data/d20o= gl/msrd/msrdfxequiptattoosspecific.lst=0AX%%T%%/data/d20ogl/msrd/msrdfxequi= pwandsspecific.lst=0AX%%T%%/data/d20ogl/msrd/msrdfxequipweapmeleespecific.l= st=0AX%%T%%/data/d20ogl/msrd/msrdfxequipweaprangedspecific.lst=0AX%%T%%/dat= a/d20ogl/msrd/msrdfxequipwonderousitems.lst=0AX%%T%%/data/d20ogl/msrd/msrdf= xpowers.lst=0AX%%T%%/data/d20ogl/msrd/msrdfxspells.lst=0AX%%T%%/data/d20ogl= /msrd/msrdlanguages.lst=0AX%%T%%/data/d20ogl/msrd/msrdraces.lst=0AX%%T%%/da= ta/d20ogl/msrd/msrdskills.lst=0AX%%T%%/data/d20ogl/msrd/altpcc/msrdnofx.pcc= =0AX%%T%%/data/d20ogl/msrd/msrdtemplates.lst=0AX%%T%%/data/d20ogl/msrd/msrd= templatesfiends.lst=0AX%%T%%/data/d20ogl/msrd/msrdweapprofs.lst=0AX%%T%%/da= ta/d20ogl/srd/OGL.txt=0AX%%T%%/data/d20ogl/srd/srd.pcc=0AX%%T%%/data/d20ogl= /srd/srdclassesbase.lst=0AX%%T%%/data/d20ogl/srd/srdclassescreaturespecific= .lst=0AX%%T%%/data/d20ogl/srd/srdclassescreaturetypes.lst=0AX%%T%%/data/d20= ogl/srd/srdclassesdragon.lst=0AX%%T%%/data/d20ogl/srd/srdclassesprestige.ls= t=0AX%%T%%/data/d20ogl/srd/srdclassespsionic.lst=0AX%%T%%/data/d20ogl/srd/s= rdcompanionmods.lst=0AX%%T%%/data/d20ogl/srd/srddeities.lst=0AX%%T%%/data/d= 20ogl/srd/srddomains.lst=0AX%%T%%/data/d20ogl/srd/srdequip.lst=0AX%%T%%/dat= a/d20ogl/srd/srdequiparmorshields.lst=0AX%%T%%/data/d20ogl/srd/srdequiparmo= rshieldsspecific.lst=0AX%%T%%/data/d20ogl/srd/srdequipartifacts.lst=0AX%%T%= %/data/d20ogl/srd/srdequipbasetypes.lst=0AX%%T%%/data/d20ogl/srd/srdequipba= setypespsionic.lst=0AX%%T%%/data/d20ogl/srd/srdequipcoinsgems.lst=0AX%%T%%/= data/d20ogl/srd/srdequipdorjespsionic.lst=0AX%%T%%/data/d20ogl/srd/srdequip= modsmagic.lst=0AX%%T%%/data/d20ogl/srd/srdequipmodsmundane.lst=0AX%%T%%/dat= a/d20ogl/srd/srdequipmodspsionic.lst=0AX%%T%%/data/d20ogl/srd/srdequippotio= nspoisons.lst=0AX%%T%%/data/d20ogl/srd/srdequippsionic.lst=0AX%%T%%/data/d2= 0ogl/srd/srdequiprings.lst=0AX%%T%%/data/d20ogl/srd/srdequiprodstaffswands.= lst=0AX%%T%%/data/d20ogl/srd/srdequipscrolls.lst=0AX%%T%%/data/d20ogl/srd/s= rdequipweapammo.lst=0AX%%T%%/data/d20ogl/srd/srdequipweapammospecific.lst= =0AX%%T%%/data/d20ogl/srd/srdequipweapmelee.lst=0AX%%T%%/data/d20ogl/srd/sr= dequipweapmeleepsionic.lst=0AX%%T%%/data/d20ogl/srd/srdequipweapmeleespecif= ic.lst=0AX%%T%%/data/d20ogl/srd/srdequipweapranged.lst=0AX%%T%%/data/d20ogl= /srd/srdequipweaprangedspecific.lst=0AX%%T%%/data/d20ogl/srd/srdequipwondro= usitems.lst=0AX%%T%%/data/d20ogl/srd/srdfeats.lst=0AX%%T%%/data/d20ogl/srd/= srdfeatsdescriptions.lst=0AX%%T%%/data/d20ogl/srd/srdfeatshidden.lst=0AX%%T= %%/data/d20ogl/srd/srdfeatshiddenpsionic.lst=0AX%%T%%/data/d20ogl/srd/srdfe= atspsionic.lst=0AX%%T%%/data/d20ogl/srd/srdlanguages.lst=0AX%%T%%/data/d20o= gl/srd/srdracesabc.lst=0AX%%T%%/data/d20ogl/srd/srdracesanimals.lst=0AX%%T%= %/data/d20ogl/srd/srdracesd.lst=0AX%%T%%/data/d20ogl/srd/srdracesdragons.ls= t=0AX%%T%%/data/d20ogl/srd/srdracesef.lst=0AX%%T%%/data/d20ogl/srd/srdraces= gh.lst=0AX%%T%%/data/d20ogl/srd/srdracesikl.lst=0AX%%T%%/data/d20ogl/srd/sr= dracesmn.lst=0AX%%T%%/data/d20ogl/srd/srdracesopr.lst=0AX%%T%%/data/d20ogl/= srd/srdracesphb.lst=0AX%%T%%/data/d20ogl/srd/srdracespsionic.lst=0AX%%T%%/d= ata/d20ogl/srd/srdracesst.lst=0AX%%T%%/data/d20ogl/srd/srdracesuvw.lst=0AX%= %T%%/data/d20ogl/srd/srdracesvermin.lst=0AX%%T%%/data/d20ogl/srd/srdracesxy= z.lst=0AX%%T%%/data/d20ogl/srd/srdskills.lst=0AX%%T%%/data/d20ogl/srd/srdsk= illspsionic.lst=0AX%%T%%/data/d20ogl/srd/srdspells.lst=0AX%%T%%/data/d20ogl= /srd/srdspellspsionic.lst=0AX%%T%%/data/d20ogl/srd/srdstartingkits.lst=0AX%= %T%%/data/d20ogl/srd/srdtemplates.lst=0AX%%T%%/data/d20ogl/srd/srdtemplates= creatures.lst=0AX%%T%%/data/d20ogl/srd/srdtemplatespsionic.lst=0AX%%T%%/dat= a/d20ogl/srd/srdtemplatestypes.lst=0AX%%T%%/data/d20ogl/srd/srdweapprofs.ls= t=0AX%%T%%/data/d20ogl/srd/altpcc/srdadvanced.pcc=0AX%%T%%/data/d20ogl/srd/= altpcc/srdasian.pcc=0AX%%T%%/data/d20ogl/srd/altpcc/srdbasic.pcc=0AX%%T%%/d= ata/d20ogl/srd/altpcc/srdmonsters.pcc=0AX%%T%%/data/d20ogl/srd/altpcc/srdps= ionics.pcc=0AX%%T%%/data/d20ogl/srd/srdweapprofsnatural.lst=0AX%%T%%/data/d= 20ogl/srd/srdweapprofspsionic.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudi= os/scarredlands/relicsrituals/OGL.txt=0AX%%T%%/data/d20ogl/swordandsorcerys= tudios/scarredlands/relicsrituals/relicsrituals.pcc=0AX%%T%%/data/d20ogl/sw= ordandsorcerystudios/scarredlands/relicsrituals/relicsritualsclasses.lst=0A= X%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relics= ritualsdomains.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands= /relicsrituals/relicsritualsequip.lst=0AX%%T%%/data/d20ogl/swordandsorcerys= tudios/scarredlands/relicsrituals/relicsritualsequiparmorshieldsspecific.ls= t=0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/re= licsritualsequipartifacts.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/s= carredlands/relicsrituals/relicsritualsequippotionspoisons.lst=0AX%%T%%/dat= a/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsritualsequ= iprings.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relics= rituals/relicsritualsequiprodstaffwands.lst=0AX%%T%%/data/d20ogl/swordandso= rcerystudios/scarredlands/relicsrituals/relicsritualsequipscrolls.lst=0AX%%= T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsrit= ualsequipweapammospecific.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/s= carredlands/relicsrituals/relicsritualsfeats.lst=0AX%%T%%/data/d20ogl/sword= andsorcerystudios/scarredlands/relicsrituals/relicsritualsequipweapmeleespe= cific.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsri= tuals/relicsritualsequipweaprangedspecific.lst=0AX%%T%%/data/d20ogl/swordan= dsorcerystudios/scarredlands/relicsrituals/relicsritualsequipwondrousitems.= lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/= relicsritualsfeatshidden.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/sc= arredlands/relicsrituals/relicsritualspermission.HTM=0AX%%T%%/data/d20ogl/s= wordandsorcerystudios/scarredlands/relicsrituals/relicsritualsskills.lst=0A= X%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relics= ritualsspells.lst=0AX%%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/= relicsrituals/relicsritualstemplates.lst=0AX%%T%%/data/d20ogl/swordandsorce= rystudios/scarredlands/relicsrituals/relicsritualsweapprofs.lst=0AX%%T%%/li= b/readme.txt=0AX%%T%%/lib/jep-2.24.jar=0AX%%T%%/lib/batik.jar=0AX%%T%%/lib/= fop.jar=0AX%%T%%/lib/jformatter.jar=0AX%%T%%/lib/junit.jar=0AX%%T%%/lib/kun= ststoff.jar=0AX%%T%%/lib/xalan.jar=0AX%%T%%/lib/xerces.jar=0AX%%T%%/lib/ski= nlf.jar=0AX%%T%%/lib/themes/aquathemepack.zip=0AX%%T%%/lib/themes/bbjthemep= ack.zip=0AX%%T%%/lib/themes/beosthemepack.zip=0AX%%T%%/lib/themes/cellshade= dthemepack.zip=0AX%%T%%/lib/themes/macosthemepack.zip=0AX%%T%%/lib/themes/m= odernthemepack.zip=0AX%%T%%/lib/themes/themepack.zip=0AX%%T%%/lib/themes/to= xicthemepack.zip=0AX%%T%%/lib/themes/whistlerthemepack.zip=0AX%%T%%/lib/the= mes/xplunathemepack.zip=0AX%%T%%/outputsheets/base.xml=0AX%%T%%/outputsheet= s/d20/fantasy/htmlxml/csheet_dnd_combined.htm=0AX%%T%%/outputsheets/d20/fan= tasy/htmlxml/csheet_dnd_compact.htm=0AX%%T%%/outputsheets/d20/fantasy/htmlx= ml/csheet_dnd_mmstatblock.htm=0AX%%T%%/outputsheets/d20/fantasy/htmlxml/csh= eet_dnd_OpenRPG.xml=0AX%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_dnd_st= d.htm=0AX%%T%%/outputsheets/d20/fantasy/htmlxml/csheet_dnd_WotC_Statblock.h= tm=0AX%%T%%/outputsheets/d20/fantasy/htmlxml/eqsheet_dnd_consumables.htm=0A= X%%T%%/outputsheets/d20/fantasy/htmlxml/eqsheet_dnd_std.htm=0AX%%T%%/output= sheets/d20/fantasy/htmlxml/psheet_dnd_std.htm=0AX%%T%%/outputsheets/d20/fan= tasy/pdf/csheet_dnd_descriptions.fo=0AX%%T%%/outputsheets/d20/fantasy/pdf/c= sheet_dnd_picture.fo=0AX%%T%%/outputsheets/d20/fantasy/pdf/csheet_dnd_spell= book.fo=0AX%%T%%/outputsheets/d20/fantasy/pdf/csheet_dnd_std.fo=0AX%%T%%/ou= tputsheets/d20/fantasy/pdf/csheet_dnd_std.xslt=0AX%%T%%/outputsheets/d20/fa= ntasy/text/csheet_plain.TXT=0AX%%T%%/outputsheets/d20/fantasy/text/placehol= der.txt=0AX%%T%%/outputsheets/d20/historical/htmlxml/eqsheet_dnd_std.htm=0A= X%%T%%/outputsheets/d20/historical/htmlxml/psheet_dnd_std.htm=0AX%%T%%/outp= utsheets/d20/historical/pdf/placeholder.txt=0AX%%T%%/outputsheets/d20/histo= rical/text/placeholder.txt=0AX%%T%%/outputsheets/d20/horror/htmlxml/eqsheet= _dnd_std.htm=0AX%%T%%/outputsheets/d20/horror/htmlxml/psheet_dnd_std.htm=0A= X%%T%%/outputsheets/d20/horror/text/placeholder.txt=0AX%%T%%/outputsheets/d= 20/modern/htmlxml/csheet_modern_std.htm=0AX%%T%%/outputsheets/d20/modern/ht= mlxml/eqsheet_dnd_std.htm=0AX%%T%%/outputsheets/d20/modern/htmlxml/psheet_d= nd_std.htm=0AX%%T%%/outputsheets/d20/modern/pdf/csheet_modern_std.xslt=0AX%= %T%%/outputsheets/d20/modern/pdf/placeholder.txt=0AX%%T%%/outputsheets/d20/= modern/text/placeholder.txt=0AX%%T%%/outputsheets/d20/sciencefiction/htmlxm= l/eqsheet_dnd_std.htm=0AX%%T%%/outputsheets/d20/sciencefiction/htmlxml/pshe= et_dnd_std.htm=0AX%%T%%/outputsheets/d20/sciencefiction/pdf/placeholder.txt= =0AX%%T%%/outputsheets/d20/sciencefiction/text/placeholder.txt=0AX%%T%%/out= putsheets/d20/western/htmlxml/csheetDeadlands.htm=0AX%%T%%/outputsheets/d20= /western/htmlxml/eqsheet_dnd_std.htm=0AX%%T%%/outputsheets/d20/western/html= xml/psheet_dnd_std.htm=0AX%%T%%/outputsheets/d20/western/pdf/placeholder.tx= t=0AX%%T%%/outputsheets/d20/western/text/placeholder.txt=0AX%%T%%/system/D2= 0System.htm=0AX%%T%%/system/opengaminglicense.10a.txt=0AX%%T%%/system/paper= Info.lst=0AX%%T%%/system/pointbuymethods_system.lst=0AX%%T%%/system/schools= .lst=0AX%%T%%/system/sizeAdjustment.lst=0AX%%T%%/system/tips.lst=0AX%%T%%/s= ystem/bio/biosettings.lst=0AX%%T%%/system/bio/locations.lst=0AX%%T%%/system= /bio/traits.lst=0AX%%T%%/system/bio/names/Albion.nam=0AX%%T%%/system/bio/na= mes/ALVER.NAM=0AX%%T%%/system/bio/names/Arabic.nam=0AX%%T%%/system/bio/name= s/cg_NAMES.nam=0AX%%T%%/system/bio/names/Deverry.nam=0AX%%T%%/system/bio/na= mes/DVARGAR.NAM=0AX%%T%%/system/bio/names/Felana.nam=0AX%%T%%/system/bio/na= mes/GALLER.NAM=0AX%%T%%/system/bio/names/Generic_NAMES.nam=0AX%%T%%/system/= bio/names/gnome.nam=0AX%%T%%/system/bio/names/hispanic_NAMES.nam=0AX%%T%%/s= ystem/bio/names/HOBER.NAM=0AX%%T%%/system/bio/names/kerrel.nam=0AX%%T%%/sys= tem/bio/names/Mar_Draconic.nam=0AX%%T%%/system/bio/names/Mar_Knightly_NAMES= .nam=0AX%%T%%/system/bio/names/Mar_NAMES.nam=0AX%%T%%/system/bio/names/Narn= .nam=0AX%%T%%/system/bio/names/orc.nam=0AX%%T%%/system/bio/names/ReadMe.txt= =0AX%%T%%/system/bio/names/rw_Anglo_Saxon_Female.nam=0AX%%T%%/system/bio/na= mes/rw_Anglo_Saxon_Male.nam=0AX%%T%%/system/bio/names/rw_Anglo_Saxon_Latini= zed_Female.nam=0AX%%T%%/system/bio/names/rw_Anglo_Saxon_Latinized_Male.nam= =0AX%%T%%/system/bio/names/rw_English_Late_Period_Female.nam=0AX%%T%%/syste= m/bio/names/rw_English_Late_Period_Male.nam=0AX%%T%%/system/bio/names/rw_En= glish_Middle_Period_Female.nam=0AX%%T%%/system/bio/names/rw_English_Middle_= Period_Male.nam=0AX%%T%%/system/bio/names/rw_Flemish_NAMES.nam=0AX%%T%%/sys= tem/bio/names/rw_Frankish_Female.nam=0AX%%T%%/system/bio/names/rw_Frankish_= Male.nam=0AX%%T%%/system/bio/names/rw_French_NAMES.nam=0AX%%T%%/system/bio/= names/rw_German_Female.nam=0AX%%T%%/system/bio/names/rw_German_Male.nam=0AX= %%T%%/system/bio/names/rw_Gothic_NAMES.nam=0AX%%T%%/system/bio/names/rw_Iri= sh_Gaelic_Female.nam=0AX%%T%%/system/bio/names/rw_Irish_Gaelic_Male.nam=0AX= %%T%%/system/bio/names/rw_Italian_Renaissance_Female.nam=0AX%%T%%/system/bi= o/names/rw_Italian_Renaissance_Male.nam=0AX%%T%%/system/bio/names/rw_Persia= n_NAMES.nam=0AX%%T%%/system/bio/names/rw_Pictish_Classical_NAMES.nam=0AX%%T= %%/system/bio/names/rw_Pictish_Medieval_Male.nam=0AX%%T%%/system/bio/names/= rw_Roman_Female.nam=0AX%%T%%/system/bio/names/rw_Roman_Male.nam=0AX%%T%%/sy= stem/bio/names/rw_Russian_Female.nam=0AX%%T%%/system/bio/names/rw_Russian_M= ale.nam=0AX%%T%%/system/bio/names/rw_Scottish_Gaelic_Female.nam=0AX%%T%%/sy= stem/bio/names/rw_Scottish_Gaelic_Male.nam=0AX%%T%%/system/bio/names/sparha= wk.nam=0AX%%T%%/system/gameModes/Deadlands.lst=0AX%%T%%/system/gameModes/Si= dewinder.lst=0AX%%T%%/system/gameModes/SovereignStoneD20.lst=0AX%%T%%/syste= m/gameModes/Spycraft.lst=0AX%%T%%/system/gameModes/WeirdWars.lst=0AX%%T%%/s= ystem/gameModes/3e/level.lst=0AX%%T%%/system/gameModes/3e/load.lst=0AX%%T%%= /system/gameModes/3e/miscinfo.lst=0AX%%T%%/system/gameModes/3e/statsandchec= ks.lst=0AX%%T%%/system/gameModes/Modern/level.lst=0AX%%T%%/system/gameModes= /Modern/load.lst=0AX%%T%%/system/gameModes/Modern/miscinfo.lst=0AX%%T%%/sys= tem/gameModes/Modern/statsandchecks.lst=0AX%%T%%/system/Languages/LanguageB= undle.properties=0AX%%T%%/system/Languages/LanguageBundle_en_US.properties= =0AX%%T%%/system/outputFilters/fo.lst=0AX%%T%%/system/outputFilters/htm.lst= =0AX%%T%%/system/outputFilters/xml.lst=0AX%%T%%/system/specials/bonusstacks= .lst=0AX%%T%%/system/specials/equipmentslots.lst=0AX%%T%%/system/specials/s= pecials.lst=0AX%%T%%/pcgen.jar=0AX%%T%%/pcgen.sh=0AX%%T%%/filepaths.ini=0AX= bin/pcgen.sh=0AX@dirrm %%T%%/system/specials=0AX@dirrm %%T%%/system/outputF= ilters=0AX@dirrm %%T%%/system/gameModes/Modern=0AX@dirrm %%T%%/system/gameM= odes/3e=0AX@dirrm %%T%%/system/gameModes=0AX@dirrm %%T%%/system/bio/names= =0AX@dirrm %%T%%/system/bio=0AX@dirrm %%T%%/system/Languages=0AX@dirrm %%T%= %/system/=0AX@dirrm %%T%%/outputsheets/d20/western/text=0AX@dirrm %%T%%/out= putsheets/d20/western/pdf=0AX@dirrm %%T%%/outputsheets/d20/western/htmlxml= =0AX@dirrm %%T%%/outputsheets/d20/western=0AX@dirrm %%T%%/outputsheets/d20/= sciencefiction/text=0AX@dirrm %%T%%/outputsheets/d20/sciencefiction/pdf=0AX= @dirrm %%T%%/outputsheets/d20/sciencefiction/htmlxml=0AX@dirrm %%T%%/output= sheets/d20/sciencefiction=0AX@dirrm %%T%%/outputsheets/d20/modern/text=0AX@= dirrm %%T%%/outputsheets/d20/modern/pdf=0AX@dirrm %%T%%/outputsheets/d20/mo= dern/htmlxml=0AX@dirrm %%T%%/outputsheets/d20/modern=0AX@dirrm %%T%%/output= sheets/d20/horror/text=0AX@dirrm %%T%%/outputsheets/d20/horror/htmlxml=0AX@= dirrm %%T%%/outputsheets/d20/horror=0AX@dirrm %%T%%/outputsheets/d20/histor= ical/text=0AX@dirrm %%T%%/outputsheets/d20/historical/pdf=0AX@dirrm %%T%%/o= utputsheets/d20/historical/htmlxml=0AX@dirrm %%T%%/outputsheets/d20/histori= cal=0AX@dirrm %%T%%/outputsheets/d20/fantasy/text=0AX@dirrm %%T%%/outputshe= ets/d20/fantasy/pdf=0AX@dirrm %%T%%/outputsheets/d20/fantasy/htmlxml=0AX@di= rrm %%T%%/outputsheets/d20/fantasy=0AX@dirrm %%T%%/outputsheets/d20=0AX@dir= rm %%T%%/outputsheets/=0AX@dirrm %%T%%/lib/themes/CVS=0AX@dirrm %%T%%/lib/t= hemes=0AX@dirrm %%T%%/lib/CVS=0AX@dirrm %%T%%/lib/=0AX@dirrm %%T%%/data/per= missioned/sovereignpress/sovereignstone/altpcc=0AX@dirrm %%T%%/data/permiss= ioned/sovereignpress/sovereignstone=0AX@dirrm %%T%%/data/permissioned/sover= eignpress=0AX@dirrm %%T%%/data/permissioned/rpgobjects/darwinsworld/darwins= world/worldrules=0AX@dirrm %%T%%/data/permissioned/rpgobjects/darwinsworld/= darwinsworld/denizens=0AX@dirrm %%T%%/data/permissioned/rpgobjects/darwinsw= orld/darwinsworld/artifacts=0AX@dirrm %%T%%/data/permissioned/rpgobjects/da= rwinsworld/darwinsworld=0AX@dirrm %%T%%/data/permissioned/rpgobjects/darwin= sworld=0AX@dirrm %%T%%/data/permissioned/rpgobjects=0AX@dirrm %%T%%/data/pe= rmissioned/pinnacleentertainment/deadlands/thewayofthehuckster=0AX@dirrm %%= T%%/data/permissioned/pinnacleentertainment/deadlands/thewayofthegun=0AX@di= rrm %%T%%/data/permissioned/pinnacleentertainment/deadlands/horrorsotheweir= dwest=0AX@dirrm %%T%%/data/permissioned/pinnacleentertainment/deadlands/dea= dlandsweb=0AX@dirrm %%T%%/data/permissioned/pinnacleentertainment/deadlands= /deadlandsd20=0AX@dirrm %%T%%/data/permissioned/pinnacleentertainment/deadl= ands=0AX@dirrm %%T%%/data/permissioned/pinnacleentertainment=0AX@dirrm %%T%= %/data/permissioned/mongoose/travellerstales/seasofblood=0AX@dirrm %%T%%/da= ta/permissioned/mongoose/travellerstales=0AX@dirrm %%T%%/data/permissioned/= mongoose/slayersguides/troglodytes=0AX@dirrm %%T%%/data/permissioned/mongoo= se/slayersguides/hobgoblins=0AX@dirrm %%T%%/data/permissioned/mongoose/slay= ersguides/gnolls=0AX@dirrm %%T%%/data/permissioned/mongoose/slayersguides/c= entaurs=0AX@dirrm %%T%%/data/permissioned/mongoose/slayersguides/amazons=0A= X@dirrm %%T%%/data/permissioned/mongoose/slayersguides=0AX@dirrm %%T%%/data= /permissioned/mongoose/powerclasses/assassin=0AX@dirrm %%T%%/data/permissio= ned/mongoose/powerclasses=0AX@dirrm %%T%%/data/permissioned/mongoose/gladia= torsandsofdeath=0AX@dirrm %%T%%/data/permissioned/mongoose/encyclopediaarca= ne/necromancy=0AX@dirrm %%T%%/data/permissioned/mongoose/encyclopediaarcane= /demonology=0AX@dirrm %%T%%/data/permissioned/mongoose/encyclopediaarcane/c= haosmagic=0AX@dirrm %%T%%/data/permissioned/mongoose/encyclopediaarcane=0AX= @dirrm %%T%%/data/permissioned/mongoose/collectorsseries/quintessentialrogu= e=0AX@dirrm %%T%%/data/permissioned/mongoose/collectorsseries/quintessentia= lfighter=0AX@dirrm %%T%%/data/permissioned/mongoose/collectorsseries=0AX@di= rrm %%T%%/data/permissioned/mongoose=0AX@dirrm %%T%%/data/permissioned/malh= avocpress/malhavocweb=0AX@dirrm %%T%%/data/permissioned/malhavocpress/iftho= ughtscouldkill=0AX@dirrm %%T%%/data/permissioned/malhavocpress/demongodsfan= e=0AX@dirrm %%T%%/data/permissioned/malhavocpress/bookofeldritchmight2=0AX@= dirrm %%T%%/data/permissioned/malhavocpress=0AX@dirrm %%T%%/data/permission= ed/greenronin/jadedragonsandhungryghosts=0AX@dirrm %%T%%/data/permissioned/= greenronin/arcanasocietiesofmagicweb=0AX@dirrm %%T%%/data/permissioned/gree= nronin/arcanasocietiesofmagic=0AX@dirrm %%T%%/data/permissioned/greenronin= =0AX@dirrm %%T%%/data/permissioned/fantasyflightgames/legendsandlairs/traps= andtreachery=0AX@dirrm %%T%%/data/permissioned/fantasyflightgames/legendsan= dlairs/spellsandspellcraft=0AX@dirrm %%T%%/data/permissioned/fantasyflightg= ames/legendsandlairs=0AX@dirrm %%T%%/data/permissioned/fantasyflightgames= =0AX@dirrm %%T%%/data/permissioned/citizengames/sidewinder/sidewinder=0AX@d= irrm %%T%%/data/permissioned/citizengames/sidewinder=0AX@dirrm %%T%%/data/p= ermissioned/citizengames=0AX@dirrm %%T%%/data/permissioned/avalanchepress/j= adeandsteel=0AX@dirrm %%T%%/data/permissioned/avalanchepress=0AX@dirrm %%T%= %/data/permissioned/aurand20/darkawakeningsguardian=0AX@dirrm %%T%%/data/pe= rmissioned/aurand20/apothecarynotes=0AX@dirrm %%T%%/data/permissioned/auran= d20=0AX@dirrm %%T%%/data/permissioned/atlasgames/penumbra/touchedbythegods= =0AX@dirrm %%T%%/data/permissioned/atlasgames/penumbra/thievesintheforest= =0AX@dirrm %%T%%/data/permissioned/atlasgames/penumbra/beyondtheveil=0AX@di= rrm %%T%%/data/permissioned/atlasgames/penumbra/backdrops=0AX@dirrm %%T%%/d= ata/permissioned/atlasgames/penumbra=0AX@dirrm %%T%%/data/permissioned/atla= sgames=0AX@dirrm %%T%%/data/permissioned/alderacentgroup/war=0AX@dirrm %%T%= %/data/permissioned/alderacentgroup/undead=0AX@dirrm %%T%%/data/permissione= d/alderacentgroup/evil=0AX@dirrm %%T%%/data/permissioned/alderacentgroup/du= ngeons=0AX@dirrm %%T%%/data/permissioned/alderacentgroup/dragons=0AX@dirrm = %%T%%/data/permissioned/alderacentgroup=0AX@dirrm %%T%%/data/permissioned= =0AX@dirrm %%T%%/data/d20ogl/swordandsorcerystudios/scarredlands/relicsritu= als=0AX@dirrm %%T%%/data/d20ogl/swordandsorcerystudios/scarredlands=0AX@dir= rm %%T%%/data/d20ogl/swordandsorcerystudios=0AX@dirrm %%T%%/data/d20ogl/srd= /altpcc=0AX@dirrm %%T%%/data/d20ogl/srd=0AX@dirrm %%T%%/data/d20ogl/msrd/al= tpcc=0AX@dirrm %%T%%/data/d20ogl/msrd=0AX@dirrm %%T%%/data/d20ogl/malhavocp= ress/bookofeldritchmight=0AX@dirrm %%T%%/data/d20ogl/malhavocpress=0AX@dirr= m %%T%%/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces=0AX@dirr= m %%T%%/data/d20ogl/fantasyflightgames/legendsandlairs=0AX@dirrm %%T%%/data= /d20ogl/fantasyflightgames/dragonstar/starfarershandbook=0AX@dirrm %%T%%/da= ta/d20ogl/fantasyflightgames/dragonstar=0AX@dirrm %%T%%/data/d20ogl/fantasy= flightgames=0AX@dirrm %%T%%/data/d20ogl/fantasycommunitycouncil/netbookofsp= ellsmagic=0AX@dirrm %%T%%/data/d20ogl/fantasycommunitycouncil=0AX@dirrm %%T= %%/data/d20ogl/creativemountaingames/openspellscollection/variation2=0AX@di= rrm %%T%%/data/d20ogl/creativemountaingames/openspellscollection/variation1= =0AX@dirrm %%T%%/data/d20ogl/creativemountaingames/openspellscollection/pri= mary=0AX@dirrm %%T%%/data/d20ogl/creativemountaingames/openspellscollection= =0AX@dirrm %%T%%/data/d20ogl/creativemountaingames/lexus/trundlefolk=0AX@di= rrm %%T%%/data/d20ogl/creativemountaingames/lexus/groupcombat=0AX@dirrm %%T= %%/data/d20ogl/creativemountaingames/lexus/countyclergy=0AX@dirrm %%T%%/dat= a/d20ogl/creativemountaingames/lexus=0AX@dirrm %%T%%/data/d20ogl/creativemo= untaingames=0AX@dirrm %%T%%/data/d20ogl/battlefieldpress/cityscape/cityscap= e=0AX@dirrm %%T%%/data/d20ogl/battlefieldpress/cityscape=0AX@dirrm %%T%%/da= ta/d20ogl/battlefieldpress=0AX@dirrm %%T%%/data/d20ogl/bastionpress/alchemy= herbalists=0AX@dirrm %%T%%/data/d20ogl/bastionpress=0AX@dirrm %%T%%/data/d2= 0ogl/avalanchepress/blackflags=0AX@dirrm %%T%%/data/d20ogl/avalanchepress= =0AX@dirrm %%T%%/data/d20ogl=0AX@dirrm %%T%%/data/customsources=0AX@dirrm %= %T%%/data/=0AX@dirrm %%T%%/characters/=0AX@dirrm %%T%%=0AEND-of-misc/pcgen/= pkg-plist=0Aecho x - misc/pcgen/pkg-descr=0Ased 's/^X//' >misc/pcgen/pkg-de= scr << 'END-of-misc/pcgen/pkg-descr'=0AXPCGen is a Java-based RPG character= generator and maintenance program that=0AXworks on all platforms (Windows,= Mac OS X, Linux, BSD, etc). It currently is=0AXaimed at supporting as many= rpgs as humanly possible. Currently our focus is on=0AXOGL games (OGL =3D = the Open Gaming License crafted by Wizards of the Coast).=0AX=0AXAll datafi= les are ASCII so they can be modified by users, and are available=0AXthroug= h the pcgendm project. An XML conversion is underway.=0AX=0AXWWW: http://pc= gen.sourceforge.net=0AX=0AX- Herve Quiroz=0AXherve.quiroz@esil.univ-mrs.fr= =0AEND-of-misc/pcgen/pkg-descr=0Aexit=0A=0A --wac7ysb48OaltWcw-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 06:20:10 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 249C716A4CE for ; Thu, 27 Nov 2003 06:20:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13D5F43FAF for ; Thu, 27 Nov 2003 06:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAREK6FY020496 for ; Thu, 27 Nov 2003 06:20:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAREK6NI020495; Thu, 27 Nov 2003 06:20:06 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 06:20:06 -0800 (PST) Resent-Message-Id: <200311271420.hAREK6NI020495@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yann Berthier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E749416A4CE for ; Thu, 27 Nov 2003 06:12:05 -0800 (PST) Received: from itesec.hsc.fr (itesec.hsc.fr [192.70.106.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30E2043FF3 for ; Thu, 27 Nov 2003 06:12:04 -0800 (PST) (envelope-from yb@hsc.fr) Received: from taz.hsc.fr (taz.hsc.fr [192.70.106.75]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "taz.hsc.fr", Issuer "HSC CA" (verified OK)) by itesec.hsc.fr (Postfix) with ESMTP id 621EC21036 for ; Thu, 27 Nov 2003 15:12:03 +0100 (CET) Received: by taz.hsc.fr (Postfix, from userid 1000) id BF9F46BE; Thu, 27 Nov 2003 15:11:49 +0100 (CET) Message-Id: <20031127141149.BF9F46BE@taz.hsc.fr> Date: Thu, 27 Nov 2003 15:11:49 +0100 (CET) From: Yann Berthier To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59727: [MAINTAINER] net/honeyd: update to 0.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 14:20:10 -0000 >Number: 59727 >Category: ports >Synopsis: [MAINTAINER] net/honeyd: update to 0.7 >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: Thu Nov 27 06:20:06 PST 2003 >Closed-Date: >Last-Modified: >Originator: Yann Berthier >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD taz.hsc.fr 5.1-CURRENT FreeBSD 5.1-CURRENT #73: Sat Nov 8 22:22:27 CET >Description: - Update to 0.7 - Install sample scripts in the DATADIR directory Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- honeyd-0.7.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/honeyd/Makefile /home/yb/tmp/ports/net/honeyd/Makefile --- /usr/ports/net/honeyd/Makefile Sat Sep 27 03:09:33 2003 +++ /home/yb/tmp/ports/net/honeyd/Makefile Mon Nov 24 15:03:41 2003 @@ -6,7 +6,7 @@ # PORTNAME= honeyd -PORTVERSION= 0.6a +PORTVERSION= 0.7 CATEGORIES= net MASTER_SITES= http://niels.xtdnet.nl/honeyd/ @@ -16,12 +16,31 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE} \ --with-pcap INSTALLS_SHLIB= yes +USE_REINPLACE= yes + +post-configure: + @${REINPLACE_CMD} -e 's|LIBS = |LIBS = ${PTHREAD_LIBS}|' \ + ${WRKSRC}/Makefile + +post-install: + @${MKDIR} ${DATADIR}/scripts/snmp +.for FILES in proxy.pl router-telnet.pl smtp.pl test.sh web.sh + @${INSTALL_SCRIPT} ${WRKSRC}/scripts/${FILES} \ + ${DATADIR}/scripts +.endfor +.for FILES in README buildSNMPConfig.pl default.snmp fake-snmp.pl \ +linux-2.4.snmp.tpl windows2000.snmp.tpl + @${INSTALL_DATA} ${WRKSRC}/scripts/snmp/${FILES} \ + ${DATADIR}/scripts/snmp +.endfor + MAN8= honeyd.8 .include diff -ruN --exclude=CVS /usr/ports/net/honeyd/distinfo /home/yb/tmp/ports/net/honeyd/distinfo --- /usr/ports/net/honeyd/distinfo Sat Sep 27 03:09:33 2003 +++ /home/yb/tmp/ports/net/honeyd/distinfo Sun Nov 23 13:14:42 2003 @@ -1 +1 @@ -MD5 (honeyd-0.6a.tar.gz) = d8743bde540db637a7cd7a19214a8265 +MD5 (honeyd-0.7.tar.gz) = d05e112d513d0a1ce7b39cded9b0aba5 diff -ruN --exclude=CVS /usr/ports/net/honeyd/pkg-plist /home/yb/tmp/ports/net/honeyd/pkg-plist --- /usr/ports/net/honeyd/pkg-plist Sat Sep 27 03:09:33 2003 +++ /home/yb/tmp/ports/net/honeyd/pkg-plist Mon Nov 24 14:12:51 2003 @@ -3,12 +3,26 @@ include/honeyd/plugins.h include/honeyd/plugins_config.h include/honeyd/debug.h -share/honeyd/README -share/honeyd/nmap.assoc -share/honeyd/nmap.prints -share/honeyd/xprobe2.conf -share/honeyd/config.sample -@dirrm share/honeyd +%%DATADIR%%/README +%%DATADIR%%/nmap.assoc +%%DATADIR%%/nmap.prints +%%DATADIR%%/xprobe2.conf +%%DATADIR%%/config.sample +%%DATADIR%%/pf.os +%%DATADIR%%/scripts/proxy.pl +%%DATADIR%%/scripts/router-telnet.pl +%%DATADIR%%/scripts/smtp.pl +%%DATADIR%%/scripts/test.sh +%%DATADIR%%/scripts/web.sh +%%DATADIR%%/scripts/snmp/README +%%DATADIR%%/scripts/snmp/buildSNMPConfig.pl +%%DATADIR%%/scripts/snmp/default.snmp +%%DATADIR%%/scripts/snmp/fake-snmp.pl +%%DATADIR%%/scripts/snmp/linux-2.4.snmp.tpl +%%DATADIR%%/scripts/snmp/windows2000.snmp.tpl +@dirrm %%DATADIR%%/scripts/snmp +@dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%% lib/honeyd/libhoneyd.so @dirrm lib/honeyd @dirrm include/honeyd --- honeyd-0.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 06:38:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57B1816A4CE; Thu, 27 Nov 2003 06:38:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AACF843FEC; Thu, 27 Nov 2003 06:38:10 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAREcAFY023885; Thu, 27 Nov 2003 06:38:10 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAREcATW023881; Thu, 27 Nov 2003 06:38:10 -0800 (PST) (envelope-from sergei) Date: Thu, 27 Nov 2003 06:38:10 -0800 (PST) From: Sergei Kolobov Message-Id: <200311271438.hAREcATW023881@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59727: [MAINTAINER] net/honeyd: update to 0.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 14:38:11 -0000 Synopsis: [MAINTAINER] net/honeyd: update to 0.7 Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Thu Nov 27 06:38:03 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59727 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 08:50:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE9416A4CE for ; Thu, 27 Nov 2003 08:50:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3426F43FBF for ; Thu, 27 Nov 2003 08:50:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARGoKFY035545 for ; Thu, 27 Nov 2003 08:50:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARGoK8I035544; Thu, 27 Nov 2003 08:50:20 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 08:50:20 -0800 (PST) Resent-Message-Id: <200311271650.hARGoK8I035544@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Marek Lawicki" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F9FB16A4CE; Thu, 27 Nov 2003 08:45:53 -0800 (PST) Received: from safo.biz (mail.safo.com.pl [213.25.136.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id C466943FCB; Thu, 27 Nov 2003 08:45:50 -0800 (PST) (envelope-from ) Received: from beton.safo.biz (gate2.safo.com.pl [213.25.136.190]) by safo.biz; Thu, 27 Nov 2003 17:45:31 +0100 Message-Id: <1069955130@beton.safo.biz> Date: Thu, 27 Nov 2003 17:45:30 -0000 From: "Marek Lawicki" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: gtk-send-pr 0.2 cc: mikeh@FreeBSD.org Subject: ports/59731: lircd "could not assign address to socket" on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 16:50:25 -0000 >Number: 59731 >Category: ports >Synopsis: lircd "could not assign address to socket" on -current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 27 08:50:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Marek Lawicki >Release: FreeBSD 5.2-BETA i386 >Organization: >Environment: System: FreeBSD beton.safo.biz 5.2-BETA FreeBSD 5.2-BETA #0: Mon Nov 24 16:28:15 GMT 2003 root@beton.safo.biz:/usr/src/sys/i386/compile/MY i386 >Description: I'm trying to use lirc with libirman, installed libirman from ports successfully, created link with : ln -s /dev/cuaa0 /dev/lirc I compiled lirc from /usr/ports/comms/lirc successfully, but cannot start it : #/usr/local/sbin/lircd ircd 0.6.6: could not assign address to socket lircd 0.6.6: Operation not supported My ports tree is up-to-date (as of 2003-11-27). >How-To-Repeat: #cd /usr/ports/comms/lirc #make install clean #/usr/local/sbin/lircd lircd 0.6.6: could not assign address to socket lircd 0.6.6: Operation not supported >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 09:02:10 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B8BE16A4CE; Thu, 27 Nov 2003 09:02:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F3843F3F; Thu, 27 Nov 2003 09:02:10 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from freefall.freebsd.org (eik@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARH29FY035911; Thu, 27 Nov 2003 09:02:09 -0800 (PST) (envelope-from eik@freefall.freebsd.org) Received: (from eik@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARH29Ji035907; Thu, 27 Nov 2003 09:02:09 -0800 (PST) (envelope-from eik) Date: Thu, 27 Nov 2003 09:02:09 -0800 (PST) From: Oliver Eikemeier Message-Id: <200311271702.hARH29Ji035907@freefall.freebsd.org> To: eik@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eik@FreeBSD.org Subject: Re: ports/56671: Update port devel/cmake to 1.6.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 17:02:10 -0000 Synopsis: Update port devel/cmake to 1.6.7 Responsible-Changed-From-To: freebsd-ports-bugs->eik Responsible-Changed-By: eik Responsible-Changed-When: Thu Nov 27 18:01:39 CET 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=56671 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 09:12:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3791116A4CE; Thu, 27 Nov 2003 09:12:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A6D343FBF; Thu, 27 Nov 2003 09:12:23 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from freefall.freebsd.org (eik@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARHCNFY039499; Thu, 27 Nov 2003 09:12:23 -0800 (PST) (envelope-from eik@freefall.freebsd.org) Received: (from eik@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARHCN3i039495; Thu, 27 Nov 2003 09:12:23 -0800 (PST) (envelope-from eik) Date: Thu, 27 Nov 2003 09:12:23 -0800 (PST) From: Oliver Eikemeier Message-Id: <200311271712.hARHCN3i039495@freefall.freebsd.org> To: eik@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/50724: [PATCH] pkg_fetch saves full filename X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 17:12:24 -0000 Synopsis: [PATCH] pkg_fetch saves full filename Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: eik Responsible-Changed-When: Thu Nov 27 18:10:38 CET 2003 Responsible-Changed-Why: over to sysutils/portupgrade maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=50724 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 09:30:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2982D16A4CE for ; Thu, 27 Nov 2003 09:30:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B74243FDF for ; Thu, 27 Nov 2003 09:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARHUFFY039855 for ; Thu, 27 Nov 2003 09:30:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARHUFSY039854; Thu, 27 Nov 2003 09:30:15 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 09:30:15 -0800 (PST) Resent-Message-Id: <200311271730.hARHUFSY039854@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Haderer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA19F16A4CE for ; Thu, 27 Nov 2003 09:22:44 -0800 (PST) Received: from hauptpostamt.charite.de (hauptpostamt.charite.de [193.175.66.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9062F43FA3 for ; Thu, 27 Nov 2003 09:22:42 -0800 (PST) (envelope-from alexander.haderer@charite.de) Received: from postamt1.charite.de (postamt1.charite.de [193.175.66.246]) by hauptpostamt.charite.de (Postfix) with ESMTP id 7DB2015C04A for ; Thu, 27 Nov 2003 18:22:34 +0100 (CET) Received: from ogava.str.charite.de (ogava.str.charite.de [192.168.202.104]) by postamt1.charite.de (Postfix) with ESMTP id 63734633B5 for ; Thu, 27 Nov 2003 18:22:34 +0100 (CET) Received: from ogava.str.charite.de (localhost.str.charite.de [127.0.0.1]) hARHMXnv062118 for ; Thu, 27 Nov 2003 18:22:34 +0100 (CET) (envelope-from alexander.haderer@charite.de) Received: (from afrika@localhost) by ogava.str.charite.de (8.12.8p1/8.12.8/Submit) id hARHMX2Y062117; Thu, 27 Nov 2003 18:22:33 +0100 (CET) (envelope-from alexander.haderer@charite.de) Message-Id: <200311271722.hARHMX2Y062117@ogava.str.charite.de> Date: Thu, 27 Nov 2003 18:22:33 +0100 (CET) From: Alexander Haderer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59733: [maintainer] sysutils/fetchlog: Update to 0.95 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Haderer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 17:30:22 -0000 >Number: 59733 >Category: ports >Synopsis: [maintainer] sysutils/fetchlog: Update to 0.95 >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: Thu Nov 27 09:30:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: Alexander Haderer >Release: FreeBSD 4.8-RELEASE i386 >Organization: Charite Hospital Berlin - Germany >Environment: System: FreeBSD ogava.str.charite.de 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Tue May 13 20:42:13 CEST 2003 root@ogava.str.charite.de:/usr/src/sys/compile/OGAVAD i386 >Description: Update to version 0.95 fixes problems with zero sized logfiles >How-To-Repeat: >Fix: --- fetchlog095.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fetchlog # fetchlog/files # fetchlog/files/patch-aa # fetchlog/Makefile # fetchlog/distinfo # fetchlog/pkg-descr # fetchlog/pkg-plist # fetchlog/pkg-message # echo c - fetchlog mkdir -p fetchlog > /dev/null 2>&1 echo c - fetchlog/files mkdir -p fetchlog/files > /dev/null 2>&1 echo x - fetchlog/files/patch-aa sed 's/^X//' >fetchlog/files/patch-aa << 'END-of-fetchlog/files/patch-aa' X--- Makefile.orig Mon Aug 11 18:58:18 2003 X+++ Makefile Mon Aug 11 19:02:35 2003 X@@ -23,8 +23,9 @@ X ### compiler X X ### gcc X-CC=gcc X-CFLAGS= -O -Wall -Wcast-qual -Wstrict-prototypes \ X+#CC=gcc X+CC ?= =cc X+CFLAGS += -O -Wall -Wcast-qual -Wstrict-prototypes \ X -Wmissing-prototypes -Wmissing-declarations -Winline -Wcast-align X ### cc X #CC=cc X@@ -62,7 +63,7 @@ X ### installdir X ### will use $INSTDIR/bin and $INSTDIR/man/man1, X ### both dirs have to exist for installation X-INSTDIR=/usr/local X+INSTDIR=${PREFIX} X X ### ------------------------------------------------------------------------ X ### --- end of user settings ----------------------------------------------- END-of-fetchlog/files/patch-aa echo x - fetchlog/Makefile sed 's/^X//' >fetchlog/Makefile << 'END-of-fetchlog/Makefile' X# New ports collection makefile for: fetchlog X# Date created: 19 Nov 2003 X# Whom: Alexander Haderer X# X# $FreeBSD$ X# X XPORTNAME= fetchlog XPORTVERSION= 0.95 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= fetchlog X XMAINTAINER= alexander.haderer@charite.de XCOMMENT= Fetch and convert new messages of a logfile X XMAN1= fetchlog.1 X Xpost-install: X ${CAT} ${PKGMESSAGE} X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/fetchlog X ${INSTALL_MAN} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/fetchlog X ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/fetchlog X ${INSTALL_MAN} ${WRKSRC}/README.Nagios ${PREFIX}/share/doc/fetchlog X ${INSTALL_MAN} ${WRKSRC}/README.SNMP ${PREFIX}/share/doc/fetchlog X.endif X X.include END-of-fetchlog/Makefile echo x - fetchlog/distinfo sed 's/^X//' >fetchlog/distinfo << 'END-of-fetchlog/distinfo' XMD5 (fetchlog-0.95.tar.gz) = bb575ffaf7fad8178d7ce54f5d905244 END-of-fetchlog/distinfo echo x - fetchlog/pkg-descr sed 's/^X//' >fetchlog/pkg-descr << 'END-of-fetchlog/pkg-descr' XThe fetchlog utility displays the last new messages of a logfile. XIt is similar like tail (1) but offers some extra functionality for Xoutput formatting. To show only the new messages appeared since the Xlast call fetchlog uses a bookmark to remember which messages have Xbeen fetched. X Xfetchlog works on syslog generated logfiles as well as other logfiles. X Xfetchlog can be used standalone or as a Nagios (TM) plugin. Together Xwith Net-SNMP one can look at/monitor new messages in remote logfiles. X XWWW: http://fetchlog.sourceforge.net/ X X-Alexander Haderer Xalexander.haderer@charite.de END-of-fetchlog/pkg-descr echo x - fetchlog/pkg-plist sed 's/^X//' >fetchlog/pkg-plist << 'END-of-fetchlog/pkg-plist' Xbin/fetchlog X%%PORTDOCS%%share/doc/fetchlog/CHANGES X%%PORTDOCS%%share/doc/fetchlog/README X%%PORTDOCS%%share/doc/fetchlog/README.Nagios X%%PORTDOCS%%share/doc/fetchlog/README.SNMP X@dirrm share/doc/fetchlog END-of-fetchlog/pkg-plist echo x - fetchlog/pkg-message sed 's/^X//' >fetchlog/pkg-message << 'END-of-fetchlog/pkg-message' X------------------------------------------------------------------------------- X XNote: If you are upgrading, you must remove the old bookmarkfiles. X When calling fetchlog 0.95 with old bookmarkfiles you will see X this error message: X X ERROR: fetchlog: no file/wrong size: /path/to/bookmark/file X X------------------------------------------------------------------------------- END-of-fetchlog/pkg-message exit --- fetchlog095.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 09:50:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A0E116A4CE for ; Thu, 27 Nov 2003 09:50:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EDE543FE1 for ; Thu, 27 Nov 2003 09:50:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARHo9FY040450 for ; Thu, 27 Nov 2003 09:50:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARHo9mj040449; Thu, 27 Nov 2003 09:50:09 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 09:50:09 -0800 (PST) Resent-Message-Id: <200311271750.hARHo9mj040449@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clement Laforet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D48D16A4CE for ; Thu, 27 Nov 2003 09:49:11 -0800 (PST) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC8543F85 for ; Thu, 27 Nov 2003 09:48:58 -0800 (PST) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 64048 invoked by uid 85); 27 Nov 2003 18:48:57 +0100 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.070253 secs); 27 Nov 2003 17:48:57 -0000 Received: from unknown (HELO lucifer.cultdeadsheep.org) (192.168.0.2) by goofy.cultdeadsheep.org with SMTP; 27 Nov 2003 18:48:56 +0100 Received: by lucifer.cultdeadsheep.org (sSMTP sendmail emulation); Thu, 27 Nov 2003 18:49:25 +0100 Message-Id: <20031127174858.ABC8543F85@mx1.FreeBSD.org> Date: Thu, 27 Nov 2003 18:49:25 +0100 From: "Clement Laforet" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Clement Laforet Subject: ports/59734: [patch] clean orphaned ports in misc category X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 17:50:12 -0000 >Number: 59734 >Category: ports >Synopsis: [patch] clean orphaned ports in misc category >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: Thu Nov 27 09:50:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 5.2-BETA i386 >Organization: cotds.org >Environment: System: FreeBSD lucifer.cultdeadsheep.org 5.2-BETA FreeBSD 5.2-BETA #0: Sat Nov 22 21:09:27 CET 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386 >Description: Clean misc category orphaned ports: - use ${DOCSDIR} and %%DOCSDIR%% - use ${DATADIR} and %%DATADIR%% - use ${EXAMPLESDIR} and %%EXAMPLESDIR%% - use PORTDOCS when I can remove aclgen MASTER_SITE since distfile disappeared. Modified ports: Howto aclgen argparse bb biblereader boxes chord2html colortail cwish dejagnu demoniac diction display dotfile dvorakng earthview estic ewipe geekcode git gkrellmfmonitor2 gman gnomesword grc kcd kenny kp latex-mk libutf pypanda splitvt tcb terraform tkman wmcalendar wmstock xenmenu xpns yaunc >How-To-Repeat: N/A. >Fix: begin 644 misc-ports-cleanup.diff.bz2 M0EIH.3%!629365X/SU(`/35?@$*P?W_______^2_____8#M?>\EPH:>AE],L M)7&^YT#ZIZVGWW7=Q[ON>!=/O;>^`/`5.W=`(?8=4>XCWWC[GV^>WW=X]=UM M'QSWUSM==:^]GVMDKY;[L6/O&AC[`XJ1*(G#:5*V,2?=I?=W7V^KL&JYZ;DK M;"1EZ-W72``#IJN;5SLZ"E)4I=-$>?;T/;Z+@^30'E)Z&;CUPTT($&A--!-- M-$P)IE/)JI^4'HC4>4:9,1ZF:GJ:>IH&IZ`GJGJB/5#$9*&CRF1H```R:``` M``)&I$2(R::4]3TTF1Z31D>4#1IH:`TTT````$I^J2B::FBGY%-J;34R(9-` M&1ZF08@!H&@:`T`B22:::`$:::$PF@3U#5/339%/2>"FU/-*'H1H9#!$D((T M"8@%/28JG^BD_5/U3U'HU&1Z(``R9E'J9HGJ=A1>?AP5'4^;-9C%%5)1(7;U M31+PM11TS5K=W2:-W5*-FH"2VVVVVH-@*P,R#@8)H!LI^;H$(V3^A_/3"VVT MMTD&3XUH:*(0I0`'%:*P%S;<)W[D!WVVVMT-MJ5,I;EA2SME=T*GZ:,H\#,N M^#BIFK+2VTAI0/C#TT/[A2!^WDW@!^'XJB?QD\"Y6L7@2Q7^4^D9D"'79\/Y MW6)$1]?_+<"A'4OADKD%>^@_/QO`'W'B4ALNM.:A;5/_.Q7!$D%[KU%H`*$O`(8.[E+ED($1=W,P@'V>NK=W6@CZ]1I@)?G_2Q]M[;Y0 MN(]"(BV4SIZM3,]O9W^!G'%0GV+NG-/-\SDIBP_L:,$,`O5D0YR4*>/C MU:/_WG7Z5<:1UM)NKF/4U@ZWZNB]>8A+=4QGN."($0^55FZ#S^#5;E M2_`H./GOW;L-)M;1VYFNVQ"J[2*X&DEJH6CXV45P(>5/WV:BU4MP"A2%*E"H M0D`\3A#GNC-'.,M^[Q\\\NGLSS)YA'>W9.W>K\T[>I\>W^=V?&_B9VE%O9I?'3/Y> MD/CO*(*_EZCV`LB;B=U&8'%]"K8DC9%0GS@NIG\0C/(09#Y2*2!$?(M(\-G1 MXD.4N2PZL&\M:K^;P]EYYCWO;Y M[Z9>F=NWA\=['R[:)NYH@)]+2$!`8'W/F]'?[GO\GPWV/A[?E_1]GQ_<],I< MM`B(2*IHF2+49&;_GG7^S MJQ0`:J227&:4WO-.$?<\Y8X8:R@R]L^%=\FLF[;&MU1"J[2*U-)+>H6C\ M+**X#7:^'I;SY]OX_;^P`WPSYN M_/I]G?R^8]-M$WGT)]% M"EB%947D5%<8^D'A7]I;L[,FV9"83FEB7SERN+[JX_FHN?O$[R;><^*B[#\$0))``(0A'PJO=S4\`=HY/9Z/$Z@Z(=\+O1GMZ9V MP0]4AEKW2T1QA(KZH?7^_\B?0A1'MR23VP*RVJ65'^WKD?7XM[*CII\?: M(D5=R524/9H&;J8,%`[C*J#TR=BD][82FV7WUZ-N,&64XF'X;'E\A13/,%1` MH334ULUI;&ZA*;A4'AV1:4)>JHQ<,9JGL*&W-NR++85EK+;B7V\1-_0`&@:- MKXSXYRG*/DHLYU%WB`?,HOEJW&XW!3:J*A47ZJ+VO8EZ4"H/65XT"5$+^OY= M_9OYG\_=X`-A[WK*]O:Z,KU5]5RP6L)*`7!@[*@0"1"()QD@!%T18A(QOQQ6 MQ+A]_`;[1T!`.W\/&&_>-W+=OF9H&F'M\6$BF]%MZ(>8:S369U+[FIC1:"]. MX=I&0=F'$(!7P4:_MC.E+C&7S(RR^T7N@(9U'OK`Y`%1YV978YH!%)`>.V;? MN^SNX#3Y^G"IWPYU#';V9($W7C]NS=L6PEMI477DJ.+1C@&E+9I;;E2V@L"V MC[A_C?"L0$1+QY](QC*H-]T^;HUZ`6KTC](4='Q'D*"6>1OM@9"1!Y,@4'WP ML_7R?ZE3Z9O[EDL/:?UO+W=?K]OTNWR<<\U>OT*$%GN9\H#=N[ MID=I[N*A>I6\BOEZM!E$E@&/EEN2'+ERJJWG=YU%XFVZCL13,0A"$2)1']G3 MQ'*VZ[M>8_?24I*J^D^>=WW2G-54JJJN''[!/.D[^[U;Z_!X%>WG-:5555]O MVOHG5].0^#S^D9X_/KIJ9/-OK#UHP>KZW9\U'ZY#\8?F3*7M$(`86JH2,).5 MPLH92#586%)"RW2860PI(6@RA,_D?";A.@4F^"J"4;(#;BUJR-5KPN5;[=KK M$=7UKF5GH]2A%<0!*DDB995T'IG1K4E&`]?LI.S[_KYLOU;ZD=_I9.:"! M:`I:HHM*B@21%9:*K9!#'^A85/X`(@*!!X^?NW?L^]3Q6S^&*^_S;9Z\_[N# MC[_T_K_4WT?Z+];#]DEZ&[-;3!HP/P\+9R4.FF&%-8]*=S:S]5R_-;)=JK$^C/PL,,,3(B(B(B(B(B(B(B(B( MB(B(B(B(B(B(B(B(B(B(B(``"(&92)EDB99(F62)EDI"1D9[C]"%SDG?]J=H M;S_-.P/O'9ZMQQ/.6>Q3`P MQ^'?8M:UO,&XR!E+NLW'$-H8',%!H^CBCO"2%Q@9\II(?46.O07AJ.HU7%M# M5&7H0$,/&RB]3*Z@`''U]<;\L8QC&.0;S+.>)XR'X:_;OIKYS5P0FB(\C!V? M-?0]!!(WTOHLZ&K@A-$1T,'":,32Z`V@KK+'H-!%YNGL_3V>7EVY_,?CW7%W M,)4$\_KTY=M-TK+++++,1;ZR4J'YP0/S@"?E^DGW?/UU^S_.HSW7O^Q[E\8Q MJV(CTO'*>\]Z;T>\-UJ&1*GW35BS;>*`)$0#"ZQ515E1[%)E0+T%KW5B:TFW M3UV.XBLG<7JS.9D:NM0+221W;V&9PM6EL^(N@3CWJ`Y:!Z%Q(=95@1#/52ZL M['MS*RROIH*7XX/!HBE(3I.+4F\:-\P@0#[_/<)V;\=A&@!`X?WS^77AR.>>?O\O'Q\I4 MHM*4I2E(TI1J4)22[??XPYF9F9555569T)XPYF9F9EI,DDDJ23I))2JJJK,S M9S,S,S+29)))4DG222E)*$DE"22E))TDDJ23)))*TBDDDEM#.0/+E@/LOYN> MWD\\\\\\\\VDR222I).D2DESYN,.9F9F55555F=">,.9F9F9:3)))*DDZ224 MJJJJS,V. M_/4.CD$1,=:3`[`G`*!OF3TPX[-G19[>WWE@22222!XZCR]9T"0P[001\KWP MX<=WF[``.Y,O/-GRSZY?""@Y"6TZJ!6+ M$8:O<%6QP0?[/MW",; M`JJ$0"WMQK9G>]>O,.VJ&Z?+.5RWPOXV6PIZX6[:\87TPRREBJSPG05MBEUU MUUN5E!A2HCE?7&N$\8Y95);&,WPC?;96L<<;\;QEE2[#)M>O6%50JJ%50@"! M=5;6&$IFDI9SRPCM`%+;3^2($0U[14(2';G':^[(2+T51;?KX3KG=W9)LIRY MZ=+[X92>T=^S+G6[=G`&M&M!K6_=Z\]F];G``````````````.]VRNG7 MR&01`RUTK3`8+:$O2HAF17.%?UF,8P&/&V[Z%-63<)`"EDA>OKMZM;6U@+;: MK;:D%8&'/&&L4F[<9FK3P%0I,>5:[S6@8:;5++Q;9($]FA]U#D]G@G'9S@N" M]_+`X5-@AN,YOQ*>9AP7QKTYMA0T/*!GF1A1<'3WQ>TLQ=Q?%H)*P[Y.>18R M0@H;3$D&%<=QGE?/Y6*KZFIED-&1OK1O[U^A&9H"`*@O;)>914P)*!'[6D*O M,ED"K3(QP%+G,0C"@-@0A))$<2&(CH$<]6"\+?)=,W+6MEH```V3=@`-QF@` M`````.G85624ESFVMSSK7&CSQMW@2\OD45G)GD1;?6D)/*<=]M)R>/GKMMMMMI))D M4&'3EL%=Q*9B6$B02`?.!-VS8.`[WJKUGH#QR"]\"9E\A$X20D)`Y%AN8808 MP(0"[OA>&O#F(N4!+.#CPIL M-6^\2$GQ4[?@6WM$<6W!OJOP7[.N.'29O64TP*4MW999[X.BT"E"ULYX35U9 MK3,LN(-E6<<<(O.9F9%KR0,C([)OC!B2!(Z0$#13>-AI(9H21'=XYPO&5 MLFKL^'KOS];>/&R^]_USTO$8@5Z;FTR3'C;:+X;DQCN'7U4MAX@$]-+)2888 M(B*JHB(((*JI!()!$15(D2;P,#`58,&"K$1@P8>SQ;W\"?FUN/0SEW9F:N>F M[=.-Z!9D3#,)=_J50T%P^F M)GI!);0$!GY[JFSH<*@"L!E@PJ5EO"CASDPUT@VTN[LS-7#IZ>FAK=F\]`HM1C=)J/H9 M932&V>9-C7`O5:N[LZ(%C5:HB1IQJQY>DFA.]D@V-S>1Q4OC`X37`*X3#@<) M_P&`YF'MXFWC5JZVEK?`W/:0A2O/63P\_#GC;-ZT#D6#K8H.Q);%RXD)")#!V9#:I5"D,^9VC-418>-WXA[^BG+8B'=[B^SO[][W;HQ$.[J$DN[QIP>0/G:])9HH M<(REE.7Q8)W(E+)2$)PY`<8DG:R-V!=7X=WNYXY6]RR+J'=TI27@$.H`H>A@PUX^X3XAPX)D0?<' M3\*JJL<<<:*DA)&N5I"#V(LB>1CUD\4J*=LIE4E47@58E2XLN>)2BY&1&F`8 MAB[-PW@7F'=^,\*\/#>X9%U#NZ2I*AZ'"A\8!R-#7;?;8M5<^0;DM?3,JV=> M)63(@+G(K2@9=RB@@[O]1>] MV3NH=W226Z'&=GN`>X`)%O8A`O(8$/5N+EH+)HUMHO0 M!@SN7#L^[(W0C0QHXH0&I)B>/PQ*CO'?79&"`#>?G@/FA0C[C_%:^7Y7^19/ MR(8L+$^XJC"?U\NZQ?&^]S78Q/W:RM>'[9?\*S$#YG;S<"SFQ_%1?U0%/P0- M7:3,7*+_`!#_``@"$>K?2BW@(9@0)&YZ_[;'\?MIZIY_MNBB'8`?0,"V?DYP#R#_H%U5;FOPI\"(T`9@/[`(H M'PYG!R^FX=C,>0J*<#^?IR_AE5X.P`&_='WAZ30'_Q_$N3U((Z(6<^G09/U' M_0MD#EE,6#T\+[PS-VZQ_C,X&"YI1`RK]_7T6Q\?'5NW;VT2QI(:GBKLHO`1 M1>/'//,U#_([L$)KJSC`YQ$=Y:E%V$^@Q18,%,H+Z<[HB!P`:``Y;Z#[SD&A M@@2$"1DP(S,I89998LJP94HHC`RK%DDP8C`962IE*C,90ABDS,^>_PO.YTC$ MHJ4*%++:0R$D;(RV,T+;2%P1FX=:`'F*AP0V.0()VBF8']K"0!!B0C(!",@$ M@%T6P,Y.O(/C3F<'`=#*(AB*]()E7@]#=K8`=UZ`5QL4GP_0/4-X;@U#)1># M@^\-1U0CY'$%'GO"="V1L;G8ZIU"($`BB0@0S1-./0Z!&CP3DS''A+)<-GOZ M9V'WV"`*[?/GW(6M*EB_)`.[`'^?F'UNE1:%"]ZY#EQ"SV1(\'J'GP[.?GS= M.QW&I`W.ATB2!ETCE/TB;?6[.`%@Z1(;0$4OZAL(`.R(H-F9X,?"6,ZAQ`_` M>9`Y:%QW&%SJS4'=O[;)H0/;!VHM]U]UJL:UY*AGD&`0X!@%'.9E5X*`#WA<( MC;:&X46$P/(5"E5=0CO:# M5^1#.H!,J+,J&[2(XJ+`$$X!UF$*#)51<80L^2!W#B?C2D2CY*60]>A\E%R= MP@#UK;CY[N6!$4Y`80Y!B^0W[!1N"V$]!$:PHL_%40[*>R.C\X!B!#>%^RX4 M/(3/1"0A52I%1PERO.KBA5DXMP**&AAMYT#?T]ZBT*+3L["$[$&FH240C#G` M5TZ0N46]TFJ!#L/96E%]%5>AN0+-!T*$`?#WJX\C=D(EXBC??/?=76&7[LBY MD48R."*CW['E]'KW=W=W=W=W=T``````````````````!E!@```W=W?&\<[8 M^AYA7P01O;Y(20@"C%&"QD$2(2(1",B$B!$#8A9Z;AB9[S4 MY!B-W;TEO%47/S0,3Y-G(14SIP(;#<;]E26SX%D(G:.H+C4*B%.Y M57B6``Z8-RBI8P/,>H>PP+._CLH`-APD.@0%-AN@0H#U[<@3)X'PR\_F5Z,[ MT)N+_2LS5U M^5_?`B-Z*]PZ4NWU??$1>3YX#B@>'O^?[N.IY$D=SZD`+'P<7"0S"FUS"+X! M]^997(BMAI^ZQI=>GU/[/RA^]9NA_??U_W7T?>H*_)^[?DD28HR%P%#0P&#$ M(,0@/V&.)),2\]'"!(Z3Y#5(>55LZK&D]?R7B--\`Z/C2M9!_,#>A]I_B:=Z MFC+(YV9I6\_4BZC%7.YPUU(>D/X("G7!M"08D$@1&0*)QA@!9$%D1;Z">ST# M^D/%N2Y3!^C`R#D04URR#![(M'+W2#""04&YV&[F;$??D*10SQ^.'#F%=1![ M7I4Z"\.'*1U%FBXXC`8$YM"7%O+.M7<#O@.REX[^O@88`1Z?Q(=\2$BY%(`.FS M&<"1"$0CIUX=O2TEK59=/7NE-*\2C77*" MNQH'B;A]4%;CN9Q,X>/`1R(&@+Q40IB`1B) MI,3<;@53"@,S6";:2.K(SQ07;RIB>4J5WM+5M,0P7676!(XZVNG+"3.\ZB;S MCEA#COQ[N.K`#VM\Y(3H;-.6X.6^W8)32B^`\92AGA!8Y./N3N?48FWM[DW- MGT!_$$V.NB#HZ3`ZI9-F&R99$75DD"1R`R+$#L*2!$/%A-Z)).(&X=,A!#+O MGAQS,!#\FRF.*'F`(1'4[X+'!B` MIX"F#-]D^(D\ET!N+0(%PZ#H?,@%X7FK':2K0#B7$DTKN0;DW0."@NX#0^6\ MGO*KL7"A%$\0N[QXH5^WGM^)WM:Q:J'T&C3B*X>#SE8<3SP^8:CZQV29,#0> M@N"\_,4,([S.)1VP'=WFAVP-2:IT0G`W40E$ABAY%R%#DHP(JAA4\!/`>Y1Y MGS,'+#!]G\)[P(QC,"FJ#N>%55$>(Y+E(%C>?!OR+THN8<#`?5$J6/4,4J1-K)D>!Y&R*[TT$1R$70WRD%H`B+0 M`THNVX.(#A&B^4.P%`7-ZM^:!;Z*V,Q+PJ$A+E`4]`F6>7LB3MGGSUL]?#L; M@R&,QR0N&J)K1=:;L/D.#6BR$GGT[]$A(%W9W5L4ND/>`CH6"A=8(9'8UL&P M<8I)(R1.U[91@ M,@4T9<1"!3(S5?8_L]9+@89&;D,_@4LJ78$9O"\11-XC8')6S#AF:'7U MX=K!K9E&%!)2PL('!,!S0^/?O-XPN%`4_@%Q2PQ[D*4*A(2$A)$081$[Y=[Z M^?:Y@>QXM!`(1&EB&DL8YPL(4P+%[DW!B';;*A@+TMXES@HOB`7@8"L-R,16X M\3-!D9%5-CQ$Z"4<"D'>0>&2J`=2(N1H"A#F"'@F0AC)`YC$%>NR7#``&FZ`847^PZM*I=74&XGM M<1#0WY+%%3&)('FGB:GXGU0%/$?.!U%>9GL=ZSJT/F,A^PH*>49M8A""&Y_" M*>3`C'40N!N$$,!AP[')10QI=T?,&XEG2:,(P7L#O-$/0CL$8@`Z?,H+5OG. MZ5$JK7OP@@#3E@L90Q4^:6'&*)@A8K*[8>I$P8*A<+%JI&H5)))%L*8,4PPZ M[&O!KB8U(A"&\C3+_/)L>_,RL&V:`AD'L0.QANO)X!U& M=Y20R-")V]X9`H%@@\R=79\L7#"!8T1X'OJ1@@%AZDW&PD,P',.QQ#+V.,[G M$?V'29V*J%K)E%!WD!`M'$$TC$@@=,4"2@>!E"!N$-!"&%G>?8&#H1\J`*'E M`L8AZS_1VZ_CD3E<"Y"2:"-5)))0C':;_1WFB\TGA"1)`A$<3I.0=0[F8'4R M.YY&`>6IJ/W/G%D)T*`1HSRMGMS##",8,9*R"52QE"64Q9E*#,2Q`S*6>K)> MTL:3M#`X(3E'"'<'6M9+)+=[V+2X!*E,J]R\@96ZD)-99DE,1H8 M4-71_S1K91#1A=T/52-M!I'P'6EXG!]":Z7F;RRX5"MEQD57++&-$1;;*JVL MEA!Z`Z%6<#F)NNW`9>-X*TL/D70BBS0N@TT1',L)@>W3RQ+`2K6:B6(ZS98S MF(*!BAW>:JJ@5SR@+BREF$'_7`L!V:&A(9A@XEH,D@@OD(&\Y8"G>&1`D20, MR*Z0&&AD-.`&PE%$F(!&7+#4+@Z0`B02"J0!@HP!8,DD(I!(D`N\#4L((Y*# M[@9\NIZGVJ5]L_8F+Y3^C+!D?-`P?I#F>>XHWY`4'*$#B>H%4[3$+7"4BB%# M2&HA9S/J/Z(#P#81R/0C93K$`Q,$-(E%&0?WH".KJ$>)X7^I131 M!!WQ2Z:K=AP"Z41H10O?//.WG#YA,KVR.5_:JKS+ELT,Q@0(D1TEFP*`KJ&X$[Q.I>D@$A]4@:L'S`@?!1L=!=^90CU.^QJEP\A'C;A0&GW'`PA@@ MJQ%@BTVT$TW22!857[^O,@(7K@&@VXE'Q02Z$0BA'N!T*`W[.\T0*7/"BWT: M.($$X>;S*+Z_JR)$2CG^;+!F>Y$AU%V+*E!.0=1:_ M.T14ORA>9R#1$TB#V14"C>0@%T:AL4CMH"?1BT:A047/J,0=[P05H=PELRVX M!+@P`#'F65T,GH!F%;>QD&0<#A6=HR0V`M9+6`@ZU#]_JF!WB;+&)D?+V-1) M!+:AW)F8D`D3#B@]EM[%0PYY0/C`V$+#3KO'=,P`1KV]0-4;U57'8Y()))-[ MGFPT@\#"$(5`F+R2H#;\@#8Q@A)/`Q11@:@T#%&Y1!HH'`4P)282@62%+,U@ M8$#`0$IJ$"FQ0-(P!CS46@<6:(C@,!>I))(%Q)8*&Z$%L6"R%@0NJA`PX.PY M!:?O*=SUTDDD)"18A&,&.9P-/(^"(X>Y(PBB_XCS$U`XPT/3-0[FG;(8%!E& M!19@*IE=%@/O<`OTF,)#50Z$'R-KXDKHB7CQ"\<%+V'`8`4WT\.#@"X<4V\[ZH,1)"V+WH:U`V&`$H<(0+\LZMQ=,*BJ:*I M@O63&@1@`9DVP9<#-$.`4%)"Y8`W$&&$/(OHI/\W&7L\N7LZ7DB",\JRYC@U8U;;K8M:UEL%W1,V$94(0 MU&"^1!X-XO!0>)PX`Z7>!1J%&@G8A($6-'=UXMHP/LB"/'Y2YQ+` M"/,3@AP-/<@&W03D$]!ZR0Y%R=3`B'(;*+T*=CF4G6'>7LHM,#(S-IYE!V,9 MCR#)Y_KVF8QTF.D,8*J6`$=@ZQN/-` M)T,\0)[DQ$@>87-%!OZI^@B?N47`@&T^HD(D#O,2!I#NXY@RA?VG:02C!19% M%PO$L?RDBAWFU=PIX#<)AR&0(?;H<2DL)9#4U8YRYA^P&`3`P[J5@;#J]X]1?>EQ&D10L4+A@QBV@9%&L8D80D($(0"Q`RRD6NY8R/CZ_? MKE#[OB96O#&65$0N7;P14LXDR*(7JTDDEC`7,MX[,T;0DXF9#X@*`;7`!./5 M?<3RW!DZ/]P`4-'X'_.OYC*^N%_-:\L?%:2/UL:_=Y61M&Z!4$ZH-^%$MF[. M.'13R\_JR'R4W;-!09:![_77H0"(WGZ==.G?KF^K\?KY],SLP@0"(LO+R\;R M_J+IMS+NS+5NVW1"YR*YDF\;O)BVYS=94Y+9L3AA@N:T,:_AH7^&=\!NVG$> MZHRelease-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 11:46:32 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DEE816A4CE; Thu, 27 Nov 2003 11:46:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72E0D43FE3; Thu, 27 Nov 2003 11:46:31 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARJkVFY074282; Thu, 27 Nov 2003 11:46:31 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARJkVTc074278; Thu, 27 Nov 2003 11:46:31 -0800 (PST) (envelope-from marcus) Date: Thu, 27 Nov 2003 11:46:31 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200311271946.hARJkVTc074278@freefall.freebsd.org> To: marcus@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org Subject: Re: ports/59703: [new port] ID3 tags library (part of MAD project) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 19:46:32 -0000 Synopsis: [new port] ID3 tags library (part of MAD project) Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: marcus Responsible-Changed-When: Thu Nov 27 11:46:20 PST 2003 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=59703 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 11:46:50 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98AC716A4CE; Thu, 27 Nov 2003 11:46:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0285F43FCB; Thu, 27 Nov 2003 11:46:50 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARJknFY074328; Thu, 27 Nov 2003 11:46:49 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARJknIx074324; Thu, 27 Nov 2003 11:46:49 -0800 (PST) (envelope-from marcus) Date: Thu, 27 Nov 2003 11:46:49 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200311271946.hARJknIx074324@freefall.freebsd.org> To: marcus@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org Subject: Re: ports/59704: [new port] Madplay MP3 player (part of MAD project) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 19:46:50 -0000 Synopsis: [new port] Madplay MP3 player (part of MAD project) Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: marcus Responsible-Changed-When: Thu Nov 27 11:46:38 PST 2003 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=59704 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 12:50:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC64916A4CE for ; Thu, 27 Nov 2003 12:50:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC07443FE9 for ; Thu, 27 Nov 2003 12:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARKoIFY028356 for ; Thu, 27 Nov 2003 12:50:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARKoIuO028355; Thu, 27 Nov 2003 12:50:18 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 12:50:18 -0800 (PST) Resent-Message-Id: <200311272050.hARKoIuO028355@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clement Laforet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D38316A4CE for ; Thu, 27 Nov 2003 12:49:06 -0800 (PST) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id E66D443FAF for ; Thu, 27 Nov 2003 12:49:03 -0800 (PST) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 80056 invoked by uid 85); 27 Nov 2003 21:49:02 +0100 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.042662 secs); 27 Nov 2003 20:49:02 -0000 Received: from unknown (HELO lucifer.cultdeadsheep.org) (192.168.0.2) by goofy.cultdeadsheep.org with SMTP; 27 Nov 2003 21:49:01 +0100 Received: by lucifer.cultdeadsheep.org (sSMTP sendmail emulation); Thu, 27 Nov 2003 21:49:31 +0100 Message-Id: <20031127204903.E66D443FAF@mx1.FreeBSD.org> Date: Thu, 27 Nov 2003 21:49:31 +0100 From: "Clement Laforet" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Clement Laforet Subject: ports/59738: [update orphaned port] benchmarks/siege: update to 2.57 and take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 20:50:23 -0000 >Number: 59738 >Category: ports >Synopsis: [update orphaned port] benchmarks/siege: update to 2.57 and take maintainership >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: Thu Nov 27 12:50:18 PST 2003 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 5.2-BETA i386 >Organization: cotds.orf >Environment: System: FreeBSD lucifer.cultdeadsheep.org 5.2-BETA FreeBSD 5.2-BETA #0: Sat Nov 22 21:09:27 CET 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386 >Description: - Update siege to 2.57 - Add patch to avoid segfault when concurency user is set to 0 (or default) - Replace bug siege.config script - and install default siegerc file - Take maintainership New files: files/siege.config.in files/patch-src::main.c files/patch-src::hash.h Tested on -CURRENT and -STABLE >How-To-Repeat: N/A >Fix: --- siege.diff begins here --- Index: siege/Makefile =================================================================== RCS file: /WORK/REPO/FreeBSD/ports/benchmarks/siege/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- siege/Makefile 24 Sep 2003 08:37:35 -0000 1.14 +++ siege/Makefile 27 Nov 2003 20:44:01 -0000 @@ -6,29 +6,33 @@ # PORTNAME= siege -PORTVERSION= 2.56 +PORTVERSION= 2.57 CATEGORIES= benchmarks MASTER_SITES= ftp://sid.joedog.org/pub/siege/ \ http://www.cus.org.uk/~dom/distfiles/siege/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= A http regression testing and benchmarking utility -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ssl=/usr --disable-shared -MAN1= siege.1 siege.config.1 layingsiege.1 urls_txt.1 bombardment.1 \ - siege2csv.1 +USE_OPENSSL= YES + +CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared + +MAN1= siege.1 siege.config.1 layingsiege.1 urls_txt.1 bombardment.1 \ + siege2csv.1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/siege ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/utils/bombardment ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/utils/siege.config ${PREFIX}/bin - @${MV} ${WRKSRC}/utils/siege2csv.pl ${WRKSRC}/utils/siege2csv - ${INSTALL_SCRIPT} ${WRKSRC}/utils/siege2csv ${PREFIX}/bin -.for F in bombardment.1 layingsiege.1 siege.1 siege.config.1 \ - siege2csv.1 urls_txt.1 - ${INSTALL_MAN} ${WRKSRC}/doc/${F} ${PREFIX}/man/man1 + @${INSTALL_PROGRAM} ${WRKSRC}/src/siege ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/utils/bombardment ${PREFIX}/bin + @${CP} ${WRKSRC}/utils/siege2csv.pl ${WRKSRC}/utils/siege2csv + @${INSTALL_SCRIPT} ${WRKSRC}/utils/siege2csv ${PREFIX}/bin +.for F in ${MAN1} + @${INSTALL_MAN} ${WRKSRC}/doc/${F} ${PREFIX}/man/man1 .endfor + @${MKDIR} ${DATADIR} + @${INSTALL_DATA} ${WRKSRC}/doc/siegerc ${DATADIR} + @${SED} -e "s,%%DATADIR%%,${DATADIR}," ${FILESDIR}/siege.config.in > ${PREFIX}/bin/siege.config + @${CHMOD} 555 ${PREFIX}/bin/siege.config .include Index: siege/distinfo =================================================================== RCS file: /WORK/REPO/FreeBSD/ports/benchmarks/siege/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- siege/distinfo 3 Jan 2003 20:11:04 -0000 1.9 +++ siege/distinfo 27 Nov 2003 20:42:46 -0000 @@ -1 +1 @@ -MD5 (siege-2.56.tar.gz) = 65b309582e95f334be70b62705135457 +MD5 (siege-2.57.tar.gz) = c197450e97405bae3b1592979cb493ba Index: siege/pkg-plist =================================================================== RCS file: /WORK/REPO/FreeBSD/ports/benchmarks/siege/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- siege/pkg-plist 3 Jun 2002 11:36:04 -0000 1.2 +++ siege/pkg-plist 27 Nov 2003 20:42:46 -0000 @@ -2,3 +2,5 @@ bin/bombardment bin/siege2csv bin/siege.config +%%DATADIR%%/siegerc +@dirrm %%DATADIR%% Index: siege/files/patch-src::hash.h =================================================================== RCS file: siege/files/patch-src::hash.h diff -N siege/files/patch-src::hash.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ siege/files/patch-src::hash.h 27 Nov 2003 20:43:04 -0000 @@ -0,0 +1,10 @@ +--- src/hash.h.orig Thu Nov 27 00:33:32 2003 ++++ src/hash.h Thu Nov 27 00:35:25 2003 +@@ -23,6 +23,7 @@ + #define HASH_H + + #include ++#include + + typedef struct HASH_T *HASH; + Index: siege/files/patch-src::main.c =================================================================== RCS file: siege/files/patch-src::main.c diff -N siege/files/patch-src::main.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ siege/files/patch-src::main.c 27 Nov 2003 20:43:04 -0000 @@ -0,0 +1,15 @@ +--- src/main.c.orig Thu Jul 17 21:50:43 2003 ++++ src/main.c Thu Nov 27 01:27:55 2003 +@@ -301,6 +301,12 @@ + */ + fprintf( stderr, "** " ); + display_version( FALSE ); ++ /* prevents from segfaulting */ ++ if ( my.cusers == 0) { ++ fprintf(stderr, "\nERROR: concurrent users is not set or set to 0.\n"); ++ display_help(); ++ exit (EXIT_FAILURE); ++ }; + fprintf( stderr, "** Preparing %d concurrent users for battle.\n", my.cusers ); + fprintf( stderr, "The server is now under siege..." ); + if( my.verbose ){ fprintf( stderr, "\n" ); } Index: siege/files/siege.config.in =================================================================== RCS file: siege/files/siege.config.in diff -N siege/files/siege.config.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ siege/files/siege.config.in 27 Nov 2003 20:43:04 -0000 @@ -0,0 +1,27 @@ +#!/bin/sh +# SCRIPT: siege.config +# AUTHOR: Jeffrey Fulmer +# DATE: Mon May 28 11:40:28 EDT 2001 +# SYNOP: This script generates an $HOME/.siegerc +# file from the doc/siegerc.in template. +# Its contents are added to this script by +# configure. The siegerc file template is +# maintained once in $(top_srcdir)/doc. + +rcfile="$HOME/.siegerc" + +if test -f $rcfile; then + echo "siege.config" + echo "usage: siege.config [no arguments]" + echo "----------------------------------" + echo "Resource file already install as $rcfile" + echo "Use your favorite editor to change your configuration by" + echo "editing the values in that file." + echo "" + exit +fi +cp %%DATADIR%%/siegerc ${rcfile} +echo "New configuration template added to $rcfile" +echo "Run siege -C to view the current settings in that file" +exit + --- siege.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 12:50:51 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3AE716A4CE; Thu, 27 Nov 2003 12:50:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A13143F3F; Thu, 27 Nov 2003 12:50:51 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARKooFY028511; Thu, 27 Nov 2003 12:50:50 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARKoo2p028507; Thu, 27 Nov 2003 12:50:50 -0800 (PST) (envelope-from sergei) Date: Thu, 27 Nov 2003 12:50:50 -0800 (PST) From: Sergei Kolobov Message-Id: <200311272050.hARKoo2p028507@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59733: [maintainer] sysutils/fetchlog: Update to 0.95 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 20:50:51 -0000 Synopsis: [maintainer] sysutils/fetchlog: Update to 0.95 Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Thu Nov 27 12:50:44 PST 2003 Responsible-Changed-Why: I'll handle it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59733 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 14:40:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E04F216A4CE for ; Thu, 27 Nov 2003 14:40:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1173243FDF for ; Thu, 27 Nov 2003 14:40:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARMeCFY064575 for ; Thu, 27 Nov 2003 14:40:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARMeCQw064574; Thu, 27 Nov 2003 14:40:12 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 14:40:12 -0800 (PST) Resent-Message-Id: <200311272240.hARMeCQw064574@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nils Vogels Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C7F916A4CE for ; Thu, 27 Nov 2003 14:31:33 -0800 (PST) Received: from imhotep.yuckfou.org (cust.89.117.adsl.cistron.nl [195.64.89.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C08043FBF for ; Thu, 27 Nov 2003 14:31:31 -0800 (PST) (envelope-from root@imhotep.yuckfou.org) Received: from localhost (localhost [127.0.0.1]) by imhotep.yuckfou.org (Postfix) with ESMTP id 808B923C for ; Thu, 27 Nov 2003 23:32:06 +0100 (CET) Received: from imhotep.yuckfou.org ([127.0.0.1]) by localhost (imhotep.yuckfou.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02038-01 for ; Thu, 27 Nov 2003 23:32:06 +0100 (CET) Received: by imhotep.yuckfou.org (Postfix, from userid 0) id 1497722C; Thu, 27 Nov 2003 23:32:06 +0100 (CET) Message-Id: <20031127223206.1497722C@imhotep.yuckfou.org> Date: Thu, 27 Nov 2003 23:32:06 +0100 (CET) From: Nils Vogels To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59740: Port upgrade of mail/tmda X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nils Vogels List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 22:40:15 -0000 >Number: 59740 >Category: ports >Synopsis: Port upgrade of mail/tmda >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: Thu Nov 27 14:40:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Nils Vogels >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD imhotep.yuckfou.org 4.9-RELEASE FreeBSD 4.9-RELEASE #1: Fri Nov 7 00:49:30 CET 2003 nivo@imhotep.yuckfou.org:/disk/2/obj/usr/src/sys/IMHOTEP i386 >Description: TMDA has been updated to 0.90, port is on 0.89 >How-To-Repeat: Check TMDA port version versus URL >Fix: Upgrade port to 0.90 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 14:40:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D5EF16A4CE for ; Thu, 27 Nov 2003 14:40:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DBD143FCB for ; Thu, 27 Nov 2003 14:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARMeFFY064585 for ; Thu, 27 Nov 2003 14:40:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARMeFag064584; Thu, 27 Nov 2003 14:40:15 -0800 (PST) (envelope-from gnats) Date: Thu, 27 Nov 2003 14:40:15 -0800 (PST) Message-Id: <200311272240.hARMeFag064584@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Simun Mikecin Subject: Re: ports/58531: multimedia/mplayer: bktr input doesn't work [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simun Mikecin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 22:40:16 -0000 The following reply was made to PR ports/58531; it has been noted by GNATS. From: Simun Mikecin To: freebsd-gnats-submit@FreeBSD.org, amistry@am-productions.biz, riggs@rrr.de, sime@logos.hr Cc: Subject: Re: ports/58531: multimedia/mplayer: bktr input doesn't work [patch] Date: Thu, 27 Nov 2003 23:31:24 +0100 In the meantime I found what was the problem: in 0.92 version of mplayer variable that holds frames-per-second is of type float, but ioctl for bktr device expects u_short. This is a fix for this problem: --- libmpdemux/tvi_bsdbt848.c.orig Thu Nov 27 22:53:13 2003 +++ libmpdemux/tvi_bsdbt848.c Thu Nov 27 23:03:05 2003 @@ -287,6 +287,7 @@ case TVI_CONTROL_TUN_SET_NORM: { + u_short tmp_fps; int req_mode = (int)*(void **)arg; priv->iformat = METEOR_FMT_AUTOMODE; @@ -352,11 +353,18 @@ return(0); } - if(ioctl(priv->btfd, METEORSFPS, &priv->fps) < 0) + tmp_fps=priv->fps; + if(ioctl(priv->btfd, METEORSFPS, &tmp_fps) < 0) { perror("fps:ioctl"); return(0); } + //set audioid after norm has been set + if(priv->tunerready == TRUE && ...skipping... + } return(TVI_CONTROL_TRUE); } @@ -453,6 +461,7 @@ { int marg; int count; +u_short tmp_fps; G_private = priv; /* Oooh, sick */ @@ -497,8 +506,9 @@ perror("SINPUT:ioctl"); } +tmp_fps=priv->fps; if(priv->videoready == TRUE && - ioctl(priv->btfd, METEORSFPS, &priv->fps) < 0) + ioctl(priv->btfd, METEORSFPS, &tmp_fps) < 0) { perror("SFPS:ioctl"); } From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 14:50:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E3816A4CE for ; Thu, 27 Nov 2003 14:50:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2387E43FCB for ; Thu, 27 Nov 2003 14:50:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hARMoKFY064762 for ; Thu, 27 Nov 2003 14:50:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hARMoJuI064760; Thu, 27 Nov 2003 14:50:19 -0800 (PST) (envelope-from gnats) Date: Thu, 27 Nov 2003 14:50:19 -0800 (PST) Message-Id: <200311272250.hARMoJuI064760@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Simun Mikecin Subject: Re: ports/58531: multimedia/mplayer: bktr input doesn't work [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simun Mikecin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 22:50:21 -0000 The following reply was made to PR ports/58531; it has been noted by GNATS. From: Simun Mikecin To: freebsd-gnats-submit@FreeBSD.org, amistry@am-productions.biz, riggs@rrr.de Cc: Subject: Re: ports/58531: multimedia/mplayer: bktr input doesn't work [patch] Date: Thu, 27 Nov 2003 23:45:39 +0100 I've sent a corrupted patch last time. This is a corrected one: --- libmpdemux/tvi_bsdbt848.c.orig Thu Nov 27 22:53:13 2003 +++ libmpdemux/tvi_bsdbt848.c Thu Nov 27 23:03:05 2003 @@ -287,6 +287,7 @@ case TVI_CONTROL_TUN_SET_NORM: { + u_short tmp_fps; int req_mode = (int)*(void **)arg; priv->iformat = METEOR_FMT_AUTOMODE; @@ -352,11 +353,18 @@ return(0); } - if(ioctl(priv->btfd, METEORSFPS, &priv->fps) < 0) + tmp_fps=priv->fps; + if(ioctl(priv->btfd, METEORSFPS, &tmp_fps) < 0) { perror("fps:ioctl"); return(0); } + //set audioid after norm has been set + if(priv->tunerready == TRUE && + ioctl(priv->tunerfd,BT848_SAUDIO, &tv_param_audio_id)<0) + { + perror("Unable to set audioid"); + } return(TVI_CONTROL_TRUE); } @@ -453,6 +461,7 @@ { int marg; int count; +u_short tmp_fps; G_private = priv; /* Oooh, sick */ @@ -497,8 +506,9 @@ perror("SINPUT:ioctl"); } +tmp_fps=priv->fps; if(priv->videoready == TRUE && - ioctl(priv->btfd, METEORSFPS, &priv->fps) < 0) + ioctl(priv->btfd, METEORSFPS, &tmp_fps) < 0) { perror("SFPS:ioctl"); } From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 16:20:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 596A616A4CE for ; Thu, 27 Nov 2003 16:20:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 907C343FE5 for ; Thu, 27 Nov 2003 16:20:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS0KEFY073996 for ; Thu, 27 Nov 2003 16:20:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAS0KE7w073995; Thu, 27 Nov 2003 16:20:14 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 16:20:14 -0800 (PST) Resent-Message-Id: <200311280020.hAS0KE7w073995@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Kang Liu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B00616A4CE for ; Thu, 27 Nov 2003 16:11:41 -0800 (PST) Received: from bjpu.edu.cn (egw.bjpu.edu.cn [202.112.78.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9CB543FA3 for ; Thu, 27 Nov 2003 16:11:39 -0800 (PST) (envelope-from liukang@bjpu.edu.cn) Received: (eyou gateway send program); Fri, 28 Nov 2003 08:19:09 +0800 Received: from unknown (HELO liukang) (unknown@202.112.78.224) by 202.112.78.77 with ; Fri, 28 Nov 2003 08:19:09 +0800 Message-Id: <004801c3b544$3679ee70$e04e70ca@bjpu.edu.cn> Date: Fri, 28 Nov 2003 08:11:46 +0800 From: "Kang Liu" To: Subject: ports/59741: [maintainer update]Fix Potential security issue with search in phpbb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 00:20:16 -0000 >Number: 59741 >Category: ports >Synopsis: [maintainer update]Fix Potential security issue with search in phpbb >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 27 16:20:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kang Liu >Release: FreeBSD 4.9-RELEASE i386 >Organization: Beijing University of Technology >Environment: System: FreeBSD 4.9-RELEASE >Description: The phpbb developers just released a announcement about potential security issue with search: http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=153818 They updated the src-pack but didn't change the version number. I know the port freeze has begun, but this problem seems serious, and all src-packs have been updated, phpbb is borken(checksum) now. As Joe Marcus Clarke said in PR:56706, All build fixes do not need portmgr approval. Can anyone commit it? >How-To-Repeat: run make at ports/www/phpbb >Fix: --- distinfo.orig Thu Sep 18 02:14:52 2003 +++ distinfo Fri Nov 28 07:54:56 2003 @@ -1 +1 @@ -MD5 (phpBB-2.0.6.tar.bz2) = ee73baaac8f2f72c2a1d879ea811bd07 +MD5 (phpBB-2.0.6.tar.bz2) = 6574f13e2c7b66fda4faf1b2ddacae48 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 16:30:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37AB116A4CE for ; Thu, 27 Nov 2003 16:30:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0D643F85 for ; Thu, 27 Nov 2003 16:30:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS0UKFY074203 for ; Thu, 27 Nov 2003 16:30:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAS0UKWF074202; Thu, 27 Nov 2003 16:30:20 -0800 (PST) (envelope-from gnats) Date: Thu, 27 Nov 2003 16:30:20 -0800 (PST) Message-Id: <200311280030.hAS0UKWF074202@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Clement Laforet Subject: Re: ports/59741: [maintainer update]Fix Potential security issue with search in phpbb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 00:30:22 -0000 The following reply was made to PR ports/59741; it has been noted by GNATS. From: Clement Laforet To: "Kang Liu" Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/59741: [maintainer update]Fix Potential security issue with search in phpbb Date: Fri, 28 Nov 2003 01:23:12 +0100 On Fri, 28 Nov 2003 08:11:46 +0800 "Kang Liu" wrote: > >Fix: > --- distinfo.orig Thu Sep 18 02:14:52 2003 > +++ distinfo Fri Nov 28 07:54:56 2003 > @@ -1 +1 @@ > -MD5 (phpBB-2.0.6.tar.bz2) = ee73baaac8f2f72c2a1d879ea811bd07 > +MD5 (phpBB-2.0.6.tar.bz2) = 6574f13e2c7b66fda4faf1b2ddacae48 You should bump PORTREVISION too ;-) clem From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 16:30:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E79316A4CE for ; Thu, 27 Nov 2003 16:30:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A56143FBF for ; Thu, 27 Nov 2003 16:30:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS0UPFY074236 for ; Thu, 27 Nov 2003 16:30:25 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAS0UPHM074232; Thu, 27 Nov 2003 16:30:25 -0800 (PST) (envelope-from gnats) Date: Thu, 27 Nov 2003 16:30:25 -0800 (PST) Message-Id: <200311280030.hAS0UPHM074232@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Kang Liu" Subject: RE: ports/59741: [maintainer update]Fix Potential security issue with search in phpbb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kang Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 00:30:26 -0000 The following reply was made to PR ports/59741; it has been noted by GNATS. From: "Kang Liu" To: "'Clement Laforet'" Cc: Subject: RE: ports/59741: [maintainer update]Fix Potential security issue with search in phpbb Date: Fri, 28 Nov 2003 08:26:43 +0800 Yes, you are right. I'm sorry for my careless. :-( Here is patch again. --- Makefile.orig Mon Jul 7 16:04:49 2003 +++ Makefile Fri Nov 28 08:24:37 2003 @@ -7,7 +7,7 @@ PORTNAME= phpbb PORTVERSION= 2.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} --- distinfo.orig Thu Sep 18 02:14:52 2003 +++ distinfo Fri Nov 28 07:54:56 2003 @@ -1 +1 @@ -MD5 (phpBB-2.0.6.tar.bz2) = ee73baaac8f2f72c2a1d879ea811bd07 +MD5 (phpBB-2.0.6.tar.bz2) = 6574f13e2c7b66fda4faf1b2ddacae48 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 16:40:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C054416A4CE for ; Thu, 27 Nov 2003 16:40:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FA6143F93 for ; Thu, 27 Nov 2003 16:40:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS0eNFY074696 for ; Thu, 27 Nov 2003 16:40:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAS0eNFN074694; Thu, 27 Nov 2003 16:40:23 -0800 (PST) (envelope-from gnats) Date: Thu, 27 Nov 2003 16:40:23 -0800 (PST) Message-Id: <200311280040.hAS0eNFN074694@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Kang Liu" Subject: Re: ports/59741: [maintainer update]Fix Potential security issue with search in phpbb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kang Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 00:40:24 -0000 The following reply was made to PR ports/59741; it has been noted by GNATS. From: "Kang Liu" To: Cc: Subject: Re: ports/59741: [maintainer update]Fix Potential security issue with search in phpbb Date: Fri, 28 Nov 2003 08:33:22 +0800 patch again. The portversion should be 2.0.6, not 2.0.5 --- Makefile.orig Fri Nov 28 08:30:42 2003 +++ Makefile Fri Nov 28 08:30:48 2003 @@ -7,7 +7,7 @@ PORTNAME= phpbb PORTVERSION= 2.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} --- distinfo.orig Thu Sep 18 02:14:52 2003 +++ distinfo Fri Nov 28 07:54:56 2003 @@ -1 +1 @@ -MD5 (phpBB-2.0.6.tar.bz2) = ee73baaac8f2f72c2a1d879ea811bd07 +MD5 (phpBB-2.0.6.tar.bz2) = 6574f13e2c7b66fda4faf1b2ddacae48 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 17:03:15 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8673E16A4CF; Thu, 27 Nov 2003 17:03:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF32143FA3; Thu, 27 Nov 2003 17:03:14 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS13EFY075114; Thu, 27 Nov 2003 17:03:14 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAS13EuR075110; Thu, 27 Nov 2003 17:03:14 -0800 (PST) (envelope-from pav) Date: Thu, 27 Nov 2003 17:03:14 -0800 (PST) From: Pav Lucistnik Message-Id: <200311280103.hAS13EuR075110@freefall.freebsd.org> To: stolz@i2.informatik.rwth-aachen.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59684: [patch] net/ripetools: Fix build on -CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 01:03:15 -0000 Synopsis: [patch] net/ripetools: Fix build on -CURRENT State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Nov 27 17:03:05 PST 2003 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=59684 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 18:10:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEFD716A4CE for ; Thu, 27 Nov 2003 18:10:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBC143FB1 for ; Thu, 27 Nov 2003 18:10:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS2AKFY083148 for ; Thu, 27 Nov 2003 18:10:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAS2AKxN083147; Thu, 27 Nov 2003 18:10:20 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 18:10:20 -0800 (PST) Resent-Message-Id: <200311280210.hAS2AKxN083147@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xavier Beaudouin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37CFA16A4CE for ; Thu, 27 Nov 2003 18:02:40 -0800 (PST) Received: from yoko.home.oav.net (kiwi.adsl.isdnet.net [195.154.177.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78EBD43FAF for ; Thu, 27 Nov 2003 18:02:38 -0800 (PST) (envelope-from root@yoko.home.oav.net) Received: by yoko.home.oav.net (Postfix, from userid 0) id CFDAA11AC05; Fri, 28 Nov 2003 03:02:46 +0100 (CET) Message-Id: <20031128020246.CFDAA11AC05@yoko.home.oav.net> Date: Fri, 28 Nov 2003 03:02:46 +0100 (CET) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59742: [MAINTAINER] mail/lmtpd: update to 0.9.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 02:10:24 -0000 >Number: 59742 >Category: ports >Synopsis: [MAINTAINER] mail/lmtpd: update to 0.9.12 >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: Thu Nov 27 18:10:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 4.9-RELEASE i386 >Organization: The Caudium Group & Association Kazar >Environment: System: FreeBSD yoko.home.oav.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Sun Nov 2 14:35:22 CET >Description: - Update to 0.9.12 Changelog : === version 0.9.12 * add "spamassassin.maxsize" configuration option to limit mail Send to SpamAssassin. * add "stop" user filter command. Stop the filter and use default delivery method. * fix "received.front" for RBL checks * headers added by spamassassin are now logued in user log file each time === version 0.9.11 * new "received.front" configuration variable. Used to find the Received header added by the incoming SMTP server if not the first. * rfc2047.c compile without iconv.h (utf-8 conversion is disabled in this case) * remove non standard errno declaration * fix Makefile for GNU make Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- lmtpd-0.9.12.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/lmtpd.old/Makefile /usr/ports/mail/lmtpd/Makefile --- /usr/ports/mail/lmtpd.old/Makefile Fri Nov 28 02:45:21 2003 +++ /usr/ports/mail/lmtpd/Makefile Fri Nov 28 02:45:34 2003 @@ -6,7 +6,7 @@ # PORTNAME= lmtpd -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.12 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pll diff -ruN --exclude=CVS /usr/ports/mail/lmtpd.old/distinfo /usr/ports/mail/lmtpd/distinfo --- /usr/ports/mail/lmtpd.old/distinfo Fri Nov 28 02:45:21 2003 +++ /usr/ports/mail/lmtpd/distinfo Fri Nov 28 02:45:44 2003 @@ -1 +1 @@ -MD5 (lmtpd-0.9.9.tar.gz) = c2643d152e9cdbd55c7e58404290b4a9 +MD5 (lmtpd-0.9.12.tar.gz) = 55ffb2998dc4b624f18f6cbebf382c23 Binary files /usr/ports/mail/lmtpd.old/lmtpd-0.9.12.tgz and /usr/ports/mail/lmtpd/lmtpd-0.9.12.tgz differ --- lmtpd-0.9.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 18:20:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F214B16A4CE for ; Thu, 27 Nov 2003 18:20:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 307D043FCB for ; Thu, 27 Nov 2003 18:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS2KJFY083306 for ; Thu, 27 Nov 2003 18:20:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAS2KJkQ083305; Thu, 27 Nov 2003 18:20:19 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 18:20:19 -0800 (PST) Resent-Message-Id: <200311280220.hAS2KJkQ083305@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Takayuki Nakao" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2192416A4CF for ; Thu, 27 Nov 2003 18:18:01 -0800 (PST) Received: from mgw1.noc.ntt.com (mgw1.noc.ntt.com [210.163.32.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0549443FE9 for ; Thu, 27 Nov 2003 18:17:59 -0800 (PST) (envelope-from t.nakao@ntt.com) Received: from mop1.noc.ntt.com by mgw1.noc.ntt.com (NTT-Com MailSV) with ESMTP id hAS2HvXI022697; Fri, 28 Nov 2003 11:17:57 +0900 (JST) Received: from mip1.noc.ntt.com (mvi3.noc.ntt.com) by mop1.noc.ntt.com (NTT-Com MailSV) with ESMTP id <0HP100B6MIDWAX@ntt.com>; Fri, 28 Nov 2003 11:17:57 +0900 (JST) Message-Id: <20031128.111756.42414082.t.nakao@ntt.com> Date: Fri, 28 Nov 2003 11:17:56 +0900 (JST) From: "Takayuki Nakao" To: FreeBSD-gnats-submit@FreeBSD.org cc: t@nakao.org Subject: ports/59743: Update ports: japanese/yc.el X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 02:20:21 -0000 >Number: 59743 >Category: ports >Synopsis: Update ports: japanese/yc.el >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: Thu Nov 27 18:20:18 PST 2003 >Closed-Date: >Last-Modified: >Originator: Takayuki Nakao >Release: >Organization: >Environment: >Description: This is a request for upgrading japanese/yc.el to version 4.0.2. >How-To-Repeat: >Fix: The recursive diff is attached as followed; diff -ruN yc.el.orig/Makefile yc.el/Makefile --- yc.el.orig/Makefile Fri Nov 28 11:04:15 2003 +++ yc.el/Makefile Fri Nov 28 11:14:07 2003 @@ -6,7 +6,7 @@ # PORTNAME= yc.el -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.2 PORTEPOCH= 1 CATEGORIES= japanese elisp MASTER_SITES= http://www.ceres.dti.ne.jp/~knak/ diff -ruN yc.el.orig/distinfo yc.el/distinfo --- yc.el.orig/distinfo Fri Nov 28 11:04:17 2003 +++ yc.el/distinfo Fri Nov 28 11:07:44 2003 @@ -1 +1 @@ -MD5 (yc-4.0.1.tar.gz) = e63c37a2692d77d132f9f8765f9a53a2 +MD5 (yc-4.0.2.tar.gz) = 252af30acac7b89a2cb26e70f6ab430b >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 21:20:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C9C16A4CE for ; Thu, 27 Nov 2003 21:20:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F8B43FE9 for ; Thu, 27 Nov 2003 21:20:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS5KHFY003535 for ; Thu, 27 Nov 2003 21:20:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAS5KHbc003534; Thu, 27 Nov 2003 21:20:17 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 27 Nov 2003 21:20:17 -0800 (PST) Resent-Message-Id: <200311280520.hAS5KHbc003534@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jeremy Messenger Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6270216A4CE; Thu, 27 Nov 2003 21:18:37 -0800 (PST) Received: from ns1.mezzweb.com (ip68-103-32-11.ks.ok.cox.net [68.103.32.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id E385D43F85; Thu, 27 Nov 2003 21:18:35 -0800 (PST) (envelope-from mezz@ns1.mezzweb.com) Received: from ns1.mezzweb.com (localhost [127.0.0.1]) by ns1.mezzweb.com (8.12.9/8.12.9) with ESMTP id hAS4qvF6024942; Thu, 27 Nov 2003 22:52:57 -0600 (CST) (envelope-from mezz@ns1.mezzweb.com) Received: (from mezz@localhost) by ns1.mezzweb.com (8.12.9/8.12.9/Submit) id hAS4quDx024941; Thu, 27 Nov 2003 22:52:56 -0600 (CST) Message-Id: <200311280452.hAS4quDx024941@ns1.mezzweb.com> Date: Thu, 27 Nov 2003 22:52:56 -0600 (CST) From: Jeremy Messenger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: knu@FreeBSD.org Subject: ports/59744: Patch: Convert 8 Ruby Gnome2 ports to use the new GNOME porting infrastructure. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jeremy Messenger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 05:20:20 -0000 >Number: 59744 >Category: ports >Synopsis: Patch: Convert 8 Ruby Gnome2 ports to use the new GNOME porting infrastructure. >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: Thu Nov 27 21:20:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: Mezz >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD ns1.mezzweb.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Aug 13 22:39:47 CDT 2003 mezz@mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386 >Description: Convert all 8 Ruby Gnome2 ports to use the new GNOME porting infrastructure, bsd.gnome.mk. The problem has hitted on me when I installed Gnome 2.5.0 from the MarcusCom CVS, so the x11/ruby-gnome2(-all) will fail because of 8 ports can't find the depends. >How-To-Repeat: n/a >Fix: This patch will affect on 8 ports: devel/ruby-gconf2 devel/ruby-glib2 devel/ruby-libglade2 graphics/ruby-gdk_pixbuf2 graphics/ruby-libart2 multimedia/ruby-gst x11-toolkits/ruby-gtk2 x11-toolkits/ruby-pango --- ruby-stuff.diff begins here --- diff -ur ruby-gconf2.orig/Makefile ruby-gconf2/Makefile --- ruby-gconf2.orig/Makefile Mon Feb 17 23:04:55 2003 +++ ruby-gconf2/Makefile Thu Nov 27 22:50:10 2003 @@ -17,10 +17,10 @@ MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby interface to GConf2 -LIB_DEPENDS= gconf-2.5:${PORTSDIR}/devel/gconf2 RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 USE_RUBY= yes +USE_GNOME= gconf2 USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" diff -ur ruby-glib2.orig/Makefile ruby-glib2/Makefile --- ruby-glib2.orig/Makefile Thu Nov 20 14:19:38 2003 +++ ruby-glib2/Makefile Thu Nov 27 22:50:39 2003 @@ -17,9 +17,8 @@ MAINTAINER= knu@FreeBSD.org COMMENT= Ruby binding for GLib2 -LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 - USE_RUBY= yes +USE_GNOME= glib20 USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" diff -ur ruby-libglade2.orig/Makefile ruby-libglade2/Makefile --- ruby-libglade2.orig/Makefile Mon Feb 17 23:04:56 2003 +++ ruby-libglade2/Makefile Thu Nov 27 19:26:45 2003 @@ -18,9 +18,9 @@ COMMENT= Ruby binding for Libglade2 RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 -LIB_DEPENDS= glade-2.0.0:${PORTSDIR}/devel/libglade2 USE_RUBY= yes +USE_GNOME= libglade2 USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" diff -ur ruby-gdk_pixbuf2.orig/Makefile ruby-gdk_pixbuf2/Makefile --- ruby-gdk_pixbuf2.orig/Makefile Thu Nov 20 16:27:40 2003 +++ ruby-gdk_pixbuf2/Makefile Thu Nov 27 22:56:34 2003 @@ -17,10 +17,10 @@ MAINTAINER= knu@FreeBSD.org COMMENT= Ruby binding for GdkPixbuf2 -LIB_DEPENDS= gdk_pixbuf-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 USE_RUBY= yes +USE_GNOME= gtk20 USE_RUBY_EXTCONF= yes USE_XLIB= yes diff -ur ruby-libart2.orig/Makefile ruby-libart2/Makefile --- ruby-libart2.orig/Makefile Tue Feb 18 05:13:56 2003 +++ ruby-libart2/Makefile Thu Nov 27 22:56:59 2003 @@ -17,11 +17,11 @@ MAINTAINER= knu@FreeBSD.org COMMENT= Ruby binding for Libart2 -LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png USE_RUBY= yes +USE_GNOME= libartlgpl2 USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" diff -ur ruby-gst.orig/Makefile ruby-gst/Makefile --- ruby-gst.orig/Makefile Sat Nov 1 22:02:06 2003 +++ ruby-gst/Makefile Thu Nov 27 23:00:55 2003 @@ -17,11 +17,11 @@ MAINTAINER= knu@FreeBSD.org COMMENT= Ruby bindings for the GStreamer framework -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= gstreamer-0.6.1:${PORTSDIR}/multimedia/gstreamer RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 USE_RUBY= yes +USE_GNOME= pkgconfig USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" diff -ur ruby-gtk2.orig/Makefile ruby-gtk2/Makefile --- ruby-gtk2.orig/Makefile Mon Feb 17 23:42:04 2003 +++ ruby-gtk2/Makefile Thu Nov 27 22:57:40 2003 @@ -17,12 +17,12 @@ MAINTAINER= knu@FreeBSD.org COMMENT= Ruby binding for GTK+2 -LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \ ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \ ${RUBY_SITEARCHLIBDIR}/pango.so:${PORTSDIR}/x11-toolkits/ruby-pango USE_RUBY= yes +USE_GNOME= gtk20 USE_RUBY_EXTCONF= yes USE_XLIB= yes diff -ur ruby-pango.orig/Makefile ruby-pango/Makefile --- ruby-pango.orig/Makefile Thu Nov 27 19:03:59 2003 +++ ruby-pango/Makefile Thu Nov 27 22:57:57 2003 @@ -17,10 +17,10 @@ MAINTAINER= knu@FreeBSD.org COMMENT= Ruby binding for Pango -LIB_DEPENDS= pango-1.0.200:${PORTSDIR}/x11-toolkits/pango RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 USE_RUBY= yes +USE_GNOME= pango USE_RUBY_EXTCONF= yes USE_XLIB= yes --- ruby-stuff.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 21:22:04 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A17C16A4CE; Thu, 27 Nov 2003 21:22:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FA4A43F75; Thu, 27 Nov 2003 21:22:03 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS5M3FY003718; Thu, 27 Nov 2003 21:22:03 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAS5M3tt003714; Thu, 27 Nov 2003 21:22:03 -0800 (PST) (envelope-from marcus) Date: Thu, 27 Nov 2003 21:22:03 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200311280522.hAS5M3tt003714@freefall.freebsd.org> To: marcus@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/59744: Patch: Convert 8 Ruby Gnome2 ports to use the new GNOME porting infrastructure. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 05:22:04 -0000 Synopsis: Patch: Convert 8 Ruby Gnome2 ports to use the new GNOME porting infrastructure. Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: marcus Responsible-Changed-When: Thu Nov 27 21:21:51 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=59744 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 00:41:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 832D916A4CE; Fri, 28 Nov 2003 00:41:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B9943FDF; Fri, 28 Nov 2003 00:41:27 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS8fRFY025153; Fri, 28 Nov 2003 00:41:27 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAS8fRi4025149; Fri, 28 Nov 2003 00:41:27 -0800 (PST) (envelope-from linimon) Date: Fri, 28 Nov 2003 00:41:27 -0800 (PST) From: Mark Linimon Message-Id: <200311280841.hAS8fRi4025149@freefall.freebsd.org> To: mheffner@vt.edu, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59737: RE: lircd "could not assign address to socket" on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 08:41:28 -0000 Synopsis: RE: lircd "could not assign address to socket" on -current State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Nov 28 00:40:14 PST 2003 State-Changed-Why: Misfiled followup to ports/59731. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Nov 28 00:40:14 PST 2003 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=59737 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 01:20:03 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 330AB16A4CE for ; Fri, 28 Nov 2003 01:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2721143FAF for ; Fri, 28 Nov 2003 01:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS9K1FY029424 for ; Fri, 28 Nov 2003 01:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAS9K0vx029422; Fri, 28 Nov 2003 01:20:00 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 01:20:00 -0800 (PST) Resent-Message-Id: <200311280920.hAS9K0vx029422@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volker Stolz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B7516A4CE; Fri, 28 Nov 2003 01:11:26 -0800 (PST) Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB23943F85; Fri, 28 Nov 2003 01:11:21 -0800 (PST) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73]) 8.11.1-0.5-michaelw-20030918) with ESMTP id hAS9BKe27792; Fri, 28 Nov 2003 10:11:20 +0100 Received: (from stolz@localhost)hAS9BKqW005864; Fri, 28 Nov 2003 10:11:20 +0100 (CET) (envelope-from stolz) Message-Id: <200311280911.hAS9BKqW005864@menelaos.informatik.rwth-aachen.de> Date: Fri, 28 Nov 2003 10:11:20 +0100 (CET) From: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: olgeni@FreeBSD.org Subject: ports/59745: [patch] lang/erlang-doc: Chase checksum X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 09:20:03 -0000 >Number: 59745 >Category: ports >Synopsis: [patch] lang/erlang-doc: Chase checksum >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 Nov 28 01:20:00 PST 2003 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.9-RC i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-RC FreeBSD 4.9-RC #10: Tue Oct 7 12:32:25 CEST 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 >Description: Chase touched .pdf: "Final version with corrections" >How-To-Repeat: http://bento.freebsd.org/errorlogs/i386-5-latest/erlang-doc-r9c_2,1.log >Fix: Committer: Consider revision-bump? --- distinfo.orig Fri Nov 28 09:51:15 2003 +++ distinfo Fri Nov 28 09:51:17 2003 @@ -53,4 +53,4 @@ MD5 (erlang/course.pdf) = b8cc807f308bd67db9ff2b0b978e8e39 MD5 (erlang/erlang-book-part1.pdf) = deacbb9aa7cd03d18983ec15043eee84 MD5 (erlang/programming_rules.pdf) = 8996d996fea086fa74f48ddf9161dadb -MD5 (erlang/armstrong_thesis_2003.pdf) = 0533ea8385fad89312fae6d3479f12f2 +MD5 (erlang/armstrong_thesis_2003.pdf) = 2196a214fd7eccc6292adb96602f5827 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 01:24:00 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8C3D16A4CE; Fri, 28 Nov 2003 01:24:00 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D2A943F75; Fri, 28 Nov 2003 01:24:00 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS9NxFY029536; Fri, 28 Nov 2003 01:23:59 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAS9NxNq029532; Fri, 28 Nov 2003 01:23:59 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 01:23:59 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311280923.hAS9NxNq029532@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, olgeni@FreeBSD.org Subject: Re: ports/59745: [patch] lang/erlang-doc: Chase checksum X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 09:24:00 -0000 Synopsis: [patch] lang/erlang-doc: Chase checksum Responsible-Changed-From-To: freebsd-ports-bugs->olgeni Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 01:23:48 PST 2003 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=59745 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 02:36:58 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E1116A4CE; Fri, 28 Nov 2003 02:36:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 372F143FDF; Fri, 28 Nov 2003 02:36:58 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASAawFY039393; Fri, 28 Nov 2003 02:36:58 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASAaw3A039389; Fri, 28 Nov 2003 02:36:58 -0800 (PST) (envelope-from sergei) Date: Fri, 28 Nov 2003 02:36:58 -0800 (PST) From: Sergei Kolobov Message-Id: <200311281036.hASAaw3A039389@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59740: Port upgrade of mail/tmda X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 10:36:59 -0000 Synopsis: Port upgrade of mail/tmda Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Fri Nov 28 02:36:30 PST 2003 Responsible-Changed-Why: I have the diff already. I will commit the update after the freeze. http://www.freebsd.org/cgi/query-pr.cgi?pr=59740 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 02:46:57 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 541DC16A4CE; Fri, 28 Nov 2003 02:46:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D6044017; Fri, 28 Nov 2003 02:46:37 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASAkbFY039830; Fri, 28 Nov 2003 02:46:37 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASAkaD6039826; Fri, 28 Nov 2003 02:46:36 -0800 (PST) (envelope-from sergei) Date: Fri, 28 Nov 2003 02:46:36 -0800 (PST) From: Sergei Kolobov Message-Id: <200311281046.hASAkaD6039826@freefall.freebsd.org> To: kiwi@oav.net, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59742: [MAINTAINER] mail/lmtpd: update to 0.9.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 10:46:57 -0000 Synopsis: [MAINTAINER] mail/lmtpd: update to 0.9.12 State-Changed-From-To: open->analyzed State-Changed-By: sergei State-Changed-When: Fri Nov 28 02:40:23 PST 2003 State-Changed-Why: Port update has been tested. Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Fri Nov 28 02:40:23 PST 2003 Responsible-Changed-Why: I will commit it after the freeze. http://www.freebsd.org/cgi/query-pr.cgi?pr=59742 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 03:40:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6267E16A4CE for ; Fri, 28 Nov 2003 03:40:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A582343F3F for ; Fri, 28 Nov 2003 03:40:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASBeMFY046959 for ; Fri, 28 Nov 2003 03:40:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASBeMLw046958; Fri, 28 Nov 2003 03:40:22 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 03:40:22 -0800 (PST) Resent-Message-Id: <200311281140.hASBeMLw046958@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Simon Dick Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 571D616A4CE for ; Fri, 28 Nov 2003 03:39:01 -0800 (PST) Received: from home.irrelevant.org (dsl-217-155-238-246.zen.co.uk [217.155.238.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 876B543F85 for ; Fri, 28 Nov 2003 03:38:59 -0800 (PST) (envelope-from simond@home.irrelevant.org) Received: from simond by home.irrelevant.org with local (Exim 4.24; FreeBSD 4.9) id 1APgxS-0000Kc-Su for FreeBSD-gnats-submit@freebsd.org; Fri, 28 Nov 2003 11:38:46 +0000 Message-Id: Date: Fri, 28 Nov 2003 11:38:46 +0000 From: Simon Dick Sender: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59748: Maintainer port update: x11-fm/worker X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simon Dick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 11:40:24 -0000 >Number: 59748 >Category: ports >Synopsis: Maintainer port update: x11-fm/worker >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 Nov 28 03:40:21 PST 2003 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD nelly.internal.irrelevant.org 4.9-RELEASE FreeBSD 4.9-RELEASE #4: Thu Nov 13 11:21:01 GMT 2003 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386 >Description: Update x11-fm/worker port to 2.8.2 >How-To-Repeat: >Fix: diff -ruN /usr/ports/x11-fm/worker/Makefile worker/Makefile --- /usr/ports/x11-fm/worker/Makefile Fri Aug 22 15:33:33 2003 +++ worker/Makefile Fri Nov 28 11:13:35 2003 @@ -6,7 +6,7 @@ # PORTNAME= worker -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.2 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/worker/downloads/ \ http://www.informatik.uni-halle.de/~hoffmanr/worker/downloads/ diff -ruN /usr/ports/x11-fm/worker/distinfo worker/distinfo --- /usr/ports/x11-fm/worker/distinfo Fri Aug 22 15:33:33 2003 +++ worker/distinfo Fri Nov 28 11:13:53 2003 @@ -1 +1 @@ -MD5 (worker-2.8.1.tar.gz) = 491dc213566971627761412388974f9d +MD5 (worker-2.8.2.tar.gz) = e3aa00b9f1b64a1a7f8c1069894ffbe3 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 04:20:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8EE16A4CE for ; Fri, 28 Nov 2003 04:20:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D701A43FD7 for ; Fri, 28 Nov 2003 04:20:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASCKKFY055023 for ; Fri, 28 Nov 2003 04:20:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASCKKSD055022; Fri, 28 Nov 2003 04:20:20 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 04:20:20 -0800 (PST) Resent-Message-Id: <200311281220.hASCKKSD055022@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Simon Dick Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53FCE16A4CE for ; Fri, 28 Nov 2003 04:14:47 -0800 (PST) Received: from smtp.lcn.biz (smtp.lcn.biz [195.82.107.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C1243FE5 for ; Fri, 28 Nov 2003 04:14:45 -0800 (PST) (envelope-from simond@smtp.lcn.biz) Received: from simond by smtp.lcn.biz with local (Exim 4.24; FreeBSD 4.7) id 1APhWF-0008gO-Te for FreeBSD-gnats-submit@freebsd.org; Fri, 28 Nov 2003 12:14:43 +0000 Message-Id: Date: Fri, 28 Nov 2003 12:14:43 +0000 From: Simon Dick Sender: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59749: Maintainer port update: dns/mydns X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simon Dick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 12:20:22 -0000 >Number: 59749 >Category: ports >Synopsis: Maintainer port update: dns/mydns >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 Nov 28 04:20:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.7-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD ns1.lcn.biz 4.7-RELEASE-p10 FreeBSD 4.7-RELEASE-p10 #0: Wed Apr 16 11:24:35 BST 2003 root@ns1.lcn.biz:/usr/obj/usr/src/sys/NS1 i386 >Description: Fix a bug with incorrect config parsing until the next version comes out >How-To-Repeat: >Fix: diff -ruN /usr/ports/dns/mydns/Makefile mydns/Makefile --- /usr/ports/dns/mydns/Makefile Thu Oct 16 10:24:59 2003 +++ mydns/Makefile Fri Nov 28 12:06:23 2003 @@ -7,7 +7,7 @@ PORTNAME= mydns PORTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns databases MASTER_SITES= http://mydns.bboy.net/download/ diff -ruN /usr/ports/dns/mydns/files/patch-src::mydns::conf.c mydns/files/patch-src::mydns::conf.c --- /usr/ports/dns/mydns/files/patch-src::mydns::conf.c Thu Jan 1 01:00:00 1970 +++ mydns/files/patch-src::mydns::conf.c Fri Nov 28 12:05:54 2003 @@ -0,0 +1,11 @@ +--- src/mydns/conf.c.orig Fri Nov 28 12:04:45 2003 ++++ src/mydns/conf.c Fri Nov 28 12:04:58 2003 +@@ -351,7 +351,7 @@ + + /* Set additional where clauses if provided */ + mydns_set_soa_where_clause(conf_get(&Conf, "soa-where", NULL)); +- mydns_set_rr_where_clause(conf_get(&Conf, "soa-where", NULL)); ++ mydns_set_rr_where_clause(conf_get(&Conf, "rr-where", NULL)); + } + /*--- load_config() -----------------------------------------------------------------------------*/ + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 05:40:36 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECCB516A4CE for ; Fri, 28 Nov 2003 05:40:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88D2443FE5 for ; Fri, 28 Nov 2003 05:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASDeGFY062370 for ; Fri, 28 Nov 2003 05:40:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASDeGRj062369; Fri, 28 Nov 2003 05:40:16 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 05:40:16 -0800 (PST) Resent-Message-Id: <200311281340.hASDeGRj062369@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F320A16A4D0 for ; Fri, 28 Nov 2003 05:31:03 -0800 (PST) Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E6843F85 for ; Fri, 28 Nov 2003 05:31:01 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.217.38]) by hfep06.dion.ne.jp with SMTP id <20031128133058144.SMIZ@hfep06.dion.ne.jp> for ; Fri, 28 Nov 2003 22:30:58 +0900 Message-Id: <20031128223008.57dafcfb.tkato@prontomail.com> Date: Fri, 28 Nov 2003 22:30:08 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59752: Update port: games/xqf to 0.9.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 13:40:37 -0000 X-List-Received-Date: Fri, 28 Nov 2003 13:40:37 -0000 >Number: 59752 >Category: ports >Synopsis: Update port: games/xqf to 0.9.13 >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 Nov 28 05:40:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.9.13 New file: files/patch-src::country-filter.h >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xqf/Makefile games/xqf/Makefile --- /usr/ports/games/xqf/Makefile Sat Jun 28 09:06:11 2003 +++ games/xqf/Makefile Fri Nov 28 11:35:16 2003 @@ -6,7 +6,7 @@ # PORTNAME= xqf -PORTVERSION= 0.9.12 +PORTVERSION= 0.9.13 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,12 +16,36 @@ RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat -USE_GNOME= gdkpixbuf gnometarget +USE_GETOPT_LONG= yes +USE_GNOME= gnometarget GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN6= xqf.6 + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + +.if defined(WITH_GTK2) +USE_GNOME+= gtk20 +CONFIGURE_ARGS+= --enable-gtk2 +.else +USE_GNOME+= gdkpixbuf +.endif + +.if defined(WITH_GEOIP) +LIB_DEPENDS+= GeoIP.3:${PORTSDIR}/net/GeoIP +.else +CONFIGURE_ARGS+= --disable-geoip +.endif + +.if !defined(WITHOUT_BZIP2) +CONFIGURE_ARGS+= --enable-bzip2 +.if !exists(/usr/bin/bzip2) +RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 +.endif +.endif post-install: .if !defined(NOPORTDOCS) diff -urN /usr/ports/games/xqf/distinfo games/xqf/distinfo --- /usr/ports/games/xqf/distinfo Sat Jun 28 09:06:11 2003 +++ games/xqf/distinfo Fri Nov 28 10:32:25 2003 @@ -1 +1 @@ -MD5 (xqf-0.9.12.tar.gz) = 1e7cc65bf280b3b0a1180f425dd9bbe6 +MD5 (xqf-0.9.13.tar.gz) = d4d71965cbcd56ea363ab4c92bfbe91b diff -urN /usr/ports/games/xqf/files/patch-src::country-filter.h games/xqf/files/patch-src::country-filter.h --- /usr/ports/games/xqf/files/patch-src::country-filter.h Thu Jan 1 09:00:00 1970 +++ games/xqf/files/patch-src::country-filter.h Fri Nov 28 11:12:37 2003 @@ -0,0 +1,12 @@ +--- src/country-filter.h.orig Sun Oct 5 21:53:51 2003 ++++ src/country-filter.h Fri Nov 28 11:11:26 2003 +@@ -22,6 +22,9 @@ + + #include + #include "pixmaps.h" ++#include ++#include ++#include + #include + + extern const unsigned MaxCountries; diff -urN /usr/ports/games/xqf/pkg-plist games/xqf/pkg-plist --- /usr/ports/games/xqf/pkg-plist Sat Jun 28 09:06:11 2003 +++ games/xqf/pkg-plist Fri Nov 28 11:23:08 2003 @@ -1,13 +1,15 @@ @comment $FreeBSD: ports/games/xqf/pkg-plist,v 1.4 2003/06/27 15:31:46 naddy Exp $ bin/xqf -%%PORTDOCS%%share/doc/xqf/xqfdocs.html +%%PORTDOCS%%%%DOCSDIR%%/xqfdocs.html share/locale/ca/LC_MESSAGES/xqf.mo share/locale/da/LC_MESSAGES/xqf.mo share/locale/de/LC_MESSAGES/xqf.mo share/locale/es/LC_MESSAGES/xqf.mo share/locale/fr/LC_MESSAGES/xqf.mo -share/xqf/qstat.cfg -share/xqf/pixmaps/xqflogo.png -@dirrm share/xqf/pixmaps -@dirrm share/xqf -%%PORTDOCS%%@dirrm share/doc/xqf +%%DATADIR%%/default/flags/lan.png +%%DATADIR%%/default/splash.png +%%DATADIR%%/qstat.cfg +@dirrm %%DATADIR%%/default/flags +@dirrm %%DATADIR%%/default +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 05:40:37 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97D8016A4CE for ; Fri, 28 Nov 2003 05:40:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D824343FAF for ; Fri, 28 Nov 2003 05:40:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASDeKFY062480 for ; Fri, 28 Nov 2003 05:40:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASDeKSa062479; Fri, 28 Nov 2003 05:40:20 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 05:40:20 -0800 (PST) Resent-Message-Id: <200311281340.hASDeKSa062479@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D272116A4D5 for ; Fri, 28 Nov 2003 05:32:08 -0800 (PST) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA8A43FDF for ; Fri, 28 Nov 2003 05:32:07 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.217.38]) by hfep01.dion.ne.jp with SMTP id <20031128133205846.LAYN@hfep01.dion.ne.jp> for ; Fri, 28 Nov 2003 22:32:05 +0900 Message-Id: <20031128223027.507bf146.tkato@prontomail.com> Date: Fri, 28 Nov 2003 22:30:27 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59759: Update port: x11/xmold X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 13:40:37 -0000 X-List-Received-Date: Fri, 28 Nov 2003 13:40:37 -0000 >Number: 59759 >Category: ports >Synopsis: Update port: x11/xmold >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 Nov 28 05:40:18 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/xmold/Makefile x11/xmold/Makefile --- /usr/ports/x11/xmold/Makefile Mon Nov 3 14:39:15 2003 +++ x11/xmold/Makefile Thu Nov 27 00:48:39 2003 @@ -8,8 +8,7 @@ PORTNAME= xmold PORTVERSION= 1.0 CATEGORIES= x11 -MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/ \ - ftp://ftp.opaopa.org/pub/archives/games/ +MASTER_SITES= ftp://cclub.cc.tut.ac.jp/pub/xwin/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 05:40:38 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9214C16A4CF for ; Fri, 28 Nov 2003 05:40:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53ECB43FFB for ; Fri, 28 Nov 2003 05:40:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASDeIFY062437 for ; Fri, 28 Nov 2003 05:40:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASDeIvk062436; Fri, 28 Nov 2003 05:40:18 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 05:40:18 -0800 (PST) Resent-Message-Id: <200311281340.hASDeIvk062436@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E69316A4CE for ; Fri, 28 Nov 2003 05:31:52 -0800 (PST) Received: from hfep07.dion.ne.jp (hfep07.dion.ne.jp [203.181.105.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA37C43F93 for ; Fri, 28 Nov 2003 05:31:50 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.217.38]) by hfep07.dion.ne.jp with SMTP id <20031128133148108.VBWH@hfep07.dion.ne.jp> for ; Fri, 28 Nov 2003 22:31:48 +0900 Message-Id: <20031128223022.76d77ffa.tkato@prontomail.com> Date: Fri, 28 Nov 2003 22:30:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59757: Update port: japanese/xshodo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 13:40:38 -0000 >Number: 59757 >Category: ports >Synopsis: Update port: japanese/xshodo >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 Nov 28 05:40:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/xshodo/Makefile japanese/xshodo/Makefile --- /usr/ports/japanese/xshodo/Makefile Fri Nov 7 11:01:24 2003 +++ japanese/xshodo/Makefile Thu Nov 27 00:43:26 2003 @@ -8,14 +8,11 @@ PORTNAME= xshodo PORTVERSION= 2.0 CATEGORIES= japanese -MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/non-free/x/xshodo -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig +MASTER_SITES= ftp://cclub.cc.tut.ac.jp/pub/xwin/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A paint tool for Shodo, the Japanese traditional writing character - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig USE_IMAKE= yes MAN1= xshodo.1 diff -urN /usr/ports/japanese/xshodo/distinfo japanese/xshodo/distinfo --- /usr/ports/japanese/xshodo/distinfo Fri Nov 7 11:01:24 2003 +++ japanese/xshodo/distinfo Thu Nov 27 00:44:01 2003 @@ -1 +1 @@ -MD5 (xshodo_2.0.orig.tar.gz) = 59eb259cfd269eed4eb78df165992643 +MD5 (xshodo2.0.tar.gz) = 821799b09e11d20a8ef20bb14fd3bd93 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 05:40:38 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B433516A4CE for ; Fri, 28 Nov 2003 05:40:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC2643FF7 for ; Fri, 28 Nov 2003 05:40:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASDeHFY062410 for ; Fri, 28 Nov 2003 05:40:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASDeHhZ062409; Fri, 28 Nov 2003 05:40:17 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 05:40:17 -0800 (PST) Resent-Message-Id: <200311281340.hASDeHhZ062409@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF59B16A4D2 for ; Fri, 28 Nov 2003 05:31:29 -0800 (PST) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC7CE43FAF for ; Fri, 28 Nov 2003 05:31:27 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.217.38]) by hfep08.dion.ne.jp with SMTP id <20031128133123729.RHIB@hfep08.dion.ne.jp> for ; Fri, 28 Nov 2003 22:31:23 +0900 Message-Id: <20031128223017.6cc7c9f0.tkato@prontomail.com> Date: Fri, 28 Nov 2003 22:30:17 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59755: Update port: graphics/meshviewer to 0.2.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 13:40:38 -0000 >Number: 59755 >Category: ports >Synopsis: Update port: graphics/meshviewer to 0.2.1.1 >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 Nov 28 05:40:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.2.1.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/meshviewer/Makefile graphics/meshviewer/Makefile --- /usr/ports/graphics/meshviewer/Makefile Sun Apr 27 11:36:38 2003 +++ graphics/meshviewer/Makefile Thu Nov 27 23:58:04 2003 @@ -6,7 +6,7 @@ # $FreeBSD: ports/graphics/meshviewer/Makefile,v 1.3 2003/04/26 18:20:32 ijliao Exp $ PORTNAME= meshviewer -PORTVERSION= 0.2.0.1 +PORTVERSION= 0.2.1.1 CATEGORIES= graphics MASTER_SITES= http://www.dai.ed.ac.uk/homes/helmutc/mesh_viewer/ DISTNAME= mview-src-${PORTVERSION} @@ -16,12 +16,11 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg -USE_MESA= yes USE_QT_VER= 3 -USE_GMAKE= yes -MAKE_ENV= MOC="${MOC}" QTDIR="${X11BASE}" \ - CPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ - LIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" +USE_GL= yes +MAKE_ENV= MOC="${MOC}" \ + QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ + QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mview ${PREFIX}/bin diff -urN /usr/ports/graphics/meshviewer/distinfo graphics/meshviewer/distinfo --- /usr/ports/graphics/meshviewer/distinfo Sun Apr 27 11:36:38 2003 +++ graphics/meshviewer/distinfo Thu Nov 27 23:29:16 2003 @@ -1 +1 @@ -MD5 (mview-src-0.2.0.1.tar.gz) = bd958804fdd7c081e592560b405e6a65 +MD5 (mview-src-0.2.1.1.tar.gz) = d572ad5436943e623715c6b419c59831 diff -urN /usr/ports/graphics/meshviewer/files/patch-Makefile graphics/meshviewer/files/patch-Makefile --- /usr/ports/graphics/meshviewer/files/patch-Makefile Sun Apr 27 11:36:38 2003 +++ graphics/meshviewer/files/patch-Makefile Thu Nov 27 23:48:35 2003 @@ -1,22 +1,35 @@ ---- Makefile.orig Sun Apr 27 01:08:06 2003 -+++ Makefile Sun Apr 27 01:08:54 2003 -@@ -4,15 +4,15 @@ - LIBPATH = -L$(QTDIR)/lib -L/usr/local/lib -L/usr/X11R6/lib +--- Makefile.orig Thu Nov 27 08:40:45 2003 ++++ Makefile Thu Nov 27 23:48:26 2003 +@@ -1,13 +1,13 @@ - CC=g++ + #QTDIR=/usr/lib/qt3 +-INCPATH = -I. -Itexture -Imesh -Imathvector -I$(QTDIR)/include +-LIBPATH = -L$(QTDIR)/lib -L/usr/local/lib -L/usr/X11R6/lib ++INCPATH = -I. -Itexture -Imesh -Imathvector $(QTCPPFLAGS) ++LIBPATH = ${QTCFGLIBS} + +-CC=g++ -MOC=$(QTDIR)/bin/moc ++CC=$(CXX) +#MOC=$(QTDIR)/bin/moc EXE=mview -CPPFLAGS = $(INCPATH) -O2 -+CPPFLAGS+= $(INCPATH) -O2 ++CPPFLAGS = $(INCPATH) $(CXXFLAGS) # supposedly compiler options for faster code #CPPFLAGS = $(INCPATH) -O3 -fexceptions --fast-math -felide-constructors -fexpensive-optimizations -fdelayed-branch -fschedule-insns --LIBS_QT = -lGL -lGLU -lqt-mt -ljpeg --LIBS_GLUT = -lGL -lGLU -lglut -ljpeg -+LIBS_QT = ${LIBS} -lGL -lGLU -lqt-mt -ljpeg -+LIBS_GLUT = ${LIBS} -lGL -lGLU -lglut -ljpeg - - QT = qt/main.o \ - qt/mview.o \ +@@ -65,11 +65,11 @@ + + QT: + rm -f qt/mview.o +- make QT_2 ++ $(MAKE) QT_2 + + QT_TEXT: + rm -f qt/mview.o +- make QT_TEXT_2 "FLAGS=-DTEXT_MAP" ++ $(MAKE) QT_TEXT_2 "FLAGS=-DTEXT_MAP" + + GLUT: $(GLUT) $(TEXT) $(MESH) $(VEC) + $(CC) $? $(LIBPATH) $(LIBS_GLUT) -o $(EXE) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 05:40:38 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F021516A4CE for ; Fri, 28 Nov 2003 05:40:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B6C843FE1 for ; Fri, 28 Nov 2003 05:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASDeGFY062357 for ; Fri, 28 Nov 2003 05:40:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASDeGeN062356; Fri, 28 Nov 2003 05:40:16 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 05:40:16 -0800 (PST) Resent-Message-Id: <200311281340.hASDeGeN062356@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC29316A4CE for ; Fri, 28 Nov 2003 05:30:54 -0800 (PST) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id B914D43F93 for ; Fri, 28 Nov 2003 05:30:52 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.217.38]) by hfep01.dion.ne.jp with SMTP id <20031128133047413.KZYJ@hfep01.dion.ne.jp> for ; Fri, 28 Nov 2003 22:30:47 +0900 Message-Id: <20031128223006.75279653.tkato@prontomail.com> Date: Fri, 28 Nov 2003 22:30:06 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59751: Update port: games/rubix to 1.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 13:40:39 -0000 >Number: 59751 >Category: ports >Synopsis: Update port: games/rubix to 1.0.3 >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 Nov 28 05:40:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.3 Remove file: files/patch-aa files/patch-ab files/patch-ac files/patch-ad >How-To-Repeat: >Fix: diff -urN /usr/ports/games/rubix/Makefile games/rubix/Makefile --- /usr/ports/games/rubix/Makefile Sat Apr 12 22:47:22 2003 +++ games/rubix/Makefile Thu Nov 27 02:45:25 2003 @@ -6,24 +6,28 @@ # PORTNAME= rubix -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= games MASTER_SITES= http://sed.free.fr/rubix/ MAINTAINER= ports@FreeBSD.org COMMENT= Another Rubik's cube game with a rather interesting interface +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} + +USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes +ALL_TARGET= ${PORTNAME} +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" XINC="-I${X11BASE}/include" \ + XLIB="-L${X11BASE}/lib -lX11" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rubix ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/rubix - ${INSTALL_DATA} ${WRKSRC}/module.xm ${PREFIX}/share/rubix .if !defined(NOPORTDOCS) -.for file in AUTHORS BUGS INSTALL NOISE README TODO - @${MKDIR} ${PREFIX}/share/doc/rubix - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/rubix +.for file in AUTHORS BUGS INSTALL README TODO + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff -urN /usr/ports/games/rubix/distinfo games/rubix/distinfo --- /usr/ports/games/rubix/distinfo Wed Dec 27 00:14:30 2000 +++ games/rubix/distinfo Thu Nov 27 02:34:37 2003 @@ -1 +1 @@ -MD5 (rubix-1.0.2.tar.gz) = c59d6e4ad830aa37f6c559c587c15cd8 +MD5 (rubix-1.0.3.tar.bz2) = 05a8721e409f7b7d18c994a6a86b2f25 diff -urN /usr/ports/games/rubix/files/patch-aa games/rubix/files/patch-aa --- /usr/ports/games/rubix/files/patch-aa Wed Dec 27 00:14:32 2000 +++ games/rubix/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,50 +0,0 @@ ---- Makefile.orig Tue Dec 7 00:19:16 1999 -+++ Makefile Sat Dec 23 13:31:45 2000 -@@ -11,35 +11,38 @@ - # - - #customize to fit your needs (it does not work for now). --architecture=-DPC_ARCHI -+#architecture=-DPC_ARCHI -+module_path=-DMODULE_PATH=\"${PREFIX}/share/rubix\" - - #SOLARIS=-lsocket - --CC=gcc --CFLAGS=-Wall -O3 -fomit-frame-pointer -ffast-math -Iplayer \ -- $(architecture) -+CC?=gcc -+CFLAGS+=-Iplayer \ -+ $(architecture) $(module_path) - #CFLAGS=-Wall -g -ffast-math -Iplayer \ - # $(architecture) --XINC=-I/usr/X11R6/include --XLIB=-L/usr/X11R6/lib -lX11 -+XINC=-I${X11BASE}/include -+XLIB=-L${X11BASE}/lib -lX11 - - #the following should not be changed. - - OBJ=cube.o event.o fillpoly.o line.o main.o screen.o sound.o player/player.a - -+all: rubix -+ - rubix : $(OBJ) - $(CC) $(CFLAGS) -o $@ $^ -lm $(XLIB) $(SOLARIS) - # strip rubix - - clean : - rm -f *.o *~ core *.bak *.dat gmon.out -- (cd player; make clean) -+ (cd player; $(MAKE) clean) - - dep : -- makedepend -Y *.c -s"#I like the GNU tools" -Iplayer -+# makedepend -Y *.c -s"#I like the GNU tools" -Iplayer - - player/player.a : player/*.c player/*.h -- (cd player; make) -+ (cd player; $(MAKE)) - - %.o : %.c - $(CC) $(CFLAGS) $(XINC) -c -o $@ $< diff -urN /usr/ports/games/rubix/files/patch-ab games/rubix/files/patch-ab --- /usr/ports/games/rubix/files/patch-ab Tue Jan 4 05:17:36 2000 +++ games/rubix/files/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- event.c Thu Dec 2 12:50:06 1999 -+++ event.c.new Mon Dec 6 16:44:01 1999 -@@ -18,6 +18,7 @@ - #include - #include - #include -+#include - - #include "sound.h" - #include "screen.h" diff -urN /usr/ports/games/rubix/files/patch-ac games/rubix/files/patch-ac --- /usr/ports/games/rubix/files/patch-ac Wed Dec 27 00:14:32 2000 +++ games/rubix/files/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,17 +0,0 @@ ---- player/Makefile.orig Fri Dec 3 02:35:44 1999 -+++ player/Makefile Sat Dec 23 13:35:18 2000 -@@ -4,10 +4,11 @@ - # * This is total free software. - # */ - --WITH_ASM=1 -+#WITH_ASM=1 - --CC=gcc --CFLAGS=-Wall -O3 -fomit-frame-pointer -ffast-math -+CC?=gcc -+INCS=-I${X11BASE}/include -+CFLAGS+=$(INCS) - - OBJ=card.o mixer.o xm.o live_player.o wav.o - diff -urN /usr/ports/games/rubix/files/patch-ad games/rubix/files/patch-ad --- /usr/ports/games/rubix/files/patch-ad Wed Dec 27 00:14:32 2000 +++ games/rubix/files/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,22 +0,0 @@ ---- main.c.orig Fri Dec 10 01:59:09 1999 -+++ main.c Sat Dec 23 13:37:46 2000 -@@ -54,6 +54,10 @@ - CUBE cube; - int i; - int rand=1; -+ char full_module_file[4096]; -+ char *module_file = "module.xm"; -+ strcpy(full_module_file, MODULE_PATH "/"); -+ strcat(full_module_file, module_file); - - the_screen=&screen.buffer[0]; - d.buffer=screen.buffer; -@@ -81,7 +85,7 @@ - } - - if (do_init_sound) -- if (rubick_init_sound(&sound, "module.xm")==-1) { -+ if (rubick_init_sound(&sound, full_module_file)==-1) { - fprintf(stderr, "Error with initing the sound, sorry pal, no sound no game.\n(I fucked my head with" - " an xm player, this is not for nothing !)\n"); - return 0; diff -urN /usr/ports/games/rubix/pkg-plist games/rubix/pkg-plist --- /usr/ports/games/rubix/pkg-plist Mon Dec 24 11:15:05 2001 +++ games/rubix/pkg-plist Thu Nov 27 02:45:29 2003 @@ -1,10 +1,7 @@ bin/rubix -%%PORTDOCS%%share/doc/rubix/AUTHORS -%%PORTDOCS%%share/doc/rubix/BUGS -%%PORTDOCS%%share/doc/rubix/INSTALL -%%PORTDOCS%%share/doc/rubix/NOISE -%%PORTDOCS%%share/doc/rubix/README -%%PORTDOCS%%share/doc/rubix/TODO -share/rubix/module.xm -@dirrm share/rubix -%%PORTDOCS%%@dirrm share/doc/rubix +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/BUGS +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 05:40:35 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87FAC16A4CE for ; Fri, 28 Nov 2003 05:40:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC8B343FDF for ; Fri, 28 Nov 2003 05:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASDeFFY062344 for ; Fri, 28 Nov 2003 05:40:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASDeFs7062343; Fri, 28 Nov 2003 05:40:15 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 05:40:15 -0800 (PST) Resent-Message-Id: <200311281340.hASDeFs7062343@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1213516A4CF for ; Fri, 28 Nov 2003 05:30:44 -0800 (PST) Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id E227D43FF7 for ; Fri, 28 Nov 2003 05:30:41 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.217.38]) by hfep05.dion.ne.jp with SMTP id <20031128133037925.JPDF@hfep05.dion.ne.jp> for ; Fri, 28 Nov 2003 22:30:37 +0900 Message-Id: <20031128223004.68e86972.tkato@prontomail.com> Date: Fri, 28 Nov 2003 22:30:04 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59750: Update port: deskutils/knowit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 13:40:35 -0000 X-List-Received-Date: Fri, 28 Nov 2003 13:40:35 -0000 X-List-Received-Date: Fri, 28 Nov 2003 13:40:35 -0000 X-List-Received-Date: Fri, 28 Nov 2003 13:40:35 -0000 X-List-Received-Date: Fri, 28 Nov 2003 13:40:35 -0000 >Number: 59750 >Category: ports >Synopsis: Update port: deskutils/knowit >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 Nov 28 05:40:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Fix pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/knowit/Makefile deskutils/knowit/Makefile --- /usr/ports/deskutils/knowit/Makefile Mon Jun 9 07:09:45 2003 +++ deskutils/knowit/Makefile Fri Nov 28 01:41:44 2003 @@ -9,28 +9,18 @@ PORTNAME= knowit PORTVERSION= 0.8 -PORTREVISION= 0 -#PORTEPOCH= +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://knowit.sourceforge.net/files/ MAINTAINER= ports@FreeBSD.org COMMENT= A note manager with tree organization that uses RTF for storage -USE_KDELIBS_VER=3 -PREFIX= ${KDE_PREFIX} - USE_BZIP2= yes +USE_KDELIBS_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes -BINDIR= ${PREFIX}/bin -BINNAME= ${CONFIGURE_TARGET}-${PORTNAME} -PLIST_SUB= BINNAME=${BINNAME} - -post-install: - cd ${BINDIR}; ${RM} -f ${PORTNAME}; \ - ${LN} -sf ${BINNAME} ${PORTNAME} - -.include -#EOF +.include +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include diff -urN /usr/ports/deskutils/knowit/pkg-plist deskutils/knowit/pkg-plist --- /usr/ports/deskutils/knowit/pkg-plist Thu May 8 19:22:51 2003 +++ deskutils/knowit/pkg-plist Fri Nov 28 01:06:57 2003 @@ -1,6 +1,4 @@ bin/knowit -bin/%%BINNAME%% -bin/knowit share/applnk/Applications/knowit.desktop share/apps/knowit/tips share/doc/HTML/en/knowit/common @@ -17,13 +15,13 @@ share/locale/ru/LC_MESSAGES/knowit.mo share/locale/sk/LC_MESSAGES/knowit.mo share/locale/zh_CN/LC_MESSAGES/knowit.mo -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor +@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true @dirrm share/doc/HTML/en/knowit -@dirrm share/doc/HTML/en -@dirrm share/doc/HTML +@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true +@unexec rmdir %D/share/doc/HTML 2>/dev/null || true @dirrm share/apps/knowit -@dirrm share/applnk/Applications +@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 05:40:36 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0D1516A4CE for ; Fri, 28 Nov 2003 05:40:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D7543FEA for ; Fri, 28 Nov 2003 05:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASDeGFY062383 for ; Fri, 28 Nov 2003 05:40:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASDeG1E062382; Fri, 28 Nov 2003 05:40:16 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 05:40:16 -0800 (PST) Resent-Message-Id: <200311281340.hASDeG1E062382@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1337516A4D1 for ; Fri, 28 Nov 2003 05:31:11 -0800 (PST) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE27443FAF for ; Fri, 28 Nov 2003 05:31:09 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.217.38]) by hfep01.dion.ne.jp with SMTP id <20031128133107090.LAEU@hfep01.dion.ne.jp> for ; Fri, 28 Nov 2003 22:31:07 +0900 Message-Id: <20031128223012.3abad2ac.tkato@prontomail.com> Date: Fri, 28 Nov 2003 22:30:12 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59753: Update port: graphics/gliv to 1.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 13:40:36 -0000 X-List-Received-Date: Fri, 28 Nov 2003 13:40:36 -0000 X-List-Received-Date: Fri, 28 Nov 2003 13:40:36 -0000 X-List-Received-Date: Fri, 28 Nov 2003 13:40:36 -0000 >Number: 59753 >Category: ports >Synopsis: Update port: graphics/gliv to 1.8 >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 Nov 28 05:40:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.8 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/gliv/Makefile graphics/gliv/Makefile --- /usr/ports/graphics/gliv/Makefile Thu Jul 31 19:12:00 2003 +++ graphics/gliv/Makefile Wed Nov 26 18:25:33 2003 @@ -6,7 +6,7 @@ # PORTNAME= gliv -PORTVERSION= 1.7.1 +PORTVERSION= 1.8 CATEGORIES= graphics MASTER_SITES= http://gliv.tuxfamily.org/ @@ -14,22 +14,18 @@ COMMENT= An image viewer that uses Gdk-Pixbuf and OpenGL LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext -RUN_DEPENDS= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick USE_BZIP2= yes USE_X_PREFIX= yes -USE_REINPLACE= yes +USE_GL= yes USE_GETOPT_LONG= yes +USE_GNOME= gnomehack gnometarget gtk20 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= gliv.1 -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lXext -lX11 ${PTHREAD_LIBS} - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include diff -urN /usr/ports/graphics/gliv/distinfo graphics/gliv/distinfo --- /usr/ports/graphics/gliv/distinfo Sun May 11 06:59:17 2003 +++ graphics/gliv/distinfo Wed Nov 26 18:05:58 2003 @@ -1 +1 @@ -MD5 (gliv-1.7.1.tar.bz2) = a8c06551a6830d994442bec4220a153e +MD5 (gliv-1.8.tar.bz2) = 75c516fc04426e88231b07fcd66d063e diff -urN /usr/ports/graphics/gliv/pkg-plist graphics/gliv/pkg-plist --- /usr/ports/graphics/gliv/pkg-plist Sun May 11 06:59:17 2003 +++ graphics/gliv/pkg-plist Wed Nov 26 18:12:29 2003 @@ -1,4 +1,6 @@ bin/gliv share/locale/fr/LC_MESSAGES/gliv.mo +share/locale/nl/LC_MESSAGES/gliv.mo share/locale/pt_BR/LC_MESSAGES/gliv.mo +share/locale/ro/LC_MESSAGES/gliv.mo share/locale/ru/LC_MESSAGES/gliv.mo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 05:40:39 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D82B16A4CE for ; Fri, 28 Nov 2003 05:40:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B20243FF3 for ; Fri, 28 Nov 2003 05:40:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASDeHFY062397 for ; Fri, 28 Nov 2003 05:40:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASDeHxx062396; Fri, 28 Nov 2003 05:40:17 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 05:40:17 -0800 (PST) Resent-Message-Id: <200311281340.hASDeHxx062396@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F10DD16A4CF for ; Fri, 28 Nov 2003 05:31:19 -0800 (PST) Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED5943F75 for ; Fri, 28 Nov 2003 05:31:18 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.217.38]) by hfep06.dion.ne.jp with SMTP id <20031128133114343.SMPR@hfep06.dion.ne.jp> for ; Fri, 28 Nov 2003 22:31:14 +0900 Message-Id: <20031128223014.7e0dd6c8.tkato@prontomail.com> Date: Fri, 28 Nov 2003 22:30:14 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59754: Update port: graphics/kdc2tiff to 0.34 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 13:40:39 -0000 >Number: 59754 >Category: ports >Synopsis: Update port: graphics/kdc2tiff to 0.34 >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 Nov 28 05:40:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.34 Remove file: files/patch-GFilter.cpp files/patch-GICBayer.cpp files/patch-GImageComponent.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/kdc2tiff/Makefile graphics/kdc2tiff/Makefile --- /usr/ports/graphics/kdc2tiff/Makefile Sat Apr 12 22:48:51 2003 +++ graphics/kdc2tiff/Makefile Tue Nov 25 22:01:23 2003 @@ -6,7 +6,7 @@ # PORTNAME= kdc2tiff -PORTVERSION= 0.32 +PORTVERSION= 0.34 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +20,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" .include diff -urN /usr/ports/graphics/kdc2tiff/distinfo graphics/kdc2tiff/distinfo --- /usr/ports/graphics/kdc2tiff/distinfo Wed Jul 18 23:36:09 2001 +++ graphics/kdc2tiff/distinfo Tue Nov 25 22:00:34 2003 @@ -1 +1 @@ -MD5 (kdc2tiff-0.32.tar.gz) = b24af53e97a047eaf1a92cbe1da44a17 +MD5 (kdc2tiff-0.34.tar.gz) = 16208a5e07926d1f7aa21779014d1a53 diff -urN /usr/ports/graphics/kdc2tiff/files/patch-GFilter.cpp graphics/kdc2tiff/files/patch-GFilter.cpp --- /usr/ports/graphics/kdc2tiff/files/patch-GFilter.cpp Mon Dec 23 17:12:03 2002 +++ graphics/kdc2tiff/files/patch-GFilter.cpp Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- GFilter.cpp.orig Mon Dec 23 04:20:42 2002 -+++ GFilter.cpp Mon Dec 23 04:21:00 2002 -@@ -26,7 +26,7 @@ - green = *(short*)(((char*)table)+(green&0xFFFE)); - blue = *(short*)(((char*)table)+(blue&0xFFFE)); - } --void GFilter_GammaCorrection::setGammaCorrection(float gamma=1) { -+void GFilter_GammaCorrection::setGammaCorrection(float gamma) { - // create table - if (table) - delete[] table; diff -urN /usr/ports/graphics/kdc2tiff/files/patch-GICBayer.cpp graphics/kdc2tiff/files/patch-GICBayer.cpp --- /usr/ports/graphics/kdc2tiff/files/patch-GICBayer.cpp Mon Dec 23 17:12:03 2002 +++ graphics/kdc2tiff/files/patch-GICBayer.cpp Thu Jan 1 09:00:00 1970 @@ -1,29 +0,0 @@ ---- GICBayer.cpp.orig Mon Dec 23 04:19:54 2002 -+++ GICBayer.cpp Mon Dec 23 04:20:21 2002 -@@ -236,7 +236,7 @@ - - GICBayer_Green::GICBayer_Green(const unsigned char* imagedata, - int width, int height, -- float maxerr=0) -+ float maxerr) - : GImageComponent(width,height,maxerr) { - - /* initialize arrays -@@ -428,7 +428,7 @@ - GICBayer_Red::GICBayer_Red(const unsigned char* imagedata, - int width, int height, - GImageComponent& green, -- float maxerr=0) -+ float maxerr) - : GImageComponent(width,height,maxerr) { - - if ((green.getWidth()!=w)||(green.getHeight()!=h)) { -@@ -617,7 +617,7 @@ - GICBayer_Blue::GICBayer_Blue(const unsigned char* imagedata, - int width, int height, - GImageComponent& green, -- float maxerr=0) -+ float maxerr) - : GImageComponent(width,height,maxerr) { - - if ((green.getWidth()!=w)||(green.getHeight()!=h)) { diff -urN /usr/ports/graphics/kdc2tiff/files/patch-GImageComponent.cpp graphics/kdc2tiff/files/patch-GImageComponent.cpp --- /usr/ports/graphics/kdc2tiff/files/patch-GImageComponent.cpp Mon Dec 23 17:12:03 2002 +++ graphics/kdc2tiff/files/patch-GImageComponent.cpp Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- GImageComponent.cpp.orig Mon Dec 23 04:19:27 2002 -+++ GImageComponent.cpp Mon Dec 23 04:19:39 2002 -@@ -283,7 +283,7 @@ - - GImageComponent0::GImageComponent0(const unsigned char* imagedata, - int width, int height, -- float maxerr=0) -+ float maxerr) - : GImageComponent(width,height,maxerr) { - - int itter; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 05:40:40 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7F6016A4CE for ; Fri, 28 Nov 2003 05:40:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE67C43FFD for ; Fri, 28 Nov 2003 05:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASDeIFY062451 for ; Fri, 28 Nov 2003 05:40:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASDeIRc062450; Fri, 28 Nov 2003 05:40:18 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 05:40:18 -0800 (PST) Resent-Message-Id: <200311281340.hASDeIRc062450@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C42A616A4D4 for ; Fri, 28 Nov 2003 05:32:02 -0800 (PST) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A9643F93 for ; Fri, 28 Nov 2003 05:32:01 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.217.38]) by hfep01.dion.ne.jp with SMTP id <20031128133155136.LAVC@hfep01.dion.ne.jp> for ; Fri, 28 Nov 2003 22:31:55 +0900 Message-Id: <20031128223025.10122acd.tkato@prontomail.com> Date: Fri, 28 Nov 2003 22:30:25 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59758: Update port: security/gsasl to 0.0.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 13:40:40 -0000 >Number: 59758 >Category: ports >Synopsis: Update port: security/gsasl to 0.0.10 >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 Nov 28 05:40:18 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.0.10 New file: Makefile.man >How-To-Repeat: >Fix: diff -urN /usr/ports/security/gsasl/Makefile security/gsasl/Makefile --- /usr/ports/security/gsasl/Makefile Fri Oct 31 21:52:18 2003 +++ security/gsasl/Makefile Wed Nov 26 01:10:21 2003 @@ -7,7 +7,7 @@ # PORTNAME= gsasl -PORTVERSION= 0.0.8 +PORTVERSION= 0.0.10 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -16,24 +16,30 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNU SASL Library -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - intl.5:${PORTSDIR}/devel/gettext \ - ntlm.0:${PORTSDIR}/security/libntlm \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + idn.12:${PORTSDIR}/devel/libidn \ gcrypt.6:${PORTSDIR}/security/libgcrypt \ - idn.12:${PORTSDIR}/devel/libidn + ntlm.0:${PORTSDIR}/security/libntlm \ -USE_GNOME= gnomehack gnomeprefix +USE_GNOME= gnomehack gnometarget pkgconfig +USE_GETOPT_LONG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= LDFLAGS="-L${LOCALBASE}/lib" - +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes INFO= gsasl -MAN1= gsasl.1 + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + +.include post-install: - @(cd ${WRKSRC}/doc/man ; \ - ${LS} *.3 | ${SED} 's,^,man/man3/,' >> ${TMPPLIST}) +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC}/doc/html && ${FIND} . | \ + cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} +.endif -.include +.include "Makefile.man" +.include diff -urN /usr/ports/security/gsasl/Makefile.man security/gsasl/Makefile.man --- /usr/ports/security/gsasl/Makefile.man Thu Jan 1 09:00:00 1970 +++ security/gsasl/Makefile.man Wed Nov 26 00:47:02 2003 @@ -0,0 +1,92 @@ +MAN1+= gsasl.1 +MAN3+= gsasl_appinfo_get.3 +MAN3+= gsasl_appinfo_set.3 +MAN3+= gsasl_application_data_get.3 +MAN3+= gsasl_application_data_set.3 +MAN3+= gsasl_base64_decode.3 +MAN3+= gsasl_base64_encode.3 +MAN3+= gsasl_check_version.3 +MAN3+= gsasl_client_application_data_get.3 +MAN3+= gsasl_client_application_data_set.3 +MAN3+= gsasl_client_callback_anonymous_get.3 +MAN3+= gsasl_client_callback_anonymous_set.3 +MAN3+= gsasl_client_callback_authentication_id_get.3 +MAN3+= gsasl_client_callback_authentication_id_set.3 +MAN3+= gsasl_client_callback_authorization_id_get.3 +MAN3+= gsasl_client_callback_authorization_id_set.3 +MAN3+= gsasl_client_callback_maxbuf_get.3 +MAN3+= gsasl_client_callback_maxbuf_set.3 +MAN3+= gsasl_client_callback_passcode_get.3 +MAN3+= gsasl_client_callback_passcode_set.3 +MAN3+= gsasl_client_callback_password_get.3 +MAN3+= gsasl_client_callback_password_set.3 +MAN3+= gsasl_client_callback_pin_get.3 +MAN3+= gsasl_client_callback_pin_set.3 +MAN3+= gsasl_client_callback_qop_get.3 +MAN3+= gsasl_client_callback_qop_set.3 +MAN3+= gsasl_client_callback_realm_get.3 +MAN3+= gsasl_client_callback_realm_set.3 +MAN3+= gsasl_client_callback_service_get.3 +MAN3+= gsasl_client_callback_service_set.3 +MAN3+= gsasl_client_ctx_get.3 +MAN3+= gsasl_client_finish.3 +MAN3+= gsasl_client_listmech.3 +MAN3+= gsasl_client_mechlist.3 +MAN3+= gsasl_client_start.3 +MAN3+= gsasl_client_step.3 +MAN3+= gsasl_client_step_base64.3 +MAN3+= gsasl_client_suggest_mechanism.3 +MAN3+= gsasl_client_support_p.3 +MAN3+= gsasl_ctx_get.3 +MAN3+= gsasl_decode.3 +MAN3+= gsasl_done.3 +MAN3+= gsasl_encode.3 +MAN3+= gsasl_finish.3 +MAN3+= gsasl_hmac_md5.3 +MAN3+= gsasl_init.3 +MAN3+= gsasl_md5.3 +MAN3+= gsasl_md5pwd_get_password.3 +MAN3+= gsasl_randomize.3 +MAN3+= gsasl_server_application_data_get.3 +MAN3+= gsasl_server_application_data_set.3 +MAN3+= gsasl_server_callback_anonymous_get.3 +MAN3+= gsasl_server_callback_anonymous_set.3 +MAN3+= gsasl_server_callback_cipher_get.3 +MAN3+= gsasl_server_callback_cipher_set.3 +MAN3+= gsasl_server_callback_cram_md5_get.3 +MAN3+= gsasl_server_callback_cram_md5_set.3 +MAN3+= gsasl_server_callback_digest_md5_get.3 +MAN3+= gsasl_server_callback_digest_md5_set.3 +MAN3+= gsasl_server_callback_external_get.3 +MAN3+= gsasl_server_callback_external_set.3 +MAN3+= gsasl_server_callback_gssapi_get.3 +MAN3+= gsasl_server_callback_gssapi_set.3 +MAN3+= gsasl_server_callback_maxbuf_get.3 +MAN3+= gsasl_server_callback_maxbuf_set.3 +MAN3+= gsasl_server_callback_qop_get.3 +MAN3+= gsasl_server_callback_qop_set.3 +MAN3+= gsasl_server_callback_realm_get.3 +MAN3+= gsasl_server_callback_realm_set.3 +MAN3+= gsasl_server_callback_retrieve_get.3 +MAN3+= gsasl_server_callback_retrieve_set.3 +MAN3+= gsasl_server_callback_securid_get.3 +MAN3+= gsasl_server_callback_securid_set.3 +MAN3+= gsasl_server_callback_service_get.3 +MAN3+= gsasl_server_callback_service_set.3 +MAN3+= gsasl_server_callback_validate_get.3 +MAN3+= gsasl_server_callback_validate_set.3 +MAN3+= gsasl_server_ctx_get.3 +MAN3+= gsasl_server_finish.3 +MAN3+= gsasl_server_listmech.3 +MAN3+= gsasl_server_mechlist.3 +MAN3+= gsasl_server_start.3 +MAN3+= gsasl_server_step.3 +MAN3+= gsasl_server_step_base64.3 +MAN3+= gsasl_server_suggest_mechanism.3 +MAN3+= gsasl_server_support_p.3 +MAN3+= gsasl_step.3 +MAN3+= gsasl_step64.3 +MAN3+= gsasl_strerror.3 +MAN3+= gsasl_stringprep_nfkc.3 +MAN3+= gsasl_stringprep_saslprep.3 +MAN3+= gsasl_stringprep_trace.3 diff -urN /usr/ports/security/gsasl/distinfo security/gsasl/distinfo --- /usr/ports/security/gsasl/distinfo Thu Oct 30 17:35:43 2003 +++ security/gsasl/distinfo Wed Nov 26 00:38:06 2003 @@ -1 +1 @@ -MD5 (gsasl-0.0.8.tar.gz) = eae923fe86e38e4822f6d9e2459fe7de +MD5 (gsasl-0.0.10.tar.gz) = 82cbcdb210e911f77ae82cf91ceee088 diff -urN /usr/ports/security/gsasl/pkg-plist security/gsasl/pkg-plist --- /usr/ports/security/gsasl/pkg-plist Thu Oct 30 17:35:43 2003 +++ security/gsasl/pkg-plist Wed Nov 26 01:06:31 2003 @@ -2,11 +2,55 @@ include/gsasl.h lib/libgsasl.a lib/libgsasl.so -lib/libgsasl.so.4 +lib/libgsasl.so.5 libdata/pkgconfig/libgsasl.pc share/locale/sv/LC_MESSAGES/gsasl.mo -%%DOCSDIR%%/c4.html -%%DOCSDIR%%/gsasl-gsasl.html -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/a2496.html +%%PORTDOCS%%%%DOCSDIR%%/a2612.html +%%PORTDOCS%%%%DOCSDIR%%/c1101.html +%%PORTDOCS%%%%DOCSDIR%%/c1189.html +%%PORTDOCS%%%%DOCSDIR%%/c14.html +%%PORTDOCS%%%%DOCSDIR%%/c1704.html +%%PORTDOCS%%%%DOCSDIR%%/c1837.html +%%PORTDOCS%%%%DOCSDIR%%/c1990.html +%%PORTDOCS%%%%DOCSDIR%%/c2197.html +%%PORTDOCS%%%%DOCSDIR%%/c2440.html +%%PORTDOCS%%%%DOCSDIR%%/c2450.html +%%PORTDOCS%%%%DOCSDIR%%/c2455.html +%%PORTDOCS%%%%DOCSDIR%%/c2465.html +%%PORTDOCS%%%%DOCSDIR%%/c2468.html +%%PORTDOCS%%%%DOCSDIR%%/c2474.html +%%PORTDOCS%%%%DOCSDIR%%/c2479.html +%%PORTDOCS%%%%DOCSDIR%%/c2483.html +%%PORTDOCS%%%%DOCSDIR%%/c2487.html +%%PORTDOCS%%%%DOCSDIR%%/c2492.html +%%PORTDOCS%%%%DOCSDIR%%/c303.html +%%PORTDOCS%%%%DOCSDIR%%/c393.html +%%PORTDOCS%%%%DOCSDIR%%/c427.html +%%PORTDOCS%%%%DOCSDIR%%/c8.html +%%PORTDOCS%%%%DOCSDIR%%/i2706.html +%%PORTDOCS%%%%DOCSDIR%%/i2838.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/x1028.html +%%PORTDOCS%%%%DOCSDIR%%/x177.html +%%PORTDOCS%%%%DOCSDIR%%/x193.html +%%PORTDOCS%%%%DOCSDIR%%/x24.html +%%PORTDOCS%%%%DOCSDIR%%/x2429.html +%%PORTDOCS%%%%DOCSDIR%%/x256.html +%%PORTDOCS%%%%DOCSDIR%%/x2681.html +%%PORTDOCS%%%%DOCSDIR%%/x274.html +%%PORTDOCS%%%%DOCSDIR%%/x317.html +%%PORTDOCS%%%%DOCSDIR%%/x329.html +%%PORTDOCS%%%%DOCSDIR%%/x347.html +%%PORTDOCS%%%%DOCSDIR%%/x374.html +%%PORTDOCS%%%%DOCSDIR%%/x448.html +%%PORTDOCS%%%%DOCSDIR%%/x46.html +%%PORTDOCS%%%%DOCSDIR%%/x482.html +%%PORTDOCS%%%%DOCSDIR%%/x57.html +%%PORTDOCS%%%%DOCSDIR%%/x571.html +%%PORTDOCS%%%%DOCSDIR%%/x645.html +%%PORTDOCS%%%%DOCSDIR%%/x720.html +%%PORTDOCS%%%%DOCSDIR%%/x836.html +%%PORTDOCS%%%%DOCSDIR%%/x872.html +%%PORTDOCS%%%%DOCSDIR%%/x948.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 05:40:41 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B84D16A4CF for ; Fri, 28 Nov 2003 05:40:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A1043F3F for ; Fri, 28 Nov 2003 05:40:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASDeHFY062423 for ; Fri, 28 Nov 2003 05:40:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASDeHfC062422; Fri, 28 Nov 2003 05:40:17 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 05:40:17 -0800 (PST) Resent-Message-Id: <200311281340.hASDeHfC062422@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C2E16A4D3 for ; Fri, 28 Nov 2003 05:31:45 -0800 (PST) Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FFAA43FDF for ; Fri, 28 Nov 2003 05:31:42 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.217.38]) by hfep03.dion.ne.jp with SMTP id <20031128133133107.JEAW@hfep03.dion.ne.jp> for ; Fri, 28 Nov 2003 22:31:33 +0900 Message-Id: <20031128223019.26e36e5e.tkato@prontomail.com> Date: Fri, 28 Nov 2003 22:30:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59756: Update port: graphics/white_dune to 0.26.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 13:40:41 -0000 >Number: 59756 >Category: ports >Synopsis: Update port: graphics/white_dune to 0.26.1 >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 Nov 28 05:40:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.26.1 New file: files/patch-src::SDLjoystick::Makefile.in files/patch-src::SDLjoystick::bsd::SDL_sysjoystick.c Remove file: files/patch-src::Aflock.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/white_dune/Makefile graphics/white_dune/Makefile --- /usr/ports/graphics/white_dune/Makefile Tue Jul 1 17:12:01 2003 +++ graphics/white_dune/Makefile Fri Nov 28 21:05:20 2003 @@ -7,7 +7,7 @@ # PORTNAME= white_dune -PORTVERSION= 0.24.3 +PORTVERSION= 0.26.1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.csv.ica.uni-stuttgart.de/vrml/dune/ @@ -17,15 +17,15 @@ COMMENT= Graphical VRML97 Editor and animation tool LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + glut:${PORTSDIR}/graphics/libglut \ png.5:${PORTSDIR}/graphics/png -USE_REINPLACE= yes -USE_MESA= yes USE_MOTIF= yes +USE_GL= yes +USE_SDL= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ YACC="/usr/bin/byacc" CONFIGURE_ARGS= --with-optimization \ --without-devil \ @@ -33,10 +33,17 @@ --with-nurbssurfaceprotourl="${DOCSDIR}/vrml200x_nurbssurface/NurbsSurfacePROTO.wrl" ALL_TARGET= # empty -MAN1= dune.1 +MAN1= dune.1 -post-patch: - @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/src/stdafx.h +CPPFLAGS= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` \ + -DUSBHID_UCR_DATA +LDFLAGS= -L${LOCALBASE}/lib `${SDL_CONFIG} --libs` + +.include + +.if ${OSVERSION} >= 500111 +CPPFLAGS+= -DUSBHID_NEW +.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/dune ${PREFIX}/bin @@ -48,4 +55,4 @@ cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif -.include +.include diff -urN /usr/ports/graphics/white_dune/distinfo graphics/white_dune/distinfo --- /usr/ports/graphics/white_dune/distinfo Tue Jul 1 17:12:01 2003 +++ graphics/white_dune/distinfo Fri Nov 28 21:05:06 2003 @@ -1 +1 @@ -MD5 (white_dune-0.24pl3.tar.gz) = bcf9ca4c6602b724754dd3bb1efd2981 +MD5 (white_dune-0.26pl1.tar.gz) = 9f1bcbb0c933d78954ed3fb8b9ac0bf7 diff -urN /usr/ports/graphics/white_dune/files/patch-src::Aflock.cpp graphics/white_dune/files/patch-src::Aflock.cpp --- /usr/ports/graphics/white_dune/files/patch-src::Aflock.cpp Mon May 19 10:29:23 2003 +++ graphics/white_dune/files/patch-src::Aflock.cpp Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ ---- src/Aflock.cpp.orig Fri May 16 12:39:46 2003 -+++ src/Aflock.cpp Fri May 16 22:56:14 2003 -@@ -807,7 +807,9 @@ - #ifndef __sgi - # ifndef __sun - # ifndef __APPLE__ -+# ifndef __FreeBSD__ - termIoPort.c_lflag = N_TTY; -+# endif - # endif - # endif - #endif diff -urN /usr/ports/graphics/white_dune/files/patch-src::Makefile.in graphics/white_dune/files/patch-src::Makefile.in --- /usr/ports/graphics/white_dune/files/patch-src::Makefile.in Mon Sep 2 02:02:36 2002 +++ graphics/white_dune/files/patch-src::Makefile.in Fri Nov 28 21:05:06 2003 @@ -1,5 +1,5 @@ ---- src/Makefile.in.orig Tue Jul 16 23:42:39 2002 -+++ src/Makefile.in Tue Aug 20 05:03:35 2002 +--- src/Makefile.in.orig Tue Nov 25 01:30:34 2003 ++++ src/Makefile.in Tue Nov 25 15:07:52 2003 @@ -11,8 +11,8 @@ # WARNINGS = -Wall -Wwrite-strings # WARNINGS = -woff 3303 @@ -8,6 +8,6 @@ -CXXFLAGS = $(CFLAGS) +CFLAGS = @CFLAGS@ $(WARNINGS) -I. -Iswt/include @CPPFLAGS@ +CXXFLAGS = @CXXFLAGS@ $(WARNINGS) -I. -Iswt/include @CPPFLAGS@ - LIBS = @STATIC@ -Lswt/lib -lswt @LIBS@ + LIBS = @STATIC@ -Lswt/lib -lswt -LSDLjoystick @SDL_JOYSTICK_LIBS@ @LIBS@ + NEBULA = @NEBULA@ - .SUFFIXES: .cpp diff -urN /usr/ports/graphics/white_dune/files/patch-src::SDLjoystick::Makefile.in graphics/white_dune/files/patch-src::SDLjoystick::Makefile.in --- /usr/ports/graphics/white_dune/files/patch-src::SDLjoystick::Makefile.in Thu Jan 1 09:00:00 1970 +++ graphics/white_dune/files/patch-src::SDLjoystick::Makefile.in Fri Nov 28 21:05:06 2003 @@ -0,0 +1,27 @@ +--- src/SDLjoystick/Makefile.in.orig Tue Nov 25 01:30:45 2003 ++++ src/SDLjoystick/Makefile.in Tue Nov 25 15:23:59 2003 +@@ -13,7 +13,7 @@ + SDL_JOYSTICK_SUBDIR = @SDL_JOYSTICK_SUBDIR@ + LIBS = @LIBS@ + +-CFLAGS = @CFLAGS@ -I$$PWD ++CFLAGS = @CFLAGS@ -I$$PWD @CPPFLAGS@ + RANLIB = @RANLIB@ + + OBJS = mini_SDL_joystick.o $(SDL_JOYSTICK_SUBDIR)/SDL_sysjoystick.o +@@ -24,13 +24,13 @@ + $(RANLIB) $@ + + joysticktest: joysticktest.c libSDLjoystick.a +- cc -o $@ $(CFLAGS) joysticktest.c libSDLjoystick.a $(LIBS) ++ $(CC) -o $@ $(CFLAGS) joysticktest.c libSDLjoystick.a $(LIBS) + + clean: + rm -f joysticktest libSDLjoystick.a *.o */*.o + + depend: +- cc -M -I$$PWD $(SDL_JOYSTICK_SUBDIR)/SDL_sysjoystick.c >> Makefile ++ $(CC) -M -I$$PWD $(SDL_JOYSTICK_SUBDIR)/SDL_sysjoystick.c >> Makefile + + # do not delete + diff -urN /usr/ports/graphics/white_dune/files/patch-src::SDLjoystick::bsd::SDL_sysjoystick.c graphics/white_dune/files/patch-src::SDLjoystick::bsd::SDL_sysjoystick.c --- /usr/ports/graphics/white_dune/files/patch-src::SDLjoystick::bsd::SDL_sysjoystick.c Thu Jan 1 09:00:00 1970 +++ graphics/white_dune/files/patch-src::SDLjoystick::bsd::SDL_sysjoystick.c Fri Nov 28 21:05:06 2003 @@ -0,0 +1,21 @@ +--- src/SDLjoystick/bsd/SDL_sysjoystick.c.orig Tue Nov 25 01:30:44 2003 ++++ src/SDLjoystick/bsd/SDL_sysjoystick.c Tue Nov 25 21:30:52 2003 +@@ -39,9 +39,6 @@ + #include + #include + +-#if defined(HAVE_USB_H) +-#include +-#endif + #include + #include + +@@ -51,6 +48,8 @@ + #include + #elif defined(HAVE_LIBUSBHID_H) + #include ++#elif defined(HAVE_USB_H) ++#include + #endif + + #include "SDL_error.h" diff -urN /usr/ports/graphics/white_dune/pkg-plist graphics/white_dune/pkg-plist --- /usr/ports/graphics/white_dune/pkg-plist Tue Jul 1 17:12:01 2003 +++ graphics/white_dune/pkg-plist Fri Nov 28 21:05:06 2003 @@ -14,23 +14,27 @@ %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmancordlessgamepad.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad.sh.html +%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_linux_SDLjoystick.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_m$windows.bat %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_m$windows.bat.html +%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_macosx.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_example.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_example.sh.html %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_irix6.2_example.sh %%PORTDOCS%%%%DOCSDIR%%/deutsch.jpg %%PORTDOCS%%%%DOCSDIR%%/developer_docs/Doxyfile.in -%%PORTDOCS%%%%DOCSDIR%%/developer_docs/Doxyf %%PORTDOCS%%%%DOCSDIR%%/developer_docs/Makefile %%PORTDOCS%%%%DOCSDIR%%/developer_docs/deutsch.jpg +%%PORTDOCS%%%%DOCSDIR%%/developer_docs/dialog.jpg %%PORTDOCS%%%%DOCSDIR%%/developer_docs/dune.png %%PORTDOCS%%%%DOCSDIR%%/developer_docs/dune_developer.html %%PORTDOCS%%%%DOCSDIR%%/developer_docs/man2html.sh +%%PORTDOCS%%%%DOCSDIR%%/developer_docs/mkdoxygen.sh %%PORTDOCS%%%%DOCSDIR%%/developer_docs/png2jpg.sh %%PORTDOCS%%%%DOCSDIR%%/developer_docs/standard.jpg %%PORTDOCS%%%%DOCSDIR%%/english.jpg %%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/russian.jpg %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/billboard.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/bubble.wav %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/camera_animation.wrl @@ -46,6 +50,7 @@ %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/test2.jpg %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/text_change.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/texture_change.wrl +%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/worldcoordmessurement.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/elevator_proximity_trigger.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/forward_kinematic_animation.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/forward_kinematic_spheresensor.wrl @@ -70,14 +75,24 @@ %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_onetime.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_onetime2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_recording.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box2nurbsdialog.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/cassettenrecorder.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/center.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/closedpeak.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/colorcircle1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/colorcircle2.png +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/controlpoint.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/cosmo_colorpervertex.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/cosmo_no_colorpervertex.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/crash.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/crashrestore.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/cylinder.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/cylinderedge.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset1.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset2.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset3.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset4.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/delete_keys1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/delete_keys2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/delete_keys3.jpg @@ -92,6 +107,8 @@ %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en_exercise.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_interaktion.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_no_colorpervertex.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_ru.html +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dunes.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fieldchange.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fieldchange1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fieldchange2.jpg @@ -100,10 +117,32 @@ %%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_3D_move.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_3D_rot.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_sidewinder.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/knot.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface1side.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface2side.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/navigation.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/near_far.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/node_add_invalid.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/node_add_valid.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurve.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurve_scenegraph.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurvedialog.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurverotation2.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurverotationy.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup1.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup2.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup3.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup4.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup5.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup6.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsrotationdialog.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsrotationsurface.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsrotationsurface2.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsurface1.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsurface2.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/oneboxnurbs.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/order.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/recording.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/recording_one.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/rocket.jpg @@ -134,13 +173,33 @@ %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild7.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild8.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild9.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sixboxnurbs.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/spaceball.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset1.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset2.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset3.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset4.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset5.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric1.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric2.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess0.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess11.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess181.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess3.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/timesensor.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/transform.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/transform2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/up_down.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/urledit.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/weight.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/windows.png +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfight1.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfight2.jpg +%%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfightok.jpg +%%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsCurve.wrl +%%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsCurvePROTO.wrl +%%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsGroup.wrl +%%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsGroupPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsSurface.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsSurfacePROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsSurface_example.wrl >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 06:50:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5423016A4CE for ; Fri, 28 Nov 2003 06:50:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B473E43FDD for ; Fri, 28 Nov 2003 06:50:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASEoKFY070236 for ; Fri, 28 Nov 2003 06:50:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASEoK6g070235; Fri, 28 Nov 2003 06:50:20 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 06:50:20 -0800 (PST) Resent-Message-Id: <200311281450.hASEoK6g070235@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sten Poldma Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 951BA16A4CE for ; Fri, 28 Nov 2003 06:42:31 -0800 (PST) Received: from vault.chamber.ee (vault.chamber.ee [195.50.209.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52AAD44028 for ; Fri, 28 Nov 2003 06:41:37 -0800 (PST) (envelope-from exile@vault.chamber.ee) Received: from vault.chamber.ee (vault [195.50.209.91]) by vault.chamber.ee (8.12.9p2/8.12.5) with ESMTP id hASEeuM4016579 for ; Fri, 28 Nov 2003 16:40:56 +0200 (EET) (envelope-from exile@vault.chamber.ee) Received: (from exile@localhost) by vault.chamber.ee (8.12.9p2/8.12.5/Submit) id hASEetRQ016578; Fri, 28 Nov 2003 16:40:55 +0200 (EET) Message-Id: <200311281440.hASEetRQ016578@vault.chamber.ee> Date: Fri, 28 Nov 2003 16:40:55 +0200 (EET) From: Sten Poldma To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59760: [maintainer update] Port change: zed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sten Poldma List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 14:50:23 -0000 >Number: 59760 >Category: ports >Synopsis: [maintainer update] Port change: zed >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 Nov 28 06:50:19 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sten Poldma >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD vault.chamber.ee 4.9-STABLE FreeBSD 4.9-STABLE #2: Tue Nov 25 19:28:26 EET 2003 exile@vault.chamber.ee:/usr/obj/usr/src/sys/VAULT i386 >Description: Change in port: zed console text editor, highly configurable. Current version of the port has problem of applying patch-zed.h possible change in the original packet. Additionally FreeBSD specific fix was done to main.cc which remedies the problem of Zombie childs upon using the built in shell/make utility which uses fork(). o Pumped the portrevision. o Added last modification time to Makefile Tested under FreeBSD-4.x branch, no idea about 5.x >How-To-Repeat: Current port refused to cleanly apply patches >Fix: # Enclosed is the diff file against the old port --- zed.diff-1.0.5_1 begins here --- diff -ruN zed.bak/Makefile zed/Makefile --- zed.bak/Makefile Tue Feb 25 22:34:23 2003 +++ zed/Makefile Fri Nov 28 12:30:31 2003 @@ -1,5 +1,6 @@ # New ports collection makefile for: zed # Date created: 4 June 2002 +# Last modified: 28 November 2003 # Whom: Sten Poldma # # $FreeBSD: ports/editors/zed/Makefile,v 1.4 2003/02/21 11:38:28 knu Exp $ @@ -7,6 +8,7 @@ PORTNAME= zed PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://zed.c3po.it/ diff -ruN zed.bak/files/patch-main.cc zed/files/patch-main.cc --- zed.bak/files/patch-main.cc Thu Jan 1 03:00:00 1970 +++ zed/files/patch-main.cc Fri Nov 28 16:18:33 2003 @@ -0,0 +1,61 @@ +--- main.cc.orig Fri Nov 28 16:17:58 2003 ++++ main.cc Fri Nov 28 14:44:27 2003 +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + #ifdef X11 + #include + #endif +@@ -91,6 +92,8 @@ + + /***************************************************************************/ + ++int fork2(); ++ + void resetcfg(int flag,char *str) + { + if (config.keys==(unsigned int *)0xffffffff) config.keys=0; +@@ -554,7 +557,7 @@ + + if (piped) pipe(pp); else deinit(); // ripristino i settaggi del terminale + +- if ((pid=fork())==0) ++ if ((pid=fork2())==0) + { // figlio + char *argv[100]; + int argc=0; +@@ -1352,6 +1355,32 @@ + deinit(); + + return(0); ++} ++ ++int fork2() { ++ pid_t pid; ++ int status; ++ ++ if (!(pid = fork())) { ++ switch (fork()) { ++ case 0: return 0; ++ case -1: _exit(errno); /* assumes all errnos are <256 */ ++ default: _exit(0); ++ } ++ } ++ ++ if (pid < 0 || waitpid(pid,&status,0) < 0) ++ return -1; ++ ++ if (WIFEXITED(status)) ++ if (WEXITSTATUS(status) == 0) ++ return 1; ++ else ++ errno = WEXITSTATUS(status); ++ else ++ errno = EINTR; /* well, sort of :-) */ ++ ++ return -1; + } + + /***************************************************************************/ diff -ruN zed.bak/files/patch-zed.h zed/files/patch-zed.h --- zed.bak/files/patch-zed.h Fri Nov 28 10:27:09 2003 +++ zed/files/patch-zed.h Fri Nov 28 10:37:14 2003 @@ -1,13 +1,11 @@ ---- zed.h.orig Sun Nov 17 22:35:46 2002 -+++ zed.h Sun Nov 17 22:35:09 2002 -@@ -123,8 +123,8 @@ +--- zed.h Fri Nov 28 10:31:49 2003 ++++ zed.h.new Fri Nov 28 10:32:57 2003 +@@ -123,7 +123,7 @@ int lung; char dati[0]; // puntatore ai dati - friend editor; // solo pero' all'interno di ZED.H -- friend list; + friend class editor; // solo pero' all'interno di ZED.H -+ friend class list; + friend class list; }; - protected: --- zed.diff-1.0.5_1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 07:20:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7934F16A4CF for ; Fri, 28 Nov 2003 07:20:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5853343FE5 for ; Fri, 28 Nov 2003 07:20:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASFKKFY074416 for ; Fri, 28 Nov 2003 07:20:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASFKKKk074415; Fri, 28 Nov 2003 07:20:20 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 07:20:20 -0800 (PST) Resent-Message-Id: <200311281520.hASFKKKk074415@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nick Leuta Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF05016A4CE for ; Fri, 28 Nov 2003 07:10:29 -0800 (PST) Received: from falcon.lipetsk.ru (falcon.lipetsk.ru [195.34.224.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id D05FD43FEC for ; Fri, 28 Nov 2003 07:10:25 -0800 (PST) (envelope-from skynick@stu.lipetsk.ru) Received: from lstu by falcon.lipetsk.ru with UUCP id ; Fri, 28 Nov 2003 18:10:20 +0300 Received: from chuck2.lstu (chuck2.lstu [192.168.15.7]) by maverick.stu.int (8.9.3/8.8.5) with ESMTP id RAA14119 +0300 (MSK) Received: by chuck2.lstu (Postfix, from userid 1000) id 4ED5F49A29; Fri, 28 Nov 2003 18:00:02 +0300 (MSK) Message-Id: <20031128150002.4ED5F49A29@chuck2.lstu> Date: Fri, 28 Nov 2003 18:00:02 +0300 (MSK) From: Nick Leuta To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59761: [maintainer update] ftp/bsdftpd-ssl from 0.6.3 to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nick Leuta List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 15:20:23 -0000 >Number: 59761 >Category: ports >Synopsis: [maintainer update] ftp/bsdftpd-ssl from 0.6.3 to 1.0.0 >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 Nov 28 07:20:18 PST 2003 >Closed-Date: >Last-Modified: >Originator: Nick Leuta >Release: FreeBSD 4.9-RC i386 >Organization: Lipetsk State Technical University >Environment: System: FreeBSD skynick.stu.lipetsk.ru 4.9-RC FreeBSD 4.9-RC #0: Sun Nov 23 19:53:55 MSK 2003 root@skynick.stu.lipetsk.ru:/usr/src/sys/compile/CORSAIR i386 >Description: It's an update to the new (1.0.0) version of the software. ChangeLog is available at http://bsdftpd-ssl.sc.ru/events.html >How-To-Repeat: >Fix: diff -urN bsdftpd-ssl.ORI/Makefile bsdftpd-ssl/Makefile --- bsdftpd-ssl.ORI/Makefile Sat Sep 6 04:14:11 2003 +++ bsdftpd-ssl/Makefile Thu Nov 27 01:18:46 2003 @@ -6,17 +6,17 @@ # PORTNAME= bsdftpd-ssl -PORTVERSION= 0.6.3 +PORTVERSION= 1.0.0 CATEGORIES= ftp -MASTER_SITES= http://bsdftpd-ssl.sc.ru/files/bsdftpd-ssl/archive/0.6/src/ -DISTNAME= bsdftpd-6.0-ssl-${PORTVERSION} +MASTER_SITES= http://bsdftpd-ssl.sc.ru/files/bsdftpd-ssl/archive/1.0/src/ +DISTNAME= bsdftpd-ssl-${PORTVERSION} MAINTAINER= skynick@mail.sc.ru # Client only part .if defined(CLIENT_ONLY) PKGNAMESUFFIX= -client -COMMENT= FTP command-line client utility with TLS/SSL support +COMMENT= FTP command-line client utility with the TLS/SSL support DESCR= ${FILESDIR}/pkg-descr.client PLIST= ${FILESDIR}/pkg-plist.client .endif @@ -24,7 +24,8 @@ MAN1= ftps.1 # Server part .if !defined(CLIENT_ONLY) -COMMENT= FTP server with TLS/SSL support +COMMENT= Secure FTP server with the TLS/SSL support +MAN5= ftpchroot.5 MAN8= ftpd.8 MLINKS= ftpd.8 ftpd-ssl.8 PKGMESSAGE= ${FILESDIR}/pkg-message.server @@ -63,6 +64,7 @@ # Server part .if !defined(CLIENT_ONLY) ${INSTALL_PROGRAM} ${WRKSRC}/ftpd/ftpd ${PREFIX}/libexec/ftpd + ${INSTALL_MAN} ${WRKSRC}/ftpd/ftpchroot.5.gz ${MANDIR}5/ftpchroot.5.gz ${INSTALL_MAN} ${WRKSRC}/ftpd/ftpd.8.gz ${MANDIR}8/ftpd.8.gz .endif @@ -87,7 +89,7 @@ ${MKDIR} ${DOCDIR}/cert ${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-nopass.sh ${DOCDIR}/cert/cert-nopass.sh ${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-pass.sh ${DOCDIR}/cert/cert-pass.sh - ${INSTALL_SCRIPT} -p ${WRKSRC}/cert/dummy.sh ${DOCDIR}/cert/dummy.sh + ${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-dummy.sh ${DOCDIR}/cert/cert-dummy.sh ${INSTALL_SCRIPT} -p ${WRKSRC}/cert/xCA.sh ${DOCDIR}/cert/xCA.sh .endif .if !defined(CLIENT_ONLY) diff -urN bsdftpd-ssl.ORI/distinfo bsdftpd-ssl/distinfo --- bsdftpd-ssl.ORI/distinfo Sat Sep 6 04:14:11 2003 +++ bsdftpd-ssl/distinfo Thu Nov 27 01:20:41 2003 @@ -1 +1 @@ -MD5 (bsdftpd-6.0-ssl-0.6.3.tar.gz) = 77d35b30da7127e1a8bb1fa93febebbd +MD5 (bsdftpd-ssl-1.0.0.tar.gz) = 745befccb117d08aa0e37ea592dfb48c diff -urN bsdftpd-ssl.ORI/files/patch-ftpd::popen.c bsdftpd-ssl/files/patch-ftpd::popen.c --- bsdftpd-ssl.ORI/files/patch-ftpd::popen.c Tue Oct 21 18:43:28 2003 +++ bsdftpd-ssl/files/patch-ftpd::popen.c Thu Jan 1 03:00:00 1970 @@ -1,12 +0,0 @@ -diff -urN ftpd/popen.c.ORI ftpd/popen.c ---- ftpd/popen.c.ORI Mon Dec 17 12:21:41 2001 -+++ ftpd/popen.c Fri Oct 17 02:27:29 2003 -@@ -64,7 +64,7 @@ - #include "pathnames.h" - #include - #include --#include -+#include - #endif - - #define MAXUSRARGS 100 diff -urN bsdftpd-ssl.ORI/files/pkg-descr.client bsdftpd-ssl/files/pkg-descr.client --- bsdftpd-ssl.ORI/files/pkg-descr.client Sun Apr 6 19:06:19 2003 +++ bsdftpd-ssl/files/pkg-descr.client Thu Nov 27 01:00:14 2003 @@ -1,7 +1,10 @@ -BSDftpd-ssl is a TLS/SSL-enhanced FTP server. This package contains -command-line FTP client utility (ftps). The TLS/SSL enhancement allows RFC2228 -"FTP Security Extensions"-compliant TLS/SSL support for both control and data -connections; with standard FTP servers this software operates as the standard -FTP client. +This is an implementation of the command-line FTP client that supports industry +standard TLS/SSL encryption and authentication for whole FTP sessions and data +transfers. It is compatible with the original FTP protocol, which is described +in RFC 959, and the TLS/SSL enhancement allows RFC 2228-compliant TLS/SSL +protection for both control and data channels. + +This package contains the FTP client utility, an essential documentation, and +also script programs for a basic X.509 certificate management. WWW: http://bsdftpd-ssl.sc.ru diff -urN bsdftpd-ssl.ORI/files/pkg-plist.client bsdftpd-ssl/files/pkg-plist.client --- bsdftpd-ssl.ORI/files/pkg-plist.client Sun Apr 6 19:06:19 2003 +++ bsdftpd-ssl/files/pkg-plist.client Thu Nov 27 01:03:57 2003 @@ -5,7 +5,7 @@ %%PORTDOCS%%share/doc/bsdftpd-ssl-client/ChangeLog %%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-nopass.sh %%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-pass.sh -%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/dummy.sh +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-dummy.sh %%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/xCA.sh %%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/README %%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/cert-basics.txt diff -urN bsdftpd-ssl.ORI/pkg-descr bsdftpd-ssl/pkg-descr --- bsdftpd-ssl.ORI/pkg-descr Sun Apr 6 19:06:19 2003 +++ bsdftpd-ssl/pkg-descr Thu Nov 27 01:06:42 2003 @@ -1,7 +1,11 @@ -BSDftpd-ssl is a TLS/SSL-enhanced FTP server. The TLS/SSL enhancement allows -RFC2228 "FTP Security Extensions"-compliant TLS/SSL support for both control -and data connections. This package contains FTP server (ftpd) and command-line -FTP client utility (ftps). Server and client are fully compatible with standard -FTP protocol. +BSDftpd-ssl is the secure FTP server that supports industry standard TLS/SSL +encryption and authentication for whole FTP sessions and data transfers. This +implementation is compatible with the original FTP protocol, which is described +in RFC 959, and the TLS/SSL enhancement allows RFC 2228-compliant TLS/SSL +protection for both control and data channels. + +This package contains the secure FTP server, the command-line TLS/SSL-aware FTP +client utility, an essential documentation, and also script programs for a +basic X.509 certificate management. WWW: http://bsdftpd-ssl.sc.ru diff -urN bsdftpd-ssl.ORI/pkg-plist bsdftpd-ssl/pkg-plist --- bsdftpd-ssl.ORI/pkg-plist Sun Apr 6 19:06:19 2003 +++ bsdftpd-ssl/pkg-plist Thu Nov 27 01:06:59 2003 @@ -6,7 +6,7 @@ %%PORTDOCS%%share/doc/bsdftpd-ssl/ChangeLog %%PORTDOCS%%share/doc/bsdftpd-ssl/cert/cert-nopass.sh %%PORTDOCS%%share/doc/bsdftpd-ssl/cert/cert-pass.sh -%%PORTDOCS%%share/doc/bsdftpd-ssl/cert/dummy.sh +%%PORTDOCS%%share/doc/bsdftpd-ssl/cert/cert-dummy.sh %%PORTDOCS%%share/doc/bsdftpd-ssl/cert/xCA.sh %%PORTDOCS%%share/doc/bsdftpd-ssl/docs/README %%PORTDOCS%%share/doc/bsdftpd-ssl/docs/cert-basics.txt >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 07:40:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D44616A4CE for ; Fri, 28 Nov 2003 07:40:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6180243FEA for ; Fri, 28 Nov 2003 07:40:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASFe9FY077926 for ; Fri, 28 Nov 2003 07:40:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASFe95X077925; Fri, 28 Nov 2003 07:40:09 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 07:40:09 -0800 (PST) Resent-Message-Id: <200311281540.hASFe95X077925@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robin Breathe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73FF516A4CE for ; Fri, 28 Nov 2003 07:33:44 -0800 (PST) Received: from mx.dsl.isometry.net (cpc3-oxfd2-6-0-cust207.oxfd.cable.ntl.com [81.103.193.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F57A43F3F for ; Fri, 28 Nov 2003 07:33:43 -0800 (PST) (envelope-from isometry@mx.dsl.isometry.net) Received: by mx.dsl.isometry.net (Postfix, from userid 1000) id DDE2EF4; Fri, 28 Nov 2003 15:33:39 +0000 (UTC) Message-Id: <20031128153339.DDE2EF4@mx.dsl.isometry.net> Date: Fri, 28 Nov 2003 15:33:39 +0000 (UTC) From: Robin Breathe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59762: Update port: mail/dovecot to 0.9.10.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 15:40:11 -0000 >Number: 59762 >Category: ports >Synopsis: Update port: mail/dovecot to 0.9.10.4 >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 Nov 28 07:40:08 PST 2003 >Closed-Date: >Last-Modified: >Originator: Robin Breathe >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: Update to version 0.99.10.4: - SUBSCRIBE broke subscription lists - LIST code rewritten, children flags should be correct now - SORT and THREAD could have given invalid replies - Partial BODY[...] fetches might have returned wrong data or at least performed worse than necessary - Fixed reference counters in imap-login and pop3-login. IMAP AUTHENTICATE and POP3 AUTH commands could have left the process stuck doing nothing forever. >How-To-Repeat: >Fix: --- dovecot-0.9.10.4.patch begins here --- --- Makefile.dist Fri Nov 28 13:33:12 2003 +++ Makefile Fri Nov 28 13:33:48 2003 @@ -6,7 +6,7 @@ # PORTNAME= dovecot -PORTVERSION= 0.99.10.2 +PORTVERSION= 0.99.10.4 CATEGORIES= mail ipv6 MASTER_SITES= http://dovecot.procontrol.fi/ --- distinfo.dist Fri Nov 28 13:33:23 2003 +++ distinfo Fri Nov 28 13:38:02 2003 @@ -1 +1 @@ -MD5 (dovecot-0.99.10.2.tar.gz) = d7a8783faea2654dcbb3770be9e4922d +MD5 (dovecot-0.99.10.4.tar.gz) = 81eda7985e99d28acd6d286aa0e13e07 --- dovecot-0.9.10.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 08:11:37 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA76A16A4CE; Fri, 28 Nov 2003 08:11:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4912643F75; Fri, 28 Nov 2003 08:11:37 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASGBbFY081959; Fri, 28 Nov 2003 08:11:37 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASGBbRB081955; Fri, 28 Nov 2003 08:11:37 -0800 (PST) (envelope-from sergei) Date: Fri, 28 Nov 2003 08:11:37 -0800 (PST) From: Sergei Kolobov Message-Id: <200311281611.hASGBbRB081955@freefall.freebsd.org> To: robin@isometry.net, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59762: Update port: mail/dovecot to 0.9.10.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 16:11:38 -0000 Synopsis: Update port: mail/dovecot to 0.9.10.4 State-Changed-From-To: open->analyzed State-Changed-By: sergei State-Changed-When: Fri Nov 28 08:09:41 PST 2003 State-Changed-Why: I have tested the update. Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Fri Nov 28 08:09:41 PST 2003 Responsible-Changed-Why: I'll commit it after the freeze. http://www.freebsd.org/cgi/query-pr.cgi?pr=59762 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 08:20:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 032D716A4CF for ; Fri, 28 Nov 2003 08:20:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1015B43FE0 for ; Fri, 28 Nov 2003 08:20:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASGKJFY082111 for ; Fri, 28 Nov 2003 08:20:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASGKJcr082110; Fri, 28 Nov 2003 08:20:19 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 08:20:19 -0800 (PST) Resent-Message-Id: <200311281620.hASGKJcr082110@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Dupre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DC2016A4CE; Fri, 28 Nov 2003 08:19:05 -0800 (PST) Received: from relay.gufi.org (civetta.gufi.org [212.110.23.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4DF743F3F; Fri, 28 Nov 2003 08:18:53 -0800 (PST) (envelope-from alex@armada.alexdupre.com) Received: from armada.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by relay.gufi.org (Postfix) with ESMTP id 0477B20FE9; Fri, 28 Nov 2003 17:18:52 +0100 (CET) Received: from armada.alexdupre.com (armada.alexdupre.com [192.168.0.177]) hASGIpMN065292; Fri, 28 Nov 2003 17:18:51 +0100 (CET) (envelope-from alex@armada.alexdupre.com) Received: (from alex@localhost) by armada.alexdupre.com (8.12.10/8.12.10/Submit) id hASGIpcp065291; Fri, 28 Nov 2003 17:18:51 +0100 (CET) (envelope-from alex) Message-Id: <200311281618.hASGIpcp065291@armada.alexdupre.com> Date: Fri, 28 Nov 2003 17:18:51 +0100 (CET) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: oliver@FreeBSD.org Subject: ports/59763: [Update] Port: mail/sqwebmail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Dupre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 16:20:23 -0000 >Number: 59763 >Category: ports >Synopsis: [Update] Port: mail/sqwebmail >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 28 08:20:19 PST 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD armada.alexdupre.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Fri Nov 21 17:45:13 CET 2003 alex@armada.alexdupre.com:/usr/obj/usr/src/sys/ARMADA i386 >Description: Update sqWebMail to 3.6.2 release. Add WITHOUT_IMAP knob. Add startup script for the new sqwebmaild daemon. >How-To-Repeat: >Fix: --- sqwebmail.diff begins here --- diff -ruN sqwebmail.orig/Makefile sqwebmail/Makefile --- sqwebmail.orig/Makefile Fri Nov 28 16:28:19 2003 +++ sqwebmail/Makefile Fri Nov 28 17:09:48 2003 @@ -6,7 +6,7 @@ # PORTNAME= sqwebmail -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.2 PORTREVISION= 0 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -47,6 +47,7 @@ # set WITH_TIMEOUTHARD to something other than 7200 seconds (2hr) # set WITH_TIMEOUTSOFT to something other than 1200 seconds (20m) # set WITHOUT_SENTRENAME to turn off periodic renaming of the Sent folder +# set WITHOUT_IMAP if you don't use the Courier IMAP server # set VCHKPW to the home of the vpopmail user, if necessary # # The following settings are in bytes: @@ -127,6 +128,10 @@ CONFIGURE_ARGS+= --disable-autorenamesent .endif +.if defined(WITHOUT_IMAP) +CONFIGURE_ARGS+= --disable-utf7-folder-encoding +.endif + .if defined(WITH_MYSQL) CONFIGURE_ARGS+= --with-authmysql PLIST_SUB+= MYSQLFLAG="" @@ -202,8 +207,10 @@ @${REINPLACE_CMD} -e 's|^case x$$lockmethod in|${TEST} \&\& &|g' \ ${WRKSRC}/liblock/configure -.if !defined(WITHOUT_AUTHDAEMON) post-install: + ${INSTALL_SCRIPT} ${FILESDIR}/sqwebmail-sqwebmaild.sh \ + ${PREFIX}/etc/rc.d/ +.if !defined(WITHOUT_AUTHDAEMON) ${INSTALL_SCRIPT} ${FILESDIR}/sqwebmail-authdaemond.sh \ ${PREFIX}/etc/rc.d/ .endif diff -ruN sqwebmail.orig/distinfo sqwebmail/distinfo --- sqwebmail.orig/distinfo Fri Nov 28 16:28:19 2003 +++ sqwebmail/distinfo Fri Nov 28 16:29:34 2003 @@ -1 +1 @@ -MD5 (sqwebmail-3.6.1.tar.bz2) = e0bd529a28798dcc9783377ddabdac6e +MD5 (sqwebmail-3.6.2.tar.bz2) = 7e5c19c4c1ba86e0c96408d5674c7f90 diff -ruN sqwebmail.orig/files/sqwebmail-sqwebmaild.sh sqwebmail/files/sqwebmail-sqwebmaild.sh --- sqwebmail.orig/files/sqwebmail-sqwebmaild.sh Thu Jan 1 01:00:00 1970 +++ sqwebmail/files/sqwebmail-sqwebmaild.sh Fri Nov 28 16:50:23 2003 @@ -0,0 +1,21 @@ +#!/bin/sh + +if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then + echo "$0: Cannot determine the PREFIX" >&2 + exit 1 +fi + +case "$1" in +start) + ${PREFIX}/libexec/sqwebmail/sqwebmail/sqwebmaild start > /dev/null && echo -n ' sqwebmaild' + ;; +stop) + ${PREFIX}/libexec/sqwebmail/sqwebmail/sqwebmaild stop > /dev/null && echo -n ' sqwebmaild' + ;; +*) + echo "Usage: `basename $0` {start|stop}" >&2 + ;; +esac + +exit 0 + diff -ruN sqwebmail.orig/pkg-plist sqwebmail/pkg-plist --- sqwebmail.orig/pkg-plist Fri Nov 28 16:28:19 2003 +++ sqwebmail/pkg-plist Fri Nov 28 16:51:06 2003 @@ -1,4 +1,5 @@ %%AUTHDFLAG%%etc/rc.d/sqwebmail-authdaemond.sh +etc/rc.d/sqwebmail-sqwebmaild.sh libexec/sqwebmail/authlib/authcram libexec/sqwebmail/authlib/authcustom %%AUTHDFLAG%%libexec/sqwebmail/authlib/authdaemon @@ -17,6 +18,7 @@ libexec/sqwebmail/sqwebmail/makemime libexec/sqwebmail/sqwebmail/pcpd libexec/sqwebmail/sqwebmail/reformime +libexec/sqwebmail/sqwebmail/sqwebmaild %%AUTHDFLAG%%share/sqwebmail/authdaemonrc.dist share/sqwebmail/authmodulelist %%MYSQLFLAG%%share/sqwebmail/authmysqlrc.dist @@ -69,6 +71,7 @@ share/sqwebmail/html/en-us/quickadd.html share/sqwebmail/html/en-us/readmsg.html share/sqwebmail/html/en-us/redirect.html +share/sqwebmail/html/en-us/smileys.txt share/sqwebmail/html/en-us/spellchk.html share/sqwebmail/ldapaddressbook.dist share/sqwebmail/ldapsearch @@ -99,37 +102,50 @@ %%CGIBINDIR%%/%%CGIBINSUBDIR%%/sqwebmail @unexec /bin/rmdir %D/%%CGIBINDIR%%/%%CGIBINSUBDIR%% 2> /dev/null || true @unexec /bin/rmdir %D/%%CGIBINDIR%% 2> /dev/null || true -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/bg.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/bluebottomleft.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/bluebottomright.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/bluetopleft.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/bluetopright.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/calendar.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/cancel.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/folder.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/folder2.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/folders.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/forward.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/forwardatt.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/fullheaders.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/graybottomleft.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/graybottomright.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/graytopleft.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/graytopright.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/left.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/left2.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/logo.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/print.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/reply.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/replyall.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/replylist.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/right.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/right2.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/save.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/sep.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/signin.gif +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/bg.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/bluebottomleft.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/bluebottomright.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/bluetopleft.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/bluetopright.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/calendar.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/cancel.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/eventadd.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/eventedit.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/first.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/folder.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/folder2.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/folders.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/forward.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/forwardatt.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/fullheaders.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/graybottomleft.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/graybottomright.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/graytopleft.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/graytopright.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/last.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/left.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/left2.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/logo.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/print.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/reply.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/replyall.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/replylist.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/right.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/right2.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/save.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/sep.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/signin.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/sm-frowney.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/sm-frowney2.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/sm-notsmiley.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/sm-notsmiley2.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/sm-ohno.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/sm-smiley.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/sm-smiley2.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/sm-wink.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/sm-wink2.png %%WEBDATADIR%%/%%WEBDATASUBDIR%%/sqwebmail.css -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/trash2.gif -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/uncancel.gif +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/trash2.png +%%WEBDATADIR%%/%%WEBDATASUBDIR%%/uncancel.png @unexec /bin/rmdir %D/%%WEBDATADIR%%/%%WEBDATASUBDIR%% 2> /dev/null || true @unexec /bin/rmdir %D/%%WEBDATADIR%% 2> /dev/null || true --- sqwebmail.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 08:32:01 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D256116A4CE for ; Fri, 28 Nov 2003 08:32:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBECC43FA3 for ; Fri, 28 Nov 2003 08:31:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASGUQFY082443 for ; Fri, 28 Nov 2003 08:30:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASGUQ5t082442; Fri, 28 Nov 2003 08:30:26 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 08:30:26 -0800 (PST) Resent-Message-Id: <200311281630.hASGUQ5t082442@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Melvyn Sopacua Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02CFE16A4CE for ; Fri, 28 Nov 2003 08:20:22 -0800 (PST) Received: from ghost.lan.webteckies.org (node123e0.a2000.nl [24.132.35.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90E0743FE9 for ; Fri, 28 Nov 2003 08:20:20 -0800 (PST) (envelope-from root@webteckies.org) Received: by ghost.lan.webteckies.org (Postfix, from userid 0) id 3D9F021B43; Fri, 28 Nov 2003 17:20:18 +0100 (CET) Message-Id: <20031128162018.3D9F021B43@ghost.lan.webteckies.org> Date: Fri, 28 Nov 2003 17:20:18 +0100 (CET) From: Melvyn Sopacua To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: MAINTAINER Subject: ports/59764: Checksum update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 16:32:01 -0000 >Number: 59764 >Category: ports >Synopsis: Checksum update >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 28 08:30:26 PST 2003 >Closed-Date: >Last-Modified: >Originator: Melvyn Sopacua >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD ghost.lan.webteckies.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Thu Nov 27 14:32:53 CET 2003 root@ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST i386 >Description: Apparently, phpBB developers thought it was wise, to replace phpBB 2.0.6 distfiles with a new one, fixing a security issue. See: http://www.phpbb.com/phpBB/viewtopic.php?t=153818 >How-To-Repeat: (cd /usr/ports/www/phpbb && make extract) >Fix: Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/phpbb/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 17 Sep 2003 18:14:52 -0000 1.6 +++ distinfo 28 Nov 2003 16:19:41 -0000 @@ -1 +1 @@ -MD5 (phpBB-2.0.6.tar.bz2) = ee73baaac8f2f72c2a1d879ea811bd07 +MD5 (phpBB-2.0.6.tar.bz2) = 6574f13e2c7b66fda4faf1b2ddacae48 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 08:33:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5927D16A4CF; Fri, 28 Nov 2003 08:33:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F2243FF7; Fri, 28 Nov 2003 08:33:17 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASGXHFY082953; Fri, 28 Nov 2003 08:33:17 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASGXH26082949; Fri, 28 Nov 2003 08:33:17 -0800 (PST) (envelope-from sergei) Date: Fri, 28 Nov 2003 08:33:17 -0800 (PST) From: Sergei Kolobov Message-Id: <200311281633.hASGXH26082949@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, oliver@FreeBSD.org Subject: Re: ports/59763: [Update] Port: mail/sqwebmail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 16:33:18 -0000 Synopsis: [Update] Port: mail/sqwebmail Responsible-Changed-From-To: freebsd-ports-bugs->oliver Responsible-Changed-By: sergei Responsible-Changed-When: Fri Nov 28 08:32:55 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=59763 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 08:45:40 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DEB616A4CE; Fri, 28 Nov 2003 08:45:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D6C444034; Fri, 28 Nov 2003 08:45:33 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASGjXFY083340; Fri, 28 Nov 2003 08:45:33 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASGjXCG083336; Fri, 28 Nov 2003 08:45:33 -0800 (PST) (envelope-from sergei) Date: Fri, 28 Nov 2003 08:45:33 -0800 (PST) From: Sergei Kolobov Message-Id: <200311281645.hASGjXCG083336@freefall.freebsd.org> To: melvyn@webteckies.org, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59764: Checksum update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 16:45:40 -0000 Synopsis: Checksum update State-Changed-From-To: open->closed State-Changed-By: sergei State-Changed-When: Fri Nov 28 08:42:42 PST 2003 State-Changed-Why: Superceded by ports/59741 submitted by the port maintainer earlier today. http://www.freebsd.org/cgi/query-pr.cgi?pr=59764 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 09:41:58 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 857E616A4CE; Fri, 28 Nov 2003 09:41:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D229443FBF; Fri, 28 Nov 2003 09:41:57 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHfvFY088739; Fri, 28 Nov 2003 09:41:57 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASHfvLB088735; Fri, 28 Nov 2003 09:41:57 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 09:41:57 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311281741.hASHfvLB088735@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59750: Update port: deskutils/knowit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:41:58 -0000 Synopsis: Update port: deskutils/knowit Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 09:41:52 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59750 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 09:44:36 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2648616A4CE; Fri, 28 Nov 2003 09:44:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D9CC43F85; Fri, 28 Nov 2003 09:44:35 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHiZFY089028; Fri, 28 Nov 2003 09:44:35 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASHiZPA089023; Fri, 28 Nov 2003 09:44:35 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 09:44:35 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311281744.hASHiZPA089023@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59754: Update port: graphics/kdc2tiff to 0.34 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:44:36 -0000 Synopsis: Update port: graphics/kdc2tiff to 0.34 Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 09:44:30 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59754 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 09:42:51 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7920616A4CE; Fri, 28 Nov 2003 09:42:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0ED743F85; Fri, 28 Nov 2003 09:42:50 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHgoFY088840; Fri, 28 Nov 2003 09:42:50 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASHgogG088836; Fri, 28 Nov 2003 09:42:50 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 09:42:50 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311281742.hASHgogG088836@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59751: Update port: games/rubix to 1.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:42:51 -0000 X-List-Received-Date: Fri, 28 Nov 2003 17:42:51 -0000 X-List-Received-Date: Fri, 28 Nov 2003 17:42:51 -0000 Synopsis: Update port: games/rubix to 1.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 09:42:42 PST 2003 Responsible-Changed-Why: I'll handle it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59751 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 09:43:39 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BCE816A4CF; Fri, 28 Nov 2003 09:43:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F2A43FEA; Fri, 28 Nov 2003 09:43:38 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHhcFY088908; Fri, 28 Nov 2003 09:43:38 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASHhcIr088904; Fri, 28 Nov 2003 09:43:38 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 09:43:38 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311281743.hASHhcIr088904@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59752: Update port: games/xqf to 0.9.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:43:39 -0000 X-List-Received-Date: Fri, 28 Nov 2003 17:43:39 -0000 X-List-Received-Date: Fri, 28 Nov 2003 17:43:39 -0000 Synopsis: Update port: games/xqf to 0.9.13 Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 09:43:31 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59752 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 09:44:10 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7810B16A4CE; Fri, 28 Nov 2003 09:44:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D145443FDD; Fri, 28 Nov 2003 09:44:09 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHi9FY088971; Fri, 28 Nov 2003 09:44:09 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASHi9hm088967; Fri, 28 Nov 2003 09:44:09 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 09:44:09 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311281744.hASHi9hm088967@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59753: Update port: graphics/gliv to 1.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:44:10 -0000 X-List-Received-Date: Fri, 28 Nov 2003 17:44:10 -0000 Synopsis: Update port: graphics/gliv to 1.8 Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 09:44:05 PST 2003 Responsible-Changed-Why: I'll handle it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59753 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 09:45:09 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14F5116A4D0; Fri, 28 Nov 2003 09:45:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C7EA43F75; Fri, 28 Nov 2003 09:45:08 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHj8FY089091; Fri, 28 Nov 2003 09:45:08 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASHj87g089087; Fri, 28 Nov 2003 09:45:08 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 09:45:08 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311281745.hASHj87g089087@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59755: Update port: graphics/meshviewer to 0.2.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:45:09 -0000 Synopsis: Update port: graphics/meshviewer to 0.2.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 09:45:04 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59755 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 09:45:29 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11E3616A4D7; Fri, 28 Nov 2003 09:45:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A0C843F85; Fri, 28 Nov 2003 09:45:28 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHjSFY089156; Fri, 28 Nov 2003 09:45:28 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASHjSiG089152; Fri, 28 Nov 2003 09:45:28 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 09:45:28 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311281745.hASHjSiG089152@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59756: Update port: graphics/white_dune to 0.26.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:45:29 -0000 Synopsis: Update port: graphics/white_dune to 0.26.1 Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 09:45:21 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59756 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 09:45:51 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F18416A4CE; Fri, 28 Nov 2003 09:45:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B0143FDD; Fri, 28 Nov 2003 09:45:50 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHjoFY089213; Fri, 28 Nov 2003 09:45:50 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASHjota089209; Fri, 28 Nov 2003 09:45:50 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 09:45:50 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311281745.hASHjota089209@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59758: Update port: security/gsasl to 0.0.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:45:51 -0000 Synopsis: Update port: security/gsasl to 0.0.10 Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 09:45:46 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59758 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 09:46:07 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F9116A4CE; Fri, 28 Nov 2003 09:46:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 740CC43F3F; Fri, 28 Nov 2003 09:46:06 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHk6FY089279; Fri, 28 Nov 2003 09:46:06 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASHk66p089275; Fri, 28 Nov 2003 09:46:06 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 09:46:06 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311281746.hASHk66p089275@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59759: Update port: x11/xmold X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:46:07 -0000 Synopsis: Update port: x11/xmold Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 09:46:02 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59759 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 09:49:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB99E16A4CE; Fri, 28 Nov 2003 09:49:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 215F143FA3; Fri, 28 Nov 2003 09:49:22 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHnMFY089397; Fri, 28 Nov 2003 09:49:22 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASHnLqj089393; Fri, 28 Nov 2003 09:49:22 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 09:49:22 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311281749.hASHnLqj089393@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59749: Maintainer port update: dns/mydns X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:49:22 -0000 Synopsis: Maintainer port update: dns/mydns Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 09:49:18 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59749 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 09:50:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D9B16A4CE for ; Fri, 28 Nov 2003 09:50:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7940743FF3 for ; Fri, 28 Nov 2003 09:50:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHo9FY089454 for ; Fri, 28 Nov 2003 09:50:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASHo9Ht089453; Fri, 28 Nov 2003 09:50:09 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 09:50:09 -0800 (PST) Resent-Message-Id: <200311281750.hASHo9Ht089453@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ronald Klop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E14416A4CF for ; Fri, 28 Nov 2003 09:44:56 -0800 (PST) Received: from solo.cs.vu.nl (solo.cs.vu.nl [130.37.24.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E7043F85 for ; Fri, 28 Nov 2003 09:44:54 -0800 (PST) (envelope-from ronald@cs.vu.nl) Received: from henk.thuis.klop.ws (dyn20.dialup.cs.vu.nl [130.37.192.52]) by solo.cs.vu.nl with esmtp (Smail #87) id m1APmfk-0009KqC; Fri, 28 Nov 2003 18:44 +0100 Received: from henk.thuis.klop.ws (localhost [127.0.0.1]) by henk.thuis.klop.ws (8.12.10/8.12.10) with ESMTP id hASHipqi024201; Fri, 28 Nov 2003 18:44:51 +0100 (CET) (envelope-from ronald@cs.vu.nl) Received: (from root@localhost) by henk.thuis.klop.ws (8.12.10/8.12.10/Submit) id hASHip01024200; Fri, 28 Nov 2003 18:44:51 +0100 (CET) (envelope-from ronald@cs.vu.nl) Message-Id: <200311281739.hASHdh2o024140@henk.thuis.klop.ws> Date: Fri, 28 Nov 2003 18:39:43 +0100 (CET) From: Ronald Klop To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Ronald Klop Subject: ports/59766: Update java/jmp from 0.35 -> 0.36. (patch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ronald Klop List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:50:14 -0000 >Number: 59766 >Category: ports >Synopsis: Update java/jmp from 0.35 -> 0.36. (patch) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 28 09:50:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ronald Klop >Release: FreeBSD 5.2-BETA i386 >Organization: >Environment: System: FreeBSD henk.thuis.klop.ws 5.2-BETA FreeBSD 5.2-BETA #1: Fri Nov 28 13:07:08 CET 2003 root@henk.thuis.klop.ws:/usr/obj/usr/src/sys/HENK i386 >Description: Update of the port java/jmp to the latest version. (0.35 -> 0.36) >How-To-Repeat: >Fix: --- jmp.0.35-0.36.diff begins here --- diff -ruN0 jmp-0.35/Makefile jmp/Makefile --- jmp-0.35/Makefile Tue Oct 21 23:07:32 2003 +++ jmp/Makefile Fri Nov 28 18:20:49 2003 @@ -9 +9 @@ -PORTVERSION= 0.35 +PORTVERSION= 0.36 diff -ruN0 jmp-0.35/distinfo jmp/distinfo --- jmp-0.35/distinfo Tue Oct 21 23:07:32 2003 +++ jmp/distinfo Fri Nov 28 18:23:42 2003 @@ -1 +1 @@ -MD5 (jmp-0.35.tar.gz) = dfd63db8194ec9cabe798aa8b83f10ca +MD5 (jmp-0.36.tar.gz) = f284fea8ac28c083830b86ad34d16f56 --- jmp.0.35-0.36.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 09:50:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E79F16A4CE; Fri, 28 Nov 2003 09:50:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D687243F3F; Fri, 28 Nov 2003 09:50:15 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASHoFFY089535; Fri, 28 Nov 2003 09:50:15 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASHoFWl089531; Fri, 28 Nov 2003 09:50:15 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 09:50:15 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311281750.hASHoFWl089531@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59748: Maintainer port update: x11-fm/worker X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 17:50:16 -0000 Synopsis: Maintainer port update: x11-fm/worker Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 09:50:11 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59748 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 10:30:15 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C021116A4CF for ; Fri, 28 Nov 2003 10:30:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEAA743FB1 for ; Fri, 28 Nov 2003 10:30:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASIUDFY093928 for ; Fri, 28 Nov 2003 10:30:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASIUDxa093926; Fri, 28 Nov 2003 10:30:13 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 10:30:13 -0800 (PST) Resent-Message-Id: <200311281830.hASIUDxa093926@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bill Moran Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3E6B16A4CF for ; Fri, 28 Nov 2003 10:21:00 -0800 (PST) Received: from mta3.adelphia.net (mta3.adelphia.net [68.168.78.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 005F743FE1 for ; Fri, 28 Nov 2003 10:20:58 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from [68.68.113.33] by mta13.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031128174545.HUCR4878.mta13.adelphia.net@[68.68.113.33]> for ; Fri, 28 Nov 2003 12:45:45 -0500 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Fri, 28 Nov 2003 12:45:45 -0500 Message-Id: <20031128174545.HUCR4878.mta13.adelphia.net@[68.68.113.33]> Date: Fri, 28 Nov 2003 12:45:45 -0500 From: "Bill Moran" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59767: Update print/phppdflib to 2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bill Moran List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 18:30:15 -0000 >Number: 59767 >Category: ports >Synopsis: Update print/phppdflib to 2.6 >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 Nov 28 10:30:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Bill Moran >Release: FreeBSD 5.1-RELEASE i386 >Organization: Potential Technologies >Environment: System: FreeBSD working.pt.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Tue Sep 9 08:41:45 EDT 2003 wmoran@working.pt.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: New version. Featureset from 2.5 is still extant and stable. >How-To-Repeat: >Fix: --- phppdflib.port.diff begins here --- diff -ruN phppdflib/Makefile phppdflib-new/Makefile --- phppdflib/Makefile Mon Oct 20 10:25:27 2003 +++ phppdflib-new/Makefile Fri Nov 28 11:31:48 2003 @@ -6,7 +6,7 @@ # PORTNAME= phppdflib -PORTVERSION= 2.5 +PORTVERSION= 2.6 CATEGORIES= print MASTER_SITES= http://www.potentialtech.com/ EXTRACT_SUFX= .tbz diff -ruN phppdflib/distinfo phppdflib-new/distinfo --- phppdflib/distinfo Sun Oct 12 06:02:42 2003 +++ phppdflib-new/distinfo Fri Nov 28 11:33:23 2003 @@ -1 +1 @@ -MD5 (phppdflib-2.5.tbz) = 259d9edfdf592c9a59d6511e58760934 +MD5 (phppdflib-2.6.tbz) = 6879fd49977579be6f63e48c0cc136f2 diff -ruN phppdflib/pkg-plist phppdflib-new/pkg-plist --- phppdflib/pkg-plist Sun Oct 12 06:02:42 2003 +++ phppdflib-new/pkg-plist Fri Nov 28 11:51:20 2003 @@ -8,14 +8,8 @@ www/data/phppdflib/doc/contrib.html www/data/phppdflib/doc/data.errors.html www/data/phppdflib/doc/data.parameters.html +www/data/phppdflib/doc/debug.html www/data/phppdflib/doc/extensions.html -www/data/phppdflib/doc/function.band_add_box.html -www/data/phppdflib/doc/function.band_add_field.html -www/data/phppdflib/doc/function.band_add_label.html -www/data/phppdflib/doc/function.band_height.html -www/data/phppdflib/doc/function.band_line.html -www/data/phppdflib/doc/function.band_new.html -www/data/phppdflib/doc/function.band_place.html www/data/phppdflib/doc/function.chart.add_series.html www/data/phppdflib/doc/function.chart.clearchart.html www/data/phppdflib/doc/function.chart.place_chart.html @@ -37,9 +31,11 @@ www/data/phppdflib/doc/function.jfif_embed.html www/data/phppdflib/doc/function.move_page_before.html www/data/phppdflib/doc/function.new_page.html +www/data/phppdflib/doc/function.packer.allocate.html +www/data/phppdflib/doc/function.packer.fill_text.html +www/data/phppdflib/doc/function.packer.new_page.html www/data/phppdflib/doc/function.png_embed.html www/data/phppdflib/doc/function.pop_error.html -www/data/phppdflib/doc/function.set_compress.html www/data/phppdflib/doc/function.set_default.html www/data/phppdflib/doc/function.strlen.html www/data/phppdflib/doc/function.swap_pages.html @@ -61,16 +57,20 @@ www/data/phppdflib/doc/index.html www/data/phppdflib/doc/internals.html www/data/phppdflib/doc/operation.html +www/data/phppdflib/doc/packer.html www/data/phppdflib/doc/powerby.jpg www/data/phppdflib/doc/powerby.png www/data/phppdflib/doc/ptlogo.jpg www/data/phppdflib/doc/roadmap.html www/data/phppdflib/examples/charts.php +www/data/phppdflib/examples/example-packer.php www/data/phppdflib/examples/example-wrap.php www/data/phppdflib/examples/example.php www/data/phppdflib/examples/extension.class.php www/data/phppdflib/examples/showoff.php www/data/phppdflib/examples/template.php +www/data/phppdflib/examples/text.txt +www/data/phppdflib/packer.class.php www/data/phppdflib/phppdflib.class.php www/data/phppdflib/strlen.inc.php www/data/phppdflib/template.class.php --- phppdflib.port.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 12:40:15 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BC7116A4CE for ; Fri, 28 Nov 2003 12:40:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A147843FA3 for ; Fri, 28 Nov 2003 12:40:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASKeEFY006065 for ; Fri, 28 Nov 2003 12:40:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASKeEDN006064; Fri, 28 Nov 2003 12:40:14 -0800 (PST) (envelope-from gnats) Date: Fri, 28 Nov 2003 12:40:14 -0800 (PST) Message-Id: <200311282040.hASKeEDN006064@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Bill Moran Subject: Re: ports/59767: Update print/phppdflib to 2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bill Moran List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 20:40:15 -0000 The following reply was made to PR ports/59767; it has been noted by GNATS. From: Bill Moran To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/59767: Update print/phppdflib to 2.6 Date: Fri, 28 Nov 2003 15:18:24 -0500 I guess I was asleep at the wheel while filling in send-pr ... My correct email address is wmoran@potentialtech.com -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 12:44:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A494816A4CE for ; Fri, 28 Nov 2003 12:44:24 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA9543FEC for ; Fri, 28 Nov 2003 12:44:24 -0800 (PST) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id AF79F1468E; Fri, 28 Nov 2003 14:44:23 -0600 (CST) Date: Fri, 28 Nov 2003 14:44:23 -0600 (CST) From: Mark Linimon X-X-Sender: linimon@pancho To: Bill Moran In-Reply-To: <200311282040.hASKeEDN006064@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59767: Update print/phppdflib to 2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 20:44:24 -0000 > My correct email address is wmoran@potentialtech.com Fixed. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 13:10:34 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 211B816A4CE for ; Fri, 28 Nov 2003 13:10:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 576DB43F93 for ; Fri, 28 Nov 2003 13:10:32 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASLAWFY010393 for ; Fri, 28 Nov 2003 13:10:32 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASLAWmN010392; Fri, 28 Nov 2003 13:10:32 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 13:10:32 -0800 (PST) Resent-Message-Id: <200311282110.hASLAWmN010392@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Munish Chopra Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C71DB16A4CE for ; Fri, 28 Nov 2003 13:05:48 -0800 (PST) Received: from opiate.soulwax.net (CPE0010a702d464-CM000039ae486b.cpe.net.cable.rogers.com [63.139.24.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE24643FBD for ; Fri, 28 Nov 2003 13:05:47 -0800 (PST) (envelope-from chopra@opiate.soulwax.net) Received: by opiate.soulwax.net (Postfix, from userid 1001) id AED8F4085; Fri, 28 Nov 2003 16:04:23 +0000 (GMT) Message-Id: <20031128160423.AED8F4085@opiate.soulwax.net> Date: Fri, 28 Nov 2003 16:04:23 +0000 (GMT) From: Munish Chopra To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59769: Maintainer-update: audio/abcde X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Munish Chopra List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 21:10:34 -0000 >Number: 59769 >Category: ports >Synopsis: Maintainer-update: audio/abcde >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 28 13:10:27 PST 2003 >Closed-Date: >Last-Modified: >Originator: Munish Chopra >Release: FreeBSD 5.2-BETA i386 >Organization: >Environment: System: FreeBSD opiate.soulwax.net 5.2-BETA FreeBSD 5.2-BETA #0: Thu Nov 27 18:14:07 GMT 2003 chopra@:/usr/obj/usr/src/sys/OPIATE i386 >Description: * Update to 2.1.9 (pointed out by author) * According to author fixes several severe bugs, including: - Fix garbled output in edge cases - Fix overwriting of files - A series of smaller fixes, some more serious than others >How-To-Repeat: >Fix: --- abcde.diff begins here --- diff -ruN /usr/ports/audio/abcde/Makefile abcde/Makefile --- /usr/ports/audio/abcde/Makefile Sat Oct 18 19:03:59 2003 +++ abcde/Makefile Fri Nov 28 15:36:36 2003 @@ -6,7 +6,7 @@ # PORTNAME= abcde -PORTVERSION= 2.1.8 +PORTVERSION= 2.1.9 CATEGORIES= audio MASTER_SITES= http://www.hispalinux.es/~data/files/ DISTNAME= abcde_${PORTVERSION}.orig diff -ruN /usr/ports/audio/abcde/distinfo abcde/distinfo --- /usr/ports/audio/abcde/distinfo Sat Oct 18 19:03:59 2003 +++ abcde/distinfo Fri Nov 28 15:37:23 2003 @@ -1 +1 @@ -MD5 (abcde_2.1.8.orig.tar.gz) = 09aec426e0af5262a3fcb357acd351e5 +MD5 (abcde_2.1.9.orig.tar.gz) = 847be8beb3021564e410432ca025d48d --- abcde.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 13:40:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C34916A4CE for ; Fri, 28 Nov 2003 13:40:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD4E43FDD for ; Fri, 28 Nov 2003 13:40:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASLeHFY013188 for ; Fri, 28 Nov 2003 13:40:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASLeGch013187; Fri, 28 Nov 2003 13:40:16 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 13:40:16 -0800 (PST) Resent-Message-Id: <200311282140.hASLeGch013187@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Matveychuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA0116A4CE for ; Fri, 28 Nov 2003 13:39:12 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AEAB43F85 for ; Fri, 28 Nov 2003 13:39:09 -0800 (PST) (envelope-from sem@ciam.ru) Received: from Current.sem-home.ciam.ru (ppp138-253.dialup.mtu-net.ru [62.118.138.253]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 3E40614D7ED for ; Sat, 29 Nov 2003 00:38:58 +0300 (MSK) (envelope-from sem@ciam.ru) Received: from root by Current.sem-home.ciam.ru with local (Exim 4.24; FreeBSD) id 1APg7F-00094u-Vm for FreeBSD-gnats-submit@freebsd.org; Fri, 28 Nov 2003 13:44:49 +0300 Message-Id: Date: Fri, 28 Nov 2003 13:44:50 +0300 From: Sergey Matveychuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59770: [PATCH] devel/ixlib: fix build on -CURRENT (gcc33) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 21:40:20 -0000 >Number: 59770 >Category: ports >Synopsis: [PATCH] devel/ixlib: fix build on -CURRENT (gcc33) >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 Nov 28 13:40:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD Current.sem-home.ciam.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Fri Nov 21 07:47:47 MSK 2003 >Description: [DESCRIBE CHANGES] * fix build with gcc 3.3.2 (-CURRENT) * expect CFLAGS * bump PORTVERSION * change space with tab Added file(s): - files/patch-src::ixlib_base.hh - files/patch-src::ixlib_javascript.hh - files/patch-src::ixlib_re.hh - files/patch-src::ixlib_re_impl.hh - files/patch-src::js_interpreter.cc - files/patch-test::javascript.cc Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- ixlib-0.96.2_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/ixlib.orig/Makefile /usr/ports/devel/ixlib/Makefile --- /usr/ports/devel/ixlib.orig/Makefile Wed Aug 27 00:25:40 2003 +++ /usr/ports/devel/ixlib/Makefile Fri Nov 28 13:42:04 2003 @@ -8,7 +8,7 @@ PORTNAME= ixlib PORTVERSION= 0.96.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,14 +20,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes +INSTALLS_SHLIB= yes -.include - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - -.include +.include diff -ruN --exclude=CVS /usr/ports/devel/ixlib.orig/files/patch-src::ixlib_base.hh /usr/ports/devel/ixlib/files/patch-src::ixlib_base.hh --- /usr/ports/devel/ixlib.orig/files/patch-src::ixlib_base.hh Thu Jan 1 03:00:00 1970 +++ /usr/ports/devel/ixlib/files/patch-src::ixlib_base.hh Fri Nov 28 13:42:04 2003 @@ -0,0 +1,19 @@ +--- src/ixlib_base.hh.orig Fri Nov 28 11:48:47 2003 ++++ src/ixlib_base.hh Fri Nov 28 12:45:22 2003 +@@ -44,11 +44,15 @@ + + /* STL Helper macro ----------------------------------------------------------- + */ ++#define FOREACH_T(VAR,LIST,LISTTYPE) \ ++ for (typename LISTTYPE::iterator VAR = (LIST).begin(),last = (LIST).end();VAR != last;VAR++) ++#define FOREACH_CONST_T(VAR,LIST,LISTTYPE) \ ++ for (typename LISTTYPE::const_iterator VAR = (LIST).begin(),last = (LIST).end();VAR != last;VAR++) ++ + #define FOREACH(VAR,LIST,LISTTYPE) \ + for (LISTTYPE::iterator VAR = (LIST).begin(),last = (LIST).end();VAR != last;VAR++) + #define FOREACH_CONST(VAR,LIST,LISTTYPE) \ + for (LISTTYPE::const_iterator VAR = (LIST).begin(),last = (LIST).end();VAR != last;VAR++) +- + + + diff -ruN --exclude=CVS /usr/ports/devel/ixlib.orig/files/patch-src::ixlib_javascript.hh /usr/ports/devel/ixlib/files/patch-src::ixlib_javascript.hh --- /usr/ports/devel/ixlib.orig/files/patch-src::ixlib_javascript.hh Thu Jan 1 03:00:00 1970 +++ /usr/ports/devel/ixlib/files/patch-src::ixlib_javascript.hh Fri Nov 28 13:42:04 2003 @@ -0,0 +1,14 @@ +--- src/ixlib_javascript.hh.orig Fri Nov 28 12:01:06 2003 ++++ src/ixlib_javascript.hh Fri Nov 28 12:41:42 2003 +@@ -266,7 +266,11 @@ + // (=unite with) other scopes and keeps a list of registered members + class list_scope : public value { + protected: ++#if __GNUC__ < 3 + typedef std::hash_map,string_hash> member_map; ++#else ++ typedef __gnu_cxx::hash_map,string_hash> member_map; ++#endif + typedef std::vector > swallowed_list; + + member_map MemberMap; diff -ruN --exclude=CVS /usr/ports/devel/ixlib.orig/files/patch-src::ixlib_re.hh /usr/ports/devel/ixlib/files/patch-src::ixlib_re.hh --- /usr/ports/devel/ixlib.orig/files/patch-src::ixlib_re.hh Thu Jan 1 03:00:00 1970 +++ /usr/ports/devel/ixlib/files/patch-src::ixlib_re.hh Fri Nov 28 13:42:04 2003 @@ -0,0 +1,11 @@ +--- src/ixlib_re.hh.orig Fri Nov 28 11:46:14 2003 ++++ src/ixlib_re.hh Fri Nov 28 11:53:24 2003 +@@ -163,7 +163,7 @@ + + struct backtrack_stack_entry { + TIndex Index; +- backref_stack::rewind_info RewindInfo; ++ typename backref_stack::rewind_info RewindInfo; + }; + + public: diff -ruN --exclude=CVS /usr/ports/devel/ixlib.orig/files/patch-src::ixlib_re_impl.hh /usr/ports/devel/ixlib/files/patch-src::ixlib_re_impl.hh --- /usr/ports/devel/ixlib.orig/files/patch-src::ixlib_re_impl.hh Thu Jan 1 03:00:00 1970 +++ /usr/ports/devel/ixlib/files/patch-src::ixlib_re_impl.hh Fri Nov 28 13:42:04 2003 @@ -0,0 +1,164 @@ +--- src/ixlib_re_impl.hh.orig Fri Nov 28 11:43:40 2003 ++++ src/ixlib_re_impl.hh Fri Nov 28 12:55:23 2003 +@@ -38,7 +38,7 @@ + + + template +-ixion::regex::backref_stack::rewind_info ++typename ixion::regex::backref_stack::rewind_info + ixion::regex::backref_stack::getRewindInfo() const { + return Stack.size(); + } +@@ -65,7 +65,7 @@ + template + ixion::TSize ixion::regex::backref_stack::size() { + TSize result = 0; +- FOREACH_CONST(first,Stack,internal_stack) ++ FOREACH_CONST_T(first,Stack,internal_stack) + if (first->Type == backref_entry::OPEN) result++; + return result; + } +@@ -79,7 +79,7 @@ + TIndex start; + TIndex startlevel; + +- internal_stack::const_iterator first = Stack.begin(),last = Stack.end(); ++ typename internal_stack::const_iterator first = Stack.begin(),last = Stack.end(); + while (first != last) { + if (first->Type == backref_entry::OPEN) { + if (number == next_index) { +@@ -201,7 +201,7 @@ + + + template +-ixion::regex::matcher *ixion::regex::quantifier::duplicate() const { ++typename ixion::regex::matcher *ixion::regex::quantifier::duplicate() const { + quantifier *dupe = new quantifier(); + dupe->copy(this); + return dupe; +@@ -328,7 +328,7 @@ + + + template +-ixion::regex::matcher *ixion::regex::sequence_matcher::duplicate() const { ++typename ixion::regex::matcher *ixion::regex::sequence_matcher::duplicate() const { + sequence_matcher *dupe = new sequence_matcher(MatchStr); + dupe->copy(this); + return dupe; +@@ -349,7 +349,7 @@ + + // regex::any_matcher --------------------------------------------------------- + template +-ixion::regex::matcher *ixion::regex::any_matcher::duplicate() const { ++typename ixion::regex::matcher *ixion::regex::any_matcher::duplicate() const { + any_matcher *dupe = new any_matcher(); + dupe->copy(this); + return dupe; +@@ -360,7 +360,7 @@ + + // regex::start_matcher --------------------------------------------------------- + template +-ixion::regex::matcher *ixion::regex::start_matcher::duplicate() const { ++typename ixion::regex::matcher *ixion::regex::start_matcher::duplicate() const { + start_matcher *dupe = new start_matcher(); + dupe->copy(this); + return dupe; +@@ -379,7 +379,7 @@ + + // regex::end_matcher --------------------------------------------------------- + template +-ixion::regex::matcher *ixion::regex::end_matcher::duplicate() const { ++typename ixion::regex::matcher *ixion::regex::end_matcher::duplicate() const { + end_matcher *dupe = new end_matcher(); + dupe->copy(this); + return dupe; +@@ -398,7 +398,7 @@ + + // regex::backref_open_matcher ------------------------------------------------ + template +-ixion::regex::matcher *ixion::regex::backref_open_matcher::duplicate() const { ++typename ixion::regex::matcher *ixion::regex::backref_open_matcher::duplicate() const { + backref_open_matcher *dupe = new backref_open_matcher(); + dupe->copy(this); + return dupe; +@@ -409,7 +409,7 @@ + + template + bool ixion::regex::backref_open_matcher::match(backref_stack &brstack,T const &candidate,TIndex at) { +- backref_stack::rewind_info ri = brstack.getRewindInfo(); ++ typename backref_stack::rewind_info ri = brstack.getRewindInfo(); + brstack.open(at); + + bool result = matchNext(brstack,candidate,at); +@@ -424,7 +424,7 @@ + + // regex::backref_close_matcher ----------------------------------------------- + template +-ixion::regex::matcher *ixion::regex::backref_close_matcher::duplicate() const { ++typename ixion::regex::matcher *ixion::regex::backref_close_matcher::duplicate() const { + backref_close_matcher *dupe = new backref_close_matcher(); + dupe->copy(this); + return dupe; +@@ -435,7 +435,7 @@ + + template + bool ixion::regex::backref_close_matcher::match(backref_stack &brstack,T const &candidate,TIndex at) { +- backref_stack::rewind_info ri = brstack.getRewindInfo(); ++ typename backref_stack::rewind_info ri = brstack.getRewindInfo(); + brstack.close(at); + + bool result = matchNext(brstack,candidate,at); +@@ -470,7 +470,7 @@ + + + template +-ixion::regex::matcher *ixion::regex::alternative_matcher::duplicate() const { ++typename ixion::regex::matcher *ixion::regex::alternative_matcher::duplicate() const { + alternative_matcher *dupe = new alternative_matcher(); + dupe->copy(this); + return dupe; +@@ -484,7 +484,7 @@ + TSize result = 0; + bool is_first = true; + +- FOREACH_CONST(first,AltList,alt_list) ++ FOREACH_CONST_T(first,AltList,alt_list) + if (is_first) { + result = (*first)->minimumMatchLength(); + is_first = true; +@@ -500,7 +500,7 @@ + + + template +-void ixion::regex::alternative_matcher::setNext(matcher *next,bool ownnext = true) { ++void ixion::regex::alternative_matcher::setNext(matcher *next,bool ownnext) { + matcher::setNext(next); + Connector.setNext(next,false); + } +@@ -524,7 +524,7 @@ + + template + bool ixion::regex::alternative_matcher::match(backref_stack &brstack,T const &candidate,TIndex at) { +- std::vector::iterator first = AltList.begin(),last = AltList.end(); ++ typename std::vector::iterator first = AltList.begin(),last = AltList.end(); + while (first != last) { + if ((*first)->match(brstack,candidate,at)) { + MatchLength = 0; +@@ -548,7 +548,7 @@ + super::copy(src); + Connector.setNext(Next,false); + +- FOREACH_CONST(first,src->AltList,alt_list) ++ FOREACH_CONST_T(first,src->AltList,alt_list) + addAlternative((*first)->duplicate()); + } + +@@ -565,7 +565,7 @@ + + + template +-ixion::regex::matcher *ixion::regex::backref_matcher::duplicate() const { ++typename ixion::regex::matcher *ixion::regex::backref_matcher::duplicate() const { + backref_matcher *dupe = new backref_matcher(Backref); + dupe->copy(this); + return dupe; diff -ruN --exclude=CVS /usr/ports/devel/ixlib.orig/files/patch-src::js_interpreter.cc /usr/ports/devel/ixlib/files/patch-src::js_interpreter.cc --- /usr/ports/devel/ixlib.orig/files/patch-src::js_interpreter.cc Thu Jan 1 03:00:00 1970 +++ /usr/ports/devel/ixlib/files/patch-src::js_interpreter.cc Fri Nov 28 13:42:04 2003 @@ -0,0 +1,12 @@ +--- src/js_interpreter.cc.orig Fri Nov 28 12:56:09 2003 ++++ src/js_interpreter.cc Fri Nov 28 12:56:47 2003 +@@ -89,8 +89,7 @@ + + + // javascript_exception ------------------------------------------------------- +-javascript_exception::javascript_exception(TErrorCode error,code_location const &loc,char const *info,char *module = NULL, +- TIndex line = 0) ++javascript_exception::javascript_exception(TErrorCode error,code_location const &loc,char const *info,char *module, TIndex line) + : base_exception(error, NULL, module, line, "JS") { + HasInfo = true; + try { diff -ruN --exclude=CVS /usr/ports/devel/ixlib.orig/files/patch-test::javascript.cc /usr/ports/devel/ixlib/files/patch-test::javascript.cc --- /usr/ports/devel/ixlib.orig/files/patch-test::javascript.cc Thu Jan 1 03:00:00 1970 +++ /usr/ports/devel/ixlib/files/patch-test::javascript.cc Fri Nov 28 13:42:04 2003 @@ -0,0 +1,20 @@ +--- test/javascript.cc.orig Fri Nov 28 12:57:33 2003 ++++ test/javascript.cc Fri Nov 28 13:15:30 2003 +@@ -64,7 +64,7 @@ + + + // simple call-in example ----------------------------------------------------- +-IXLIB_JS_DECLARE_FUNCTION(write) { ++IXLIB_JS_DECLARE_FUNCTION(write_) { + FOREACH_CONST(first,parameters,parameter_list) + cout << (*first)->toString(); + return makeNull(); +@@ -99,7 +99,7 @@ + // end complex call-in example -------------------------------------------- + + // simple call-in example ------------------------------------------------- +- ev = new write; ++ ev = new write_; + ip.RootScope->addMember("write",ev); + // end simple call-in example --------------------------------------------- + --- ixlib-0.96.2_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 14:50:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0C6D16A4E9 for ; Fri, 28 Nov 2003 14:50:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0233343FBD for ; Fri, 28 Nov 2003 14:50:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASMoMFY027252 for ; Fri, 28 Nov 2003 14:50:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASMoMMN027251; Fri, 28 Nov 2003 14:50:22 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 14:50:22 -0800 (PST) Resent-Message-Id: <200311282250.hASMoMMN027251@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Harris Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7740916A4CE for ; Fri, 28 Nov 2003 14:40:52 -0800 (PST) Received: from pm1.ric-33.lft.widomaker.com (pm1.ric-33.lft.widomaker.com [209.96.189.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5208043FBD for ; Fri, 28 Nov 2003 14:40:48 -0800 (PST) (envelope-from jason@pm1.ric-33.lft.widomaker.com) Received: (from jason@localhost) by pm1.ric-33.lft.widomaker.com (8.12.10/8.12.10) id hASMeivr067746; Fri, 28 Nov 2003 17:40:44 -0500 (EST) Message-Id: <200311282240.hASMeivr067746@pm1.ric-33.lft.widomaker.com> Date: Fri, 28 Nov 2003 17:40:44 -0500 (EST) From: Jason Harris To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Jason Harris Subject: ports/59771: [maintainer-update] ports/www/elinks 0.4.2 -> 0.4.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jason Harris List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 22:50:25 -0000 >Number: 59771 >Category: ports >Synopsis: [maintainer-update] ports/www/elinks 0.4.2 -> 0.4.3 >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 Nov 28 14:50:22 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jason Harris >Release: FreeBSD 4.3-RELEASE i386 >Organization: none here >Environment: System: FreeBSD 4.3-RELEASE i386 >Description: update ports/www/elinks to 0.4.3 >How-To-Repeat: remove files/patch-compression and files/patch-src::document::html::parser.c, apply patch below >Fix: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/elinks/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- Makefile 4 Mar 2003 20:19:39 -0000 1.26 +++ Makefile 28 Nov 2003 22:34:17 -0000 @@ -6,10 +6,9 @@ # PORTNAME= elinks -PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTVERSION= 0.4.3 CATEGORIES= www -MASTER_SITES= http://elinks.or.cz/download/ +MASTER_SITES= http://elinks.or.cz/download/ \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/elinks/distinfo,v retrieving revision 1.16 diff -u -r1.16 distinfo --- distinfo 28 Jan 2003 21:48:07 -0000 1.16 +++ distinfo 28 Nov 2003 22:34:17 -0000 @@ -1,2 +1,8 @@ -MD5 (elinks-0.4.2.tar.bz2) = bb77dcd59968634477f5a6d5f07ccd5e -MD5 (elinks-0.4.2.tar.bz2.asc) = ae0fb86afdb253bc32cac94bfed0b8c0 +MD5 (elinks-0.4.3.tar.bz2) = 34a2ac8ac873d2739282ad6844dfa779 +SHA1 (elinks-0.4.3.tar.bz2) = 714fceaf57327849cdb3986ca937018624af6b5e +RMD160 (elinks-0.4.3.tar.bz2) = ccf4df27dfab136b69d2f1c29c32cc7df59fa241 +SIZE (elinks-0.4.3.tar.bz2) = 767828 +MD5 (elinks-0.4.3.tar.bz2.asc) = 574ba2ded94b5936f2d59febefe0577a +SHA1 (elinks-0.4.3.tar.bz2.asc) = bc43b560dc8816c8e31f3f199d32951e0841cfe5 +RMD160 (elinks-0.4.3.tar.bz2.asc) = a1ce12430a84694cbf1f9fa8d37af36baf0612d4 +SIZE (elinks-0.4.3.tar.bz2.asc) = 232 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/x82rSypIl9OdoOMRAhPbAKCS3JR8zMGawZl+fevvwjK1N6VtIwCdEilu DZ5MrlDWUN92Oi88jQ5S2mo= =GEwB -----END PGP SIGNATURE----- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 15:51:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32CEA16A4CF for ; Fri, 28 Nov 2003 15:51:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B2C14401A for ; Fri, 28 Nov 2003 15:50:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASNoJFY052771 for ; Fri, 28 Nov 2003 15:50:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASNoJkx052770; Fri, 28 Nov 2003 15:50:19 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 15:50:19 -0800 (PST) Resent-Message-Id: <200311282350.hASNoJkx052770@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F165A16A4CE for ; Fri, 28 Nov 2003 15:46:30 -0800 (PST) Received: from stevenwills.com (cpe-024-163-086-169.nc.rr.com [24.163.86.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B9C943FDD for ; Fri, 28 Nov 2003 15:46:29 -0800 (PST) (envelope-from steve@stevenwills.com) Received: from tigger.example.com (localhost.example.com [127.0.0.1]) by stevenwills.com (8.12.8p2/8.12.8) with ESMTP id hASNkHVt087270 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 28 Nov 2003 18:46:17 -0500 (EST) (envelope-from steve@tigger.example.com) Received: (from steve@localhost) by tigger.example.com (8.12.8p2/8.12.8/Submit) id hASNkHTv087269; Fri, 28 Nov 2003 18:46:17 -0500 (EST) Message-Id: <200311282346.hASNkHTv087269@tigger.example.com> Date: Fri, 28 Nov 2003 18:46:17 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59778: epic4-1.1.16 port fails to include BUG_FORM in plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Steve Wills List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 23:51:25 -0000 >Number: 59778 >Category: ports >Synopsis: epic4-1.1.16 port fails to include BUG_FORM in plist >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 Nov 28 15:50:19 PST 2003 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: ports/irc/epic4 Makefile 1.47, epic crashed, and suggested I fill out the BUG_FORM and submit it. I was going to do so, but discovered that the port doesn't contain that file. I extracted the port and found the BUG_FORM file, as well as the other all caps files. These files should be included in the port. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 16:00:46 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EA0716A4CE for ; Fri, 28 Nov 2003 16:00:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCAC543F85 for ; Fri, 28 Nov 2003 16:00:42 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT00gFY054559 for ; Fri, 28 Nov 2003 16:00:42 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT00gOT054558; Fri, 28 Nov 2003 16:00:42 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 16:00:42 -0800 (PST) Resent-Message-Id: <200311290000.hAT00gOT054558@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2478516A4CE for ; Fri, 28 Nov 2003 15:51:47 -0800 (PST) Received: from stevenwills.com (cpe-024-163-086-169.nc.rr.com [24.163.86.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id E135543F75 for ; Fri, 28 Nov 2003 15:51:45 -0800 (PST) (envelope-from steve@stevenwills.com) Received: from tigger.example.com (localhost.example.com [127.0.0.1]) by stevenwills.com (8.12.8p2/8.12.8) with ESMTP id hASNpYVt087456 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 28 Nov 2003 18:51:34 -0500 (EST) (envelope-from steve@tigger.example.com) Received: (from steve@localhost) by tigger.example.com (8.12.8p2/8.12.8/Submit) id hASNpYZT087455; Fri, 28 Nov 2003 18:51:34 -0500 (EST) Message-Id: <200311282351.hASNpYZT087455@tigger.example.com> Date: Fri, 28 Nov 2003 18:51:34 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59780: epic4-1.1.16 port fails to include BUG_FORM in plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Steve Wills List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 00:00:46 -0000 X-List-Received-Date: Sat, 29 Nov 2003 00:00:46 -0000 >Number: 59780 >Category: ports >Synopsis: epic4-1.1.16 port fails to include BUG_FORM in plist >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 Nov 28 16:00:42 PST 2003 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: ports/irc/epic4 Makefile 1.47, epic crashed, and suggested I fill out the BUG_FORM and submit it. I was going to do so, but discovered that the port doesn't contain that file. I extracted the port and found the BUG_FORM file, as well as the other all caps files. These files should be included in the port. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 16:00:46 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 896FD16A4CE for ; Fri, 28 Nov 2003 16:00:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 563B843FA3 for ; Fri, 28 Nov 2003 16:00:42 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT00gFY054545 for ; Fri, 28 Nov 2003 16:00:42 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT00gYm054544; Fri, 28 Nov 2003 16:00:42 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 16:00:42 -0800 (PST) Resent-Message-Id: <200311290000.hAT00gYm054544@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hiroki Sato Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C23016A4CE for ; Fri, 28 Nov 2003 15:51:14 -0800 (PST) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id F19CB43FDF for ; Fri, 28 Nov 2003 15:50:32 -0800 (PST) (envelope-from hrs@allbsd.org) Received: from delta.allbsd.org (p59004-adsao12honb4-acca.tokyo.ocn.ne.jp [220.96.141.4]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id C5F971405 for ; Sat, 29 Nov 2003 08:50:31 +0900 (JST) Received: from alph.allbsd.org (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.12.9p2/8.12.9) with ESMTP id hASNoFAB003061 for ; Sat, 29 Nov 2003 08:50:15 +0900 (JST) (envelope-from hrs@alph.d.allbsd.org) Received: from alph.allbsd.org (localhost [127.0.0.1]) by alph.allbsd.org (8.12.9p2/8.12.9) with ESMTP id hASNoEEd013295 for ; Sat, 29 Nov 2003 08:50:14 +0900 (JST) (envelope-from hrs@alph.d.allbsd.org) Received: (from hrs@localhost) by alph.allbsd.org (8.12.9p2/8.12.9/Submit) id hASNoEDL013294; Sat, 29 Nov 2003 08:50:14 +0900 (JST) (envelope-from hrs) Message-Id: <200311282350.hASNoEDL013294@alph.allbsd.org> Date: Sat, 29 Nov 2003 08:50:14 +0900 (JST) From: Hiroki Sato To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59779: Update port: net/cvsync 0.24.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hiroki Sato List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 00:00:46 -0000 >Number: 59779 >Category: ports >Synopsis: Update port: net/cvsync 0.24.13 >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 Nov 28 16:00:41 PST 2003 >Closed-Date: >Last-Modified: >Originator: Hiroki Sato >Release: FreeBSD 4.8-STABLE i386 >Organization: Tokyo University of Science >Environment: System: FreeBSD alph.allbsd.org 4.9-RC FreeBSD 4.9-RC #0: Sat Oct 25 04:40:22 JST 2003 hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH i386 >Description: Update to 0.24.13. The changes include performance improvement, a new keyword `base', and so on. >How-To-Repeat: N/A >Fix: Index: cvsync/Makefile =================================================================== RCS file: /home/ncvs/ports/net/cvsync/Makefile,v retrieving revision 1.33 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.33 Makefile --- cvsync/Makefile 5 Nov 2003 22:10:28 -0000 1.33 +++ cvsync/Makefile 28 Nov 2003 23:44:16 -0000 @@ -6,7 +6,7 @@ # PORTNAME= cvsync -PORTVERSION= 0.24.12 +PORTVERSION= 0.24.13 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ \ ftp://ftp.allbsd.org/pub/cvsync/ Index: cvsync/distinfo =================================================================== RCS file: /home/ncvs/ports/net/cvsync/distinfo,v retrieving revision 1.32 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.32 distinfo --- cvsync/distinfo 5 Nov 2003 22:10:28 -0000 1.32 +++ cvsync/distinfo 28 Nov 2003 23:44:34 -0000 @@ -1 +1 @@ -MD5 (cvsync-0.24.12.tar.gz) = 7b686d008bb4c47d7378a902d0e66ca7 +MD5 (cvsync-0.24.13.tar.gz) = 33dc221c74f6ea4de1b3611ce48ba73f >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 16:05:51 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7D4C16A4CE; Fri, 28 Nov 2003 16:05:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D62943FDD; Fri, 28 Nov 2003 16:05:51 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT05pFY058771; Fri, 28 Nov 2003 16:05:51 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT05pTd058767; Fri, 28 Nov 2003 16:05:51 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 16:05:51 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311290005.hAT05pTd058767@freefall.freebsd.org> To: steve@stevenwills.com, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59780: epic4-1.1.16 port fails to include BUG_FORM in plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 00:05:52 -0000 Synopsis: epic4-1.1.16 port fails to include BUG_FORM in plist State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Fri Nov 28 16:05:33 PST 2003 State-Changed-Why: Duplicate of ports/59778 http://www.freebsd.org/cgi/query-pr.cgi?pr=59780 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 16:08:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D86116A4CE; Fri, 28 Nov 2003 16:08:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A74343FBF; Fri, 28 Nov 2003 16:08:15 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT08FFY059250; Fri, 28 Nov 2003 16:08:15 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT08FME059246; Fri, 28 Nov 2003 16:08:15 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 16:08:15 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311290008.hAT08FME059246@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59778: epic4-1.1.16 port fails to include BUG_FORM in plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 00:08:16 -0000 Synopsis: epic4-1.1.16 port fails to include BUG_FORM in plist Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 16:08:03 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59778 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 16:09:10 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D768516A4CE; Fri, 28 Nov 2003 16:09:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE2D43F75; Fri, 28 Nov 2003 16:09:10 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT09AFY059467; Fri, 28 Nov 2003 16:09:10 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT09A2D059463; Fri, 28 Nov 2003 16:09:10 -0800 (PST) (envelope-from krion) Date: Fri, 28 Nov 2003 16:09:10 -0800 (PST) From: Kirill Ponomarew Message-Id: <200311290009.hAT09A2D059463@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Subject: Re: ports/59761: [maintainer update] ftp/bsdftpd-ssl from 0.6.3 to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 00:09:11 -0000 Synopsis: [maintainer update] ftp/bsdftpd-ssl from 0.6.3 to 1.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Fri Nov 28 16:09:01 PST 2003 Responsible-Changed-Why: I'll handle it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59761 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 17:50:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 918D816A4CE for ; Fri, 28 Nov 2003 17:50:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A3DC43FE3 for ; Fri, 28 Nov 2003 17:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT1oHFY076780 for ; Fri, 28 Nov 2003 17:50:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT1oHtV076779; Fri, 28 Nov 2003 17:50:17 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 17:50:17 -0800 (PST) Resent-Message-Id: <200311290150.hAT1oHtV076779@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tony Maher Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D06E416A4CE for ; Fri, 28 Nov 2003 17:44:35 -0800 (PST) Received: from c211-30-17-66.thorn1.nsw.optusnet.com.au (c211-30-17-66.thorn1.nsw.optusnet.com.au [211.30.17.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7016F43FCB for ; Fri, 28 Nov 2003 17:44:34 -0800 (PST) (envelope-from tonymaher@optushome.com.au) Received: from dt.home (localhost [127.0.0.1])ESMTP id hAT13MDw085185 for ; Sat, 29 Nov 2003 12:03:23 +1100 (EST) (envelope-from tonym@dt.home) Received: (from tonym@localhost) by dt.home (8.12.9p2/8.12.9/Submit) id hAT13HAn085182; Sat, 29 Nov 2003 12:03:17 +1100 (EST) (envelope-from tonym) Message-Id: <200311290103.hAT13HAn085182@dt.home> Date: Sat, 29 Nov 2003 12:03:17 +1100 (EST) From: Tony Maher To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59781: Port update (maintainer): math/xgobi X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tony Maher List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 01:50:20 -0000 >Number: 59781 >Category: ports >Synopsis: Port update (maintainer): math/xgobi >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 Nov 28 17:50:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: Tony Maher >Release: FreeBSD 4.9-RC i386 >Organization: >Environment: System: FreeBSD dt.home 4.9-RC FreeBSD 4.9-RC #6: Sat Oct 4 13:32:57 EST 2003 root@dt.home:/usr/obj/usr/src/sys/DT i386 >Description: Kris pointed me to: http://bento.freebsd.org/errorlogs/ia64-5-latest/xgobi-2002.06.20.log xgobi builds on 4-stable but not on 5.1-CURRENT #3: Mon Nov 17 I am not familiar with details of Imakefiles but it looks like imake or more likely one of the tools imake calls has changed (cpp?) and comments are handled differently. Patch to change all comments to use standard C type delimiters. o Some whitespace changes in comments due to new format. o Changed one comment due to it referencing a following line which has moved down two more lines due to te commenting whitespace changes. Tested on 4.9-RC #6: Sat Oct 4 as well as 5.1-CURRENT #3: Mon Nov 17. I have not contacted authors regarding this issue, since during my last discussion (over 12 months ago) they inidcated that xgobi was not going to be maintained as they were working on a replacement package. >How-To-Repeat: >Fix: diff -ruN xgobi.orig/files/patch-Imakefile xgobi/files/patch-Imakefile --- xgobi.orig/files/patch-Imakefile Sun Oct 27 12:57:53 2002 +++ xgobi/files/patch-Imakefile Sat Nov 29 11:43:08 2003 @@ -1,11 +1,68 @@ ---- Imakefile.orig Sat Oct 12 12:26:37 2002 -+++ Imakefile Sat Oct 12 12:28:33 2002 -@@ -13,7 +13,7 @@ +--- Imakefile.orig Sat Nov 29 11:40:11 2003 ++++ Imakefile Sat Nov 29 11:42:31 2003 +@@ -1,22 +1,23 @@ +-/**/# +-/**/# This is an Imakefile for the XGobi program. The only change that +-/**/# might need to be made is for the XGOBID variable. +-/**/# +- +-/**/# Remove the comment delimeters on the second to next line to +-/**/# compile for CORBA. +-/**/# Requires some Omegahat code - see README.corba. +-/**/#define USE_CORBA 1 +- +-/**/# Set XGOBID to the directory containing +-/**/# the xgobi directories src, help, ps, etc. ++/* ++** This is an Imakefile for the XGobi program. The only change that ++** might need to be made is for the XGOBID variable. ++** ++** Remove the comment delimeters on the fourth to next line to ++** compile for CORBA. ++** Requires some Omegahat code - see README.corba. ++*/ ++/*#define USE_CORBA 1 */ ++/* ++** Set XGOBID to the directory containing ++** the xgobi directories src, help, ps, etc. ++*/ XGOBID = $(PWD)/.. - /**/# Use the gnu C compiler +-/**/# Use the gnu C compiler - CC = gcc ++/* Use the gnu C compiler */ + CC ?= gcc CCOPTIONS = -ansi -w - /**/# Or use the C compiler on your system, and whatever options it requires. +-/**/# Or use the C compiler on your system, and whatever options it requires. ++/* Or use the C compiler on your system, and whatever options it requires.*/ + # CC = cc + # CCOPTIONS = -xansi -n32 + +@@ -29,17 +30,19 @@ + #endif /* End of USE_CORBA */ + + +-/**/# +-/**/# RPC: Remote Procedure Calls +-/**/# ++/* ++** RPC: Remote Procedure Calls ++*/ ++ ++/* If you plan to use RPC, uncomment this #define ++** RPC is the define for any kind of RPC ++*/ + +-/**/# If you plan to use RPC, uncomment this #define +-/**/# RPC is the define for any kind of RPC + /* #define RPC */ + +-/**/# Special RPCs ++/* Special RPCs */ + /* #define DCE_RPC */ +-/**/# If you plan to use XPLORE, uncomment this #define ++/* If you plan to use XPLORE, uncomment this #define */ + /* #define XPLORE */ + + #ifdef HPArchitecture >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 20:00:41 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DD5416A4CE for ; Fri, 28 Nov 2003 20:00:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C01643FA3 for ; Fri, 28 Nov 2003 20:00:38 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT40cFY085936 for ; Fri, 28 Nov 2003 20:00:38 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT40cNR085935; Fri, 28 Nov 2003 20:00:38 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 20:00:38 -0800 (PST) Resent-Message-Id: <200311290400.hAT40cNR085935@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, morishita@skywing.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13E7016A4CE; Fri, 28 Nov 2003 19:59:31 -0800 (PST) Received: from moon.zero.ne.jp (moon.zero.ne.jp [219.166.98.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B74E43F85; Fri, 28 Nov 2003 19:59:29 -0800 (PST) (envelope-from takahiro@next-generation.org) Received: from localhost (localhost [127.0.0.1]) by moon.zero.ne.jp (Postfix) with ESMTP id 9E35C95089; Sat, 29 Nov 2003 12:59:27 +0900 (JST) Message-Id: <20031129.125923.95499687.morishita@falcon.next-generation.org> Date: Sat, 29 Nov 2003 12:59:23 +0900 (JST) From: Takahiro -ReMix- Morishita To: FreeBSD-gnats-submit@FreeBSD.org cc: marcus@FreeBSD.org Subject: ports/59782: [maintainer update] japanese/gaim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: morishita@skywing.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 04:00:41 -0000 >Number: 59782 >Category: ports >Synopsis: [maintainer update] japanese/gaim >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 Nov 28 20:00:37 PST 2003 >Closed-Date: >Last-Modified: >Originator: Takahiro Morishita >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD falcon.next-generation.org 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Tue Nov 18 08:08:28 JST 2003 takahiro@falcon.next-generation.org:/usr/obj/usr/src/sys/vaio i386 >Description: - Update to gaim-0.73 with gaim-0.72_jp2. (_jp.patch for gaim-0.73 has not released yet.) >How-To-Repeat: >Fix: diff -ruN japanese/gaim.orig/distinfo japanese/gaim/distinfo --- japanese/gaim.orig/distinfo Wed Nov 12 09:24:01 2003 +++ japanese/gaim/distinfo Sat Nov 29 12:28:59 2003 @@ -1,3 +1,3 @@ -MD5 (gaim-0.72-openssl.patch.gz) = 99ff81f3b462367c0f76bd762be4c4c1 -MD5 (gaim-0.72.tar.bz2) = 2eb9478126ffc76b9a5f3cbf7cd82062 +MD5 (gaim-0.73.tar.bz2) = b8c9a2c37d13e72badf28f1fa478f4bb +MD5 (gaim-0.73-openssl.patch.gz) = f2ac96508db568a5578bf5f0b5c28dde MD5 (gaim-0.72_jp2.patch.gz) = 81abd8269385e1797c5bcd2f9421dd9f >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 20:00:42 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3430316A4CE for ; Fri, 28 Nov 2003 20:00:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1D7643FDD for ; Fri, 28 Nov 2003 20:00:38 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT40cFY085950 for ; Fri, 28 Nov 2003 20:00:38 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT40chu085949; Fri, 28 Nov 2003 20:00:38 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 20:00:38 -0800 (PST) Resent-Message-Id: <200311290400.hAT40chu085949@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F6A16A4CF; Fri, 28 Nov 2003 19:59:31 -0800 (PST) Received: from nx5.hrz.uni-dortmund.de (nx5.HRZ.Uni-Dortmund.DE [129.217.131.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B577643F3F; Fri, 28 Nov 2003 19:59:28 -0800 (PST) (envelope-from matthias.andree@web.de) Received: from unimail.uni-dortmund.de (mx1.HRZ.Uni-Dortmund.DE [129.217.128.51]) by nx5.hrz.uni-dortmund.de (Postfix) with ESMTP id 988A24AC164; Sat, 29 Nov 2003 04:59:27 +0100 (MET) Received: from m2a2.myip.org (qjk0bxytp8va990n@pD951FAF3.dip.t-dialin.net [217.81.250.243]) (authenticated (0 bits))hAT3xDf7021290; Sat, 29 Nov 2003 04:59:13 +0100 (MET) Received: by merlin.emma.line.org (Postfix, from userid 1001) id 2C8451B204; Sat, 29 Nov 2003 04:59:12 +0100 (CET) Message-Id: <20031129035912.2C8451B204@merlin.emma.line.org> Date: Sat, 29 Nov 2003 04:59:12 +0100 (CET) From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sergei@FreeBSD.org Subject: ports/59783: [MAINTAINER] mail/cone: update to 0.56 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 04:00:42 -0000 >Number: 59783 >Category: ports >Synopsis: [MAINTAINER] mail/cone: update to 0.56 >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 Nov 28 20:00:38 PST 2003 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 5.2-BETA i386 >Organization: >Environment: System: FreeBSD merlin.emma.line.org 5.2-BETA FreeBSD 5.2-BETA #4: Thu Nov 27 02:34:11 CET 2003 >Description: Supersedes PR 59545. - Update to 0.56 - Use NOPORTDOCS for %%DOCSDIR%% stuff. - ADD NEW files/ DIRECTORY WITH ONE PATCH FILE Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- cone-0.56.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/cone/Makefile /root/cone/Makefile --- /usr/ports/mail/cone/Makefile Thu Nov 20 04:49:22 2003 +++ /root/cone/Makefile Sat Nov 29 04:56:38 2003 @@ -6,7 +6,7 @@ # PORTNAME= cone -PORTVERSION= 0.55 +PORTVERSION= 0.56 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ @@ -20,7 +20,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ aspell.15:${PORTSDIR}/textproc/aspell \ ncurses.5:${PORTSDIR}/devel/ncurses -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes @@ -36,8 +36,10 @@ do-install: cd ${WRKSRC} && make install-strip +.if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${DOCSDIR} +.endif post-install: ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${PREFIX}/sbin/cone-sysconftool diff -ruN --exclude=CVS /usr/ports/mail/cone/distinfo /root/cone/distinfo --- /usr/ports/mail/cone/distinfo Thu Nov 20 04:49:22 2003 +++ /root/cone/distinfo Sat Nov 29 03:38:20 2003 @@ -1 +1 @@ -MD5 (cone-0.55.tar.bz2) = 95c6a67fdf428a83128cdb7588372dbf +MD5 (cone-0.56.tar.bz2) = 6edd669b5c83eba3a1c3aedf25e4b395 diff -ruN --exclude=CVS /usr/ports/mail/cone/files/patch-libmail::pop3maildrop.C /root/cone/files/patch-libmail::pop3maildrop.C --- /usr/ports/mail/cone/files/patch-libmail::pop3maildrop.C Thu Jan 1 01:00:00 1970 +++ /root/cone/files/patch-libmail::pop3maildrop.C Sat Nov 29 04:30:00 2003 @@ -0,0 +1,11 @@ +--- libmail/pop3maildrop.C.orig Sun Nov 16 03:43:14 2003 ++++ libmail/pop3maildrop.C Sat Nov 29 04:29:03 2003 +@@ -13,6 +13,8 @@ + #include + #include + #include ++#include ++#include + + using namespace std; + diff -ruN --exclude=CVS /usr/ports/mail/cone/pkg-plist /root/cone/pkg-plist --- /usr/ports/mail/cone/pkg-plist Thu Nov 20 04:49:22 2003 +++ /root/cone/pkg-plist Sat Nov 29 04:56:21 2003 @@ -4,7 +4,7 @@ sbin/cone-sysconftool etc/cone.dist libexec/cone -%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog share/cone/APPLICATION.PDF.filter share/cone/IMAGE.GIF.filter share/cone/IMAGE.JPEG.filter @@ -304,20 +304,20 @@ share/cone/rootcerts/xcert-international-inc-xcert-root-01.pem share/cone/rootcerts/xcert-international-inc-xcert-root-02.pem share/cone/rootcerts/xcert-international-inc-xcert-root-03.pem -share/cone/c2417.html -share/cone/c2455.html -share/cone/r7532.html -share/cone/r7752.html -share/cone/r9158.html -share/cone/x10172.html -share/cone/x10415.html -share/cone/x10519.html -share/cone/x10761.html -share/cone/x11096.html -share/cone/x11107.html -share/cone/x9559.html -share/cone/x9765.html -share/cone/x9901.html -@dirrm %%DOCSDIR%% +share/cone/c2428.html +share/cone/c2466.html +share/cone/r7571.html +share/cone/r7791.html +share/cone/r9197.html +share/cone/x10211.html +share/cone/x10454.html +share/cone/x10558.html +share/cone/x10800.html +share/cone/x11135.html +share/cone/x11146.html +share/cone/x9598.html +share/cone/x9804.html +share/cone/x9940.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm share/cone/rootcerts @dirrm share/cone --- cone-0.56.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 21:10:29 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 090A216A4CF for ; Fri, 28 Nov 2003 21:10:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1906243FEA for ; Fri, 28 Nov 2003 21:10:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT5AMFY094623 for ; Fri, 28 Nov 2003 21:10:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT5AMcw094622; Fri, 28 Nov 2003 21:10:22 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 21:10:22 -0800 (PST) Resent-Message-Id: <200311290510.hAT5AMcw094622@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Samy Al Bahra" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0914816A4CE for ; Fri, 28 Nov 2003 21:01:34 -0800 (PST) Received: from essence.sdodson.com (67-50-80-104.br1.tbr.ga.frontiernet.net [67.50.80.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 363A743FD7 for ; Fri, 28 Nov 2003 21:01:32 -0800 (PST) (envelope-from ) Received: from beastie.freebsd.local (dial37-173.sbm.net.sa [212.46.37.173]) by essence.sdodson.com (8.12.10/8.12.10) with ESMTP id hASGeLbv031750 for ; Fri, 28 Nov 2003 16:40:24 GMT Message-Id: <1070037661@beastie.freebsd.local> Date: Fri, 28 Nov 2003 19:41:11 +0300 From: "Samy Al Bahra" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: gtk-send-pr 0.3 Subject: ports/59784: Add WITH_FRIBIDI option to x11/mlterm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 05:10:29 -0000 >Number: 59784 >Category: ports >Synopsis: Add WITH_FRIBIDI option to x11/mlterm >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 28 21:10:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Samy Al Bahra >Release: FreeBSD 5.1-CURRENT i386 >Organization: Kerneled >Environment: System: FreeBSD beastie.freebsd.local 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Aug 20 18:35:24 AST 2003 samy@beastie.freebsd.local:/usr/src/sys/i386/compile/KERNELED i386 >Description: The x11/mlterm port currently has no way for the user to enable BiDi support without tampering with CONFIGURE_ARGS directly. mlterm is a very popular terminal for users in the Middle East since it provides decent support for Arabic and Arabic-like languages, WHEN Fribidi support is enabled. >How-To-Repeat: >Fix: The following patch adds a WITH_FRIBIDI option though I do recommend to moving this to WITHOUT_FRIBIDI and enabling Fribidi by default. --- mlterm.patch begins here --- --- mlterm/Makefile Fri Nov 28 19:22:01 2003 +++ /home/samy/tmp/mlterm/Makefile Fri Nov 28 19:33:24 2003 @@ -19,6 +19,12 @@ USE_LIBTOOL= yes USE_REINPLACE= yes CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf1 --enable-utmp + +.if defined(WITH_FRIBIDI) +CONFIGURE_ARGS= --enable-fribidi +LIB_DEPENDS= fribidi.0:${PORTSDIR}/converters/fribidi +.endif + INSTALLS_SHLIB= yes MAN1= mlterm.1 mlclient.1 @@ -30,6 +36,14 @@ .else CONFIGURE_ARGS+= --enable-anti-alias LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft +.endif + +pre-everything:: +.if !defined(WITH_FRIBIDI) + @${ECHO_MSG} + @${ECHO_MSG} "You may enable BiDi support by using the" + @${ECHO_MSG} "WITH_FRIBIDI option." + @${ECHO_MSG} .endif post-configure: --- mlterm.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 22:20:03 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7060C16A4CE for ; Fri, 28 Nov 2003 22:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9783243FF3 for ; Fri, 28 Nov 2003 22:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT6K1FY099894 for ; Fri, 28 Nov 2003 22:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT6K1XN099893; Fri, 28 Nov 2003 22:20:01 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 22:20:01 -0800 (PST) Resent-Message-Id: <200311290620.hAT6K1XN099893@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Linimon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ED7816A4CE; Fri, 28 Nov 2003 22:15:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B119443F85; Fri, 28 Nov 2003 22:15:22 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT6FMFY099822; Fri, 28 Nov 2003 22:15:22 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT6FMUd099821; Fri, 28 Nov 2003 22:15:22 -0800 (PST) (envelope-from linimon) Message-Id: <200311290615.hAT6FMUd099821@freefall.freebsd.org> Date: Fri, 28 Nov 2003 22:15:22 -0800 (PST) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59785: [patch] www/wiliki: fix error in Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 06:20:03 -0000 >Number: 59785 >Category: ports >Synopsis: [patch] www/wiliki: fix error in Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 28 22:20:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: Lonesome Dove Computing Services >Environment: System: FreeBSD freefall.freebsd.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #9: Tue Sep 16 16:58:42 PDT 2003 peter@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386 >Description: Once you have already installed this port, 'make describe' will fail due to a Makefile bug, thus causing 'make index' for the ports tree to fail. The main index-building cron jobs don't catch this because the port isn't already installed when they check. This error was almost fixed in revision 1.2 but then reverted somehow in version 1.3. >How-To-Repeat: cd /usr/ports/www/wiliki; make install; make describe. Or, if you do a make -V GAUCHE_VER, you'll see the following output: `gauche-config -V` rather than its evaluation, which is what is desired. >Fix: 32c32 < GAUCHE_VER= `gauche-config -V` --- > GAUCHE_VER!= gauche-config -V >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 00:00:46 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4710A16A4CE for ; Sat, 29 Nov 2003 00:00:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259BA43FAF for ; Sat, 29 Nov 2003 00:00:45 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT80iFY012287 for ; Sat, 29 Nov 2003 00:00:44 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT80i6L012286; Sat, 29 Nov 2003 00:00:44 -0800 (PST) (envelope-from gnats) Date: Sat, 29 Nov 2003 00:00:44 -0800 (PST) Message-Id: <200311290800.hAT80i6L012286@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Kang Liu" Subject: Re: ports/59741: [maintainer update]Fix Potential security issue with search in phpbb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kang Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 08:00:46 -0000 The following reply was made to PR ports/59741; it has been noted by GNATS. From: "Kang Liu" To: , Cc: Subject: Re: ports/59741: [maintainer update]Fix Potential security issue with search in phpbb Date: Sat, 29 Nov 2003 15:51:52 +0800 Hi, portmgr Could you approve and commit this PR? Thanks very much. The details of this vulnerability: http://www.securityfocus.com/archive/1/345872 The exploit: http://www.securityfocus.com/archive/1/345937 Kang From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 00:37:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3221116A4CE; Sat, 29 Nov 2003 00:37:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86F7543F93; Sat, 29 Nov 2003 00:37:24 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT8bOFY017670; Sat, 29 Nov 2003 00:37:24 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT8bOH9017666; Sat, 29 Nov 2003 00:37:24 -0800 (PST) (envelope-from linimon) Date: Sat, 29 Nov 2003 00:37:24 -0800 (PST) From: Mark Linimon Message-Id: <200311290837.hAT8bOH9017666@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mikeh@FreeBSD.org Subject: Re: ports/59731: irc/lirc daemon "could not assign address to socket" on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 08:37:25 -0000 Synopsis: irc/lirc daemon "could not assign address to socket" on -current Responsible-Changed-From-To: freebsd-ports-bugs->mikeh Responsible-Changed-By: linimon Responsible-Changed-When: Sat Nov 29 00:36:49 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=59731 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 00:39:34 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D74316A4CE; Sat, 29 Nov 2003 00:39:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7670143F3F; Sat, 29 Nov 2003 00:39:33 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAT8dXFY017804; Sat, 29 Nov 2003 00:39:33 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAT8dXTV017800; Sat, 29 Nov 2003 00:39:33 -0800 (PST) (envelope-from linimon) Date: Sat, 29 Nov 2003 00:39:33 -0800 (PST) From: Mark Linimon Message-Id: <200311290839.hAT8dXTV017800@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nobutaka@FreeBSD.org Subject: Re: ports/59784: Add WITH_FRIBIDI option to x11/mlterm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 08:39:34 -0000 Synopsis: Add WITH_FRIBIDI option to x11/mlterm Responsible-Changed-From-To: freebsd-ports-bugs->nobutaka Responsible-Changed-By: linimon Responsible-Changed-When: Sat Nov 29 00:39:16 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=59784 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 04:00:44 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37AD116A4CE for ; Sat, 29 Nov 2003 04:00:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F3A843FDF for ; Sat, 29 Nov 2003 04:00:42 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATC0gFY033468 for ; Sat, 29 Nov 2003 04:00:42 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATC0gSJ033361; Sat, 29 Nov 2003 04:00:42 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 04:00:42 -0800 (PST) Resent-Message-Id: <200311291200.hATC0gSJ033361@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Meyser Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C76B416A4CE for ; Sat, 29 Nov 2003 03:58:33 -0800 (PST) Received: from server1.xenet.de (server1.xenet.de [193.159.181.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C5D43FF2 for ; Sat, 29 Nov 2003 03:58:32 -0800 (PST) (envelope-from Meyser@xenet.de) Received: from server.intern (xenet.harz.de [193.159.181.111]) by server1.xenet.de (8.12.5/8.12.5) with ESMTP id hATBwO1G092027 for ; Sat, 29 Nov 2003 12:58:25 +0100 (CET) (envelope-from Meyser@xenet.de) Received: from server.intern (localhost [127.0.0.1]) by server.intern (8.12.9p2/8.12.9) with ESMTP id hATBwMSm071025 for ; Sat, 29 Nov 2003 12:58:22 +0100 (CET) (envelope-from matthias@server.intern) Received: (from matthias@localhost) by server.intern (8.12.9p2/8.12.9/Submit) id hATBwMZ8071024; Sat, 29 Nov 2003 12:58:22 +0100 (CET) (envelope-from matthias) Message-Id: <200311291158.hATBwMZ8071024@server.intern> Date: Sat, 29 Nov 2003 12:58:22 +0100 (CET) From: Matthias Meyser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59787: /usr/ports/graphics/fnlib/ CHECKSUM Mismatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthias Meyser List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 12:00:44 -0000 >Number: 59787 >Category: ports >Synopsis: /usr/ports/graphics/fnlib/ CHECKSUM Mismatch >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 29 04:00:41 PST 2003 >Closed-Date: >Last-Modified: >Originator: Matthias Meyser >Release: FreeBSD 4.9-STABLE i386 >Organization: XeNET GmbH, Clausthal >Environment: System: FreeBSD server.intern 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Oct 30 19:51:45 CET 2003 root@fbsd.intern:/usr/obj/usr/src/sys/SERVER i386 >Description: new Version of fnlib is out and checksum has changed. >How-To-Repeat: cd /usr/ports/graphics/fnlib/; make >Fix: Correct checksum in distinfo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 05:20:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3557516A4CE for ; Sat, 29 Nov 2003 05:20:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540CB43FAF for ; Sat, 29 Nov 2003 05:20:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATDKFFY052260 for ; Sat, 29 Nov 2003 05:20:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATDKFSC052259; Sat, 29 Nov 2003 05:20:15 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 05:20:15 -0800 (PST) Resent-Message-Id: <200311291320.hATDKFSC052259@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, No Name Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BB8116A4CE for ; Sat, 29 Nov 2003 05:12:14 -0800 (PST) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id F3C3343FDF for ; Sat, 29 Nov 2003 05:12:11 -0800 (PST) (envelope-from arundel@gmx.net) Received: (qmail 988 invoked by uid 65534); 29 Nov 2003 13:12:10 -0000 Received: from p5089EBF5.dip.t-dialin.net (EHLO freebsd-usr) (80.137.235.245) by mail.gmx.net (mp008) with SMTP; 29 Nov 2003 14:12:10 +0100 Received: by freebsd-usr (sSMTP sendmail emulation); Sat, 29 Nov 2003 14:14:09 +0100 Message-Id: <20031129131408.GA81527@gmx.net> Date: Sat, 29 Nov 2003 14:14:09 +0100 From: "alexander" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59788: sysutils/portupgrade ignores line breaks '\n' in Makefiles X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: No Name List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 13:20:17 -0000 >Number: 59788 >Category: ports >Synopsis: sysutils/portupgrade ignores line breaks '\n' in Makefiles >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 29 05:20:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: No Name >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD skatecity 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Nov 14 17:57:57 CET 2003 root@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386 >Description: When using sysutils/portupgrade on a port that sends a text ouput to the console and is using the '\n' code for line breaks portupgrade won't recognise the '\n' as line break, but prints them to the output. >How-To-Repeat: 'portupgrade -f java/diablo-jdk13' (without the package in distfiles) >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 05:30:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3851116A4CE for ; Sat, 29 Nov 2003 05:30:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CC9F43FDD for ; Sat, 29 Nov 2003 05:30:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATDUAFY052608 for ; Sat, 29 Nov 2003 05:30:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATDUAS4052607; Sat, 29 Nov 2003 05:30:10 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 05:30:10 -0800 (PST) Resent-Message-Id: <200311291330.hATDUAS4052607@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clement Laforet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5267A16A4CE for ; Sat, 29 Nov 2003 05:27:56 -0800 (PST) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 109BD43F75 for ; Sat, 29 Nov 2003 05:27:54 -0800 (PST) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 84565 invoked by uid 85); 29 Nov 2003 14:27:52 +0100 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.04002 secs); 29 Nov 2003 13:27:52 -0000 Received: from unknown (HELO lucifer.cultdeadsheep.org) (192.168.0.2) by goofy.cultdeadsheep.org with SMTP; 29 Nov 2003 14:27:51 +0100 Received: by lucifer.cultdeadsheep.org (sSMTP sendmail emulation); Sat, 29 Nov 2003 14:28:05 +0100 Message-Id: <20031129132754.109BD43F75@mx1.FreeBSD.org> Date: Sat, 29 Nov 2003 14:28:05 +0100 From: "Clement Laforet" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Clement Laforet Subject: ports/59789: [update orphaned port] mail/teapop: update to 0.3.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 13:30:13 -0000 >Number: 59789 >Category: ports >Synopsis: [update orphaned port] mail/teapop: update to 0.3.8 >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: Sat Nov 29 05:30:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 5.2-BETA i386 >Organization: cotds.org >Environment: System: FreeBSD lucifer.cultdeadsheep.org 5.2-BETA FreeBSD 5.2-BETA #0: Fri Nov 28 21:23:08 CET 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386 >Description: Update teapop to 0.3.8 >How-To-Repeat: N/A. >Fix: --- teapop.diff begins here --- Index: teapop/Makefile =================================================================== RCS file: /WORK/REPO/FreeBSD/ports/mail/teapop/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- teapop/Makefile 27 Sep 2003 00:50:08 -0000 1.23 +++ teapop/Makefile 29 Nov 2003 12:02:45 -0000 @@ -6,7 +6,7 @@ # PORTNAME= teapop -PORTVERSION= 0.3.7 +PORTVERSION= 0.3.8 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-flock +## ## Available knobs: ## General options ## WITHOUT_IPV6: disable IPv6 support @@ -55,10 +56,12 @@ MAN8= teapop.8 +## ## Authentication backend ## WITH_OPENLDAP: add support for authentication through OpenLDAP server ## WITH_MYSQL: enable support for authentication from MySQL database ## WITH_PGSQL: enable support for authentication from PostgreSQL database +## .if defined(WITH_PGSQL) CONFIGURE_ARGS+= --with-pgsql @@ -76,7 +79,7 @@ .endif show-options: - @${EGREP} '^##' ${.CURDIR}/Makefile | ${SED} 's/##//' + @${SED} -ne 's/^##//p' ${.CURDIR}/Makefile post-install: @${ECHO_MSG} "" Index: teapop/distinfo =================================================================== RCS file: /WORK/REPO/FreeBSD/ports/mail/teapop/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- teapop/distinfo 21 Aug 2003 05:29:11 -0000 1.10 +++ teapop/distinfo 29 Nov 2003 11:56:55 -0000 @@ -1 +1 @@ -MD5 (teapop-0.3.7.tar.gz) = 0e67030968e48e4307df854d433cc6f4 +MD5 (teapop-0.3.8.tar.gz) = c322c20018663a1a9b7860966cbd4ed2 --- teapop.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 06:10:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9220016A4CF for ; Sat, 29 Nov 2003 06:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CDA943FE5 for ; Sat, 29 Nov 2003 06:10:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATEAJFY057739 for ; Sat, 29 Nov 2003 06:10:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATEAJ9c057738; Sat, 29 Nov 2003 06:10:19 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 06:10:19 -0800 (PST) Resent-Message-Id: <200311291410.hATEAJ9c057738@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alexey Zaytsev" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78CD516A4CE for ; Sat, 29 Nov 2003 06:03:58 -0800 (PST) Received: from mail.inetcomm.ru (mail.inetcomm.ru [212.152.32.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C415743FAF for ; Sat, 29 Nov 2003 06:03:56 -0800 (PST) (envelope-from ) Received: by mail.inetcomm.ru (Postfix, from userid 90) id D1A0A17A48; Sat, 29 Nov 2003 17:03:53 +0300 (MSK) Received: from sweethome.mangoost.tronet.troitsk.ru (unknown [212.152.36.114]) by mail.inetcomm.ru (Postfix) with ESMTP id A03D21757B for ; Sat, 29 Nov 2003 17:03:46 +0300 (MSK) Message-Id: <1070114586@sweethome.mangoost.tronet.troitsk.ru> Date: Sat, 29 Nov 2003 17:03:12 +0300 From: "Alexey Zaytsev" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: gtk-send-pr 0.2 Subject: ports/59790: New port: sysutils/gkrellmwho2 Displays logged in users X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 14:10:22 -0000 >Number: 59790 >Category: ports >Synopsis: New port: sysutils/gkrellmwho2 Displays logged in users >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: Sat Nov 29 06:10:18 PST 2003 >Closed-Date: >Last-Modified: >Originator: Alexey Zaytsev >Release: FreeBSD 5.2-BETA i386 >Organization: >Environment: System: FreeBSD sweethome.mangoost.tronet.troitsk.ru 5.2-BETA FreeBSD 5.2-BETA #4: Fri Nov 28 18:22:54 MSK 2003 root@sweethome.mangoost.tronet.troitsk.ru:/var/obj/usr/local/data/src-current/sys/MANGOOST i386 >Description: This plugin displays currently logged in users in a scrolling line. It also shows number of logins for each username and may show idle status. >How-To-Repeat: >Fix: --- gkrellmwho2.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gkrellmwho2 # gkrellmwho2/Makefile # gkrellmwho2/distinfo # gkrellmwho2/pkg-descr # gkrellmwho2/pkg-plist # echo c - gkrellmwho2 mkdir -p gkrellmwho2 > /dev/null 2>&1 echo x - gkrellmwho2/Makefile sed 's/^X//' >gkrellmwho2/Makefile << 'END-of-gkrellmwho2/Makefile' X# New ports collection makefile for: gkrellmwho2 X# Date created: 12 Nov 2003 X# Whom: Alexey Zaytsev X# X# $FreeBSD$ X# X XPORTNAME= gkrellmwho2 XPORTVERSION= 0.2.8 XCATEGORIES= sysutils XMASTER_SITES= http://shisha.spb.ru/ \ X http://users.podolsk.ru/c104598/ XDISTNAME= ${PORTNAME}-${PORTVERSION}.orig XDISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} X XMAINTAINER= mangoost@inetcomm.ru XCOMMENT= Displays logged in users X XBUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 XRUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 X XHAS_CONFIGURE= yes XUSE_X_PREFIX= yes X XALL_TARGET= X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/gkrellmwho2.so ${PREFIX}/libexec/gkrellm2/plugins/ X X.include END-of-gkrellmwho2/Makefile echo x - gkrellmwho2/distinfo sed 's/^X//' >gkrellmwho2/distinfo << 'END-of-gkrellmwho2/distinfo' XMD5 (gkrellmwho2_0.2.8.orig.tar.gz) = 7df89155799d8c1cd2a430a41ce1a7a9 END-of-gkrellmwho2/distinfo echo x - gkrellmwho2/pkg-descr sed 's/^X//' >gkrellmwho2/pkg-descr << 'END-of-gkrellmwho2/pkg-descr' XThis plugin displays currently logged in users in a scrolling line. XIt also shows number of logins for each username and may show idle status. X XAuthor: Alexander Shishckin X X-- Alexey Zaytsev Xmangoost@inetcomm.net END-of-gkrellmwho2/pkg-descr echo x - gkrellmwho2/pkg-plist sed 's/^X//' >gkrellmwho2/pkg-plist << 'END-of-gkrellmwho2/pkg-plist' Xlibexec/gkrellm2/plugins/gkrellmwho2.so END-of-gkrellmwho2/pkg-plist exit --- gkrellmwho2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 08:10:04 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 776D816A4CE for ; Sat, 29 Nov 2003 08:10:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6690443FE1 for ; Sat, 29 Nov 2003 08:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATGA2FY067413 for ; Sat, 29 Nov 2003 08:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATGA2VG067412; Sat, 29 Nov 2003 08:10:02 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 08:10:02 -0800 (PST) Resent-Message-Id: <200311291610.hATGA2VG067412@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Statue Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10D4016A4CE for ; Sat, 29 Nov 2003 08:05:29 -0800 (PST) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id A089C43F93 for ; Sat, 29 Nov 2003 08:05:27 -0800 (PST) (envelope-from statue@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1014) id EF02F393; Sun, 30 Nov 2003 00:05:29 +0800 (CST) Message-Id: <20031129160529.EF02F393@freebsd.sinica.edu.tw> Date: Sun, 30 Nov 2003 00:05:29 +0800 (CST) From: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59793: New port: chinese/mingunittf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Statue List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 16:10:04 -0000 >Number: 59793 >Category: ports >Synopsis: New port: chinese/mingunittf >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: Sat Nov 29 08:10:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #4: Mon Sep 15 18:44:48 CST 2003 root@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: This port installs Chinese Big5HKSCS TrueType Mingti fonts. WWW: http://www.info.gov.hk/digital21/unicode/hkscs/reference_iso10646.html >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mingunittf/ # mingunittf/Makefile # mingunittf/distinfo # mingunittf/pkg-deinstall # mingunittf/pkg-descr # mingunittf/pkg-install # mingunittf/pkg-plist # echo c - mingunittf/ mkdir -p mingunittf/ > /dev/null 2>&1 echo x - mingunittf/Makefile sed 's/^X//' >mingunittf/Makefile << 'END-of-mingunittf/Makefile' X# New ports collection makefile for: HKSCS Chinese TrueType fonts X# Date created: 29 Nov 2003 X# Whom: Shen Chuan-Hsing X# X# $FreeBSD$ X# X XPORTNAME= mingunittf XPORTVERSION= 2.11 XCATEGORIES= chinese x11-fonts XMASTER_SITES= http://www.info.gov.hk/digital21/chi/hkscs/download/ XDISTNAME= ming_uni.ttf XEXTRACT_SUFX= .gz X XMAINTAINER= ports@freebsd.org XCOMMENT= Chinese Big5HKSCS TrueType fonts X XRUN_DEPENDS= ttfm.sh:${PORTSDIR}/chinese/ttfm X XEXTRACT_CMD= ${GZIP_CMD} XEXTRACT_BEFORE_ARGS= -dc XEXTRACT_AFTER_ARGS= > ${WRKSRC}/minguni.ttf XNO_BUILD= yes XSHAREMODE= 644 XWRKSRC= ${WRKDIR} XUSE_XLIB= yes XFONTDIR= ${PREFIX}/share/fonts/TrueType XXFONTDIR= ${X11BASE}/lib/X11/fonts/TrueType XINSTALL_ENV= PKG_PREFIX=${PREFIX} X X.include X Xdo-install: X @${MKDIR} ${FONTDIR} X @${INSTALL_DATA} ${WRKSRC}/minguni.ttf ${FONTDIR} X @${SETENV} ${INSTALL_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL X X.include END-of-mingunittf/Makefile echo x - mingunittf/distinfo sed 's/^X//' >mingunittf/distinfo << 'END-of-mingunittf/distinfo' XMD5 (ming_uni.ttf.gz) = 336c9bc8944b34ba0e3eeb1f2999eb1f END-of-mingunittf/distinfo echo x - mingunittf/pkg-deinstall sed 's/^X//' >mingunittf/pkg-deinstall << 'END-of-mingunittf/pkg-deinstall' X#!/bin/sh X Xif [ "$2" != "DEINSTALL" ]; then X exit 0 Xfi X XPKGNAME=$1 XPREFIX=${PKG_PREFIX} XTTFM=${PKG_PREFIX}/bin/ttfm.sh X XFONTDIR=${PREFIX}/share/fonts/TrueType XFONTS="minguni.ttf" X Xif [ -r $FONTDIR/$PKGNAME ]; then X for i in `cat $FONTDIR/$PKGNAME`; do X for f in $FONTS; do X $TTFM --remove $i $f X done X done Xfi X Xrm -f $FONTDIR/$PKGNAME X Xexit 0 END-of-mingunittf/pkg-deinstall echo x - mingunittf/pkg-descr sed 's/^X//' >mingunittf/pkg-descr << 'END-of-mingunittf/pkg-descr' XThis port installs Chinese Big5HKSCS TrueType Mingti fonts. X XWWW: http://www.info.gov.hk/digital21/unicode/hkscs/reference_iso10646.html END-of-mingunittf/pkg-descr echo x - mingunittf/pkg-install sed 's/^X//' >mingunittf/pkg-install << 'END-of-mingunittf/pkg-install' X#!/bin/sh X Xif [ "$2" = "PRE-INSTALL" ]; then X exit 0 Xfi X XPKGNAME=$1 XPREFIX=${PKG_PREFIX} XTTFM=${PREFIX}/bin/ttfm.sh X XFONTDIR=${PREFIX}/share/fonts/TrueType XFONTS="minguni.ttf" X Xif [ ! -x $TTFM ]; then X echo "$TTFM not found!" X exit 1 Xfi X Xrm -f $FONTDIR/$PKGNAME X Xif [ "X$WITHOUT_X" = "X" ]; then X for f in $FONTS; do X $TTFM --add xttfm $FONTDIR/$f X done X echo "xttfm" >> $FONTDIR/$PKGNAME Xfi X Xexit 0 END-of-mingunittf/pkg-install echo x - mingunittf/pkg-plist sed 's/^X//' >mingunittf/pkg-plist << 'END-of-mingunittf/pkg-plist' Xshare/fonts/TrueType/minguni.ttf X@unexec rmdir %D/share/fonts/TrueType 2>/dev/null || true X@unexec rmdir %D/share/fonts 2>/dev/null || true END-of-mingunittf/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 08:30:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 176AD16A4CE for ; Sat, 29 Nov 2003 08:30:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86F8743FDF for ; Sat, 29 Nov 2003 08:30:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATGUIFY068069 for ; Sat, 29 Nov 2003 08:30:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATGUIrJ068068; Sat, 29 Nov 2003 08:30:18 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 08:30:18 -0800 (PST) Resent-Message-Id: <200311291630.hATGUIrJ068068@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Markus Brueffer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 709DC16A4CE for ; Sat, 29 Nov 2003 08:27:50 -0800 (PST) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE0343F85 for ; Sat, 29 Nov 2003 08:27:48 -0800 (PST) (envelope-from brueffer@maquis.hitnet.rwth-aachen.de) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HP400CB1FTA8U@ms-dienst.rz.rwth-aachen.de> for FreeBSD-gnats-submit@freebsd.org; Sat, 29 Nov 2003 17:15:10 +0100 (MET) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Sat, 29 Nov 2003 17:15:10 +0100 (MET) Received: from maquis.hitnet.rwth-aachen.de (maquis.hitnet.RWTH-Aachen.DE [137.226.181.137])hATGF9sU026994 for ; Sat, 29 Nov 2003 17:15:09 +0100 (MET) Received: by maquis.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 6A3351C1; Sat, 29 Nov 2003 17:21:22 +0100 (CET) Message-Id: <20031129162122.6A3351C1@maquis.hitnet.rwth-aachen.de> Date: Sat, 29 Nov 2003 17:21:22 +0100 (CET) From: Markus Brueffer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59794: [non maintainer] finance/kexchange: take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Markus Brueffer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 16:30:23 -0000 X-List-Received-Date: Sat, 29 Nov 2003 16:30:23 -0000 >Number: 59794 >Category: ports >Synopsis: [non maintainer] finance/kexchange: take maintainership >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: Sat Nov 29 08:30:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: Markus Brueffer >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD cheops.phoenix 5.1-CURRENT FreeBSD 5.1-CURRENT #11: Thu Nov 13 12:26:36 CET 2003 brueffer@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386 >Description: - give orphaned port finance/kexchange a new home :) - respect CFLAGS and PTHREAD_LIBS >How-To-Repeat: >Fix: --- kexchange.diff begins here --- diff -ruN kexchange.orig/Makefile kexchange/Makefile --- kexchange.orig/Makefile Sat Nov 29 16:52:18 2003 +++ kexchange/Makefile Sat Nov 29 16:56:43 2003 @@ -10,13 +10,18 @@ CATEGORIES= finance kde MASTER_SITES= http://ftp.kde.com/Financial_Investment/Currency_Tools/KExchange/ \ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= brueffer@phoenix-systems.de COMMENT= KDE currency converter USE_KDELIBS_VER= 3 GNU_CONFIGURE= yes +USE_REINPLACE= yes + CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -.include +post-patch: + @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + +.include +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include --- kexchange.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 08:30:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67F6816A4CE for ; Sat, 29 Nov 2003 08:30:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9FD343FE1 for ; Sat, 29 Nov 2003 08:30:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATGUIFY068083 for ; Sat, 29 Nov 2003 08:30:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATGUInx068082; Sat, 29 Nov 2003 08:30:18 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 08:30:18 -0800 (PST) Resent-Message-Id: <200311291630.hATGUInx068082@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Markus Brueffer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1265416A4CF for ; Sat, 29 Nov 2003 08:27:52 -0800 (PST) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FCBD43F85 for ; Sat, 29 Nov 2003 08:27:50 -0800 (PST) (envelope-from brueffer@maquis.hitnet.rwth-aachen.de) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HP400B2ZFTGUN@ms-dienst.rz.rwth-aachen.de> for FreeBSD-gnats-submit@freebsd.org; Sat, 29 Nov 2003 17:15:17 +0100 (MET) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Sat, 29 Nov 2003 17:15:16 +0100 (MET) Received: from maquis.hitnet.rwth-aachen.de (maquis.hitnet.RWTH-Aachen.DE [137.226.181.137])hATGFGsU027001 for ; Sat, 29 Nov 2003 17:15:16 +0100 (MET) Received: by maquis.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 71BA21D6; Sat, 29 Nov 2003 17:21:29 +0100 (CET) Message-Id: <20031129162129.71BA21D6@maquis.hitnet.rwth-aachen.de> Date: Sat, 29 Nov 2003 17:21:29 +0100 (CET) From: Markus Brueffer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59795: [maintainer update] deskutils/dragstack to 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Markus Brueffer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 16:30:23 -0000 >Number: 59795 >Category: ports >Synopsis: [maintainer update] deskutils/dragstack to 1.3 >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: Sat Nov 29 08:30:18 PST 2003 >Closed-Date: >Last-Modified: >Originator: Markus Brueffer >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD cheops.phoenix 5.1-CURRENT FreeBSD 5.1-CURRENT #11: Thu Nov 13 12:26:36 CET 2003 brueffer@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386 >Description: Port update: deskutils/dragstack to 1.3 >How-To-Repeat: >Fix: --- dragstack.diff begins here --- diff -ruN dragstack.orig/Makefile dragstack/Makefile --- dragstack.orig/Makefile Sat Nov 29 16:05:25 2003 +++ dragstack/Makefile Sat Nov 29 16:44:19 2003 @@ -5,7 +5,7 @@ # $FreeBSD: ports/deskutils/dragstack/Makefile,v 1.2 2003/11/17 09:20:07 krion Exp $ PORTNAME= dragstack -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,6 +19,9 @@ INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +post-extract: + @${TOUCH} ${WRKSRC}/config.h.in post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} diff -ruN dragstack.orig/distinfo dragstack/distinfo --- dragstack.orig/distinfo Sat Nov 29 16:05:25 2003 +++ dragstack/distinfo Sat Nov 29 16:07:08 2003 @@ -1 +1 @@ -MD5 (dragstack-1.2.tar.gz) = 6256689a9541cb35a22782601b7e1751 +MD5 (dragstack-1.3.tar.gz) = 7507cb92655dba60952ccb5d5f355bfb diff -ruN dragstack.orig/files/patch-dragiface.kidl dragstack/files/patch-dragiface.kidl --- dragstack.orig/files/patch-dragiface.kidl Thu Jan 1 01:00:00 1970 +++ dragstack/files/patch-dragiface.kidl Sat Nov 29 16:27:15 2003 @@ -0,0 +1,9 @@ +--- dragstack/dragiface.kidl.orig Sat Nov 29 16:26:23 2003 ++++ dragstack/dragiface.kidl Sat Nov 29 16:26:41 2003 +@@ -1,5 +1,5 @@ + +-/home/dominik/Desktop/Programming/dragstack/dragstack/dragiface.h ++dragiface.h + kurl.h + dcopobject.h + diff -ruN dragstack.orig/files/patch-dragiface_skel.cpp dragstack/files/patch-dragiface_skel.cpp --- dragstack.orig/files/patch-dragiface_skel.cpp Sat Nov 29 16:05:25 2003 +++ dragstack/files/patch-dragiface_skel.cpp Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- dragstack/dragiface_skel.cpp.orig Sun Nov 16 13:37:49 2003 -+++ dragstack/dragiface_skel.cpp Sun Nov 16 13:38:21 2003 -@@ -6,7 +6,7 @@ - ** - *****************************************************************************/ - --#include "/home/dominik/Desktop/Programming/dragstack/dragstack/dragiface.h" -+#include "dragiface.h" - - #include - diff -ruN dragstack.orig/pkg-plist dragstack/pkg-plist --- dragstack.orig/pkg-plist Sat Nov 29 16:05:25 2003 +++ dragstack/pkg-plist Sat Nov 29 16:31:22 2003 @@ -2,10 +2,10 @@ lib/libdragstack.so lib/libdragstack.so.1 share/apps/kicker/applets/dragstack.desktop -share/icons/locolor/32x32/apps/dragstack.png -@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor 2>/dev/null || true +share/icons/hicolor/32x32/apps/dragstack.png +@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true @unexec rmdir %D/share/icons 2>/dev/null || true @unexec rmdir %D/share/apps/kicker/applets 2>/dev/null || true @unexec rmdir %D/share/apps/kicker 2>/dev/null || true --- dragstack.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 08:40:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2618316A4CE for ; Sat, 29 Nov 2003 08:40:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2207D43F75 for ; Sat, 29 Nov 2003 08:40:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATGeLFY068830 for ; Sat, 29 Nov 2003 08:40:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATGeKml068818; Sat, 29 Nov 2003 08:40:20 -0800 (PST) (envelope-from gnats) Date: Sat, 29 Nov 2003 08:40:20 -0800 (PST) Message-Id: <200311291640.hATGeKml068818@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: statue@freebsd.sinica.edu.tw (Statue) Subject: Re: ports/59793: New port: chinese/mingunittf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Statue List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 16:40:22 -0000 The following reply was made to PR ports/59793; it has been noted by GNATS. From: statue@freebsd.sinica.edu.tw (Statue) To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/59793: New port: chinese/mingunittf Date: Sun, 30 Nov 2003 00:36:40 +0800 (CST) # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mingunittf/ # mingunittf/Makefile # mingunittf/distinfo # mingunittf/pkg-descr # mingunittf/pkg-plist # echo c - mingunittf/ mkdir -p mingunittf/ > /dev/null 2>&1 echo x - mingunittf/Makefile sed 's/^X//' >mingunittf/Makefile << 'END-of-mingunittf/Makefile' X# New ports collection makefile for: HKSCS Chinese TrueType fonts X# Date created: 29 Nov 2003 X# Whom: Shen Chuan-Hsing X# X# $FreeBSD$ X# X XPORTNAME= mingunittf XPORTVERSION= 1.08 XCATEGORIES= chinese x11-fonts XMASTER_SITES= http://www.info.gov.hk/digital21/chi/hkscs/download/ XDISTNAME= ming_uni.ttf XEXTRACT_SUFX= .gz X XMAINTAINER= ports@freebsd.org XCOMMENT= Chinese Big5HKSCS TrueType fonts X XBUILD_DEPENDS= ttfm.sh:${PORTSDIR}/chinese/ttfm \ X fc-cache:${PORTSDIR}/x11-fonts/fontconfig XRUN_DEPENDS= ttfm.sh:${PORTSDIR}/chinese/ttfm \ X fc-cache:${PORTSDIR}/x11-fonts/fontconfig X XEXTRACT_CMD= ${GZIP_CMD} XEXTRACT_BEFORE_ARGS= -dc XEXTRACT_AFTER_ARGS= > ${WRKSRC}/minguni.ttf XNO_BUILD= yes XSHAREMODE= 644 XWRKSRC= ${WRKDIR} XUSE_XLIB= yes XFONTDIR= ${PREFIX}/share/fonts/TrueType XXFONTDIR= ${X11BASE}/lib/X11/fonts/TrueType XINSTALL_ENV= PKG_PREFIX=${PREFIX} X X.include X Xdo-install: X @${MKDIR} ${FONTDIR} X @${INSTALL_DATA} ${WRKSRC}/minguni.ttf ${FONTDIR} X @${ECHO_MSG} "===> Running ttfm.sh" X -@${PREFIX}/bin/ttfm.sh --add xttfm minguni.ttf X @${ECHO_MSG} "===> Running fc-cache" X -@${X11BASE}/bin/fc-cache -f -v ${XFONTDIR} X X.include END-of-mingunittf/Makefile echo x - mingunittf/distinfo sed 's/^X//' >mingunittf/distinfo << 'END-of-mingunittf/distinfo' XMD5 (ming_uni.ttf.gz) = 336c9bc8944b34ba0e3eeb1f2999eb1f END-of-mingunittf/distinfo echo x - mingunittf/pkg-descr sed 's/^X//' >mingunittf/pkg-descr << 'END-of-mingunittf/pkg-descr' XThis port installs Chinese Big5HKSCS TrueType Mingti fonts. X XWWW: http://www.info.gov.hk/digital21/unicode/hkscs/reference_iso10646.html END-of-mingunittf/pkg-descr echo x - mingunittf/pkg-plist sed 's/^X//' >mingunittf/pkg-plist << 'END-of-mingunittf/pkg-plist' X@unexec %D/bin/ttfm.sh --remove xttfm %D/share/fonts/TrueType/minguni.ttf || true Xshare/fonts/TrueType/minguni.ttf X@exec %D/bin/ttfm.sh --add xttfm %D/share/fonts/TrueType/minguni.ttf || true X@unexec %%X11BASE%%/bin/fc-cache -f -v %%X11BASE%%/lib/X11/fonts/TrueType || true X@exec %%X11BASE%%/bin/fc-cache -f -v %%X11BASE%%/lib/X11/fonts/TrueType || true X@unexec rmdir %D/share/fonts/TrueType 2>/dev/null || true X@unexec rmdir %D/share/fonts 2>/dev/null || true END-of-mingunittf/pkg-plist exit From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 08:50:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AE2016A4CE for ; Sat, 29 Nov 2003 08:50:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE17343FDD for ; Sat, 29 Nov 2003 08:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATGo5FY069628 for ; Sat, 29 Nov 2003 08:50:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATGo53O069627; Sat, 29 Nov 2003 08:50:05 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 08:50:05 -0800 (PST) Resent-Message-Id: <200311291650.hATGo53O069627@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thierry Thomas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 920CF16A4CE for ; Sat, 29 Nov 2003 08:45:56 -0800 (PST) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA4343FBF for ; Sat, 29 Nov 2003 08:45:55 -0800 (PST) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id A6703752D; Sat, 29 Nov 2003 17:44:50 +0100 (CET) Message-Id: <20031129164450.A6703752D@graf.pompo.net> Date: Sat, 29 Nov 2003 17:44:50 +0100 (CET) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59796: mail/spambnc: upgrading to version 1.8 (031128). X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 16:50:22 -0000 >Number: 59796 >Category: ports >Synopsis: mail/spambnc: upgrading to version 1.8 (031128). >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 29 08:50:05 PST 2003 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.9-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Nov 20 23:06:13 CET 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: Upgrading to the latest vesrion, and adding a master site. >How-To-Repeat: N/A. >Fix: Please apply the following patch: --- spambnc.diff begins here --- diff -urN mail/spambnc.orig/Makefile mail/spambnc/Makefile --- mail/spambnc.orig/Makefile Thu Nov 13 14:30:39 2003 +++ mail/spambnc/Makefile Sat Nov 29 14:58:48 2003 @@ -6,9 +6,10 @@ # PORTNAME= spambnc -PORTVERSION= 20031106 +PORTVERSION= 20031128 CATEGORIES= mail -MASTER_SITES= http://www.spambouncer.org/ +MASTER_SITES= http://www.spambouncer.org/ \ + ftp://ftp.spambouncer.org/ DISTFILES= sb.tar.Z index.shtml DIST_SUBDIR= spambnc-${PORTVERSION} EXTRACT_ONLY= sb.tar.Z diff -urN mail/spambnc.orig/distinfo mail/spambnc/distinfo --- mail/spambnc.orig/distinfo Mon Nov 10 11:57:26 2003 +++ mail/spambnc/distinfo Sat Nov 29 14:59:44 2003 @@ -1,2 +1,2 @@ -MD5 (spambnc-20031106/sb.tar.Z) = dacab27c750ebef941163f7df609b2dd -MD5 (spambnc-20031106/index.shtml) = IGNORE +MD5 (spambnc-20031128/sb.tar.Z) = 6462d7f662863be6d51e0daded62fb35 +MD5 (spambnc-20031128/index.shtml) = IGNORE --- spambnc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 09:32:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7733116A4CE; Sat, 29 Nov 2003 09:32:14 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 332CB43FB1; Sat, 29 Nov 2003 09:32:11 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hATHWAUF005817; Sat, 29 Nov 2003 12:32:10 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hATHWAIo005814; Sat, 29 Nov 2003 12:32:10 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Sat, 29 Nov 2003 12:32:09 -0500 (EST) From: Trevor Johnson To: portmgr@freebsd.org Message-ID: <20031129122319.H99290@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@freebsd.org Subject: patch to linux-atk, -glib2, -ttfonts, -expat, -fontconfig, -XFree86-libs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 17:32:14 -0000 to make them bento-correct (untested) I may be away from the computer today. Someone else can commit this, if it is approved by portmgr. -- Trevor Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 09:36:33 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84BBB16A4CE; Sat, 29 Nov 2003 09:36:33 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84D0543F75; Sat, 29 Nov 2003 09:36:32 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hATHaWUF006245; Sat, 29 Nov 2003 12:36:32 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hATHaVLl006242; Sat, 29 Nov 2003 12:36:31 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Sat, 29 Nov 2003 12:36:31 -0500 (EST) From: Trevor Johnson To: portmgr@freebsd.org Message-ID: <20031129123505.W99290@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@freebsd.org Subject: patch to ports/audio/denemo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 17:36:33 -0000 to make it bento-correct (untested) I may be away from the computer today, so I'd like it if someone else would commit this, if it is approved by portmgr. -- Trevor Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 10:30:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58F1A16A4CE for ; Sat, 29 Nov 2003 10:30:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A70443FBD for ; Sat, 29 Nov 2003 10:30:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATIUIFY085320 for ; Sat, 29 Nov 2003 10:30:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATIUIgN085319; Sat, 29 Nov 2003 10:30:18 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 10:30:18 -0800 (PST) Resent-Message-Id: <200311291830.hATIUIgN085319@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Pelleg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55A0216A4CE for ; Sat, 29 Nov 2003 10:26:50 -0800 (PST) Received: from gw.pelleg.org (gw.pelleg.org [205.201.13.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4BE43FD7 for ; Sat, 29 Nov 2003 10:26:44 -0800 (PST) (envelope-from dpelleg+@cs.cmu.edu) Received: from palraz.wburn (palraz [192.168.1.1]) by gw.pelleg.org (Postfix) with ESMTP id D43725A4E for ; Sat, 29 Nov 2003 13:26:42 -0500 (EST) Received: by palraz.wburn (Postfix, from userid 7675) id 47C3C4DB; Sat, 29 Nov 2003 13:26:42 -0500 (EST) Message-Id: <20031129182642.47C3C4DB@palraz.wburn> Date: Sat, 29 Nov 2003 13:26:42 -0500 (EST) From: Dan Pelleg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59798: Maintainer update: security/hunch to 1.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Pelleg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 18:30:21 -0000 >Number: 59798 >Category: ports >Synopsis: Maintainer update: security/hunch to 1.1.3 >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: Sat Nov 29 10:30:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: Dan Pelleg >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD l 4.7-STABLE FreeBSD 4.7-STABLE #8: Wed Jul 3 21:28:13 EDT 2002 d@p i386 >Description: port updated to latest version. >How-To-Repeat: >Fix: diff -ruN hunch-1.1.1/Makefile hunch-1.1.3/Makefile --- hunch-1.1.1/Makefile Sun Oct 12 18:13:20 2003 +++ hunch-1.1.3/Makefile Sat Nov 29 12:43:18 2003 @@ -6,9 +6,10 @@ # PORTNAME= hunch -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.3 CATEGORIES= security -MASTER_SITES= http://web.cs.cmu.edu/~dpelleg/download/ +MASTER_SITES= http://s89813419.onlinehome.us/ \ + http://web.cs.cmu.edu/~dpelleg/download/ MAINTAINER= daniel+hunch@pelleg.org COMMENT= Scan httpd log files, find vulnerability probes, mail admins diff -ruN hunch-1.1.1/distinfo hunch-1.1.3/distinfo --- hunch-1.1.1/distinfo Sun Oct 12 19:28:44 2003 +++ hunch-1.1.3/distinfo Sat Nov 29 13:17:12 2003 @@ -1 +1 @@ -MD5 (hunch-1.1.1.tar.gz) = 8bc62c3f8649488c1b5e437eaac05269 +MD5 (hunch-1.1.3.tar.gz) = 2fc586ef1e9ea69a4029c17a6ba3b01b >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 12:30:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC40916A4CE for ; Sat, 29 Nov 2003 12:30:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8450143FE5 for ; Sat, 29 Nov 2003 12:30:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATKU8FY004269 for ; Sat, 29 Nov 2003 12:30:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATKU8NV004268; Sat, 29 Nov 2003 12:30:08 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 12:30:08 -0800 (PST) Resent-Message-Id: <200311292030.hATKU8NV004268@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robin Breathe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CDB216A4CE for ; Sat, 29 Nov 2003 12:23:25 -0800 (PST) Received: from mx.dsl.isometry.net (cpc3-oxfd2-6-0-cust207.oxfd.cable.ntl.com [81.103.193.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94F0743FE3 for ; Sat, 29 Nov 2003 12:23:24 -0800 (PST) (envelope-from root@mx.dsl.isometry.net) Received: by mx.dsl.isometry.net (Postfix, from userid 0) id 9CD6312A; Sat, 29 Nov 2003 20:23:21 +0000 (UTC) Message-Id: <20031129202321.9CD6312A@mx.dsl.isometry.net> Date: Sat, 29 Nov 2003 20:23:21 +0000 (UTC) From: Robin Breathe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: jim@corebsd.or.id Subject: ports/59800: Update port: security/flawfinder to 1.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 20:30:11 -0000 >Number: 59800 >Category: ports >Synopsis: Update port: security/flawfinder to 1.24 >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: Sat Nov 29 12:30:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: Robin Breathe >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.24 >How-To-Repeat: >Fix: --- patch-flawfinder-1.24 begins here --- diff -ruN flawfinder.old/Makefile flawfinder/Makefile --- flawfinder.old/Makefile Thu Mar 27 01:21:55 2003 +++ flawfinder/Makefile Sat Nov 29 20:11:35 2003 @@ -7,7 +7,7 @@ # PORTNAME= flawfinder -PORTVERSION= 1.22 +PORTVERSION= 1.24 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ http://www.dwheeler.com/flawfinder/ @@ -18,6 +18,7 @@ USE_PYTHON= yes NO_BUILD= yes +PORTDOCS= README flawfinder.pdf flawfinder.ps test.c MAN1= flawfinder.1 @@ -28,7 +29,7 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for i in README flawfinder.pdf flawfinder.ps index.html test.c +.for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} .endfor .endif diff -ruN flawfinder.old/distinfo flawfinder/distinfo --- flawfinder.old/distinfo Thu Mar 27 01:21:55 2003 +++ flawfinder/distinfo Sat Nov 29 20:06:55 2003 @@ -1 +1 @@ -MD5 (flawfinder-1.22.tar.gz) = a6746b5e8b443e777ebd223edae33e6d +MD5 (flawfinder-1.24.tar.gz) = 85a291ae9bf5a6eec823169057f950df Binary files flawfinder.old/flawfinder-1.24.tgz and flawfinder/flawfinder-1.24.tgz differ diff -ruN flawfinder.old/pkg-plist flawfinder/pkg-plist --- flawfinder.old/pkg-plist Sat Nov 23 00:21:02 2002 +++ flawfinder/pkg-plist Sat Nov 29 20:07:15 2003 @@ -1,7 +1 @@ bin/flawfinder -%%PORTDOCS%%share/doc/flawfinder/README -%%PORTDOCS%%share/doc/flawfinder/flawfinder.pdf -%%PORTDOCS%%share/doc/flawfinder/flawfinder.ps -%%PORTDOCS%%share/doc/flawfinder/index.html -%%PORTDOCS%%share/doc/flawfinder/test.c -%%PORTDOCS%%@dirrm share/doc/flawfinder --- patch-flawfinder-1.24 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 12:39:29 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0034316A4CE for ; Sat, 29 Nov 2003 12:39:28 -0800 (PST) Received: from mx.dsl.isometry.net (cpc3-oxfd2-6-0-cust207.oxfd.cable.ntl.com [81.103.193.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DC7043FBD for ; Sat, 29 Nov 2003 12:39:27 -0800 (PST) (envelope-from robin@isometry.net) Received: from isometry.net (ishadow.dsl.isometry.net [195.137.51.150]) by mx.dsl.isometry.net (Postfix) with ESMTP id 6EBA1174 for ; Sat, 29 Nov 2003 20:39:25 +0000 (UTC) Message-ID: <3FC903FD.4090600@isometry.net> Date: Sat, 29 Nov 2003 20:39:25 +0000 From: Robin Breathe User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031126 Thunderbird/0.4a X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports-bugs@FreeBSD.org References: <200311292030.hATKU7gB004261@freefall.freebsd.org> In-Reply-To: <200311292030.hATKU7gB004261@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ports/59800: Update port: security/flawfinder to 1.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 20:39:29 -0000 Oops, I missed the "Binary files differ" line. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 12:50:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D02F16A4CE for ; Sat, 29 Nov 2003 12:50:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52E8A43FDD for ; Sat, 29 Nov 2003 12:50:27 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATKoRFY015013 for ; Sat, 29 Nov 2003 12:50:27 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATKoRfx015012; Sat, 29 Nov 2003 12:50:27 -0800 (PST) (envelope-from gnats) Date: Sat, 29 Nov 2003 12:50:27 -0800 (PST) Message-Id: <200311292050.hATKoRfx015012@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Robin Breathe Subject: Re: ports/59800: Update port: security/flawfinder to 1.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Robin Breathe List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 20:50:28 -0000 The following reply was made to PR ports/59800; it has been noted by GNATS. From: Robin Breathe To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/59800: Update port: security/flawfinder to 1.24 Date: Sat, 29 Nov 2003 20:44:54 +0000 Oops, I neglected to remove the "Binary files ... differ" line. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 13:30:51 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9136016A4CE; Sat, 29 Nov 2003 13:30:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD0843FAF; Sat, 29 Nov 2003 13:30:50 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATLUoFY022624; Sat, 29 Nov 2003 13:30:50 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATLUoxa022620; Sat, 29 Nov 2003 13:30:50 -0800 (PST) (envelope-from sergei) Date: Sat, 29 Nov 2003 13:30:50 -0800 (PST) From: Sergei Kolobov Message-Id: <200311292130.hATLUoxa022620@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59783: [MAINTAINER] mail/cone: update to 0.56 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 21:30:51 -0000 Synopsis: [MAINTAINER] mail/cone: update to 0.56 Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Sat Nov 29 13:30:12 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59783 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 13:37:48 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 261DC16A4CE; Sat, 29 Nov 2003 13:37:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7096243F85; Sat, 29 Nov 2003 13:37:47 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATLblFY027214; Sat, 29 Nov 2003 13:37:47 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATLblcM027210; Sat, 29 Nov 2003 13:37:47 -0800 (PST) (envelope-from sergei) Date: Sat, 29 Nov 2003 13:37:47 -0800 (PST) From: Sergei Kolobov Message-Id: <200311292137.hATLblcM027210@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59779: Update port: net/cvsync 0.24.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 21:37:48 -0000 Synopsis: Update port: net/cvsync 0.24.13 Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Sat Nov 29 13:37:23 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59779 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 13:40:42 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C05D416A4CE; Sat, 29 Nov 2003 13:40:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9077E43FCB; Sat, 29 Nov 2003 13:40:41 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATLefFY027371; Sat, 29 Nov 2003 13:40:41 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATLefDx027367; Sat, 29 Nov 2003 13:40:41 -0800 (PST) (envelope-from linimon) Date: Sat, 29 Nov 2003 13:40:41 -0800 (PST) From: Mark Linimon Message-Id: <200311292140.hATLefDx027367@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, linimon@FreeBSD.org Subject: Re: ports/59785: [patch] www/wiliki: fix error in Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 21:40:42 -0000 Synopsis: [patch] www/wiliki: fix error in Makefile Responsible-Changed-From-To: freebsd-ports-bugs->linimon Responsible-Changed-By: linimon Responsible-Changed-When: Sat Nov 29 13:40:17 PST 2003 Responsible-Changed-Why: I will work with the maintainer on this after the thaw. http://www.freebsd.org/cgi/query-pr.cgi?pr=59785 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 13:44:49 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 057AA16A4CE; Sat, 29 Nov 2003 13:44:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB9643FE0; Sat, 29 Nov 2003 13:44:48 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATLimFY027498; Sat, 29 Nov 2003 13:44:48 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATLimoE027494; Sat, 29 Nov 2003 13:44:48 -0800 (PST) (envelope-from sergei) Date: Sat, 29 Nov 2003 13:44:48 -0800 (PST) From: Sergei Kolobov Message-Id: <200311292144.hATLimoE027494@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59798: Maintainer update: security/hunch to 1.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 21:44:49 -0000 Synopsis: Maintainer update: security/hunch to 1.1.3 Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Sat Nov 29 13:43:58 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59798 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 13:45:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAAE316A4CF; Sat, 29 Nov 2003 13:45:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC6E43F3F; Sat, 29 Nov 2003 13:45:17 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATLjHFY027554; Sat, 29 Nov 2003 13:45:17 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATLjHB1027550; Sat, 29 Nov 2003 13:45:17 -0800 (PST) (envelope-from sergei) Date: Sat, 29 Nov 2003 13:45:17 -0800 (PST) From: Sergei Kolobov Message-Id: <200311292145.hATLjHB1027550@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59800: Update port: security/flawfinder to 1.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 21:45:18 -0000 X-List-Received-Date: Sat, 29 Nov 2003 21:45:18 -0000 Synopsis: Update port: security/flawfinder to 1.24 Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Sat Nov 29 13:44:54 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59800 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 13:50:34 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC80A16A4CE for ; Sat, 29 Nov 2003 13:50:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C85F243F75 for ; Sat, 29 Nov 2003 13:50:30 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATLoUFY027709 for ; Sat, 29 Nov 2003 13:50:30 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATLoUWI027708; Sat, 29 Nov 2003 13:50:30 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 13:50:30 -0800 (PST) Resent-Message-Id: <200311292150.hATLoUWI027708@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Linimon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DAD016A4CE for ; Sat, 29 Nov 2003 13:49:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F82843FA3 for ; Sat, 29 Nov 2003 13:49:35 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATLnZFY027650 for ; Sat, 29 Nov 2003 13:49:35 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATLnZM0027649; Sat, 29 Nov 2003 13:49:35 -0800 (PST) (envelope-from linimon) Message-Id: <200311292149.hATLnZM0027649@freefall.freebsd.org> Date: Sat, 29 Nov 2003 13:49:35 -0800 (PST) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59802: [patch] make devel/py-ncurses depend on devel/ncurses X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 21:50:35 -0000 >Number: 59802 >Category: ports >Synopsis: [patch] make devel/py-ncurses depend on devel/ncurses >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: Sat Nov 29 13:50:30 PST 2003 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: Lonesome Dove Computing Services >Environment: System: FreeBSD freefall.freebsd.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #9: Tue Sep 16 16:58:42 PDT 2003 peter@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386 >Description: Subject line is sufficiently descriptive. >How-To-Repeat: make install on a clean system and then attempt to use any function. >Fix: --- Makefile.dist Fri Aug 1 19:15:34 2003 +++ Makefile Sat Nov 29 15:50:20 2003 @@ -21,6 +21,8 @@ USE_PYDISTUTILS= yes USE_REINPLACE= yes +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ncurses/curses.py:${PORTSDIR}/devel/ncurses + .include post-patch: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 13:50:35 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7039C16A4CE for ; Sat, 29 Nov 2003 13:50:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4817643FE1 for ; Sat, 29 Nov 2003 13:50:30 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATLoUFY027695 for ; Sat, 29 Nov 2003 13:50:30 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATLoUPd027694; Sat, 29 Nov 2003 13:50:30 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 13:50:30 -0800 (PST) Resent-Message-Id: <200311292150.hATLoUPd027694@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xavier Beaudouin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D2BF16A4CE for ; Sat, 29 Nov 2003 13:40:43 -0800 (PST) Received: from yoko.home.oav.net (kiwi.adsl.isdnet.net [195.154.177.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 013DE43F75 for ; Sat, 29 Nov 2003 13:40:39 -0800 (PST) (envelope-from root@yoko.home.oav.net) Received: by yoko.home.oav.net (Postfix, from userid 0) id 155BF11ACD7; Sat, 29 Nov 2003 22:40:48 +0100 (CET) Message-Id: <20031129214048.155BF11ACD7@yoko.home.oav.net> Date: Sat, 29 Nov 2003 22:40:48 +0100 (CET) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59801: [MAINTAINER] www/caudium-devel: update to 1.3.21.20031129 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 21:50:35 -0000 >Number: 59801 >Category: ports >Synopsis: [MAINTAINER] www/caudium-devel: update to 1.3.21.20031129 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 29 13:50:29 PST 2003 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 4.9-RELEASE i386 >Organization: The Caudium Group >Environment: System: FreeBSD yoko.home.oav.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Sun Nov 2 14:35:22 CET >Description: - Update to 1.3.21.20031129 Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- caudium-devel-1.3.21.20031129,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/caudium-devel.orig/Makefile /usr/ports/www/caudium-devel/Makefile --- /usr/ports/www/caudium-devel.orig/Makefile Sat Nov 29 21:54:17 2003 +++ /usr/ports/www/caudium-devel/Makefile Sat Nov 29 22:36:26 2003 @@ -6,7 +6,7 @@ # PORTNAME= caudium-devel -PORTVERSION= 1.3.19-20030917 +PORTVERSION= 1.3.21.20031129 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.oav.net/caudium/source/ \ @@ -20,8 +20,6 @@ MAINTAINER= kiwi@oav.net COMMENT= A free webserver which is based on the Roxen Challenger 1.3 code base (development branch) -USE_OPENSSL= YES - BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike74/ LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron/ \ pcre.0:${PORTSDIR}/devel/pcre/ \ @@ -30,11 +28,11 @@ WRKSRC= ${WRKDIR}/${DISTNAME} -PIKEVERSION= 7.4.28 +PIKEVERSION= 7.4.31 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-debug --with-PiXSL --prefix=${PREFIX} \ - --with-pike=/usr/local/bin/pike + --with-pike=${PREFIX}/bin/pike USE_GMAKE= yes diff -ruN --exclude=CVS /usr/ports/www/caudium-devel.orig/distinfo /usr/ports/www/caudium-devel/distinfo --- /usr/ports/www/caudium-devel.orig/distinfo Sat Nov 29 21:54:17 2003 +++ /usr/ports/www/caudium-devel/distinfo Sat Nov 29 22:20:20 2003 @@ -1 +1 @@ -MD5 (caudium-1.3.19-20030917-cvs.tar.gz) = 62afa419b9268123edebb9950748a44e +MD5 (caudium-1.3.21-20031129-cvs.tar.gz) = 240eec7b16126013a5d4a71090318e07 diff -ruN --exclude=CVS /usr/ports/www/caudium-devel.orig/pkg-plist /usr/ports/www/caudium-devel/pkg-plist --- /usr/ports/www/caudium-devel.orig/pkg-plist Sat Nov 29 21:54:17 2003 +++ /usr/ports/www/caudium-devel/pkg-plist Sat Nov 29 22:34:04 2003 @@ -21,10 +21,6 @@ caudium/readme/README.Lucene caudium/readme/INSTALLING caudium/readme/License-Boilerplate-MPL-LGPL.txt -caudium/server/more_modules/configure.pike -caudium/server/more_modules/bofh.pike -caudium/server/more_modules/clock.pike -caudium/server/more_modules/lysator.pike caudium/server/base_server/config/describers.pike caudium/server/base_server/config/builders.pike caudium/server/base_server/config/button_font @@ -96,8 +92,6 @@ caudium/server/server_templates/vhs-ldap-standard.pike caudium/server/server_templates/vhs-sql-basic.pike caudium/server/server_templates/vhs-sql-standard.pike -caudium/server/protocols/gopher.pike -caudium/server/protocols/ftp.pike caudium/server/protocols/http2.pike caudium/server/protocols/ssl3.pike caudium/server/protocols/tetris.pike @@ -149,6 +143,8 @@ caudium/server/modules/3rdparty/vida/ldap_admin.pike caudium/server/modules/3rdparty/kiwi/.exclude_dir caudium/server/modules/3rdparty/kiwi/pop3.pike +caudium/server/modules/3rdparty/kiwi/cidr_fs.pike +caudium/server/modules/3rdparty/kiwi/cidr-list.txt caudium/server/modules/3rdparty/bertrand/supportslab/example/supportslab.html caudium/server/modules/3rdparty/bertrand/supportslab/module/supportslab.pike caudium/server/modules/3rdparty/bertrand/simple_vhs.pike @@ -186,7 +182,6 @@ caudium/server/modules/filesystems/cvsfs.pike caudium/server/modules/filesystems/restrictedfs.pike caudium/server/modules/filesystems/incoming.pike -caudium/server/modules/filesystems/mirrorfs.pike caudium/server/modules/filesystems/secure_fs.pike caudium/server/modules/filesystems/sqlfs.pike caudium/server/modules/filesystems/tarfs.pike @@ -253,7 +248,6 @@ caudium/server/modules/misc/hostmatch.pike caudium/server/modules/misc/ismap.pike caudium/server/modules/misc/language.pike -caudium/server/modules/misc/mirrorserver.pike caudium/server/modules/misc/pathinfo.pike caudium/server/modules/misc/referrerdeny.pike caudium/server/modules/misc/sqldb.pike @@ -270,7 +264,6 @@ caudium/server/modules/proxies/ftpgateway.pike caudium/server/modules/proxies/connect.pike caudium/server/modules/proxies/port_forwarder.pike -caudium/server/modules/proxies/gopher.pike caudium/server/modules/proxies/simple_proxy.pike caudium/server/modules/proxies/proxy.pike caudium/server/modules/proxies/wais.pike @@ -280,7 +273,6 @@ caudium/server/modules/scripting/cgi.pike caudium/server/modules/scripting/fpscript.pike caudium/server/modules/scripting/jssupport.pike -caudium/server/modules/scripting/php4.pike caudium/server/modules/scripting/servlet.pike caudium/server/modules/scripting/uniscript.pike caudium/server/modules/scripting/fastcgi.pike @@ -432,7 +424,6 @@ caudium/server/modules/tags/hash.pike caudium/server/modules/tags/mailform.pike caudium/server/modules/tags/mailit.pike -caudium/server/modules/tags/mnogosearch.pike caudium/server/modules/tags/sscanf.pike caudium/server/modules/tags/ssi_compat.pike caudium/server/modules/tags/navbar.pike @@ -447,15 +438,10 @@ caudium/server/modules/vhs/vhs_redirect.pike caudium/server/modules/vhs/vhs_system_ldap.pike caudium/server/modules/vhs/vhs_system_sql.pike -caudium/server/deprecated_modules/ldap/ldapuserauth.pike -caudium/server/deprecated_modules/misc/activedirectoryauth.pike -caudium/server/deprecated_modules/misc/SQLuserdb.pike -caudium/server/deprecated_modules/misc/ip-less_hosts.pike -caudium/server/deprecated_modules/misc/userdb.pike -caudium/server/deprecated_modules/misc/ypuserdb.pike -caudium/server/deprecated_modules/scripting/fcgi.pike -caudium/server/deprecated_modules/scripting/oldcgi.pike -caudium/server/deprecated_modules/.keep_me +caudium/server/modules/examples/bofh.pike +caudium/server/modules/examples/clock.pike +caudium/server/modules/examples/configure.pike +caudium/server/modules/examples/lysator.pike caudium/server/bin/install.pike caudium/server/bin/.cvsignore caudium/server/bin/garbagecollector.pike @@ -597,8 +583,6 @@ caudium/server/lib/%%PIKEVERSION%%/PiXSL.so caudium/server/lib/%%PIKEVERSION%%/UltraLog.so caudium/server/lib/%%PIKEVERSION%%/Mhash.so -caudium/server/lib/%%PIKEVERSION%%/OpenSSL.so -caudium/server/lib/%%PIKEVERSION%%/SpiderMonkey.so caudium/server/etc/include/sqlfs/stdio_helper.h caudium/server/etc/include/sqlfs/cache.h caudium/server/etc/include/sqlfs/read.h @@ -680,6 +664,7 @@ caudium/server/etc/modules/Cache.pmod/Manager.pike caudium/server/etc/modules/Cache.pmod/SlowStorage.pike caudium/server/etc/modules/Cache.pmod/helpers.pike +caudium/server/etc/modules/Cache.pmod/Types.pmod caudium/server/etc/modules/Config.pmod/Files.pmod caudium/server/etc/modules/Caudium.pmod/HighLight.pmod/Pike.pmod caudium/server/etc/modules/Caudium.pmod/Crypto.pmod @@ -702,10 +687,6 @@ caudium/server/etc/modules/UltraSupport.pmod/Storage.pmod/Gdbm.pike caudium/server/etc/modules/UltraSupport.pmod/Profile.pmod caudium/server/etc/modules/UltraSupport.pmod/Util.pmod -caudium/server/etc/modules/RoxenRPC.pmod/HTTP.pmod/Client.pike -caudium/server/etc/modules/RoxenRPC.pmod/HTTP.pmod/Server.pike -caudium/server/etc/modules/RoxenRPC.pmod/Client.pike -caudium/server/etc/modules/RoxenRPC.pmod/Server.pike caudium/server/etc/modules/InternalFiles.pmod/nofile.html caudium/server/etc/modules/InternalFiles.pmod/ERROR.html caudium/server/etc/modules/InternalFiles.pmod/ERROR.pmod @@ -740,9 +721,9 @@ caudium/server/fonts/32/urw_itc_avant_garde-demi-r caudium/server/fonts/ttf/lucida_unicode.ttf caudium/server/fonts/ttf/lucida_unicode.txt -caudium/server/fonts/ttf/verdana.ttf -caudium/server/fonts/ttf/verdana.txt caudium/server/fonts/ttf/fontrstc.ttf +caudium/server/fonts/ttf/Vera.ttf +caudium/server/fonts/ttf/VeraBd.ttf caudium/server/config_actions/.exclude_files caudium/server/config_actions/flushnewcache.pike caudium/server/config_actions/debuginformation.pike @@ -775,7 +756,7 @@ caudium/server/perl/bin/perlrun caudium/server/perl/lib/.keep_me caudium/server/mkdir -caudium/server/start +caudium/server/start-caudium caudium/server/demo_certificate.pem caudium/server/testca.pem caudium/server/install @@ -789,7 +770,6 @@ @unexec rmdir %D/caudium/var 2>/dev/null || true @unexec rmdir %D/caudium/server/include 2>/dev/null || true @dirrm caudium/readme -@dirrm caudium/server/more_modules @dirrm caudium/server/base_server/config @dirrm caudium/server/base_server/struct @dirrm caudium/server/base_server @@ -841,10 +821,6 @@ @dirrm caudium/server/modules/ultralog @dirrm caudium/server/modules/vhs @dirrm caudium/server/modules -@dirrm caudium/server/deprecated_modules/ldap -@dirrm caudium/server/deprecated_modules/misc -@dirrm caudium/server/deprecated_modules/scripting -@dirrm caudium/server/deprecated_modules @dirrm caudium/server/bin @dirrm caudium/server/caudium-images/auto @dirrm caudium/server/caudium-images/dir @@ -876,8 +852,6 @@ @dirrm caudium/server/etc/modules/UltraSupport.pmod/Period.pmod @dirrm caudium/server/etc/modules/UltraSupport.pmod/Storage.pmod @dirrm caudium/server/etc/modules/UltraSupport.pmod -@dirrm caudium/server/etc/modules/RoxenRPC.pmod/HTTP.pmod -@dirrm caudium/server/etc/modules/RoxenRPC.pmod @dirrm caudium/server/etc/modules/InternalFiles.pmod @dirrm caudium/server/etc/modules/LCC.pmod @dirrm caudium/server/etc/modules --- caudium-devel-1.3.21.20031129,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 14:02:45 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3235816A4CE; Sat, 29 Nov 2003 14:02:45 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8864043FAF; Sat, 29 Nov 2003 14:02:44 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATM2iFY028010; Sat, 29 Nov 2003 14:02:44 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATM2i2w028006; Sat, 29 Nov 2003 14:02:44 -0800 (PST) (envelope-from linimon) Date: Sat, 29 Nov 2003 14:02:44 -0800 (PST) From: Mark Linimon Message-Id: <200311292202.hATM2i2w028006@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, linimon@FreeBSD.org Subject: Re: ports/59802: [patch] make devel/py-ncurses depend on devel/ncurses X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 22:02:45 -0000 Synopsis: [patch] make devel/py-ncurses depend on devel/ncurses Responsible-Changed-From-To: freebsd-ports-bugs->linimon Responsible-Changed-By: linimon Responsible-Changed-When: Sat Nov 29 14:02:22 PST 2003 Responsible-Changed-Why: I'll do this after the thaw. http://www.freebsd.org/cgi/query-pr.cgi?pr=59802 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 14:07:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 229CF16A4CE; Sat, 29 Nov 2003 14:07:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A27143FB1; Sat, 29 Nov 2003 14:07:21 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATM7LFY031323; Sat, 29 Nov 2003 14:07:21 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATM7LWd031319; Sat, 29 Nov 2003 14:07:21 -0800 (PST) (envelope-from sergei) Date: Sat, 29 Nov 2003 14:07:21 -0800 (PST) From: Sergei Kolobov Message-Id: <200311292207.hATM7LWd031319@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59796: mail/spambnc: upgrading to version 1.8 (031128). X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 22:07:22 -0000 Synopsis: mail/spambnc: upgrading to version 1.8 (031128). Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Sat Nov 29 14:07:07 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59796 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 14:09:05 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92E2E16A4CE; Sat, 29 Nov 2003 14:09:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC86843FAF; Sat, 29 Nov 2003 14:09:04 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATM94FY031399; Sat, 29 Nov 2003 14:09:04 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATM94ZW031395; Sat, 29 Nov 2003 14:09:04 -0800 (PST) (envelope-from sergei) Date: Sat, 29 Nov 2003 14:09:04 -0800 (PST) From: Sergei Kolobov Message-Id: <200311292209.hATM94ZW031395@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/59789: [update orphaned port] mail/teapop: update to 0.3.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 22:09:05 -0000 Synopsis: [update orphaned port] mail/teapop: update to 0.3.8 Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Sat Nov 29 14:08:33 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=59789 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 14:20:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DA4916A4CE for ; Sat, 29 Nov 2003 14:20:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E3443FBF for ; Sat, 29 Nov 2003 14:20:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATMKGFY034846 for ; Sat, 29 Nov 2003 14:20:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATMKGKn034845; Sat, 29 Nov 2003 14:20:16 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 14:20:16 -0800 (PST) Resent-Message-Id: <200311292220.hATMKGKn034845@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Linimon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23E3E16A4CE; Sat, 29 Nov 2003 14:15:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6787743FBD; Sat, 29 Nov 2003 14:15:57 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATMFvFY031631; Sat, 29 Nov 2003 14:15:57 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATMFulo031630; Sat, 29 Nov 2003 14:15:56 -0800 (PST) (envelope-from linimon) Message-Id: <200311292215.hATMFulo031630@freefall.freebsd.org> Date: Sat, 29 Nov 2003 14:15:56 -0800 (PST) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: samy@goldmoon.org Subject: ports/59804: mark graphics/enfle as broken on 5.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 22:20:21 -0000 >Number: 59804 >Category: ports >Synopsis: mark graphics/enfle as broken on 5.x >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: Sat Nov 29 14:20:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: Lonesome Dove Computing Services >Environment: System: FreeBSD freefall.freebsd.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #9: Tue Sep 16 16:58:42 PDT 2003 peter@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386 >Description: Per bento logs, this port does not compile on gcc3.3: In file included from enfle.c:26: browseaction.h:33:28: pasting "browseaction_delete" and "(" does not give a valid preprocessing token >How-To-Repeat: make install >Fix: Not known at this time. Possibly this is another one of the problems caused by the tightened parsing of multiline strings. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 14:26:07 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 619A416A4CE; Sat, 29 Nov 2003 14:26:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B754343F75; Sat, 29 Nov 2003 14:26:06 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATMQ6FY035037; Sat, 29 Nov 2003 14:26:06 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATMQ6Dm035033; Sat, 29 Nov 2003 14:26:06 -0800 (PST) (envelope-from linimon) Date: Sat, 29 Nov 2003 14:26:06 -0800 (PST) From: Mark Linimon Message-Id: <200311292226.hATMQ6Dm035033@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/59788: sysutils/portupgrade ignores line breaks '\n' in Makefiles X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 22:26:07 -0000 Synopsis: sysutils/portupgrade ignores line breaks '\n' in Makefiles Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: linimon Responsible-Changed-When: Sat Nov 29 14:25:50 PST 2003 Responsible-Changed-Why: Over to portupgrade maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=59788 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 14:40:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3644916A4CE for ; Sat, 29 Nov 2003 14:40:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D6B243FE3 for ; Sat, 29 Nov 2003 14:40:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATMeBFY039315 for ; Sat, 29 Nov 2003 14:40:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATMeBsB039314; Sat, 29 Nov 2003 14:40:11 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 14:40:11 -0800 (PST) Resent-Message-Id: <200311292240.hATMeBsB039314@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Pathiakis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B85116A4CE for ; Sat, 29 Nov 2003 14:35:17 -0800 (PST) Received: from mxsf07.cluster1.charter.net (mxsf07.cluster1.charter.net [209.225.28.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 542B843FBD for ; Sat, 29 Nov 2003 14:35:15 -0800 (PST) (envelope-from paul@pathiakis.com) Received: from pathiaki.com (cpe-66-189-28-19.ma.charter.com [66.189.28.19]) hATMXf8B081282 for ; Sat, 29 Nov 2003 17:33:41 -0500 (EST) (envelope-from paul@pathiakis.com) Message-Id: <200311291734.35880.paul@pathiakis.com> Date: Sat, 29 Nov 2003 17:34:35 -0500 From: Paul Pathiakis To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59805: RT 3.0.7 on FreeBSD 5.1 with Apache2 (2.0.48) and mod_perl2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 22:40:16 -0000 >Number: 59805 >Category: ports >Synopsis: RT 3.0.7 on FreeBSD 5.1 with Apache2 (2.0.48) and mod_perl2 >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: Sat Nov 29 14:40:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Paul J. Pathiakis >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: self >Environment: System: FreeBSD pc8.pathiakis.com 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #0: Mon Nov 24 10:10:59 EST 2003 root@pc8.pathiakis.com:/usr/obj/usr/src/sys/ GENERIC i386 >Description: 3.0.6 used to work fine, however, it used to also have ap2mp2-fix.pl in the web config. Now, when I attempt to go to the page I get this in my httpd-error.log: Can't call method "handle_request" on an undefined value at /usr/local/rt3/ bin/webmux.pl line 134 (/usr/local/rt3/bin/webmux.pl:136) The offending code frag from line 132-137: my %session; my $status; eval { $status = $ah->handle_request($r) }; if ($@) { $RT::Logger->crit($@); } No, I don't have PerlFreshStart anywhere in my httpd.conf file. Any ideas? >How-To-Repeat: baseline 5.1 P10 OS with X-User and kernel sources. Cvsup ports-supfile and then a portupgrade -a -r . Install apache2, postgresql 7.3.4, mod_perl2, and rt 3.0.7. Configure as docs. >Fix: unknown. >Release-Note: >Audit-Trail: >Unformatted: SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: SEND-PR: Please consult the following URL if you are not sure how to SEND-PR: fill out a problem report: SEND-PR: http://www.freebsd.org/doc/en/articles/problem-reports/ SEND-PR: SEND-PR: Note that the Synopsis field is mandatory. SEND-PR: SEND-PR: Please note that (unless you state otherwise) if your report SEND-PR: includes a patch then it will be taken under the same license as SEND-PR: the one on the file(s) you want to change. SEND-PR: SEND-PR: BE ADVISED THAT FREEBSD PROBLEM REPORTS ARE PUBLIC INFORMATION AND SEND-PR: WILL BE PUBLISHED AS-IS ON THE PROJECT'S MAILING LISTS AND WEB SITES. SEND-PR: DO NOT SUBMIT ANY INFORMATION YOU DO NOT WANT MADE PUBLIC. SEND-PR: SEND-PR: For sensitive security issues, consider contacting the FreeBSD SEND-PR: security officer team (security-officer@freebsd.org) directly. SEND-PR: SEND-PR: Choose from the following categories: SEND-PR: advocacy alpha bin conf docs gnu SEND-PR: i386 ia64 java kern misc ports SEND-PR: powerpc sparc64 standards www SEND-PR: To: FreeBSD-gnats-submit@freebsd.org From: Paul J. Pathiakis Reply-To: Paul J. Pathiakis Cc: X-send-pr-version: 3.113 X-GNATS-Notify: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 15:00:33 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15CBC16A56D for ; Sat, 29 Nov 2003 15:00:33 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55AC643FCB for ; Sat, 29 Nov 2003 15:00:32 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATN0WFY040006 for ; Sat, 29 Nov 2003 15:00:32 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATN0VBZ040005; Sat, 29 Nov 2003 15:00:31 -0800 (PST) (envelope-from gnats) Date: Sat, 29 Nov 2003 15:00:31 -0800 (PST) Message-Id: <200311292300.hATN0VBZ040005@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Peter van Dijk Subject: Re: ports/58798: Update port: irc/bitlbee X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Peter van Dijk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 23:00:33 -0000 The following reply was made to PR ports/58798; it has been noted by GNATS. From: Peter van Dijk To: Kirill Ponomarew Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/58798: Update port: irc/bitlbee Date: Sat, 29 Nov 2003 23:50:48 +0100 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 23, 2003 at 01:50:10AM +0100, Kirill Ponomarew wrote: [snip] > Could you please review this update and approve or reject > it ? Thanks. >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/58798 Looks good to me except the download URL which is incorrect. Fix: MASTER_SITES=3D http://get.bitlbee.org/src/ Also, naming the port bitlbee-msn or bitlbee+msn or something like that would be nice, but not necessary. Please commit with MASTER_SITES fixed. Thanks! Greetz, Peter --=20 peter@dataloss.nl | ~ we care a lot: about the war we're fighting www.dataloss.nl | - gee that looks like fun! (Faith no more) UnderNet/#clue |=20 --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/ySLH7JEU4tMwuvwRAlFEAJ9tDkRNBsLZG1ot+YtSK6xaCEbwjQCeNjJB a7UsVTcYJqRZx3HfWroYn78= =uuaA -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 15:10:51 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78D0116A4CE for ; Sat, 29 Nov 2003 15:10:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA01343FE5 for ; Sat, 29 Nov 2003 15:10:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATNAPFY043430 for ; Sat, 29 Nov 2003 15:10:25 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATNAPIo043429; Sat, 29 Nov 2003 15:10:25 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 15:10:25 -0800 (PST) Resent-Message-Id: <200311292310.hATNAPIo043429@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Harold Paulson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8727116A4CE for ; Sat, 29 Nov 2003 15:06:23 -0800 (PST) Received: from lisa.sierraweb.com (mail.sierraweb.com [216.162.163.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97B7A43FE1 for ; Sat, 29 Nov 2003 15:06:22 -0800 (PST) (envelope-from haroldp@lisa.sierraweb.com) Received: from lisa.sierraweb.com (localhost [127.0.0.1]) by lisa.sierraweb.com (8.12.9/8.12.9) with ESMTP id hATN6MFC035888 for ; Sat, 29 Nov 2003 15:06:22 -0800 (PST) (envelope-from haroldp@lisa.sierraweb.com) Received: (from root@localhost) by lisa.sierraweb.com (8.12.9/8.12.9/Submit) id hATMs4c2034452; Sat, 29 Nov 2003 14:54:04 -0800 (PST) (envelope-from haroldp) Message-Id: <200311292254.hATMs4c2034452@lisa.sierraweb.com> Date: Sat, 29 Nov 2003 14:54:04 -0800 (PST) From: Harold Paulson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59807: [patch] add mysql support to maildrop X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harold Paulson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 23:10:51 -0000 >Number: 59807 >Category: ports >Synopsis: [patch] add mysql support to maildrop >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: Sat Nov 29 15:10:24 PST 2003 >Closed-Date: >Last-Modified: >Originator: Harold Paulson >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD lisa.sierraweb.com 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Aug 27 21:46:51 PDT 2003 haroldp@lisa.sierraweb.com:/usr/obj/usr/src/sys/LISA i386 >Description: Patch attached to add MySQL support to Maildrop port. It is marked as "experimental" but I have been using on several busy production machines for some time without any problems. Builds for me on 4.9 and 5.1. >How-To-Repeat: >Fix: --- maildrop_mysql.patch begins here --- --- Makefile.orig Thu Nov 27 21:25:33 2003 +++ Makefile Sat Nov 29 00:26:16 2003 @@ -18,6 +18,7 @@ # systems. # NO_MAILWRAPPER If defined, let configure guess which sendmail binary # to use +# WITH_MYSQL Add experimental MySQL support PORTNAME= maildrop PORTVERSION= 1.5.2 @@ -58,6 +59,14 @@ .else PLIST_SUB+= MAILDIRQUOTA="@comment " .endif + +.if defined(WITH_MYSQL) +USE_MYSQL= yes +CONFIGURE_ARGS+= --enable-maildropmysql \ + --with-mysqlconfig=/usr/local/etc/maildropmysql.cnf +CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib/mysql" +.endif + MAILDROP_SUID?= root MAILDROP_SGID?= mail --- maildrop_mysql.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 15:53:51 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5540416A4CE; Sat, 29 Nov 2003 15:53:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AECC743FAF; Sat, 29 Nov 2003 15:53:50 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hATNroFY044769; Sat, 29 Nov 2003 15:53:50 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hATNrojC044765; Sat, 29 Nov 2003 15:53:50 -0800 (PST) (envelope-from sergei) Date: Sat, 29 Nov 2003 15:53:50 -0800 (PST) From: Sergei Kolobov Message-Id: <200311292353.hATNrojC044765@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/59807: [patch] add mysql support to maildrop X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 23:53:51 -0000 Synopsis: [patch] add mysql support to maildrop Responsible-Changed-From-To: freebsd-ports-bugs->petef Responsible-Changed-By: sergei Responsible-Changed-When: Sat Nov 29 15:53:37 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=59807 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 16:43:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3006C16A4CE; Sat, 29 Nov 2003 16:43:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8847443FB1; Sat, 29 Nov 2003 16:43:12 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU0hCFY049242; Sat, 29 Nov 2003 16:43:12 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU0hC9h049238; Sat, 29 Nov 2003 16:43:12 -0800 (PST) (envelope-from sergei) Date: Sat, 29 Nov 2003 16:43:12 -0800 (PST) From: Sergei Kolobov Message-Id: <200311300043.hAU0hC9h049238@freefall.freebsd.org> To: avleeuwen@piwebs.com, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59556: www/opera not fetchable; version revoked from servers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 00:43:13 -0000 Synopsis: www/opera not fetchable; version revoked from servers State-Changed-From-To: open->closed State-Changed-By: sergei State-Changed-When: Sat Nov 29 16:42:38 PST 2003 State-Changed-Why: Committed by marcus on 2003/11/25 18:26:17. http://www.freebsd.org/cgi/query-pr.cgi?pr=59556 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 16:45:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88A3216A4CE; Sat, 29 Nov 2003 16:45:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2FE943FAF; Sat, 29 Nov 2003 16:45:19 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU0jJFY049309; Sat, 29 Nov 2003 16:45:19 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU0jJCs049305; Sat, 29 Nov 2003 16:45:19 -0800 (PST) (envelope-from sergei) Date: Sat, 29 Nov 2003 16:45:19 -0800 (PST) From: Sergei Kolobov Message-Id: <200311300045.hAU0jJCs049305@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/54060: new port devel/aegis X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 00:45:20 -0000 Synopsis: new port devel/aegis Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Sat Nov 29 16:45:00 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=54060 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 16:47:53 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5533016A4CE; Sat, 29 Nov 2003 16:47:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD5B843F75; Sat, 29 Nov 2003 16:47:52 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU0lqFY049366; Sat, 29 Nov 2003 16:47:52 -0800 (PST) (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU0lqLm049362; Sat, 29 Nov 2003 16:47:52 -0800 (PST) (envelope-from sergei) Date: Sat, 29 Nov 2003 16:47:52 -0800 (PST) From: Sergei Kolobov Message-Id: <200311300047.hAU0lqLm049362@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/55596: New port: security/vmap, security scanner X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 00:47:53 -0000 Synopsis: New port: security/vmap, security scanner Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Sat Nov 29 16:47:04 PST 2003 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=55596 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 17:00:45 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DC7116A4CE for ; Sat, 29 Nov 2003 17:00:45 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CEF243FD7 for ; Sat, 29 Nov 2003 17:00:42 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU10gFY049605 for ; Sat, 29 Nov 2003 17:00:42 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU10g4K049604; Sat, 29 Nov 2003 17:00:42 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 17:00:42 -0800 (PST) Resent-Message-Id: <200311300100.hAU10g4K049604@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robin Breathe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88CB216A4CE for ; Sat, 29 Nov 2003 16:50:12 -0800 (PST) Received: from mx.dsl.isometry.net (cpc3-oxfd2-6-0-cust207.oxfd.cable.ntl.com [81.103.193.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71F2E43FAF for ; Sat, 29 Nov 2003 16:50:08 -0800 (PST) (envelope-from isometry@mx.dsl.isometry.net) Received: by mx.dsl.isometry.net (Postfix, from userid 1000) id C879758; Sun, 30 Nov 2003 00:50:06 +0000 (UTC) Message-Id: <20031130005006.C879758@mx.dsl.isometry.net> Date: Sun, 30 Nov 2003 00:50:06 +0000 (UTC) From: Robin Breathe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: martines@rochester.rr.com Subject: ports/59809: Update port: sysutils/smartmontools to 5.26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 01:00:45 -0000 >Number: 59809 >Category: ports >Synopsis: Update port: sysutils/smartmontools to 5.26 >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: Sat Nov 29 17:00:41 PST 2003 >Closed-Date: >Last-Modified: >Originator: Robin Breathe >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Update to version 5.26 - Use PORTDOCS macro. * Untested on -CURRENT * >How-To-Repeat: >Fix: * Delete files/patch-* --- patch-smartmontools-5.26 begins here --- diff -ruN smartmontools.old/Makefile smartmontools/Makefile --- smartmontools.old/Makefile Sat Nov 1 21:11:22 2003 +++ smartmontools/Makefile Sun Nov 30 00:44:57 2003 @@ -6,8 +6,7 @@ # PORTNAME= smartmontools -PORTVERSION= 5.22 -PORTREVISION= 1 +PORTVERSION= 5.26 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,12 +18,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-initscriptdir=${PREFIX}/etc/rc.d \ --with-docdir=${DOCSDIR} --enable-sample -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PROGRAMS= smartctl smartd MAN5= smartd.conf.5 MAN8= smartd.8 smartctl.8 -DOCS= AUTHORS CHANGELOG INSTALL NEWS README TODO WARNINGS +PORTDOCS= AUTHORS CHANGELOG INSTALL NEWS README TODO WARNINGS EXAMPLES= smartd.conf examplescripts/README examplescripts/Example? do-install: @@ -38,7 +36,7 @@ cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include diff -ruN smartmontools.old/distinfo smartmontools/distinfo --- smartmontools.old/distinfo Fri Oct 31 17:08:33 2003 +++ smartmontools/distinfo Sun Nov 30 00:17:42 2003 @@ -1 +1 @@ -MD5 (smartmontools-5.22.tar.gz) = 9a6dfaff993f88f20af1b9a16cd3fd21 +MD5 (smartmontools-5.26.tar.gz) = fc2cb32e926b25afa24f450f9a48fbb1 diff -ruN smartmontools.old/pkg-message smartmontools/pkg-message --- smartmontools.old/pkg-message Fri Oct 24 07:45:38 2003 +++ smartmontools/pkg-message Sat Nov 29 23:47:35 2003 @@ -10,5 +10,5 @@ Copy this file to ${PREFIX}/etc/smartd.conf and edit appropriately To have smartd start at boot - cp ${PREFIX}/etc/rc.d/smartd.sample ${PREFIX}/etc/rc.d/smartd.sh + cp ${PREFIX}/etc/rc.d/smartd.sh.sample ${PREFIX}/etc/rc.d/smartd.sh chmod 555 ${PREFIX}/etc/rc.d/smartd.sh diff -ruN smartmontools.old/pkg-plist smartmontools/pkg-plist --- smartmontools.old/pkg-plist Fri Oct 24 07:45:38 2003 +++ smartmontools/pkg-plist Sun Nov 30 00:18:08 2003 @@ -5,14 +5,6 @@ etc/rc.d/smartd.sh.sample sbin/smartctl sbin/smartd -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/WARNINGS -%%PORTDOCS%%@dirrm %%DOCSDIR%% %%EXAMPLESDIR%%/Example1 %%EXAMPLESDIR%%/Example2 %%EXAMPLESDIR%%/Example3 --- patch-smartmontools-5.26 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 17:10:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D17E16A4CE for ; Sat, 29 Nov 2003 17:10:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7927943FDF for ; Sat, 29 Nov 2003 17:10:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU1AGFY053036 for ; Sat, 29 Nov 2003 17:10:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU1AGBx053035; Sat, 29 Nov 2003 17:10:16 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 17:10:16 -0800 (PST) Resent-Message-Id: <200311300110.hAU1AGBx053035@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Markus Brueffer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FEEE16A4CE for ; Sat, 29 Nov 2003 17:07:57 -0800 (PST) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9F7343FB1 for ; Sat, 29 Nov 2003 17:07:55 -0800 (PST) (envelope-from brueffer@maquis.hitnet.rwth-aachen.de) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HP500L6O3ZQZC@ms-dienst.rz.rwth-aachen.de> for FreeBSD-gnats-submit@freebsd.org; Sun, 30 Nov 2003 01:57:26 +0100 (MET) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Sun, 30 Nov 2003 01:57:25 +0100 (MET) Received: from maquis.hitnet.rwth-aachen.de (maquis.hitnet.RWTH-Aachen.DE [137.226.181.137])hAU0vNsU027507; Sun, 30 Nov 2003 01:57:25 +0100 (MET) Received: by maquis.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 0C01B1CD; Sun, 30 Nov 2003 02:03:41 +0100 (CET) Message-Id: <20031130010341.0C01B1CD@maquis.hitnet.rwth-aachen.de> Date: Sun, 30 Nov 2003 02:03:41 +0100 (CET) From: Markus Brueffer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: kcwu@ck.tp.edu.tw Subject: ports/59810: [patch] math/kseg: fix build on -CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Markus Brueffer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 01:10:23 -0000 >Number: 59810 >Category: ports >Synopsis: [patch] math/kseg: fix build on -CURRENT >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: Sat Nov 29 17:10:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: Markus Brueffer >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD cheops.phoenix 5.1-CURRENT FreeBSD 5.1-CURRENT #11: Thu Nov 13 12:26:36 CET 2003 brueffer@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386 >Description: math/kseg: fix build on -CURRENT Reported by: bento Maintainer CC'ed >How-To-Repeat: >Fix: --- kseg.diff begins here --- diff -ruN kseg.orig/files/patch-G_pointLocus.cpp kseg/files/patch-G_pointLocus.cpp --- kseg.orig/files/patch-G_pointLocus.cpp Thu Jan 1 01:00:00 1970 +++ kseg/files/patch-G_pointLocus.cpp Sat Nov 29 05:17:36 2003 @@ -0,0 +1,11 @@ +--- G_pointLocus.cpp.orig Sat Nov 29 04:52:07 2003 ++++ G_pointLocus.cpp Sat Nov 29 04:54:38 2003 +@@ -283,7 +283,7 @@ + } + else discontCount = 0; //number of times the goodness decreased--for finding discontinuities + +- if(discontCount > log(maxSamples) / 1.5) { ++ if(discontCount > log((double)maxSamples) / 1.5) { + points[0].loc = G_point::inValid(); + points[points[0].next].loc = G_point::inValid(); + points[points[0].prev].loc = G_point::inValid(); --- kseg.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 17:40:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B39BD16A4CE for ; Sat, 29 Nov 2003 17:40:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B641643FCB for ; Sat, 29 Nov 2003 17:40:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU1eIFY054486 for ; Sat, 29 Nov 2003 17:40:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU1eIM7054485; Sat, 29 Nov 2003 17:40:18 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 17:40:18 -0800 (PST) Resent-Message-Id: <200311300140.hAU1eIM7054485@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Adam Weinberger Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7723816A4CE for ; Sat, 29 Nov 2003 17:37:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DBF643FCB for ; Sat, 29 Nov 2003 17:37:02 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU1b1FY054379 for ; Sat, 29 Nov 2003 17:37:01 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU1b1Tk054378; Sat, 29 Nov 2003 17:37:01 -0800 (PST) (envelope-from adamw) Message-Id: <200311300137.hAU1b1Tk054378@freefall.freebsd.org> Date: Sat, 29 Nov 2003 17:37:01 -0800 (PST) From: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59811: speed up GNU configure (bsd.port.mk patch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Adam Weinberger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 01:40:20 -0000 >Number: 59811 >Category: ports >Synopsis: speed up GNU configure (bsd.port.mk patch) >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: Sat Nov 29 17:40:18 PST 2003 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #9: Tue Sep 16 16:58:42 PDT 2003 peter@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386 >Description: Showing up with increasing frequency is a check for maximum command-line length in GNU configure. Depending on the machine, I've seen this take anywhere from 20 secs to about 1.5 minutes. This check is unnecessary, as the maximum command-line length has been empirically determined to be 16384 across the board. This sets a variable in CONFIGURE_ENV that passes this value explicitly. The only drawback would be if any machine has a different length, but I've not yet seen that to be the case anywhere. >How-To-Repeat: >Fix: --- cmdlen.patch begins here --- Index: bsd.port.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.474 diff -u -r1.474 bsd.port.mk --- bsd.port.mk 24 Nov 2003 01:08:41 -0000 1.474 +++ bsd.port.mk 30 Nov 2003 01:27:07 -0000 @@ -2430,6 +2430,7 @@ .if defined(GNU_CONFIGURE) CONFIGURE_ARGS+= --prefix=${PREFIX} ${CONFIGURE_TARGET} +CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=16384 #maximum command-line length HAS_CONFIGURE= yes .endif --- cmdlen.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 17:41:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BB4816A4CE; Sat, 29 Nov 2003 17:41:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4F9443FCB; Sat, 29 Nov 2003 17:41:12 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU1fCFY054572; Sat, 29 Nov 2003 17:41:12 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU1fCoC054568; Sat, 29 Nov 2003 17:41:12 -0800 (PST) (envelope-from adamw) Date: Sat, 29 Nov 2003 17:41:12 -0800 (PST) From: Adam Weinberger Message-Id: <200311300141.hAU1fCoC054568@freefall.freebsd.org> To: adamw@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/59811: speed up GNU configure (bsd.port.mk patch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 01:41:13 -0000 Synopsis: speed up GNU configure (bsd.port.mk patch) Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: adamw Responsible-Changed-When: Sat Nov 29 17:40:59 PST 2003 Responsible-Changed-Why: portmgr territory http://www.freebsd.org/cgi/query-pr.cgi?pr=59811 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 19:00:38 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85AAF16A4CE for ; Sat, 29 Nov 2003 19:00:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F35743FE0 for ; Sat, 29 Nov 2003 19:00:36 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU30aFY062210 for ; Sat, 29 Nov 2003 19:00:36 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU30aBh062209; Sat, 29 Nov 2003 19:00:36 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 19:00:36 -0800 (PST) Resent-Message-Id: <200311300300.hAU30aBh062209@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dcrudy@pacbell.net Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB6A116A4E5 for ; Sat, 29 Nov 2003 18:56:11 -0800 (PST) Received: from wildfire.danielrudy.org (adsl-67-123-10-153.dsl.pltn13.pacbell.net [67.123.10.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A40543F3F for ; Sat, 29 Nov 2003 18:56:10 -0800 (PST) (envelope-from dcrudy@wildfire.danielrudy.org) Received: from wildfire.danielrudy.org (qtedgn@localhost.danielrudy.org [127.0.0.1])hAU2uAwk071657 for ; Sat, 29 Nov 2003 18:56:10 -0800 (PST) (envelope-from dcrudy@wildfire.danielrudy.org) Received: (from root@localhost) by wildfire.danielrudy.org (8.12.9p2/8.12.9/Submit) id hAU2uARD071656; Sat, 29 Nov 2003 18:56:10 -0800 (PST) (envelope-from dcrudy) Message-Id: <200311300256.hAU2uARD071656@wildfire.danielrudy.org> Date: Sat, 29 Nov 2003 18:56:10 -0800 (PST) From: dcrudy@pacbell.net To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59812: new port: whatmask-1.1 updated to whatmask-1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dcrudy@pacbell.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 03:00:38 -0000 >Number: 59812 >Category: ports >Synopsis: new port: whatmask-1.1 updated to whatmask-1.2 >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: Sat Nov 29 19:00:36 PST 2003 >Closed-Date: >Last-Modified: >Originator: Daniel Rudy >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD wildfire.xxxxxxxxxx.org 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Sun Nov 2 06:14:20 PST 2003 root@strata.xxxxxxxxxx.org:/usr/obj/usr/src/sys/WILDFIRE i386 >Description: FreeBSD port whatmask-1.1 has been updated to whatmask-1.2. The auto fetch is broken though. I'm not sure WHY it won't work, but it does compile and execute correctly under FreeBSD 4.9-RELEASE once you get the file whatmask-1.2.tar.gz in the distfiles directory. Below are the files for the port. There was a comment file in the work directory, but since I built the port, the file seems to have been clobbered. The home website of this port is http://www.laffeycomputer.com/whatmask.html >How-To-Repeat: N/A >Fix: File Makefile # ex:ts=8 # New ports collection makefile for: whatmask # Date created: May 20, 2001 # Whom: ijliao # # $FreeBSD: ports/net/whatmask/Makefile,v 1.5 2003/02/20 18:51:12 knu Exp $ # PORTNAME= whatmask PORTVERSION= 1.2 CATEGORIES= net MASTER_SITES= http://moog.laffeycomputer.com:8080/ MAINTAINER= ports@FreeBSD.org COMMENT= Easily convert between four common subnet mask notations GNU_CONFIGURE= yes .include File distinfo MD5 (whatmask-1.2.tar.gz) = 26aeff74dbba70262ccd426e681dcf4a File pkg-descr Notations supported: --------------------------------------------- TCP/IP SUBNET MASK EQUIVALENTS --------------------------------------------- CIDR = .....................: /26 Netmask = ..................: 255.255.255.192 Netmask (hex) = ............: 0xffffffc0 Wildcard Bits = ............: 0.0.0.63 Usable IP Addresses = ......: 62 The above notations are all identical. CIDR notation commonly has a "/" in front of the number (representing the number of bits). Whatmask can accept these notations with or without a slash. This notation is used more and more recently. A lot of popular routers and software supprt this notation. Netmask notation is pretty much the standard old-school way of doing it. It is supported by most systems (Un*x, Win, Mac, etc.). Netmask (hex) was recently added to support conversions between dotted quad hex notation. Wilcard bits are similar to the netmask, but they are the logical not of the netmask. This notation is used by a number of popular routers. WWW: http://www.laffeycomputer.com/whatmask.html File pkg-plist bin/whatmask >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 19:10:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1C8216A4CE for ; Sat, 29 Nov 2003 19:10:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1557743FBD for ; Sat, 29 Nov 2003 19:10:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU3A9FY065679 for ; Sat, 29 Nov 2003 19:10:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU3A9nh065678; Sat, 29 Nov 2003 19:10:09 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 19:10:09 -0800 (PST) Resent-Message-Id: <200311300310.hAU3A9nh065678@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Meyer Wolfsheim Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9258716A4CE for ; Sat, 29 Nov 2003 19:03:42 -0800 (PST) Received: from chiron.deor.org (rdns.190.240.218.216.fre.communitycolo.net [216.218.240.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2199143FEC for ; Sat, 29 Nov 2003 19:03:41 -0800 (PST) (envelope-from root@chiron.deor.org) Received: by chiron.deor.org (Postfix, from userid 0) id D17341FC1F; Sat, 29 Nov 2003 19:13:14 -0800 (PST) Message-Id: <20031130031314.D17341FC1F@chiron.deor.org> Date: Sat, 29 Nov 2003 19:13:14 -0800 (PST) From: Meyer Wolfsheim To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59813: New port: Mixmaster anonymous remailer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Meyer Wolfsheim List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 03:10:12 -0000 >Number: 59813 >Category: ports >Synopsis: New port: Mixmaster anonymous remailer >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 29 19:10:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: Meyer Wolfsheim >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: >Description: This a port for Mixmaster 2.9.1 (http://mixmaster.sf.net) based on the OpenBSD port for the same. This is my first attempt at porting, so please forgive any obvious mistakes. >How-To-Repeat: >Fix: --- mixmaster.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mixmaster/ # mixmaster/Makefile # mixmaster/distinfo # mixmaster/files # mixmaster/files/Makefile # mixmaster/patches # mixmaster/patches/patch-ab # mixmaster/patches/patch-ac # mixmaster/patches/patch-ad # mixmaster/patches/patch-aa # mixmaster/pkg-descr # mixmaster/pkg-plist # echo c - mixmaster/ mkdir -p mixmaster/ > /dev/null 2>&1 echo x - mixmaster/Makefile sed 's/^X//' >mixmaster/Makefile << 'END-of-mixmaster/Makefile' X# New ports collection makefile for: mixmaster X# Date created: 27 November 2003 X# Whom: Meyer Wolfsheim X# X# $FreeBSD$ X# X XPORTNAME= mixmaster XPORTVERSION= 2.9.1 XCATEGORIES= mail security XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE}:0 \ X ftp://ftp.erisiandiscord.de/pub/misc/:1 XMASTER_SITE_SUBDIR= mixmaster:0 XDISTFILES= ${DISTNAME}${EXTRACT_SUFX}:0 \ X mixmaster-update.pl.gz:1 allpingers.txt.gz:1 XEXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} X XMAINTAINER= wolf@priori.net XCOMMENT= A cryptographically secure anonymous remailer X XLIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ X ncurses:${PORTSDIR}/devel/ncurses X XUSE_PERL5= yes X#USE_REINPLACE= yes XUSE_GMAKE= yes XUSE_OPENSSL= yes X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/Src X XCFLAGS+= -DGLOBALMIXCONF="\"${SYSCONFDIR}/mixmaster/client.cfg\"" -DHOMEMIXDIR="\".Mix\"" X XMAN1= mixmaster.1 XWRKDIST= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XMIXMASTER_FILES= ${WRKDIST}/conf/* ${WRKDIST}/README ${WRKDIR}/allpingers.txt XMIXMASTER_SCRIPTS= ${WRKDIR}/mixmaster-update.pl X Xpost-patch: X ${CP} ${FILESDIR}/Makefile ${WRKSRC} X Xpre-install: X ${CP} ${DISTDIR}/mixmaster-update.pl ${WRKDIR} X ${CP} ${DISTDIR}/allpingers.txt ${WRKDIR} X ${PERL} -pi -e "s,/etc,${SYSCONFDIR},g" ${WRKDIR}/mixmaster-update.pl X ${MKDIR} ${PREFIX}/share/examples/mixmaster X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/mix ${PREFIX}/bin/mixmaster X ${INSTALL_SCRIPT} ${MIXMASTER_SCRIPTS} ${PREFIX}/bin/mixmaster-update.pl X ${INSTALL_DATA} ${MIXMASTER_FILES} ${PREFIX}/share/examples/mixmaster X ${INSTALL_MAN} ${WRKDIST}/mix.1 ${PREFIX}/man/man1/mixmaster.1 X X.include END-of-mixmaster/Makefile echo x - mixmaster/distinfo sed 's/^X//' >mixmaster/distinfo << 'END-of-mixmaster/distinfo' XMD5 (allpingers.txt.gz) = faed6e2b322789008d9944ee19b0d67e XMD5 (mixmaster-2.9.1.tar.gz) = 26052ff4112a2c185fd294b2bf5cb117 XMD5 (mixmaster-update.pl.gz) = 80ace5f85a7f4b8e2cf48a337e92a541 END-of-mixmaster/distinfo echo c - mixmaster/files mkdir -p mixmaster/files > /dev/null 2>&1 echo x - mixmaster/files/Makefile sed 's/^X//' >mixmaster/files/Makefile << 'END-of-mixmaster/files/Makefile' X# Mixmaster version 2.9 -- (C) 1999 - 2003 Anonymizer Inc. and others. X X# Mixmaster may be redistributed and modified under certain conditions. X# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF X# ANY KIND, either express or implied. See the file COPYRIGHT for X# details. X X# $Id: Makefile.in 665 2003-11-09 01:47:32Z rabbi $ X X# Edit according to the libraries you want to use: XINC = -I/usr/local/include -I/usr/include XDEF = -DUSE_ZLIB -DUSE_PCRE -DUSE_NCURSES -DHAVE_NCURSES_H -DUSE_IDEA -DUSE_SOCK -DSPOOL='"/var/tmp/mixmaster"' -DGLOBALMIXCONF='"/usr/local/etc/mixmaster/client.cfg"' -DHOMEMIXDIR="\".Mix\"" XLIBS = XLDFLAGS = -lz -L/usr/lib -lpcre -L/usr/local/lib -lcrypto -L/usr/lib -lncurses -L/usr/lib X XOPT = -g -Wall X# OPT = -g -pg -Wall -DDEBUG X# OPT = -O2 -Wall X XCFLAGS = $(INC) $(DEF) $(OPT) XCC = gcc XAR = ar rc XRANLIB = ranlib X#MAKE = make X XOBJ = mix.o rem.o rem1.o rem2.o rem3.o chain.o chain1.o chain2.o chain3.o nym.o pgp.o pgpdb.o pgpdata.o pgpget.o pgpcreat.o pool.o mail.o rfc822.o mime.o keymgt.o compress.o stats.o crypto.o random.o util.o buffers.o X XMIXOBJ = rndseed.o menu.o menusend.o menunym.o menuutil.o XNOMENUOBJ = rndseed.o dummy.o XWINOBJ = winmain.o winutil.o X Xall: mix X Xmix: $(OBJ) $(MIXOBJ) main.o $(LIBS) X $(CC) $(OBJ) $(MIXOBJ) main.o $(LIBS) $(LDFLAGS) -o mix X Xlibmix.a: $(OBJ) $(MIXOBJ) dllmain.o X $(AR) libmix.a $(OBJ) $(MIXOBJ) dllmain.o X Xlibmix32.a: libmix.a mixlib.def X dllwrap --dllname mixlib.dll --def mixlib.def --output-lib libmix32.a libmix.a zlib-1.1.4/libz.a pcre-2.08/libpcre.a openssl/libeay32.a -lwsock32 X Xdllmix: main.o libmix32.a X $(CC) main.o libmix32.a -o dllmix X Xwinmix.exe: $(WINOBJ) libmix32.a X $(CC) $(WINOBJ) libmix32.a -lgdi32 -luser32 $(LDFLAGS) -o mix.exe X Xwinmix: winmenu.res #winmix.exe X rsrc winmenu.res mix.exe X Xwinmenu.o: winmenu.rc winmenu.h X windres winmenu.rc winmenu.o X Xremailer: $(OBJ) $(NOMENUOBJ) remailer.o $(LIBS) X $(CC) $(OBJ) $(NOMENUOBJ) remailer.o $(LIBS) $(LDFLAGS) -o remailer X Xmpgp: $(OBJ) $(NOMENUOBJ) pgptest.o $(LIBS) X $(CC) $(OBJ) $(NOMENUOBJ) pgptest.o $(LIBS) $(LDFLAGS) -o mpgp X Xtest: $(OBJ) test.o $(NOMENUOBJ) $(LIBS) X $(CC) $(OBJ) test.o $(NOMENUOBJ) $(LIBS) $(LDFLAGS) -o test X Xclean: X -rm -f *.o *.a *.res *~ mix *.exe remailer test mpgp core gmon.out X Xallclean: clean X -rm -f Makefile X Xci: clean X cd ~/mix3; ci -l * Mix/* Mix/Src/*; echo X Xinclude Makefile.deps X X X X X END-of-mixmaster/files/Makefile echo c - mixmaster/patches mkdir -p mixmaster/patches > /dev/null 2>&1 echo x - mixmaster/patches/patch-ab sed 's/^X//' >mixmaster/patches/patch-ab << 'END-of-mixmaster/patches/patch-ab' X$OpenBSD: patch-Src_mix_c,v 1.1 2003/09/29 20:17:49 sturm Exp $ X--- Src/mix.c.orig 2003-09-27 19:42:28.000000000 +0200 X+++ Src/mix.c 2003-09-27 19:42:47.000000000 +0200 X@@ -86,7 +86,7 @@ char POOLDIR[PATHMAX]; X #ifdef WIN32 X char SENDMAIL[LINELEN] = "outfile"; X #else /* end of WIN32 */ X-char SENDMAIL[LINELEN] = "/usr/lib/sendmail -t"; X+char SENDMAIL[LINELEN] = "/usr/sbin/sendmail -t"; X #endif /* else if not WIN32 */ X char SENDANONMAIL[LINELEN]; X char NEWS[LINELEN]; END-of-mixmaster/patches/patch-ab echo x - mixmaster/patches/patch-ac sed 's/^X//' >mixmaster/patches/patch-ac << 'END-of-mixmaster/patches/patch-ac' X$OpenBSD: patch-Src_pcre-2_08_Makefile,v 1.1 2002/09/14 15:21:14 naddy Exp $ X--- Src/pcre-2.08/Makefile.orig Fri Aug 30 09:36:52 2002 X+++ Src/pcre-2.08/Makefile Fri Aug 30 09:37:14 2002 X@@ -51,8 +51,8 @@ X # into errlist. X X AR = ar cq X-CC = gcc -O2 -Wall X-CFLAGS = X+#CC = gcc -O2 -Wall X+CFLAGS += -Wall X RANLIB = @true X X # If you are going to obey "make install", edit these settings for your END-of-mixmaster/patches/patch-ac echo x - mixmaster/patches/patch-ad sed 's/^X//' >mixmaster/patches/patch-ad << 'END-of-mixmaster/patches/patch-ad' X$OpenBSD: patch-conf_mix_cfg,v 1.2 2002/10/30 15:07:54 naddy Exp $ X--- conf/mix.cfg.orig Wed Oct 31 09:19:55 2001 X+++ conf/mix.cfg Mon Oct 28 13:17:39 2002 X@@ -1,3 +1,5 @@ X+SENDMAIL /usr/sbin/sendmail -t X+POOL /var/spool/mixmaster X ######################## Client configuration: ########################## X REMAIL n X END-of-mixmaster/patches/patch-ad echo x - mixmaster/patches/patch-aa sed 's/^X//' >mixmaster/patches/patch-aa << 'END-of-mixmaster/patches/patch-aa' X$OpenBSD: patch-Src_config_h,v 1.1 2003/09/29 20:17:49 sturm Exp $ X--- Src/config.h.orig 2003-09-27 18:53:56.000000000 +0200 X+++ Src/config.h 2003-09-27 18:54:08.000000000 +0200 X@@ -138,7 +138,7 @@ X /* Give up if a file is larger than BUFFER_MAX bytes: */ X /* #define BUFFER_MAX 64*1024*1024 */ X X-#define PATHMAX 512 X+#define PATHMAX 1024 X #define LINELEN 128 X #define BUFSIZE 4096 X END-of-mixmaster/patches/patch-aa echo x - mixmaster/pkg-descr sed 's/^X//' >mixmaster/pkg-descr << 'END-of-mixmaster/pkg-descr' XThis software comes in a client only configuration! If you want Xto setup a mixmaster server, read through the example files and man page. X XMixmaster is an "Chaumian mix-net" anonymous remailer. Remailers provide protection against Xtraffic analysis and allow sending email anonymously or pseudonymously. END-of-mixmaster/pkg-descr echo x - mixmaster/pkg-plist sed 's/^X//' >mixmaster/pkg-plist << 'END-of-mixmaster/pkg-plist' Xbin/mixmaster Xbin/mixmaster-update.pl Xshare/examples/mixmaster/README Xshare/examples/mixmaster/abuse.txt.in Xshare/examples/mixmaster/adminkey.txt Xshare/examples/mixmaster/allpingers.txt Xshare/examples/mixmaster/blocked.txt.in Xshare/examples/mixmaster/dest.alw Xshare/examples/mixmaster/dest.blk Xshare/examples/mixmaster/end.hlp Xshare/examples/mixmaster/header.blk Xshare/examples/mixmaster/intro.hlp Xshare/examples/mixmaster/mix.cfg Xshare/examples/mixmaster/mix.cfg.ex Xshare/examples/mixmaster/mix.hlp Xshare/examples/mixmaster/mlist.txt Xshare/examples/mixmaster/news.hlp Xshare/examples/mixmaster/pgp.hlp Xshare/examples/mixmaster/pgponly.hlp Xshare/examples/mixmaster/pubring.asc Xshare/examples/mixmaster/pubring.mix Xshare/examples/mixmaster/rab.blk Xshare/examples/mixmaster/reply.txt.in Xshare/examples/mixmaster/rlist.txt Xshare/examples/mixmaster/type1.hlp Xshare/examples/mixmaster/usage.txt.in X@dirrm share/examples/mixmaster END-of-mixmaster/pkg-plist exit --- mixmaster.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 20:30:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1AFB16A4CE for ; Sat, 29 Nov 2003 20:30:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFF9943FCB for ; Sat, 29 Nov 2003 20:30:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU4UMFY074997 for ; Sat, 29 Nov 2003 20:30:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU4UMQF074996; Sat, 29 Nov 2003 20:30:22 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 20:30:22 -0800 (PST) Resent-Message-Id: <200311300430.hAU4UMQF074996@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kimura Fuyuki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8FB716A4CE for ; Sat, 29 Nov 2003 20:26:01 -0800 (PST) Received: from mgate15.so-net.ne.jp (mgate15.so-net.ne.jp [210.139.254.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3409C43F85 for ; Sat, 29 Nov 2003 20:26:00 -0800 (PST) (envelope-from fuyuki@nigredo.org) Received: from mail.dg8.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12]) by mgate15.so-net.ne.jp with ESMTP id hAU4PwT14143 for ; Sun, 30 Nov 2003 13:25:58 +0900 (JST) Received: from ns.nigredo.org (p624114.spprac00.ap.so-net.ne.jp [219.98.65.20]) by mail.dg8.so-net.ne.jp with ESMTP id hAU4PwY29330 for ; Sun, 30 Nov 2003 13:25:58 +0900 (JST) Received: from ns.nigredo.org (localhost [IPv6:::1]) by ns.nigredo.org (Postfix) with ESMTP id 9B57A20A4 for ; Sun, 30 Nov 2003 13:25:57 +0900 (JST) Message-Id: <86he0m7a96.wl%fuyuki@nigredo.org> Date: Sun, 30 Nov 2003 13:25:57 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59815: Update port: japanese/cal.rb to 1.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 04:30:24 -0000 >Number: 59815 >Category: ports >Synopsis: Update port: japanese/cal.rb to 1.16 >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: Sat Nov 29 20:30:21 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.2-BETA i386 >Organization: >Environment: FreeBSD ns.nigredo.org 5.2-BETA i386 >Description: Update to 1.16 >How-To-Repeat: >Fix: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/japanese/cal.rb/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 19 Aug 2003 06:15:39 -0000 1.7 +++ Makefile 6 Nov 2003 03:43:05 -0000 @@ -6,7 +6,7 @@ # PORTNAME= cal.rb -PORTVERSION= 1.14 +PORTVERSION= 1.16 CATEGORIES= japanese deskutils MASTER_SITES= http://aglaia.c.u-tokyo.ac.jp/~yamamoto/Script/Calendar/ DISTFILES= cal.rb Calendar.rb era_name Index: distinfo =================================================================== RCS file: /cvs/FreeBSD/ports/japanese/cal.rb/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 19 Aug 2003 06:15:39 -0000 1.6 +++ distinfo 30 Nov 2003 04:22:41 -0000 @@ -1,3 +1,3 @@ -MD5 (cal.rb-1.14/cal.rb) = 8c706b2eea7987dcd8b01af4059c6310 -MD5 (cal.rb-1.14/Calendar.rb) = 60649ed3ab764509b3b0148b1b032349 -MD5 (cal.rb-1.14/era_name) = 2c3c6a4de0d7d8a2101fbe7165509982 +MD5 (cal.rb-1.16/cal.rb) = c9f183f6cc44530958a31ef2f5c232a7 +MD5 (cal.rb-1.16/Calendar.rb) = 2d43027908232ea1d17f426fd6a459ce +MD5 (cal.rb-1.16/era_name) = 2c3c6a4de0d7d8a2101fbe7165509982 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 21:08:42 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E93216A4CE; Sat, 29 Nov 2003 21:08:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA6CB43FF3; Sat, 29 Nov 2003 21:08:37 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU58aFY081082; Sat, 29 Nov 2003 21:08:36 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU58a6h081078; Sat, 29 Nov 2003 21:08:36 -0800 (PST) (envelope-from adamw) Date: Sat, 29 Nov 2003 21:08:36 -0800 (PST) From: Adam Weinberger Message-Id: <200311300508.hAU58a6h081078@freefall.freebsd.org> To: mezz7@cox.net, adamw@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, adamw@FreeBSD.org Subject: Re: ports/59440: Maintainer update: astro/gdesklets-goodweather, fix a bug and add Python compile. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 05:08:42 -0000 Synopsis: Maintainer update: astro/gdesklets-goodweather, fix a bug and add Python compile. State-Changed-From-To: closed->open State-Changed-By: adamw State-Changed-When: Sat Nov 29 21:06:55 PST 2003 State-Changed-Why: Reopen and regrab this PR, while I try and undo what I done did. Yeah. Responsible-Changed-From-To: freebsd-ports-bugs->adamw Responsible-Changed-By: adamw Responsible-Changed-When: Sat Nov 29 21:06:55 PST 2003 Responsible-Changed-Why: Reopen and regrab this PR, while I try and undo what I done did. Yeah. http://www.freebsd.org/cgi/query-pr.cgi?pr=59440 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 21:16:04 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDE9C16A4CE; Sat, 29 Nov 2003 21:16:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C41143FF2; Sat, 29 Nov 2003 21:16:04 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU5G4FY081277; Sat, 29 Nov 2003 21:16:04 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU5G4Ei081273; Sat, 29 Nov 2003 21:16:04 -0800 (PST) (envelope-from adamw) Date: Sat, 29 Nov 2003 21:16:04 -0800 (PST) From: Adam Weinberger Message-Id: <200311300516.hAU5G4Ei081273@freefall.freebsd.org> To: mezz7@cox.net, adamw@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59619: Maintainer update: astro/gdesklets-goodweather 0.1 -> 0.3, bug fixes release. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 05:16:04 -0000 Synopsis: Maintainer update: astro/gdesklets-goodweather 0.1 -> 0.3, bug fixes release. State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sat Nov 29 21:15:08 PST 2003 State-Changed-Why: Closed at submitter's request. He will sent in aonther one later (i.e. after the 5.2-R freeze) http://www.freebsd.org/cgi/query-pr.cgi?pr=59619 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 23:50:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8592B16A4CE for ; Sat, 29 Nov 2003 23:50:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC8F43FE5 for ; Sat, 29 Nov 2003 23:50:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU7oNFY091095 for ; Sat, 29 Nov 2003 23:50:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAU7oMRW091094; Sat, 29 Nov 2003 23:50:23 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 29 Nov 2003 23:50:23 -0800 (PST) Resent-Message-Id: <200311300750.hAU7oMRW091094@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Walter Venable Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9836216A4CE for ; Sat, 29 Nov 2003 23:44:42 -0800 (PST) Received: from relnor.com (pcp694410pcs.lvngst01.md.comcast.net [68.50.16.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C3143FCB for ; Sat, 29 Nov 2003 23:44:38 -0800 (PST) (envelope-from weaseal@relnor.com) Received: from relnor.com (localhost [127.0.0.1]) by relnor.com (8.12.10/8.12.10) with ESMTP id hAU7iiZ4003200 for ; Sun, 30 Nov 2003 02:44:44 -0500 (EST) (envelope-from weaseal@relnor.com) Received: (from root@localhost) by relnor.com (8.12.10/8.12.10/Submit) id hAU7iimm003199; Sun, 30 Nov 2003 02:44:44 -0500 (EST) (envelope-from weaseal) Message-Id: <200311300744.hAU7iimm003199@relnor.com> Date: Sun, 30 Nov 2003 02:44:44 -0500 (EST) From: Walter Venable To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59816: [NEW PORT] irc/srvx: Srvx IRC services X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 07:50:25 -0000 >Number: 59816 >Category: ports >Synopsis: [NEW PORT] irc/srvx: Srvx IRC services >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: Sat Nov 29 23:50:22 PST 2003 >Closed-Date: >Last-Modified: >Originator: Walter Venable >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD relnor.com 4.9-STABLE FreeBSD 4.9-STABLE #2: Thu Nov 27 01:49:42 EST 2003 >Description: srvx is a set of IRC services for ircu P10 protocol networks; it is developed by a team of programmers affiliated with the GamesNET IRC Network. srvx is designed to be a fast, extensible, scalable and reliable provider of NickServ, ChanServ, HelpServ, OperServ, and Global services as well as advanced proxy detection. srvx is open source software; the source is available for download under the terms and conditions of the GNU General Public License, commonly known as the GNU GPL. The authors can be contacted via irc on irc.gamesnet.net in channel #srvx . Note that only one of the many authors is listed below, see website for a full list. Author: "Entrope" WWW: http://www.srvx.net Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- srvx-1.2.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # srvx # srvx/pkg-descr # srvx/Makefile # srvx/pkg-plist # srvx/distinfo # srvx/files # srvx/files/patch-aa # echo c - srvx mkdir -p srvx > /dev/null 2>&1 echo x - srvx/pkg-descr sed 's/^X//' >srvx/pkg-descr << 'END-of-srvx/pkg-descr' Xsrvx is a set of IRC services for ircu P10 protocol networks; it is developed Xby a team of programmers affiliated with the GamesNET IRC Network. srvx is Xdesigned to be a fast, extensible, scalable and reliable provider of NickServ, XChanServ, HelpServ, OperServ, and Global services as well as advanced proxy Xdetection. X Xsrvx is open source software; the source is available for download under the Xterms and conditions of the GNU General Public License, commonly known as the XGNU GPL. X XThe authors can be contacted via irc on irc.gamesnet.net in channel #srvx . XNote that only one of the many authors is listed below, see website for a Xfull list. X XAuthor: "Entrope" XWWW: http://www.srvx.net END-of-srvx/pkg-descr echo x - srvx/Makefile sed 's/^X//' >srvx/Makefile << 'END-of-srvx/Makefile' X# New ports collection makefile for: srvx X# Date created: 2003-11-28 X# Whom: Walter Venable X# X# $FreeBSD$ X# X XPORTNAME= srvx XPORTVERSION= 1.2 X#PORTREVISION= 0 X#PORTEPOCH= 0 XCATEGORIES= irc net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= srvx X XMAINTAINER= weaseal@hotmail.com XCOMMENT= Srvx IRC services X XGNU_CONFIGURE= yes XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X X.if defined(WITH_DEBUG) XCONFIGURE_ARGS+= --enable-debug X.endif X X.if defined(WITH_PROTOCOL_BAHAMUT) XCONFIGURE_ARGS+= --with-protocol=bahamut X.endif X X.include X Xpre-fetch: X @ ${ECHO} "Configuring as: ${CONFIGURE_ARGS}" X @ ${ECHO} "" X @ ${ECHO} "--------------------------------------------------------------------------------" X @ ${ECHO} "" X @ ${ECHO} "The following build options are availabe:" X @ ${ECHO} "" X @ ${ECHO} " WITH_PROTOCOL_BAHAMUT=yes Enables Bahamut protocol" X @ ${ECHO} " (P10 is default)." X @ ${ECHO} "" X @ ${ECHO} " WITH_DEBUG=yes Enables debug mode." X @ ${ECHO} "" X @ ${ECHO} " NO_LOCALBIN_LINK=yes Disables placing of link to" X @ ${ECHO} " ${PREFIX}/srvx/srvx as" X @ ${ECHO} " ${LOCALBASE}/bin/srvx" X @ ${ECHO} " This is set to "yes" by default." X @ ${ECHO} "" X @ ${ECHO} "--------------------------------------------------------------------------------" X @ ${ECHO} "" X Xpost-install: X @ ${ECHO} "" X @ ${ECHO} " When you 'make deinstall', any files generated by ${PORTNAME} (logs, etc)" X @ ${ECHO} " will remain in ${PREFIX}/${PORTNAME}. These files must be removed" X @ ${ECHO} " manually. Don't forget to 'rm -rf ${PREFIX}/${PORTNAME}' too!" X @ ${ECHO} "" X X.if !defined(NO_LOCALBIN_LINK) X ${LN} -s ${PREFIX}/srvx/srvx ${LOCALBASE}/bin/srvx X @${ECHO} "" X @${ECHO} " A link to ${PREFIX}/srvx/srvx has been created at" X @${ECHO} " ${LOCALBASE}/bin/srvx." X @${ECHO} " To disable this, see above build options." X @${ECHO} "" XPLIST_SUB+= NO_LOCALBIN_LINK:="" X.else XPLIST_SUB+= NO_LOCALBIN_LINK:="@comment " X.endif X X.include END-of-srvx/Makefile echo x - srvx/pkg-plist sed 's/^X//' >srvx/pkg-plist << 'END-of-srvx/pkg-plist' Xsrvx/chanserv.help Xsrvx/global.help Xsrvx/helpserv.help Xsrvx/modcmd.help Xsrvx/nickserv.help Xsrvx/opserv.help Xsrvx/saxdb.help Xsrvx/sendmail.help Xsrvx/sockcheck.conf.example Xsrvx/sockcheck.help Xsrvx/srvx Xsrvx/srvx.conf.example X%%NO_LOCALBIN_LINK:%%bin/srvx X@dirrm srvx END-of-srvx/pkg-plist echo x - srvx/distinfo sed 's/^X//' >srvx/distinfo << 'END-of-srvx/distinfo' XMD5 (srvx-1.2.tar.gz) = c4fe1b050bdc42cbb45397e40f767143 END-of-srvx/distinfo echo c - srvx/files mkdir -p srvx/files > /dev/null 2>&1 echo x - srvx/files/patch-aa sed 's/^X//' >srvx/files/patch-aa << 'END-of-srvx/files/patch-aa' X--- Makefile.in Sun Oct 12 22:37:15 2003 X+++ Makefile.in Fri Nov 28 14:58:05 2003 X@@ -518,13 +518,13 @@ X cp ./src/srvx $(srcdir)/src/*.help . X X install-exec-local: X- $(INSTALL) -d -m 755 $(prefix) X- $(INSTALL) -m 744 ./src/srvx $(prefix) X- $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix) X- $(INSTALL) -m 600 $(srcdir)/srvx.conf.example $(prefix) X- $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix) X+ $(INSTALL) -d -m 755 $(prefix)/srvx X+ $(INSTALL) -m 744 ./src/srvx $(prefix)/srvx X+ $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)/srvx X+ $(INSTALL) -m 600 $(srcdir)/srvx.conf.example $(prefix)/srvx X+ $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)/srvx X @echo X- @echo srvx-$(VERSION) has been installed to $(prefix) X+ @echo srvx-$(VERSION) has been installed to $(prefix)/srvx X @echo Remember to edit srvx.conf.example and sockcheck.conf.example X @echo And of course, ./srvx --help before starting. X @echo END-of-srvx/files/patch-aa exit --- srvx-1.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: