From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 04:00: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 F38D837B401 for ; Sun, 25 May 2003 04:00:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3156443F75 for ; Sun, 25 May 2003 04:00:11 -0700 (PDT) (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 h4PB0AUp042248 for ; Sun, 25 May 2003 04:00:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PB0A50042241; Sun, 25 May 2003 04:00:10 -0700 (PDT) Resent-Date: Sun, 25 May 2003 04:00:10 -0700 (PDT) Resent-Message-Id: <200305251100.h4PB0A50042241@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, Jens Rehsack Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE0F037B401; Sun, 25 May 2003 03:56:48 -0700 (PDT) Received: from helo.liwing.de (helo.liwing.de [213.70.188.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id B80BE43F75; Sun, 25 May 2003 03:56:47 -0700 (PDT) (envelope-from root@helo.liwing.de) Received: from helo.liwing.de (localhost.liwing.de [127.0.0.1]) by helo.liwing.de (8.12.7/8.12.7) with ESMTP id h4PAuj3F007046; Sun, 25 May 2003 10:56:46 GMT (envelope-from root@helo.liwing.de) Received: (from root@localhost) by helo.liwing.de (8.12.7/8.12.7/Submit) id h4PAuiAm007045; Sun, 25 May 2003 10:56:44 GMT Message-Id: <200305251056.h4PAuiAm007045@helo.liwing.de> Date: Sun, 25 May 2003 10:56:44 GMT From: Jens Rehsack To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Norikatsu Shigemura Subject: ports/52669: [UPDATE] mod_php4 to 4.3.2RC4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jens Rehsack List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 11:00:12 -0000 >Number: 52669 >Category: ports >Synopsis: [UPDATE] mod_php4 to 4.3.2RC4 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 25 04:00:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jens Rehsack >Release: FreeBSD 4.8-STABLE i386 >Organization: LiWing IT-Services >Environment: System: FreeBSD fozzie.muppets.liwing.de 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat May 24 14:48:47 GMT 2003 root@fozzie.muppets.liwing.de:/usr/obj/usr/src/sys/FOZZIE i386 >Description: Because of both former informed bugs reports on php.net it's nessecary to update mod_php4 to 4.3.2rc4 and modify the makefile for the port. See http://bugs.php.net/?id=22809 and http://bugs.php.net/?id=23697 for details. The submitted port of Alex Dupre fixes both problems, but it seems there're failures in dependend ports detected by Kris which causes a fall back to old port. This is a fix to the old port which may be temporarily used until the problems with the new port are solved. These patches doesn't change anything in extern behaviour of the port except the version :-) >How-To-Repeat: >Fix: --- patch-Makefile begins here --- --- www/mod_php4/Makefile.orig Sat May 24 09:57:00 2003 +++ www/mod_php4/Makefile Sun May 25 11:34:59 2003 @@ -6,19 +6,12 @@ # PORTNAME= mod_php4 -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.2RC4 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ - http://php.he.net/${PHP_DISTDIR}/ \ - http://www.php3.de/${PHP_DISTDIR}/ \ - http://au.php.net/${PHP_DISTDIR}/ \ - http://at.php.net/${PHP_DISTDIR}/ \ - http://br.php.net/${PHP_DISTDIR}/ \ - http://php.easydns.com/${PHP_DISTDIR}/ \ - http://www.php.cz/${PHP_DISTDIR}/ \ - http://php3.globe.de/${PHP_DISTDIR}/ +MASTER_SITES= http://downloads.php.net/jani/ \ + http://www.gufi.org/~alex/php/ DISTNAME= php-${PORTVERSION} MAINTAINER= dirk@FreeBSD.org @@ -56,7 +49,7 @@ .endif CONFIGURE_ARGS+=--with-config-file-path=${PREFIX}/etc \ --enable-versioning \ - --with-regex=system \ + --with-regex \ --without-gd \ --without-mysql --- patch-Makefile ends here --- --- patch-scripts-configure begins here --- --- www/mod_php4/scripts/configure.php.orig Sat May 24 09:55:39 2003 +++ www/mod_php4/scripts/configure.php Sun May 25 11:41:26 2003 @@ -42,7 +42,8 @@ XMLRPC "XMLRPC-EPI support (implies XML and iconv)" OFF \ XSLT "Sablotron support (implies XML and iconv)" OFF \ WDDX "WDDX support (implies XML)" OFF \ -DOMXML "DOM support" OFF \ +DOMXML "DOM XML support" OFF \ +DOMXSLT "DOM XSLT support" OFF \ FTP "File Transfer Protocol support" OFF \ CURL "CURL support" OFF \ gettext "gettext library support" OFF \ @@ -297,6 +298,11 @@ \"DOMXML\") echo "LIB_DEPENDS+= xml2.5:\${PORTSDIR}/textproc/libxml2" echo "CONFIGURE_ARGS+=--with-dom=\${LOCALBASE}" + ;; + \"DOMXSLT\") + echo "LIB_DEPENDS+= xslt.1:\${PORTSDIR}/textproc/libxslt" + echo "CONFIGURE_ARGS+=--with-dom-xslt=\${LOCALBASE}" + echo "CONFIGURE_ARGS+=--with-dom-exslt=\${LOCALBASE}" ;; \"FTP\") echo "CONFIGURE_ARGS+=--enable-ftp" --- patch-scripts-configure ends here --- --- patch-distinfo begins here --- --- www/mod_php4/distinfo.orig Sat May 24 09:56:00 2003 +++ www/mod_php4/distinfo Sun May 25 11:40:24 2003 @@ -1 +1 @@ -MD5 (php-4.3.1.tar.bz2) = bbfe584acb3549c62bb61355165e2ca6 +MD5 (php-4.3.2RC4.tar.bz2) = 9efabc2c2ee949b256b46d7fc1818154 --- patch-distinfo ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 06:20: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 3F6AE37B401; Sun, 25 May 2003 06:20:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0EC643F3F; Sun, 25 May 2003 06:20:56 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PDKuUp069972; Sun, 25 May 2003 06:20:56 -0700 (PDT) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PDKuqf069968; Sun, 25 May 2003 06:20:56 -0700 (PDT) Date: Sun, 25 May 2003 06:20:56 -0700 (PDT) From: Tilman Linneweh Message-Id: <200305251320.h4PDKuqf069968@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nbm@FreeBSD.org Subject: Re: ports/52598: Update devel/sip: 3.5 -> 3.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: Sun, 25 May 2003 13:20:57 -0000 Synopsis: Update devel/sip: 3.5 -> 3.6 Responsible-Changed-From-To: freebsd-ports-bugs->nbm Responsible-Changed-By: arved Responsible-Changed-When: Sun May 25 06:20:36 PDT 2003 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=52598 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 06:22: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 86E0C37B401; Sun, 25 May 2003 06:22:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E632F43FB1; Sun, 25 May 2003 06:22:28 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PDMSUp070154; Sun, 25 May 2003 06:22:28 -0700 (PDT) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PDMSZE070150; Sun, 25 May 2003 06:22:28 -0700 (PDT) Date: Sun, 25 May 2003 06:22:28 -0700 (PDT) From: Tilman Linneweh Message-Id: <200305251322.h4PDMSZE070150@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nbm@FreeBSD.org Subject: Re: ports/52599: Update devel/py-sip: 3.4 -> 3.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: Sun, 25 May 2003 13:22:29 -0000 Synopsis: Update devel/py-sip: 3.4 -> 3.6 Responsible-Changed-From-To: freebsd-ports-bugs->nbm Responsible-Changed-By: arved Responsible-Changed-When: Sun May 25 06:22:08 PDT 2003 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=52599 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 07:10: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 D1F2B37B401 for ; Sun, 25 May 2003 07:10:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E2343FAF for ; Sun, 25 May 2003 07:10:10 -0700 (PDT) (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 h4PEA9Up083186 for ; Sun, 25 May 2003 07:10:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PEA96Y083185; Sun, 25 May 2003 07:10:09 -0700 (PDT) Resent-Date: Sun, 25 May 2003 07:10:09 -0700 (PDT) Resent-Message-Id: <200305251410.h4PEA96Y083185@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, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5C9D37B401; Sun, 25 May 2003 07:09:22 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 508CF43F93; Sun, 25 May 2003 07:09:21 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19JwBX-000FD7-00; Sun, 25 May 2003 16:09:15 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19JwAf-0000r7-00; Sun, 25 May 2003 16:08:21 +0200 Message-Id: Date: Sun, 25 May 2003 16:08:21 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: smace@FreeBSD.org Subject: ports/52670: Update net/tcpreplay: 1.4.0 -> 1.4.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, 25 May 2003 14:10:11 -0000 >Number: 52670 >Category: ports >Synopsis: Update net/tcpreplay: 1.4.0 -> 1.4.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: Sun May 25 07:10:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: Bug fixes. This PR supersedes PR/52493 >How-To-Repeat: >Fix: diff -urN tcpreplay.orig/Makefile tcpreplay/Makefile --- tcpreplay.orig/Makefile Fri May 16 19:58:35 2003 +++ tcpreplay/Makefile Sun May 25 16:01:00 2003 @@ -6,7 +6,7 @@ # PORTNAME= tcpreplay -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} +CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} MAN1= capinfo.1 tcpprep.1 pcapmerge.1 MAN8= tcpreplay.8 diff -urN tcpreplay.orig/distinfo tcpreplay/distinfo --- tcpreplay.orig/distinfo Fri May 16 19:58:35 2003 +++ tcpreplay/distinfo Sun May 25 16:01:42 2003 @@ -1 +1 @@ -MD5 (tcpreplay-1.4.0.tar.gz) = 04a96d992dde5fa030c2cd04c96a0534 +MD5 (tcpreplay-1.4.2.tar.gz) = d7bd8f6adbf9dac5e937e80b3d5570d7 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 09:00: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 BC1A137B404 for ; Sun, 25 May 2003 09:00:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D89043FA3 for ; Sun, 25 May 2003 09:00:27 -0700 (PDT) (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 h4PG0RUp067620 for ; Sun, 25 May 2003 09:00:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PG0RB7067619; Sun, 25 May 2003 09:00:27 -0700 (PDT) Resent-Date: Sun, 25 May 2003 09:00:27 -0700 (PDT) Resent-Message-Id: <200305251600.h4PG0RB7067619@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 D3F9937B401; Sun, 25 May 2003 08:51:08 -0700 (PDT) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id B216A43F3F; Sun, 25 May 2003 08:51:07 -0700 (PDT) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (unknown [81.56.186.139]) by postfix3-1.free.fr (Postfix) with ESMTP id E7AC1C1BE; Sun, 25 May 2003 17:51:05 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 919837510; Sun, 25 May 2003 17:50:54 +0200 (CEST) Message-Id: <20030525155054.919837510@graf.pompo.net> Date: Sun, 25 May 2003 17:50:54 +0200 (CEST) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Norikatsu Shigemura Subject: ports/52671: Remaining pear- ports: chasing php4 upgrade (follow-up to PR ports/52596). 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: Sun, 25 May 2003 16:00:30 -0000 >Number: 52671 >Category: ports >Synopsis: Remaining pear- ports: chasing php4 upgrade (follow-up to PR ports/52596). >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 25 09:00:24 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.8-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Apr 29 18:16:35 CEST 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: Idem PR ports/52596, for the remaining pear- ports (it should be the last bunch!). Since I'm there, upgrading devel/pear-I18N to 0.8.5 and fixing the URLs in pkg-descr. >How-To-Repeat: cd /usr/ports/devel/pear make ... >Fix: Pre-requisite: to be applied after PR ports/52641. Removed files: pkg-deinstall (now parts of devel/pear-PEAR) and devel/pear-HTML_Select_Common/files (no more needed). --- pear.uue begins here --- begin 644 pear.tar.bz2 M0EIH.3%!62936?V.6$8`+/7_S/_\`H-_________SO____X"0`@``@$`"&`? M_GWWWM7WWN>WW>:][S>^Q;=7+9ISQS[N=.;;NGUY.&M[OO;:TT^X\^(52+6D MD$2G?9PK3[N^SV'7/7O=<X2B!(GIJG MHS2>FILDS1(TTR>D,FF@&0`:#0``T:,@`)0@"`1/00FI^DU,>J,FC0:!M$`` M&@`:&@``!*9$T2)D5/]5/U3]3:4]JGDU#1IZAXID]30::!B/2'J&(`#U`#0` MDU(@30(3U)C1E3]334S4]";2#:CU-!H>D`]0`````!$H@(`29/4::,"2?B33 M4/2>4>B9-II/)J>IIH-I,1H&@]0TVH%22!`(!I-HU-&0TT)3\AHFTIY3V@4/ M1I#0`9-`-``_P/K^9.3E3GL#ZAUTC``F`H!M0(-W/T=,[ER+J.D8%B9I;0P+ M>Y6M=[*FE?>\N!,&'4"`J@P2`5,61Q MJJ6B@F#S_R287'H`PBOX/'Z4J;'4S+;3\]@JJ(MYD-SW-R1H(DC;:?GT)BCW M+,D+.ULYHW99*&_"4.;F-)56O14$MB]O#U$%/'P05&(BX3ZG; MZLM2VIS39GHIVRFF^&STH4#N\F=;PS1O44X`AI1\)!V"]W<_B-0-QUA56=D/ MPHZ%+E[-]#)I].RIJX^:N-W'1ZO=)#B@U+>!;:*T>EO??BB\-+TMF>>`[%>- MQ@S>*-+Y939F0QR0=91"Q9[H=$5*.7(/-5,>E*6FJ+5255A+*U&J8102I2![ M-%1SH*BC6)E::2S23867+OS#`&H&4"AIA%4#,27K\S6SN=D=543,S,SW@ZPV M#2\7R/@A)B0H.:_\]D'P!L]H._6?$9\#.8&4=YQ1L/V&)O?CJ]'J]FLS[3B` M]9Q]CRSL@\4T>?;7%)X3'2L[8VH4S":$8"(^)`D1)?TEO"PKI:A7S7JWJ@[@ MQ!!-<$`76AW5GM&;+%]IY"U&X-`T5I$M9121>BYT>CFZ,8!Q1.!JS?[DFIJQ MP(74K2Z>C!0NOH@VQ0]B`N_W:*=;+7:Z,3)NVX[`TKKJ9:#'1L,,H5%ZP&3` MEP8*4F:AR`JM!.7SH[6W*9Y,(JF%)HF7#ZU:),0*U$G.R&S>8(ANV!W;V3R( MVJGY:B]`8%COSH$01(@AF>;I[^\YE/4#C;`&ML]QEFF>\=67MMU06^$RD5^< M356E"H-+'4MEV-JZ2["BQ=&)K[>B)R0)UIO*ZASR'XSERJ\ZY#N?!&_D3D&Y M."_=\2&_-$3N9H8%(+#R=(X.9.^QTSBJ.DG7F$5MO#;BA[FS9EB90TP5U%^QNR.^FG2U[3`PV M5-)-:IL`,1H=5<^R%X>S>JJ=';)E)WW0;:F99#[$\UK.2P==%'3%^3/\:AMQ M,TZ3.6F/96.F;FLV5)>80?S%N+`Q!6CK:Q7'04B2IR6B[!\D4,9/,"M?(@QZ MS_"9^N<-N)K+<'S/GJJK]'%ZGD\SSY9*JJJZ2V+)9+*4G2Z''A47I@ MK;>L=$W)U#0&Y=09$TO>OY[F$NP:2_3Q3!0<#8F6\#=T+$[QZK)3@"E@=&&] M=&,W=6AM+>+3PE_;P-JJZO M(7MY/#G\G=RS'7 M,Y>#=8WAL-&5+T&+N*+`_>K.9I2B>F#68/4A`Y M'V6-J'2"XW.G!"TF!CIJ85JN+UCJF6K886>LW%MOC@RI7L^N'85>^S)\!^GT M&45%HD/:!Q!]PLCW):]^5^1R-5 M#1Y5.!^6;D/=EZIR+\R-D!LZ!*$H2+O$&*&)++?NHN7>X0\(?2[ML;CO-B4+ M#0HR;Q,%$ES!@2A#'4M+8X0I40\`<`Y@X!+RJE2=91:28@F`7A>8$O%C%%8Q M`:"@.<+#O@E2#:+^L$/=&*^-7Q!5$*%@X2#VR*6*6MC(BY42.>:Y")[KKK0+*=1Q=#&.W.#.ZLH711, M\91]KY7ET'DYMJ>%&;E*U$A$:D!&1&0D!**Q&AB'C'S)W%"@,4(H6)`@#%'/ MN\>TECA0)O](\7:8]&E\]"L,>RF]YR>546P]/I]'7KY['[6W&;@VUR^%^%P) M3YL0I&UTWV9&YJ\SDGG?UN`??VHO4""HA[<6*$!#ZJ*%%#L)1=5127228'U+ MA.0OPY2.BC;47KXJ,PR#(`,%@B"$$$@R`9`B)^0K43O(7EPW2?8:2_`,#/%P MLJ0MB];[Y@U7U7B+4SLUK971?;U>>=P^L]5'4B%*X%2^J&%1T[VM:UXQ"0-T M,(?@MA:H92M-"&XT24<]BQAX2X7KC.;\DG]I?GTZ;K6NN,F$QMC33;&FFV9% M7XY[FY8,.54U"4J&DCXJ*EO6(F*;L8S!CYIY)$&0]9`5@+V,QKLX)/$+Q[SH M]&1U4-7PQ.RLQ5@XG;&%7%W!:';\GN>6@G*1:/9 MZ^K"*E5O,U_XQ>S:,O@CWF6'=.UKR)VI4'-RB$H,%#'%+4RPM_MW^W_2M^3\ MT-<.BE,1RHHC_"[0(@C@@[3)F9Z7834##:MMB'9I9$REK<[0\2^&8<%YX*GO MZR60F1=60*0N%V0B2\L*TF>R&0C[Y##?0U"OM5WS?MA?2\Y7-ZV^S>H,@6005"0NG,V7YG!-$4CZP0=-YC MEE=$H)MTO`AQ:,;6BEF4SO`A22">A(8;JV;@UW3*+/52X$:0PB2>(T+7/'7V M2D%`MJK$;X5GKMG5(E2E:Z9I"P\\^+9QZMBL0+ZICAO*1H#.S,KGJFR5]WQ: MBLL!*<+W!H$4>K(.QJ96YHB2D3>]"#S'.KN' M1RB7.;*$!SQ=J;$PN%ZAB[8WV[3,7=@3,^/RTWDV0PQFZ)BR4@#!)8/E;(BW M;=@NJP3C"G#KJ"J*FLP1=41P1T0L M:N&4(4(KK%+0[-LLBK-MAXSG2*5YOU/7CG#R=\#M^RO(N'6-+N8''LJE*M/; MW_>O![=M*(XBP(E`M;!^-!K%@[A#U!1'4V7,):%7="6+1 M)9<%H5G(G0X].4&L6D!J'4Q`O.YV_C;)QS/+%3,0L3N&1/L][%Z.D\E4WJ^Y"RO*0MR;".^D M'U!\2:A/.D2`$J&`%$W[Y)&'E#!<$/]&_X:(F=+,[>AM?I`M2K2S!;QF*W$?.=SK6/!&)IRX'>,WS?>+$[$P^< M(B;S_ESDAJ5BDA0*%J2GE+18XY4L@I"Q2U9MAND/ADZ0YT3J"W.`\*O$@EMJ:*"Z2L]G]]1T;,$0>&#WEN- MBK=HF($A0*`4K*&V-L;H2DIOJ\::.8VJ'*-^\F\'7*)OK@(<:@'E2M11=&=' M3H)X!J.N>/B2](X9J9E":(+B6BGV3J/PF=4ZY"R622@PC3%'<6; M8CBC6]C7L,,#$B9#>6`G3<&5DU#IQXXH?3<7WE-7H!XC?1.-%ZP\*:T'E,5X MG:G"HO8'JC058X8BT>F MLBJ+T\"2ZUV:W8N-`\Y8O-R18O@WLT8,V$I8BK+K4TGA,&,G'(-..Y.J;[N< MP1J.^QX9$4:)43EHNB;(H\IX-)@DGE*23.=:/$"H-XY4X@-;:.96Q1=3NFHQ M!M2P#M)'V+36!<$573U%#`XD"`_@`@59)(0B0C(:@2].2)E&*/8>N#78N8(0 MJ=,<[K_:,[A-;4ET9X9B;'C:CIO5)90L2?(EUB7%0M5K]9?Z"Y#E-3.G;KS* M0@YRUUJ%$JFA)P+Q(+:O@"(!8!H.+@-DGJG%QBZ9$Z)"]BV:)-!O`/.;:<[;9C9(&G`@]:4K"JJ+[>5 MYA54VNY>!=QQD1/A[1XP#IAY/811)!\@F%![(HJP%W$[YZ,Z3/,";%OC%R49 M1W$TI)J2,XSQ]ISM]*YV*GM5+XR/ENG?Q3&*QDO84>$>JGE2+DBGZJ!\D-[& M:*NR&?QB_MUOG0#-\(!YS6UE1^3T('UZF2@,0D#.&Y[Q"'SU,[4!])N5B!CX M+TK;>*8:&@)*ZREP?'%)%&#!#V07@(`8O(D"D]"^I<`/RS+J\E05.C?Y7>V- M<.3-GDY$XC:N)!I)&DQDU0BF'(!0_3/,3FB]X8>:&&1:";ARS.4SB6KA#Z1D M5T3FF>/.*J2YVI7@OLY!^GIP@ M_\VZESNI1:/;#.4X0^(!Z&V2QRT4XB_^+:GL@2^SQ301,1[,6+1T8QH+Y:DDLL?5I\+S%M22I/E4EZI8HK`)V$_%:'6 M`+LRV!YXR$#9"*KM>\YRH?($$"8A\\Q,Q#V3EL@;<091@Q]/>#[LTR1UQ49D MR_,N:77WN./N7T81CPDS32LQC1C;^MS$63=,EP7&N= M3U_0$@0C(V6`0/QSU=$&)X\P3VX@W\E^SQ4E4AZ/?J@\9U8*@^ M-!PN-E0B]00_'OG'0##:4B0*%B7WJISNX`ZA2H%A\X M8QLJR&\[L\4'`&?)DC6:R:,#;FV65K/'F&J1SWJ8QF&IMDQ,L4+M]0JPJJJJ MKM%K+$E5,E-H3)J0H"YBA7`VDD(0A>&\\79&5UZVP72<5\QQ&EH..I;5LD(8 MK_RR>E2J;*M2!95^/)FB<#C%6DD9&<05#8]D1T&*"B:<<@[ M(6@1UBHN@,A8 M;%XJN7`3;AJ#MF*11[=0.4.-S$-9P>"82VU\V.G5G8XAVI)/#ME)"<.'>W6, M&B((X5%%6S"]Y1':7%;(S'HBR(@F6JB".#>%W,`Y]23YL`PA8.>A4J2J;G3K MZM191;67Q>"R\JJN2*:3FVEN=Q3]UOUR)LE8N:1*`UPRZBS3'F*XXNJ1;BFR M,\/04%I#U6*BCV4%C`D"[P='T>Y^/X-R\WS-[;X]"#X31-05W`<%<2,@\]-X M*E!B6*;2LM*!Z2*9PPVM0@U!B2PE`8I(I4<.V(X_8\$YVV.C%S6C,5JH^,3Y/HY,DE$YFG@:4YI M.22;+OGY;XVUI[K1Q=!.HY"Q5&H*/P$,$S"L@HX9#F(#I#KL+UT0))"HD^MS M+NZU%G7F>Z^8H^>K%UPRMOZR4HGG=;O;@ZTO1OZARPIM.TG9,A9ON`' M(*V$I['#W$3'@2AE)=7I+7'G/^JEA@8BW%TDU`*HS)A$7B",H)!RQ*(G!<1" M0@M\+`+[AM,)W4@&M#BRN:FDP1UPF`Q:7O41JPV(&U@6IX2$#A,;!@HIZ MHRD<#@K5&>,V0=6%M.,)HJ94M36%$#'X@^ZU1155.#PRS9`9,A?@[6P@'027 M!`S+=AMWZV@N92ZA%K*U`,M3(F;8;LIG#,R,XN:"R@PS,9%T00<,3`HS,\X> M*)N'6-8SQA4D31)FU1$U)IDP68S5TOM?1C#$$./&0KFV0L!L@WL),NM47!O$G\6!@,4;[@2BP)4B4,**&5RDS^_DO5N!),I M)H&T!D$IIO?9$SM1SG@83FP"*"P-!Q"8A(9R7#X"\DP6`PU2<5:961J,T++A M%4N):RV:*11?G9OU51D"&N603%SB"K-ZB[O@J6UK1:%L[/T&?4;NW?B\^7+NI:IF%UD MD8D6,)%F5-JGC`T!&+;(0:H:0+08',`<^'`C="X+"U4*F;"CY%")'JQ!W8(9 M+W3&X5]CBU!ZF7F5#IW$RASBH*#-0,E6Y]@&THP#,O`2[REJ9^A+.;`PS!NS M(2+(B@X7W[(27MGS6WEP[MH%!6PK&0JY6FBQF6:;1J*DSV0O#;D&H.)I9$22 MALXV&-0KF/6/!U1('$^D]EMO[D.T5<2?0UZ-%Q-R\&P9QL!G#+G&8Q=H MQF^K5WG=M&V'@FW`]%NU26(1:&HL6`53,&(#?CSBBX5$+XL94N8R5)82A,_1 MSRQ-4)8&W-4R"IXDMT0,`TAJHC(F8):E%:7Z4T4#+C+<4=B9C1#?*(=T&H5-G\EVX@..8 MNO23)HR M&0*I@NP\19F2MRF;.+!(]Y@TA(Q@G^3[ZJEB1BN>:V<,XX507I7T&HF&:3E0 MX.*2=FY<:D>7SZOCD+S,?AE1?$J'<+HM(ST.)*.T=3"#\7IL87J79+%J)*56&)4*M M6,EU"2A.E->8L3'@R;$3C'2NK>4Q1.LHB=7_WY-/KZ_K]>/?^VBPBP8AR^3G M"<$.'ZZ1K.Y;N*9T1.VJQ#/^PF$N=(5%YP92PN%!D[J6VK$)(+*BO"I!8_V* 6)8ERH7+K&9.`)_^+N2*<*$A^QRPC```` ` end --- pear.uue ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 09: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 3161537B404 for ; Sun, 25 May 2003 09:20:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F1CD43F93 for ; Sun, 25 May 2003 09:20:08 -0700 (PDT) (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 h4PGK8Up071813 for ; Sun, 25 May 2003 09:20:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PGK8rg071812; Sun, 25 May 2003 09:20:08 -0700 (PDT) Resent-Date: Sun, 25 May 2003 09:20:08 -0700 (PDT) Resent-Message-Id: <200305251620.h4PGK8rg071812@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, Kevin Golding Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49A7737B401 for ; Sun, 25 May 2003 09:15:08 -0700 (PDT) Received: from thoth.caomhin.org (caomhin.demon.co.uk [62.49.21.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C37443F93 for ; Sun, 25 May 2003 09:15:05 -0700 (PDT) (envelope-from root@thoth.caomhin.org) Received: from thoth.caomhin.org (localhost.caomhin.org [127.0.0.1]) by thoth.caomhin.org (8.12.9/8.12.9) with ESMTP id h4PGF309035679 for ; Sun, 25 May 2003 17:15:04 +0100 (BST) (envelope-from root@thoth.caomhin.org) Received: (from root@localhost) by thoth.caomhin.org (8.12.9/8.12.9/Submit) id h4PGF3eF035644; Sun, 25 May 2003 17:15:03 +0100 (BST) Message-Id: <200305251615.h4PGF3eF035644@thoth.caomhin.org> Date: Sun, 25 May 2003 17:15:03 +0100 (BST) From: Kevin Golding To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52673: Fix WWW: of sysutils/pear-File X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kevin Golding List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 16:20:10 -0000 >Number: 52673 >Category: ports >Synopsis: Fix WWW: of sysutils/pear-File >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 May 25 09:20:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kevin Golding >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD thoth.caomhin.org 5.1-BETA FreeBSD 5.1-BETA #0: Tue May 6 12:07:36 GMT 2003 root@hollin.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: WWW: for sysutils/pear-File is out of date, minor but it removes a red line from the distfile survey >How-To-Repeat: >Fix: --- sysutils.pear-File.diff begins here --- --- pkg-descr.orig Sun May 25 17:04:31 2003 +++ pkg-descr Sun May 25 17:05:26 2003 @@ -2,4 +2,4 @@ some common routines to deal with paths. Also provides interface for handling CSV files. -WWW: http://pear.php.net/manual/en/packages.file.php +WWW: http://pear.php.net/package-info.php?pacid=43 --- sysutils.pear-File.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 09: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 9891437B401 for ; Sun, 25 May 2003 09:50:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD7343FAF for ; Sun, 25 May 2003 09:50:19 -0700 (PDT) (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 h4PGoJUp072681 for ; Sun, 25 May 2003 09:50:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PGoJmt072680; Sun, 25 May 2003 09:50:19 -0700 (PDT) Resent-Date: Sun, 25 May 2003 09:50:19 -0700 (PDT) Resent-Message-Id: <200305251650.h4PGoJmt072680@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 CC55637B401 for ; Sun, 25 May 2003 09:49:36 -0700 (PDT) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F7C943F3F for ; Sun, 25 May 2003 09:49:35 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h4PGnVE9048889 for ; Sun, 25 May 2003 18:49:31 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h4PGnTa7048888; Sun, 25 May 2003 18:49:29 +0200 (CEST) Message-Id: <200305251649.h4PGnTa7048888@vaio.alexdupre.com> Date: Sun, 25 May 2003 18:49:29 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52674: [Maintainer Update] PHP4: new include makefile 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, 25 May 2003 16:50:22 -0000 >Number: 52674 >Category: ports >Synopsis: [Maintainer Update] PHP4: new include makefile >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: Sun May 25 09:50:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: bsd.php.mk should be placed into lang/php4 Every port depending on PHP should include this file and set the right knobs, like the bsd.openssl.mk. >How-To-Repeat: >Fix: --- bsd.php.mk begins here --- # Just include this makefile after bsd.ports.pre.mk # # The user/port can now set this options in the makefiles. # # USE_PHPIZE=yes - Use to build a php extension. # WANT_PHP_CLI=yes - Want the CLI version of PHP. # WANT_PHP_CGI=yes - Want the CGI version of PHP. # WANT_PHP_MOD=yes - Want the Apache Module for PHP. # # You may combine multiple WANT_PHP_* knobs. # Don't specify any WANT_PHP_* knob if your port will work with every PHP SAPI. # .if exists(${LOCALBASE}/bin/php) && exists(${LOCALBASE}/bin/pear) HAVE_PHP_CLI= yes HAVE_PHP= yes PHP_PORT= ${PORTSDIR}/lang/php4-cli .endif .if exists(${LOCALBASE}/bin/php) && !exists(${LOCALBASE}/bin/pear) HAVE_PHP_CGI= yes HAVE_PHP= yes PHP_PORT= ${PORTSDIR}/www/php4-cgi .endif .if exists(${LOCALBASE}/libexec/apache/libphp4.so) || exists(${LOCALBASE}/libexec/apache2/libphp4.so) HAVE_PHP_MOD= yes HAVE_PHP= yes PHP_PORT= ${PORTSDIR}/www/mod_php4 .endif .if defined(HAVE_PHP_CLI) && defined(HAVE_PHP_MOD) PHP_PORT= ${PORTSDIR}/lang/php4 .endif .if defined(WANT_PHP_CGI) && (defined(WANT_PHP_CLI) || defined(WANT_PHP_MOD)) .BEGIN: @${ECHO_CMD} "The CGI version of PHP avoids the installation of other SAPIs." @${ECHO_CMD} "Do not use WANT_PHP_CGI with other WANT_PHP_* knobs." @${FALSE} .endif .if defined(WANT_PHP_CLI) && !defined(WANT_PHP_MOD) .if defined(HAVE_PHP) && !defined(HAVE_PHP_CLI) .BEGIN: @${ECHO_CMD} "This port requires the CLI version of PHP, but you have already" @${ECHO_CMD} "installed a conflicting PHP port without CLI." @${FALSE} .else PHP_PORT?= ${PORTSDIR}/lang/php4-cli .endif .endif .if defined(WANT_PHP_CGI) .if defined(HAVE_PHP) && !defined(HAVE_PHP_CGI) .BEGIN: @${ECHO_CMD} "This port requires the CGI version of PHP, but you have already" @${ECHO_CMD} "installed a conflicting PHP port without CGI." @${FALSE} .else PHP_PORT?= ${PORTSDIR}/www/php4-cgi .endif .endif .if defined(WANT_PHP_MOD) && !defined(WANT_PHP_CLI) .if defined(HAVE_PHP) && !defined(HAVE_PHP_MOD) .BEGIN: @${ECHO_CMD} "This port requires the Apache Module for PHP, but you have already" @${ECHO_CMD} "installed a conflicting PHP port without the Apache Module." @${FALSE} .else PHP_PORT?= ${PORTSDIR}/www/mod_php4 .endif .endif PHP_PORT?= ${PORTSDIR}/lang/php4 RUN_DEPENDS+= ${LOCALBASE}/include/php/main/php.h:${PHP_PORT} .if defined(USE_PHPIZE) BUILD_DEPENDS+= phpize:${PHP_PORT} USE_LIBTOOL= yes WANT_AUTOMAKE_VER= 15 WANT_AUTOCONF_VER= 253 CONFIGURE_ARGS+=--with-php-config=${LOCALBASE}/bin/php-config configure-message: phpize phpize: @${ECHO_MSG} "===> PHPizing for ${DISTNAME}" @(cd ${WRKSRC}; phpize) .endif --- bsd.php.mk ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 10:00: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 9C74537B401 for ; Sun, 25 May 2003 10:00:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4860543F3F for ; Sun, 25 May 2003 10:00:25 -0700 (PDT) (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 h4PH0PUp073107 for ; Sun, 25 May 2003 10:00:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PH0PLg073106; Sun, 25 May 2003 10:00:25 -0700 (PDT) Date: Sun, 25 May 2003 10:00:25 -0700 (PDT) Message-Id: <200305251700.h4PH0PLg073106@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thierry Thomas Subject: Re: ports/52673: Fix WWW: of sysutils/pear-File 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: Sun, 25 May 2003 17:00:25 -0000 The following reply was made to PR ports/52673; it has been noted by GNATS. From: Thierry Thomas To: Kevin Golding Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/52673: Fix WWW: of sysutils/pear-File Date: Sun, 25 May 2003 18:56:09 +0200 Le Dim 25 mai 03 à 18:15:03 +0200, Kevin Golding écrivait : > > >Number: 52673 > >Category: ports > >Synopsis: Fix WWW: of sysutils/pear-File 8< 8< 8< > >Description: > WWW: for sysutils/pear-File is out of date, minor but it removes a > red line from the distfile survey Thanks! I have just send a PR about it (among other fixes). See PR ports/52671. Regards, -- Th. Thomas. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 10:00: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 CD6EB37B401 for ; Sun, 25 May 2003 10:00:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C522443F3F for ; Sun, 25 May 2003 10:00:25 -0700 (PDT) (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 h4PH0PUp073120 for ; Sun, 25 May 2003 10:00:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PH0Pg3073119; Sun, 25 May 2003 10:00:25 -0700 (PDT) Resent-Date: Sun, 25 May 2003 10:00:25 -0700 (PDT) Resent-Message-Id: <200305251700.h4PH0Pg3073119@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, Kevin Golding Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E679A37B401 for ; Sun, 25 May 2003 09:57:39 -0700 (PDT) Received: from kpq.caomhin.org (hive.beehost.net [64.49.223.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id E603043FB1 for ; Sun, 25 May 2003 09:57:38 -0700 (PDT) (envelope-from kgolding@hive.beehost.net) Received: (qmail 75657 invoked by uid 89); 25 May 2003 16:59:57 -0000 Received: from unknown (HELO hive.beehost.net) (127.0.0.1) by localhost with AES256-SHA encrypted SMTP; 25 May 2003 16:59:57 -0000 Received: (from kgolding@localhost) by hive.beehost.net (8.12.7/8.12.7/Submit) id h4PGxusA075655; Sun, 25 May 2003 16:59:56 GMT Message-Id: <200305251659.h4PGxusA075655@hive.beehost.net> Date: Sun, 25 May 2003 16:59:56 GMT From: Kevin Golding To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52675: Update sysutils/pear-Log X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kevin Golding List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 17:00:27 -0000 >Number: 52675 >Category: ports >Synopsis: Update sysutils/pear-Log >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 May 25 10:00:25 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kevin Golding >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: System: FreeBSD hive.caomhin.org 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Fri Apr 4 14:30:00 GMT 2003 kgolding@hive.caomhin.org:/usr/obj/usr/src/sys/HIVE i386 >Description: sysutils/pear-Log is out of date. >How-To-Repeat: >Fix: --- pear-Log.diff begins here --- diff -ur pear-Log.orig/Makefile pear-Log/Makefile --- pear-Log.orig/Makefile Sun May 25 16:28:23 2003 +++ pear-Log/Makefile Sun May 25 16:30:10 2003 @@ -6,7 +6,7 @@ # PORTNAME= Log -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.5 CATEGORIES= sysutils www MASTER_SITES= http://pear.php.net/get/ PKGNAMEPREFIX= pear- diff -ur pear-Log.orig/distinfo pear-Log/distinfo --- pear-Log.orig/distinfo Sun May 25 16:28:23 2003 +++ pear-Log/distinfo Sun May 25 16:30:35 2003 @@ -1 +1 @@ -MD5 (PEAR/Log-1.6.1.tgz) = bf033aebb99ed060e73cd1c89280e2b6 +MD5 (PEAR/Log-1.6.5.tgz) = db17ef03564929c77838d17993be33b9 diff -ur pear-Log.orig/pkg-descr pear-Log/pkg-descr --- pear-Log.orig/pkg-descr Sun May 25 16:28:23 2003 +++ pear-Log/pkg-descr Sun May 25 16:52:06 2003 @@ -3,4 +3,4 @@ It supports logging to console, file, syslog, SQL, mail, and mcal targets. It also provides a subject - observer mechanism. -WWW: http://pear.php.net/manual/en/packages.log.php +WWW: http://www.csh.rit.edu/~jon/projects/pear_log/ --- pear-Log.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 10:20: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 EF08937B401 for ; Sun, 25 May 2003 10:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95CCF43FB1 for ; Sun, 25 May 2003 10:20:15 -0700 (PDT) (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 h4PHKFUp077201 for ; Sun, 25 May 2003 10:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PHKFuA077200; Sun, 25 May 2003 10:20:15 -0700 (PDT) Date: Sun, 25 May 2003 10:20:15 -0700 (PDT) Message-Id: <200305251720.h4PHKFuA077200@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kevin Golding Subject: Re: ports/52673: Fix WWW: of sysutils/pear-File X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kevin Golding List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 17:20:16 -0000 The following reply was made to PR ports/52673; it has been noted by GNATS. From: Kevin Golding To: freebsd-gnats-submit@FreeBSD.org, kevin@caomhin.demon.co.uk Cc: Subject: Re: ports/52673: Fix WWW: of sysutils/pear-File Date: Sun, 25 May 2003 18:09:29 +0100 Someone, quite probably Thierry Thomas, once wrote: >Le Dim 25 mai 03 18:15:03 +0200, Kevin Golding > crivait: >> >> >Number: 52673 >> >Category: ports >> >Synopsis: Fix WWW: of sysutils/pear-File > >8< 8< 8< > >> >Description: >> WWW: for sysutils/pear-File is out of date, minor but it removes a >> red line from the distfile survey > >Thanks! I have just send a PR about it (among other fixes). See PR >ports/52671. Sheesh! :-) Oh well, this can be closed then. Kevin -- kevin@caomhin.demon.co.uk From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 10: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 3808337B407 for ; Sun, 25 May 2003 10:20:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1BB243FB1 for ; Sun, 25 May 2003 10:20:17 -0700 (PDT) (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 h4PHKHUp077234 for ; Sun, 25 May 2003 10:20:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PHKHCa077232; Sun, 25 May 2003 10:20:17 -0700 (PDT) Date: Sun, 25 May 2003 10:20:17 -0700 (PDT) Message-Id: <200305251720.h4PHKHCa077232@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kevin Golding Subject: Re: ports/52675: Update sysutils/pear-Log X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kevin Golding List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 17:20:18 -0000 The following reply was made to PR ports/52675; it has been noted by GNATS. From: Kevin Golding To: freebsd-gnats-submit@FreeBSD.org, kevin@caomhin.demon.co.uk Cc: Subject: Re: ports/52675: Update sysutils/pear-Log Date: Sun, 25 May 2003 18:14:32 +0100 Here be dragons: ports/52671 might fix the pkg-descr section of this patch already, since that's the bigger and better patch (plus it came first) here's a revision to fit in with that: --- pear-Log.diff begins here --- diff -ur pear-Log.orig/Makefile pear-Log/Makefile --- pear-Log.orig/Makefile Sun May 25 16:28:23 2003 +++ pear-Log/Makefile Sun May 25 16:30:10 2003 @@ -6,7 +6,7 @@ # PORTNAME= Log -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.5 CATEGORIES= sysutils www MASTER_SITES= http://pear.php.net/get/ PKGNAMEPREFIX= pear- diff -ur pear-Log.orig/distinfo pear-Log/distinfo --- pear-Log.orig/distinfo Sun May 25 16:28:23 2003 +++ pear-Log/distinfo Sun May 25 16:30:35 2003 @@ -1 +1 @@ -MD5 (PEAR/Log-1.6.1.tgz) = bf033aebb99ed060e73cd1c89280e2b6 +MD5 (PEAR/Log-1.6.5.tgz) = db17ef03564929c77838d17993be33b9 --- pear-Log.diff ends here --- Kevin -- kevin@caomhin.demon.co.uk From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 10: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 0884637B401 for ; Sun, 25 May 2003 10:30:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1447343FA3 for ; Sun, 25 May 2003 10:30:09 -0700 (PDT) (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 h4PHU8Up077501 for ; Sun, 25 May 2003 10:30:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PHU8GQ077500; Sun, 25 May 2003 10:30:08 -0700 (PDT) Resent-Date: Sun, 25 May 2003 10:30:08 -0700 (PDT) Resent-Message-Id: <200305251730.h4PHU8GQ077500@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, Colin Percival Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56B3737B401 for ; Sun, 25 May 2003 10:21:25 -0700 (PDT) Received: from builder.daemonology.net (h24-87-233-42.vc.shawcable.net [24.87.233.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 2BF2F43F3F for ; Sun, 25 May 2003 10:21:24 -0700 (PDT) (envelope-from cperciva@builder.daemonology.net) Received: (qmail 91313 invoked by uid 1000); 25 May 2003 17:20:07 -0000 Received: (for user cperciva) Message-Id: <20030525172007.91311.qmail@builder.daemonology.net> Date: 25 May 2003 17:20:07 -0000 From: Colin Percival To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52676: New poer: binary diff/patch tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Colin Percival List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 17:30:10 -0000 >Number: 52676 >Category: ports >Synopsis: New poer: binary diff/patch tool >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 May 25 10:30:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Colin Percival >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: n/a >Description: This is a pair of tools for creating and applying very compact patches to binary files (especially executable files). It will be used by the next version of the security/freebsd-update port. >How-To-Repeat: n/a >Fix: --- bdiff.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/misc/bdiff # /usr/ports/misc/bdiff/Makefile # /usr/ports/misc/bdiff/distinfo # /usr/ports/misc/bdiff/pkg-descr # /usr/ports/misc/bdiff/pkg-plist # echo c - /usr/ports/misc/bdiff mkdir -p /usr/ports/misc/bdiff > /dev/null 2>&1 echo x - /usr/ports/misc/bdiff/Makefile sed 's/^X//' >/usr/ports/misc/bdiff/Makefile << 'END-of-/usr/ports/misc/bdiff/Makefile' X# New ports collection makefile for: Binary patch tool X# Date created: 18 May 2003 X# Whom: cperciva@daemonology.net X# X# $FreeBSD$ X# X XPORTNAME= bdiff XPORTVERSION= 2.1 XCATEGORIES= misc devel XMASTER_SITES= http://www.daemonology.net/bdiff/ XEXTRACT_SUFX= .tgz X XMAINTAINER= cperciva@daemonology.net XCOMMENT= Generates and applies patches to binary files X XMAN1= bdiff.1 bpatch.1 X XNO_WRKSUBDIR= yes X Xdo-build: X ${CC} -o ${WRKSRC}/bdiff ${CFLAGS} ${WRKSRC}/bdiff.c X ${CC} -o ${WRKSRC}/bpatch ${CFLAGS} ${WRKSRC}/bpatch.c X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bdiff ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/bpatch ${PREFIX}/bin X.if !defined(WITHOUT_MAN) X ${INSTALL_MAN} ${WRKSRC}/bdiff.1 ${PREFIX}/man/man1/ X ${INSTALL_MAN} ${WRKSRC}/bpatch.1 ${PREFIX}/man/man1/ X.endif X X.include END-of-/usr/ports/misc/bdiff/Makefile echo x - /usr/ports/misc/bdiff/distinfo sed 's/^X//' >/usr/ports/misc/bdiff/distinfo << 'END-of-/usr/ports/misc/bdiff/distinfo' XMD5 (bdiff-2.1.tgz) = 0a52cd9b251286a3854ddd30b3d45db7 END-of-/usr/ports/misc/bdiff/distinfo echo x - /usr/ports/misc/bdiff/pkg-descr sed 's/^X//' >/usr/ports/misc/bdiff/pkg-descr << 'END-of-/usr/ports/misc/bdiff/pkg-descr' XThis is a pair of tools for building (bdiff) and applying (bpatch) Xbinary patches. When applied to two versions of the same executable Xthe patches produced are significantly smaller than those generated Xby other binary diff tools (eg, xdelta). X XWWW: http://www.daemonology.net/bdiff/ X X- Colin Percival Xcperciva@daemonology.net END-of-/usr/ports/misc/bdiff/pkg-descr echo x - /usr/ports/misc/bdiff/pkg-plist sed 's/^X//' >/usr/ports/misc/bdiff/pkg-plist << 'END-of-/usr/ports/misc/bdiff/pkg-plist' Xbin/bdiff Xbin/bpatch END-of-/usr/ports/misc/bdiff/pkg-plist exit --- bdiff.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11:00: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 E030C37B401 for ; Sun, 25 May 2003 11:00:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC4B043F85 for ; Sun, 25 May 2003 11:00:21 -0700 (PDT) (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 h4PI0LUp079143 for ; Sun, 25 May 2003 11:00:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PI0LUG079142; Sun, 25 May 2003 11:00:21 -0700 (PDT) Resent-Date: Sun, 25 May 2003 11:00:21 -0700 (PDT) Resent-Message-Id: <200305251800.h4PI0LUG079142@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, Dominik Brettnacher Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71CC137B401 for ; Sun, 25 May 2003 10:50:18 -0700 (PDT) Received: from dominik.saargate.de (dominik.saargate.de [212.88.133.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED46B43F93 for ; Sun, 25 May 2003 10:50:16 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: from dominik.saargate.de (localhost [127.0.0.1]) by dominik.saargate.de (8.12.9/8.12.9) with ESMTP id h4PHoCAj013701 for ; Sun, 25 May 2003 19:50:12 +0200 (CEST) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.12.9/8.12.9/Submit) id h4PHoC9A013700; Sun, 25 May 2003 19:50:12 +0200 (CEST) Message-Id: <200305251750.h4PHoC9A013700@dominik.saargate.de> Date: Sun, 25 May 2003 19:50:12 +0200 (CEST) From: Dominik Brettnacher To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52677: graphics/xsane update 0.90 -> 0.91 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dominik Brettnacher List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 18:00:23 -0000 >Number: 52677 >Category: ports >Synopsis: graphics/xsane update 0.90 -> 0.91 >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 May 25 11:00:21 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD dominik.saargate.de 4.8-STABLE FreeBSD 4.8-STABLE #20: Thu May 1 21:02:19 CEST 2003 domi@dominik.saargate.de:/usr/src/sys/compile/DOMINIK i386 >Description: In addition to the update, I also changed the line using perl to use REINPLACE_CMD. >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/xsane/Makefile xsane/Makefile --- /usr/ports/graphics/xsane/Makefile Fri Apr 25 09:21:40 2003 +++ xsane/Makefile Sun May 25 19:45:30 2003 @@ -6,7 +6,7 @@ # PORTNAME= xsane -PORTVERSION= 0.90 +PORTVERSION= 0.91 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ \ http://gd.tuwien.ac.at/hci/sane/xsane/ \ @@ -24,6 +24,7 @@ USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" @@ -45,7 +46,7 @@ .endif pre-patch: - @find ${WRKSRC} -name 'Makefile.in' | xargs ${PERL} -pi -e \ + @${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${PERL} -e \ 's|\$$\(sbindir\)||g' post-install: diff -urN /usr/ports/graphics/xsane/distinfo xsane/distinfo --- /usr/ports/graphics/xsane/distinfo Sun Feb 2 11:22:24 2003 +++ xsane/distinfo Sun May 25 19:18:57 2003 @@ -1 +1 @@ -MD5 (xsane-0.90.tar.gz) = ecf7073f673126cecbe999939638d0a2 +MD5 (xsane-0.91.tar.gz) = b212c9aeb0b6c4b0ada625d512337337 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11:10: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 E4ADC37B401 for ; Sun, 25 May 2003 11:10:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D62943F75 for ; Sun, 25 May 2003 11:10:05 -0700 (PDT) (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 h4PIA5Up083019 for ; Sun, 25 May 2003 11:10:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PIA5Dj083018; Sun, 25 May 2003 11:10:05 -0700 (PDT) Date: Sun, 25 May 2003 11:10:05 -0700 (PDT) Message-Id: <200305251810.h4PIA5Dj083018@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ceri Davies Subject: Re: ports/52650: maintainer update port (bugfix): mail/bogofilter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 18:10:06 -0000 The following reply was made to PR ports/52650; it has been noted by GNATS. From: Ceri Davies To: FreeBSD Gnats Submit Cc: Subject: Re: ports/52650: maintainer update port (bugfix): mail/bogofilter Date: Sun, 25 May 2003 19:05:30 +0100 Adding to audit trail, from misfiled PR ports/52657: Date: Sat, 24 May 2003 15:13:10 -0700 From: Kris Kennaway Message-Id: <20030524221310.GB98834@rot13.obsecurity.org> References: On Sat, May 24, 2003 at 07:47:29PM +0200, Matthias Andree wrote: > Can someone authorized to commit in spite of the ports freeze follow > up with a note of whether this can be committed during freeze or no? Thanks. It will have to wait until after 5.1-RELEASE, sorry. Kris From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11:20: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 492E937B401 for ; Sun, 25 May 2003 11:20:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E31D243FAF for ; Sun, 25 May 2003 11:20:11 -0700 (PDT) (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 h4PIKBUp083526 for ; Sun, 25 May 2003 11:20:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PIKBuB083525; Sun, 25 May 2003 11:20:11 -0700 (PDT) Date: Sun, 25 May 2003 11:20:11 -0700 (PDT) Message-Id: <200305251820.h4PIKBuB083525@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ceri Davies Subject: Re: ports/52604: multiple problems with port net/openldap21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 18:20:13 -0000 The following reply was made to PR ports/52604; it has been noted by GNATS. From: Ceri Davies To: FreeBSD Gnats Submit Cc: Subject: Re: ports/52604: multiple problems with port net/openldap21 Date: Sun, 25 May 2003 19:10:57 +0100 Adding to audit trail, from misfiled PR ports/52606: Date: Fri, 23 May 2003 10:47:30 +0200 (CEST) From: Christian Kratzer Message-Id: <20030523104506.N89408@majakka.cksoft.de> References: <3ECDDADE.5000707@fillmore-labs.com> Hi, On Fri, 23 May 2003, Oliver Eikemeier wrote: > >Submitter-Id: current-users > >Originator: Oliver Eikemeier > >Organization: Fillmore Labs - http://www.fillmore-labs.com > >Confidential: no > >Synopsis: multiple problems with port net/openldap21 > >Severity: non-critical > >Priority: medium > >Category: ports > >Class: sw-bug > >Release: FreeBSD 4.8-STABLE i386 > >Environment: [snipp] shoot. I wasn't expecting the port to be committed as we had discussed all these matters previously. I was going to whip up an updated port as soon as time would permit. Also a new openldap version of 2.1.20 has recently been released. I will have to do that now over the weekend. Greetings Christian -- CK Software GmbH Christian Kratzer, Schwarzwaldstr. 31, 71131 Jettingen Email: ck@cksoft.de Phone: +49 7452 889-135 Open Software Solutions, Network Security Fax: +49 7452 889-136 FreeBSD spoken here! From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11:38: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 DF0FB37B401; Sun, 25 May 2003 11:38:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7949C43F75; Sun, 25 May 2003 11:38:26 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PIcQUp084151; Sun, 25 May 2003 11:38:26 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PIcQ27084147; Sun, 25 May 2003 11:38:26 -0700 (PDT) Date: Sun, 25 May 2003 11:38:26 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305251838.h4PIcQ27084147@freefall.freebsd.org> To: thierry@pompo.net, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52641: mail/pear-Mail_Mime: chasing php4 upgrade (follow-up to PR ports/52596). X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 18:38:27 -0000 Synopsis: mail/pear-Mail_Mime: chasing php4 upgrade (follow-up to PR ports/52596). State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Sun May 25 11:37:46 PDT 2003 State-Changed-Why: I am a volunteer. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun May 25 11:37:46 PDT 2003 Responsible-Changed-Why: I am a volunteer. http://www.freebsd.org/cgi/query-pr.cgi?pr=52641 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11: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 143D237B401; Sun, 25 May 2003 11:39:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A779943FB1; Sun, 25 May 2003 11:39:20 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PIdKUp084213; Sun, 25 May 2003 11:39:20 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PIdKmh084209; Sun, 25 May 2003 11:39:20 -0700 (PDT) Date: Sun, 25 May 2003 11:39:20 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305251839.h4PIdKmh084209@freefall.freebsd.org> To: thierry@pompo.net, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52642: www/horde2: chasing PEAR upgrade. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 18:39:21 -0000 Synopsis: www/horde2: chasing PEAR upgrade. State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Sun May 25 11:38:39 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun May 25 11:38:39 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52642 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11:40: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 B2B3437B404; Sun, 25 May 2003 11:40:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F25843F3F; Sun, 25 May 2003 11:40:08 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PIe7Up084311; Sun, 25 May 2003 11:40:07 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PIe7vv084307; Sun, 25 May 2003 11:40:07 -0700 (PDT) Date: Sun, 25 May 2003 11:40:07 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305251840.h4PIe7vv084307@freefall.freebsd.org> To: thierry@pompo.net, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52655: mail/pear-mailparse: chasing php4 upgrade (follow-up to PR ports/52596). X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 18:40:09 -0000 Synopsis: mail/pear-mailparse: chasing php4 upgrade (follow-up to PR ports/52596). State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Sun May 25 11:39:48 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun May 25 11:39:48 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52655 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11: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 DF95A37B401; Sun, 25 May 2003 11:40:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7007543F3F; Sun, 25 May 2003 11:40:38 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PIecUp084492; Sun, 25 May 2003 11:40:38 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PIecKq084488; Sun, 25 May 2003 11:40:38 -0700 (PDT) Date: Sun, 25 May 2003 11:40:38 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305251840.h4PIecKq084488@freefall.freebsd.org> To: thierry@pompo.net, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52656: security/pear-Crypt_CBC: chasing php4 upgrade (follow-up to PR ports/52596). X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 18:40:39 -0000 Synopsis: security/pear-Crypt_CBC: chasing php4 upgrade (follow-up to PR ports/52596). State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Sun May 25 11:40:16 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun May 25 11:40:16 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52656 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11:41: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 57E7737B401; Sun, 25 May 2003 11:41:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC16C43F3F; Sun, 25 May 2003 11:41:16 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PIfGUp084541; Sun, 25 May 2003 11:41:16 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PIfGIK084537; Sun, 25 May 2003 11:41:16 -0700 (PDT) Date: Sun, 25 May 2003 11:41:16 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305251841.h4PIfGIK084537@freefall.freebsd.org> To: thierry@pompo.net, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/51717: mail/pear-mailparse: fix build + fix PEAR registration. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 18:41:17 -0000 Synopsis: mail/pear-mailparse: fix build + fix PEAR registration. State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Sun May 25 11:40:49 PDT 2003 State-Changed-Why: Superseded by ports/52655. http://www.freebsd.org/cgi/query-pr.cgi?pr=51717 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11:42: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 B5C6B37B401; Sun, 25 May 2003 11:42:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5524E43F3F; Sun, 25 May 2003 11:42:01 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PIg1Up084600; Sun, 25 May 2003 11:42:01 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PIg0IB084593; Sun, 25 May 2003 11:42:00 -0700 (PDT) Date: Sun, 25 May 2003 11:42:00 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305251842.h4PIg0IB084593@freefall.freebsd.org> To: rehsack@liwing.de, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52669: [UPDATE] mod_php4 to 4.3.2RC4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 18:42:02 -0000 Synopsis: [UPDATE] mod_php4 to 4.3.2RC4 State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Sun May 25 11:41:43 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun May 25 11:41:43 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52669 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11:42: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 E90A237B401; Sun, 25 May 2003 11:42:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8395B43F75; Sun, 25 May 2003 11:42:39 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PIgdUp084654; Sun, 25 May 2003 11:42:39 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PIgdge084650; Sun, 25 May 2003 11:42:39 -0700 (PDT) Date: Sun, 25 May 2003 11:42:39 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305251842.h4PIgdge084650@freefall.freebsd.org> To: thierry@pompo.net, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52671: Remaining pear- ports: chasing php4 upgrade (follow-up to PR ports/52596). X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 18:42:40 -0000 Synopsis: Remaining pear- ports: chasing php4 upgrade (follow-up to PR ports/52596). State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Sun May 25 11:42:22 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun May 25 11:42:22 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52671 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11:43: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 5E59437B401; Sun, 25 May 2003 11:43:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF1BC43F85; Sun, 25 May 2003 11:43:07 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PIh7Up084701; Sun, 25 May 2003 11:43:07 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PIh72D084697; Sun, 25 May 2003 11:43:07 -0700 (PDT) Date: Sun, 25 May 2003 11:43:07 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305251843.h4PIh72D084697@freefall.freebsd.org> To: kevin@caomhin.demon.co.uk, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52673: Fix WWW: of sysutils/pear-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, 25 May 2003 18:43:08 -0000 Synopsis: Fix WWW: of sysutils/pear-File State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Sun May 25 11:42:51 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun May 25 11:42:51 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52673 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11:44: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 7FC8737B401; Sun, 25 May 2003 11:44:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FA6343F75; Sun, 25 May 2003 11:44:48 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PIilUp084751; Sun, 25 May 2003 11:44:48 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PIilcf084747; Sun, 25 May 2003 11:44:47 -0700 (PDT) Date: Sun, 25 May 2003 11:44:47 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305251844.h4PIilcf084747@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/52674: [Maintainer Update] PHP4: new include 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: Sun, 25 May 2003 18:44:48 -0000 Synopsis: [Maintainer Update] PHP4: new include makefile Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: nork Responsible-Changed-When: Sun May 25 11:44:02 PDT 2003 Responsible-Changed-Why: Over to ports/Mk maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=52674 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11:46: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 E248737B401 for ; Sun, 25 May 2003 11:46:30 -0700 (PDT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B61243FA3 for ; Sun, 25 May 2003 11:46:30 -0700 (PDT) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (unknown [81.56.186.139]) by postfix3-2.free.fr (Postfix) with ESMTP id C6B77C09E; Sun, 25 May 2003 20:46:28 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 638257510; Sun, 25 May 2003 20:46:15 +0200 (CEST) Date: Sun, 25 May 2003 20:46:15 +0200 From: Thierry Thomas To: Kevin Golding Message-ID: <20030525184615.GB49201@graf.pompo.net> Mail-Followup-To: Kevin Golding , freebsd-ports-bugs@FreeBSD.org References: <200305251720.h4PHKHCa077232@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200305251720.h4PHKHCa077232@freefall.freebsd.org> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.8-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52675: Update sysutils/pear-Log X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 18:46:31 -0000 Le Dim 25 mai 03 à 19:20:17 +0200, Kevin Golding écrivait : > The following reply was made to PR ports/52675; it has been noted by GNATS. > > From: Kevin Golding > To: freebsd-gnats-submit@FreeBSD.org, kevin@caomhin.demon.co.uk > Cc: > Subject: Re: ports/52675: Update sysutils/pear-Log > Date: Sun, 25 May 2003 18:14:32 +0100 > > Here be dragons: > > ports/52671 might fix the pkg-descr section of this patch already, since > that's the bigger and better patch (plus it came first) here's a > revision to fit in with that: Not exactly, it has been fixed in PR ports/52596, but I have choosen another URL: WWW: http://pear.php.net/package-info.php?package=Log I have tried to fix all these URL, and replace pacid= by package=, and to let all these pear- ports build with the new lang/php4. Regards, -- Th. Thomas. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11:47: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 7200437B401; Sun, 25 May 2003 11:47:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F218C43F85; Sun, 25 May 2003 11:47:03 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PIl3Up084870; Sun, 25 May 2003 11:47:03 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PIl3Z9084866; Sun, 25 May 2003 11:47:03 -0700 (PDT) Date: Sun, 25 May 2003 11:47:03 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305251847.h4PIl3Z9084866@freefall.freebsd.org> To: kevin@caomhin.demon.co.uk, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52675: Update sysutils/pear-Log X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 18:47:04 -0000 Synopsis: Update sysutils/pear-Log State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Sun May 25 11:46:49 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun May 25 11:46:49 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52675 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 11:57:36 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 49C8237B401; Sun, 25 May 2003 11:57:36 -0700 (PDT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 978D543F75; Sun, 25 May 2003 11:57:35 -0700 (PDT) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (unknown [81.56.186.139]) by postfix3-2.free.fr (Postfix) with ESMTP id 96F8CC0BC; Sun, 25 May 2003 20:57:34 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 5909D7510; Sun, 25 May 2003 20:57:21 +0200 (CEST) Date: Sun, 25 May 2003 20:57:21 +0200 From: Thierry Thomas To: Norikatsu Shigemura Message-ID: <20030525185721.GC49201@graf.pompo.net> Mail-Followup-To: Norikatsu Shigemura , freebsd-ports-bugs@FreeBSD.org References: <200305251840.h4PIe7vv084307@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200305251840.h4PIe7vv084307@freefall.freebsd.org> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.8-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52655: mail/pear-mailparse: chasing php4 upgrade (follow-up to PR ports/52596). X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 18:57:36 -0000 Le Dim 25 mai 03 à 20:40:07 +0200, Norikatsu Shigemura écrivait : > Synopsis: mail/pear-mailparse: chasing php4 upgrade (follow-up to PR ports/52596). > > State-Changed-From-To: open->analyzed > State-Changed-By: nork > State-Changed-When: Sun May 25 11:39:48 PDT 2003 > State-Changed-Why: > I'll handle this. Note that it would be better to rewrite it using the new bsd.php.mk submitted by Alex Dupre in PR ports/52674, if it get committed. I can handle it, and either submit a follow-up to this PR or new one superseding this one, as you prefer. Best regards, -- Th. Thomas. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 12:41: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 EBAC637B401; Sun, 25 May 2003 12:41:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8988B43F3F; Sun, 25 May 2003 12:41:23 -0700 (PDT) (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 h4PJfNUp090249; Sun, 25 May 2003 12:41:23 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PJfNXm090245; Sun, 25 May 2003 12:41:23 -0700 (PDT) Date: Sun, 25 May 2003 12:41:23 -0700 (PDT) From: Joe Marcus Clarke Message-Id: <200305251941.h4PJfNXm090245@freefall.freebsd.org> To: marcus@FreeBSD.org, portmgr@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52674: [Maintainer Update] PHP4: new include 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: Sun, 25 May 2003 19:41:24 -0000 Synopsis: [Maintainer Update] PHP4: new include makefile Responsible-Changed-From-To: portmgr->freebsd-ports-bugs Responsible-Changed-By: marcus Responsible-Changed-When: Sun May 25 12:39:10 PDT 2003 Responsible-Changed-Why: Assigning back to freebsd-ports-bugs since this doesn't require portmgr interaction. According to the description, this file will live in lang/php4, and does not require any other Mk files to be touched. It will work just like bsd.openssl.mk in security/openssl, and only affects ports that depend on php4. http://www.freebsd.org/cgi/query-pr.cgi?pr=52674 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 13: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 36A7D37B401 for ; Sun, 25 May 2003 13:30:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C99C43FB1 for ; Sun, 25 May 2003 13:30:14 -0700 (PDT) (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 h4PKUDUp094990 for ; Sun, 25 May 2003 13:30:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PKUDFH094989; Sun, 25 May 2003 13:30:13 -0700 (PDT) Resent-Date: Sun, 25 May 2003 13:30:13 -0700 (PDT) Resent-Message-Id: <200305252030.h4PKUDFH094989@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 24D9537B401; Sun, 25 May 2003 13:26:23 -0700 (PDT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4042143F3F; Sun, 25 May 2003 13:26:22 -0700 (PDT) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (unknown [81.56.186.139]) by postfix3-2.free.fr (Postfix) with ESMTP id E76BFC152; Sun, 25 May 2003 22:26:20 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 82CA77510; Sun, 25 May 2003 22:26:07 +0200 (CEST) Message-Id: <20030525202607.82CA77510@graf.pompo.net> Date: Sun, 25 May 2003 22:26:07 +0200 (CEST) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Alex Dupre cc: Norikatsu Shigemura Subject: ports/52678: mail/pear-mailparse: chasing php4 upgrade (follow-up to PR ports/52596). 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: Sun, 25 May 2003 20:30:15 -0000 >Number: 52678 >Category: ports >Synopsis: mail/pear-mailparse: chasing php4 upgrade (follow-up to PR ports/52596). >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 25 13:30:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.8-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Apr 29 18:16:35 CEST 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: Idem PR ports/52596, for mail/pear-mailparse. Note: this PR supersedes PR ports/52655. It has been rewritten using USE_PHPIZE from lang/php4/bsd.php.mk submitted by Alex dupre, and this is much more cleaner! >How-To-Repeat: N/A. >Fix: Pre-requisites: to be applied after PR ports/52596 and PR ports/52655. 1) Apply a first patch to devel/pear-PEAR/Makefile.common: --- pear-PEAR::Makefile.common.diff begins here --- --- devel/pear-PEAR/Makefile.common.orig Fri May 23 22:19:42 2003 +++ devel/pear-PEAR/Makefile.common Sun May 25 21:55:32 2003 @@ -7,7 +7,9 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= PEAR +.if !defined(USE_PHPIZE) NO_BUILD= yes +.endif .if exists(${LOCALBASE}/bin/php-config) PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix --- pear-PEAR::Makefile.common.diff ends here --- 2) Apply the following patch: --- pear-mailparse.diff begins here --- diff -urN mail/pear-mailparse.orig/Makefile mail/pear-mailparse/Makefile --- mail/pear-mailparse.orig/Makefile Sat Apr 12 08:47:43 2003 +++ mail/pear-mailparse/Makefile Sun May 25 22:05:17 2003 @@ -7,53 +7,35 @@ PORTNAME= mailparse PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= mail www -MASTER_SITES= http://pear.php.net/get/ -PKGNAMEPREFIX= pear- -EXTRACT_SUFX= .tgz -DIST_SUBDIR= PEAR MAINTAINER= ports@FreeBSD.org COMMENT= PEAR classes to create and decode MIME messages -BUILD_DEPENDS= ${LOCALBASE}/bin/phpize:${PORTSDIR}/www/mod_php4 \ - ${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR -RUN_DEPENDS= ${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR -USE_AUTOMAKE= yes -USE_AUTOCONF= yes - -.include - -# Don't call autoconf directly, ./buildconf does this -GNU_CONFIGURE= yes -USE_AUTOCONF= no -USE_LIBTOOL= no +USE_PHPIZE= yes USE_REINPLACE= yes - REINPLACE_ARGS= -i.before_mailparse +.include +.include "${.CURDIR}/../../lang/php4/bsd.php.mk" +.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" + .if exists(${LOCALBASE}/bin/php-config) -PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix EXT_DIR!= ${LOCALBASE}/bin/php-config --extension-dir | ${SED} -e \ "s:${PHP_BASE}/::" -.else -PHP_BASE= ${LOCALBASE} .endif -PEAR= ${LOCALBASE}/bin/pear -LPHP_LIB= lib/php PHP_DIR?= ${LOCALBASE}/etc PHP_INI= ${PHP_DIR}/php.ini -PEARDIR= ${PHP_BASE}/${LPHP_LIB} -PLIST_SUB= EXTDIR=${EXT_DIR} PEARDIR=${LPHP_LIB} +PLIST_SUB+= EXTDIR=${EXT_DIR} DOCSDIR= ${PEARDIR}/docs/${PORTNAME} DOCS= CREDITS README try.php TESTDIR= ${PEARDIR}/tests/${PORTNAME} -post-patch: - (cd ${WRKSRC} && ${LOCALBASE}/bin/phpize) - pre-configure: @if ! ${LOCALBASE}/bin/php -i | ${GREP} -q -e "--enable-mbstring"; then \ ${ECHO_MSG} "" ; \ @@ -62,7 +44,7 @@ ${FALSE} ; \ fi -post-install: +post-install-script: @${STRIP_CMD} ${PHP_BASE}/${EXT_DIR}/mailparse.so # Configure extension_dir @if [ ! -f ${PHP_INI} ]; then \ @@ -85,7 +67,5 @@ @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${TESTDIR} @${ECHO_MSG} "===> Examples installed in ${TESTDIR}." .endif -# Register a new package - @${PEAR} install -r -f ${WRKDIR}/package.xml .include diff -urN mail/pear-mailparse.orig/pkg-deinstall mail/pear-mailparse/pkg-deinstall --- mail/pear-mailparse.orig/pkg-deinstall Mon Feb 24 06:51:29 2003 +++ mail/pear-mailparse/pkg-deinstall Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/mail/pear-mailparse/pkg-deinstall,v 1.1 2003/02/24 05:51:29 edwin Exp $ -# -# Remove package declaration from PEAR's registry. - -if [ x$2 != xDEINSTALL ]; then - exit -fi -PKG_NAME=${1%%-[0-9._]*} -PACKAGE=$(echo $PKG_NAME | sed 's/pear-//') - -${PKG_PREFIX}/bin/pear uninstall -r ${PACKAGE} || true diff -urN mail/pear-mailparse.orig/pkg-plist mail/pear-mailparse/pkg-plist --- mail/pear-mailparse.orig/pkg-plist Sun Feb 9 23:12:30 2003 +++ mail/pear-mailparse/pkg-plist Fri May 2 23:47:51 2003 @@ -1,4 +1,5 @@ %%EXTDIR%%/mailparse.so +%%PKGREGDIR%%/package.xml %%PORTDOCS%%%%PEARDIR%%/docs/mailparse/CREDITS %%PORTDOCS%%%%PEARDIR%%/docs/mailparse/README %%PORTDOCS%%%%PEARDIR%%/docs/mailparse/try.php @@ -22,3 +23,4 @@ %%PORTDOCS%%@dirrm %%PEARDIR%%/docs/mailparse %%PORTDOCS%%@dirrm %%PEARDIR%%/tests/mailparse/tests/testdata %%PORTDOCS%%@dirrm %%PEARDIR%%/tests/mailparse/tests/ +@dirrm %%PKGREGDIR%% --- pear-mailparse.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 14: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 620FD37B401; Sun, 25 May 2003 14:18:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2AE443F3F; Sun, 25 May 2003 14:18:51 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PLIpUp000520; Sun, 25 May 2003 14:18:51 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PLIpGm000516; Sun, 25 May 2003 14:18:51 -0700 (PDT) Date: Sun, 25 May 2003 14:18:51 -0700 (PDT) From: Christian Weisgerber Message-Id: <200305252118.h4PLIpGm000516@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scrappy@FreeBSD.org Subject: Re: ports/52630: [PATCH] Update of port converters/p5-Convert-ASN1 to version 0.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 21:18:52 -0000 Synopsis: [PATCH] Update of port converters/p5-Convert-ASN1 to version 0.17 Responsible-Changed-From-To: freebsd-ports-bugs->scrappy Responsible-Changed-By: naddy Responsible-Changed-When: Sun May 25 14:18:31 PDT 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=52630 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 14:20: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 F3ABD37B401; Sun, 25 May 2003 14:20:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F6BB43F75; Sun, 25 May 2003 14:20:00 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PLK0Up000616; Sun, 25 May 2003 14:20:00 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PLK0M1000612; Sun, 25 May 2003 14:20:00 -0700 (PDT) Date: Sun, 25 May 2003 14:20:00 -0700 (PDT) From: Christian Weisgerber Message-Id: <200305252120.h4PLK0M1000612@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scrappy@FreeBSD.org Subject: Re: ports/52629: [PATCH] Update of port net/p5-perl-ldap to version 0.28 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 21:20:01 -0000 Synopsis: [PATCH] Update of port net/p5-perl-ldap to version 0.28 Responsible-Changed-From-To: freebsd-ports-bugs->scrappy Responsible-Changed-By: naddy Responsible-Changed-When: Sun May 25 14:19:38 PDT 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=52629 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 14:22: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 573E937B401; Sun, 25 May 2003 14:22:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E950E43F85; Sun, 25 May 2003 14:22:11 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PLMBUp000942; Sun, 25 May 2003 14:22:11 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PLMBBX000938; Sun, 25 May 2003 14:22:11 -0700 (PDT) Date: Sun, 25 May 2003 14:22:11 -0700 (PDT) From: Christian Weisgerber Message-Id: <200305252122.h4PLMBBX000938@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wjv@FreeBSD.org Subject: Re: ports/52626: [NON-MAINTAINER UPDATE] mail/mailman 2.1.1 -> 2.1.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, 25 May 2003 21:22:12 -0000 Synopsis: [NON-MAINTAINER UPDATE] mail/mailman 2.1.1 -> 2.1.2 Responsible-Changed-From-To: freebsd-ports-bugs->wjv Responsible-Changed-By: naddy Responsible-Changed-When: Sun May 25 14:21:56 PDT 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=52626 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 14:23: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 A65B037B401; Sun, 25 May 2003 14:23:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4690E43F75; Sun, 25 May 2003 14:23:01 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4PLN1Up000996; Sun, 25 May 2003 14:23:01 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PLN1V7000992; Sun, 25 May 2003 14:23:01 -0700 (PDT) Date: Sun, 25 May 2003 14:23:01 -0700 (PDT) From: Christian Weisgerber Message-Id: <200305252123.h4PLN1V7000992@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/52625: bad checksum for ports/lang/tcl84 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 21:23:02 -0000 Synopsis: bad checksum for ports/lang/tcl84 Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: naddy Responsible-Changed-When: Sun May 25 14:22:47 PDT 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=52625 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 16:10: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 E48E237B401 for ; Sun, 25 May 2003 16:10:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B8F43F85 for ; Sun, 25 May 2003 16:10:09 -0700 (PDT) (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 h4PNA9Up010922 for ; Sun, 25 May 2003 16:10:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PNA9XY010921; Sun, 25 May 2003 16:10:09 -0700 (PDT) Resent-Date: Sun, 25 May 2003 16:10:09 -0700 (PDT) Resent-Message-Id: <200305252310.h4PNA9XY010921@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, "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55B2A37B401 for ; Sun, 25 May 2003 16:04:17 -0700 (PDT) Received: from web13402.mail.yahoo.com (web13402.mail.yahoo.com [216.136.175.60]) by mx1.FreeBSD.org (Postfix) with SMTP id B86F143FA3 for ; Sun, 25 May 2003 16:04:16 -0700 (PDT) (envelope-from giffunip@yahoo.com) Received: from [200.91.194.64] by web13402.mail.yahoo.com via HTTP; Mon, 26 May 2003 00:04:16 BST Message-Id: <20030525230416.18205.qmail@web13402.mail.yahoo.com> Date: Mon, 26 May 2003 00:04:16 +0100 (BST) From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" To: freebsd-gnats-submit@FreeBSD.org Subject: ports/52680: update to cad/xcircuit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 25 May 2003 23:10:11 -0000 >Number: 52680 >Category: ports >Synopsis: update to cad/xcircuit >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 May 25 16:10:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: FreeBSD 5.0-RELEASE i386 >Organization: >Environment: System: FreeBSD giffuni.org 5.0-RELEASE FreeBSD 5.0-RELEASE #3: Wed Apr 16 22:20:49 COT 2003 pedro@giffuni.org:/usr/src/sys/i386/compile/CPQ i386 >Description: version 3.1.1 of xcircuit now uses Tcl/Tk instead of python and adds many features wrt to the version in ports. Unfortunately my Tcl/Tk packages got corrupted somehow so I could only test the python version (which is still an option). This version should build and run fine, but if someone wants the python version back, they can just type make USE_PYTHON=yes >How-To-Repeat: There are two other open PR's about xcircuit: PR 47380, is not the latest version (like this) but it works too. >Fix: I'm attaching the patch wrt the current port and the tarball in uu format, to make it easier to commit. __________________________________________________ It's Samaritans' Week. Help Samaritans help others. Call 08709 000032 to give or donate online now at http://www.samaritans.org/support/donations.shtm --0-2087524602-1053903856=:18069 Content-Type: text/plain; name=patch-xcircuit Content-Description: patch-xcircuit Content-Disposition: inline; filename=patch-xcircuit diff -ruN xcircuit.orig/Makefile xcircuit/Makefile --- xcircuit.orig/Makefile Fri May 9 19:48:06 2003 +++ xcircuit/Makefile Sun May 25 16:15:30 2003 @@ -6,31 +6,38 @@ # PORTNAME= xcircuit -PORTVERSION= 2.3.3 -PORTEPOCH= 1 +PORTVERSION= 3.1.15 CATEGORIES= cad MASTER_SITES= http://xcircuit.ece.jhu.edu/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= An X11 drawing program [especially for circuit schematics] +DEPENDS= ${LOCALBASE}/lib/tcl8.3/TclConfig.sh:${PORTSDIR}/lang/tcl83 \ + ${LOCALBASE}/lib/tk8.3/TkConfig.sh:${PORTSDIR}/lang/tk83 RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +USE_BZIP2= yes USE_XPM= yes -USE_IMAKE= yes -USE_REINPLACE= yes -XMKMF= xmkmf +GNU_CONFIGURE= yes -MAN1= xcircuit.1 +.ifdef USE_PYTHON +CONFIGURE_ARGS= --with-python +.else # Tcl/Tk is recommended +CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.3 \ + --with-tk=${LOCALBASE}/lib/tk8.3 +.endif -post-patch: - @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|||g' +MAN1= xcircuit.1 post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/examples/xcircuit - ${TAR} -C ${WRKSRC}/examples --exclude CVS -cf - . | \ - ${TAR} -C ${PREFIX}/share/examples/xcircuit --unlink -xf - + ${CP} ${WRKSRC}/examples/.xcircuitrc ${PREFIX}/share/examples/xcircuit + ${CP} ${WRKSRC}/examples/*.lgf ${PREFIX}/share/examples/xcircuit + ${CP} ${WRKSRC}/examples/*.lps ${PREFIX}/share/examples/xcircuit + ${CP} ${WRKSRC}/examples/*.ps ${PREFIX}/share/examples/xcircuit + ${CP} ${WRKSRC}/examples/*.py ${PREFIX}/share/examples/xcircuit +.endif .include diff -ruN xcircuit.orig/distinfo xcircuit/distinfo --- xcircuit.orig/distinfo Fri May 9 19:48:06 2003 +++ xcircuit/distinfo Sat May 24 20:46:25 2003 @@ -1 +1 @@ -MD5 (xcircuit-2.3.3.tar.gz) = 766a2d86a66c91acc67b4a361a2fe0e3 +MD5 (xcircuit-3.1.15.tar.bz2) = d63a94dc3f8d8437a605fa35ea78abf0 diff -ruN xcircuit.orig/files/patch-aa xcircuit/files/patch-aa --- xcircuit.orig/files/patch-aa Sat Oct 6 10:09:38 2001 +++ xcircuit/files/patch-aa Wed Dec 31 19:00:00 1969 @@ -1,86 +0,0 @@ -*** Imakefile.orig Fri Sep 7 03:31:47 2001 ---- Imakefile Fri Sep 7 03:44:46 2001 -*************** -*** 28,50 **** - #CCOPTIONS = -O2 - # - # for debugging purposes uncomment the following line: -! CDEBUGFLAGS = -g -! STD_INCLUDES = -I. -I/usr/X11R6/include/X11 - - # The "m4" macro processor is used to generate the man page such that - # the man page reflects the configured options. -! M4 = m4 - - #------------------------------------------------------------------------ - # Installation directories: - # Change the following as desired to suit your environment: - #------------------------------------------------------------------------ - # -! PREFIX = /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles -! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.3 -! XCIRCUIT_BIN_DIR = $(PREFIX)/bin -! XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 - XAPPLRESDIR = ${XCIRCUIT_LIB_DIR}/app-defaults - - #------------------------------------------------------------------------ ---- 28,51 ---- - #CCOPTIONS = -O2 - # - # for debugging purposes uncomment the following line: -! # CDEBUGFLAGS = -g -! STD_INCLUDES = -I. -I$(INCDIR)/X11 -! EXTRA_DEFINES = -DHAVE_DIRENT_H -DHAVE_PUTENV - - # The "m4" macro processor is used to generate the man page such that - # the man page reflects the configured options. -! M4 = gm4 - - #------------------------------------------------------------------------ - # Installation directories: - # Change the following as desired to suit your environment: - #------------------------------------------------------------------------ - # -! # PREFIX = /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles -! XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit -! XCIRCUIT_BIN_DIR = $(BINDIR) -! XCIRCUIT_MAN_DIR = $(MANDIR) - XAPPLRESDIR = ${XCIRCUIT_LIB_DIR}/app-defaults - - #------------------------------------------------------------------------ -*************** -*** 63,69 **** - # Support for background rendering through ghostscript. Change this - # to the path where gs can be found. - # GS_EXEC= /usr/local/src/gs5.50/obj/gs -! GS_EXEC= /usr/bin/gs - - #------------------------------------------------------------------------ - # Window manager bug workaround---If you don't like xcircuit grabbing kbd ---- 64,70 ---- - # Support for background rendering through ghostscript. Change this - # to the path where gs can be found. - # GS_EXEC= /usr/local/src/gs5.50/obj/gs -! GS_EXEC=${LOCALBASE}/bin/gs - - #------------------------------------------------------------------------ - # Window manager bug workaround---If you don't like xcircuit grabbing kbd -*************** -*** 91,97 **** - # Support for embedded Python interpreter - # (requires libpython${PYTHON_VERSION}.a) - # -! #define HAVE_PYTHON - - PYTHON_VERSION=2.1 - PYTHON_LIB_DIR=/usr/local/lib ---- 92,98 ---- - # Support for embedded Python interpreter - # (requires libpython${PYTHON_VERSION}.a) - # -! /* #define HAVE_PYTHON */ - - PYTHON_VERSION=2.1 - PYTHON_LIB_DIR=/usr/local/lib diff -ruN xcircuit.orig/files/patch-ab xcircuit/files/patch-ab --- xcircuit.orig/files/patch-ab Tue Jul 3 07:33:16 2001 +++ xcircuit/files/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,27 +0,0 @@ -*** xcircuit.c.orig Tue Jun 26 22:34:15 2001 ---- xcircuit.c Sat Jun 30 12:53:00 2001 -*************** -*** 21,26 **** ---- 21,29 ---- - #include - #include - #include /* for unlink() */ -+ #ifdef __FreeBSD__ -+ #include -+ #endif - - #include - #include -*************** -*** 1685,1690 **** ---- 1688,1697 ---- - char *argv0; /* find root of argv[0] */ - short initargc = argc; /* because XtInitialize() absorbs the */ - /* -schem flag and renumbers argc! (bug?) */ -+ -+ #ifdef __FreeBSD__ -+ fpsetmask(0); -+ #endif - - /*-----------------------------------------------------------*/ - /* Find the root of the command called from the command line */ diff -ruN xcircuit.orig/pkg-descr xcircuit/pkg-descr --- xcircuit.orig/pkg-descr Sat Oct 6 10:09:38 2001 +++ xcircuit/pkg-descr Sun May 25 11:08:01 2003 @@ -1,3 +1,5 @@ -xcircuit is software for drawing electrical circuits. +xcircuit is software for drawing electrical circuits. +The default format is postscript. It also features symbol libraries and +the option to generate spice, sim, and pcb netlists. WWW: http://xcircuit.ece.jhu.edu/ diff -ruN xcircuit.orig/pkg-plist xcircuit/pkg-plist --- xcircuit.orig/pkg-plist Sat Oct 6 10:09:38 2001 +++ xcircuit/pkg-plist Sat May 24 21:43:05 2003 @@ -1,61 +1,61 @@ bin/xcircuit -lib/X11/app-defaults/XCircuit -lib/X11/xcircuit/analog.lps -lib/X11/xcircuit/analoglib2.lps -lib/X11/xcircuit/app-defaults -lib/X11/xcircuit/avlsi.lps -lib/X11/xcircuit/digital.lps -lib/X11/xcircuit/fonts/courier.lps -lib/X11/xcircuit/fonts/courier.xfe -lib/X11/xcircuit/fonts/courieriso.xfe -lib/X11/xcircuit/fonts/courieriso2.lps -lib/X11/xcircuit/fonts/courieriso2.xfe -lib/X11/xcircuit/fonts/courieriso5.lps -lib/X11/xcircuit/fonts/courieriso5.xfe -lib/X11/xcircuit/fonts/helvetica.lps -lib/X11/xcircuit/fonts/helvetica.xfe -lib/X11/xcircuit/fonts/helveticaiso.xfe -lib/X11/xcircuit/fonts/helveticaiso2.lps -lib/X11/xcircuit/fonts/helveticaiso2.xfe -lib/X11/xcircuit/fonts/helveticaiso5.lps -lib/X11/xcircuit/fonts/helveticaiso5.xfe -lib/X11/xcircuit/fonts/myfont.lps -lib/X11/xcircuit/fonts/myfont.xfe -lib/X11/xcircuit/fonts/symbol.lps -lib/X11/xcircuit/fonts/symbol.xfe -lib/X11/xcircuit/fonts/times_roman.lps -lib/X11/xcircuit/fonts/times_roman.xfe -lib/X11/xcircuit/fonts/times_romaniso.xfe -lib/X11/xcircuit/fonts/times_romaniso2.lps -lib/X11/xcircuit/fonts/times_romaniso2.xfe -lib/X11/xcircuit/fonts/times_romaniso5.lps -lib/X11/xcircuit/fonts/times_romaniso5.xfe -lib/X11/xcircuit/generic.lps -lib/X11/xcircuit/ic_templates.lps -lib/X11/xcircuit/lgf.lps -lib/X11/xcircuit/musiclib.lps -lib/X11/xcircuit/signal.lps -lib/X11/xcircuit/startup.script -lib/X11/xcircuit/xcircps2.pro +lib/xcircuit-3.1/analog.lps +lib/xcircuit-3.1/analoglib2.lps +lib/xcircuit-3.1/app-defaults/XCircuit +@dirrm lib/xcircuit-3.1/app-defaults +lib/xcircuit-3.1/avlsi.lps +lib/xcircuit-3.1/digital.lps +lib/xcircuit-3.1/fonts/courier.lps +lib/xcircuit-3.1/fonts/courier.xfe +lib/xcircuit-3.1/fonts/courieriso.xfe +lib/xcircuit-3.1/fonts/courieriso2.lps +lib/xcircuit-3.1/fonts/courieriso2.xfe +lib/xcircuit-3.1/fonts/courieriso5.lps +lib/xcircuit-3.1/fonts/courieriso5.xfe +lib/xcircuit-3.1/fonts/helvetica.lps +lib/xcircuit-3.1/fonts/helvetica.xfe +lib/xcircuit-3.1/fonts/helveticaiso.xfe +lib/xcircuit-3.1/fonts/helveticaiso2.lps +lib/xcircuit-3.1/fonts/helveticaiso2.xfe +lib/xcircuit-3.1/fonts/helveticaiso5.lps +lib/xcircuit-3.1/fonts/helveticaiso5.xfe +lib/xcircuit-3.1/fonts/myfont.lps +lib/xcircuit-3.1/fonts/myfont.xfe +lib/xcircuit-3.1/fonts/symbol.lps +lib/xcircuit-3.1/fonts/symbol.xfe +lib/xcircuit-3.1/fonts/times_roman.lps +lib/xcircuit-3.1/fonts/times_roman.xfe +lib/xcircuit-3.1/fonts/times_romaniso.xfe +lib/xcircuit-3.1/fonts/times_romaniso2.lps +lib/xcircuit-3.1/fonts/times_romaniso2.xfe +lib/xcircuit-3.1/fonts/times_romaniso5.lps +lib/xcircuit-3.1/fonts/times_romaniso5.xfe +@dirrm lib/xcircuit-3.1/fonts +lib/xcircuit-3.1/generic.lps +lib/xcircuit-3.1/ic_templates.lps +lib/xcircuit-3.1/lgf.lps +lib/xcircuit-3.1/musiclib.lps +lib/xcircuit-3.1/quadparts.lps +lib/xcircuit-3.1/signal.lps +lib/xcircuit-3.1/startup.script +lib/xcircuit-3.1/xcircps2.pro +@dirrm lib/xcircuit-3.1 share/examples/xcircuit/.xcircuitrc share/examples/xcircuit/FlareLED.ps -share/examples/xcircuit/FlareLEDtest.ps share/examples/xcircuit/USAflag.ps share/examples/xcircuit/analog1.ps share/examples/xcircuit/analog2.ps share/examples/xcircuit/analoglib1.lps share/examples/xcircuit/border.ps share/examples/xcircuit/diffamp_test.ps +share/examples/xcircuit/diffamp_test2.ps share/examples/xcircuit/envelope.ps share/examples/xcircuit/fourttest.ps -share/examples/xcircuit/gettext.py -share/examples/xcircuit/loadlgf.py share/examples/xcircuit/logic8.ps +share/examples/xcircuit/panzoom.py share/examples/xcircuit/prelude.ps share/examples/xcircuit/systemd1.lgf share/examples/xcircuit/test.py share/examples/xcircuit/threestage.ps share/examples/xcircuit/vcoblock.ps @dirrm share/examples/xcircuit -@dirrm lib/X11/xcircuit/fonts -@dirrm lib/X11/xcircuit --0-2087524602-1053903856=:18069 Content-Type: application/base64; name="port-xcircuit.uu" Content-Transfer-Encoding: base64 Content-Description: port-xcircuit.uu Content-Disposition: attachment; filename="port-xcircuit.uu" YmVnaW4gNjQ0IHhjaXJjdWl0LnRhci5negpNJ1hMKGAtW0pUI1hgYF5VODs2 X0IuISM+S14xN14tMV5WI1RNPjIlYCozSS5JOSNWVCE6SEAlWVs7WkksCk1Y QDA/Mj5SUzM1TVZNP19dWy8jMj1ETCI0Sz89LlZVJkpFK0xRXF4sOVZTL1Yn PE45TlgsQlM8TyoqOTkKTS1AXEolP0UtWSxPT1hPXiM6SzVMNT5WSjU5K01F RTRJJztSSU8qMTEqWUVRYDlFNFIwQyk9LCtNISonUApNLTBRWjc7RTtRTV9I UEJHUjw4QT4wKD1JRjY6VTckWis/XEZOJ0pTQjdSRTkiRj85SThLXVFHUCE2 WVsoCk09UVtfLz0hI01YYDIpQ0FQMjFAQjVWYDJAVkJZJkghLzYrVlA2QjM6 J0ZBI0A4IytEL1FYXTQrISFEVyoKTUAnNVg2KS1dRVEsMlI7OSJAJ1VfJUYt WiEnRiQ9LCgiOzRfVltJXFBBKFonWz9JIkZeJSJTV0JSXk1bPwpNYCROVyNU JyktJlcjSyFCNiI0UlM3Sls1UzJKQDIiYD8uJzw0WyRNIls7UF8mLzY6Nzo9 UTtZWUpeTTQ5Ck0jI09dN0otQFpZOU41OzE2PF4yPF1APD05XUBIMik1Ok1T RDwuOC9LODY+RDZCOSJUK0pRTUQtJytNK18KTUdMUVRZLFQsUi1QKU9EJiYp TD1UPkIvWVlQUDpBPDNYSF41PERMRlVeTVZOVFFMVSJMVDg3JUQ2XCFCXApN UTckYCoiLCFAUSdYYFcmKjdgUyM8Kls8Ijk6WmAnPEcqKCgiTl9QTzMzTl5a KVJVS11PLk49LUsyW09WCk0vWVdVNlxWU1heOzBeNlIkPiZQKC1aU0lNQyVS UFE6KT8xU0g/JSs/P1pMRi8mUVchQSgjWFJgIVY+IS8KTUs7IUFfIzA5L0xU Oi86VzlWTiJCPVZdJVAuT1tHXlkxRS4lOCYsJiQ8LCU9QUpESCFPJSxUUlom U083UQpNW1lXUzRKLFAxU1NZPjc3Pjc/UFhbNVU8TV9KXURcW0lRPCE5LSZE Wl1DVDkyKDRbX1ZXVDJbXkdLMSc3Ck1TPCdJTGAmKlE1TEwpRDRaJVEsMjpT SCouOSsrOkBfKFY8TElgLFAhMFJaKShBMVtSJEw7KzlXMTInJUMKTVhKKDU7 K0ghSTlQRV08OD5dRTdUPlU6Q0wlWUVOSjVJNStKQEImLVk9KDFBNzRUKF8i IkdBJi9ETz5XVQpNRTwvOl89O1BHNThYVk9fNF86IVwhWjA/IVxZKVleSlNQ Mj4wKDAvPVA4QiZCKl43R0I5Q1VDSTdQLE8hCk1BXiZAXT9EPkhKXFBTJ1Q2 U1hdWiYvQy85OiNcRjBTLylZQ08wK2AqR0hZQy1ZUVkiL1BUWUlaTi1KXD4K TTM3XzZPTzZRXlleMV0wR0w4MllQWyksN1QrJEVfXE1OOlknX1M5KUk1OlRE X11ORTxJW183VCZaWzBJWApNTlVIJFE0Ny5VKjUnXS8nJ1RDTzBgJVs1QUg9 RVNbN11GRTxLVlA+UDpFOVw6JTwwLypDIUw2X0YuXkdfCk0rPk9dM1o9IVQ0 LFJLV11dJz1PVk9WVk9bV1w1SltTOF9WNzVfXzUtPjJLP14/WT9RNVw1NTlT WFhFOkYKTVRaMSo3NTZRMiVUKSYnOUFOIkk8TjBaVFQwMCE2PydgNjJANDZJ OlFCSCJOKlQsPT1gMmAoMj9gRVU+JQpNJjQuMj8xWi0yMEFEPzw0QFBbKCFR QVswQSIwQi0rRVMiYCgiJSIuRjtBQjw4QT5dIVFRJ1tRLDw9PDxACk0xQio0 MjhLS0ZHOVk+NUQnNjs1Wz9CU00qKF9WL1U3Xl8/SFpNTlNfTEU2TktPKV9N N0pQVy9eNT8vXl8KTUFIUVE/JVxUSltPL1BVS2BAIyQsMjoiKl9LMF5WNVEq Wjo+VE4jUEJOJyc1NkpIWFxDIUMkPEEkO14iWgpNIjNHPkssOyNgOTs3TCxW PS9IRzUyUC45UjAuJ1swKllcXSQ2Ii45RC1VMio2WVsiPUYqS1ssOTZSNio7 Ck1IL2AmIjdGNDlXJz1AVzlBVk4qLUFbQSw/U1AmW0xCOFo5LydQYFMmOipa XjY1MSsxYDsnKEs9RTwyUDEKTSYxUCIxWEE/LFErIS4oT0goNlBXTUJUUT5I UyxDLSo3VClVOSxSL1UpNTJRSUFUM1I4QkcxJEc9QC1XLQpNNkshWys1ISQw VUU3XCxWKCwvYFc9VDBTQ0VXOU5LR1dHUUdUKiYwQkE5N0MoJFhbRiUzMiQz LkorWkpFCk1JX1cpI1xJKy5GNERTMUU6Uk1PJ1BfPkI1LFEpKi1PL0crOE5L NE8jN2BSOz9AQiMrLEBCIjVDOyg6N00KTSQjRF8qXyU2JkZRLEYiPy9aYFIk QVdVP01MRVg8WyRLK00sUiUtXkBEJSI0QT8nRVoyTlY6OTNTUFZYTQpNIlQl QV8pJjAyKj9TPWBBI1pCVEtCWDcvTjVTTEdKNj5eRSkhIlYvM104QCkwUSgi QFRRNS1SWDlBXDI9CkMqTFFSQjo6XVFHV0sqQj43NycrKSk5PTw8TERFRVVR UjQ/KE9MRUVRLmBgSGBgYGAKYAplbmQK --0-2087524602-1053903856=:18069-- >Release-Note: >Audit-Trail: >Unformatted: --0-2087524602-1053903856=:18069 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 16:30: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 2CDC537B401 for ; Sun, 25 May 2003 16:30:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AB7B43F85 for ; Sun, 25 May 2003 16:30:16 -0700 (PDT) (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 h4PNUFUp011619 for ; Sun, 25 May 2003 16:30:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4PNUFUB011618; Sun, 25 May 2003 16:30:15 -0700 (PDT) Resent-Date: Sun, 25 May 2003 16:30:15 -0700 (PDT) Resent-Message-Id: <200305252330.h4PNUFUB011618@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, Tim Bishop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B2F837B401 for ; Sun, 25 May 2003 16:23:09 -0700 (PDT) Received: from mercury.ukc.ac.uk (mercury.ukc.ac.uk [129.12.21.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF7B243F3F for ; Sun, 25 May 2003 16:23:08 -0700 (PDT) (envelope-from T.D.Bishop@ukc.ac.uk) Received: from pendennis.ukc.ac.uk ([129.12.3.232]) by mercury.ukc.ac.uk with esmtp (Exim 3.22 #4) id 19K4o7-00000p-00; Mon, 26 May 2003 00:21:39 +0100 Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.20) id 19K4o7-0003Vw-5S; Mon, 26 May 2003 00:21:39 +0100 Message-Id: Date: Mon, 26 May 2003 00:21:39 +0100 From: Tim Bishop Sender: "T.D.Bishop" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: tim@bishnet.net Subject: ports/52681: New port: freedt - An experimental reimplementation of Dan Bernstein's daemontools X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Bishop List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 23:30:17 -0000 >Number: 52681 >Category: ports >Synopsis: New port: freedt - An experimental reimplementation of Dan Bernstein's daemontools >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 May 25 16:30:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 4.8-STABLE FreeBSD 4.8-STABLE #2: Fri Apr 4 20:34:25 BST 2003 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386 >Description: This new port is an experimental reimplementation of Dan Bernstein's daemontools package under the GPL. It currently includes feature-equivalent replacements for argv0, envdir, envuidgid, setlock, setuidgid, softlimit, supervise, svc, svok, svscan, svstat and recordio. It also includes dumblog (a simple multilog replacement), mkservice (a script for automatically creating service directories), anonidentd (an anonimising identd implementation) and ratelimit (a bandwidth-limiting filter along the lines of recordio). It should be noted that this port is *not* a drop-in replacement for daemontools; the internal state files in service directories are different, and the error messages (and a few of the options) aren't quite the same. The author recommends sticking with daemontools in a production environment as this code is still somewhat experimental. >How-To-Repeat: >Fix: Below is a shar file of the port. --- freedt-0.17.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: # # freedt # freedt/Makefile # freedt/distinfo # freedt/pkg-descr # freedt/pkg-plist # echo c - freedt mkdir -p freedt > /dev/null 2>&1 echo x - freedt/Makefile sed 's/^X//' >freedt/Makefile << 'END-of-freedt/Makefile' X# New ports collection makefile for: freedt X# Date created: 25 May 2003 X# Whom: Tim Bishop X# X# $FreeBSD$ X# X XPORTNAME= freedt XPORTVERSION= 0.17 XCATEGORIES= sysutils XMASTER_SITES= http://azz.us-lot.org/files/ X XMAINTAINER= tim@bishnet.net XCOMMENT= An experimental reimplementation of Dan Bernstein's daemontools X XGNU_CONFIGURE= yes X X.include END-of-freedt/Makefile echo x - freedt/distinfo sed 's/^X//' >freedt/distinfo << 'END-of-freedt/distinfo' XMD5 (freedt-0.17.tar.gz) = dd3bb565517d988fd98a3e24289dbbed END-of-freedt/distinfo echo x - freedt/pkg-descr sed 's/^X//' >freedt/pkg-descr << 'END-of-freedt/pkg-descr' XA reimplementation of Dan Bernstein's daemontools under the GNU GPL, Xsharing no code with the original implementation. X XIt currently includes feature-equivalent replacements for argv0, envdir, Xenvuidgid, setlock, setuidgid, softlimit, supervise, svc, svok, svscan, Xsvstat and recordio. It also includes dumblog (a simple multilog Xreplacement), mkservice (a script for automatically creating service Xdirectories), anonidentd (an anonimising identd implementation) and Xratelimit (a bandwidth-limiting filter along the lines of recordio). All Xthe tools include usage messages; for instance, do "ratelimit -h" for a Xbrief rundown of the options. X XPlease note that this package is *not* a drop-in replacement for Xdaemontools; the internal state files in service directories are Xdifferent, and the error messages (and a few of the options) aren't Xquite the same. It's also still somewhat experimental, so I'd recommend Xsticking with daemontools on production systems until there's a stable Xrelease of freedt. X XWWW: http://azz.us-lot.org/code/freedt.html END-of-freedt/pkg-descr echo x - freedt/pkg-plist sed 's/^X//' >freedt/pkg-plist << 'END-of-freedt/pkg-plist' Xbin/anonidentd Xbin/argv0 Xbin/dumblog Xbin/envdir Xbin/envuidgid Xbin/mkservice Xbin/ratelimit Xbin/recordio Xbin/setlock Xbin/setuidgid Xbin/softlimit Xbin/supervise Xbin/svc Xbin/svok Xbin/svscan Xbin/svstat END-of-freedt/pkg-plist exit --- freedt-0.17.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 18:30: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 98E0237B401 for ; Sun, 25 May 2003 18:30:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF8343F75 for ; Sun, 25 May 2003 18:30:08 -0700 (PDT) (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 h4Q1U8Up021705 for ; Sun, 25 May 2003 18:30:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q1U8da021704; Sun, 25 May 2003 18:30:08 -0700 (PDT) Resent-Date: Sun, 25 May 2003 18:30:08 -0700 (PDT) Resent-Message-Id: <200305260130.h4Q1U8da021704@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, Jim Geovedi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFD0637B401 for ; Sun, 25 May 2003 18:25:08 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 6433D43FAF for ; Sun, 25 May 2003 18:25:08 -0700 (PDT) (envelope-from negative@magnesium.net) Received: (qmail 15561 invoked by uid 1224); 26 May 2003 01:25:08 -0000 Message-Id: <20030526012508.15560.qmail@magnesium.net> Date: 25 May 2003 18:25:08 -0700 From: Jim Geovedi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52682: Update MASTER_SITE_PACKETSTORM X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jim Geovedi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 01:30:09 -0000 >Number: 52682 >Category: ports >Synopsis: Update MASTER_SITE_PACKETSTORM >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 May 25 18:30:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jim Geovedi >Release: FreeBSD 4.6-STABLE i386 >Organization: Liquid Magnesium Networks >Environment: System: FreeBSD toxic.magnesium.net 4.6-STABLE FreeBSD 4.6-STABLE #5: Thu Aug 1 09:24:17 PDT 2002 unfurl@toxic.magnesium.net:/users/world/obj/users/world/src/sys/TOXIC i386 >Description: Remove packetstorm.acm.miami.edu and packetstormsecurity.com.ar from PacketStorm list which no longer serve Packetstorm mirror. >How-To-Repeat: >Fix: --- bsd.sites.mk.diff begins here --- Index: ports/Mk/bsd.sites.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.sites.mk,v retrieving revision 1.153 diff -u -r1.153 bsd.sites.mk --- ports/Mk/bsd.sites.mk 2003/05/22 15:45:48 1.153 +++ ports/Mk/bsd.sites.mk 2003/05/26 01:12:21 @@ -352,14 +352,12 @@ http://packetstorm.troop218.org/%SUBDIR%/ \ http://packetstormsecurity.packetstorm.org/%SUBDIR%/ \ http://packetstorm.linuxsecurity.com/%SUBDIR%/ \ - http://packetstorm.acm.miami.edu/%SUBDIR%/ \ http://packetstorm.touchpointmedia.com/%SUBDIR%/ \ http://packetstorm.digital-network.net/%SUBDIR%/ \ http://packetstorm.icx.fr/%SUBDIR%/ \ http://packetstorm.security-guide.de/%SUBDIR%/ \ http://packetstorm.trustica.cz/%SUBDIR%/ \ http://packetstorm.dyn.org/%SUBDIR%/ \ - http://packetstormsecurity.com.ar/%SUBDIR%/ \ http://packetstorm.digitallinx.com/%SUBDIR%/ \ http://packetstormsecurity.org.pk/%SUBDIR%/ --- bsd.sites.mk.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 18:33: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 3EDF437B401; Sun, 25 May 2003 18:33:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA34D43F85; Sun, 25 May 2003 18:33:00 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4Q1X0Up021933; Sun, 25 May 2003 18:33:00 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q1X0J6021929; Sun, 25 May 2003 18:33:00 -0700 (PDT) Date: Sun, 25 May 2003 18:33:00 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305260133.h4Q1X0J6021929@freefall.freebsd.org> To: thierry@pompo.net, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52678: mail/pear-mailparse: chasing php4 upgrade (follow-up to PR ports/52596). X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 01:33:01 -0000 Synopsis: mail/pear-mailparse: chasing php4 upgrade (follow-up to PR ports/52596). State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Sun May 25 18:32:40 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun May 25 18:32:40 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52678 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 18:34: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 124B337B401; Sun, 25 May 2003 18:34:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A5943F75; Sun, 25 May 2003 18:34:16 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4Q1YGUp021985; Sun, 25 May 2003 18:34:16 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q1YDD3021981; Sun, 25 May 2003 18:34:13 -0700 (PDT) Date: Sun, 25 May 2003 18:34:13 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305260134.h4Q1YDD3021981@freefall.freebsd.org> To: sysadmin@alexdupre.com, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52674: [Maintainer Update] PHP4: new include 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, 26 May 2003 01:34:17 -0000 Synopsis: [Maintainer Update] PHP4: new include makefile State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Sun May 25 18:33:14 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun May 25 18:33:14 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52674 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 19: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 1508037B401 for ; Sun, 25 May 2003 19:30:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236F043F3F for ; Sun, 25 May 2003 19:30:14 -0700 (PDT) (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 h4Q2UDUp027502 for ; Sun, 25 May 2003 19:30:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q2UD2d027501; Sun, 25 May 2003 19:30:13 -0700 (PDT) Resent-Date: Sun, 25 May 2003 19:30:13 -0700 (PDT) Resent-Message-Id: <200305260230.h4Q2UD2d027501@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 Nedotsukov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5546637B401; Sun, 25 May 2003 19:26:00 -0700 (PDT) Received: from bbnest.dyndns.org (n237099.ap.plala.or.jp [219.165.237.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E0FA43FAF; Sun, 25 May 2003 19:25:59 -0700 (PDT) (envelope-from bland@mail.ru) Received: from bbnest.dyndns.org (smmsp@localhost [127.0.0.1]) by bbnest.dyndns.org (8.12.9/8.12.9) with ESMTP id h4Q2PvZj088261; Mon, 26 May 2003 11:25:57 +0900 (JST) (envelope-from bland@mail.ru) Received: (from root@localhost) by bbnest.dyndns.org (8.12.9/8.12.9/Submit) id h4Q2Put9088260; Mon, 26 May 2003 11:25:56 +0900 (JST) (envelope-from bland) Message-Id: <200305260225.h4Q2Put9088260@bbnest.dyndns.org> Date: Mon, 26 May 2003 11:25:56 +0900 (JST) From: Alexander Nedotsukov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: kris@FreeBSD.org cc: freebsd-ports@FreeBSD.org Subject: ports/52683: graphics/swfdec port broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Nedotsukov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 02:30:15 -0000 >Number: 52683 >Category: ports >Synopsis: graphics/swfdec port broken >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 25 19:30:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alexander Nedotsukov >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD bbnest.dyndns.org 5.1-BETA FreeBSD 5.1-BETA #5: Sat May 10 21:37:53 JST 2003 bland@bbnest.dyndns.org:/usr/obj/usr/src/sys/SU i386 >Description: CONFIGURE_ENV= expression grabled. This results in "configure" and therefore whole port build failure. >How-To-Repeat: cd /usr/ports/grpaphics; make configure >Fix: Apply the patch attached --- Makefile.diff begins here --- --- Makefile.orig Mon May 26 11:01:41 2003 +++ Makefile Mon May 26 11:09:32 2003 @@ -28,7 +28,7 @@ USE_GETOPT_LONG= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} LDFLAGS="{LDFLAGS} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes CPPFLAGS= -I${LOCALBASE}/include --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 19: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 8775E37B404 for ; Sun, 25 May 2003 19:40:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 059DC43F3F for ; Sun, 25 May 2003 19:40:12 -0700 (PDT) (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 h4Q2eBUp027768 for ; Sun, 25 May 2003 19:40:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q2eBdc027767; Sun, 25 May 2003 19:40:11 -0700 (PDT) Date: Sun, 25 May 2003 19:40:11 -0700 (PDT) Message-Id: <200305260240.h4Q2eBdc027767@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alexander Nedotsukov Subject: Re: ports/52683: graphics/swfdec port broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Nedotsukov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 02:40:14 -0000 The following reply was made to PR ports/52683; it has been noted by GNATS. From: Alexander Nedotsukov To: freebsd-gnats-submit@FreeBSD.org, bland@mail.ru Cc: Subject: Re: ports/52683: graphics/swfdec port broken Date: Mon, 26 May 2003 11:35:11 +0900 Damn me. cd /usr/ports/graphics/swfdec of course. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 19: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 D0A1537B401 for ; Sun, 25 May 2003 19:50:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBBCA43F93 for ; Sun, 25 May 2003 19:50:08 -0700 (PDT) (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 h4Q2o8Up028146 for ; Sun, 25 May 2003 19:50:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q2o8bQ028145; Sun, 25 May 2003 19:50:08 -0700 (PDT) Resent-Date: Sun, 25 May 2003 19:50:08 -0700 (PDT) Resent-Message-Id: <200305260250.h4Q2o8bQ028145@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, Rong-en Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EC8B37B401 for ; Sun, 25 May 2003 19:46:40 -0700 (PDT) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E55DE43F85 for ; Sun, 25 May 2003 19:46:39 -0700 (PDT) (envelope-from rafan@muse.csie.ntu.edu.tw) Received: from localhost (localhost [127.0.0.1]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 692EC7EB5 for ; Mon, 26 May 2003 10:46:38 +0800 (CST) Received: by muse.csie.ntu.edu.tw (Postfix, from userid 1001) id 561A87E91; Mon, 26 May 2003 10:46:37 +0800 (CST) Message-Id: <20030526024637.561A87E91@muse.csie.ntu.edu.tw> Date: Mon, 26 May 2003 10:46:37 +0800 (CST) From: Rong-en Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52684: x11/rxvt-devel distinfo incorrect X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rong-en Fan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 02:50:10 -0000 >Number: 52684 >Category: ports >Synopsis: x11/rxvt-devel distinfo incorrect >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: Sun May 25 19:50:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Rong-en Fan >Release: FreeBSD 5.0-RELEASE i386 >Organization: National Taiwan University >Environment: System: FreeBSD muse.csie.ntu.edu.tw 5.0-RELEASE FreeBSD 5.0-RELEASE #1: Sat Feb 22 11:22:11 CST 2003 root@muse.csie.ntu.edu.tw:/home/admin/usr/obj/usr/src/sys/MUSE i386 >Description: x11/rxvt-devel complain that rxvt-2.7.8.tar.gz is no in distinfo >How-To-Repeat: On a box before 500113, make fetch, then you'll see it. >Fix: It was caused by 7 days ago, Kris marked it broken on 5.1. But it broken it on other version, so here is the dirty patch. diff -ruN rxvt-devel.orig/Makefile rxvt-devel/Makefile --- rxvt-devel.orig/Makefile Sun May 18 19:43:03 2003 +++ rxvt-devel/Makefile Mon May 26 10:36:32 2003 @@ -17,13 +17,14 @@ ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/%SUBDIR%/ MASTER_SITE_SUBDIR= . old devel PKGNAMESUFFIX= -devel -DISTNAME= rxvt-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= A low memory usage xterm replacement that supports color BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool +USE_BZIP2= yes + .include .if ${OSVERSION} >= 500113 @@ -37,7 +38,6 @@ --with-xpm --enable-xpm-background --enable-transparency \ --enable-shared INSTALLS_SHLIB= yes -USE_BZIP2= yes MAN1= rxvt.1 >Release-Note: >Audit-Trail: >Unformatted: >> rxvt-2.7.8.tar.gz is not in /usr/ports/x11/rxvt-devel/distinfo. >> Either /usr/ports/x11/rxvt-devel/distinfo is out of date, or >> rxvt-2.7.8.tar.gz is spelled incorrectly. *** Error code 1 Stop in /usr/ports/x11/rxvt-devel. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 20:00: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 E9E9937B401 for ; Sun, 25 May 2003 20:00:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93EAA43F93 for ; Sun, 25 May 2003 20:00:21 -0700 (PDT) (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 h4Q30JUp028539 for ; Sun, 25 May 2003 20:00:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q30Ja4028538; Sun, 25 May 2003 20:00:19 -0700 (PDT) Date: Sun, 25 May 2003 20:00:19 -0700 (PDT) Message-Id: <200305260300.h4Q30Ja4028538@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: KATO Tsuguru Subject: Re: ports/52680: update to cad/xcircuit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 03:00:22 -0000 The following reply was made to PR ports/52680; it has been noted by GNATS. From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: giffunip@yahoo.com Subject: Re: ports/52680: update to cad/xcircuit Date: Mon, 26 May 2003 11:54:30 +0900 On Mon, 26 May 2003 00:04:16 +0100 (BST) "Pedro F. Giffuni" wrote: > >Description: > version 3.1.1 of xcircuit now uses Tcl/Tk instead of python and > adds many features wrt to the version in ports. Unfortunately my > Tcl/Tk packages got corrupted somehow so I could only test the > python version (which is still an option). > > This version should build and run fine, but if someone wants the > python version back, they can just type make USE_PYTHON=yes It's very diffrent how to build Tcl/Tk version than Pytyon-supported version and/or vanilla xcircuit. The program build with this PR shouldn't be able to build proper Tcl/Tk version. And then, as far as I tested, Proper Tcl/Tk version only dumps core under the current state. Furthermore, I have already sent PR ports/52662. This PR should be closed immidiately. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 20:10: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 CC11337B401 for ; Sun, 25 May 2003 20:10:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DBCD43F93 for ; Sun, 25 May 2003 20:10:09 -0700 (PDT) (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 h4Q3A9Up032129 for ; Sun, 25 May 2003 20:10:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q3A9oh032128; Sun, 25 May 2003 20:10:09 -0700 (PDT) Date: Sun, 25 May 2003 20:10:09 -0700 (PDT) Message-Id: <200305260310.h4Q3A9oh032128@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: KATO Tsuguru Subject: Re: ports/52441: graphics/giram: upgrading to 0.3.5 and unbreaking. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 03:10:11 -0000 The following reply was made to PR ports/52441; it has been noted by GNATS. From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: thierry@pompo.net Subject: Re: ports/52441: graphics/giram: upgrading to 0.3.5 and unbreaking. Date: Mon, 26 May 2003 12:03:30 +0900 Additional changes: - Fix dependencies - Supoort CFLAGS properly - Support USE_LIBTOOL properly - Do not install arch-dependent object into PREFIX/share - Fix COMMENT format - Remove useless pre-patch target - Utilize NOPORTDOCS diff -urN /usr/ports/graphics/giram/Makefile graphics/giram/Makefile --- /usr/ports/graphics/giram/Makefile Sun May 18 22:35:13 2003 +++ graphics/giram/Makefile Mon May 26 11:59:44 2003 @@ -6,49 +6,39 @@ # PORTNAME= giram -PORTVERSION= 0.1.7 +PORTVERSION= 0.3.5 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.giram.org/pub/ -DISTNAME= Giram-${PORTVERSION} +MASTER_SITES= http://www.giram.org/downloads/ MAINTAINER= ports@FreeBSD.org -COMMENT= Giram is Really A Modeller +COMMENT= A POV-Ray oriented modeller -RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31 - -BROKEN= "Fails to patch" - -USE_BZIP2= yes USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_MESA= yes +USE_PERL5_BUUID= yes +USE_GNOME= gtk20 USE_GMAKE= yes -USE_GNOME= gtk12 -WANT_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gl=${X11BASE} +USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + INTLTOOL_PERL="${PERL}" +CONFIGURE_ARGS= --datadir="${PREFIX}/lib" \ + --with-tutorial-path="${DOCSDIR}" \ + --with-lib3ds-prefix="${LOCALBASE}" -.include +MAN1= giram.1 -.if ${HAVE_GNOME:Mlibcapplet}!="" -USE_GNOME+= libcapplet -PKGNAMESUFFIX= -gnome +.if defined(WITH_POVRAY31) +BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray31 +RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31 .else -CONFIGURE_ARGS+=--disable-gnome +BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray +RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray .endif -pre-patch: - @${REINPLACE_CMD} -e \ - 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ - s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ - s|\$$(top_builddir)/intl/libintl.a|-lintl|g' \ - ${WRKSRC}/configure - post-install: - @${MKDIR} ${PREFIX}/share/doc/giram/SampleScenes - ${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/share/doc/giram/SampleScenes/ +.if !defined(NOPORTDOCS) + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/samples/*.pov ${EXAMPLESDIR} +.endif -.include +.include diff -urN /usr/ports/graphics/giram/distinfo graphics/giram/distinfo --- /usr/ports/graphics/giram/distinfo Wed Dec 6 16:43:26 2000 +++ graphics/giram/distinfo Sun May 25 20:33:23 2003 @@ -1 +1 @@ -MD5 (Giram-0.1.7.tar.bz2) = 040f278a1466953d0031e3f970ebed52 +MD5 (giram-0.3.5.tar.gz) = 1197134bd838669f202fc2f2f1b5da9b diff -urN /usr/ports/graphics/giram/files/patch-aa graphics/giram/files/patch-aa --- /usr/ports/graphics/giram/files/patch-aa Tue Jul 11 22:14:06 2000 +++ graphics/giram/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ ---- src/view.c.orig Tue Jul 11 20:34:10 2000 -+++ src/view.c Tue Jul 11 20:52:40 2000 -@@ -223,6 +223,7 @@ - { - ViewUserDataStruct *UserData; - FrameStruct *LocalFrame; -+ int fd; - char *TmpFileName; - gchar *CommandLine; - -@@ -230,7 +231,7 @@ - strcpy(TmpFileName, "/tmp/GiramXXXXXX"); - UserData = get_view_user_data(); - LocalFrame = UserData->FrameView; -- mktemp(TmpFileName); -+ fd = mkstemp(TmpFileName); - SavePovByName(LocalFrame, TmpFileName); - CommandLine = g_strdup_printf("povfront -p -s %s &", TmpFileName); - system(CommandLine); diff -urN /usr/ports/graphics/giram/files/patch-ac graphics/giram/files/patch-ac --- /usr/ports/graphics/giram/files/patch-ac Thu Oct 5 16:22:39 2000 +++ graphics/giram/files/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig Mon Mar 6 00:33:01 2000 -+++ docs/Makefile.in Mon Mar 6 00:35:17 2000 -@@ -88,7 +88,7 @@ - helpfilepath = @helpfilepath@ - l = @l@ - --docsdir = @helpfilepath@ -+docsdir = @prefix@/share/doc/giram - - docs_DATA = Tutorial - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff -urN /usr/ports/graphics/giram/files/patch-configure graphics/giram/files/patch-configure --- /usr/ports/graphics/giram/files/patch-configure Thu Jan 17 15:22:50 2002 +++ graphics/giram/files/patch-configure Sun May 25 21:42:19 2003 @@ -1,31 +1,19 @@ ---- configure.orig Thu Jan 17 01:15:12 2002 -+++ configure Thu Jan 17 01:17:15 2002 -@@ -4152,7 +4152,6 @@ - # - have_pthread=no - mesa_requires_pthread=no -- if test "$ac_have_mesa_gl" = yes; then - echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6 - echo "configure:4158: checking for pthread_create in -pthread" >&5 - ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` -@@ -4240,12 +4239,7 @@ - LIBS="$ac_save_LIBS" +--- configure.orig Sat Mar 8 21:30:47 2003 ++++ configure Sun May 25 21:41:54 2003 +@@ -5432,6 +5432,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' +@@ -5843,7 +5844,7 @@ fi --if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -- echo "$ac_t""yes" 1>&6 - mesa_requires_pthread=yes --else -- echo "$ac_t""no" 1>&6 --fi - CPPFLAGS="$ac_save_CPPFLAGS" - LDFLAGS="$ac_save_LDFLAGS" -@@ -4253,7 +4247,6 @@ - if test "$mesa_requires_pthread" = yes; then - GL_LIBS="$GL_LIBS -pthread" - fi -- fi - # Check for OpenGL 1.1 features. - # - + +-CFLAGS="-g -Wall -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED $CFLAGS" ++CFLAGS="-DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED $CFLAGS" + + if test -n "$DEBUGFLAG"; then + CFLAGS="$DEBUGFLAG $CFLAGS" diff -urN /usr/ports/graphics/giram/pkg-plist graphics/giram/pkg-plist --- /usr/ports/graphics/giram/pkg-plist Sun Jul 16 01:14:46 2000 +++ graphics/giram/pkg-plist Sun May 25 21:40:12 2003 @@ -1,34 +1,92 @@ bin/giram bin/povfront +etc/giram/0.3/giramrc +etc/giram/0.3/giramrc_user +etc/giram/0.3/gtkrc +etc/giram/0.3/gtkrc_user +etc/giram/0.3/ps-menurc +lib/giram/0.3/color/color1.gcf +lib/giram/0.3/finish/finish1 +lib/giram/0.3/giram_logo.ppm +lib/giram/0.3/giram_splash.ppm +lib/giram/0.3/modules/librender_flat.so +lib/giram/0.3/modules/librender_gouraud.so +lib/giram/0.3/modules/librender_hiddenfaces.so +lib/giram/0.3/modules/librender_raytracing.so +lib/giram/0.3/modules/librender_wireframe.so +lib/giram/0.3/normal/normal1 +lib/giram/0.3/pigment/pigment1 +lib/giram/0.3/shape/shape1 +lib/giram/0.3/texture/texture1 +lib/giram/0.3/tips/giram_conseils.fr.txt +lib/giram/0.3/tips/giram_tips.txt +lib/giram/0.3/user_install libexec/giram/plug-ins/Box libexec/giram/plug-ins/Rotate libexec/giram/plug-ins/Spheres -share/doc/giram/SampleScenes/Cone.pov -share/doc/giram/SampleScenes/Disc.pov -share/doc/giram/SampleScenes/Giram.gsf -share/doc/giram/SampleScenes/Giram.pov -share/doc/giram/SampleScenes/IntSphereBox1.pov -share/doc/giram/SampleScenes/IntSphereBox2.pov -share/doc/giram/SampleScenes/IntSphereBox3.pov -share/doc/giram/SampleScenes/IntSpherePlane1.pov -share/doc/giram/SampleScenes/IntSpherePlane2.pov -share/doc/giram/SampleScenes/IntSpherePlane3.pov -share/doc/giram/SampleScenes/Triangle.pov -share/doc/giram/SampleScenes/basicvue.pov -share/doc/giram/SampleScenes/basicvue2.pov -share/doc/giram/SampleScenes/basicvue3.pov -share/doc/giram/SampleScenes/basicvue4.pov -share/doc/giram/SampleScenes/box.pov -share/doc/giram/SampleScenes/lollipop.pov -share/doc/giram/SampleScenes/superel1.pov -share/doc/giram/SampleScenes/superel2.pov -share/doc/giram/SampleScenes/superel3.pov -share/doc/giram/SampleScenes/test.pov -share/doc/giram/SampleScenes/torus.pov -share/doc/giram/Tutorial -share/locale/es/LC_MESSAGES/Giram.mo -share/locale/fr/LC_MESSAGES/Giram.mo -@dirrm share/doc/giram/SampleScenes -@dirrm share/doc/giram +%%DOCSDIR%%/Tutorial +%%PORTDOCS%%%%EXAMPLESDIR%%/Cone.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/Disc.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/Giram.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/IntSphereBox1.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/IntSphereBox2.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/IntSphereBox3.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/IntSpherePlane1.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/IntSpherePlane2.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/IntSpherePlane3.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/Triangle.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/basicvue.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/basicvue2.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/basicvue3.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/basicvue4.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/box.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/checker.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/lollipop.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/superel1.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/superel2.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/superel3.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/test.pov +%%PORTDOCS%%%%EXAMPLESDIR%%/torus.pov +share/locale/ca/LC_MESSAGES/giram.mo +share/locale/cs/LC_MESSAGES/giram.mo +share/locale/da/LC_MESSAGES/giram.mo +share/locale/de/LC_MESSAGES/giram.mo +share/locale/el/LC_MESSAGES/giram.mo +share/locale/en_GB/LC_MESSAGES/giram.mo +share/locale/es/LC_MESSAGES/giram.mo +share/locale/fi/LC_MESSAGES/giram.mo +share/locale/fr/LC_MESSAGES/giram.mo +share/locale/ga/LC_MESSAGES/giram.mo +share/locale/gl/LC_MESSAGES/giram.mo +share/locale/hr/LC_MESSAGES/giram.mo +share/locale/hu/LC_MESSAGES/giram.mo +share/locale/it/LC_MESSAGES/giram.mo +share/locale/ja/LC_MESSAGES/giram.mo +share/locale/ko/LC_MESSAGES/giram.mo +share/locale/nl/LC_MESSAGES/giram.mo +share/locale/no/LC_MESSAGES/giram.mo +share/locale/pl/LC_MESSAGES/giram.mo +share/locale/pt_BR/LC_MESSAGES/giram.mo +share/locale/ro/LC_MESSAGES/giram.mo +share/locale/ru/LC_MESSAGES/giram.mo +share/locale/sk/LC_MESSAGES/giram.mo +share/locale/sv/LC_MESSAGES/giram.mo +share/locale/tr/LC_MESSAGES/giram.mo +share/locale/uk/LC_MESSAGES/giram.mo +share/locale/zh_CN/LC_MESSAGES/giram.mo +share/locale/zh_TW/LC_MESSAGES/giram.mo +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +@dirrm %%DOCSDIR%% @dirrm libexec/giram/plug-ins @dirrm libexec/giram +@dirrm lib/giram/0.3/tips +@dirrm lib/giram/0.3/texture +@dirrm lib/giram/0.3/shape +@dirrm lib/giram/0.3/pigment +@dirrm lib/giram/0.3/normal +@dirrm lib/giram/0.3/modules +@dirrm lib/giram/0.3/finish +@dirrm lib/giram/0.3/color_map +@dirrm lib/giram/0.3/color +@dirrm lib/giram/0.3 +@dirrm lib/giram From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 20: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 5CEA437B401 for ; Sun, 25 May 2003 20:10:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2514943F75 for ; Sun, 25 May 2003 20:10:12 -0700 (PDT) (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 h4Q3ACUp032177 for ; Sun, 25 May 2003 20:10:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q3ACuu032173; Sun, 25 May 2003 20:10:12 -0700 (PDT) Date: Sun, 25 May 2003 20:10:12 -0700 (PDT) Message-Id: <200305260310.h4Q3ACuu032173@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" Subject: Re: ports/52680: update to cad/xcircuit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 03:10:15 -0000 The following reply was made to PR ports/52680; it has been noted by GNATS. From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" To: KATO Tsuguru , FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/52680: update to cad/xcircuit Date: Mon, 26 May 2003 04:09:37 +0100 (BST) --- KATO Tsuguru wrote: I looked at your new port, we did almost the same but Thanks! > > It's very diffrent how to build Tcl/Tk version than > Pytyon-supported version and/or vanilla xcircuit. > The program build with this PR shouldn't be able to > build proper Tcl/Tk version. > +.ifdef USE_PYTHON +CONFIGURE_ARGS= --with-python +.else # Tcl/Tk is recommended +CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.3 \ + --with-tk=${LOCALBASE}/lib/tk8.3 +.endif should work according to the guide. I only tested with USE_PYTHON=yes and commenting the tcl/Tk dependencies (which worked perfectly) so you win. > And then, as far as I tested, Proper Tcl/Tk version > only dumps core under the current state. > > Furthermore, I have already sent PR ports/52662. > This PR should be closed immidiately. I agree, please close. (thanks Kato-san) __________________________________________________ It's Samaritans' Week. Help Samaritans help others. Call 08709 000032 to give or donate online now at http://www.samaritans.org/support/donations.shtm From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 20: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 E5E3437B405 for ; Sun, 25 May 2003 20:10:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CD7043F75 for ; Sun, 25 May 2003 20:10:14 -0700 (PDT) (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 h4Q3AEUp032212 for ; Sun, 25 May 2003 20:10:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q3AEFS032211; Sun, 25 May 2003 20:10:14 -0700 (PDT) Date: Sun, 25 May 2003 20:10:14 -0700 (PDT) Message-Id: <200305260310.h4Q3AEFS032211@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: KATO Tsuguru Subject: Re: ports/52683: graphics/swfdec port broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 03:10:15 -0000 The following reply was made to PR ports/52683; it has been noted by GNATS. From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: bland@mail.ru, kris@FreeBSD.org Subject: Re: ports/52683: graphics/swfdec port broken Date: Mon, 26 May 2003 12:09:27 +0900 You had better check open PRs before sending new one. Following PR is already mentioned about this bug. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/52665 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 20:22: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 33D9237B401; Sun, 25 May 2003 20:22:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8CC543F85; Sun, 25 May 2003 20:22:14 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4Q3MEUp032814; Sun, 25 May 2003 20:22:14 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q3MEwl032810; Sun, 25 May 2003 20:22:14 -0700 (PDT) Date: Sun, 25 May 2003 20:22:14 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200305260322.h4Q3MEwl032810@freefall.freebsd.org> To: giffunip@yahoo.com, ijliao@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52680: update to cad/xcircuit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 03:22:15 -0000 Synopsis: update to cad/xcircuit State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sun May 25 20:20:55 PDT 2003 State-Changed-Why: dup/ with pr/52662, and close it (originator request) http://www.freebsd.org/cgi/query-pr.cgi?pr=52680 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 20:23: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 71F9337B401; Sun, 25 May 2003 20:23:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1393143F75; Sun, 25 May 2003 20:23:45 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4Q3NiUp032879; Sun, 25 May 2003 20:23:44 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q3NiQZ032875; Sun, 25 May 2003 20:23:44 -0700 (PDT) Date: Sun, 25 May 2003 20:23:44 -0700 (PDT) From: Ying-Chieh Liao Message-Id: <200305260323.h4Q3NiQZ032875@freefall.freebsd.org> To: bland@mail.ru, ijliao@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52683: graphics/swfdec port 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: Mon, 26 May 2003 03:23:45 -0000 Synopsis: graphics/swfdec port broken State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sun May 25 20:23:19 PDT 2003 State-Changed-Why: dup/ with pr/52665 http://www.freebsd.org/cgi/query-pr.cgi?pr=52683 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 20:40: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 9F02837B401 for ; Sun, 25 May 2003 20:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33F7943F75 for ; Sun, 25 May 2003 20:40:03 -0700 (PDT) (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 h4Q3e2Up033320 for ; Sun, 25 May 2003 20:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q3e2px033319; Sun, 25 May 2003 20:40:02 -0700 (PDT) Date: Sun, 25 May 2003 20:40:02 -0700 (PDT) Message-Id: <200305260340.h4Q3e2px033319@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alexander Nedotsukov Subject: Re: ports/52683: graphics/swfdec port broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Nedotsukov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 03:40:03 -0000 The following reply was made to PR ports/52683; it has been noted by GNATS. From: Alexander Nedotsukov To: freebsd-gnats-submit@FreeBSD.org Cc: KATO Tsuguru , kris@FreeBSD.org Subject: Re: ports/52683: graphics/swfdec port broken Date: Mon, 26 May 2003 12:30:37 +0900 Thanks I did. This one intended to fix build rather than fix&upgrade. The idea just to have fixed (buildable) port in 5.1-RELEASE. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 00: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 B3B9537B404 for ; Mon, 26 May 2003 00:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49AD643F85 for ; Mon, 26 May 2003 00:20:12 -0700 (PDT) (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 h4Q7KCUp055207 for ; Mon, 26 May 2003 00:20:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q7KCrZ055206; Mon, 26 May 2003 00:20:12 -0700 (PDT) Date: Mon, 26 May 2003 00:20:12 -0700 (PDT) Message-Id: <200305260720.h4Q7KCrZ055206@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Rui Lopes Subject: Re: ports/52605: [PATCH] minor corrections to lang/php4/pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rui Lopes List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 07:20:13 -0000 The following reply was made to PR ports/52605; it has been noted by GNATS. From: Rui Lopes To: freebsd-gnats-submit@FreeBSD.org, rui@ruilopes.com Cc: Subject: Re: ports/52605: [PATCH] minor corrections to lang/php4/pkg-descr Date: Mon, 26 May 2003 08:18:27 +0100 At least: Revision 1.1, Thu May 22 18:26:28 2003 UTC (3 days, 12 hours ago) by nork (for php 4.3.2RC4) does not have this fixed. See at: http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php4/pkg-descr -- Rui Lopes From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 00:56: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 B433B37B401; Mon, 26 May 2003 00:56:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54D2E43F75; Mon, 26 May 2003 00:56:24 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from freefall.freebsd.org (maho@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4Q7uOUp056619; Mon, 26 May 2003 00:56:24 -0700 (PDT) (envelope-from maho@freefall.freebsd.org) Received: (from maho@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q7uOQ1056615; Mon, 26 May 2003 00:56:24 -0700 (PDT) Date: Mon, 26 May 2003 00:56:24 -0700 (PDT) From: Maho Nakata Message-Id: <200305260756.h4Q7uOQ1056615@freefall.freebsd.org> To: maho@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, maho@FreeBSD.org Subject: Re: ports/52019: enhancement to math/spooles X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 07:56:25 -0000 Synopsis: enhancement to math/spooles Responsible-Changed-From-To: freebsd-ports-bugs->maho Responsible-Changed-By: maho Responsible-Changed-When: Mon May 26 00:55:48 PDT 2003 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=52019 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 00: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 102A337B401; Mon, 26 May 2003 00:56:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5A8843F75; Mon, 26 May 2003 00:56:49 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from freefall.freebsd.org (maho@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4Q7unUp056670; Mon, 26 May 2003 00:56:49 -0700 (PDT) (envelope-from maho@freefall.freebsd.org) Received: (from maho@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q7unYx056666; Mon, 26 May 2003 00:56:49 -0700 (PDT) Date: Mon, 26 May 2003 00:56:49 -0700 (PDT) From: Maho Nakata Message-Id: <200305260756.h4Q7unYx056666@freefall.freebsd.org> To: maho@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, maho@FreeBSD.org Subject: Re: ports/52014: superlu port doesn't build correctly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 07:56:50 -0000 Synopsis: superlu port doesn't build correctly Responsible-Changed-From-To: freebsd-ports-bugs->maho Responsible-Changed-By: maho Responsible-Changed-When: Mon May 26 00:56:31 PDT 2003 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=52014 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 00:57: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 C6EAF37B401; Mon, 26 May 2003 00:57:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6895643F3F; Mon, 26 May 2003 00:57:09 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from freefall.freebsd.org (maho@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4Q7v9Up056718; Mon, 26 May 2003 00:57:09 -0700 (PDT) (envelope-from maho@freefall.freebsd.org) Received: (from maho@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q7v9uU056714; Mon, 26 May 2003 00:57:09 -0700 (PDT) Date: Mon, 26 May 2003 00:57:09 -0700 (PDT) From: Maho Nakata Message-Id: <200305260757.h4Q7v9uU056714@freefall.freebsd.org> To: maho@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, maho@FreeBSD.org Subject: Re: ports/52033: NEW port: math/superlu_mt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 07:57:10 -0000 Synopsis: NEW port: math/superlu_mt Responsible-Changed-From-To: freebsd-ports-bugs->maho Responsible-Changed-By: maho Responsible-Changed-When: Mon May 26 00:56:54 PDT 2003 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=52033 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 00:57: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 0FF5E37B401; Mon, 26 May 2003 00:57:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A69AF43FA3; Mon, 26 May 2003 00:57:35 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from freefall.freebsd.org (maho@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4Q7vZUp056768; Mon, 26 May 2003 00:57:35 -0700 (PDT) (envelope-from maho@freefall.freebsd.org) Received: (from maho@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q7vZdQ056764; Mon, 26 May 2003 00:57:35 -0700 (PDT) Date: Mon, 26 May 2003 00:57:35 -0700 (PDT) From: Maho Nakata Message-Id: <200305260757.h4Q7vZdQ056764@freefall.freebsd.org> To: maho@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, maho@FreeBSD.org Subject: Re: ports/52018: update to cad/calculix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 07:57:36 -0000 Synopsis: update to cad/calculix Responsible-Changed-From-To: freebsd-ports-bugs->maho Responsible-Changed-By: maho Responsible-Changed-When: Mon May 26 00:57:21 PDT 2003 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=52018 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 00:57: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 2279437B401; Mon, 26 May 2003 00:57:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E8743FA3; Mon, 26 May 2003 00:57:56 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from freefall.freebsd.org (maho@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4Q7vuUp056813; Mon, 26 May 2003 00:57:56 -0700 (PDT) (envelope-from maho@freefall.freebsd.org) Received: (from maho@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q7vuWc056809; Mon, 26 May 2003 00:57:56 -0700 (PDT) Date: Mon, 26 May 2003 00:57:56 -0700 (PDT) From: Maho Nakata Message-Id: <200305260757.h4Q7vuWc056809@freefall.freebsd.org> To: maho@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, maho@FreeBSD.org Subject: Re: ports/52410: Update to CAD/spice X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 07:57:57 -0000 Synopsis: Update to CAD/spice Responsible-Changed-From-To: freebsd-ports-bugs->maho Responsible-Changed-By: maho Responsible-Changed-When: Mon May 26 00:57:41 PDT 2003 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=52410 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 00:58: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 5F8EB37B401; Mon, 26 May 2003 00:58:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A7F43FA3; Mon, 26 May 2003 00:58:14 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from freefall.freebsd.org (maho@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4Q7wDUp056858; Mon, 26 May 2003 00:58:13 -0700 (PDT) (envelope-from maho@freefall.freebsd.org) Received: (from maho@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q7wD9B056854; Mon, 26 May 2003 00:58:13 -0700 (PDT) Date: Mon, 26 May 2003 00:58:13 -0700 (PDT) From: Maho Nakata Message-Id: <200305260758.h4Q7wD9B056854@freefall.freebsd.org> To: maho@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, maho@FreeBSD.org Subject: Re: ports/52088: NEW port CAD/tochnog X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 07:58:14 -0000 Synopsis: NEW port CAD/tochnog Responsible-Changed-From-To: freebsd-ports-bugs->maho Responsible-Changed-By: maho Responsible-Changed-When: Mon May 26 00:58:01 PDT 2003 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=52088 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 02:40: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 4465937B401 for ; Mon, 26 May 2003 02:40:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E4D943FBF for ; Mon, 26 May 2003 02:40:04 -0700 (PDT) (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 h4Q9e4Up067601 for ; Mon, 26 May 2003 02:40:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q9e3jL067600; Mon, 26 May 2003 02:40:04 -0700 (PDT) Resent-Date: Mon, 26 May 2003 02:40:04 -0700 (PDT) Resent-Message-Id: <200305260940.h4Q9e3jL067600@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, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6758837B401 for ; Mon, 26 May 2003 02:37:01 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E7A43F75 for ; Mon, 26 May 2003 02:37:00 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19KEPY-0003AZ-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 26 May 2003 11:36:57 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19KEOf-000FJp-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 26 May 2003 11:36:01 +0200 Message-Id: Date: Mon, 26 May 2003 11:36:01 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52688: Update net/gnunet: 0.5.1a -> 0.5.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, 26 May 2003 09:40:05 -0000 >Number: 52688 >Category: ports >Synopsis: Update net/gnunet: 0.5.1a -> 0.5.4 >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 May 26 02:40:03 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: * support for large result (search) sets (DBs deteriorated for thousands of replies for a query) * peers can now communicate down-stream limitations (and of course they control how much they send) * knapsack-solver for message construction reduces noise and increases bandwidth efficiency * more precise disk-space (quota) control * http-download of initial hostlist only when needed but not only during startup * segmentation fauls and deadlock fixes * disk-full death prevention * improvements in the build system * extensive valgrinding of the code with many fixes * grab maintainership * this PR supersede PR/51489 >How-To-Repeat: >Fix: diff -urN gnunet.orig/Makefile gnunet/Makefile --- gnunet.orig/Makefile Sun May 25 12:28:52 2003 +++ gnunet/Makefile Mon May 26 11:29:29 2003 @@ -7,33 +7,72 @@ # PORTNAME= gnunet -PORTVERSION= 0.5.1a +PORTVERSION= 0.5.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} \ http://www.ovmj.org/GNUnet/download/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= GNUnet-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ponomarew@oberon.net COMMENT= An anonymous, distributed, reputation-based network -LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm - +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +USE_GMAKE= yes +USE_REINPLACE= yes USE_BZIP2= yes USE_OPENSSL= yes USE_GNOME= gtk12 -USE_REINPLACE= yes -USE_GMAKE= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes -MAN1= gnunet-chat.1 gnunet-check.1 gnunet-download.1 gnunet-gtk.1 \ +.if defined(WITH_GDBM) +LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm +PLIST_SUB+= WITH_GDBM="" +.else +CONFIGURE_ARGS+= --without-gdbm +PLIST_SUB+= WITH_GDBM="@comment " +.endif + +.if defined(WITH_MYSQL) +LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +.else +CONFIGURE_ARGS+= --without-mysql +.endif + +.if defined(WITH_TDB) +LIB_DEPENDS+= tdb.1:${PORTSDIR}/databases/tdb +PLIST_SUB+= WITH_TDB="" +.else +CONFIGURE_ARGS+= --without-tdb +PLIST_SUB+= WITH_TDB="@comment " +.endif + +.if defined(WITH_BDB3) +LIB_DEPENDS+= db3:${PORTSDIR}/databases/db3 +CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} +.else +CONFIGURE_ARGS+= --without-bdb +.endif + +MAN1= gnunet-chat.1 gnunet-check.1 gnunet-convert.1 \ + gnunet-delete.1 gnunet-download.1 gnunet-gtk.1 \ gnunet-insert-multi.1 gnunet-insert.1 gnunet-search.1 \ - gnunet-tbench.1 gnunetd.1 + gnunet-tbench.1 gnunet-tracekit.1 \ + gnunet-transport-check.1 gnunetd.1 MAN5= gnunet.conf.5 + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "You can build GNUnet with the following options:" + @${ECHO_MSG} " WITH_MYSQL=yes Turn on MySQL support" + @${ECHO_MSG} " WITH_TDB=yes Turn on TDB support" + @${ECHO_MSG} " WITH_BDB41=yes Turn on Berkely DB library support" + @${ECHO_MSG} " WITH_GDBM=yes Turn on GNU dbm support" + @${ECHO_MSG} "" post-patch: @${REINPLACE_CMD} -e \ diff -urN gnunet.orig/distinfo gnunet/distinfo --- gnunet.orig/distinfo Sun Feb 16 04:42:11 2003 +++ gnunet/distinfo Mon May 26 00:45:25 2003 @@ -1 +1 @@ -MD5 (GNUnet-0.5.1a.tar.bz2) = 0e506d602cdc168e6a0f8065da85e565 +MD5 (GNUnet-0.5.4.tar.bz2) = 885476e1234d5cb71bc0fa044e868e49 diff -urN gnunet.orig/files/patch-configure gnunet/files/patch-configure --- gnunet.orig/files/patch-configure Sun Feb 16 04:42:11 2003 +++ gnunet/files/patch-configure Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- configure.orig Sat Dec 21 01:25:22 2002 -+++ configure Sun Dec 22 15:27:06 2002 -@@ -8701,6 +8701,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 gnunet.orig/pkg-plist gnunet/pkg-plist --- gnunet.orig/pkg-plist Tue Feb 18 15:31:14 2003 +++ gnunet/pkg-plist Mon May 26 11:17:52 2003 @@ -1,7 +1,7 @@ -@comment $FreeBSD: ports/net/gnunet/pkg-plist,v 1.4 2003/02/16 03:42:11 naddy Exp $ bin/gnunet-chat bin/gnunet-check bin/gnunet-convert +bin/gnunet-delete bin/gnunet-download bin/gnunet-gtk bin/gnunet-insert @@ -9,56 +9,66 @@ bin/gnunet-search bin/gnunet-stats bin/gnunet-tbench +bin/gnunet-tracekit bin/gnunet-transport-check bin/gnunetd -lib/libgnunetafs_blocks.a +lib/libgnunetafs_blocks.la lib/libgnunetafs_blocks.so lib/libgnunetafs_blocks.so.0 -lib/libgnunetafs_database.a +lib/libgnunetafs_database.la lib/libgnunetafs_database.so lib/libgnunetafs_database.so.0 -lib/libgnunetafs_database_directory.a +lib/libgnunetafs_database_directory.la lib/libgnunetafs_database_directory.so lib/libgnunetafs_database_directory.so.0 -lib/libgnunetafs_database_gdbm.a -lib/libgnunetafs_database_gdbm.so -lib/libgnunetafs_database_gdbm.so.0 -lib/libgnunetafs_decoding.a +%%WITH_GDBM%%lib/libgnunetafs_database_gdbm.la +%%WITH_GDBM%%lib/libgnunetafs_database_gdbm.so +%%WITH_GDBM%%lib/libgnunetafs_database_gdbm.so.0 +%%WITH_TDB%%lib/libgnunetafs_database_tdb.la +%%WITH_TDB%%lib/libgnunetafs_database_tdb.so +%%WITH_TDB%%lib/libgnunetafs_database_tdb.so.0 +lib/libgnunetafs_decoding.la lib/libgnunetafs_decoding.so lib/libgnunetafs_decoding.so.0 -lib/libgnunetafs_encoding.a +lib/libgnunetafs_delete.la +lib/libgnunetafs_delete.so +lib/libgnunetafs_delete.so.0 +lib/libgnunetafs_encoding.la lib/libgnunetafs_encoding.so lib/libgnunetafs_encoding.so.0 -lib/libgnunetafs_policy.a +lib/libgnunetafs_policy.la lib/libgnunetafs_policy.so lib/libgnunetafs_policy.so.0 -lib/libgnunetafs_protocol.a +lib/libgnunetafs_protocol.la lib/libgnunetafs_protocol.so lib/libgnunetafs_protocol.so.0 -lib/libgnunetafs_search.a +lib/libgnunetafs_search.la lib/libgnunetafs_search.so lib/libgnunetafs_search.so.0 -lib/libgnunetafs_util.a +lib/libgnunetafs_util.la lib/libgnunetafs_util.so lib/libgnunetafs_util.so.0 -lib/libgnunetchat_protocol.a +lib/libgnunetchat_protocol.la lib/libgnunetchat_protocol.so lib/libgnunetchat_protocol.so.0 -lib/libgnunetcommon.a +lib/libgnunetcommon.la lib/libgnunetcommon.so lib/libgnunetcommon.so.0 -lib/libgnunettbench_protocol.a +lib/libgnunettbench_protocol.la lib/libgnunettbench_protocol.so lib/libgnunettbench_protocol.so.0 -lib/libgnunettransport_smtp.a +lib/libgnunettracekit_protocol.la +lib/libgnunettracekit_protocol.so +lib/libgnunettracekit_protocol.so.0 +lib/libgnunettransport_smtp.la lib/libgnunettransport_smtp.so lib/libgnunettransport_smtp.so.0 -lib/libgnunettransport_tcp.a +lib/libgnunettransport_tcp.la lib/libgnunettransport_tcp.so lib/libgnunettransport_tcp.so.0 -lib/libgnunettransport_udp.a +lib/libgnunettransport_udp.la lib/libgnunettransport_udp.so lib/libgnunettransport_udp.so.0 -lib/libgnunetutil.a +lib/libgnunetutil.la lib/libgnunetutil.so lib/libgnunetutil.so.0 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 04:20: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 1648B37B401 for ; Mon, 26 May 2003 04:20:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24DC943FAF for ; Mon, 26 May 2003 04:20:12 -0700 (PDT) (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 h4QBKCUp082047 for ; Mon, 26 May 2003 04:20:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QBKBJR082046; Mon, 26 May 2003 04:20:11 -0700 (PDT) Resent-Date: Mon, 26 May 2003 04:20:11 -0700 (PDT) Resent-Message-Id: <200305261120.h4QBKBJR082046@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, Rui Lopes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A3E437B401 for ; Mon, 26 May 2003 04:14:51 -0700 (PDT) Received: from ns.webtt.biz (ns.webtt.biz [64.239.29.225]) by mx1.FreeBSD.org (Postfix) with SMTP id BE22243F93 for ; Mon, 26 May 2003 04:14:50 -0700 (PDT) (envelope-from root@ns.webtt.biz) Received: (qmail 22550 invoked by uid 0); 26 May 2003 11:17:13 -0000 Message-Id: <20030526111713.22549.qmail@ns.webtt.biz> Date: 26 May 2003 11:17:13 -0000 From: Rui Lopes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52689: Update port: devel/regexxer Use pcre 4.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rui Lopes List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 11:20:13 -0000 >Number: 52689 >Category: ports >Synopsis: Update port: devel/regexxer Use pcre 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: Mon May 26 04:20:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Rui Lopes >Release: FreeBSD 5.0-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD disty 5.0-RELEASE-p2 FreeBSD 5.0-RELEASE-p2 #7: Sun Feb 23 17:54:25 WET 2003 root@disty:/usr/obj/usr/src/sys/DEBUGGER i386 >Description: Upgrade port to use pcre 4.3 >How-To-Repeat: >Fix: --- Makefile.diff begins here --- --- Makefile.orig Mon May 26 09:11:05 2003 +++ Makefile Mon May 26 10:13:29 2003 @@ -7,11 +7,11 @@ PORTNAME= regexxer PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= devel textproc gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ${MASTER_SITE_SOURCEFORGE:S/$/:pcre/} -MASTER_SITE_SUBDIR= ${PORTNAME} \ - ${PCRE_NAME}/:pcre + ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/:pcre +MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ $(PCRE_NAME)-${PCRE_VERSION}${EXTRACT_SUFX}:pcre @@ -23,17 +23,16 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GNOME= gnomehack gnomeprefix gnometarget CONFIGURE_ARGS= PCRE_CONFIG="${PCRE_WRKDIR}/.install/bin/pcre-config" PCRE_NAME= pcre -PCRE_VERSION= 3.9 +PCRE_VERSION= 4.3 PCRE_WRKDIR= ${WRKDIR}/${PCRE_NAME}-${PCRE_VERSION} pre-configure: @(cd ${PCRE_WRKDIR} && \ - $(ECHO) "Configuring PCRE... " && \ + $(ECHO_CMD) "Configuring PCRE... " && \ ${SETENV} CC="${CC}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ --- Makefile.diff ends here --- --- distinfo.diff begins here --- --- distinfo.orig Mon Mar 3 06:33:09 2003 +++ distinfo Mon May 26 10:27:36 2003 @@ -1,2 +1,2 @@ MD5 (regexxer-0.4.tar.gz) = e761fe8dd24eaa9f1d203672a92bbfd5 -MD5 (pcre-3.9.tar.gz) = 55d9f1ee68ff335850c0d07a2daf242a +MD5 (pcre-4.3.tar.gz) = f0c9304a2a2aeb2ce20c880dbf776285 --- distinfo.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 04:30: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 A5F4F37B401 for ; Mon, 26 May 2003 04:30:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A12BC43F85 for ; Mon, 26 May 2003 04:30:11 -0700 (PDT) (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 h4QBUBUp082304 for ; Mon, 26 May 2003 04:30:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QBUBKt082303; Mon, 26 May 2003 04:30:11 -0700 (PDT) Resent-Date: Mon, 26 May 2003 04:30:11 -0700 (PDT) Resent-Message-Id: <200305261130.h4QBUBKt082303@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, "Miguel Mendez" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32DAE37B401 for ; Mon, 26 May 2003 04:26:39 -0700 (PDT) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A2CD43F75 for ; Mon, 26 May 2003 04:26:35 -0700 (PDT) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [192.168.100.1]) by mindfields.energyhq.es.eu.org (Postfix) with ESMTP id C337F2E810 for ; Mon, 26 May 2003 13:26:33 +0200 (CEST) Message-Id: 1053948387@scienide.energyhq.es.eu.org Date: Mon, 26 May 2003 13:26:28 +0200 From: "Miguel Mendez" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: gtk-send-pr 0.1 Subject: ports/52690: [Maintainer update] sysutils/thefish to 0.3.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, 26 May 2003 11:30:13 -0000 >Number: 52690 >Category: ports >Synopsis: [Maintainer update] sysutils/thefish to 0.3.5 >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 May 26 04:30:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD scienide.energyhq.es.eu.org 5.1-BETA FreeBSD 5.1-BETA #0: Thu May 22 10:34:47 CEST 2003 root@scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE i386 >Description: Yeah, I know we're in ports freeze yada yada, but let's send this anyway. >How-To-Repeat: >Fix: --- thefish.diff begins here --- diff -ruN thefish.old/Makefile thefish/Makefile --- thefish.old/Makefile Fri May 16 04:30:46 2003 +++ thefish/Makefile Mon May 26 13:16:17 2003 @@ -6,7 +6,7 @@ # PORTNAME= thefish -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 CATEGORIES= sysutils MASTER_SITES= http://www.energyhq.es.eu.org/files/ diff -ruN thefish.old/distinfo thefish/distinfo --- thefish.old/distinfo Fri May 16 04:30:46 2003 +++ thefish/distinfo Mon May 26 13:16:21 2003 @@ -1 +1 @@ -MD5 (thefish-0.3.4.tar.gz) = 62d738e311569c625cd4872700f1a8c9 +MD5 (thefish-0.3.5.tar.gz) = 0bb4dfed11b00f53cbf7190c1630a5bc --- thefish.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 05:09: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 31AF737B401; Mon, 26 May 2003 05:09:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 989F843F85; Mon, 26 May 2003 05:09:17 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4QC9HUp087080; Mon, 26 May 2003 05:09:17 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QC9HeM087076; Mon, 26 May 2003 05:09:17 -0700 (PDT) Date: Mon, 26 May 2003 05:09:17 -0700 (PDT) From: Christian Weisgerber Message-Id: <200305261209.h4QC9HeM087076@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/52684: x11/rxvt-devel distinfo 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, 26 May 2003 12:09:18 -0000 Synopsis: x11/rxvt-devel distinfo incorrect Responsible-Changed-From-To: freebsd-ports-bugs->lioux Responsible-Changed-By: naddy Responsible-Changed-When: Mon May 26 05:08:56 PDT 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=52684 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 05: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 2A48437B401; Mon, 26 May 2003 05:10:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE2EB43F93; Mon, 26 May 2003 05:10:41 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4QCAfUp087322; Mon, 26 May 2003 05:10:41 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QCAfnS087318; Mon, 26 May 2003 05:10:41 -0700 (PDT) Date: Mon, 26 May 2003 05:10:41 -0700 (PDT) From: Christian Weisgerber Message-Id: <200305261210.h4QCAfnS087318@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, smace@FreeBSD.org Subject: Re: ports/52670: Update net/tcpreplay: 1.4.0 -> 1.4.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: Mon, 26 May 2003 12:10:42 -0000 Synopsis: Update net/tcpreplay: 1.4.0 -> 1.4.2 Responsible-Changed-From-To: freebsd-ports-bugs->smace Responsible-Changed-By: naddy Responsible-Changed-When: Mon May 26 05:10:25 PDT 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=52670 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 05:11: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 DF3A037B401; Mon, 26 May 2003 05:11:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E7B543F85; Mon, 26 May 2003 05:11:34 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4QCBYUp087377; Mon, 26 May 2003 05:11:34 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QCBYCm087373; Mon, 26 May 2003 05:11:34 -0700 (PDT) Date: Mon, 26 May 2003 05:11:34 -0700 (PDT) From: Christian Weisgerber Message-Id: <200305261211.h4QCBYCm087373@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/52663: Update port: www/analog X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 12:11:35 -0000 Synopsis: Update port: www/analog Responsible-Changed-From-To: freebsd-ports-bugs->mharo Responsible-Changed-By: naddy Responsible-Changed-When: Mon May 26 05:11:20 PDT 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=52663 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 06: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 1934837B404 for ; Mon, 26 May 2003 06:20:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 911BF43FD7 for ; Mon, 26 May 2003 06:20:07 -0700 (PDT) (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 h4QDK7Up007600 for ; Mon, 26 May 2003 06:20:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QDK7Yl007599; Mon, 26 May 2003 06:20:07 -0700 (PDT) Resent-Date: Mon, 26 May 2003 06:20:07 -0700 (PDT) Resent-Message-Id: <200305261320.h4QDK7Yl007599@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, Sid Carter Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90DB237B404 for ; Mon, 26 May 2003 06:13:27 -0700 (PDT) Received: from palrel11.hp.com (palrel11.hp.com [156.153.255.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0D6743FA3 for ; Mon, 26 May 2003 06:13:26 -0700 (PDT) (envelope-from root@nt4561.india.hp.com) Received: from mailer12.india.hp.com (mailer12.india.hp.com [15.10.42.250]) by palrel11.hp.com (Postfix) with ESMTP id C3BB31C00F76 for ; Mon, 26 May 2003 06:13:24 -0700 (PDT) Received: from nt4561.india.hp.com (nt4561.india.hp.com [15.10.45.61]) SMTP id SAA25439 for ; Mon, 26 May 2003 18:43:46 +0530 (IST) Received: (qmail 21031 invoked by uid 0); 26 May 2003 13:16:42 -0000 Message-Id: <20030526131642.21030.qmail@nt4561.india.hp.com> Date: 26 May 2003 13:16:42 -0000 From: Sid Carter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52692: While installing cyrus-sasl2 from ports, it goes into verifying install loop X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sid Carter List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 13:20:09 -0000 >Number: 52692 >Category: ports >Synopsis: While installing cyrus-sasl2 from ports, it goes into verifying install loop >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: Mon May 26 06:20:06 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sid Carter >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD samurai 5.1-BETA FreeBSD 5.1-BETA #0: Fri May 23 20:44:20 IST 2003 root@samurai:/usr/obj/usr/src/sys/HOGWARTS i386 >Description: While doing a make on the cyrus-sasl2 port, it goes into a loop during verification for the install of openldap21 samurai# cd /usr/ports/security/cyrus-sasl2 samurai# make ===> Extracting for cyrus-sasl-2.1.13_2 >How-To-Repeat: Get latest ports using cvsup. # cd /usr/ports/security/cyrus-sasl2/ # make >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for cyrus-sasl-2.1.13.tar.gz. ===> Patching for cyrus-sasl-2.1.13_2 ===> Applying FreeBSD patches for cyrus-sasl-2.1.13_2 ===> cyrus-sasl-2.1.13_2 depends on shared library: db41.1 - found ===> cyrus-sasl-2.1.13_2 depends on shared library: mysqlclient.14 - found ===> cyrus-sasl-2.1.13_2 depends on shared library: ldap.2 - not found ===> Verifying install for ldap.2 in /usr/ports/net/openldap21 ===> Extracting for openldap21-2.1.20_1 >> Checksum OK for openldap-2.1.20.tgz. ===> Patching for openldap21-2.1.20_1 ===> openldap21-2.1.20_1 depends on shared library: db41 - found ===> openldap21-2.1.20_1 depends on shared library: sasl2 - not found ===> Verifying install for sasl2 in /usr/ports/security/cyrus-sasl2 ===> cyrus-sasl-2.1.13_2 depends on shared library: db41.1 - found ===> cyrus-sasl-2.1.13_2 depends on shared library: mysqlclient.14 - found ===> cyrus-sasl-2.1.13_2 depends on shared library: ldap.2 - not found ===> Verifying install for ldap.2 in /usr/ports/net/openldap21 ===> openldap21-2.1.20_1 depends on shared library: db41 - found ===> openldap21-2.1.20_1 depends on shared library: sasl2 - not found ===> Verifying install for sasl2 in /usr/ports/security/cyrus-sasl2 ===> cyrus-sasl-2.1.13_2 depends on shared library: db41.1 - found ===> cyrus-sasl-2.1.13_2 depends on shared library: mysqlclient.14 - found ===> cyrus-sasl-2.1.13_2 depends on shared library: ldap.2 - not found This sometimes hangs the system too. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 06:50: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 9B44F37B401 for ; Mon, 26 May 2003 06:50:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C092F43FBD for ; Mon, 26 May 2003 06:50:04 -0700 (PDT) (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 h4QDo4Up024850 for ; Mon, 26 May 2003 06:50:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QDo4VC024849; Mon, 26 May 2003 06:50:04 -0700 (PDT) Resent-Date: Mon, 26 May 2003 06:50:04 -0700 (PDT) Resent-Message-Id: <200305261350.h4QDo4VC024849@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, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC6D737B401 for ; Mon, 26 May 2003 06:48:33 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1602843F75 for ; Mon, 26 May 2003 06:48:33 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19KIKx-0007CC-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 26 May 2003 15:48:27 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19KIK6-000174-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 26 May 2003 15:47:34 +0200 Message-Id: Date: Mon, 26 May 2003 15:47:34 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52693: Update irc/konversation (maintainer): 0.11 -> 0.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: Mon, 26 May 2003 13:50:06 -0000 >Number: 52693 >Category: ports >Synopsis: Update irc/konversation (maintainer): 0.11 -> 0.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: Mon May 26 06:50:03 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: * Multi-server sessions in one window are now handled * The /notify, /oper, and /ban commands were added * The history no longer gets cleared on cursor up/down * Hostmask was added to nick list * Tabs no longer pop up to the front while the user is typing * Russian translation was added >How-To-Repeat: >Fix: diff -ruN konversation.orig/Makefile konversation/Makefile --- konversation.orig/Makefile Fri May 16 13:23:12 2003 +++ konversation/Makefile Mon May 26 15:00:22 2003 @@ -6,7 +6,7 @@ # PORTNAME= konversation -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= irc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,11 @@ USE_KDELIBS_VER=3 GNU_CONFIGURE= yes +USE_REINPLACE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/configure .include diff -ruN konversation.orig/distinfo konversation/distinfo --- konversation.orig/distinfo Fri May 16 10:26:35 2003 +++ konversation/distinfo Mon May 26 14:53:27 2003 @@ -1 +1 @@ -MD5 (konversation-0.11.tar.gz) = 7e6428de9c88de624cfcd5ca29dc92ce +MD5 (konversation-0.12.tar.gz) = 53ceb276f6ed54046f6809c20c521d95 diff -ruN konversation.orig/pkg-plist konversation/pkg-plist --- konversation.orig/pkg-plist Fri May 16 10:47:36 2003 +++ konversation/pkg-plist Mon May 26 15:37:42 2003 @@ -10,16 +10,9 @@ share/apps/konversation/images/led_yellow_off.png share/apps/konversation/images/led_yellow_on.png share/apps/konversation/konversationui.rc -share/icons/locolor/16x16/apps/konversation.png -share/icons/locolor/32x32/apps/konversation.png share/locale/de/LC_MESSAGES/konversation.mo +share/locale/ru/LC_MESSAGES/konversation.mo share/locale/sv/LC_MESSAGES/konversation.mo -@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/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true @dirrm share/apps/konversation/images @dirrm share/apps/konversation @unexec rmdir %D/share/apps 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 07:30: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 7403B37B401 for ; Mon, 26 May 2003 07:30:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A628643F75 for ; Mon, 26 May 2003 07:30:08 -0700 (PDT) (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 h4QEU7Up089198 for ; Mon, 26 May 2003 07:30:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QEU7V8089197; Mon, 26 May 2003 07:30:07 -0700 (PDT) Resent-Date: Mon, 26 May 2003 07:30:07 -0700 (PDT) Resent-Message-Id: <200305261430.h4QEU7V8089197@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, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CD8137B401 for ; Mon, 26 May 2003 07:21:08 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ABEE43FAF for ; Mon, 26 May 2003 07:21:07 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19KIqT-0007hI-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 26 May 2003 16:21:01 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19KIpb-00075i-00; Mon, 26 May 2003 16:20:07 +0200 Message-Id: Date: Mon, 26 May 2003 16:20:07 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: stefan.jahn@nemesis-sektor.de Subject: ports/52694: Update sysutils/kdirstat: 2.2.0 -> 2.3.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: Mon, 26 May 2003 14:30:09 -0000 >Number: 52694 >Category: ports >Synopsis: Update sysutils/kdirstat: 2.2.0 -> 2.3.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 May 26 07:30:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: Update sysutils/kdirstat: 2.2.0 -> 2.3.7 Bug fixes >How-To-Repeat: >Fix: diff -urN kdirstat.orig/Makefile kdirstat/Makefile --- kdirstat.orig/Makefile Fri Feb 21 22:28:17 2003 +++ kdirstat/Makefile Mon May 26 16:00:12 2003 @@ -6,14 +6,14 @@ # PORTNAME= kdirstat -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.7 CATEGORIES= sysutils kde MASTER_SITES= http://kdirstat.sourceforge.net/download/ -EXTRACT_SUFX= .tgz MAINTAINER= stefan.jahn@nemesis-sektor.de COMMENT= A small KDE utility that sums up disk usage for direcory trees +USE_BZIP2= yes USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes diff -urN kdirstat.orig/distinfo kdirstat/distinfo --- kdirstat.orig/distinfo Mon Jan 20 07:30:28 2003 +++ kdirstat/distinfo Mon May 26 16:00:18 2003 @@ -1 +1 @@ -MD5 (kdirstat-2.2.0.tgz) = e8a647c8725bf12e9b2c870d6c4791a0 +MD5 (kdirstat-2.3.7.tar.bz2) = 987b523c5b112c697aaec0b4d8cb636a diff -urN kdirstat.orig/pkg-plist kdirstat/pkg-plist --- kdirstat.orig/pkg-plist Mon Jan 20 07:30:28 2003 +++ kdirstat/pkg-plist Mon May 26 16:13:02 2003 @@ -1,32 +1,48 @@ bin/kdirstat -share/doc/HTML/en/kdirstat/index.docbook -share/doc/HTML/en/kdirstat/kdirstat-config-cleanups.png -share/doc/HTML/en/kdirstat/feedback-mail.png -share/doc/HTML/en/kdirstat/kdirstat-main.png -share/doc/HTML/en/kdirstat/kdirstat-config-tree-colors.png -share/doc/HTML/en/kdirstat/index.cache.bz2 -share/doc/HTML/en/kdirstat/common +share/applnk/Utilities/kdirstat.desktop share/apps/kdirstat/icons/hicolor/16x16/actions/symlink.png share/apps/kdirstat/icons/hicolor/32x32/actions/symlink.png share/apps/kdirstat/icons/hicolor/48x48/actions/symlink.png share/apps/kdirstat/icons/locolor/16x16/actions/symlink.png share/apps/kdirstat/kdirstatui.rc -share/applnk/Utilities/kdirstat.desktop -share/icons/locolor/32x32/apps/kdirstat.png -share/icons/locolor/16x16/apps/kdirstat.png -share/icons/hicolor/32x32/apps/kdirstat.png +share/doc/HTML/en/kdirstat/common +share/doc/HTML/en/kdirstat/feedback-mail.png +share/doc/HTML/en/kdirstat/index.cache.bz2 +share/doc/HTML/en/kdirstat/index.docbook +share/doc/HTML/en/kdirstat/kdirstat-config-cleanups.png +share/doc/HTML/en/kdirstat/kdirstat-config-tree-colors.png +share/doc/HTML/en/kdirstat/kdirstat-main.png share/icons/hicolor/16x16/apps/kdirstat.png +share/icons/hicolor/32x32/apps/kdirstat.png +share/icons/locolor/16x16/apps/kdirstat.png +share/icons/locolor/32x32/apps/kdirstat.png +share/locale/fr/LC_MESSAGES/kdirstat.mo share/locale/ja/LC_MESSAGES/kdirstat.mo -@dirrm share/doc/HTML/en/kdirstat @dirrm share/apps/kdirstat/icons/hicolor/16x16/actions @dirrm share/apps/kdirstat/icons/hicolor/16x16 @dirrm share/apps/kdirstat/icons/hicolor/32x32/actions @dirrm share/apps/kdirstat/icons/hicolor/32x32 @dirrm share/apps/kdirstat/icons/hicolor/48x48/actions @dirrm share/apps/kdirstat/icons/hicolor/48x48 -@dirrm share/apps/kdirstat/icons/hicolor @dirrm share/apps/kdirstat/icons/locolor/16x16/actions @dirrm share/apps/kdirstat/icons/locolor/16x16 +@dirrm share/apps/kdirstat/icons/hicolor @dirrm share/apps/kdirstat/icons/locolor @dirrm share/apps/kdirstat/icons @dirrm share/apps/kdirstat +@unexec rmdir %D/share/apps 2>/dev/null || true +@dirrm share/doc/HTML/en/kdirstat +@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true +@unexec rmdir %D/share/doc/HTML 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/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/locolor/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true +@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 +@unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true +@unexec rmdir %D/share/applnk 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 08:00: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 1E94E37B401 for ; Mon, 26 May 2003 08:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C62B43FB1 for ; Mon, 26 May 2003 08:00:25 -0700 (PDT) (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 h4QF0PUp090242 for ; Mon, 26 May 2003 08:00:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QF0Ped090241; Mon, 26 May 2003 08:00:25 -0700 (PDT) Resent-Date: Mon, 26 May 2003 08:00:25 -0700 (PDT) Resent-Message-Id: <200305261500.h4QF0Ped090241@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 08CB437B401 for ; Mon, 26 May 2003 07:54:30 -0700 (PDT) Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2376943FA3 for ; Mon, 26 May 2003 07:54:29 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([219.108.139.227]) by hfep03.dion.ne.jp with SMTP id <20030526145425450.YXVR@hfep03.dion.ne.jp> for ; Mon, 26 May 2003 23:54:25 +0900 Message-Id: <20030526235336.16993924.tkato@prontomail.com> Date: Mon, 26 May 2003 23:53:36 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52695: Update port: games/vamos to 0.3.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: Mon, 26 May 2003 15:00:31 -0000 >Number: 52695 >Category: ports >Synopsis: Update port: games/vamos to 0.3.2 >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 May 26 08:00:24 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.3.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/vamos/Makefile games/vamos/Makefile --- /usr/ports/games/vamos/Makefile Fri May 2 17:04:01 2003 +++ games/vamos/Makefile Mon May 26 10:57:30 2003 @@ -7,7 +7,7 @@ # PORTNAME= vamos -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,13 +20,16 @@ LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ USE_MESA= yes +USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${X11BASE}/lib -lGL -lGLU -lglut ${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes + +CPPFLAGS= -I${X11BASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${X11BASE}/lib -lGL -lGLU -lglut ${PTHREAD_LIBS} post-patch: @${REINPLACE_CMD} 's|std::fixed << ||g' ${WRKSRC}/vamos/Vamos_Car.cc diff -urN /usr/ports/games/vamos/distinfo games/vamos/distinfo --- /usr/ports/games/vamos/distinfo Fri May 2 17:04:01 2003 +++ games/vamos/distinfo Mon May 26 10:50:56 2003 @@ -1 +1 @@ -MD5 (vamos-0.3.1.tar.gz) = 173b2fc2c0c1e762e19212758163130d +MD5 (vamos-0.3.2.tar.gz) = 33b773257ece76735f89939133c9623a diff -urN /usr/ports/games/vamos/pkg-plist games/vamos/pkg-plist --- /usr/ports/games/vamos/pkg-plist Fri May 2 17:04:01 2003 +++ games/vamos/pkg-plist Mon May 26 11:17:40 2003 @@ -19,6 +19,7 @@ include/vamos/body/Wheel.h include/vamos/geometry/Constants.h include/vamos/geometry/Conversions.h +include/vamos/geometry/Gl_Texture_Image.h include/vamos/geometry/Handle.h include/vamos/geometry/Inertia_Tensor.h include/vamos/geometry/Interpolator.h @@ -64,10 +65,20 @@ share/vamos/sounds/wind.wav share/vamos/textures/grass.ppm share/vamos/textures/gravel.ppm +share/vamos/textures/gravel2.ppm +share/vamos/textures/gravel3.ppm +share/vamos/textures/kerb.ppm share/vamos/textures/rail.ppm +share/vamos/textures/red-white.ppm +share/vamos/textures/sky.ppm +share/vamos/textures/sky_bottom.ppm +share/vamos/textures/sky_sides.ppm +share/vamos/textures/sky_top.ppm share/vamos/textures/tires.ppm share/vamos/textures/track.ppm +share/vamos/textures/track2.ppm share/vamos/textures/wall.ppm +share/vamos/tracks/Albert_Park.xml share/vamos/tracks/Indianapolis.xml share/vamos/tracks/Magny-Cours.xml share/vamos/tracks/Mosport.xml >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 08:00: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 73D9D37B404 for ; Mon, 26 May 2003 08:00:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 934BF43FBF for ; Mon, 26 May 2003 08:00:25 -0700 (PDT) (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 h4QF0PUp090255 for ; Mon, 26 May 2003 08:00:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QF0Pp8090254; Mon, 26 May 2003 08:00:25 -0700 (PDT) Resent-Date: Mon, 26 May 2003 08:00:25 -0700 (PDT) Resent-Message-Id: <200305261500.h4QF0Pp8090254@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 A7F5537B401 for ; Mon, 26 May 2003 07:54:39 -0700 (PDT) Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD5B43F93 for ; Mon, 26 May 2003 07:54:38 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([219.108.139.227]) by hfep06.dion.ne.jp with SMTP id <20030526145435748.TTIN@hfep06.dion.ne.jp> for ; Mon, 26 May 2003 23:54:35 +0900 Message-Id: <20030526235345.1904ad0b.tkato@prontomail.com> Date: Mon, 26 May 2003 23:53:45 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52696: Update port: graphics/divxcalc to 0.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, 26 May 2003 15:00:31 -0000 >Number: 52696 >Category: ports >Synopsis: Update port: graphics/divxcalc to 0.5 >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 May 26 08:00:25 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.5 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/divxcalc/Makefile graphics/divxcalc/Makefile --- /usr/ports/graphics/divxcalc/Makefile Mon Apr 21 12:22:25 2003 +++ graphics/divxcalc/Makefile Sun May 25 23:57:53 2003 @@ -7,28 +7,22 @@ # PORTNAME= divxcalc -PORTVERSION= 0.4a +PORTVERSION= 0.5 CATEGORIES= graphics -MASTER_SITES= http://members.ams.chello.nl/r.slooten2/divxcalc/ +MASTER_SITES= http://axljab.homelinux.org:8080/software/divxcalc/ MAINTAINER= ports@FreeBSD.org COMMENT= DivX Calculator -BUILD_DEPENDS= ${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14 +BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake \ + autoheader:${PORTSDIR}/devel/autoconf -USE_REINPLACE= yes -USE_GNOME= gtk12 +USE_QT_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e "s,Bison ,Bison,g" ${WRKSRC}/configure +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} pre-configure: -.for file in config.guess config.sub install-sh missing mkinstalldirs - @${LN} -sf ${LOCALBASE}/share/automake14/${file} ${WRKSRC} -.endfor + @cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common .include diff -urN /usr/ports/graphics/divxcalc/distinfo graphics/divxcalc/distinfo --- /usr/ports/graphics/divxcalc/distinfo Sat Oct 19 07:32:47 2002 +++ graphics/divxcalc/distinfo Sun May 25 23:48:54 2003 @@ -1 +1 @@ -MD5 (divxcalc-0.4a.tar.gz) = c51ed74b3c8693d9185ce31d0e23915d +MD5 (divxcalc-0.5.tar.gz) = 6c5f3d736be42e2a220558ee1b23eeb5 diff -urN /usr/ports/graphics/divxcalc/pkg-descr graphics/divxcalc/pkg-descr --- /usr/ports/graphics/divxcalc/pkg-descr Wed Mar 20 12:14:17 2002 +++ graphics/divxcalc/pkg-descr Sun May 25 23:46:23 2003 @@ -1,3 +1,3 @@ DivX Calculator -WWW: http://tuxpower.f2g.net/divxcalc.php +WWW: http://axljab.homelinux.org:8080/?m=sw&p=divxcalc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 08:00: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 BD88237B401 for ; Mon, 26 May 2003 08:00:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2926443FCB for ; Mon, 26 May 2003 08:00:26 -0700 (PDT) (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 h4QF0QUp090282 for ; Mon, 26 May 2003 08:00:26 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QF0Qo5090281; Mon, 26 May 2003 08:00:26 -0700 (PDT) Resent-Date: Mon, 26 May 2003 08:00:26 -0700 (PDT) Resent-Message-Id: <200305261500.h4QF0Qo5090281@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 C483537B401 for ; Mon, 26 May 2003 07:55:05 -0700 (PDT) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id D659F43F85 for ; Mon, 26 May 2003 07:55:04 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([219.108.139.227]) by hfep02.dion.ne.jp with SMTP id <20030526145502657.ZZWL@hfep02.dion.ne.jp> for ; Mon, 26 May 2003 23:55:02 +0900 Message-Id: <20030526235403.17c7052b.tkato@prontomail.com> Date: Mon, 26 May 2003 23:54:03 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52698: Update port: math/plplot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 15:00:32 -0000 >Number: 52698 >Category: ports >Synopsis: Update port: math/plplot >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 May 26 08:00:25 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Fix MAN >How-To-Repeat: >Fix: diff -urN /usr/ports/math/plplot/Makefile math/plplot/Makefile --- /usr/ports/math/plplot/Makefile Mon May 19 09:42:32 2003 +++ math/plplot/Makefile Sun May 25 19:57:53 2003 @@ -7,6 +7,7 @@ PORTNAME= plplot PORTVERSION= 5.2.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -57,11 +58,11 @@ TCLINCDIR="${LOCALBASE}/include/tcl8.3" \ TCLPRIVATEINCDIR="${LOCALBASE}/include/tcl8.3/generic" \ TCLLIBDIR="${LOCALBASE}/lib" +MAN1+= plrender.1 plserver.1 pltcl.1 PLIST_SUB+= TCLTK="" .else CONFIGURE_ARGS+= --disable-itcl --disable-tcl --disable-tk PLIST_SUB+= TCLTK="@comment " -MAN1+= plrender.1 plserver.1 pltcl.1 .endif post-patch: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 08:00: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 22ABA37B404 for ; Mon, 26 May 2003 08:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB5D643FDD for ; Mon, 26 May 2003 08:00:26 -0700 (PDT) (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 h4QF0QUp090295 for ; Mon, 26 May 2003 08:00:26 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QF0Qie090294; Mon, 26 May 2003 08:00:26 -0700 (PDT) Resent-Date: Mon, 26 May 2003 08:00:26 -0700 (PDT) Resent-Message-Id: <200305261500.h4QF0Qie090294@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 DEDDE37B405 for ; Mon, 26 May 2003 07:55:14 -0700 (PDT) Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0A543F75 for ; Mon, 26 May 2003 07:55:14 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([219.108.139.227]) by hfep04.dion.ne.jp with SMTP id <20030526145511241.ZHQP@hfep04.dion.ne.jp> for ; Mon, 26 May 2003 23:55:11 +0900 Message-Id: <20030526235414.056fd576.tkato@prontomail.com> Date: Mon, 26 May 2003 23:54:14 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52699: Update port: print/hpijs to 1.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, 26 May 2003 15:00:32 -0000 >Number: 52699 >Category: ports >Synopsis: Update port: print/hpijs to 1.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: Mon May 26 08:00:26 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/print/hpijs/Makefile print/hpijs/Makefile --- /usr/ports/print/hpijs/Makefile Sat Apr 12 23:14:54 2003 +++ print/hpijs/Makefile Sun May 25 18:36:00 2003 @@ -6,7 +6,7 @@ # PORTNAME= hpijs -PORTVERSION= 1.3.1 +PORTVERSION= 1.4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hpinkjet @@ -23,15 +23,17 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --disable-foomatic-install CPPFLAGS= `${IJS_CONFIG} --cflags` LDFLAGS= `${IJS_CONFIG} --libs` +CFLAGS+= -DTRACE="printf" + post-patch: @${REINPLACE_CMD} -e 's|CFLAGS="-O2 -Wall"|CFLAGS="\$$CFLAGS"|g ; \ - s|||g ; \ - s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g' \ - ${WRKSRC}/configure + s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g ; \ + s|||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's| ijs.[cho]||g ; \ s| ijs_client.h||g ; \ s| ijs_server.[cho]||g ; \ diff -urN /usr/ports/print/hpijs/distinfo print/hpijs/distinfo --- /usr/ports/print/hpijs/distinfo Mon Feb 10 19:56:41 2003 +++ print/hpijs/distinfo Sun May 25 18:13:04 2003 @@ -1 +1 @@ -MD5 (ghostscript/hpijs-1.3.1.tar.gz) = a2ae6ce240dd40747ea0e3731c549f81 +MD5 (ghostscript/hpijs-1.4.tar.gz) = 430f9b20bfe31e0f7f343fe9595904f3 diff -urN /usr/ports/print/hpijs/pkg-descr print/hpijs/pkg-descr --- /usr/ports/print/hpijs/pkg-descr Wed May 8 01:57:37 2002 +++ print/hpijs/pkg-descr Sun May 25 18:39:11 2003 @@ -1,5 +1,5 @@ The Hewlett-Packard Co. Linux Inkjet Driver Project is a add-on to -the GNU Ghostscript application. This driver is based on the Hewlett -Packard Appliance APDK for deskjet printers. +the GNU Ghostscript application. This driver is based on the +Hewlett-Packard Appliance APDK for deskjet printers. WWW: http://hpinkjet.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 08:00: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 35F2137B401 for ; Mon, 26 May 2003 08:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1670043FAF for ; Mon, 26 May 2003 08:00:28 -0700 (PDT) (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 h4QF0SUp090303 for ; Mon, 26 May 2003 08:00:28 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QF0RHn090302; Mon, 26 May 2003 08:00:27 -0700 (PDT) Date: Mon, 26 May 2003 08:00:27 -0700 (PDT) Message-Id: <200305261500.h4QF0RHn090302@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: KATO Tsuguru Subject: Re: ports/52662: Update port: cad/xcircuit to 3.1.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 15:00:32 -0000 The following reply was made to PR ports/52662; it has been noted by GNATS. From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/52662: Update port: cad/xcircuit to 3.1.15 Date: Mon, 26 May 2003 23:57:49 +0900 Here is an up-to date patch. diff -urN /usr/ports/cad/xcircuit/Makefile cad/xcircuit/Makefile --- /usr/ports/cad/xcircuit/Makefile Sat May 10 13:19:59 2003 +++ cad/xcircuit/Makefile Mon May 26 23:13:10 2003 @@ -6,7 +6,7 @@ # PORTNAME= xcircuit -PORTVERSION= 2.3.3 +PORTVERSION= 3.1.15 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://xcircuit.ece.jhu.edu/archive/ @@ -15,22 +15,54 @@ COMMENT= An X11 drawing program [especially for circuit schematics] RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +USE_BZIP2= yes +USE_X_PREFIX= yes USE_XPM= yes -USE_IMAKE= yes USE_REINPLACE= yes -XMKMF= xmkmf - -MAN1= xcircuit.1 +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +WISH= ${LOCALBASE}/bin/wish8.4 + +.if defined(WITH_TCLTK) +PKGNAMESUFFIX= -tcltk +LIB_DEPENDS+= tk84:${PORTSDIR}/x11-toolkits/tk84 +CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \ + --with-tk=${LOCALBASE}/lib/tk8.4 +ALL_TARGET= tcl +INSTALL_TARGET= install-tcl +PLIST_SUB+= PYTHON="@comment " NOPYTHON="" TCLTK="" NOTCLTK="@comment " +CFLAGS+= -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4 \ + -I${X11BASE}/include +.else +MAN1+= xcircuit.1 +.if defined(WITH_PYTHON) +PKGNAMESUFFIX= -python +USE_PYTHON= yes +CONFIGURE_ARGS+= --with-python +CPPFLAGS+= ${PTHREAD_CFLAGS} +LDFLAGS+= ${PTHREAD_LIBS} +PLIST_SUB+= PYTHON="" NOPYTHON="@comment " TCLTK="@comment " NOTCLTK="" +.else +PLIST_SUB+= PYTHON="@comment " NOPYTHON="" TCLTK="@comment " NOTCLTK="" +.endif +.endif post-patch: - @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|||g' + @${REINPLACE_CMD} -e 's|TCL_LIB_NAME=.*$$|TCL_LIB_NAME="tcl84"|g ; \ + s|TK_LIB_NAME=.*$$|TK_LIB_NAME="tk84"|g' ${WRKSRC}/configure +.for file in lib/tcl/xcircuit.sh.m4 lib/tcl/tkcon.tcl + @${REINPLACE_CMD} -e 's|exec wish|exec ${WISH}|g' ${WRKSRC}/${file} +.endfor post-install: - @${MKDIR} ${PREFIX}/share/examples/xcircuit +.if !defined(NOPORTDOCS) + @${MKDIR} ${EXAMPLESDIR} ${TAR} -C ${WRKSRC}/examples --exclude CVS -cf - . | \ - ${TAR} -C ${PREFIX}/share/examples/xcircuit --unlink -xf - + ${TAR} -C ${EXAMPLESDIR} --unlink -xf - + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} +.endif .include diff -urN /usr/ports/cad/xcircuit/distinfo cad/xcircuit/distinfo --- /usr/ports/cad/xcircuit/distinfo Sat May 10 13:19:59 2003 +++ cad/xcircuit/distinfo Mon May 26 21:07:20 2003 @@ -1 +1 @@ -MD5 (xcircuit-2.3.3.tar.gz) = 766a2d86a66c91acc67b4a361a2fe0e3 +MD5 (xcircuit-3.1.15.tar.bz2) = d63a94dc3f8d8437a605fa35ea78abf0 diff -urN /usr/ports/cad/xcircuit/files/patch-Makefile.in cad/xcircuit/files/patch-Makefile.in --- /usr/ports/cad/xcircuit/files/patch-Makefile.in Thu Jan 1 09:00:00 1970 +++ cad/xcircuit/files/patch-Makefile.in Mon May 26 21:57:51 2003 @@ -0,0 +1,34 @@ +--- Makefile.in.orig Tue May 20 00:54:39 2003 ++++ Makefile.in Mon May 26 21:57:18 2003 +@@ -108,7 +108,7 @@ + tmpdir = /tmp + + # Directory for app-defaults file +-appdefaultsdir = $(datadir)/$(PACKAGE)-$(VERSION)/app-defaults ++appdefaultsdir = $(libdir)/X11/app-defaults + + PATHNAMES = -DPROG_VERSION=$(VERSION) \ + -DCAD_DIR=\"$(prefix)\" \ +@@ -143,7 +143,7 @@ + LDDL_FLAGS = @LDDL_FLAGS@ + + # Library directory and files +-librarydir = $(datadir)/$(PACKAGE)-$(VERSION) ++librarydir = $(libdir)/X11/$(PACKAGE) + USER_RC_FILE = .xcircuitrc + PROLOGUE_FILE = xcircps2.pro + BUILTINS_DEP1 = generic.lps +@@ -572,11 +572,11 @@ + + lib/tcl/xcircuit${SHDLIB_EXT}: xcwrap.o ${xcircuit_OBJECTS} + $(RM) lib/xcircuit${SHDLIB_EXT} +- $(CC) ${CFLAGS} -o $@ ${LDDL_FLAGS} xcwrap.o ${xcircuit_OBJECTS} \ ++ $(LD) ${CFLAGS} -o $@ ${LDDL_FLAGS} xcwrap.o ${xcircuit_OBJECTS} \ + ${X_LIBS} ${X_EXTRA_LIBS} ${EXTRA_LIBS} -lc ${LIBS} + + tcl: lib/tcl/xcircuit${SHDLIB_EXT} +- make lib/tcl/xcircuit${SHDLIB_EXT} ++ $(MAKE) lib/tcl/xcircuit${SHDLIB_EXT} + + help.c: menudep.h + menucalls.c: menudep.h diff -urN /usr/ports/cad/xcircuit/files/patch-aa cad/xcircuit/files/patch-aa --- /usr/ports/cad/xcircuit/files/patch-aa Sun Oct 7 00:09:38 2001 +++ cad/xcircuit/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,86 +0,0 @@ -*** Imakefile.orig Fri Sep 7 03:31:47 2001 ---- Imakefile Fri Sep 7 03:44:46 2001 -*************** -*** 28,50 **** - #CCOPTIONS = -O2 - # - # for debugging purposes uncomment the following line: -! CDEBUGFLAGS = -g -! STD_INCLUDES = -I. -I/usr/X11R6/include/X11 - - # The "m4" macro processor is used to generate the man page such that - # the man page reflects the configured options. -! M4 = m4 - - #------------------------------------------------------------------------ - # Installation directories: - # Change the following as desired to suit your environment: - #------------------------------------------------------------------------ - # -! PREFIX = /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles -! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.3 -! XCIRCUIT_BIN_DIR = $(PREFIX)/bin -! XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 - XAPPLRESDIR = ${XCIRCUIT_LIB_DIR}/app-defaults - - #------------------------------------------------------------------------ ---- 28,51 ---- - #CCOPTIONS = -O2 - # - # for debugging purposes uncomment the following line: -! # CDEBUGFLAGS = -g -! STD_INCLUDES = -I. -I$(INCDIR)/X11 -! EXTRA_DEFINES = -DHAVE_DIRENT_H -DHAVE_PUTENV - - # The "m4" macro processor is used to generate the man page such that - # the man page reflects the configured options. -! M4 = gm4 - - #------------------------------------------------------------------------ - # Installation directories: - # Change the following as desired to suit your environment: - #------------------------------------------------------------------------ - # -! # PREFIX = /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles -! XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit -! XCIRCUIT_BIN_DIR = $(BINDIR) -! XCIRCUIT_MAN_DIR = $(MANDIR) - XAPPLRESDIR = ${XCIRCUIT_LIB_DIR}/app-defaults - - #------------------------------------------------------------------------ -*************** -*** 63,69 **** - # Support for background rendering through ghostscript. Change this - # to the path where gs can be found. - # GS_EXEC= /usr/local/src/gs5.50/obj/gs -! GS_EXEC= /usr/bin/gs - - #------------------------------------------------------------------------ - # Window manager bug workaround---If you don't like xcircuit grabbing kbd ---- 64,70 ---- - # Support for background rendering through ghostscript. Change this - # to the path where gs can be found. - # GS_EXEC= /usr/local/src/gs5.50/obj/gs -! GS_EXEC=${LOCALBASE}/bin/gs - - #------------------------------------------------------------------------ - # Window manager bug workaround---If you don't like xcircuit grabbing kbd -*************** -*** 91,97 **** - # Support for embedded Python interpreter - # (requires libpython${PYTHON_VERSION}.a) - # -! #define HAVE_PYTHON - - PYTHON_VERSION=2.1 - PYTHON_LIB_DIR=/usr/local/lib ---- 92,98 ---- - # Support for embedded Python interpreter - # (requires libpython${PYTHON_VERSION}.a) - # -! /* #define HAVE_PYTHON */ - - PYTHON_VERSION=2.1 - PYTHON_LIB_DIR=/usr/local/lib diff -urN /usr/ports/cad/xcircuit/files/patch-ab cad/xcircuit/files/patch-ab --- /usr/ports/cad/xcircuit/files/patch-ab Tue Jul 3 21:33:16 2001 +++ cad/xcircuit/files/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,27 +0,0 @@ -*** xcircuit.c.orig Tue Jun 26 22:34:15 2001 ---- xcircuit.c Sat Jun 30 12:53:00 2001 -*************** -*** 21,26 **** ---- 21,29 ---- - #include - #include - #include /* for unlink() */ -+ #ifdef __FreeBSD__ -+ #include -+ #endif - - #include - #include -*************** -*** 1685,1690 **** ---- 1688,1697 ---- - char *argv0; /* find root of argv[0] */ - short initargc = argc; /* because XtInitialize() absorbs the */ - /* -schem flag and renumbers argc! (bug?) */ -+ -+ #ifdef __FreeBSD__ -+ fpsetmask(0); -+ #endif - - /*-----------------------------------------------------------*/ - /* Find the root of the command called from the command line */ diff -urN /usr/ports/cad/xcircuit/pkg-plist cad/xcircuit/pkg-plist --- /usr/ports/cad/xcircuit/pkg-plist Sun Oct 7 00:09:38 2001 +++ cad/xcircuit/pkg-plist Mon May 26 23:00:03 2003 @@ -1,9 +1,10 @@ bin/xcircuit lib/X11/app-defaults/XCircuit +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/.wishrc lib/X11/xcircuit/analog.lps lib/X11/xcircuit/analoglib2.lps -lib/X11/xcircuit/app-defaults lib/X11/xcircuit/avlsi.lps +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/console.tcl lib/X11/xcircuit/digital.lps lib/X11/xcircuit/fonts/courier.lps lib/X11/xcircuit/fonts/courier.xfe @@ -34,28 +35,76 @@ lib/X11/xcircuit/ic_templates.lps lib/X11/xcircuit/lgf.lps lib/X11/xcircuit/musiclib.lps +%%PYTHON%%%%NOTCLTK%%lib/X11/xcircuit/python/gettext.py +%%PYTHON%%%%NOTCLTK%%lib/X11/xcircuit/python/pagebbox.py +%%PYTHON%%%%NOTCLTK%%lib/X11/xcircuit/python/spice.py +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/a.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/b.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/bd.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/ccw.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/co.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/cp.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/cw.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/d2.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/e.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/fi.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/fx.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/fy.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/i.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/li.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/mk.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/pl.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/pm.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/po2.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/pu2.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/pz.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/q.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/s.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/solid.xbm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/stip12.xbm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/stip25.xbm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/stip38.xbm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/stip50.xbm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/stip62.xbm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/stip75.xbm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/stip88.xbm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/t.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/uj.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/xcircuit.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/yp.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/z4.xpm +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/pixmaps/z5.xpm +lib/X11/xcircuit/quadparts.lps lib/X11/xcircuit/signal.lps -lib/X11/xcircuit/startup.script -lib/X11/xcircuit/xcircps2.pro -share/examples/xcircuit/.xcircuitrc -share/examples/xcircuit/FlareLED.ps -share/examples/xcircuit/FlareLEDtest.ps -share/examples/xcircuit/USAflag.ps -share/examples/xcircuit/analog1.ps -share/examples/xcircuit/analog2.ps -share/examples/xcircuit/analoglib1.lps -share/examples/xcircuit/border.ps -share/examples/xcircuit/diffamp_test.ps -share/examples/xcircuit/envelope.ps -share/examples/xcircuit/fourttest.ps -share/examples/xcircuit/gettext.py -share/examples/xcircuit/loadlgf.py -share/examples/xcircuit/logic8.ps -share/examples/xcircuit/prelude.ps -share/examples/xcircuit/systemd1.lgf -share/examples/xcircuit/test.py -share/examples/xcircuit/threestage.ps -share/examples/xcircuit/vcoblock.ps -@dirrm share/examples/xcircuit +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/tkcon.tcl +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/wrapper.tcl +%%PYTHON%%%%NOTCLTK%%lib/X11/xcircuit/xcircps2.pro +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/xcircuit.so +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/xcircuit.tcl +%%NOTCLTK%%%%NOPYTHON%%lib/X11/xcircuit/startup.script +%%NOPYTHON%%lib/X11/xcircuit/xcircps2.pro +%%PYTHON%%%%NOTCLTK%%lib/X11/xcircuit/xcstartup.py +%%NOPYTHON%%%%TCLTK%%lib/X11/xcircuit/xcstartup.tcl +%%PORTDOCS%%share/examples/xcircuit/.xcircuitrc +%%PORTDOCS%%share/examples/xcircuit/FlareLED.ps +%%PORTDOCS%%share/examples/xcircuit/USAflag.ps +%%PORTDOCS%%share/examples/xcircuit/analog1.ps +%%PORTDOCS%%share/examples/xcircuit/analog2.ps +%%PORTDOCS%%share/examples/xcircuit/analoglib1.lps +%%PORTDOCS%%share/examples/xcircuit/border.ps +%%PORTDOCS%%share/examples/xcircuit/diffamp_test.ps +%%PORTDOCS%%share/examples/xcircuit/diffamp_test2.ps +%%PORTDOCS%%share/examples/xcircuit/envelope.ps +%%PORTDOCS%%share/examples/xcircuit/fourttest.ps +%%PORTDOCS%%share/examples/xcircuit/logic8.ps +%%PORTDOCS%%share/examples/xcircuit/panzoom.py +%%PORTDOCS%%share/examples/xcircuit/prelude.ps +%%PORTDOCS%%share/examples/xcircuit/systemd1.lgf +%%PORTDOCS%%share/examples/xcircuit/test.py +%%PORTDOCS%%share/examples/xcircuit/threestage.ps +%%PORTDOCS%%share/examples/xcircuit/vcoblock.ps +%%PORTDOCS%%@dirrm share/examples/xcircuit +%%PYTHON%%%%NOTCLTK%%@dirrm lib/X11/xcircuit/python +%%NOPYTHON%%%%TCLTK%%@dirrm lib/X11/xcircuit/pixmaps @dirrm lib/X11/xcircuit/fonts @dirrm lib/X11/xcircuit From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 08:00: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 64EEF37B405 for ; Mon, 26 May 2003 08:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE77143F75 for ; Mon, 26 May 2003 08:00:25 -0700 (PDT) (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 h4QF0PUp090268 for ; Mon, 26 May 2003 08:00:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QF0PG8090267; Mon, 26 May 2003 08:00:25 -0700 (PDT) Resent-Date: Mon, 26 May 2003 08:00:25 -0700 (PDT) Resent-Message-Id: <200305261500.h4QF0PG8090267@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 016D937B401 for ; Mon, 26 May 2003 07:54:57 -0700 (PDT) Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5B0443F75 for ; Mon, 26 May 2003 07:54:55 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([219.108.139.227]) by hfep04.dion.ne.jp with SMTP id <20030526145445312.ZHLW@hfep04.dion.ne.jp> for ; Mon, 26 May 2003 23:54:45 +0900 Message-Id: <20030526235354.28ae29a3.tkato@prontomail.com> Date: Mon, 26 May 2003 23:53:54 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52697: Update port: graphics/tulip to 1.2.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, 26 May 2003 15:00:33 -0000 >Number: 52697 >Category: ports >Synopsis: Update port: graphics/tulip to 1.2.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: Mon May 26 08:00:25 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.2.4 New file: files/patch-CirculantGraph.cpp files/patch-IdLabels.cpp files/patch-TlpTools.cpp files/patch-tlprender.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/tulip/Makefile graphics/tulip/Makefile --- /usr/ports/graphics/tulip/Makefile Sat May 17 13:27:13 2003 +++ graphics/tulip/Makefile Mon May 26 17:07:10 2003 @@ -7,13 +7,15 @@ # PORTNAME= tulip -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= graphics -MASTER_SITES= http://dept-info.labri.fr/~auber/projects/tulip/x345/ +MASTER_SITES= http://dept-info.labri.fr/~auber/projects/tulip/x345/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A system dedicated to the visualization of huge graphs +USE_BZIP2= yes USE_QT_VER= 3 QT_NONSTANDARD= yes USE_REINPLACE= yes @@ -28,9 +30,9 @@ INSTALLS_SHLIB= yes CPPFLAGS= -I${LOCALBASE}/include -I${PREFIX}/include \ - -I${QT_PREFIX}/include -DHAVE_DECL_GETOPT + -I${QT_PREFIX}/include -DHAVE_DECL_GETOPT ${PTHREAD_CFLAGS} LDFLAGS= -Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib \ - -ljpeg -L${QT_PREFIX}/lib -lcompat + -ljpeg -L${QT_PREFIX}/lib -lcompat ${PTHREAD_LIBS} post-extract: @${FIND} ${WRKSRC} -name "moc_*" -delete @@ -41,6 +43,8 @@ 's|malloc\.h|stdlib.h|g' @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-ldl||g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' + s|-lpthread||g ; \ + s|-release @VERSION@|| ; \ + s|LDFLAGS = -module|LDFLAGS = @LDFLAGS@ -module|g' .include diff -urN /usr/ports/graphics/tulip/distinfo graphics/tulip/distinfo --- /usr/ports/graphics/tulip/distinfo Sat May 17 13:27:13 2003 +++ graphics/tulip/distinfo Mon May 26 14:30:04 2003 @@ -1 +1 @@ -MD5 (tulip-1.2.3.tar.gz) = 8dc54e902488b23d10cfa905d73dfa6f +MD5 (tulip-1.2.4.tar.bz2) = 84805b9c1230d5dc771ba056624faa47 diff -urN /usr/ports/graphics/tulip/files/patch-CirculantGraph.cpp graphics/tulip/files/patch-CirculantGraph.cpp --- /usr/ports/graphics/tulip/files/patch-CirculantGraph.cpp Thu Jan 1 09:00:00 1970 +++ graphics/tulip/files/patch-CirculantGraph.cpp Mon May 26 14:30:04 2003 @@ -0,0 +1,10 @@ +--- plugins/import/CirculantGraph.cpp.orig Thu Apr 3 04:49:37 2003 ++++ plugins/import/CirculantGraph.cpp Mon May 26 08:01:03 2003 +@@ -1,5 +1,6 @@ ++#include + #include +-#include ++#include + #include + + using namespace std; diff -urN /usr/ports/graphics/tulip/files/patch-FileSystem.cpp graphics/tulip/files/patch-FileSystem.cpp --- /usr/ports/graphics/tulip/files/patch-FileSystem.cpp Sat May 17 13:27:13 2003 +++ graphics/tulip/files/patch-FileSystem.cpp Mon May 26 14:30:03 2003 @@ -1,13 +1,12 @@ ---- plugins/import/FileSystem.cpp.orig Fri Nov 1 00:55:42 2002 -+++ plugins/import/FileSystem.cpp Sun Apr 20 01:10:32 2003 +--- plugins/import/FileSystem.cpp.orig Sat Dec 7 00:39:53 2002 ++++ plugins/import/FileSystem.cpp Mon May 26 01:24:45 2003 @@ -1,8 +1,8 @@ +#include #include --#include -+#include + #include #include #include -#include #include - struct FileSystem:public ImportModule + using namespace std; diff -urN /usr/ports/graphics/tulip/files/patch-IdLabels.cpp graphics/tulip/files/patch-IdLabels.cpp --- /usr/ports/graphics/tulip/files/patch-IdLabels.cpp Thu Jan 1 09:00:00 1970 +++ graphics/tulip/files/patch-IdLabels.cpp Mon May 26 14:30:03 2003 @@ -0,0 +1,9 @@ +--- plugins/string/IdLabels.cpp.orig Thu Apr 10 21:57:47 2003 ++++ plugins/string/IdLabels.cpp Mon May 26 10:27:11 2003 +@@ -1,5 +1,6 @@ + //-*-c++-*- + #include ++#include + #include + using namespace std; + diff -urN /usr/ports/graphics/tulip/files/patch-TemplateFactory.cxx graphics/tulip/files/patch-TemplateFactory.cxx --- /usr/ports/graphics/tulip/files/patch-TemplateFactory.cxx Sat May 17 13:27:14 2003 +++ graphics/tulip/files/patch-TemplateFactory.cxx Mon May 26 14:31:45 2003 @@ -1,11 +1,20 @@ ---- library/tulip/include/tulip/cxx/TemplateFactory.cxx.orig Sat Nov 9 02:52:54 2002 -+++ library/tulip/include/tulip/cxx/TemplateFactory.cxx Sat Apr 19 23:03:33 2003 -@@ -39,7 +39,7 @@ - else - { - createObj =(func) dlsym(handle, "_creator"); -- if ((error=dlerror())!=0) -+ if ((error=(char*)dlerror())!=0) - { - dlclose(handle); - if (loader!=0) loader->aborted(std::string(namelist[n]->d_name),std::string(error)); +--- library/tulip/include/tulip/cxx/TemplateFactory.cxx.orig Wed Apr 2 23:46:09 2003 ++++ library/tulip/include/tulip/cxx/TemplateFactory.cxx Mon May 26 14:31:29 2003 +@@ -13,7 +13,7 @@ + #include + + //implemented in TlpTools.cpp +-int __tulip_selectSO(const struct dirent *ent); ++int __tulip_selectSO(struct dirent *ent); + + template + bool TemplateFactory::exists(const std::string &pluginName) { +@@ -43,7 +43,7 @@ + } + else { + createObj =(func) dlsym(handle, "_creator"); +- if ((error=dlerror())!=0) { ++ if ((error=(char*)dlerror())!=0) { + dlclose(handle); + if (loader!=0) loader->aborted(std::string(namelist[n]->d_name),std::string(error)); + } diff -urN /usr/ports/graphics/tulip/files/patch-TlpTools.cpp graphics/tulip/files/patch-TlpTools.cpp --- /usr/ports/graphics/tulip/files/patch-TlpTools.cpp Thu Jan 1 09:00:00 1970 +++ graphics/tulip/files/patch-TlpTools.cpp Mon May 26 14:32:38 2003 @@ -0,0 +1,11 @@ +--- library/tulip/src/TlpTools.cpp.orig Wed Apr 2 23:46:09 2003 ++++ library/tulip/src/TlpTools.cpp Mon May 26 14:32:25 2003 +@@ -36,7 +36,7 @@ + } + //========================================================= + // accepts only file names ending with ".so" +-int __tulip_selectSO(const struct dirent *ent) { ++int __tulip_selectSO(struct dirent *ent) { + const char *SO = ".so"; + int idx = strlen(ent->d_name) - 3; + if (idx < 0) return 0; diff -urN /usr/ports/graphics/tulip/files/patch-tlprender.cpp graphics/tulip/files/patch-tlprender.cpp --- /usr/ports/graphics/tulip/files/patch-tlprender.cpp Thu Jan 1 09:00:00 1970 +++ graphics/tulip/files/patch-tlprender.cpp Mon May 26 14:30:04 2003 @@ -0,0 +1,44 @@ +--- software/tlprender/src/tlprender.cpp.orig Tue Apr 8 18:34:14 2003 ++++ software/tlprender/src/tlprender.cpp Mon May 26 10:46:44 2003 +@@ -8,6 +8,9 @@ + #include + + #include ++#ifdef __FreeBSD__ ++#include ++#endif + #include + /* from man 3 basename, #include . However we want to use GNU's basename. + * see: info libc, libgen.h and string.h for more information. libgen.h is required for dirname, +@@ -54,7 +57,9 @@ + static const int BUFFERSIZE(64 * 1024 * 1024); + static GLfloat *buffer; + ++#ifdef HAVE_ON_EXIT + static void exitManager(int, void *); ++#endif + static void parseCommandLine(int, char **); + static void help() __attribute__ ((noreturn)); + +@@ -318,7 +323,9 @@ + /***************************************************************************************************/ + int main (int argc, char **argv) + { ++#ifdef HAVE_ON_EXIT + on_exit(exitManager, NULL); ++#endif + + parseCommandLine(argc, argv); + +@@ -401,9 +408,11 @@ + /* + * + */ ++#ifdef HAVE_ON_EXIT + void exitManager(int exitStatus, void *arg) + { + } ++#endif + + /* + * command line parser and help() functions below this line, nothing else should be added after diff -urN /usr/ports/graphics/tulip/pkg-plist graphics/tulip/pkg-plist --- /usr/ports/graphics/tulip/pkg-plist Sat May 17 13:27:14 2003 +++ graphics/tulip/pkg-plist Mon May 26 14:30:04 2003 @@ -1,7 +1,10 @@ bin/Tulip bin/tlprender bin/tulip-config +include/tulip/Array.h include/tulip/Bezier.h +include/tulip/Camera.h +include/tulip/Circle.h include/tulip/Cluster.h include/tulip/Clustering.h include/tulip/Color.h @@ -14,9 +17,11 @@ include/tulip/GlFonts.h include/tulip/GlGraph.h include/tulip/GlGraphStrategy.h +include/tulip/GlGraphWidget.h include/tulip/GlLines.h include/tulip/Glyph.h include/tulip/GraphIterator.h +include/tulip/GraphMeasure.h include/tulip/IdManager.h include/tulip/ImportModule.h include/tulip/Int.h @@ -24,11 +29,15 @@ include/tulip/Iterator.h include/tulip/Layout.h include/tulip/LayoutProxy.h +include/tulip/MapIterator.h +include/tulip/Matrix.h include/tulip/MetaGraph.h include/tulip/MetaGraphProxy.h include/tulip/MethodFactory.h include/tulip/Metric.h include/tulip/MetricProxy.h +include/tulip/MouseInterface.h +include/tulip/MouseObject.h include/tulip/Observable.h include/tulip/Plugin.h include/tulip/PluginContext.h @@ -38,12 +47,18 @@ include/tulip/Property.h include/tulip/PropertyProxy.h include/tulip/PropertyProxyContainer.h +include/tulip/PropertyWidgets.h +include/tulip/Rectangle.h include/tulip/Reflect.h include/tulip/Selection.h include/tulip/SelectionProxy.h +include/tulip/SimpleVector.h include/tulip/Size.h include/tulip/Sizes.h include/tulip/SizesProxy.h +include/tulip/Spline.h +include/tulip/StableIterator.h +include/tulip/StlFunctions.h include/tulip/StlIterator.h include/tulip/String.h include/tulip/StringProxy.h @@ -54,17 +69,28 @@ include/tulip/SuperGraphView.h include/tulip/TemplateFactory.h include/tulip/TlpTools.h +include/tulip/TulipElementProperties.h +include/tulip/TulipElementPropertiesData.h include/tulip/TulipPlugin.h include/tulip/TypeConverter.h include/tulip/Types.h +include/tulip/Vector.h include/tulip/WithParameter.h +include/tulip/cxx/Array.cxx +include/tulip/cxx/Circle.cxx +include/tulip/cxx/Matrix.cxx include/tulip/cxx/PropertyProxy.cxx include/tulip/cxx/PropertyProxyContainer.cxx include/tulip/cxx/Reflect.cxx include/tulip/cxx/TemplateFactory.cxx +include/tulip/cxx/Vector.cxx +include/tulip/tulipconf.h lib/libtulip-ogl.a lib/libtulip-ogl.so lib/libtulip-ogl.so.0 +lib/libtulip-qt.a +lib/libtulip-qt.so +lib/libtulip-qt.so.0 lib/libtulip.a lib/libtulip.so lib/libtulip.so.0 @@ -82,8 +108,11 @@ lib/tlp/plugins/clustering/quotientclustering.so lib/tlp/plugins/clustering/segment.so lib/tlp/plugins/clustering/sizen.so +lib/tlp/plugins/clustering/strength.so lib/tlp/plugins/colors/histogrammapping.so lib/tlp/plugins/colors/linearmapping.so +lib/tlp/plugins/colors/uniformquantif.so +lib/tlp/plugins/designer/libTulipWidgets.so lib/tlp/plugins/export/generic.so lib/tlp/plugins/export/gml.so lib/tlp/plugins/export/tlp.so @@ -93,6 +122,7 @@ lib/tlp/plugins/glyph/cylinder.so lib/tlp/plugins/glyph/sphere.so lib/tlp/plugins/import/adjacencymatrix.so +lib/tlp/plugins/import/circulant.so lib/tlp/plugins/import/completebinary.so lib/tlp/plugins/import/completegraph.so lib/tlp/plugins/import/filesystem.so @@ -108,6 +138,7 @@ lib/tlp/plugins/layout/conetree.so lib/tlp/plugins/layout/conetreeextended.so lib/tlp/plugins/layout/gem.so +lib/tlp/plugins/layout/gem3d.so lib/tlp/plugins/layout/generalgraph.so lib/tlp/plugins/layout/generalgraph3d.so lib/tlp/plugins/layout/generalgraphbox.so @@ -116,6 +147,7 @@ lib/tlp/plugins/layout/sugiyama.so lib/tlp/plugins/layout/treeleaf.so lib/tlp/plugins/layout/treemap.so +lib/tlp/plugins/layout/treeortho.so lib/tlp/plugins/layout/treeradial.so lib/tlp/plugins/layout/treereingold.so lib/tlp/plugins/layout/treereingoldextended.so @@ -137,15 +169,22 @@ lib/tlp/plugins/metric/spreadinginterpolation.so lib/tlp/plugins/metric/strahler.so lib/tlp/plugins/metric/strahlerall.so +lib/tlp/plugins/metric/strength.so lib/tlp/plugins/metric/strongcomponnet.so lib/tlp/plugins/metric/treearitymax.so lib/tlp/plugins/metric/viennot.so lib/tlp/plugins/selection/inducedsubgraph.so +lib/tlp/plugins/selection/labelselection.so +lib/tlp/plugins/selection/loopselection.so +lib/tlp/plugins/selection/multipleselection.so lib/tlp/plugins/selection/reachable.so lib/tlp/plugins/selection/spanningdag.so lib/tlp/plugins/selection/spanningtree.so lib/tlp/plugins/sizes/AutoSize.so lib/tlp/plugins/sizes/fittolabels.so +lib/tlp/plugins/string/idlabels.so +share/aclocal/tulip.m4 +@dirrm lib/tlp/plugins/string @dirrm lib/tlp/plugins/sizes @dirrm lib/tlp/plugins/selection @dirrm lib/tlp/plugins/metric @@ -153,6 +192,7 @@ @dirrm lib/tlp/plugins/import @dirrm lib/tlp/plugins/glyph @dirrm lib/tlp/plugins/export +@dirrm lib/tlp/plugins/designer @dirrm lib/tlp/plugins/colors @dirrm lib/tlp/plugins/clustering @dirrm lib/tlp/plugins >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 08:00: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 6724D37B407 for ; Mon, 26 May 2003 08:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EF8E43FE1 for ; Mon, 26 May 2003 08:00:28 -0700 (PDT) (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 h4QF0SUp090317 for ; Mon, 26 May 2003 08:00:28 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QF0S5h090316; Mon, 26 May 2003 08:00:28 -0700 (PDT) Resent-Date: Mon, 26 May 2003 08:00:28 -0700 (PDT) Resent-Message-Id: <200305261500.h4QF0S5h090316@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, "Miguel Mendez" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D77637B401 for ; Mon, 26 May 2003 07:58:40 -0700 (PDT) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EF9E43F75 for ; Mon, 26 May 2003 07:58:31 -0700 (PDT) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [192.168.100.1]) by mindfields.energyhq.es.eu.org (Postfix) with ESMTP id 99FB930283 for ; Mon, 26 May 2003 16:57:52 +0200 (CEST) Message-Id: 1053961067@scienide.energyhq.es.eu.org Date: Mon, 26 May 2003 16:57:55 +0200 From: "Miguel Mendez" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: gtk-send-pr 0.1 Subject: ports/52700: [Maintainer Update] games/scummvm to 0.4.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, 26 May 2003 15:00:35 -0000 >Number: 52700 >Category: ports >Synopsis: [Maintainer Update] games/scummvm to 0.4.1 >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 May 26 08:00:28 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD scienide.energyhq.es.eu.org 5.1-BETA FreeBSD 5.1-BETA #0: Thu May 22 10:34:47 CEST 2003 root@scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE i386 >Description: Release Name: 0.4.1 Notes: - Added AdvMame3x filter - Fixed crash in Curse of Monkey Island (and possibly other games as well) - Fixed airport doors in Zak256 - Fixed crash in SDL backend - Fixed various iMuse bugs >How-To-Repeat: >Fix: --- scummvm.diff begins here --- diff -ruN scummvm.old/Makefile scummvm/Makefile --- scummvm.old/Makefile Wed May 14 00:05:31 2003 +++ scummvm/Makefile Mon May 26 16:38:40 2003 @@ -6,7 +6,7 @@ # PORTNAME= scummvm -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= games emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN scummvm.old/distinfo scummvm/distinfo --- scummvm.old/distinfo Wed May 14 00:05:31 2003 +++ scummvm/distinfo Mon May 26 16:40:17 2003 @@ -1 +1 @@ -MD5 (scummvm-0.4.0.tar.bz2) = 590bd433171489cb874bbd686b296fe1 +MD5 (scummvm-0.4.1.tar.bz2) = a66d3055c03bd2a0f612f483ecd05fe9 --- scummvm.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 09: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 306B237B401 for ; Mon, 26 May 2003 09:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03BD943FA3 for ; Mon, 26 May 2003 09:20:01 -0700 (PDT) (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 h4QGK0Up099905 for ; Mon, 26 May 2003 09:20:00 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QGK0k2099904; Mon, 26 May 2003 09:20:00 -0700 (PDT) Resent-Date: Mon, 26 May 2003 09:20:00 -0700 (PDT) Resent-Message-Id: <200305261620.h4QGK0k2099904@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, Jonathan Belson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA8E37B401 for ; Mon, 26 May 2003 09:18:45 -0700 (PDT) Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85A1A43FA3 for ; Mon, 26 May 2003 09:18:44 -0700 (PDT) (envelope-from mustek@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 4.14) id 19KKgM-000Mou-Or for FreeBSD-gnats-submit@freebsd.org; Mon, 26 May 2003 17:18:42 +0100 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) h4QGIgCl020885 for ; Mon, 26 May 2003 17:18:42 +0100 (BST) (envelope-from mustek@dogma.freebsd-uk.eu.org) Received: (from mustek@localhost) by dogma.freebsd-uk.eu.org (8.12.6/8.12.6/Submit) id h4QGIcsm020884; Mon, 26 May 2003 17:18:38 +0100 (BST) Message-Id: <200305261618.h4QGIcsm020884@dogma.freebsd-uk.eu.org> Date: Mon, 26 May 2003 17:18:38 +0100 (BST) From: Jonathan Belson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52701: New port: Java program to graphically display disk usage statistics X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jonathan Belson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 16:20:02 -0000 >Number: 52701 >Category: ports >Synopsis: New port: Java program to graphically display disk usage statistics >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 May 26 09:20:00 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jonathan Belson >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD dogma 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 9 19:04:47 GMT 2002 ljohns@dogma:/usr/obj/usr/src/sys/DOGMA i386 >Description: JDiskReport enables you to understand how much space the files and directories consume on your disk drives, and it helps you find obsolete files and folders. >How-To-Repeat: >Fix: Port tested under -STABLE and 5.0-RELEASE. Shell archive follows: # 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: # # jdiskreport # jdiskreport/files # jdiskreport/files/jdiskreport.sh # jdiskreport/Makefile # jdiskreport/distinfo # jdiskreport/pkg-plist # jdiskreport/pkg-descr # echo c - jdiskreport mkdir -p jdiskreport > /dev/null 2>&1 echo c - jdiskreport/files mkdir -p jdiskreport/files > /dev/null 2>&1 echo x - jdiskreport/files/jdiskreport.sh sed 's/^X//' >jdiskreport/files/jdiskreport.sh << 'END-of-jdiskreport/files/jdiskreport.sh' X#! /bin/sh X# $FreeBSD$ XJDISKDIR="%%JDISKDIR%%" XJAVAVM="%%JAVAVM%%" X X$JAVAVM -jar "$JDISKDIR/jdiskreport.jar" END-of-jdiskreport/files/jdiskreport.sh echo x - jdiskreport/Makefile sed 's/^X//' >jdiskreport/Makefile << 'END-of-jdiskreport/Makefile' X# New ports collection makefile for: jdiskreport X# Date created: 26th May 2003 X# Whom: jon@witchspace.com X# X# $FreeBSD$ X# X XPORTNAME= jdiskreport XPORTVERSION= 1.1 XCATEGORIES= sysutils java XMASTER_SITES= http://www.jGoodies.com/download/${PORTNAME}/ XDISTNAME= ${PORTNAME}-${PORTVERSION:S,.,_,g} X XMAINTAINER= jon@witchspace.com XCOMMENT= Java program to graphically display disk usage statistics X XRUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper X XUSE_ZIP= YES XUSE_JAVA= 1.3 X XPLIST_SUB= JDISKDIR=${JDISKDIR:S,${PREFIX}/,,g} XJAVAVM?= ${LOCALBASE}/bin/javavm XJDISKDIR?= ${PREFIX}/lib/jdiskreport X Xdo-build: X @cd ${WRKDIR} X @${SED} -e 's,%%JDISKDIR%%,${JDISKDIR},g' \ X -e 's,%%JAVAVM%%,${JAVAVM},g' ${FILESDIR}/jdiskreport.sh \ X > ${WRKDIR}/jdiskreport X Xdo-install: X @${INSTALL_SCRIPT} ${WRKDIR}/jdiskreport ${PREFIX}/bin X -@${MKDIR} ${JDISKDIR} X @${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/jdiskreport.jar ${JDISKDIR} X X.include END-of-jdiskreport/Makefile echo x - jdiskreport/distinfo sed 's/^X//' >jdiskreport/distinfo << 'END-of-jdiskreport/distinfo' XMD5 (jdiskreport-1_1.zip) = f92e8e5f5a0d541d7e661db9ace01b71 END-of-jdiskreport/distinfo echo x - jdiskreport/pkg-plist sed 's/^X//' >jdiskreport/pkg-plist << 'END-of-jdiskreport/pkg-plist' Xbin/jdiskreport X%%JDISKDIR%%/jdiskreport.jar X@dirrm %%JDISKDIR%% END-of-jdiskreport/pkg-plist echo x - jdiskreport/pkg-descr sed 's/^X//' >jdiskreport/pkg-descr << 'END-of-jdiskreport/pkg-descr' XJDiskReport enables you to understand how much space the files Xand directories consume on your disk drives, and it helps you Xfind obsolete files and folders. X XWWW: http://www.jgoodies.com/freeware/jdiskreport/ END-of-jdiskreport/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 09:50: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 2072E37B401 for ; Mon, 26 May 2003 09:50:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13FAB43F75 for ; Mon, 26 May 2003 09:50:06 -0700 (PDT) (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 h4QGo5Up001060 for ; Mon, 26 May 2003 09:50:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QGo5eo001059; Mon, 26 May 2003 09:50:05 -0700 (PDT) Resent-Date: Mon, 26 May 2003 09:50:05 -0700 (PDT) Resent-Message-Id: <200305261650.h4QGo5eo001059@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, jon@witchspace.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C531037B401 for ; Mon, 26 May 2003 09:42:21 -0700 (PDT) Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FB5943F75 for ; Mon, 26 May 2003 09:42:21 -0700 (PDT) (envelope-from mustek@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 4.14) id 19KL3E-000NHi-9m for FreeBSD-gnats-submit@freebsd.org; Mon, 26 May 2003 17:42:20 +0100 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) h4QGgJCl021142 for ; Mon, 26 May 2003 17:42:19 +0100 (BST) (envelope-from mustek@dogma.freebsd-uk.eu.org) Received: (from mustek@localhost) by dogma.freebsd-uk.eu.org (8.12.6/8.12.6/Submit) id h4QGgJVu021141; Mon, 26 May 2003 17:42:19 +0100 (BST) Message-Id: <200305261642.h4QGgJVu021141@dogma.freebsd-uk.eu.org> Date: Mon, 26 May 2003 17:42:19 +0100 (BST) From: jon@witchspace.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52702: Updated port: (very trivial) patch to fix graphics/landscape X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jon@witchspace.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 16:50:07 -0000 >Number: 52702 >Category: ports >Synopsis: Updated port: (very trivial) patch to fix graphics/landscape >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 May 26 09:50:05 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jonathan Belson >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD dogma 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 9 19:04:47 GMT 2002 ljohns@dogma:/usr/obj/usr/src/sys/DOGMA i386 >Description: The file which broke the build under qt3.1 isn't even used...this patch removes it from the project. >How-To-Repeat: >Fix: Place this patch in graphics/landscape/files: ---------------------- start of patch ---------------------------------------- --- landscape.pro.orig Wed May 7 11:22:02 2003 +++ landscape.pro Wed May 7 11:22:13 2003 @@ -9,7 +9,6 @@ windows/unix/widget_perlin2.ui \ windows/unix/widget_multifractal.ui \ windows/unix/widget_synthesis.ui \ - windows/unix/widget_subdivision.ui \ windows/unix/widget_atmospherics.ui \ windows/unix/widget_clouds.ui \ windows/unix/widget_lighting.ui \ ------------------------ end of patch ------------------------------------- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 10:10: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 CA5C137B401 for ; Mon, 26 May 2003 10:10:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D395C43F85 for ; Mon, 26 May 2003 10:10:10 -0700 (PDT) (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 h4QHAAUp004949 for ; Mon, 26 May 2003 10:10:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QHAAlf004948; Mon, 26 May 2003 10:10:10 -0700 (PDT) Resent-Date: Mon, 26 May 2003 10:10:10 -0700 (PDT) Resent-Message-Id: <200305261710.h4QHAAlf004948@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, huntting@glarp.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5079137B404; Mon, 26 May 2003 10:03:16 -0700 (PDT) Received: from hunkular.glarp.com (home-dhcp6-127.Colorado.EDU [198.11.22.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9433443F3F; Mon, 26 May 2003 10:03:15 -0700 (PDT) (envelope-from huntting@hunkular.glarp.com) Received: from hunkular.glarp.com (localhost [127.0.0.1]) by hunkular.glarp.com (8.12.6/8.12.6) with ESMTP id h4QH3lHb027708; Mon, 26 May 2003 11:03:47 -0600 (MDT) (envelope-from huntting@hunkular.glarp.com) Message-Id: <200305261703.h4QH3lHb027708@hunkular.glarp.com> Date: Mon, 26 May 2003 11:03:47 -0600 From: Brad Huntting Sender: huntting@glarp.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ports@FreeBSD.org cc: huntting@glarp.com Subject: ports/52703: hpijs duplex bug (fixed in rev 1.4) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: huntting@glarp.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 17:10:12 -0000 >Number: 52703 >Category: ports >Synopsis: hpijs duplex bug (fixed in rev 1.4) >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 May 26 10:10:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Brad Huntting >Release: FreeBSD 5.0-RELEASE i386 >Organization: University of Colorado >Environment: System: FreeBSD hunkular.glarp.com 5.0-RELEASE FreeBSD 5.0-RELEASE #3: Sat May 10 19:52:36 MDT 2003 root@hunkular.glarp.com:/usr/src/sys/i386/compile/HUNKULAR i386 The hardware is a generic PC using an HP5550 ink jet printer (attached via USB) with the (optional) two-sided printing attachment. I'm using ghostscript version 7.05 and 'apsfilter'. >Description: Most (all?) documents with an odd number of pages hang up the printer; leaving the last page in the duplexer. The workaround has been to power off the printer which causes it to spit out the last page. I noticed on an hpijs discussion lists that someone else had experienced this problem using RedHat 7.something. >How-To-Repeat: You can probably repeat this by getting an HP inkjet printer with duplexer, then using hpijs 1.3 and ghostscript 7, print a one page document. The printer should hang with the paper logged in the duplexer. >Fix: Upgrading to hpijs version 1.4 appears to have fixed this problem for me. (Without changing anything else on my system, jobs which consistantly hung the printer before now work perfectly.) No new patches are required for the port, but the current "malloc.h -> stdlib.h" patch (which is embeded in the Makefile) is still needed. Hence, the 'patch' for this problem/upgrade is simply: diff -ur /usr/ports/print/hpijs/Makefile /home/huntting/src/hpijs/Makefile --- /usr/ports/print/hpijs/Makefile.orig Thu Feb 20 11:55:45 2003 +++ /usr/ports/print/hpijs/Makefile Mon May 26 10:38:40 2003 @@ -6,7 +6,7 @@ # PORTNAME= hpijs -PORTVERSION= 1.3.1 +PORTVERSION= 1.4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hpinkjet Thanx much, brad P.S. Sorry for being so long winded. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 10:59: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 C01A837B401; Mon, 26 May 2003 10:59:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F62F43F85; Mon, 26 May 2003 10:59:43 -0700 (PDT) (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 h4QHxhUp006722; Mon, 26 May 2003 10:59:43 -0700 (PDT) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QHxhEb006718; Mon, 26 May 2003 10:59:43 -0700 (PDT) Date: Mon, 26 May 2003 10:59:43 -0700 (PDT) From: Adam Weinberger Message-Id: <200305261759.h4QHxhEb006718@freefall.freebsd.org> To: adamw@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, adamw@FreeBSD.org Subject: Re: ports/52690: [Maintainer update] sysutils/thefish to 0.3.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, 26 May 2003 17:59:44 -0000 Synopsis: [Maintainer update] sysutils/thefish to 0.3.5 Responsible-Changed-From-To: freebsd-ports-bugs->adamw Responsible-Changed-By: adamw Responsible-Changed-When: Mon May 26 10:59:31 PDT 2003 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52690 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 11:00: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 C35CD37B401; Mon, 26 May 2003 11:00:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6219243F3F; Mon, 26 May 2003 11:00:01 -0700 (PDT) (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 h4QI01Up006781; Mon, 26 May 2003 11:00:01 -0700 (PDT) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QI01Ax006777; Mon, 26 May 2003 11:00:01 -0700 (PDT) Date: Mon, 26 May 2003 11:00:01 -0700 (PDT) From: Adam Weinberger Message-Id: <200305261800.h4QI01Ax006777@freefall.freebsd.org> To: adamw@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, adamw@FreeBSD.org Subject: Re: ports/52700: [Maintainer Update] games/scummvm to 0.4.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, 26 May 2003 18:00:02 -0000 Synopsis: [Maintainer Update] games/scummvm to 0.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->adamw Responsible-Changed-By: adamw Responsible-Changed-When: Mon May 26 10:59:50 PDT 2003 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52700 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 11: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 3BDC837B401 for ; Mon, 26 May 2003 11:30:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3590843F85 for ; Mon, 26 May 2003 11:30:10 -0700 (PDT) (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 h4QIUAUp014029 for ; Mon, 26 May 2003 11:30:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QIUA0I014028; Mon, 26 May 2003 11:30:10 -0700 (PDT) Resent-Date: Mon, 26 May 2003 11:30:10 -0700 (PDT) Resent-Message-Id: <200305261830.h4QIUA0I014028@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 Stocker Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE7CD37B401 for ; Mon, 26 May 2003 11:25:53 -0700 (PDT) Received: from Twoflower.liebende.de (p50867016.dip.t-dialin.net [80.134.112.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1698C43F75 for ; Mon, 26 May 2003 11:25:51 -0700 (PDT) (envelope-from jstocker@Twoflower.liebende.de) Received: from Twoflower.liebende.de (localhost [127.0.0.1]) by Twoflower.liebende.de (8.12.9/8.12.9) with ESMTP id h4QIPL7S007773 for ; Mon, 26 May 2003 20:25:21 +0200 (CEST) (envelope-from jstocker@Twoflower.liebende.de) Received: (from root@localhost) by Twoflower.liebende.de (8.12.9/8.12.9/Submit) id h4QIPIbD007772; Mon, 26 May 2003 20:25:18 +0200 (CEST) Message-Id: <200305261825.h4QIPIbD007772@Twoflower.liebende.de> Date: Mon, 26 May 2003 20:25:18 +0200 (CEST) From: Jan Stocker To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52704: MAINTAINER-UPDATE: games/crimson 0.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jan Stocker List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 18:30:11 -0000 >Number: 52704 >Category: ports >Synopsis: MAINTAINER-UPDATE: games/crimson 0.3.3 >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: Mon May 26 11:30:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jan Stocker >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: Update to 0.3.3 should fix audio problems on big-endian systems >How-To-Repeat: >Fix: diff -urN games/crimson.orig/Makefile games/crimson/Makefile --- games/crimson.orig/Makefile Sun May 18 20:50:42 2003 +++ games/crimson/Makefile Mon May 26 20:02:48 2003 @@ -5,7 +5,7 @@ # $FreeBSD: ports/games/crimson/Makefile,v 1.14 2003/05/18 18:50:42 arved Exp $ PORTNAME= crimson -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= games MASTER_SITES= http://www.lanipage.de/jens/crimson/ PKGNAMESUFFIX= -fields diff -urN games/crimson.orig/distinfo games/crimson/distinfo --- games/crimson.orig/distinfo Sun May 18 16:19:24 2003 +++ games/crimson/distinfo Mon May 26 20:04:07 2003 @@ -1 +1 @@ -MD5 (crimson-0.3.2.tar.bz2) = eec50395cda0cb9698465f22c4f37ef0 +MD5 (crimson-0.3.3.tar.bz2) = ee0d757c8560fdd1ff562e65acebfa97 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 11: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 D8FC437B401 for ; Mon, 26 May 2003 11:40:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E0E43F85 for ; Mon, 26 May 2003 11:40:10 -0700 (PDT) (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 h4QIeAUp014359 for ; Mon, 26 May 2003 11:40:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QIeA9v014358; Mon, 26 May 2003 11:40:10 -0700 (PDT) Resent-Date: Mon, 26 May 2003 11:40:10 -0700 (PDT) Resent-Message-Id: <200305261840.h4QIeA9v014358@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 A0A7437B401 for ; Mon, 26 May 2003 11:34:38 -0700 (PDT) Received: from dask.thegler.dk (dask.thegler.dk [212.242.93.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id F20B143F75 for ; Mon, 26 May 2003 11:34:37 -0700 (PDT) (envelope-from lth@dask.thegler.dk) Received: by dask.thegler.dk (Postfix, from userid 1001) id 16D153E4E; Mon, 26 May 2003 20:34:35 +0200 (CEST) Message-Id: <20030526183435.16D153E4E@dask.thegler.dk> Date: Mon, 26 May 2003 20:34:35 +0200 (CEST) From: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52705: Update of net/p5-Net-SNMP to 4.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lars Thegler List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 18:40:12 -0000 >Number: 52705 >Category: ports >Synopsis: Update of net/p5-Net-SNMP to 4.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 May 26 11:40:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD dask.thegler.dk 4.7-STABLE FreeBSD 4.7-STABLE #8: Sun Feb 9 10:50:10 CET 2003 root@dask.thegler.dk:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update of the net/p5-Net-SNMP port to version 4.1.0. >How-To-Repeat: >Fix: --- p5-Net-SNMP.diff begins here --- diff -ruN /usr/ports/net/p5-Net-SNMP/Makefile p5-Net-SNMP/Makefile --- /usr/ports/net/p5-Net-SNMP/Makefile Mon Feb 24 07:03:48 2003 +++ p5-Net-SNMP/Makefile Sun May 25 15:33:14 2003 @@ -6,8 +6,7 @@ # PORTNAME= Net-SNMP -PORTVERSION= 4.0.3 -PORTREVISION= 1 +PORTVERSION= 4.1.0 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net diff -ruN /usr/ports/net/p5-Net-SNMP/distinfo p5-Net-SNMP/distinfo --- /usr/ports/net/p5-Net-SNMP/distinfo Wed Oct 23 10:43:29 2002 +++ p5-Net-SNMP/distinfo Sun May 25 15:34:28 2003 @@ -1 +1 @@ -MD5 (Net-SNMP-4.0.3.tar.gz) = 88a1f361092bfb560b629e61db4f0da3 +MD5 (Net-SNMP-4.1.0.tar.gz) = aefdd5a7235fc1c81e42a3b72f1d4506 --- p5-Net-SNMP.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 12:20: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 72B6537B419; Mon, 26 May 2003 12:20:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD9643F75; Mon, 26 May 2003 12:20:59 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4QJKwUp019803; Mon, 26 May 2003 12:20:58 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QJKw3o019799; Mon, 26 May 2003 12:20:58 -0700 (PDT) Date: Mon, 26 May 2003 12:20:58 -0700 (PDT) From: Christian Weisgerber Message-Id: <200305261920.h4QJKw3o019799@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ume@FreeBSD.org Subject: Re: ports/52692: While installing cyrus-sasl2 from ports, it goes into verifying install loop X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 19:20:59 -0000 Synopsis: While installing cyrus-sasl2 from ports, it goes into verifying install loop Responsible-Changed-From-To: freebsd-ports-bugs->ume Responsible-Changed-By: naddy Responsible-Changed-When: Mon May 26 12:20:45 PDT 2003 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=52692 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 12:23: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 E741A37B401; Mon, 26 May 2003 12:23:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E18443F3F; Mon, 26 May 2003 12:23:02 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4QJN2Up019871; Mon, 26 May 2003 12:23:02 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QJN28H019867; Mon, 26 May 2003 12:23:02 -0700 (PDT) Date: Mon, 26 May 2003 12:23:02 -0700 (PDT) From: Christian Weisgerber Message-Id: <200305261923.h4QJN28H019867@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, naddy@FreeBSD.org Subject: Re: ports/52667: Update port: net/cvsync 0.21.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, 26 May 2003 19:23:03 -0000 Synopsis: Update port: net/cvsync 0.21.1 Responsible-Changed-From-To: freebsd-ports-bugs->naddy Responsible-Changed-By: naddy Responsible-Changed-When: Mon May 26 12:22:30 PDT 2003 Responsible-Changed-Why: I'll handle this on ports thaw http://www.freebsd.org/cgi/query-pr.cgi?pr=52667 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 13:00: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 9C34637B401 for ; Mon, 26 May 2003 13:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8210043FF5 for ; Mon, 26 May 2003 13:00:29 -0700 (PDT) (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 h4QK0TUp020852 for ; Mon, 26 May 2003 13:00:29 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QK0TBC020851; Mon, 26 May 2003 13:00:29 -0700 (PDT) Resent-Date: Mon, 26 May 2003 13:00:29 -0700 (PDT) Resent-Message-Id: <200305262000.h4QK0TBC020851@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 Neyman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E13EF37B401 for ; Mon, 26 May 2003 12:52:47 -0700 (PDT) Received: from vagabond.auriga.ru (vagabond.auriga.ru [80.240.102.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0949243FA3 for ; Mon, 26 May 2003 12:52:47 -0700 (PDT) (envelope-from avn@vagabond.auriga.ru) Received: from vagabond.auriga.ru (localhost [127.0.0.1]) by vagabond.auriga.ru (8.12.9/8.12.9) with ESMTP id h4QJqfd7007044 for ; Mon, 26 May 2003 23:52:46 +0400 (MSD) (envelope-from avn@vagabond.auriga.ru) Received: (from avn@localhost) by vagabond.auriga.ru (8.12.9/8.12.9/Submit) id h4QJqUVN007043; Mon, 26 May 2003 23:52:30 +0400 (MSD) Message-Id: <200305261952.h4QJqUVN007043@vagabond.auriga.ru> Date: Mon, 26 May 2003 23:52:30 +0400 (MSD) From: Alexey Neyman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52706: bsd.port.mk issues warning if a site is explicitly declared :DEFAULT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexey Neyman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 20:00:30 -0000 >Number: 52706 >Category: ports >Synopsis: bsd.port.mk issues warning if a site is explicitly declared :DEFAULT >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 May 26 13:00:26 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alexey Neyman >Release: FreeBSD 5.1-BETA i386 >Organization: Auriga, Inc. >Environment: System: FreeBSD vagabond.auriga.ru 5.1-BETA FreeBSD 5.1-BETA #0: Mon May 26 09:27:25 MSD 2003 avn@vagabond.auriga.ru:/usr/obj/usr/src/sys/VAGABOND i386 >Description: An example from the porter's handbook produces warnings from make. The problem occurs if at least one of MASTER_SITES has DEFAULT group explicitly listed. See an example below. The warnings are: "bsd.port.mk", line 2019: warning: duplicate script for target "master-sites-DEFAULT" ignored >How-To-Repeat: Below is a shar archive for Makefile/distinfo for a sample port that triggers this warning. # 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: # # Makefile # distinfo # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' XPORTNAME=Sample XPORTVERSION=1.0 XCATEGORIES=archivers X XMAINTAINER=sample@sample.com XCOMMENT=Sample X XMASTER_SITES= http://site1/:DEFAULT XDISTFILES= file1 X X.include "bsd.port.mk" END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (file1) = d41d8cd98f00b204e9800998ecf8427e END-of-distinfo exit >Fix: The following patch fixes this problem (by moving master-sites-DEFAULT and patch-sites-DEFAULT higher, so that targets for port-supplied groups won't get duplicated): --- bsd.port.mk.orig Mon May 26 23:23:29 2003 +++ bsd.port.mk Mon May 26 23:31:11 2003 @@ -1954,6 +1954,12 @@ SORTED_MASTER_SITES_ALL_CMD= cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} master-sites-ALL SORTED_PATCH_SITES_ALL_CMD= cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} patch-sites-ALL +# has similar effect to old targets, i.e., access only {MASTER,PATCH}_SITES, not working with the new _n variables +master-sites-DEFAULT: + @echo ${_MASTER_SITE_OVERRIDE} `echo '${_MASTER_SITES_DEFAULT}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} +patch-sites-DEFAULT: + @echo ${_MASTER_SITE_OVERRIDE} `echo '${_PATCH_SITES_DEFAULT}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} + # # Sort the master site list according to the patterns in MASTER_SORT # according to grouping rules (:something) @@ -2014,11 +2020,6 @@ @echo ${_MASTER_SITE_OVERRIDE} `echo '${_MASTER_SITES_ALL}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} patch-sites-ALL: @echo ${_MASTER_SITE_OVERRIDE} `echo '${_PATCH_SITES_ALL}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} -# has similar effect to old targets, i.e., access only {MASTER,PATCH}_SITES, not working with the new _n variables -master-sites-DEFAULT: - @echo ${_MASTER_SITE_OVERRIDE} `echo '${_MASTER_SITES_DEFAULT}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} -patch-sites-DEFAULT: - @echo ${_MASTER_SITE_OVERRIDE} `echo '${_PATCH_SITES_DEFAULT}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} # synonyms, mnemonics master-sites-all: master-sites-ALL >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 14:09: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 CD31537B410; Mon, 26 May 2003 14:09:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4901243F93; Mon, 26 May 2003 14:09:19 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4QL9JUp029980; Mon, 26 May 2003 14:09:19 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QL9JeS029976; Mon, 26 May 2003 14:09:19 -0700 (PDT) Date: Mon, 26 May 2003 14:09:19 -0700 (PDT) From: Oliver Braun Message-Id: <200305262109.h4QL9JeS029976@freefall.freebsd.org> To: obraun@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, obraun@FreeBSD.org Subject: Re: ports/52635: maintainer-update of security/nessus-* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 21:09:23 -0000 Synopsis: maintainer-update of security/nessus-* Responsible-Changed-From-To: freebsd-ports-bugs->obraun Responsible-Changed-By: obraun Responsible-Changed-When: Mon May 26 14:09:04 PDT 2003 Responsible-Changed-Why: I'll handle this! http://www.freebsd.org/cgi/query-pr.cgi?pr=52635 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 14:10: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 3E91637B401; Mon, 26 May 2003 14:10:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2A5843FA3; Mon, 26 May 2003 14:09:59 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4QL9xUp030046; Mon, 26 May 2003 14:09:59 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QL9xVP030042; Mon, 26 May 2003 14:09:59 -0700 (PDT) Date: Mon, 26 May 2003 14:09:59 -0700 (PDT) From: Oliver Braun Message-Id: <200305262109.h4QL9xVP030042@freefall.freebsd.org> To: obraun@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, obraun@FreeBSD.org Subject: Re: ports/52636: maintainer-update of security/nessus-*-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: Mon, 26 May 2003 21:10:00 -0000 Synopsis: maintainer-update of security/nessus-*-devel Responsible-Changed-From-To: freebsd-ports-bugs->obraun Responsible-Changed-By: obraun Responsible-Changed-When: Mon May 26 14:09:23 PDT 2003 Responsible-Changed-Why: I'll handle this! http://www.freebsd.org/cgi/query-pr.cgi?pr=52636 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 14: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 99A2837B401; Mon, 26 May 2003 14:10:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 365B843F85; Mon, 26 May 2003 14:10:37 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4QLAbUp030299; Mon, 26 May 2003 14:10:37 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QLAbOc030295; Mon, 26 May 2003 14:10:37 -0700 (PDT) Date: Mon, 26 May 2003 14:10:37 -0700 (PDT) From: Oliver Braun Message-Id: <200305262110.h4QLAbOc030295@freefall.freebsd.org> To: obraun@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, obraun@FreeBSD.org Subject: Re: ports/52645: port upgrade: mail/lbdb from 0.26 to 0.27 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 21:10:37 -0000 Synopsis: port upgrade: mail/lbdb from 0.26 to 0.27 Responsible-Changed-From-To: freebsd-ports-bugs->obraun Responsible-Changed-By: obraun Responsible-Changed-When: Mon May 26 14:10:24 PDT 2003 Responsible-Changed-Why: I'll handle this! http://www.freebsd.org/cgi/query-pr.cgi?pr=52645 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 14:11: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 99E8837B401; Mon, 26 May 2003 14:11:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2509C43F75; Mon, 26 May 2003 14:11:15 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4QLBFUp030356; Mon, 26 May 2003 14:11:15 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QLBFmP030352; Mon, 26 May 2003 14:11:15 -0700 (PDT) Date: Mon, 26 May 2003 14:11:15 -0700 (PDT) From: Oliver Braun Message-Id: <200305262111.h4QLBFmP030352@freefall.freebsd.org> To: obraun@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, obraun@FreeBSD.org Subject: Re: ports/52650: maintainer update port (bugfix): mail/bogofilter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 26 May 2003 21:11:15 -0000 Synopsis: maintainer update port (bugfix): mail/bogofilter Responsible-Changed-From-To: freebsd-ports-bugs->obraun Responsible-Changed-By: obraun Responsible-Changed-When: Mon May 26 14:10:48 PDT 2003 Responsible-Changed-Why: I'll handle this! http://www.freebsd.org/cgi/query-pr.cgi?pr=52650 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 15: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 D709237B401 for ; Mon, 26 May 2003 15:50:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 020EF43FAF for ; Mon, 26 May 2003 15:50:14 -0700 (PDT) (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 h4QMoDUp036757 for ; Mon, 26 May 2003 15:50:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QMoD6u036755; Mon, 26 May 2003 15:50:13 -0700 (PDT) Resent-Date: Mon, 26 May 2003 15:50:13 -0700 (PDT) Resent-Message-Id: <200305262250.h4QMoD6u036755@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, Pierre-Paul Lavoie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A88737B401 for ; Mon, 26 May 2003 15:49:42 -0700 (PDT) Received: from bloodaxis.dyndns.org (pix142166197146.nbtel.net [142.166.197.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01CE843F75 for ; Mon, 26 May 2003 15:49:42 -0700 (PDT) (envelope-from ppl@bloodaxis.dyndns.org) Received: by bloodaxis.dyndns.org (Postfix, from userid 1001) id 28CDC1498; Mon, 26 May 2003 19:49:50 -0300 (ADT) Message-Id: <20030526224950.28CDC1498@bloodaxis.dyndns.org> Date: Mon, 26 May 2003 19:49:50 -0300 (ADT) From: Pierre-Paul Lavoie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52707: x11-wm/windowlab: Port update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pierre-Paul Lavoie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 22:50:15 -0000 >Number: 52707 >Category: ports >Synopsis: x11-wm/windowlab: Port 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 May 26 15:50:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Pierre-Paul Lavoie >Release: FreeBSD 4.7-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD bloodaxis 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #0: Fri Nov 8 20:48:41 AST 2002 root@bloodaxis:/usr/obj/usr/src/sys/BLOODAXIS i386 >Description: New release of windowlab. >How-To-Repeat: >Fix: Change the PORTVERSION from 1.09 to 1.10 in the Makefile. Replace the distinfo file with this one: MD5 (windowlab-1.10.tar) = 42820c2f4199164bbb7c9909d4f8c5a5 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 17: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 08F6F37B401 for ; Mon, 26 May 2003 17:50:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9930843F3F for ; Mon, 26 May 2003 17:50:15 -0700 (PDT) (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 h4R0oFUp047142 for ; Mon, 26 May 2003 17:50:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4R0oFAk047141; Mon, 26 May 2003 17:50:15 -0700 (PDT) Date: Mon, 26 May 2003 17:50:15 -0700 (PDT) Message-Id: <200305270050.h4R0oFAk047141@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mark Linimon Subject: Re: ports/52590: [non-maintainer update] update logic for "BROKEN" variable in audio/aureal-kmod 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: Tue, 27 May 2003 00:50:16 -0000 The following reply was made to PR ports/52590; it has been noted by GNATS. From: Mark Linimon To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/52590: [non-maintainer update] update logic for "BROKEN" variable in audio/aureal-kmod Date: Mon, 26 May 2003 19:49:24 -0500 Ugh. Apparently the Makefile changed since I did my last cvsup. Here's an updated patchfile, same changes really. --- aureal-kmod/Makefile.dist Mon May 26 19:39:20 2003 +++ aureal-kmod/Makefile Mon May 26 19:40:15 2003 @@ -36,8 +36,7 @@ VERSION_SOUND_C= .endif -VERSION_SOUND_C_CURRENT:= ${VERSION_SOUND_C:S/1.//} -VERSION_SOUND_C_STABLE:= ${VERSION_SOUND_C:S/1.17.2.//} +VERSION_SOUND_C_MINOR:= ${VERSION_SOUND_C:S/^1.//:S/^17.2.//} .if ${OSVERSION} < 410000 BROKEN= "FreeBSD 3.*, 4.0 are not supported" @@ -51,7 +50,7 @@ # FreeBSD 4.2, 4.3 PORTVERSION= 1.3 -.if ${VERSION_SOUND_C_STABLE} < 4 +.if ${VERSION_SOUND_C_MINOR} < 4 # FreeBSD 4.2 before kobj MFC PORTREVISION= 1 @@ -69,7 +68,7 @@ .elif ${OSVERSION} < 500000 # FreeBSD 4.5+, 4.6, 4.7, 4.8- -.if ${VERSION_SOUND_C_STABLE} < 12 +.if ${VERSION_SOUND_C_MINOR} < 12 BROKEN= "Base system is outdated. This port needs -STABLE after 2002-04-22." .endif PORTVERSION= 1.3 @@ -79,7 +78,7 @@ .if ${OSVERSION} > 500000 # FreeBSD 5-CURRENT -.if ${VERSION_SOUND_C_CURRENT} < 70 +.if ${VERSION_SOUND_C_MINOR} < 70 BROKEN= "Base system is outdated. This port needs -CURRENT after 2002-04-04." .endif .endif From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 19:00: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 73D7E37B401 for ; Mon, 26 May 2003 19:00:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AFC143FA3 for ; Mon, 26 May 2003 19:00:05 -0700 (PDT) (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 h4R205Up052954 for ; Mon, 26 May 2003 19:00:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4R205qL052953; Mon, 26 May 2003 19:00:05 -0700 (PDT) Resent-Date: Mon, 26 May 2003 19:00:05 -0700 (PDT) Resent-Message-Id: <200305270200.h4R205qL052953@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, Bob Bomar Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5256237B401 for ; Mon, 26 May 2003 18:55:32 -0700 (PDT) Received: from bomar.us (c68.116.129.31.ts46v-11.otn-e1.ftwrth.tx.charter.com [68.116.129.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E024443F3F for ; Mon, 26 May 2003 18:55:31 -0700 (PDT) (envelope-from bob@warrior.bomar.us) Received: from warrior.bomar.us (warrior [192.168.1.13]) by bomar.us (Postfix) with ESMTP id 8D0D554B4 for ; Mon, 26 May 2003 20:55:31 -0500 (CDT) Received: by warrior.bomar.us (Postfix, from userid 1001) id 3D20E5C2E; Mon, 26 May 2003 20:55:31 -0500 (CDT) Message-Id: <20030527015531.3D20E5C2E@warrior.bomar.us> Date: Mon, 26 May 2003 20:55:31 -0500 (CDT) From: Bob Bomar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52708: Update Port www/geeklog X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bob Bomar List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 02:00:06 -0000 >Number: 52708 >Category: ports >Synopsis: Update Port www/geeklog >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 May 26 19:00:05 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Bob Bomar >Release: FreeBSD 5.0-RELEASE i386 >Organization: >Environment: System: FreeBSD warrior.bomar.us 5.0-RELEASE FreeBSD 5.0-RELEASE #5: Sun Jan 19 18:16:47 CST 2003 root@warrior.bomar.us:/usr/obj/usr/src/sys/Warrior i386 >Description: Security fix for geeklog. >How-To-Repeat: >Fix: --- Makefile.orig Mon May 26 20:45:13 2003 +++ Makefile Mon May 26 20:42:09 2003 @@ -6,7 +6,7 @@ # PORTNAME= geeklog -PORTVERSION= 1.3.7sr1 +PORTVERSION= 1.3.7sr2 CATEGORIES= www MASTER_SITES= http://www.geeklog.net/filemgmt/upload_dir/ ************************************* The new distinfo file: MD5 (geeklog-1.3.7sr2.tar.gz) = 17e47872f8707b28ae9dc64c09519452 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 19: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 31F4D37B401 for ; Mon, 26 May 2003 19:40:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973C943F93 for ; Mon, 26 May 2003 19:40:13 -0700 (PDT) (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 h4R2eCUp057496 for ; Mon, 26 May 2003 19:40:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4R2eCDk057495; Mon, 26 May 2003 19:40:12 -0700 (PDT) Resent-Date: Mon, 26 May 2003 19:40:12 -0700 (PDT) Resent-Message-Id: <200305270240.h4R2eCDk057495@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, Cyrille Lefevre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE06D37B401 for ; Mon, 26 May 2003 19:32:18 -0700 (PDT) Received: from smtp.noos.fr (nan-smtp-06.noos.net [212.198.2.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 698AE43FAF for ; Mon, 26 May 2003 19:32:16 -0700 (PDT) (envelope-from cyrille.lefevre@laposte.net) Received: (qmail 98803552 invoked by uid 0); 27 May 2003 02:32:11 -0000 Received: from unknown (HELO mail.gits.dyndns.org) ([212.198.231.153]) (envelope-sender ) by 212.198.2.75 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 27 May 2003 02:32:11 -0000 Received: from gits.gits.fr.invalid (8q5qpb2m2ix2xdg3@localhost [127.0.0.1]) h4R2VVAC008752 for ; Tue, 27 May 2003 04:31:33 +0200 (CEST) (envelope-from cyrille.lefevre@laposte.net) Received: by gits.gits.fr.invalid (tmda-inject, from uid 0); Tue, 27 May 2003 04:31:31 +0200 Message-Id: <20030527023126.GA70105@gits.dyndns.org> Date: Tue, 27 May 2003 04:31:26 +0200 From: Cyrille Lefevre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Mikhail Teterin cc: Tilman Linneweh cc: Frank Shute cc: Cameron Stiles cc: Joe Talbott Subject: ports/52709: Maintainer update: astro/setiathome (3.08 - security fix) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cyrille Lefevre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 02:40:16 -0000 >Number: 52709 >Category: ports >Synopsis: Maintainer update: astro/setiathome (3.08 - security 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 May 26 19:40:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 5.0-RELEASE-p4 i386 >Organization: ACME >Environment: System: FreeBSD gits 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #13: Thu May 1 04:14:27 CEST 2003 root@gits:/disk3/freebsd/current/obj/disk3/freebsd/current/src/sys/CUSTOM i386 >Description: 3.03 is known as broken because of an exploitable buffer overflow. this PR supersed PR#51759 and PR#52297. PR#50723 may also be closed. The purpose of this PR is a version bump to 3.08 w/ the following enhancements : - only one master shell to monitor multiple setiathome instances - wait some time for setiathome server to come up between restarts - xsetiathome comes back - -graphics is now the default (so xsetiathome may be launched) - registration heuristic changed (see comments below) - take care, some variable names have changed (see comments below) - manual page reviewed The setiathome manual page refer to setiathome.conf while it is now named rc.setiathome.conf. also, the manual page has been completed (variables, start/stop scripts, etc.) - gracefull startup script option added Makefile PORTVERSION bumped PORTREVISION deleted FORBIDDEN deleted BROKEN bumped to 4.0 NO_XBIN deleted except for linux_base-6 wrapper added pkg-install registration heuristic changed (don't register if already registered, then automatically start setiathome in either case) pkg-list $FreeBSD$ added libexec/setiathome.bin added pkg-message FreeBSD 5.x a.out comment changed to FreeBSD 4.x comment files/rc.setiathome.conf seti_std_args defaulted to "-email -graphics" seti_proxy_args changed to seti_proxy_server seti_socks_server, seti_socks_user, seti_socks_passwd added seti_sleep changed to seti_sleep_time files/setiathome.1 /usr/local changed to %%PREFIX%% above and below changes described files/setiathome.sh same changes as files/rc.setiathome.conf don't start setiathome if already started su heuristic changed to call an external wrapper gracefull (aka apachectl :) option added using stop_after_send.txt >How-To-Repeat: man setiathome >Fix: Take care, this patch is in two parts, the first one is a diff against /dev/null and the second one a cvs diff. --- /dev/null Tue May 27 03:53:01 2003 +++ files/setiathome.bin Tue May 27 02:34:48 2003 @@ -0,0 +1,142 @@ +#!/bin/sh -T + +# $FreeBSD$ + +# Copyright (c) 2003 Cyrille Lefevre. All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# 3. The name of the authors and contributors may not be used to +# endorse or promote products derived from this software without +# specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' +# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +# PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS +# OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. + +setistart () { # dir + local dir + dir=$1 + + # goto the startup dir + cd ${dir} || return + + # don't start a dying client + [ -f stop_after_send.txt ] && return + + # fire up a setiathome client + ${program_path} ${program_args} > /dev/null & + + # memorize the startup dir + eval pid_$!=${dir} + # and the client process ID + setipids="${setipids} $!" +} + +setikill () { # SIGTERM handler + local pids pid + + # save pids to kill + pids="${sleeppid} ${setipids}" + # avoid futher setiathome startup + unset setipids + + # kill'em all if any + for pid in ${pids}; do + ps p ${pid} > /dev/null && kill ${pid} + done +} + +setirestart () { # SIGCHLD handler + local pids pid dir + + # killing in progress + [ -n "${setipids}" ] || return + # restart in process + [ -n "${sleeppids}" ] && return + + # wait for setiathome servers to come up + sleep ${seti_sleep_time} & + + # wait even if more than one setiathome client dies + sleeppid=$! + while ps p ${sleeppid} > /dev/null; do + wait ${sleeppid} + done + unset sleeppid + + # killing while sleeping + [ -n "${setipids}" ] || return + + # save pids to restart + pids=${setipids} + # reset the process ID list + unset setipids + + for pid in ${pids}; do + if ps p ${pid} > /dev/null; then + # still alive + setipids="${setipids} ${pid}" + else + # backup the startup dir + eval dir=\${pid_${pid}} + # clean the old one + unset pid_${pid} + # launch the dead client + eval setistart ${dir} + fi + done +} + +if [ -z "${program_path}" ]; then + case $0 in + /*) rc_dir=${0%/*} ;; + *) rc_dir=${PWD:-$(pwd)} ;; + esac + rc_file=${0##*/} + rc_path=${rc_dir}/${rc_file} + + if ! PREFIX=$(expr ${rc_path} : "\(/.*\)/libexec/${rc_file}\$"); then + echo "${rc_file}: Cannot determine PREFIX." >&2 + echo "Please use the complete pathname." >&2 + exit 64 + fi + + echo "Don't use this script directly, uses the following one instead :" >&2 + echo " ${PREFIX}/etc/rc.d/${rc_file%.bin}.sh start" >&2 + exit 1 +fi + +# save this shell process ID +echo $$ > ${seti_wrkdir}/shpid.sah + +# setup handlers +trap setikill TERM +trap setirestart CHLD + +# startup setiathome client(s) +for dir in ${seti_wrksuff}; do + setistart ${seti_wrkdir}/${dir} +done + +# wait for them until death +while [ -n "${setipids}" ]; do + wait +done Index: Makefile =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/Makefile,v retrieving revision 1.38 diff -u -r1.38 Makefile --- Makefile 12 Apr 2003 17:07:42 -0000 1.38 +++ Makefile 27 May 2003 01:14:40 -0000 @@ -2,11 +2,10 @@ # Date created: 22 Apr 1999 # Whom: stb@freebsd.org # -# $FreeBSD$ +# $FreeBSD: ports/astro/setiathome/Makefile,v 1.36 2003/04/08 11:52:53 nectar Exp $ PORTNAME= setiathome -PORTVERSION?= 3.03 -PORTREVISION?= 7 +PORTVERSION?= 3.08 CATEGORIES?= astro MASTER_SITES= ftp://ftp.cdrom.com/pub/setiathome/ \ ftp://alien.ssl.berkeley.edu/pub/ @@ -16,10 +15,6 @@ MAINTAINER?= cyrille.lefevre@laposte.net COMMENT?= Donate idle cycles to the search for space aliens -.if ${PORTVERSION} == "3.03" -FORBIDDEN= 'Exploitable buffer overflow. http://spoor12.edup.tudelft.nl/' -.endif - .include # Global variables @@ -34,8 +29,8 @@ NO_BUILD= binary distribution NO_CDROM= interactive install -.if ${OSVERSION} <= 226000 -BROKEN= "currently supports only FreeBSD 2.2.6 and above" +.if ${OSVERSION} < 400000 +BROKEN= "currently supports only FreeBSD 4.0 and above" .endif EXTRACT_CMD= ${CAT} @@ -63,7 +58,7 @@ .else PORT_VENDOR?= unknown PORT_OSNAME?= freebsd -PORT_OSREL?= 2.2.8 +PORT_OSREL?= 4.0 .endif PORT_OS= ${PORT_OSNAME}${PORT_OSREL} PORT_HOST= ${PORT_CPU}-${PORT_VENDOR}-${PORT_OS} @@ -82,15 +77,13 @@ .if !exists(${LINUXBASE}/usr/X11R6/lib/libXaw.so.7) NO_XBIN= libXaw.so.7 is missing from linux_base-6 .endif -NO_XBIN?= xsetiathome is broken .endif -.elif ${OSVERSION} >= 300000 -NO_XBIN= xsetiathome is broken .endif # Local variables # +LBIN_DIR= ${PREFIX}/libexec SBIN_DIR= ${PREFIX}/sbin CONF_DIR= ${PREFIX}/etc RC_DIR= ${PREFIX}/etc/rc.d @@ -100,18 +93,8 @@ BIN_FILE= setiathome RC_FILES= setiathome -# i386 NOTES: -# xsetiathome is currently broken at 4.2. should work at 2.x, -# don't know between 3.0 and 4.2 ? so, be conservative... -# diagnostic messages are : -# Warning: Cannot convert string "doneB" to type Widget -# Floating point exception (core dumped) # Linux NOTES: # xsetiathome requires libXawk.so.7 which is missing from linux_base-6. -# using linux_base-7, diagnostic messages are : -# Warning: Cannot convert string "doneB" to type Widget -# Shared memory segment doesn't exist. errno=2 -# Couldn't attach to the science process! .if !defined(NO_XBIN) MAN1+= x${PORTNAME}.1 @@ -125,7 +108,7 @@ # Post-patch # -post-patch: patch-pkgmessage +post-patch: patch-pkgmessage patch-man patch-pkgmessage: @${SED} 's|%%PREFIX%%|${PREFIX}|g; \ @@ -133,6 +116,16 @@ s|%%SUFX%%|${PKGNAMESUFFIX}|g' \ ${MSG_FILE} > ${PKGMESSAGE} +patch-man: +.for mansect in 1 +.for man in ${MAN${mansect}} + @${SED} 's|%%PREFIX%%|${PREFIX}|g; \ + s|%%PREFX%%|${PKGNAMEPREFIX}|g; \ + s|%%SUFX%%|${PKGNAMESUFFIX}|g' \ + ${FILESDIR}/${man} > ${WRKDIR}/${man} +.endfor +.endfor + # Install # @@ -151,7 +144,7 @@ install-man: .for mansect in 1 .for man in ${MAN${mansect}} - @${INSTALL_MAN} ${FILESDIR}/${man} \ + @${INSTALL_MAN} ${WRKDIR}/${man} \ ${MAN${mansect}PREFIX}/man/man${mansect} .endfor .endfor @@ -177,6 +170,10 @@ .if exists(${FILESDIR}/${file}.sh) @${INSTALL_SCRIPT} ${FILESDIR}/${file}.sh \ ${RC_DIR}/${PKGNAMEPREFIX}${file}${PKGNAMESUFFIX}.sh +.endif +.if exists(${FILESDIR}/${file}.bin) + @${INSTALL_SCRIPT} ${FILESDIR}/${file}.bin \ + ${LBIN_DIR}/${PKGNAMEPREFIX}${file}${PKGNAMESUFFIX}.bin .endif .endfor Index: distinfo =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 27 Jan 2001 04:40:32 -0000 1.6 +++ distinfo 27 May 2003 00:40:09 -0000 @@ -1 +1 @@ -MD5 (setiathome-3.03.i386-unknown-freebsd2.2.8.tar) = 2dd4c9016059b7532ae721c7b92be821 +MD5 (setiathome-3.08.i386-unknown-freebsd4.0.tar) = f6ba42a3bd93313cf61df62cde3c262e Index: pkg-install =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/pkg-install,v retrieving revision 1.10 diff -u -r1.10 pkg-install --- pkg-install 9 Apr 2003 05:02:42 -0000 1.10 +++ pkg-install 29 Apr 2003 02:39:56 -0000 @@ -33,37 +33,54 @@ case "${PKG_ACTION}" in POST-INSTALL) - + if [ -f ${seti_wrkdir}/user_info.sah ]; then +echo "**** SETI@home already has a working directory for temporary files and" +echo " you seem to be already registered with SETI@home." +echo +echo -n " Would you like repeat the registration with SETI@home? [y/N] " + read ans +echo + if [ "X${ans}" = "XY" -o "X${ans}" = "Xy" ]; then + register=yes + else + register=no + fi + else echo "**** SETI@home requires a working directory for temporary files and a" echo " brief registration process." echo echo " Would you like to set up a working directory in ${seti_wrkdir}," - if [ ${seti_maxprocs} -gt 1 ]; then + if [ ${seti_maxprocs} -gt 1 ]; then echo " register with SETI@home, and let me arrange for ${ncpu} setiathome" - if [ ${ncpu} -eq ${seti_maxprocs} ]; then + if [ ${ncpu} -eq ${seti_maxprocs} ]; then echo " processes (one for each of your ${ncpu} CPUs) to be started" echo -n " automatically as user \`${seti_user}'? [Y/n] " - else + else echo " processes (as configured) to be started automatically as user" echo -n " \`${seti_user}'? [Y/n] " - fi - else + fi + else echo " register with SETI@home, and let me arrange for setiathome to be" echo -n " started automatically as user \`${seti_user}'? [Y/n] " - fi - read a + fi + read ans echo - if [ "X$a" = "XN" -o "X$a" = "Xn" ]; then + if [ "X${ans}" = "XN" -o "X${ans}" = "Xn" ]; then echo "**** Please set up the working directory yourself. You may use" echo " ${rc_path} register" echo " to do so. See setiathome(1) for details." - exit 0 + exit 0 + else + register=yes + fi fi - ${rc_path} register - if [ ! -f ${seti_wrkdir}/user_info.sah ]; then + if [ "${register}" = "yes" ]; then + ${rc_path} register + if [ ! -f ${seti_wrkdir}/user_info.sah ]; then echo "unable to start setiathome: it seems registration or login failed." echo "See setiathome(1) for details." - exit 0 + exit 0 + fi fi ${rc_path} start > /dev/null echo Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/pkg-message,v retrieving revision 1.5 diff -u -r1.5 pkg-message --- pkg-message 20 Dec 2002 13:20:38 -0000 1.5 +++ pkg-message 27 May 2003 00:58:29 -0000 @@ -1,8 +1,7 @@ **** %%PREFIX%%/etc/rc.%%PREFX%%setiathome%%SUFX%%.conf may be edited to tune some startup variables such as `seti_nice' defaulted to 15 and `seti_maxprocs' defaulted to your number of processors. -**** NOTE: unlike previous versions, FreeBSD 5.x for i386 doesn't - support a.out binaries by default. To run setiathome, you have - to add the following line to your kernel configuration file - (/sys/i386/conf/) : - options COMPAT_AOUT # Enable i386 a.out binary support +**** NOTE: FreeBSD 5.x does support FreeBSD 4.0 binaries by default. + To run setiathome, you must have the following line to your + kernel configuration file (/sys/i386/conf/) : + options COMPAT_FREEBSD4 # Compatible with FreeBSD 4.x Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 28 Jul 2002 22:13:45 -0000 1.6 +++ pkg-plist 27 May 2003 01:15:11 -0000 @@ -1,3 +1,5 @@ +@comment $FreeBSD$ +libexec/%%PREFX%%setiathome%%SUFX%%.bin sbin/%%PREFX%%setiathome%%SUFX%% @unexec if cmp -s %D/etc/rc.%%PREFX%%setiathome%%SUFX%%.conf %D/etc/rc.%%PREFX%%setiathome%%SUFX%%.conf.sample; then rm -f %D/etc/rc.%%PREFX%%setiathome%%SUFX%%.conf; fi etc/rc.%%PREFX%%setiathome%%SUFX%%.conf.sample Index: files/rc.setiathome.conf =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/files/rc.setiathome.conf,v retrieving revision 1.5 diff -u -r1.5 rc.setiathome.conf --- files/rc.setiathome.conf 9 Apr 2003 05:02:42 -0000 1.5 +++ files/rc.setiathome.conf 27 May 2003 01:19:48 -0000 @@ -4,11 +4,14 @@ # # seti_wrkdir=/var/db/${rc_file%.sh} # primary working directory -# seti_std_args=-email # command arguments for standard mode -# seti_reg_args=-login # command arguments for register mode -# seti_proxy_args= # proxy arguments -# seti_user=setiathome # user id to run as -# seti_group=${seti_user} # group id to run as +# seti_std_args="-email -graphics" # startup command line arguments +# seti_reg_args=-login # command line arguments to register +# seti_proxy_server= # HTTP proxy server (hostname:port) +# seti_socks_server= # SOCKS proxy server (hostname:port) +# seti_socks_user= # SOCKS proxy user name +# seti_socks_passwd= # SOCKS proxy password +# seti_user=setiathome # user name to run as +# seti_group=${seti_user} # group name to run as # seti_nice=15 # nice level to run at # seti_maxprocs=$(sysctl -n hw.ncpu) # max. number of processes to start -# seti_sleep=21600 # time to sleep between restarts +# seti_sleep_time=21600 # time to sleep between restarts Index: files/setiathome.1 =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/files/setiathome.1,v retrieving revision 1.10 diff -u -r1.10 setiathome.1 --- files/setiathome.1 27 Jan 2001 04:40:33 -0000 1.10 +++ files/setiathome.1 29 Apr 2003 01:03:11 -0000 @@ -1,4 +1,4 @@ -.\" $FreeBSD: ports/astro/setiathome/files/setiathome.1,v 1.9 2000/04/17 01:08:33 kris Exp $ +.\" $FreeBSD: ports/astro/setiathome/files/setiathome.1,v 1.10 2001/01/27 04:40:33 kris Exp $ .Dd Dec 12, 2000 .Dt setiathome 1 LOCAL .Os FreeBSD @@ -118,22 +118,51 @@ .Fx port includes a start-up script that starts .Nm -at system start-up. +at system start-up and stop it at system shut-down. +.Ss Stopping setiathome +There is two way to stop +.Nm , +gracefully (See +.Pa stop_after_send.txt +mentioned in +.Sx FILES +below) and urgently (using kill as done at system shut-down time). +To do so, respectively run +.Pp +.Dl %%PREFIX%%/etc/rc.d/%%PREFX%%setiathome%%SUFX%%.sh gracefull +or +.Dl %%PREFIX%%/etc/rc.d/%%PREFX%%setiathome%%SUFX%%.sh stop .Ss Configuration File The optional configuration file -.Pa /usr/local/etc/setiathome.conf -can contain one or more of the following variable assignments to override +.Pa %%PREFIX%%/etc/rc.%%PREFX%%setiathome%%SUFX%%.conf +may contain one or more of the following variable assignments to override their default values: .Bl -tag -width seti_wrkdir .It Pa seti_wrkdir=/var/db/setiathome The working directory where .Nm will store it's temporary files. -.It Pa seti_user=nobody +.It Pa seti_std_args=-email and/or -graphics +The command line arguments for normal start-up. +.It Pa seti_reg_args=-login +The command line arguments for registration. +.It Pa seti_proxy_server=hostname:port +The HTTP proxy server and port to connect through. +.It Pa seti_socks_server=hostname:port +The SOCKS server and port to connect through. +.It Pa seti_socks_user=username +The SOCKS user name to connect with. +.It Pa seti_socks_passwd=password +The SOCKS password to connect with. +.It Pa seti_user=setiathome The user to run .Nm as. -.It Pa seti_nice=1 +.It Pa seti_group=setiathome +The group to run +.Nm +as (only used at registration time). +.It Pa seti_nice=15 The .Xr nice 1 value to run @@ -146,6 +175,10 @@ Running more than one instance per CPU is not useful, as .Nm is almost completely CPU-bound. +.It Pa seti_sleep_time=21600 +The time to sleep (in seconds) between restarts if the +.Nm +data server is unresponsive. .El .Pp If you change values in the configuration file, you need to stop and start @@ -153,9 +186,9 @@ and possibly reconfigure the working directory for the changes to take effect. Run .Pp -.Dl /usr/local/etc/rc.d/setiathome.sh stop -.Dl /usr/local/etc/rc.d/setiathome.sh register -.Dl /usr/local/etc/rc.d/setiathome.sh start +.Dl %%PREFIX%%/etc/rc.d/%%PREFX%%setiathome%%SUFX%%.sh stop +.Dl %%PREFIX%%/etc/rc.d/%%PREFX%%setiathome%%SUFX%%.sh register +.Dl %%PREFIX%%/etc/rc.d/%%PREFX%%setiathome%%SUFX%%.sh start .Pp to do that. .Ss Setting up setiathome @@ -210,10 +243,10 @@ .El .Sh FILES .Bl -tag -width /var/db -compact -.It Pa /usr/local/etc/rc.d/setiathome.sh +.It Pa %%PREFIX%%/etc/rc.d/%%PREFX%%setiathome%%SUFX%%.sh Start-up script. .Pp -.It Pa /usr/local/etc/setiathome.conf +.It Pa %%PREFIX%%/etc/rc.%%PREFX%%setiathome%%SUFX%%.conf Optional configuration file for the start-up script. .Pp .It Pa /var/db/setiathome/ Index: files/setiathome.sh =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/files/setiathome.sh,v retrieving revision 1.11 diff -u -r1.11 setiathome.sh --- files/setiathome.sh 12 Apr 2003 17:07:42 -0000 1.11 +++ files/setiathome.sh 27 May 2003 01:48:50 -0000 @@ -14,15 +14,20 @@ rc_arg=$1 # override these variables in ${PREFIX}/etc/rc.setiathome.conf +set -a seti_wrkdir=/var/db/${rc_file%.sh} # primary working directory -seti_std_args=-email # command arguments for standard mode -seti_reg_args=-login # command arguments for register mode -seti_proxy_args= # proxy arguments -seti_user=setiathome # user id to run as -seti_group=${seti_user} # group id to run as +seti_std_args="-email -graphics" # startup command line arguments +seti_reg_args=-login # command line arguments to register +seti_proxy_server= # HTTP proxy server (hostname:port) +seti_socks_server= # SOCKS proxy server (hostname:port) +seti_socks_user= # SOCKS proxy user name +seti_socks_passwd= # SOCKS proxy password +seti_user=setiathome # user name to run as +seti_group=${seti_user} # group name to run as seti_nice=15 # nice level to run at seti_maxprocs=$(sysctl -n hw.ncpu) # max. number of processes to start -seti_sleep=21600 # time to sleep between restarts +seti_sleep_time=21600 # time to sleep between restarts +set +a if ! PREFIX=$(expr ${rc_path} : "\(/.*\)/etc/rc\.d/${rc_file}\$"); then echo "${rc_file}: Cannot determine PREFIX." >&2 @@ -35,12 +40,30 @@ rcconf_path=${rcconf_dir}/${rcconf_file} if [ -f ${rcconf_path} ]; then + set -a . ${rcconf_path} + set +a fi program_dir=${PREFIX}/sbin program_file=${rc_file%.sh} program_path=${program_dir}/${program_file} +export program_path + +program_args="\ +${seti_std_args} \ +${seti_proxy_server:+-proxy} ${seti_proxy_server} \ +${seti_socks_server:+-socks_server} ${seti_socks_server} \ +${seti_socks_user:+-socks_user} ${seti_socks_user} \ +${seti_socks_passwd:+-socks_passwd} ${seti_socks_passwd} \ +${seti_nice:+-nice} ${seti_nice} \ +" +export program_args + + +wrapper_dir=${PREFIX}/libexec +wrapper_file=${rc_file%.sh}.bin +wrapper_path=${wrapper_dir}/${wrapper_file} syslog_facility=daemon.err @@ -50,6 +73,7 @@ seti_wrksuff="${seti_wrksuff} ${i}" i=$((${i} - 1)) done +export seti_wrksuff case "$rc_arg" in start) @@ -73,38 +97,44 @@ exit 72 fi done - for i in ${seti_wrksuff}; do - su -fm ${seti_user} -c "exec /bin/sh -T" << EOF > /dev/null & - cd ${seti_wrkdir}/${i} || exit - echo \$\$ > shpid.sah - trap 'kill \$pid;exit' 15 - while :; do - ${program_path} \ - ${seti_std_args} ${seti_proxy_args} \ - ${seti_nice:+-nice} ${seti_nice} & - pid=\$!; wait \$pid - sleep ${seti_sleep} & - pid=\$!; wait \$pid - done -EOF - done + if ps axo comm | egrep ${program_file}; then + logger -sp ${syslog_facility} -t ${program_file} \ + "unable to start: ${program_file} is already running." + exit 72 + fi + su -fm ${seti_user} -c "exec ${wrapper_path} > /dev/null &" echo -n " SETI@home" ;; stop) + pid_path=${seti_wrkdir}/shpid.sah + if [ -f ${pid_path} ]; then + pid=$(cat ${pid_path}) + [ -n "${pid}" ] && ps p ${pid} > /dev/null && kill ${pid} + rm -f ${pid_path} + fi for i in ${seti_wrksuff}; do - for pid_path in ${seti_wrkdir}/${i}/pid.sah \ - ${seti_wrkdir}/${i}/shpid.sah; do - if [ -f ${pid_path} ]; then - kill $(cat ${pid_path}) 2> /dev/null - fi - done + pid_path=${seti_wrkdir}/${i}/pid.sah + if [ -f ${pid_path} ]; then + pid=$(cat ${pid_path}) + [ -n "${pid}" ] && ps p ${pid} > /dev/null && kill ${pid} + fi done if [ ! -f ${seti_wrkdir}/pid.sah ]; then killall ${program_file} 2> /dev/null fi ;; +gracefull) + for i in ${seti_wrksuff}; do + pid_path=${seti_wrkdir}/${i}/pid.sah + stop_path=${seti_wrkdir}/${i}/stop_after_send.txt + if [ -f ${pid_path} ]; then + touch ${stop_path} + fi + done + ;; + restart) $0 stop $0 start @@ -187,7 +217,7 @@ ;; *) - echo "usage: ${rc_file} {start|stop|restart|status|register}" >&2 + echo "usage: ${rc_file} {start|stop|gracefull|restart|status|register}" >&2 exit 64 ;; esac >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 19: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 225D937B401 for ; Mon, 26 May 2003 19:50:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B971F43F3F for ; Mon, 26 May 2003 19:50:08 -0700 (PDT) (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 h4R2o8Up057861 for ; Mon, 26 May 2003 19:50:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4R2o8YO057860; Mon, 26 May 2003 19:50:08 -0700 (PDT) Date: Mon, 26 May 2003 19:50:08 -0700 (PDT) Message-Id: <200305270250.h4R2o8YO057860@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Cyrille Lefevre Subject: Re: ports/51759: Maintainer update: astro/setiathome (manual page fix, etc.) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cyrille Lefevre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 02:50:09 -0000 The following reply was made to PR ports/51759; it has been noted by GNATS. From: Cyrille Lefevre To: Mikhail Teterin Cc: freebsd-gnats-submit@FreeBSD.org, Brad Forschinger Subject: Re: ports/51759: Maintainer update: astro/setiathome (manual page fix, etc.) Date: Tue, 27 May 2003 04:42:38 +0200 On Fri, May 16, 2003 at 06:20:07PM -0400, Mikhail Teterin wrote: > Hi, Cyrille! > > What about the exploit referenced by the FORBIDDEN message? Seems > like you need to upgrade to 3.08 before removing the FORBIDDEN... this was a mistake. unfortunatelly, to build/test setiathome, FORBIDDEN must be commented and I forgot to uncomment it in the PR. also, at the time of the PR, 3.08 wasn't out yet. > Can you take a look at Brad Forschinger's PR 52297, please? > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/52297 this PR is malformed, I've not been CCed :( > Seems like we need to incorporate his upgrade and merge your changes > into that. You can send me the new patch and I'll commit that. done :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/52709 Cyrille. -- Cyrille Lefevre mailto:cyrille.lefevre@laposte.net From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 19: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 1553937B40B for ; Mon, 26 May 2003 19:50:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF5043F75 for ; Mon, 26 May 2003 19:50:11 -0700 (PDT) (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 h4R2oBUp057894 for ; Mon, 26 May 2003 19:50:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4R2oBpt057893; Mon, 26 May 2003 19:50:11 -0700 (PDT) Date: Mon, 26 May 2003 19:50:11 -0700 (PDT) Message-Id: <200305270250.h4R2oBpt057893@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Cyrille Lefevre Subject: Re: ports/51759: Maintainer update: astro/setiathome (manual page fix, etc.) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cyrille Lefevre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 02:50:12 -0000 The following reply was made to PR ports/51759; it has been noted by GNATS. From: Cyrille Lefevre To: Mikhail Teterin Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/51759: Maintainer update: astro/setiathome (manual page fix, etc.) Date: Tue, 27 May 2003 04:48:53 +0200 On Fri, May 16, 2003 at 07:00:42PM -0400, Mikhail Teterin wrote: > Cyrille! > > Your changes to the setiathome.sh startup-script now lead to shell > errors on startup -- missing quote. I added the quote, and hit another > error. I'll be sending you my update -- including the upgrade to 3.08 > for FreeBSD in a separate e-mail. Please, take a look. that part has been completly rewritten using an external wrapper... > As far as the new start-up script, I'm not sure it is worth the extra > shells (per CPU) to run to automaticly restart setiathome if it exits. ditto. > Even if you are convinced, such auto-restarting is desirable (I'm not), > it should be one sleeping shell per machine -- not one per CPU, don't > you think? My dual CPU box has four setiathome-owned processes runing > instead of 3. Someone's 8-way monster will have 16 instead of 9 :-) done. > Finally, with the amount of shell scripting required for this, may be, > it would be easier to write the seti-helper in C? too complicated... everything was done using our stock sh :) see you. Cyrille. -- Cyrille Lefevre mailto:cyrille.lefevre@laposte.net From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 20: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 210BA37B401 for ; Mon, 26 May 2003 20:10:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28DD843F3F for ; Mon, 26 May 2003 20:10:16 -0700 (PDT) (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 h4R3ABUp061956 for ; Mon, 26 May 2003 20:10:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4R3ABew061955; Mon, 26 May 2003 20:10:11 -0700 (PDT) Resent-Date: Mon, 26 May 2003 20:10:11 -0700 (PDT) Resent-Message-Id: <200305270310.h4R3ABew061955@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, Cyrille Lefevre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 802D037B404 for ; Mon, 26 May 2003 20:05:53 -0700 (PDT) Received: from smtp.noos.fr (nan-smtp-06.noos.net [212.198.2.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id EACC543F85 for ; Mon, 26 May 2003 20:05:51 -0700 (PDT) (envelope-from cyrille.lefevre@laposte.net) Received: (qmail 98743117 invoked by uid 0); 27 May 2003 03:05:50 -0000 Received: from unknown (HELO mail.gits.dyndns.org) ([212.198.231.153]) (envelope-sender ) by 212.198.2.75 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 27 May 2003 03:05:50 -0000 Received: from gits.gits.fr.invalid (esnd8lvhx7ckmqao@localhost [127.0.0.1]) h4R35jAC028934 for ; Tue, 27 May 2003 05:05:46 +0200 (CEST) (envelope-from cyrille.lefevre@laposte.net) Received: by gits.gits.fr.invalid (tmda-inject, from uid 0); Tue, 27 May 2003 05:05:45 +0200 Message-Id: <20030527030540.GA86595@gits.dyndns.org> Date: Tue, 27 May 2003 05:05:40 +0200 From: Cyrille Lefevre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52710: Maintainer update: misc/sh-utils (bento fix) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cyrille Lefevre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 03:10:17 -0000 >Number: 52710 >Category: ports >Synopsis: Maintainer update: misc/sh-utils (bento 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 May 26 20:10:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: ACME >Environment: System: FreeBSD gits 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #13: Thu May 1 04:14:27 CEST 2003 root@gits:/disk3/freebsd/current/obj/disk3/freebsd/current/src/sys/CUSTOM i386 >Description: perl5 is needed at build time. Makefile PORTREVISION bumped USE_PERL5_BUILD added thanks Kris. >How-To-Repeat: make >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/sh-utils/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 21 Feb 2003 12:48:16 -0000 1.15 +++ Makefile 27 May 2003 02:58:22 -0000 @@ -7,7 +7,7 @@ PORTNAME= sh-utils PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= sh-utils @@ -20,6 +20,7 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +USE_PERL5_BUILD=yes USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 21:40: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 7107037B401 for ; Mon, 26 May 2003 21:40:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AF2C43FAF for ; Mon, 26 May 2003 21:40:04 -0700 (PDT) (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 h4R4e4Up068462 for ; Mon, 26 May 2003 21:40:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4R4e45n068461; Mon, 26 May 2003 21:40:04 -0700 (PDT) Resent-Date: Mon, 26 May 2003 21:40:04 -0700 (PDT) Resent-Message-Id: <200305270440.h4R4e45n068461@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, NAKAJI Hiroyuki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD4EE37B401 for ; Mon, 26 May 2003 21:30:26 -0700 (PDT) Received: from boggy.acest.tutrp.tut.ac.jp (boggy.acest.tutrp.tut.ac.jp [133.15.67.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id A247E43F85 for ; Mon, 26 May 2003 21:30:25 -0700 (PDT) (envelope-from nakaji@boggy.acest.tutrp.tut.ac.jp) Received: from boggy.acest.tutrp.tut.ac.jp (localhost [127.0.0.1]) h4R4UHdj093389 for ; Tue, 27 May 2003 13:30:17 +0900 (JST) (envelope-from nakaji@boggy.acest.tutrp.tut.ac.jp) Received: (from nakaji@localhost)h4R4UG3D093388; Tue, 27 May 2003 13:30:16 +0900 (JST) Message-Id: <200305270430.h4R4UG3D093388@boggy.acest.tutrp.tut.ac.jp> Date: Tue, 27 May 2003 13:30:16 +0900 (JST) From: NAKAJI Hiroyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52711: japanese/samba is updated to samba-2.2.8a-ja-1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: NAKAJI Hiroyuki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 04:40:05 -0000 >Number: 52711 >Category: ports >Synopsis: japanese/samba is updated to samba-2.2.8a-ja-1.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: Mon May 26 21:40:03 PDT 2003 >Closed-Date: >Last-Modified: >Originator: NAKAJI Hiroyuki >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD boggy.acest.tutrp.tut.ac.jp 5.1-BETA FreeBSD 5.1-BETA #98: Tue May 13 18:44:54 JST 2003 root@boggy.acest.tutrp.tut.ac.jp:/usr/obj/usr/src/sys/NAKAJI i386 >Description: Samba-2.2.8a-ja-1.0 was released on May/27/2003 from SUGJ (http://www.samba.gr.jp/). >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/samba/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- Makefile 9 Apr 2003 09:56:19 -0000 1.29 +++ Makefile 27 May 2003 02:12:41 -0000 @@ -20,8 +20,9 @@ COMMENT= A free SMB and CIFS client and server for UNIX BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -SAMBA_VERSION= 2.2.7b +SAMBA_VERSION= 2.2.8a SAMBA_JA_VERSION= 1.0 USE_BZIP2= yes @@ -74,7 +75,7 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default -CONFIGURE_ARGS= --with-i18n-swat --with-included-gettext \ +CONFIGURE_ARGS= --with-i18n-swat \ --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ --with-lockdir=${VARDIR}/db/samba \ @@ -86,7 +87,9 @@ .include -CONFIGURE_ENV+= TESTDIR=/tmp +CONFIGURE_ENV+= TESTDIR=/tmp \ + CPPFLAGS=-I${LOCALBASE}/include \ + LDFLAGS=-L${LOCALBASE}/lib .if defined(WITH_SYSLOG) CONFIGURE_ARGS+= --with-syslog Index: distinfo =================================================================== RCS file: /home/ncvs/ports/japanese/samba/distinfo,v retrieving revision 1.17 diff -u -r1.17 distinfo --- distinfo 9 Apr 2003 09:56:19 -0000 1.17 +++ distinfo 27 May 2003 02:13:59 -0000 @@ -1 +1 @@ -MD5 (samba-2.2.7b-ja-1.0.tar.bz2) = 13609e6d0aa47b7cd52d9ee8b756ff9b +MD5 (samba-2.2.8a-ja-1.0.tar.bz2) = 4c1af06f1570449584c92033c4901e0b >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 22:00: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 051CD37B439; Mon, 26 May 2003 22:00:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D7A43FA3; Mon, 26 May 2003 22:00:36 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4R50aUp069303; Mon, 26 May 2003 22:00:36 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4R50apY069299; Mon, 26 May 2003 22:00:36 -0700 (PDT) Date: Mon, 26 May 2003 22:00:36 -0700 (PDT) From: Doug Barton Message-Id: <200305270500.h4R50apY069299@freefall.freebsd.org> To: huntting@glarp.com, dougb@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/52703: hpijs duplex bug (fixed in rev 1.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: Tue, 27 May 2003 05:00:40 -0000 Synopsis: hpijs duplex bug (fixed in rev 1.4) State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Mon May 26 21:59:41 PDT 2003 State-Changed-Why: 52699 has a more thorough patch. Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: dougb Responsible-Changed-When: Mon May 26 21:59:41 PDT 2003 Responsible-Changed-Why: I plan to commit the update after the ports freeze. http://www.freebsd.org/cgi/query-pr.cgi?pr=52703 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 22:01: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 86CEF37B404; Mon, 26 May 2003 22:01:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23C3B43F85; Mon, 26 May 2003 22:01:38 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4R51cUp069516; Mon, 26 May 2003 22:01:38 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4R51bZ9069512; Mon, 26 May 2003 22:01:37 -0700 (PDT) Date: Mon, 26 May 2003 22:01:37 -0700 (PDT) From: Doug Barton Message-Id: <200305270501.h4R51bZ9069512@freefall.freebsd.org> To: tkato@prontomail.com, dougb@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/52699: Update port: print/hpijs to 1.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: Tue, 27 May 2003 05:01:38 -0000 Synopsis: Update port: print/hpijs to 1.4 State-Changed-From-To: open->analyzed State-Changed-By: dougb State-Changed-When: Mon May 26 22:00:51 PDT 2003 State-Changed-Why: Thanks, I'll give this a ride and commit after the freeze. Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: dougb Responsible-Changed-When: Mon May 26 22:00:51 PDT 2003 Responsible-Changed-Why: I use hpijs, and plan to take maintainership of the port. http://www.freebsd.org/cgi/query-pr.cgi?pr=52699 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 26 22:45: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 1796537B401; Mon, 26 May 2003 22:45:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB01543F3F; Mon, 26 May 2003 22:45:26 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4R5jQUp074216; Mon, 26 May 2003 22:45:26 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4R5jQ4R074212; Mon, 26 May 2003 22:45:26 -0700 (PDT) Date: Mon, 26 May 2003 22:45:26 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305270545.h4R5jQ4R074212@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52711: japanese/samba is updated to samba-2.2.8a-ja-1.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, 27 May 2003 05:45:27 -0000 Synopsis: japanese/samba is updated to samba-2.2.8a-ja-1.0 Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Mon May 26 22:45:14 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52711 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 02:10: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 372EF37B401 for ; Tue, 27 May 2003 02:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 327FA43F85 for ; Tue, 27 May 2003 02:10:02 -0700 (PDT) (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 h4R9A2Up094727 for ; Tue, 27 May 2003 02:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4R9A2Pt094726; Tue, 27 May 2003 02:10:02 -0700 (PDT) Resent-Date: Tue, 27 May 2003 02:10:02 -0700 (PDT) Resent-Message-Id: <200305270910.h4R9A2Pt094726@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, Dmitry Afanasiev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F328537B401 for ; Tue, 27 May 2003 02:03:44 -0700 (PDT) Received: from orion.ifmo.ru (kot.spb.ru [194.85.164.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8493B43F75 for ; Tue, 27 May 2003 02:03:43 -0700 (PDT) (envelope-from dima@MATPOCKuH.Ru) Received: from orion.ifmo.ru (dima@localhost [127.0.0.1]) by orion.ifmo.ru (8.12.9/8.12.8) with ESMTP id h4R93bih067702 for ; Tue, 27 May 2003 13:03:42 +0400 (MSD) (envelope-from dima@orion.ifmo.ru) Received: (from dima@localhost) by orion.ifmo.ru (8.12.9/8.12.8/Submit) id h4R93bfF067701; Tue, 27 May 2003 13:03:37 +0400 (MSD) Message-Id: <200305270903.h4R93bfF067701@orion.ifmo.ru> Date: Tue, 27 May 2003 13:03:37 +0400 (MSD) From: Dmitry Afanasiev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52712: New version of autocd port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Afanasiev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 09:10:03 -0000 >Number: 52712 >Category: ports >Synopsis: New version of autocd port >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: Tue May 27 02:10:01 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dmitry Afanasiev >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD orion 4.8-RC FreeBSD 4.8-RC #24: Tue Mar 25 19:16:53 MSK 2003 root@orion:/usr/obj/usr/src/sys/MATPOCKuH i386 >Description: New version (3.01.01a) of autocd port >How-To-Repeat: >Fix: diff -ruN autocd.orig/Makefile autocd/Makefile --- autocd.orig/Makefile Tue May 27 12:48:32 2003 +++ autocd/Makefile Tue May 27 12:50:52 2003 @@ -6,7 +6,7 @@ # PORTNAME= autocd -PORTVERSION= 3.00.02a +PORTVERSION= 3.01.01a CATEGORIES= audio sysutils MASTER_SITES= ftp://kot.spb.ru/pub/src/projects/autocd/ @@ -17,6 +17,9 @@ post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Makefile + +post-install: + ${STRIP_CMD} ${PREFIX}/bin/autocd ${PREFIX}/bin/cdctl MAN1= autocd.1 cdctl.1 diff -ruN autocd.orig/distinfo autocd/distinfo --- autocd.orig/distinfo Tue May 27 12:48:32 2003 +++ autocd/distinfo Tue May 27 12:53:41 2003 @@ -1 +1 @@ -MD5 (autocd-3.00.02a.tar.gz) = ef165796ae5e56123d974277ba879616 +MD5 (autocd-3.01.01a.tar.gz) = 3faa8e75ea61b6e0f1dcdaee00d57ff4 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 03:13: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 8167A37B401 for ; Tue, 27 May 2003 03:13:49 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 855B443F3F for ; Tue, 27 May 2003 03:13:48 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19KbSi-000Ogk-00 for freebsd-ports-bugs@FreeBSD.org; Tue, 27 May 2003 12:13:44 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19KbRq-0009uJ-00; ×Ô, 27 ÍÁÊ 2003 12:12:50 +0200 Date: Tue, 27 May 2003 12:12:50 +0200 From: Kirill Ponomarew To: Dmitry Afanasiev Message-ID: <20030527101250.GA31950@krion> Mail-Followup-To: Kirill Ponomarew , Dmitry Afanasiev , freebsd-ports-bugs@FreeBSD.org References: <200305270903.h4R93bfF067701@orion.ifmo.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WhfpMioaduB5tiZL" Content-Disposition: inline In-Reply-To: <200305270903.h4R93bfF067701@orion.ifmo.ru> X-PGP-Fingerprint: 58E7 B953 57A2 D9DD 4960 2A2D 402D 46E9 AEB4 26E5 X-NCC-Regid: de.oberon Sender: Kirill Ponomarew cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52712: New version of autocd 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: Tue, 27 May 2003 10:13:49 -0000 --WhfpMioaduB5tiZL Content-Type: multipart/mixed; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, On Tue, May 27, 2003 at 01:03:37PM +0400, Dmitry Afanasiev wrote: > >Number: 52712 > >Category: ports > >Synopsis: New version of autocd port What do you think about this version? -Kirill --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=diff-autocd Content-Transfer-Encoding: quoted-printable diff -urN autocd.orig/Makefile autocd/Makefile --- autocd.orig/Makefile Tue Apr 1 02:24:53 2003 +++ autocd/Makefile Tue May 27 12:09:18 2003 @@ -14,10 +14,23 @@ COMMENT=3D Compact disc control utility =20 USE_REINPLACE=3D yes +MAN1=3D autocd.1 cdctl.1 =20 post-patch: - @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Makefile +.for file in Makefile + @${REINPLACE_CMD} -e \ + 's|/usr/local|${PREFIX}|g ; \ + s|CFLAGS=3D-Wall -O2 -pipe|CFLAGS?=3D${CFLAGS}|g' \ + ${WRKSRC}/${file} +.endfor =20 -MAN1=3D autocd.1 cdctl.1 +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for i in README.rus.html + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${STRIP_CMD} ${PREFIX}/bin/${PORTNAME} ${PREFIX}/bin/cdctl +.endfor +.endif =20 .include diff -urN autocd.orig/files/patch-Makefile autocd/files/patch-Makefile --- autocd.orig/files/patch-Makefile Tue Apr 1 02:24:53 2003 +++ autocd/files/patch-Makefile Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.orig Tue Mar 11 13:32:37 2003 -+++ Makefile Tue Mar 11 13:33:27 2003 -@@ -1,7 +1,7 @@ - # Makefile for autocd -=20 - # Install prefix --PREFIX=3D/usr/local -+PREFIX=3D%%LOCALBASE%% - # Prefix for rc script. This is default for FreeBSD only! - RCPREFIX=3D$(PREFIX)/etc/rc.d - # Compiler flags diff -urN autocd.orig/pkg-plist autocd/pkg-plist --- autocd.orig/pkg-plist Tue Apr 1 02:24:53 2003 +++ autocd/pkg-plist Tue May 27 11:56:40 2003 @@ -1,5 +1,5 @@ bin/autocd bin/cdctl -bin/pause -bin/eject etc/rc.d/autocd.sh +%%PORTDOCS%%share/doc/autocd/README.rus.html +@dirrm share/doc/autocd --gBBFr7Ir9EOA20Yy-- --WhfpMioaduB5tiZL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+0zohQC1G6a60JuURAtZ6AJoD2FlHKx8zYyAeB1x7krRgdvUJqwCeId17 mBAiEFSquxYE3dx22yLf5Z0= =47lq -----END PGP SIGNATURE----- --WhfpMioaduB5tiZL-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 03:18:17 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 ED05C37B401 for ; Tue, 27 May 2003 03:18:17 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC5D43F93 for ; Tue, 27 May 2003 03:18:17 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19KbX2-000Ol5-00 for freebsd-ports-bugs@FreeBSD.org; Tue, 27 May 2003 12:18:13 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19KbWA-000A0l-00; ×Ô, 27 ÍÁÊ 2003 12:17:18 +0200 Date: Tue, 27 May 2003 12:17:18 +0200 From: Kirill Ponomarew To: Dmitry Afanasiev , freebsd-ports-bugs@FreeBSD.org Message-ID: <20030527101718.GB31950@krion> Mail-Followup-To: Kirill Ponomarew , Dmitry Afanasiev , freebsd-ports-bugs@FreeBSD.org References: <200305270903.h4R93bfF067701@orion.ifmo.ru> <20030527101250.GA31950@krion> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uh9ZiVrAOUUm9fzH" Content-Disposition: inline In-Reply-To: <20030527101250.GA31950@krion> X-PGP-Fingerprint: 58E7 B953 57A2 D9DD 4960 2A2D 402D 46E9 AEB4 26E5 X-NCC-Regid: de.oberon Sender: Kirill Ponomarew Subject: Re: ports/52712: New version of autocd 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: Tue, 27 May 2003 10:18:18 -0000 --uh9ZiVrAOUUm9fzH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, sorry I forgot distinfo update. Here is the right version. -Kirill --uh9ZiVrAOUUm9fzH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+0zsuQC1G6a60JuURAoVKAJ0WpVgR3MyKuDcRuR6hdkeD6UB0YACeIO/b vbVP38ip2oRt/KRKsqa9ec0= =O/59 -----END PGP SIGNATURE----- --uh9ZiVrAOUUm9fzH-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 03:19: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 BBAC537B401 for ; Tue, 27 May 2003 03:19:08 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEDF543F85 for ; Tue, 27 May 2003 03:19:07 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19KbXs-000Ome-00 for freebsd-ports-bugs@FreeBSD.org; Tue, 27 May 2003 12:19:04 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19KbWz-000A1O-00; ×Ô, 27 ÍÁÊ 2003 12:18:09 +0200 Date: Tue, 27 May 2003 12:18:09 +0200 From: Kirill Ponomarew To: Dmitry Afanasiev , freebsd-ports-bugs@FreeBSD.org Message-ID: <20030527101809.GC31950@krion> Mail-Followup-To: Kirill Ponomarew , Dmitry Afanasiev , freebsd-ports-bugs@FreeBSD.org References: <200305270903.h4R93bfF067701@orion.ifmo.ru> <20030527101250.GA31950@krion> <20030527101718.GB31950@krion> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8vCeF2GUdMpe9ZbK" Content-Disposition: inline In-Reply-To: <20030527101718.GB31950@krion> X-PGP-Fingerprint: 58E7 B953 57A2 D9DD 4960 2A2D 402D 46E9 AEB4 26E5 X-NCC-Regid: de.oberon Sender: Kirill Ponomarew Subject: Re: ports/52712: New version of autocd 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: Tue, 27 May 2003 10:19:09 -0000 --8vCeF2GUdMpe9ZbK Content-Type: multipart/mixed; boundary="tEFtbjk+mNEviIIX" Content-Disposition: inline --tEFtbjk+mNEviIIX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Argh...diff... -Kirill --tEFtbjk+mNEviIIX Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=diff-autocd Content-Transfer-Encoding: quoted-printable diff -urN autocd.orig/Makefile autocd/Makefile --- autocd.orig/Makefile Tue Apr 1 02:24:53 2003 +++ autocd/Makefile Tue May 27 12:14:41 2003 @@ -6,7 +6,7 @@ # =20 PORTNAME=3D autocd -PORTVERSION=3D 3.00.02a +PORTVERSION=3D 3.01.01a=09 CATEGORIES=3D audio sysutils MASTER_SITES=3D ftp://kot.spb.ru/pub/src/projects/autocd/ =20 @@ -14,10 +14,23 @@ COMMENT=3D Compact disc control utility =20 USE_REINPLACE=3D yes +MAN1=3D autocd.1 cdctl.1 =20 post-patch: - @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Makefile +.for file in Makefile + @${REINPLACE_CMD} -e \ + 's|/usr/local|${PREFIX}|g ; \ + s|CFLAGS=3D-Wall -O2 -pipe|CFLAGS?=3D${CFLAGS}|g' \ + ${WRKSRC}/${file} +.endfor =20 -MAN1=3D autocd.1 cdctl.1 +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for i in README.rus.html + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${STRIP_CMD} ${PREFIX}/bin/${PORTNAME} ${PREFIX}/bin/cdctl +.endfor +.endif =20 .include diff -urN autocd.orig/distinfo autocd/distinfo --- autocd.orig/distinfo Tue Apr 1 02:24:53 2003 +++ autocd/distinfo Tue May 27 12:14:46 2003 @@ -1 +1 @@ -MD5 (autocd-3.00.02a.tar.gz) =3D ef165796ae5e56123d974277ba879616 +MD5 (autocd-3.01.01a.tar.gz) =3D 3faa8e75ea61b6e0f1dcdaee00d57ff4 diff -urN autocd.orig/files/patch-Makefile autocd/files/patch-Makefile --- autocd.orig/files/patch-Makefile Tue Apr 1 02:24:53 2003 +++ autocd/files/patch-Makefile Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.orig Tue Mar 11 13:32:37 2003 -+++ Makefile Tue Mar 11 13:33:27 2003 -@@ -1,7 +1,7 @@ - # Makefile for autocd -=20 - # Install prefix --PREFIX=3D/usr/local -+PREFIX=3D%%LOCALBASE%% - # Prefix for rc script. This is default for FreeBSD only! - RCPREFIX=3D$(PREFIX)/etc/rc.d - # Compiler flags diff -urN autocd.orig/pkg-plist autocd/pkg-plist --- autocd.orig/pkg-plist Tue Apr 1 02:24:53 2003 +++ autocd/pkg-plist Tue May 27 11:56:40 2003 @@ -1,5 +1,5 @@ bin/autocd bin/cdctl -bin/pause -bin/eject etc/rc.d/autocd.sh +%%PORTDOCS%%share/doc/autocd/README.rus.html +@dirrm share/doc/autocd --tEFtbjk+mNEviIIX-- --8vCeF2GUdMpe9ZbK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+0zthQC1G6a60JuURApuxAKDqrVm1ATQYAXuLZOHYcVL4093vAgCgxrLP qqq4GxRaJvFrAm27pJ6jqOs= =ca9X -----END PGP SIGNATURE----- --8vCeF2GUdMpe9ZbK-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 04:39: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 BC17637B401; Tue, 27 May 2003 04:39:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F3E643F93; Tue, 27 May 2003 04:39:39 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4RBddUp011540; Tue, 27 May 2003 04:39:39 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RBdcwK011536; Tue, 27 May 2003 04:39:38 -0700 (PDT) Date: Tue, 27 May 2003 04:39:38 -0700 (PDT) From: Christian Weisgerber Message-Id: <200305271139.h4RBdcwK011536@freefall.freebsd.org> To: dima@KOT.SPb.Ru, naddy@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/51829: New version of autocd 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: Tue, 27 May 2003 11:39:40 -0000 Synopsis: New version of autocd port State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Tue May 27 04:39:13 PDT 2003 State-Changed-Why: Superseded by ports/52712. http://www.freebsd.org/cgi/query-pr.cgi?pr=51829 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 05:10: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 1B3D937B401 for ; Tue, 27 May 2003 05:10:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18DDA43FAF for ; Tue, 27 May 2003 05:10:13 -0700 (PDT) (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 h4RCACUp016076 for ; Tue, 27 May 2003 05:10:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RCACrr016075; Tue, 27 May 2003 05:10:12 -0700 (PDT) Resent-Date: Tue, 27 May 2003 05:10:12 -0700 (PDT) Resent-Message-Id: <200305271210.h4RCACrr016075@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 9B70837B40C for ; Tue, 27 May 2003 05:00:50 -0700 (PDT) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0216243F3F for ; Tue, 27 May 2003 05:00:50 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([211.126.47.101]) by hfep02.dion.ne.jp with SMTP id <20030527120047876.YAIE@hfep02.dion.ne.jp> for ; Tue, 27 May 2003 21:00:47 +0900 Message-Id: <20030527210005.3fcaa70a.tkato@prontomail.com> Date: Tue, 27 May 2003 21:00:05 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52714: Update port: editors/xcoral to 3.42b X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 May 2003 12:10:18 -0000 >Number: 52714 >Category: ports >Synopsis: Update port: editors/xcoral to 3.42b >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 May 27 05:10:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 3.42b >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/xcoral/Makefile editors/xcoral/Makefile --- /usr/ports/editors/xcoral/Makefile Sat Apr 12 22:45:21 2003 +++ editors/xcoral/Makefile Tue May 27 18:46:14 2003 @@ -6,7 +6,7 @@ # PORTNAME= xcoral -PORTVERSION= 3.42 +PORTVERSION= 3.42b CATEGORIES= editors MASTER_SITES= http://xcoral.free.fr/ @@ -14,10 +14,9 @@ COMMENT= A multiwindow mouse-based text editor for X USE_X_PREFIX= yes - GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share -PLIST_SUB+= PORTVERSION=${PORTVERSION} +PLIST_SUB+= PORTVERSION=${PORTVERSION:S/b//} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${PREFIX}/bin diff -urN /usr/ports/editors/xcoral/distinfo editors/xcoral/distinfo --- /usr/ports/editors/xcoral/distinfo Sat Apr 12 22:45:21 2003 +++ editors/xcoral/distinfo Tue May 27 18:35:07 2003 @@ -1 +1 @@ -MD5 (xcoral-3.42.tar.gz) = a6169cbaf5b23ff049e9f0848aee7506 +MD5 (xcoral-3.42b.tar.gz) = 070249fb6ba8eb37014a78d487d7e517 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 05:10: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 39C5037B404 for ; Tue, 27 May 2003 05:10:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A37843F85 for ; Tue, 27 May 2003 05:10:12 -0700 (PDT) (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 h4RCACUp016063 for ; Tue, 27 May 2003 05:10:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RCAC0a016062; Tue, 27 May 2003 05:10:12 -0700 (PDT) Resent-Date: Tue, 27 May 2003 05:10:12 -0700 (PDT) Resent-Message-Id: <200305271210.h4RCAC0a016062@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 3CEA037B401 for ; Tue, 27 May 2003 05:00:42 -0700 (PDT) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC3243F75 for ; Tue, 27 May 2003 05:00:41 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([211.126.47.101]) by hfep02.dion.ne.jp with SMTP id <20030527120038306.YAEP@hfep02.dion.ne.jp> for ; Tue, 27 May 2003 21:00:38 +0900 Message-Id: <20030527205959.605789fb.tkato@prontomail.com> Date: Tue, 27 May 2003 20:59:59 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52713: Update port: audio/mhwaveedit to 1.2.2 (fix ports/52476) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 May 2003 12:10:18 -0000 >Number: 52713 >Category: ports >Synopsis: Update port: audio/mhwaveedit to 1.2.2 (fix ports/52476) >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 May 27 05:10:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.2.2 New file: files/patc-src::viewcache.c Following PR(s) should be superseded by this one: [2003/05/20] ports/52476 ports-bugs Update port: audio/mhwaveedit to 1.2.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/mhwaveedit/Makefile audio/mhwaveedit/Makefile --- /usr/ports/audio/mhwaveedit/Makefile Sat Apr 12 22:35:53 2003 +++ audio/mhwaveedit/Makefile Tue May 27 13:34:44 2003 @@ -7,17 +7,16 @@ # PORTNAME= mhwaveedit -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= audio MASTER_SITES= http://www.mtek.chalmers.se/~hjormagn/ MAINTAINER= ports@FreeBSD.org COMMENT= A graphical program for editing sound files -LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ - gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 +LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile +USE_GNOME= gtk20 USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff -urN /usr/ports/audio/mhwaveedit/distinfo audio/mhwaveedit/distinfo --- /usr/ports/audio/mhwaveedit/distinfo Thu Jan 23 21:15:22 2003 +++ audio/mhwaveedit/distinfo Tue May 27 13:27:06 2003 @@ -1 +1 @@ -MD5 (mhwaveedit-1.2.0.tar.gz) = 32114d82dc97043f6c74bad45e1109b4 +MD5 (mhwaveedit-1.2.2.tar.gz) = 331b35e32270073db0ab52c590e7f0c8 diff -urN /usr/ports/audio/mhwaveedit/files/patch-src::viewcache.c audio/mhwaveedit/files/patch-src::viewcache.c --- /usr/ports/audio/mhwaveedit/files/patch-src::viewcache.c Thu Jan 1 09:00:00 1970 +++ audio/mhwaveedit/files/patch-src::viewcache.c Sat May 17 23:44:42 2003 @@ -0,0 +1,14 @@ +--- src/viewcache.c.orig Sun May 11 06:09:12 2003 ++++ src/viewcache.c Sat May 17 23:44:17 2003 +@@ -24,6 +24,11 @@ + #include "inifile.h" + #include "main.h" + ++#ifndef HAVE_CEILL ++#define ceill(x) ceil((double)(x)) ++#define HAVE_CEILL ++#endif ++ + /* How many columns to update (max) for each call to view_cache_update */ + #define PIXELS_PER_UPDATE 10 + #define GUINT32(x) ((guint32)x) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 05:10: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 49D6637B401 for ; Tue, 27 May 2003 05:10:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82D8A43FD7 for ; Tue, 27 May 2003 05:10:14 -0700 (PDT) (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 h4RCADUp016116 for ; Tue, 27 May 2003 05:10:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RCADL6016115; Tue, 27 May 2003 05:10:13 -0700 (PDT) Resent-Date: Tue, 27 May 2003 05:10:13 -0700 (PDT) Resent-Message-Id: <200305271210.h4RCADL6016115@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 0872F37B405 for ; Tue, 27 May 2003 05:01:40 -0700 (PDT) Received: from hfep07.dion.ne.jp (hfep07.dion.ne.jp [203.181.105.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236B943F85 for ; Tue, 27 May 2003 05:01:39 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([211.126.47.101]) by hfep07.dion.ne.jp with SMTP id <20030527120132441.ZPWN@hfep07.dion.ne.jp> for ; Tue, 27 May 2003 21:01:32 +0900 Message-Id: <20030527210024.089bd41f.tkato@prontomail.com> Date: Tue, 27 May 2003 21:00:24 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52717: Update port: misc/gretl to 1.0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 May 2003 12:10:19 -0000 >Number: 52717 >Category: ports >Synopsis: Update port: misc/gretl to 1.0.9 >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 May 27 05:10:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.9 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/gretl/Makefile misc/gretl/Makefile --- /usr/ports/misc/gretl/Makefile Mon May 12 17:14:27 2003 +++ misc/gretl/Makefile Tue May 27 08:57:29 2003 @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,8 +16,7 @@ COMMENT= Gnu Regression, Econometrics and Time-series Library BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -LIB_DEPENDS= lapack.3:${PORTSDIR}/math/lapack \ - gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot USE_BZIP2= yes @@ -43,6 +42,12 @@ .else CONFIGURE_ARGS+= --without-gnome PLIST_SUB+= GRETLDATADIR="share" +.endif + +.if defined(WITH_LAPACK) +LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack +.else +CONFIGURE_ARGS+= --with-lapack=no .endif .include diff -urN /usr/ports/misc/gretl/distinfo misc/gretl/distinfo --- /usr/ports/misc/gretl/distinfo Mon May 12 17:14:27 2003 +++ misc/gretl/distinfo Tue May 27 09:25:29 2003 @@ -1 +1 @@ -MD5 (gretl-1.0.8.tar.bz2) = de3023ee1c2e0f2e769c63ad7c0f99da +MD5 (gretl-1.0.9.tar.bz2) = 4c723cb1e275e7ba31d8b7371bbc5133 diff -urN /usr/ports/misc/gretl/files/patch-configure.in misc/gretl/files/patch-configure.in --- /usr/ports/misc/gretl/files/patch-configure.in Sat Apr 26 09:30:43 2003 +++ misc/gretl/files/patch-configure.in Fri May 23 12:31:20 2003 @@ -1,6 +1,34 @@ ---- configure.in.orig Wed Apr 9 01:11:09 2003 -+++ configure.in Mon Apr 14 15:16:28 2003 -@@ -417,7 +417,7 @@ +--- configure.in.orig Fri May 2 00:17:37 2003 ++++ configure.in Fri May 23 12:31:12 2003 +@@ -169,6 +169,16 @@ + fi, + try_gmp=yes) + ++AC_ARG_WITH(lapack, ++[ --with-lapack Use LAPACK library [default=auto]], ++if test "x${withval}" = "xno" ++then ++ try_lapack=no ++else ++ try_lapack=yes ++fi, ++try_lapack=yes) ++ + AC_ARG_WITH(x-12-arima, + [ --with-x-12-arima include X-12-ARIMA support [default=yes]], + if test "${withval}" = "no" +@@ -277,7 +287,9 @@ + *darwin*) LAPACK_LIBS="-Wl,-framework -Wl,vecLib" + ;; + esac +-AM_PATH_LAPACK(, have_lapack="yes") ++if test x"${try_lapack}" != xno ; then ++ AM_PATH_LAPACK(, have_lapack="yes") ++fi + + dnl + dnl Check for gnuplot, and its PNG capacity +@@ -392,7 +404,7 @@ dnl Check for libpng dnl if test ${png_comments} = yes && test ${have_gtk} = "2.0" ; then @@ -9,3 +37,16 @@ png_failed="no", png_failed="yes" ) +@@ -557,12 +569,6 @@ + echo " + Please install libxml and then reconfigure gretl. + libxml is available from http://xmlsoft.org/ +-" +- +-elif test "${have_lapack}" = "no" ; then +-echo " +-Please install lapack and then reconfigure gretl. +-Lapack is available from http://www.netlib.org/lapack/ + " + + else diff -urN /usr/ports/misc/gretl/files/patch-lib::Makefile.in misc/gretl/files/patch-lib::Makefile.in --- /usr/ports/misc/gretl/files/patch-lib::Makefile.in Mon May 12 17:14:28 2003 +++ misc/gretl/files/patch-lib::Makefile.in Tue May 27 09:33:22 2003 @@ -1,7 +1,7 @@ ---- lib/Makefile.in.orig Mon Apr 21 23:24:57 2003 -+++ lib/Makefile.in Sun May 4 03:12:41 2003 -@@ -16,6 +16,11 @@ - GMP_LIBS = @GMP_LIBS@ +--- lib/Makefile.in.orig Sun May 25 04:04:32 2003 ++++ lib/Makefile.in Tue May 27 09:33:13 2003 +@@ -17,6 +17,11 @@ + FLIB = @FLIB@ have_gtk = @have_gtk@ +datadir = @datadir@ @@ -12,7 +12,7 @@ ifeq ($(INSTALL_PROGRAM),) INSTALL_PROGRAM = $(INSTALL) -m 755 endif -@@ -30,7 +35,7 @@ +@@ -31,7 +36,7 @@ libdir = $(prefix)/lib includedir = $(prefix)/include/gretl aclocaldir = $(prefix)/share/aclocal @@ -21,16 +21,16 @@ INSTALLDIRS = $(libdir) $(includedir) $(aclocaldir) -@@ -44,7 +49,7 @@ - INSTALL_CFG = install-cfg-old - endif +@@ -47,7 +52,7 @@ + + # The LIBS line may need FLIB (-lf2c or equivalent) at some point -LIBS = -lm -ldl -L/usr/local/lib -lz $(XML_LIBS) $(GLIB_LIBS) $(GMP_LIBS) +LIBS = -lm -lz $(XML_LIBS) $(GLIB_LIBS) $(GMP_LIBS) $(INTL_LIBS) #### End of system configuration section. #### -@@ -79,7 +84,7 @@ +@@ -83,7 +88,7 @@ LIBTOOL = ../libtool @@ -39,12 +39,12 @@ COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) -@@ -89,7 +94,7 @@ +@@ -93,7 +98,7 @@ - $(LIBGRETL): $(OBJS) $(LOBJS) $(CEPHES_OBJ) $(CEPHES_LOBJ) - $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(CEPHES_LOBJ) \ -- -rpath $(prefix)/lib $(LIBS) -version-info 0:7:0 -+ -rpath $(prefix)/lib $(LIBS) -version-info 0:7:0 $(LDFLAGS) + $(LIBGRETL): $(OBJS) $(LOBJS) $(AUX_OBJ) $(AUX_LOBJ) + $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \ +- -rpath $(prefix)/lib $(LIBS) -version-info 0:8:0 ++ -rpath $(prefix)/lib $(LIBS) -version-info 0:8:0 $(LDFLAGS) -include $(OBJS:.o=.d) diff -urN /usr/ports/misc/gretl/pkg-plist misc/gretl/pkg-plist --- /usr/ports/misc/gretl/pkg-plist Mon May 12 17:14:28 2003 +++ misc/gretl/pkg-plist Tue May 27 09:49:51 2003 @@ -23,6 +23,7 @@ include/gretl/libprob.h include/gretl/modelprint.h include/gretl/monte_carlo.h +include/gretl/nls.h include/gretl/nonparam.h include/gretl/printout.h include/gretl/pvalues.h @@ -153,6 +154,7 @@ %%GRETLDATADIR%%/gretl/data/greene/greene18_1.gdt %%GRETLDATADIR%%/gretl/data/greene/greene18_2.gdt %%GRETLDATADIR%%/gretl/data/greene/greene19_1.gdt +%%GRETLDATADIR%%/gretl/data/greene/greene5_1.gdt %%GRETLDATADIR%%/gretl/data/greene/greene7_8.gdt %%GRETLDATADIR%%/gretl/data/greene/greene8_3.gdt %%GRETLDATADIR%%/gretl/data/greene/greene9_1.gdt @@ -175,6 +177,7 @@ %%GRETLDATADIR%%/gretl/scripts/greene7_8.inp %%GRETLDATADIR%%/gretl/scripts/greene8_3.inp %%GRETLDATADIR%%/gretl/scripts/greene9_1.inp +%%GRETLDATADIR%%/gretl/scripts/greene9_3.inp %%GRETLDATADIR%%/gretl/scripts/ps10-1.inp %%GRETLDATADIR%%/gretl/scripts/ps10-10.inp %%GRETLDATADIR%%/gretl/scripts/ps10-11.inp @@ -262,6 +265,7 @@ %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/chapters/looping.xml %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/chapters/modes.xml %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/chapters/native.xml +%%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/chapters/nls.xml %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/chapters/optarg.xml %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/chapters/panel.xml %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/chapters/starting.xml @@ -276,11 +280,14 @@ %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/greeneC.png %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/gretl-logo.png %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/important.png +%%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/influence.png %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/ldx.png %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/ldy.png %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/mainwin.png %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/menubar.png +%%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/model_table.png %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/modelwin.png +%%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/nls_window.png %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/note.png %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/plot_control.png %%GNOME:%%%%GRETLDATADIR%%/help/gretl/C/figures/scriptwin.png >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 05:10: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 6CE6037B404 for ; Tue, 27 May 2003 05:10:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B52C43FBD for ; Tue, 27 May 2003 05:10:13 -0700 (PDT) (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 h4RCADUp016089 for ; Tue, 27 May 2003 05:10:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RCADS9016088; Tue, 27 May 2003 05:10:13 -0700 (PDT) Resent-Date: Tue, 27 May 2003 05:10:13 -0700 (PDT) Resent-Message-Id: <200305271210.h4RCADS9016088@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 887AF37B404 for ; Tue, 27 May 2003 05:01:06 -0700 (PDT) Received: from hfep07.dion.ne.jp (hfep07.dion.ne.jp [203.181.105.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F72443FBD for ; Tue, 27 May 2003 05:01:05 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([211.126.47.101]) by hfep07.dion.ne.jp with SMTP id <20030527120056127.ZPNZ@hfep07.dion.ne.jp> for ; Tue, 27 May 2003 21:00:56 +0900 Message-Id: <20030527210012.01b62c8f.tkato@prontomail.com> Date: Tue, 27 May 2003 21:00:12 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52715: Update port: graphics/sane-backends to 1.0.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: Tue, 27 May 2003 12:10:19 -0000 >Number: 52715 >Category: ports >Synopsis: Update port: graphics/sane-backends to 1.0.12 >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 May 27 05:10:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.12 New file: files/patch-sanei_sanei_usb.c Following PR(s) should be superseded by this one: [2003/02/24] ports/48636 ports-bugs Build options in Makefile.local are ignored [2003/05/02] ports/51692 ports-bugs Patch to enable USB scanner autodetection >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/sane-backends/Makefile graphics/sane-backends/Makefile --- /usr/ports/graphics/sane-backends/Makefile Sat Apr 12 22:49:35 2003 +++ graphics/sane-backends/Makefile Tue May 27 13:41:54 2003 @@ -6,12 +6,13 @@ # PORTNAME= sane-backends -PORTVERSION= 1.0.11 +PORTVERSION= 1.0.12 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} +MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} \ + old-versions/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= API for access to scanners, digitals camera, frame grabbers etc @@ -29,6 +30,8 @@ MAKE_ENV= NOPORTDOCS=${NOPORTDOCS} INSTALLS_SHLIB= yes +.include + .if defined(WITH_GPHOTO2) LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/gphoto2 CONFIGURE_ARGS+= --with-gphoto2=yes @@ -50,4 +53,4 @@ s|gphoto2 2.0.1|gphoto2 2.0|g' ${WRKSRC}/configure .include "Makefile.man" -.include +.include diff -urN /usr/ports/graphics/sane-backends/Makefile.man graphics/sane-backends/Makefile.man --- /usr/ports/graphics/sane-backends/Makefile.man Wed Feb 12 19:11:44 2003 +++ graphics/sane-backends/Makefile.man Tue May 27 12:50:25 2003 @@ -26,8 +26,11 @@ MAN5+= sane-gphoto2.5 MAN5+= sane-gt68xx.5 MAN5+= sane-hp.5 +MAN5+= sane-hp5400.5 MAN5+= sane-hpsj5s.5 +MAN5+= sane-ibm.5 MAN5+= sane-leo.5 +MAN5+= sane-ma1509.5 MAN5+= sane-matsushita.5 MAN5+= sane-microtek.5 MAN5+= sane-microtek2.5 diff -urN /usr/ports/graphics/sane-backends/distinfo graphics/sane-backends/distinfo --- /usr/ports/graphics/sane-backends/distinfo Wed Feb 12 19:11:44 2003 +++ graphics/sane-backends/distinfo Tue May 27 11:05:15 2003 @@ -1 +1 @@ -MD5 (sane-backends-1.0.11.tar.gz) = 7f0f1a7dbc1cf164f7adc2f1cb4ec13b +MD5 (sane-backends-1.0.12.tar.gz) = 28d4d7469cd688dac94c7a415a81a6bb diff -urN /usr/ports/graphics/sane-backends/files/patch-doc_Makefile.in graphics/sane-backends/files/patch-doc_Makefile.in --- /usr/ports/graphics/sane-backends/files/patch-doc_Makefile.in Wed Feb 12 19:11:44 2003 +++ graphics/sane-backends/files/patch-doc_Makefile.in Tue May 27 13:32:34 2003 @@ -1,5 +1,5 @@ ---- doc/Makefile.in.orig Sat Feb 1 05:04:56 2003 -+++ doc/Makefile.in Wed Feb 5 00:25:50 2003 +--- doc/Makefile.in.orig Thu May 1 08:12:55 2003 ++++ doc/Makefile.in Tue May 27 13:32:26 2003 @@ -25,7 +25,7 @@ includedir = @includedir@ oldincludedir = /usr/include @@ -9,8 +9,8 @@ MKDIR = $(top_srcdir)/mkinstalldirs INSTALL = @INSTALL@ -@@ -53,7 +53,7 @@ - sane-coolscan2.5 sane-hpsj5s.5 sane-gt68xx.5 sane-artec_eplus48u.5 +@@ -54,7 +54,7 @@ + sane-ma1509.5 sane-ibm.5 sane-hp5400.5 SECT7 = sane.7 MANPAGES = $(SECT1) $(SECT5) $(SECT7) -READMES = README AUTHORS COPYING ChangeLog LICENSE NEWS PROBLEMS \ @@ -18,16 +18,7 @@ PROJECTS README README.aix README.beos README.darwin README.freebsd \ README.hp-ux README.linux README.netbsd README.openbsd README.os2 \ README.solaris README.unixware2 README.unixware7 TODO -@@ -93,7 +93,7 @@ - .PHONY: all clean depend dist distclean html html-man install \ - install-mostang sane-html uninstall - --all: sane.ps $(MANPAGES) -+all: $(MANPAGES) - - %.1 %.5 %.7: %.man - @sed -e 's|@DATADIR@|$(datadir)|g' \ -@@ -120,6 +120,7 @@ +@@ -133,6 +133,7 @@ echo installing $${page} in $(mandir)/man7/$${page}...; \ $(INSTALL_DATA) $${page} $(DESTDIR)$(mandir)/man7/$${page} || exit 1; \ done @@ -35,7 +26,12 @@ $(MKDIR) $(DESTDIR)$(docdir) @for readme in $(READMES); do \ echo installing $${readme} in $(docdir)/$${readme}...; \ -@@ -140,6 +141,7 @@ +@@ -149,10 +150,11 @@ + fi \ + done \ + done +- @-for doc in $(DOCS) $(HTML_PAGES); do \ ++ @-for doc in $(HTML_PAGES); do \ echo installing $${doc} in $(docdir)/$${doc}...; \ $(INSTALL_DATA) $${doc} $(DESTDIR)$(docdir)/$${doc}; \ done diff -urN /usr/ports/graphics/sane-backends/files/patch-sanei_sanei_usb.c graphics/sane-backends/files/patch-sanei_sanei_usb.c --- /usr/ports/graphics/sane-backends/files/patch-sanei_sanei_usb.c Thu Jan 1 09:00:00 1970 +++ graphics/sane-backends/files/patch-sanei_sanei_usb.c Tue May 27 12:20:07 2003 @@ -0,0 +1,95 @@ +--- sanei/sanei_usb.c.orig Sun Apr 20 23:55:43 2003 ++++ sanei/sanei_usb.c Tue May 27 12:19:51 2003 +@@ -59,6 +59,10 @@ + #include + #endif /* HAVE_LIBUSB */ + ++#if defined (__FreeBSD__) ++#include ++#endif /* __FreeBSD__ */ ++ + #define BACKEND_NAME sanei_usb + #include "../include/sane/sane.h" + #include "../include/sane/sanei_debug.h" +@@ -177,6 +181,49 @@ + } + } + ++#if defined (__FreeBSD__) ++static void ++kernel_get_vendor_product (int fd, const char *name, int *vendorID, int *productID) ++{ ++ int controller; ++ int ctrl_fd; ++ char buf[40]; ++ int dev; ++ ++ for (controller = 0; ; controller++ ) ++ { ++ snprintf (buf, sizeof( buf ) - 1, "/dev/usb%d", controller); ++ ctrl_fd = open (buf, O_RDWR); ++ ++ /* If we can not open the usb controller device, treat it ++ as the end of controller devices */ ++ if (ctrl_fd < 0) ++ break; ++ ++ /* Search for the scanner device on this bus */ ++ for( dev = 1; dev < USB_MAX_DEVICES; dev++ ) ++ { ++ struct usb_device_info devInfo; ++ devInfo.udi_addr = dev; ++ ++ if (ioctl (ctrl_fd, USB_DEVICEINFO, &devInfo) == -1) ++ break; /* Treak this as the end of devices for this controller */ ++ ++ snprintf( buf, sizeof( buf ), "/dev/%s", devInfo.udi_devnames[0] ); ++ if( strncmp( buf, name, sizeof( buf ) ) == 0 ) ++ { ++ *vendorID = (int)devInfo.udi_vendorNo; ++ *productID = (int)devInfo.udi_productNo; ++ close( ctrl_fd ); ++ return; ++ } ++ } ++ close( ctrl_fd ); ++ DBG (3, "kernel_get_vendor_product: Could not retrieve " ++ "vendor/product ID from device %d\n", fd ); ++ } ++} ++#else + static void + kernel_get_vendor_product (int fd, int *vendorID, int *productID) + { +@@ -197,6 +244,7 @@ + #endif /* defined (__linux__) */ + /* put more os-dependant stuff ... */ + } ++#endif + + void + sanei_usb_init (void) +@@ -277,7 +325,11 @@ + } + vendor = -1; + product = -1; ++#if defined (__FreeBSD__) ++ kernel_get_vendor_product (fd, devname, &vendor, &product); ++#else + kernel_get_vendor_product (fd, &vendor, &product); ++#endif + close (fd); + devices[dn].devname = strdup (devname); + if (!devices[dn].devname) +@@ -440,7 +492,11 @@ + } + + if (devices[dn].method == sanei_usb_method_scanner_driver) ++#if defined (__FreeBSD__) ++ kernel_get_vendor_product (devices[dn].fd, devices[dn].devname, &vendorID, &productID); ++#else + kernel_get_vendor_product (devices[dn].fd, &vendorID, &productID); ++#endif + else if (devices[dn].method == sanei_usb_method_libusb) + { + #ifdef HAVE_LIBUSB diff -urN /usr/ports/graphics/sane-backends/pkg-plist graphics/sane-backends/pkg-plist --- /usr/ports/graphics/sane-backends/pkg-plist Wed Feb 12 19:11:44 2003 +++ graphics/sane-backends/pkg-plist Tue May 27 13:28:29 2003 @@ -23,7 +23,10 @@ %%GPHOTO2%%etc/sane.d/gphoto2.conf etc/sane.d/gt68xx.conf etc/sane.d/hp.conf +etc/sane.d/hp5400.conf +etc/sane.d/ibm.conf etc/sane.d/leo.conf +etc/sane.d/ma1509.conf etc/sane.d/matsushita.conf etc/sane.d/microtek.conf etc/sane.d/microtek2.conf @@ -121,9 +124,18 @@ lib/sane/libsane-hp.a lib/sane/libsane-hp.so lib/sane/libsane-hp.so.1 +lib/sane/libsane-hp5400.a +lib/sane/libsane-hp5400.so +lib/sane/libsane-hp5400.so.1 +lib/sane/libsane-ibm.a +lib/sane/libsane-ibm.so +lib/sane/libsane-ibm.so.1 lib/sane/libsane-leo.a lib/sane/libsane-leo.so lib/sane/libsane-leo.so.1 +lib/sane/libsane-ma1509.a +lib/sane/libsane-ma1509.so +lib/sane/libsane-ma1509.so.1 lib/sane/libsane-matsushita.a lib/sane/libsane-matsushita.so lib/sane/libsane-matsushita.so.1 @@ -223,7 +235,6 @@ %%PORTDOCS%%share/doc/sane/README.unixware2 %%PORTDOCS%%share/doc/sane/README.unixware7 %%PORTDOCS%%share/doc/sane/TODO -%%PORTDOCS%%share/doc/sane/backend-writing.txt %%PORTDOCS%%share/doc/sane/canon/canon.changes %%PORTDOCS%%share/doc/sane/canon/canon.install2700F.txt %%PORTDOCS%%share/doc/sane/gt68xx/gt68xx.CHANGES @@ -236,6 +247,10 @@ %%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/sane-backends.html +%%PORTDOCS%%share/doc/sane/sane-backends-external.html +%%PORTDOCS%%share/doc/sane/sane-mfgs.html +%%PORTDOCS%%share/doc/sane/sane-mfgs-external.html %%PORTDOCS%%share/doc/sane/sceptre/s1200.txt %%PORTDOCS%%share/doc/sane/teco/teco1.txt %%PORTDOCS%%share/doc/sane/teco/teco2.txt @@ -246,12 +261,16 @@ %%PORTDOCS%%share/doc/sane/umax/sane-umax-advanced.jpg %%PORTDOCS%%share/doc/sane/umax/sane-umax-astra-doc.html %%PORTDOCS%%share/doc/sane/umax/sane-umax-config-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-contact.html %%PORTDOCS%%share/doc/sane/umax/sane-umax-doc.dvi %%PORTDOCS%%share/doc/sane/umax/sane-umax-doc.html %%PORTDOCS%%share/doc/sane/umax/sane-umax-doc.tex +%%PORTDOCS%%share/doc/sane/umax/sane-umax-download.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-firewire-info.html %%PORTDOCS%%share/doc/sane/umax/sane-umax-histogram.jpg %%PORTDOCS%%share/doc/sane/umax/sane-umax-mailinglist.html %%PORTDOCS%%share/doc/sane/umax/sane-umax-mirage-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-news.html %%PORTDOCS%%share/doc/sane/umax/sane-umax-not-listed-doc.html %%PORTDOCS%%share/doc/sane/umax/sane-umax-old-scanners-doc.html %%PORTDOCS%%share/doc/sane/umax/sane-umax-options-doc.html @@ -268,6 +287,7 @@ %%PORTDOCS%%share/doc/sane/umax/sane-umax-text4.jpg %%PORTDOCS%%share/doc/sane/umax/sane-umax-uc-doc.html %%PORTDOCS%%share/doc/sane/umax/sane-umax-vista-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-websites.html %%PORTDOCS%%share/doc/sane/umax/sane-umax.jpg %%PORTDOCS%%share/doc/sane/umax/umax.BUGS %%PORTDOCS%%share/doc/sane/umax/umax.CHANGES @@ -287,6 +307,8 @@ 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 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 05: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 7048537B405 for ; Tue, 27 May 2003 05:10:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 159C143FCB for ; Tue, 27 May 2003 05:10:14 -0700 (PDT) (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 h4RCADUp016103 for ; Tue, 27 May 2003 05:10:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RCADtG016102; Tue, 27 May 2003 05:10:13 -0700 (PDT) Resent-Date: Tue, 27 May 2003 05:10:13 -0700 (PDT) Resent-Message-Id: <200305271210.h4RCADtG016102@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 C777637B401 for ; Tue, 27 May 2003 05:01:26 -0700 (PDT) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id D127A43F3F for ; Tue, 27 May 2003 05:01:25 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([211.126.47.101]) by hfep08.dion.ne.jp with SMTP id <20030527120112039.REEY@hfep08.dion.ne.jp> for ; Tue, 27 May 2003 21:01:12 +0900 Message-Id: <20030527210020.2bed984c.tkato@prontomail.com> Date: Tue, 27 May 2003 21:00:20 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52716: Update port: math/drgenius to 0.8.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: Tue, 27 May 2003 12:10:20 -0000 >Number: 52716 >Category: ports >Synopsis: Update port: math/drgenius to 0.8.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: Tue May 27 05:10:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.8.4 Remove file: files/patch-drgeo_adaptDialog.cc >How-To-Repeat: >Fix: diff -urN /usr/ports/math/drgenius/Makefile math/drgenius/Makefile --- /usr/ports/math/drgenius/Makefile Fri May 2 17:06:05 2003 +++ math/drgenius/Makefile Tue May 27 18:20:44 2003 @@ -6,7 +6,7 @@ # PORTNAME= drgenius -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= math MASTER_SITES= http://www.ofset.org/drgenius/ @@ -17,16 +17,18 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack libglade USE_REINPLACE= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libglade GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + LDFLAGS="-L${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|#include ||g' ${WRKSRC}/drgeo_adaptDialog.cc .include diff -urN /usr/ports/math/drgenius/distinfo math/drgenius/distinfo --- /usr/ports/math/drgenius/distinfo Wed Feb 12 19:12:07 2003 +++ math/drgenius/distinfo Tue May 27 18:08:21 2003 @@ -1 +1 @@ -MD5 (drgenius-0.8.3.tar.gz) = a429ca9f42aa94145c306856094ba515 +MD5 (drgenius-0.8.4.tar.gz) = e679bba132a90962ad4de1457374416e diff -urN /usr/ports/math/drgenius/files/patch-drgeo_adaptDialog.cc math/drgenius/files/patch-drgeo_adaptDialog.cc --- /usr/ports/math/drgenius/files/patch-drgeo_adaptDialog.cc Sat Jan 11 17:35:25 2003 +++ math/drgenius/files/patch-drgeo_adaptDialog.cc Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- drgeo_adaptDialog.cc.orig Sat Jan 11 03:21:20 2003 -+++ drgeo_adaptDialog.cc Sat Jan 11 03:21:27 2003 -@@ -24,7 +24,6 @@ - #include - #include - #include --#include - #include - - #include diff -urN /usr/ports/math/drgenius/pkg-plist math/drgenius/pkg-plist --- /usr/ports/math/drgenius/pkg-plist Wed Feb 12 19:12:07 2003 +++ math/drgenius/pkg-plist Tue May 27 18:25:41 2003 @@ -1,5 +1,6 @@ bin/drgenius share/gnome/apps/Utilities/drgenius.desktop +share/gnome/drgenius/examples/figures/angle-inscrit.drgenius share/gnome/drgenius/examples/figures/cercle-inscrit.xml share/gnome/drgenius/examples/figures/circle-locus.xml share/gnome/drgenius/examples/figures/conics.xml @@ -8,16 +9,24 @@ share/gnome/drgenius/examples/figures/euler-line.xml share/gnome/drgenius/examples/figures/hyperbola-locus.xml share/gnome/drgenius/examples/figures/mercedes.drgenius +share/gnome/drgenius/examples/figures/moyenne-prop.drgenius share/gnome/drgenius/examples/figures/orthocenter-locus.xml +share/gnome/drgenius/examples/figures/orthocentre-symetique.drgenius share/gnome/drgenius/examples/figures/parabola-locus.xml share/gnome/drgenius/examples/figures/parabola2-locus.xml share/gnome/drgenius/examples/figures/parallelogramme.xml +share/gnome/drgenius/examples/figures/partage-segment.drgenius share/gnome/drgenius/examples/figures/polygons.drgenius share/gnome/drgenius/examples/figures/script1.xml share/gnome/drgenius/examples/figures/sinusoide.drgenius share/gnome/drgenius/examples/figures/slope.drgenius +share/gnome/drgenius/examples/figures/symmetry-axe-2.drgenius +share/gnome/drgenius/examples/figures/symmetry-center.drgenius share/gnome/drgenius/examples/figures/triangle-scale.drgenius share/gnome/drgenius/examples/figures/triangle_rectangle1.drgenius +share/gnome/drgenius/examples/figures/triangles-homothetiques.drgenius +share/gnome/drgenius/examples/figures/trigo1.drgenius +share/gnome/drgenius/examples/figures/varignon.drgenius share/gnome/drgenius/examples/macros/bissectrice.mac share/gnome/drgenius/examples/macros/centre1.mac share/gnome/drgenius/examples/macros/orthocentre.mac @@ -86,259 +95,6 @@ share/gnome/drgenius/glade/triangle.xpm share/gnome/drgenius/glade/vectrex.xpm share/gnome/drgenius/glade/widget-script.xpm -share/gnome/help/drgenius/C/contents.html -share/gnome/help/drgenius/C/default_behaviour.html -share/gnome/help/drgenius/C/drgenius.html -share/gnome/help/drgenius/C/drgenius_11.html -share/gnome/help/drgenius/C/drgenius_12.html -share/gnome/help/drgenius/C/drgenius_13.html -share/gnome/help/drgenius/C/drgenius_14.html -share/gnome/help/drgenius/C/drgenius_15.html -share/gnome/help/drgenius/C/drgenius_16.html -share/gnome/help/drgenius/C/drgenius_17.html -share/gnome/help/drgenius/C/drgenius_18.html -share/gnome/help/drgenius/C/drgenius_20.html -share/gnome/help/drgenius/C/drgenius_21.html -share/gnome/help/drgenius/C/drgenius_22.html -share/gnome/help/drgenius/C/drgenius_23.html -share/gnome/help/drgenius/C/drgenius_24.html -share/gnome/help/drgenius/C/drgenius_25.html -share/gnome/help/drgenius/C/drgenius_26.html -share/gnome/help/drgenius/C/drgenius_28.html -share/gnome/help/drgenius/C/drgenius_29.html -share/gnome/help/drgenius/C/drgenius_3.html -share/gnome/help/drgenius/C/drgenius_30.html -share/gnome/help/drgenius/C/drgenius_31.html -share/gnome/help/drgenius/C/drgenius_33.html -share/gnome/help/drgenius/C/drgenius_34.html -share/gnome/help/drgenius/C/drgenius_36.html -share/gnome/help/drgenius/C/drgenius_37.html -share/gnome/help/drgenius/C/drgenius_38.html -share/gnome/help/drgenius/C/drgenius_39.html -share/gnome/help/drgenius/C/drgenius_4.html -share/gnome/help/drgenius/C/drgenius_40.html -share/gnome/help/drgenius/C/drgenius_41.html -share/gnome/help/drgenius/C/drgenius_42.html -share/gnome/help/drgenius/C/drgenius_43.html -share/gnome/help/drgenius/C/drgenius_44.html -share/gnome/help/drgenius/C/drgenius_45.html -share/gnome/help/drgenius/C/drgenius_46.html -share/gnome/help/drgenius/C/drgenius_47.html -share/gnome/help/drgenius/C/drgenius_48.html -share/gnome/help/drgenius/C/drgenius_49.html -share/gnome/help/drgenius/C/drgenius_50.html -share/gnome/help/drgenius/C/drgenius_51.html -share/gnome/help/drgenius/C/drgenius_52.html -share/gnome/help/drgenius/C/drgenius_53.html -share/gnome/help/drgenius/C/drgenius_54.html -share/gnome/help/drgenius/C/drgenius_55.html -share/gnome/help/drgenius/C/drgenius_56.html -share/gnome/help/drgenius/C/drgenius_6.html -share/gnome/help/drgenius/C/drgenius_7.html -share/gnome/help/drgenius/C/drgenius_8.html -share/gnome/help/drgenius/C/drgenius_9.html -share/gnome/help/drgenius/C/drgenius_guile_script.html -share/gnome/help/drgenius/C/editing_object_styles.html -share/gnome/help/drgenius/C/figures/_fig3.png -share/gnome/help/drgenius/C/figures/blank.png -share/gnome/help/drgenius/C/figures/fig0.png -share/gnome/help/drgenius/C/figures/fig1.png -share/gnome/help/drgenius/C/figures/fig10.png -share/gnome/help/drgenius/C/figures/fig11.png -share/gnome/help/drgenius/C/figures/fig12.png -share/gnome/help/drgenius/C/figures/fig13.png -share/gnome/help/drgenius/C/figures/fig14.png -share/gnome/help/drgenius/C/figures/fig15.png -share/gnome/help/drgenius/C/figures/fig16.png -share/gnome/help/drgenius/C/figures/fig17.png -share/gnome/help/drgenius/C/figures/fig18.png -share/gnome/help/drgenius/C/figures/fig19.png -share/gnome/help/drgenius/C/figures/fig2.png -share/gnome/help/drgenius/C/figures/fig20.png -share/gnome/help/drgenius/C/figures/fig21.png -share/gnome/help/drgenius/C/figures/fig22.png -share/gnome/help/drgenius/C/figures/fig23.png -share/gnome/help/drgenius/C/figures/fig24.png -share/gnome/help/drgenius/C/figures/fig25.png -share/gnome/help/drgenius/C/figures/fig26.png -share/gnome/help/drgenius/C/figures/fig27.png -share/gnome/help/drgenius/C/figures/fig28.png -share/gnome/help/drgenius/C/figures/fig29.png -share/gnome/help/drgenius/C/figures/fig3.png -share/gnome/help/drgenius/C/figures/fig30.png -share/gnome/help/drgenius/C/figures/fig31.png -share/gnome/help/drgenius/C/figures/fig32.png -share/gnome/help/drgenius/C/figures/fig33.png -share/gnome/help/drgenius/C/figures/fig34.png -share/gnome/help/drgenius/C/figures/fig35.png -share/gnome/help/drgenius/C/figures/fig36.png -share/gnome/help/drgenius/C/figures/fig37.png -share/gnome/help/drgenius/C/figures/fig38.png -share/gnome/help/drgenius/C/figures/fig39.png -share/gnome/help/drgenius/C/figures/fig4.png -share/gnome/help/drgenius/C/figures/fig40.png -share/gnome/help/drgenius/C/figures/fig41.png -share/gnome/help/drgenius/C/figures/fig42.png -share/gnome/help/drgenius/C/figures/fig43.png -share/gnome/help/drgenius/C/figures/fig44.png -share/gnome/help/drgenius/C/figures/fig45.png -share/gnome/help/drgenius/C/figures/fig46.png -share/gnome/help/drgenius/C/figures/fig47.png -share/gnome/help/drgenius/C/figures/fig48.png -share/gnome/help/drgenius/C/figures/fig49.png -share/gnome/help/drgenius/C/figures/fig5.png -share/gnome/help/drgenius/C/figures/fig50.png -share/gnome/help/drgenius/C/figures/fig51.png -share/gnome/help/drgenius/C/figures/fig52.png -share/gnome/help/drgenius/C/figures/fig53.png -share/gnome/help/drgenius/C/figures/fig54.png -share/gnome/help/drgenius/C/figures/fig55.png -share/gnome/help/drgenius/C/figures/fig6.png -share/gnome/help/drgenius/C/figures/fig7.png -share/gnome/help/drgenius/C/figures/fig8.png -share/gnome/help/drgenius/C/figures/fig9.png -share/gnome/help/drgenius/C/figures/next.png -share/gnome/help/drgenius/C/figures/previous.png -share/gnome/help/drgenius/C/figures/up.png -share/gnome/help/drgenius/C/introduction.html -share/gnome/help/drgenius/C/line_tools.html -share/gnome/help/drgenius/C/macroconstruction_tools.html -share/gnome/help/drgenius/C/numeric_tools.html -share/gnome/help/drgenius/C/other_tools.html -share/gnome/help/drgenius/C/point_tools.html -share/gnome/help/drgenius/C/topic.dat -share/gnome/help/drgenius/C/transformation_tools.html -share/gnome/help/drgenius/C/using_macro.html -share/gnome/help/drgenius/es/contents.html -share/gnome/help/drgenius/es/drgenius.html -share/gnome/help/drgenius/es/drgenius_11.html -share/gnome/help/drgenius/es/drgenius_12.html -share/gnome/help/drgenius/es/drgenius_13.html -share/gnome/help/drgenius/es/drgenius_14.html -share/gnome/help/drgenius/es/drgenius_15.html -share/gnome/help/drgenius/es/drgenius_16.html -share/gnome/help/drgenius/es/drgenius_17.html -share/gnome/help/drgenius/es/drgenius_18.html -share/gnome/help/drgenius/es/drgenius_20.html -share/gnome/help/drgenius/es/drgenius_21.html -share/gnome/help/drgenius/es/drgenius_22.html -share/gnome/help/drgenius/es/drgenius_23.html -share/gnome/help/drgenius/es/drgenius_24.html -share/gnome/help/drgenius/es/drgenius_25.html -share/gnome/help/drgenius/es/drgenius_26.html -share/gnome/help/drgenius/es/drgenius_28.html -share/gnome/help/drgenius/es/drgenius_29.html -share/gnome/help/drgenius/es/drgenius_3.html -share/gnome/help/drgenius/es/drgenius_30.html -share/gnome/help/drgenius/es/drgenius_31.html -share/gnome/help/drgenius/es/drgenius_33.html -share/gnome/help/drgenius/es/drgenius_34.html -share/gnome/help/drgenius/es/drgenius_36.html -share/gnome/help/drgenius/es/drgenius_37.html -share/gnome/help/drgenius/es/drgenius_38.html -share/gnome/help/drgenius/es/drgenius_39.html -share/gnome/help/drgenius/es/drgenius_4.html -share/gnome/help/drgenius/es/drgenius_40.html -share/gnome/help/drgenius/es/drgenius_41.html -share/gnome/help/drgenius/es/drgenius_42.html -share/gnome/help/drgenius/es/drgenius_43.html -share/gnome/help/drgenius/es/drgenius_45.html -share/gnome/help/drgenius/es/drgenius_46.html -share/gnome/help/drgenius/es/drgenius_47.html -share/gnome/help/drgenius/es/drgenius_48.html -share/gnome/help/drgenius/es/drgenius_49.html -share/gnome/help/drgenius/es/drgenius_50.html -share/gnome/help/drgenius/es/drgenius_51.html -share/gnome/help/drgenius/es/drgenius_52.html -share/gnome/help/drgenius/es/drgenius_53.html -share/gnome/help/drgenius/es/drgenius_54.html -share/gnome/help/drgenius/es/drgenius_6.html -share/gnome/help/drgenius/es/drgenius_7.html -share/gnome/help/drgenius/es/drgenius_8.html -share/gnome/help/drgenius/es/drgenius_9.html -share/gnome/help/drgenius/es/introduction.html -share/gnome/help/drgenius/es/line_tools.html -share/gnome/help/drgenius/es/macroconstruction_tools.html -share/gnome/help/drgenius/es/numeric_tools.html -share/gnome/help/drgenius/es/other_tools.html -share/gnome/help/drgenius/es/point_tools.html -share/gnome/help/drgenius/es/topic.dat -share/gnome/help/drgenius/es/transformation_tools.html -share/gnome/help/drgenius/es/using_macro.html -share/gnome/help/drgenius/fr/contents.html -share/gnome/help/drgenius/fr/default_behaviour.html -share/gnome/help/drgenius/fr/drgenius.html -share/gnome/help/drgenius/fr/drgenius_11.html -share/gnome/help/drgenius/fr/drgenius_12.html -share/gnome/help/drgenius/fr/drgenius_13.html -share/gnome/help/drgenius/fr/drgenius_14.html -share/gnome/help/drgenius/fr/drgenius_15.html -share/gnome/help/drgenius/fr/drgenius_16.html -share/gnome/help/drgenius/fr/drgenius_17.html -share/gnome/help/drgenius/fr/drgenius_18.html -share/gnome/help/drgenius/fr/drgenius_20.html -share/gnome/help/drgenius/fr/drgenius_21.html -share/gnome/help/drgenius/fr/drgenius_22.html -share/gnome/help/drgenius/fr/drgenius_23.html -share/gnome/help/drgenius/fr/drgenius_24.html -share/gnome/help/drgenius/fr/drgenius_25.html -share/gnome/help/drgenius/fr/drgenius_26.html -share/gnome/help/drgenius/fr/drgenius_28.html -share/gnome/help/drgenius/fr/drgenius_29.html -share/gnome/help/drgenius/fr/drgenius_3.html -share/gnome/help/drgenius/fr/drgenius_30.html -share/gnome/help/drgenius/fr/drgenius_31.html -share/gnome/help/drgenius/fr/drgenius_33.html -share/gnome/help/drgenius/fr/drgenius_34.html -share/gnome/help/drgenius/fr/drgenius_36.html -share/gnome/help/drgenius/fr/drgenius_37.html -share/gnome/help/drgenius/fr/drgenius_38.html -share/gnome/help/drgenius/fr/drgenius_39.html -share/gnome/help/drgenius/fr/drgenius_4.html -share/gnome/help/drgenius/fr/drgenius_40.html -share/gnome/help/drgenius/fr/drgenius_41.html -share/gnome/help/drgenius/fr/drgenius_42.html -share/gnome/help/drgenius/fr/drgenius_43.html -share/gnome/help/drgenius/fr/drgenius_44.html -share/gnome/help/drgenius/fr/drgenius_45.html -share/gnome/help/drgenius/fr/drgenius_46.html -share/gnome/help/drgenius/fr/drgenius_47.html -share/gnome/help/drgenius/fr/drgenius_48.html -share/gnome/help/drgenius/fr/drgenius_49.html -share/gnome/help/drgenius/fr/drgenius_50.html -share/gnome/help/drgenius/fr/drgenius_51.html -share/gnome/help/drgenius/fr/drgenius_52.html -share/gnome/help/drgenius/fr/drgenius_53.html -share/gnome/help/drgenius/fr/drgenius_54.html -share/gnome/help/drgenius/fr/drgenius_55.html -share/gnome/help/drgenius/fr/drgenius_56.html -share/gnome/help/drgenius/fr/drgenius_57.html -share/gnome/help/drgenius/fr/drgenius_58.html -share/gnome/help/drgenius/fr/drgenius_59.html -share/gnome/help/drgenius/fr/drgenius_6.html -share/gnome/help/drgenius/fr/drgenius_60.html -share/gnome/help/drgenius/fr/drgenius_61.html -share/gnome/help/drgenius/fr/drgenius_62.html -share/gnome/help/drgenius/fr/drgenius_63.html -share/gnome/help/drgenius/fr/drgenius_64.html -share/gnome/help/drgenius/fr/drgenius_65.html -share/gnome/help/drgenius/fr/drgenius_66.html -share/gnome/help/drgenius/fr/drgenius_67.html -share/gnome/help/drgenius/fr/drgenius_68.html -share/gnome/help/drgenius/fr/drgenius_7.html -share/gnome/help/drgenius/fr/drgenius_8.html -share/gnome/help/drgenius/fr/drgenius_9.html -share/gnome/help/drgenius/fr/drgenius_guile_script.html -share/gnome/help/drgenius/fr/editing_object_styles.html -share/gnome/help/drgenius/fr/introduction.html -share/gnome/help/drgenius/fr/line_tools.html -share/gnome/help/drgenius/fr/macroconstruction_tools.html -share/gnome/help/drgenius/fr/numeric_tools.html -share/gnome/help/drgenius/fr/other_tools.html -share/gnome/help/drgenius/fr/point_tools.html -share/gnome/help/drgenius/fr/topic.dat -share/gnome/help/drgenius/fr/transformation_tools.html -share/gnome/help/drgenius/fr/using_macro.html share/gnome/pixmaps/drgenius.png share/gnome/pixmaps/gnome-drgenius-geo.png share/gnome/pixmaps/gnome-drgenius.png @@ -357,6 +113,7 @@ share/locale/it/LC_MESSAGES/drgenius.mo share/locale/ja/LC_MESSAGES/drgenius.mo share/locale/ko/LC_MESSAGES/drgenius.mo +share/locale/nl/LC_MESSAGES/drgenius.mo share/locale/no/LC_MESSAGES/drgenius.mo share/locale/pl/LC_MESSAGES/drgenius.mo share/locale/pt/LC_MESSAGES/drgenius.mo @@ -365,13 +122,6 @@ share/locale/sl/LC_MESSAGES/drgenius.mo share/locale/sv/LC_MESSAGES/drgenius.mo share/locale/uk/LC_MESSAGES/drgenius.mo -@dirrm share/gnome/help/drgenius/fr/figures -@dirrm share/gnome/help/drgenius/fr -@dirrm share/gnome/help/drgenius/es/figures -@dirrm share/gnome/help/drgenius/es -@dirrm share/gnome/help/drgenius/C/figures -@dirrm share/gnome/help/drgenius/C -@dirrm share/gnome/help/drgenius @dirrm share/gnome/drgenius/glade @dirrm share/gnome/drgenius/examples/macros @dirrm share/gnome/drgenius/examples/figures >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 06:00: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 11A5637B407 for ; Tue, 27 May 2003 06:00:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A473C43FAF for ; Tue, 27 May 2003 06:00:19 -0700 (PDT) (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 h4RD0JUp031487 for ; Tue, 27 May 2003 06:00:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RD0Jas031486; Tue, 27 May 2003 06:00:19 -0700 (PDT) Resent-Date: Tue, 27 May 2003 06:00:19 -0700 (PDT) Resent-Message-Id: <200305271300.h4RD0Jas031486@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, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18A4B37B401 for ; Tue, 27 May 2003 05:59:36 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EEFA43F85 for ; Tue, 27 May 2003 05:59:33 -0700 (PDT) (envelope-from root@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19Ke36-0002zx-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 27 May 2003 14:59:28 +0200 Received: from root by voodoo.oberon.net with local (Exim 4.10) id 19Ke2F-000H3E-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 27 May 2003 14:58:35 +0200 Message-Id: Date: Tue, 27 May 2003 14:58:35 +0200 From: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52719: Update games/spacehulk (maintainer): 1.4 -> 1.4.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, 27 May 2003 13:00:22 -0000 >Number: 52719 >Category: ports >Synopsis: Update games/spacehulk (maintainer): 1.4 -> 1.4.1 >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 May 27 06:00:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: Update games/spacehulk (maintainer): 1.4 -> 1.4.1 * Many bugfixes * Users can load the game direct from command line >How-To-Repeat: >Fix: diff -urN spacehulk.orig/Makefile spacehulk/Makefile --- spacehulk.orig/Makefile Fri May 9 02:11:21 2003 +++ spacehulk/Makefile Tue May 27 14:20:49 2003 @@ -5,10 +5,9 @@ # $FreeBSD: ports/games/spacehulk/Makefile,v 1.1 2003/05/09 00:11:21 anholt Exp $ PORTNAME= spacehulk -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 CATEGORIES= games kde -MASTER_SITES= http://savannah.nongnu.org/download/${PORTNAME}/main.pkg/1.4/ -DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://savannah.nongnu.org/download/${PORTNAME}/main.pkg/${PORTVERSION}/ MAINTAINER= ponomarew@oberon.net COMMENT= Science-fiction board game in the world of Warhammer 40000 @@ -17,6 +16,4 @@ USE_GMAKE= yes USE_KDELIBS_VER=3 -.include -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include +.include diff -urN spacehulk.orig/distinfo spacehulk/distinfo --- spacehulk.orig/distinfo Mon May 5 14:45:53 2003 +++ spacehulk/distinfo Tue May 27 14:15:42 2003 @@ -1 +1 @@ -MD5 (spacehulk-1.4.tar.gz) = eb2a1628c651f61ad777aa357a45e45f +MD5 (spacehulk-1.4.1.tar.gz) = f9197ab4ecc8f896a448b831ae1aaa10 diff -urN spacehulk.orig/pkg-plist spacehulk/pkg-plist --- spacehulk.orig/pkg-plist Mon May 5 15:58:27 2003 +++ spacehulk/pkg-plist Tue May 27 14:25:07 2003 @@ -19,6 +19,7 @@ share/spacehulk/levels/campaign3-5.lvl share/spacehulk/levels/campaign3-6.lvl share/spacehulk/levels/level.dtd +share/spacehulk/levels/savegame.dtd share/spacehulk/rulebook.html share/spacehulk/sounds/blip_move.wav share/spacehulk/sounds/door_close.wav >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 06: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 81E0337B401 for ; Tue, 27 May 2003 06:40:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B0043FBF for ; Tue, 27 May 2003 06:40:08 -0700 (PDT) (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 h4RDe7Up052052 for ; Tue, 27 May 2003 06:40:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RDe7U3052051; Tue, 27 May 2003 06:40:07 -0700 (PDT) Resent-Date: Tue, 27 May 2003 06:40:07 -0700 (PDT) Resent-Message-Id: <200305271340.h4RDe7U3052051@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, Sascha Holzleiter Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFE1C37B401 for ; Tue, 27 May 2003 06:39:50 -0700 (PDT) Received: from mail.rootcrew.net (rootcrew.net [217.160.108.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B24E43F3F for ; Tue, 27 May 2003 06:39:50 -0700 (PDT) (envelope-from aperum@mail.rootcrew.net) Received: by mail.rootcrew.net (Postfix, from userid 1001) id 6941B926A7; Tue, 27 May 2003 15:39:48 +0200 (CEST) Message-Id: <20030527133948.6941B926A7@mail.rootcrew.net> Date: Tue, 27 May 2003 15:39:48 +0200 (CEST) From: Sascha Holzleiter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52720: Update x11/idesk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 May 2003 13:40:09 -0000 >Number: 52720 >Category: ports >Synopsis: Update x11/idesk >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 May 27 06:40:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sascha Holzleiter >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD rootcrew.net 4.8-STABLE FreeBSD 4.8-STABLE #2: Sun Apr 13 14:57:46 CEST 2003 root@rootcrew.net:/usr/obj/usr/src/sys/ROOTCREW i386 >Description: Added two new download sites because the main site has been down for several days now and there is no trace that it has been moved to a new location, yet. >How-To-Repeat: >Fix: --- idesk.diff begins here --- --- Makefile.orig Tue May 27 15:13:38 2003 +++ Makefile Tue May 27 15:26:04 2003 @@ -8,7 +8,9 @@ PORTNAME= idesk PORTVERSION= 0.3.5 CATEGORIES= x11 -MASTER_SITES= http://linuxhelp.hn.org/ +MASTER_SITES= http://linuxhelp.hn.org/ \ + ftp://sunsite.informatik.rwth-aachen.de/pub/comp/Linux/gentoo/distfiles/ \ + ftp://metalab.unc.edu/pub/Linux/distributions/gentoo/distfiles/ MAINTAINER= sascha@root-login.org COMMENT= Place launch icons directly on your desktop --- idesk.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 07:00: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 B99D237B404 for ; Tue, 27 May 2003 07:00:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 956F243F85 for ; Tue, 27 May 2003 07:00:25 -0700 (PDT) (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 h4RE0PUp054730 for ; Tue, 27 May 2003 07:00:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RE0Pv4054729; Tue, 27 May 2003 07:00:25 -0700 (PDT) Resent-Date: Tue, 27 May 2003 07:00:25 -0700 (PDT) Resent-Message-Id: <200305271400.h4RE0Pv4054729@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, Dmitry Afanasiev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76D0C37B401 for ; Tue, 27 May 2003 06:53:33 -0700 (PDT) Received: from orion.ifmo.ru (kot.spb.ru [194.85.164.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5742743F3F for ; Tue, 27 May 2003 06:53:32 -0700 (PDT) (envelope-from dima@MATPOCKuH.Ru) Received: from orion.ifmo.ru (dima@localhost [127.0.0.1]) by orion.ifmo.ru (8.12.9/8.12.8) with ESMTP id h4RDrIB3075692 for ; Tue, 27 May 2003 17:53:31 +0400 (MSD) (envelope-from dima@orion.ifmo.ru) Received: (from dima@localhost) by orion.ifmo.ru (8.12.9/8.12.8/Submit) id h4RDrH06075691; Tue, 27 May 2003 17:53:17 +0400 (MSD) Message-Id: <200305271353.h4RDrH06075691@orion.ifmo.ru> Date: Tue, 27 May 2003 17:53:17 +0400 (MSD) From: Dmitry Afanasiev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52721: New version of autocd port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Afanasiev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 14:00:27 -0000 >Number: 52721 >Category: ports >Synopsis: New version of autocd port >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: Tue May 27 07:00:24 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dmitry Afanasiev >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD orion 4.8-RC FreeBSD 4.8-RC #24: Tue Mar 25 19:16:53 MSK 2003 root@orion:/usr/obj/usr/src/sys/MATPOCKuH i386 >Description: New version (3.01.02a) of autocd port >How-To-Repeat: >Fix: diff -ruN autocd.orig/Makefile autocd/Makefile --- autocd.orig/Makefile Tue May 27 17:00:36 2003 +++ autocd/Makefile Tue May 27 17:23:54 2003 @@ -6,7 +6,7 @@ # PORTNAME= autocd -PORTVERSION= 3.00.02a +PORTVERSION= 3.01.02a CATEGORIES= audio sysutils MASTER_SITES= ftp://kot.spb.ru/pub/src/projects/autocd/ @@ -14,10 +14,22 @@ COMMENT= Compact disc control utility USE_REINPLACE= yes +MAN1= autocd.1 cdctl.1 post-patch: - @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Makefile +.for file in Makefile + @${REINPLACE_CMD} -e \ + 's|/usr/local|${PREFIX}|g ; \ + s|CFLAGS=-Wall -O2 -pipe|CFLAGS?=${CFLAGS}|g' \ + ${WRKSRC}/${file} +.endfor -MAN1= autocd.1 cdctl.1 +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for i in README.rus.html + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif .include diff -ruN autocd.orig/distinfo autocd/distinfo --- autocd.orig/distinfo Tue May 27 17:00:36 2003 +++ autocd/distinfo Tue May 27 17:24:11 2003 @@ -1 +1 @@ -MD5 (autocd-3.00.02a.tar.gz) = ef165796ae5e56123d974277ba879616 +MD5 (autocd-3.01.02a.tar.gz) = afc4a09ece5e0ec68c088b9501672c0e diff -ruN autocd.orig/files/patch-Makefile autocd/files/patch-Makefile --- autocd.orig/files/patch-Makefile Tue May 27 17:00:36 2003 +++ autocd/files/patch-Makefile Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.orig Tue Mar 11 13:32:37 2003 -+++ Makefile Tue Mar 11 13:33:27 2003 -@@ -1,7 +1,7 @@ - # Makefile for autocd - - # Install prefix --PREFIX=/usr/local -+PREFIX=%%LOCALBASE%% - # Prefix for rc script. This is default for FreeBSD only! - RCPREFIX=$(PREFIX)/etc/rc.d - # Compiler flags diff -ruN autocd.orig/pkg-plist autocd/pkg-plist --- autocd.orig/pkg-plist Tue May 27 17:00:36 2003 +++ autocd/pkg-plist Tue May 27 17:11:01 2003 @@ -3,3 +3,5 @@ bin/pause bin/eject etc/rc.d/autocd.sh +%%PORTDOCS%%share/doc/autocd/README.rus.html +@dirrm share/doc/autocd >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 08:30: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 37FCD37B401 for ; Tue, 27 May 2003 08:30:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB1C43FBD for ; Tue, 27 May 2003 08:30:15 -0700 (PDT) (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 h4RFUFUp022035 for ; Tue, 27 May 2003 08:30:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RFUFg0022034; Tue, 27 May 2003 08:30:15 -0700 (PDT) Resent-Date: Tue, 27 May 2003 08:30:15 -0700 (PDT) Resent-Message-Id: <200305271530.h4RFUFg0022034@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, Anders Andersson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFFA437B401; Tue, 27 May 2003 08:24:53 -0700 (PDT) Received: from sushi.andersa.net (as1-3-8.ml.g.bonet.se [217.215.159.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C23243FA3; Tue, 27 May 2003 08:24:52 -0700 (PDT) (envelope-from anders@sushi.andersa.net) Received: from sushi.andersa.net (anders@localhost [127.0.0.1]) by sushi.andersa.net (8.12.9/8.12.9) with ESMTP id h4RFOpaR016154; Tue, 27 May 2003 17:24:51 +0200 (CEST) (envelope-from anders@sushi.andersa.net) Received: (from anders@localhost) by sushi.andersa.net (8.12.9/8.12.9/Submit) id h4RFOprT016153; Tue, 27 May 2003 17:24:51 +0200 (CEST) Message-Id: <200305271524.h4RFOprT016153@sushi.andersa.net> Date: Tue, 27 May 2003 17:24:51 +0200 (CEST) From: Anders Andersson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sheldonh@FreeBSD.org Subject: ports/52723: [Security Update] irc/epic4 patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Anders Andersson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 15:30:17 -0000 >Number: 52723 >Category: ports >Synopsis: [Security Update] irc/epic4 patch >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 27 08:30:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Anders Andersson >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD sushi.andersa.net 5.1-BETA FreeBSD 5.1-BETA #0: Thu May 22 09:12:43 CEST 2003 toor@sushi.andersa.net:/usr/obj/usr/src/sys/SUSHI i386 >Description: Security Update: Advisory -- Possible remote exploit from rogue server, exploit exists. Summary -- ircII clients generally trust the server not to send it garbage. Validity checking on data coming from the server tends to be weak. If a rogue server sends us a ctcp request from an extremely large nickname (over about 512 bytes), epic may attempt to alloca() a negative value, which under gcc will return a invalid pointer the contents of which will then be overwritten. Extent -- All versions of epic4, before epic4pre2.002 are not vulnerable to this attack. All versions of epic4, since and including epic4pre2.003 are vulnerable and this patch should be applied. Future versions of epic will include this patch. Cause-for-alarm -- If you connect to a rogue server which has been carefully crafted to send a CTCP request from an extremely large nickname, EPIC may attempt to overwrite the stack, yielding a remote exploit for whatever user id you are running as. Disclaimer -- All non-trivial software has bugs, of varying degrees. EPIC is no exception. All remote exploits are serious, but this is more serious because there is an exploit for this bug floating around. You should never connect to a server you do not trust. >How-To-Repeat: >Fix: Bumped PORTREVISION and note the new added file, patch-ctcp.c that should go into epic4/files/ --- epic4.patch begins here --- Index: epic4/Makefile =================================================================== RCS file: /home/ncvs/ports/irc/epic4/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- epic4/Makefile 23 Mar 2003 06:21:54 -0000 1.45 +++ epic4/Makefile 27 May 2003 15:00:36 -0000 @@ -8,7 +8,7 @@ PORTNAME= epic4 PORTVERSION= 1.0.1 # Make these variables overridable for slave ports -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= irc ipv6 MASTER_SITES= http://ftp.prbh.org/pub/epic/EPIC4-PRODUCTION/ \ ftp://ftp.icm.edu.pl/vol/rzm0/irc/EPIC/%SUBDIR%/ \ --- epic4.patch ends here --- == files/patch-ctcp.c == --- source/ctcp.c.orig Tue Dec 5 01:11:56 2000 +++ source/ctcp.c Tue May 27 16:55:04 2003 @@ -897,7 +897,8 @@ int len; /* Make sure that the final \001 doesnt get truncated */ - len = IRCD_BUFFER_SIZE - (12 + strlen(to)); + if ((len = IRCD_BUFFER_SIZE - (12 + strlen(to))) < 0) + return; putbuf2 = alloca(len); if (format) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 08:54: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 1284537B401; Tue, 27 May 2003 08:54:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A330943FA3; Tue, 27 May 2003 08:54:42 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4RFsgUp023034; Tue, 27 May 2003 08:54:42 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RFsgul023030; Tue, 27 May 2003 08:54:42 -0700 (PDT) Date: Tue, 27 May 2003 08:54:42 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305271554.h4RFsgul023030@freefall.freebsd.org> To: KOT@MATPOCKuH.Ru, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52712: New version of autocd 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: Tue, 27 May 2003 15:54:43 -0000 Synopsis: New version of autocd port State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Tue May 27 08:53:46 PDT 2003 State-Changed-Why: Superseded by ports/52721. http://www.freebsd.org/cgi/query-pr.cgi?pr=52712 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 09: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 1F98937B401 for ; Tue, 27 May 2003 09:30:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 211EC43F93 for ; Tue, 27 May 2003 09:30:09 -0700 (PDT) (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 h4RGU8Up027887 for ; Tue, 27 May 2003 09:30:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RGU8rW027886; Tue, 27 May 2003 09:30:08 -0700 (PDT) Resent-Date: Tue, 27 May 2003 09:30:08 -0700 (PDT) Resent-Message-Id: <200305271630.h4RGU8rW027886@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, Olivier Tharan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5554537B401 for ; Tue, 27 May 2003 09:23:13 -0700 (PDT) Received: from electre.pasteur.fr (electre.pasteur.fr [157.99.64.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D8443FA3 for ; Tue, 27 May 2003 09:23:10 -0700 (PDT) (envelope-from olive@pasteur.fr) Received: from mafate.sis.pasteur.fr (mafate.sis.pasteur.fr [157.99.64.42]) by electre.pasteur.fr (8.12.9/8.12.9) with ESMTP id h4RGN8hJ331506 for ; Tue, 27 May 2003 18:23:09 +0200 (CEST) Received: by mafate.sis.pasteur.fr (Postfix, from userid 3494) id 98F4D3F67F; Tue, 27 May 2003 18:23:08 +0200 (CEST) Message-Id: <20030527162308.98F4D3F67F@mafate.sis.pasteur.fr> Date: Tue, 27 May 2003 18:23:08 +0200 (CEST) From: Olivier Tharan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52726: [maintainer update] Update port: mail/vm to VM 7.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Olivier Tharan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 16:30:10 -0000 >Number: 52726 >Category: ports >Synopsis: [maintainer update] Update port: mail/vm to VM 7.16 >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 May 27 09:30:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Olivier Tharan >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD mafate.sis.pasteur.fr 4.8-RC FreeBSD 4.8-RC #2: Mon Mar 31 18:30:45 CEST 2003 root@mafate.sis.pasteur.fr:/usr/obj/usr/src/sys/MAFATE i386 >Description: Update mail/vm to version 7.16. >How-To-Repeat: >Fix: diff -urN vm.orig/Makefile vm/Makefile --- vm.orig/Makefile Tue May 27 17:54:00 2003 +++ vm/Makefile Tue May 27 18:12:39 2003 @@ -6,7 +6,7 @@ # PORTNAME= vm -PORTVERSION= 7.15 +PORTVERSION= 7.16 CATEGORIES= mail elisp MASTER_SITES= ftp://ftp.uni-mainz.de/pub/software/gnu/vm/ \ ftp://tug.org/vm/ \ diff -urN vm.orig/distinfo vm/distinfo --- vm.orig/distinfo Tue May 27 17:54:00 2003 +++ vm/distinfo Tue May 27 18:13:50 2003 @@ -1 +1 @@ -MD5 (vm-7.15.tar.gz) = 8299da795a8bb9b88e45148c7f60fef0 +MD5 (vm-7.16.tar.gz) = ae4e0df73d4a8d515405932450c909a8 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 10:15: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 A102437B401; Tue, 27 May 2003 10:15:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 402FB43F3F; Tue, 27 May 2003 10:15:37 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4RHFbUp032962; Tue, 27 May 2003 10:15:37 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RHFbk1032958; Tue, 27 May 2003 10:15:37 -0700 (PDT) Date: Tue, 27 May 2003 10:15:37 -0700 (PDT) From: Christian Weisgerber Message-Id: <200305271715.h4RHFbk1032958@freefall.freebsd.org> To: tkato@prontomail.com, naddy@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52476: Update port: audio/mhwaveedit 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: Tue, 27 May 2003 17:15:37 -0000 Synopsis: Update port: audio/mhwaveedit to 1.2.1 State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Tue May 27 10:15:16 PDT 2003 State-Changed-Why: Superseded by ports/52713. http://www.freebsd.org/cgi/query-pr.cgi?pr=52476 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 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 896E037B401 for ; Tue, 27 May 2003 10:30:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8417D43FBF for ; Tue, 27 May 2003 10:30:14 -0700 (PDT) (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 h4RHUEUp033621 for ; Tue, 27 May 2003 10:30:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RHUECc033620; Tue, 27 May 2003 10:30:14 -0700 (PDT) Resent-Date: Tue, 27 May 2003 10:30:14 -0700 (PDT) Resent-Message-Id: <200305271730.h4RHUECc033620@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, Richard Arends Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D4E37B401 for ; Tue, 27 May 2003 10:27:56 -0700 (PDT) Received: from mail.unixguru.nl (mosibi.demon.nl [212.238.240.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9015943FB1 for ; Tue, 27 May 2003 10:27:55 -0700 (PDT) (envelope-from richard@mail.unixguru.nl) Received: from mail.unixguru.nl (localhost [127.0.0.1]) by mail.unixguru.nl (8.12.9/8.12.9) with ESMTP id h4RHRm2m031487 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Tue, 27 May 2003 19:27:49 +0200 (CEST) (envelope-from richard@mail.unixguru.nl) Received: (from richard@localhost) by mail.unixguru.nl (8.12.9/8.12.9/Submit) id h4RHRmus031486; Tue, 27 May 2003 19:27:48 +0200 (CEST) Message-Id: <200305271727.h4RHRmus031486@mail.unixguru.nl> Date: Tue, 27 May 2003 19:27:48 +0200 (CEST) From: Richard Arends To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52727: Add Apache2 support at phplot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Richard Arends List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 17:30:16 -0000 >Number: 52727 >Category: ports >Synopsis: Add Apache2 support at phplot >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 May 27 10:30:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Richard Arends >Release: FreeBSD 4.8-STABLE i386 >Organization: Unixguru.nl >Environment: System: FreeBSD mail.unixguru.nl 4.8-STABLE FreeBSD 4.8-STABLE #0: Fri Apr 25 18:12:03 CEST 2003 root@mail2.unixguru.nl:/usr/obj/usr/src/sys/GENERIC i386 >Description: PHPLot depends on Apache. This patch adds Apache2 support. >How-To-Repeat: Install this patch >Fix: --- Makefile.orig Tue May 27 19:18:30 2003 +++ Makefile Tue May 27 19:19:17 2003 @@ -14,7 +14,12 @@ MAINTAINER= yukinopo@livedoor.com COMMENT= A PHP class for creating scientific and business charts +.if defined(WITH_APACHE2) +RUN_DEPENDS= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4 +.else RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +.endif + LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd NO_BUILD= YES >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 11: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 B1D8D37B404 for ; Tue, 27 May 2003 11:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E80A43FA3 for ; Tue, 27 May 2003 11:20:15 -0700 (PDT) (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 h4RIKFUp039552 for ; Tue, 27 May 2003 11:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RIKFdO039551; Tue, 27 May 2003 11:20:15 -0700 (PDT) Resent-Date: Tue, 27 May 2003 11:20:15 -0700 (PDT) Resent-Message-Id: <200305271820.h4RIKFdO039551@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, Kamol Jutiwattananukul Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BB0037B401 for ; Tue, 27 May 2003 11:19:44 -0700 (PDT) Received: from mermaid.eng.kmitnb.ac.th (www.eng.kmitnb.ac.th [202.44.37.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52B5943F3F for ; Tue, 27 May 2003 11:19:41 -0700 (PDT) (envelope-from gapy@www.eng.kmitnb.ac.th) Received: from mermaid.eng.kmitnb.ac.th (localhost [127.0.0.1]) h4RBLFNH008298 for ; Tue, 27 May 2003 18:21:15 +0700 (ICT) (envelope-from gapy@www.eng.kmitnb.ac.th) Received: (from gapy@localhost) by mermaid.eng.kmitnb.ac.th (8.12.6/8.12.6/Submit) id h4RBLEua008297; Tue, 27 May 2003 18:21:14 +0700 (ICT) Message-Id: <200305271121.h4RBLEua008297@mermaid.eng.kmitnb.ac.th> Date: Tue, 27 May 2003 18:21:14 +0700 (ICT) From: Kamol Jutiwattananukul To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52730: Upgrade ports linux-flashplugin6 from 6.0r69 to 6.0r79 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kamol Jutiwattananukul List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 18:20:17 -0000 >Number: 52730 >Category: ports >Synopsis: Upgrade ports linux-flashplugin6 from 6.0r69 to 6.0r79 >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 May 27 11:20:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kamol Jutiwattananukul >Release: FreeBSD 4.7-RELEASE i386 >Organization: King Mongut's Institute of Technology North Bangkok >Environment: System: FreeBSD mermaid.eng.kmitnb.ac.th 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002 root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC i386 I have update port linux-flashplugin6 from version 6.0r69 to 6.0r79 the diff file is below. --- linux-flashplugin6.diff begins here --- diff -ruN linux-flashplugin6.old/Makefile linux-flashplugin6/Makefile --- linux-flashplugin6.old/Makefile Sun Apr 6 03:50:16 2003 +++ linux-flashplugin6/Makefile Tue May 27 17:17:14 2003 @@ -6,7 +6,7 @@ # PORTNAME= flashplugin -PORTVERSION= 6.0r69 +PORTVERSION= 6.0r79 CATEGORIES= www multimedia linux MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/${PORTVERSION}/ PKGNAMEPREFIX= linux- @@ -37,7 +37,7 @@ .endfor .if !defined(NOPORTDOCS) @${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/linux-flashplugin6/ - @${INSTALL_DATA} ${WRKSRC}/ReadMe.htm ${PREFIX}/share/doc/linux-flashplugin6/ + @${INSTALL_DATA} ${WRKSRC}/readme.htm ${PREFIX}/share/doc/linux-flashplugin6/ .endif .include diff -ruN linux-flashplugin6.old/distinfo linux-flashplugin6/distinfo --- linux-flashplugin6.old/distinfo Sun Apr 6 03:50:16 2003 +++ linux-flashplugin6/distinfo Tue May 27 17:17:22 2003 @@ -1 +1 @@ -MD5 (flashplugin/6.0r69/install_flash_player_6_linux.tar.gz) = 3c94ccbc2d4535ab78ad2c3eb1cd1777 +MD5 (flashplugin/6.0r79/install_flash_player_6_linux.tar.gz) = a6f73da96f89d3dba4fadd4020dd7f38 --- linux-flashplugin6.diff ends here --- >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 12: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 6637537B401 for ; Tue, 27 May 2003 12:10:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7952A43FAF for ; Tue, 27 May 2003 12:10:13 -0700 (PDT) (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 h4RJADUp045180 for ; Tue, 27 May 2003 12:10:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RJADAm045179; Tue, 27 May 2003 12:10:13 -0700 (PDT) Resent-Date: Tue, 27 May 2003 12:10:13 -0700 (PDT) Resent-Message-Id: <200305271910.h4RJADAm045179@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, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8A5537B401 for ; Tue, 27 May 2003 12:04:06 -0700 (PDT) Received: from ohsmtp03.ogw.rr.com (ohsmtp03.ogw.rr.com [65.24.7.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B728143F3F for ; Tue, 27 May 2003 12:04:05 -0700 (PDT) (envelope-from erik@smluc.org) Received: from xarx.localdomain (cpe-066-061-038-083.midsouth.rr.com [66.61.38.83]) by ohsmtp03.ogw.rr.com (8.12.5/8.12.2) with ESMTP id h4RJ416E008890; Tue, 27 May 2003 15:04:02 -0400 (EDT) Received: from xarx.localdomain (localhost.localdomain [127.0.0.1]) by xarx.localdomain (8.12.8/8.12.8) with ESMTP id h4RJ40Dj008617; Tue, 27 May 2003 14:04:01 -0500 Received: (from erik@localhost) by xarx.localdomain (8.12.8/8.12.8/Submit) id h4RJ40wq008615; Tue, 27 May 2003 14:04:00 -0500 Message-Id: <200305271904.h4RJ40wq008615@xarx.localdomain> Date: Tue, 27 May 2003 14:04:00 -0500 From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erik@math.smsu.edu Subject: ports/52732: [Maintainer Update] devel/cvsplot 1.7.0 -> 1.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 19:10:14 -0000 >Number: 52732 >Category: ports >Synopsis: [Maintainer Update] devel/cvsplot 1.7.0 -> 1.7.1 >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 May 27 12:10:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: >Organization: >Environment: >Description: FreshMeat blurb: This release fixes a minor bug where warning messages would appear when the data is being written and -userdata isn't specified. no changes to pkg-plist, descr, deps, etc... >How-To-Repeat: >Fix: --- cvsplot.1.7.1.patch begins here --- diff -Nurb devel/cvsplot.orig/Makefile devel/cvsplot/Makefile --- devel/cvsplot.orig/Makefile Tue May 27 10:35:16 2003 +++ devel/cvsplot/Makefile Tue May 27 10:35:22 2003 @@ -7,7 +7,7 @@ # PORTNAME= cvsplot -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Binary files devel/cvsplot.orig/cvsplot-1.7.1.tgz and devel/cvsplot/cvsplot-1.7.1.tgz differ diff -Nurb devel/cvsplot.orig/distinfo devel/cvsplot/distinfo --- devel/cvsplot.orig/distinfo Tue May 27 10:35:16 2003 +++ devel/cvsplot/distinfo Tue May 27 10:35:29 2003 @@ -1 +1 @@ -MD5 (cvsplot-1.7.0.tar.gz) = 525b357a92f65954696588e12022ee85 +MD5 (cvsplot-1.7.1.tar.gz) = 592da657cb44c8c9701f1da8a2210201 --- cvsplot.1.7.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 13:20: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 B764D37B401 for ; Tue, 27 May 2003 13:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D20F043FA3 for ; Tue, 27 May 2003 13:20:03 -0700 (PDT) (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 h4RKK3Up069509 for ; Tue, 27 May 2003 13:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RKK3GW069508; Tue, 27 May 2003 13:20:03 -0700 (PDT) Resent-Date: Tue, 27 May 2003 13:20:03 -0700 (PDT) Resent-Message-Id: <200305272020.h4RKK3GW069508@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, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04C3737B401 for ; Tue, 27 May 2003 13:15:11 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 359E243F93 for ; Tue, 27 May 2003 13:15:10 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19Kkqc-000BqT-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 27 May 2003 22:15:02 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19Kkpn-000LVA-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 27 May 2003 22:14:11 +0200 Message-Id: Date: Tue, 27 May 2003 22:14:11 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52733: Update graphics/feh: 1.2.4 -> 1.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: Tue, 27 May 2003 20:20:05 -0000 >Number: 52733 >Category: ports >Synopsis: Update graphics/feh: 1.2.4 -> 1.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: Tue May 27 13:20:02 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: Update graphics/feh: 1.2.4 -> 1.2.6 Bug fixes >How-To-Repeat: >Fix: diff -ruN feh.orig/Makefile feh/Makefile --- feh.orig/Makefile Fri Feb 21 22:27:35 2003 +++ feh/Makefile Tue May 27 22:10:22 2003 @@ -6,8 +6,7 @@ # PORTNAME= feh -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.2.6 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ @@ -17,7 +16,6 @@ LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib USE_X_PREFIX= yes -USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff -ruN feh.orig/distinfo feh/distinfo --- feh.orig/distinfo Fri Jan 3 09:45:44 2003 +++ feh/distinfo Tue May 27 22:04:03 2003 @@ -1 +1 @@ -MD5 (feh-1.2.4.tar.gz) = 34d1079f10c8643b225a79685acc23d6 +MD5 (feh-1.2.6.tar.gz) = 6d40889465181de51bb26fbbe57fbfac >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 14:00: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 461D937B40C for ; Tue, 27 May 2003 14:00:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1857343F85 for ; Tue, 27 May 2003 14:00:25 -0700 (PDT) (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 h4RL0OUp071824 for ; Tue, 27 May 2003 14:00:24 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RL0OZe071823; Tue, 27 May 2003 14:00:24 -0700 (PDT) Resent-Date: Tue, 27 May 2003 14:00:24 -0700 (PDT) Resent-Message-Id: <200305272100.h4RL0OZe071823@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 28F4137B401 for ; Tue, 27 May 2003 13:58:32 -0700 (PDT) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9273643F75 for ; Tue, 27 May 2003 13:58:31 -0700 (PDT) (envelope-from statue@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1014) id 02EDF9B8; Wed, 28 May 2003 04:58:28 +0800 (CST) Message-Id: <20030527205828.02EDF9B8@freebsd.sinica.edu.tw> Date: Wed, 28 May 2003 04:58:28 +0800 (CST) From: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52734: Update port: chinese/p5-Encode-HanConvert 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: Tue, 27 May 2003 21:00:32 -0000 >Number: 52734 >Category: ports >Synopsis: Update port: chinese/p5-Encode-HanConvert >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 May 27 14:00:24 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: [MAINTAINER] >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #2: Mon Sep 9 10:45:46 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: o update to 0.26 o add a patch: files/patch-lib::Encode::HanConvert.pm >How-To-Repeat: >Fix: diff -ruN p5-Encode-HanConvert.orig/Makefile p5-Encode-HanConvert/Makefile --- p5-Encode-HanConvert.orig/Makefile Wed May 28 02:36:09 2003 +++ p5-Encode-HanConvert/Makefile Wed May 28 04:53:19 2003 @@ -6,7 +6,7 @@ # PORTNAME= Encode-HanConvert -PORTVERSION= 0.24 +PORTVERSION= 0.26 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= LWP/AUTRIJUS @@ -19,6 +19,6 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN1= b2g.pl.1 g2b.pl.1 -#MAN3= Encode::HanConvert.3 Encode::HanConvert::Perl.3 +MAN3= Encode::HanConvert.3 Encode::HanConvert::Perl.3 .include diff -ruN p5-Encode-HanConvert.orig/distinfo p5-Encode-HanConvert/distinfo --- p5-Encode-HanConvert.orig/distinfo Wed May 28 02:36:09 2003 +++ p5-Encode-HanConvert/distinfo Wed May 28 02:39:37 2003 @@ -1 +1 @@ -MD5 (Encode-HanConvert-0.24.tar.gz) = 1b098ca2a6ca68436c3de475e1edecc9 +MD5 (Encode-HanConvert-0.26.tar.gz) = c4d3adf8895cfdedba8e6adec9a5bc99 diff -ruN p5-Encode-HanConvert.orig/files/patch-lib::Encode::HanConvert.pm p5-Encode-HanConvert/files/patch-lib::Encode::HanConvert.pm --- p5-Encode-HanConvert.orig/files/patch-lib::Encode::HanConvert.pm Thu Jan 1 08:00:00 1970 +++ p5-Encode-HanConvert/files/patch-lib::Encode::HanConvert.pm Wed May 28 04:47:06 2003 @@ -0,0 +1,20 @@ +--- lib/Encode/HanConvert.pm.orig Wed May 28 04:45:44 2003 ++++ lib/Encode/HanConvert.pm Wed May 28 04:46:39 2003 +@@ -111,8 +111,6 @@ + + __END__ + +-=for encoding big5 +- + =head1 NAME + + Encode::HanConvert - Traditional and Simplified Chinese mappings +@@ -204,6 +202,8 @@ + print BIG5, ; + + Or, more interestingly: ++ ++=for encoding big5 + + use encoding 'big5-simp'; + print "¤¤¤å"; # prints simplified Chinese in unicode diff -ruN p5-Encode-HanConvert.orig/pkg-plist p5-Encode-HanConvert/pkg-plist --- p5-Encode-HanConvert.orig/pkg-plist Wed May 28 02:36:09 2003 +++ p5-Encode-HanConvert/pkg-plist Wed May 28 04:55:30 2003 @@ -1,12 +1,10 @@ bin/b2g.pl bin/g2b.pl -%%SITE_PERL%%/%%PERL_ARCH%%/Encode/HanConvert.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Encode/HanConvert/Perl.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Encode/HanConvert/Perl.pm-orig +%%SITE_PERL%%/Encode/HanConvert.pm +%%SITE_PERL%%/Encode/HanConvert.pm.orig +%%SITE_PERL%%/Encode/HanConvert/Perl.pm +%%SITE_PERL%%/Encode/HanConvert/Perl.pm-orig %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/HanConvert/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/HanConvert/HanConvert.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/HanConvert/HanConvert.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/HanConvert -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Encode/HanConvert -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Encode +@dirrm %%SITE_PERL%%/Encode/HanConvert +@dirrm %%SITE_PERL%%/Encode >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 15: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 AA1D637B404 for ; Tue, 27 May 2003 15:10:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A59FA43F85 for ; Tue, 27 May 2003 15:10:13 -0700 (PDT) (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 h4RMADUp081248 for ; Tue, 27 May 2003 15:10:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RMADAH081247; Tue, 27 May 2003 15:10:13 -0700 (PDT) Resent-Date: Tue, 27 May 2003 15:10:13 -0700 (PDT) Resent-Message-Id: <200305272210.h4RMADAH081247@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, Brooks Davis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7910837B401 for ; Tue, 27 May 2003 15:03:58 -0700 (PDT) Received: from minya.sea.one-eyed-alien.net (minya.sea.one-eyed-alien.net [64.81.187.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC8243F75 for ; Tue, 27 May 2003 15:03:56 -0700 (PDT) (envelope-from brooks@minya.sea.one-eyed-alien.net) Received: from minya.sea.one-eyed-alien.net (localhost [127.0.0.1]) h4RM3uVJ069486 for ; Tue, 27 May 2003 15:03:56 -0700 (PDT) (envelope-from brooks@minya.sea.one-eyed-alien.net) Received: (from brooks@localhost)h4RM3tQ6069485; Tue, 27 May 2003 15:03:55 -0700 (PDT) Message-Id: <200305272203.h4RM3tQ6069485@minya.sea.one-eyed-alien.net> Date: Tue, 27 May 2003 15:03:55 -0700 (PDT) From: Brooks Davis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52736: Update port: sysutils/ganglia-monitor-core X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 22:10:18 -0000 >Number: 52736 >Category: ports >Synopsis: Update port: sysutils/ganglia-monitor-core >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: Tue May 27 15:10:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Brooks Davis >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD minya.sea.one-eyed-alien.net 5.0-CURRENT FreeBSD 5.0-CURRENT #8: Tue May 6 10:51:35 PDT 2003 brooks@minya.sea.one-eyed-alien.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update upgrades the sysutils/ganglia-monitor-core port to Ganglia 2.5.3 (minor bugfixes), moves the include files to a ganglia subdirectory to unbreak XFree86-4-clients, and fixes a bug which caused gmond to dump core when started at boot. >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: # # ganglia-monitor-core # ganglia-monitor-core/CVS # ganglia-monitor-core/CVS/Root # ganglia-monitor-core/CVS/Repository # ganglia-monitor-core/CVS/Entries # ganglia-monitor-core/Makefile # ganglia-monitor-core/pkg-descr # ganglia-monitor-core/pkg-install # ganglia-monitor-core/pkg-plist # ganglia-monitor-core/files # ganglia-monitor-core/files/CVS # ganglia-monitor-core/files/CVS/Root # ganglia-monitor-core/files/CVS/Repository # ganglia-monitor-core/files/CVS/Entries # ganglia-monitor-core/files/gmetad.sh.sample # ganglia-monitor-core/files/gmond.sh.sample # ganglia-monitor-core/files/patch-gmetad_gmetad.c # ganglia-monitor-core/files/patch-gmetad_gmetad.conf # ganglia-monitor-core/files/patch-gmond_gmond.conf # ganglia-monitor-core/files/patch-lib_gmond__config.c # ganglia-monitor-core/files/patch-gmond_machines_freebsd.c # ganglia-monitor-core/files/patch-gmond_gmond.c # ganglia-monitor-core/distinfo # echo c - ganglia-monitor-core mkdir -p ganglia-monitor-core > /dev/null 2>&1 echo c - ganglia-monitor-core/CVS mkdir -p ganglia-monitor-core/CVS > /dev/null 2>&1 echo x - ganglia-monitor-core/CVS/Root sed 's/^X//' >ganglia-monitor-core/CVS/Root << 'END-of-ganglia-monitor-core/CVS/Root' X/usr/cvs END-of-ganglia-monitor-core/CVS/Root echo x - ganglia-monitor-core/CVS/Repository sed 's/^X//' >ganglia-monitor-core/CVS/Repository << 'END-of-ganglia-monitor-core/CVS/Repository' Xports/sysutils/ganglia-monitor-core END-of-ganglia-monitor-core/CVS/Repository echo x - ganglia-monitor-core/CVS/Entries sed 's/^X//' >ganglia-monitor-core/CVS/Entries << 'END-of-ganglia-monitor-core/CVS/Entries' X/Makefile/1.1/Sun Mar 2 00:24:16 2003// X/pkg-descr/1.1/Sun Mar 2 00:24:16 2003// X/pkg-install/1.1/Sun Mar 2 00:24:16 2003// X/pkg-plist/1.1/Sun Mar 2 00:24:16 2003// XD/files//// X/distinfo/1.1/Mon Mar 24 23:27:05 2003// END-of-ganglia-monitor-core/CVS/Entries echo x - ganglia-monitor-core/Makefile sed 's/^X//' >ganglia-monitor-core/Makefile << 'END-of-ganglia-monitor-core/Makefile' X# Ports collection makefile for: ganglia-monitor-core X# Date created: Wed Jan 23, 2003 X# Whom: Brooks Davis X# X# $FreeBSD: ports/sysutils/ganglia-monitor-core/Makefile,v 1.1 2003/03/02 00:24:16 kris Exp $ X# X XPORTNAME= ganglia-monitor-core XPORTVERSION= 2.5.3 XCATEGORIES= sysutils net parallel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ganglia X.if defined (WITHOUT_GMETAD) XPKGNAMESUFFIX= -nogmetad X.endif X XMAINTAINER= brooks@FreeBSD.org XCOMMENT= "Ganglia cluster monitor, monitoring daemon" X X.if !defined (WITHOUT_GMETAD) XLIB_DEPENDS= rrd.0:${PORTSDIR}/net/rrdtool X.endif X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" XCONFIGURE_ARGS+= --includedir=${PREFIX}/include/ganglia X.if !defined (WITHOUT_GMETAD) XCONFIGURE_ARGS+= --with-gmetad X.endif XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes X.if defined (WITHOUT_GMETAD) XPLIST_SUB+= GMETAD="@comment " X.else XPLIST_SUB+= GMETAD= X.endif XUSE_REINPLACE= yes X XMAN1= gmetric.1 gmond.1 gstat.1 X.if !defined (WITHOUT_GMETAD) XMAN1+= gmetad.1 X.endif X XCONF_DIR= ${PREFIX}/etc XRC_DIR= ${PREFIX}/etc/rc.d X XFIX_CONF_FILES= ${WRKSRC}/lib/ganglia/gmond_config.h \ X ${WRKSRC}/mans/gmetad.1 \ X ${WRKSRC}/mans/gmond.1 \ X ${WRKSRC}/gmetad/cmdline.c \ X ${WRKSRC}/gmetad/cmdline.h \ X ${WRKSRC}/gmond/cmdline.c \ X ${WRKSRC}/gmond/cmdline.h XFIX_DB_FILES= ${WRKSRC}/gmetad/gmetad.c \ X ${WRKSRC}/gmetad/gmetad.conf X Xpost-patch: X ${REINPLACE_CMD} -e "s|/etc/\(gm[a-z]*d.conf\)|${CONF_DIR}/\1|g" \ X ${FIX_CONF_FILES} X ${REINPLACE_CMD} -e "s|/var/lib/ganglia|/var/db/ganglia|g" \ X ${FIX_DB_FILES} X X# Post-install X# X Xpost-install: install-man install-sample-files install-startup-files X ${SH} pkg-install ${PKGNAME} POST-INSTALL X Xinstall-man: X ${INSTALL_MAN} ${WRKSRC}/mans/gmetric.1 ${MANPREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/mans/gmond.1 ${MANPREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/mans/gstat.1 ${MANPREFIX}/man/man1 X.if !defined (WITHOUT_GMETAD) X ${INSTALL_MAN} ${WRKSRC}/mans/gmetad.1 ${MANPREFIX}/man/man1 X.endif X Xinstall-sample-files: X ${INSTALL_DATA} ${WRKSRC}/gmond/gmond.conf \ X ${CONF_DIR}/gmond.conf.sample X.if !defined (WITHOUT_GMETAD) X ${INSTALL_DATA} ${WRKSRC}/gmetad/gmetad.conf \ X ${CONF_DIR}/gmetad.conf.sample X.endif X Xinstall-startup-files: X ${INSTALL_SCRIPT} ${FILESDIR}/gmond.sh.sample ${RC_DIR} X.if !defined (WITHOUT_GMETAD) X ${INSTALL_SCRIPT} ${FILESDIR}/gmetad.sh.sample ${RC_DIR} X.endif X X.include END-of-ganglia-monitor-core/Makefile echo x - ganglia-monitor-core/pkg-descr sed 's/^X//' >ganglia-monitor-core/pkg-descr << 'END-of-ganglia-monitor-core/pkg-descr' XGanglia provides a complete real-time monitoring and execution Xenvironment that is in use by hundreds of universities, private and Xgovernment laboratories and commercial cluster implementors around the Xworld. Whether you want to monitor hundreds of computers in real-time Xacross a university campus or around the world, ganglia is for you. X XWWW: http://ganglia.sourceforge.net/ X X-- Brooks Davis END-of-ganglia-monitor-core/pkg-descr echo x - ganglia-monitor-core/pkg-install sed 's/^X//' >ganglia-monitor-core/pkg-install << 'END-of-ganglia-monitor-core/pkg-install' X#!/bin/sh X Xu=ganglia Xg=ganglia Xugid=97 Xhomedir=/nonexistent Xshell=/sbin/nologin Xrrd_rootdir=/var/db/ganglia/rrds X Xcase $2 in XPOST-INSTALL) X if pw group show "${g}" >/dev/null 2>&1; then X echo "Using existing group \"${g}\"." X else X echo "Creating group \"${g}\", (gid: ${ugid})." X pw groupadd ${g} -g ${ugid} X if [ $? != 0 ]; then X echo "Failed to add group \"${g}\"." X exit 1 X fi X fi X if pw user show "${u}" >/dev/null 2>&1; then X echo "Using existing user \"${u}\"." X else X echo "Creating user \"${u}\", (uid: ${ugid})." X pw useradd ${u} -u ${ugid} -g ${ugid} -h - \ X -d ${homedir} -s ${shell} -c "Ganglia User" X if [ $? != 0 ]; then X echo "Failed to add user \"${u}\"." X exit 1 X fi X fi X X mkdir -p ${rrd_rootdir} X chown -R ${u}:${g} ${rrd_rootdir} X ;; Xesac END-of-ganglia-monitor-core/pkg-install echo x - ganglia-monitor-core/pkg-plist sed 's/^X//' >ganglia-monitor-core/pkg-plist << 'END-of-ganglia-monitor-core/pkg-plist' Xbin/gstat Xbin/gmetric Xetc/gmond.conf.sample X%%GMETAD%%etc/gmetad.conf.sample Xetc/rc.d/gmond.sh.sample X%%GMETAD%%etc/rc.d/gmetad.sh.sample Xinclude/ganglia/ganglia.h Xinclude/ganglia/ascii.h Xinclude/ganglia/asciitab.h Xinclude/ganglia/daemon_inetd.h Xinclude/ganglia/daemon_init.h Xinclude/ganglia/debug_msg.h Xinclude/ganglia/error.h Xinclude/ganglia/file.h Xinclude/ganglia/hash.h Xinclude/ganglia/iasciitab.h Xinclude/ganglia/latin1tab.h Xinclude/ganglia/llist.h Xinclude/ganglia/my_inet_ntop.h Xinclude/ganglia/nametab.h Xinclude/ganglia/net.h Xinclude/ganglia/rdwr.h Xinclude/ganglia/utf8tab.h Xinclude/ganglia/xmldef.h Xinclude/ganglia/xmlparse.h Xinclude/ganglia/xmlrole.h Xinclude/ganglia/xmltok.h Xinclude/ganglia/xmltok_impl.h Xinclude/ganglia/gexec_funcs.h Xinclude/ganglia/fsusage.h Xinclude/ganglia/gexec_process.h Xinclude/ganglia/gmond_config.h Xlib/libganglia.so.2 Xlib/libganglia.so Xlib/libganglia.la Xlib/libganglia.a X%%GMETAD%%sbin/gmetad Xsbin/gmond X@dirrm include/ganglia X@unexec rmdir /var/db/ganglia/rrds /var/db/ganglia 2>/dev/null || true END-of-ganglia-monitor-core/pkg-plist echo c - ganglia-monitor-core/files mkdir -p ganglia-monitor-core/files > /dev/null 2>&1 echo c - ganglia-monitor-core/files/CVS mkdir -p ganglia-monitor-core/files/CVS > /dev/null 2>&1 echo x - ganglia-monitor-core/files/CVS/Root sed 's/^X//' >ganglia-monitor-core/files/CVS/Root << 'END-of-ganglia-monitor-core/files/CVS/Root' X/usr/cvs END-of-ganglia-monitor-core/files/CVS/Root echo x - ganglia-monitor-core/files/CVS/Repository sed 's/^X//' >ganglia-monitor-core/files/CVS/Repository << 'END-of-ganglia-monitor-core/files/CVS/Repository' Xports/sysutils/ganglia-monitor-core/files END-of-ganglia-monitor-core/files/CVS/Repository echo x - ganglia-monitor-core/files/CVS/Entries sed 's/^X//' >ganglia-monitor-core/files/CVS/Entries << 'END-of-ganglia-monitor-core/files/CVS/Entries' X/gmetad.sh.sample/1.1/Sun Mar 2 00:24:16 2003// X/gmond.sh.sample/1.1/Sun Mar 2 00:24:16 2003// X/patch-gmetad_gmetad.c/1.1/Sun Mar 2 00:24:16 2003// X/patch-gmetad_gmetad.conf/1.1/Sun Mar 2 00:24:16 2003// X/patch-gmond_gmond.conf/1.1/Sun Mar 2 00:24:16 2003// X/patch-lib_gmond__config.c/1.1/Sun Mar 2 00:24:16 2003// XD END-of-ganglia-monitor-core/files/CVS/Entries echo x - ganglia-monitor-core/files/gmetad.sh.sample sed 's/^X//' >ganglia-monitor-core/files/gmetad.sh.sample << 'END-of-ganglia-monitor-core/files/gmetad.sh.sample' X#!/bin/sh X# X# $FreeBSD: ports/sysutils/ganglia-monitor-core/files/gmetad.sh.sample,v 1.1 2003/03/02 00:24:16 kris Exp $ X# X# Start or stop gmetad. X# X Xrc_file=${0##*/} Xrc_arg=$1 X Xif ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/${rc_file}\$"); then X echo "${rc_file}: Cannot determine PREFIX." >&2 X echo "Please use the complete pathname." >&2 X exit 64 Xfi X Xprogram_dir=${PREFIX}/sbin Xprogram_file=gmetad Xprogram_path=${program_dir}/${program_file} X Xconfig_dir=${PREFIX}/etc Xconfig_file=${program_file}.conf Xconfig_path=${config_dir}/${config_file} X Xsyslog_facility=daemon.err X Xcase "$rc_arg" in Xstart) X if [ ! -x ${program_path} ]; then X logger -sp ${syslog_facility} -t ${program_file} \ X "unable to start: ${program_path} is missing." X exit 72 X fi X if [ ! -f ${config_path} ]; then X logger -sp ${syslog_facility} -t ${program_file} \ X "unable to start: ${config_path} is missing." X exit 72 X fi X ${program_path} && echo -n " ${program_file}" X ;; Xstop) X killall ${program_file} 2> /dev/null X ;; Xrestart) X $0 stop X $0 start X ;; Xstatus) X ps -auxww | egrep ${program_file} | egrep -v "($0|egrep)" X ;; X*) X echo "usage: ${rc_file} {start|stop|restart|status}" >&2 X exit 64 X ;; Xesac X Xexit 0 END-of-ganglia-monitor-core/files/gmetad.sh.sample echo x - ganglia-monitor-core/files/gmond.sh.sample sed 's/^X//' >ganglia-monitor-core/files/gmond.sh.sample << 'END-of-ganglia-monitor-core/files/gmond.sh.sample' X#!/bin/sh X# X# $FreeBSD: ports/sysutils/ganglia-monitor-core/files/gmond.sh.sample,v 1.1 2003/03/02 00:24:16 kris Exp $ X# X# Start or stop gmond. X# X Xrc_file=${0##*/} Xrc_arg=$1 X Xif ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/${rc_file}\$"); then X echo "${rc_file}: Cannot determine PREFIX." >&2 X echo "Please use the complete pathname." >&2 X exit 64 Xfi X Xprogram_dir=${PREFIX}/sbin Xprogram_file=gmond Xprogram_path=${program_dir}/${program_file} X Xconfig_dir=${PREFIX}/etc Xconfig_file=${program_file}.conf Xconfig_path=${config_dir}/${config_file} X Xsyslog_facility=daemon.err X Xcase "$rc_arg" in Xstart) X if [ ! -x ${program_path} ]; then X logger -sp ${syslog_facility} -t ${program_file} \ X "unable to start: ${program_path} is missing." X exit 72 X fi X if [ ! -f ${config_path} ]; then X logger -sp ${syslog_facility} -t ${program_file} \ X "unable to start: ${config_path} is missing." X exit 72 X fi X ${program_path} && echo -n " ${program_file}" X ;; Xstop) X killall ${program_file} 2> /dev/null X ;; Xrestart) X $0 stop X $0 start X ;; Xstatus) X ps -auxww | egrep ${program_file} | egrep -v "($0|egrep)" X ;; X*) X echo "usage: ${rc_file} {start|stop|restart|status}" >&2 X exit 64 X ;; Xesac X Xexit 0 END-of-ganglia-monitor-core/files/gmond.sh.sample echo x - ganglia-monitor-core/files/patch-gmetad_gmetad.c sed 's/^X//' >ganglia-monitor-core/files/patch-gmetad_gmetad.c << 'END-of-ganglia-monitor-core/files/patch-gmetad_gmetad.c' X X$FreeBSD: ports/sysutils/ganglia-monitor-core/files/patch-gmetad_gmetad.c,v 1.1 2003/03/02 00:24:16 kris Exp $ X X--- gmetad/gmetad.c.orig Mon Dec 9 14:43:23 2002 X+++ gmetad/gmetad.c Fri Feb 21 11:52:24 2003 X@@ -40,7 +40,7 @@ X pthread_mutex_t server_socket_mutex = PTHREAD_MUTEX_INITIALIZER; X int server_threads = 2; X char *rrd_rootdir = "/var/lib/ganglia/rrds"; X-char *setuid_username = "nobody"; X+char *setuid_username = "ganglia"; X int should_setuid = 1; X unsigned int source_index = 0; X END-of-ganglia-monitor-core/files/patch-gmetad_gmetad.c echo x - ganglia-monitor-core/files/patch-gmetad_gmetad.conf sed 's/^X//' >ganglia-monitor-core/files/patch-gmetad_gmetad.conf << 'END-of-ganglia-monitor-core/files/patch-gmetad_gmetad.conf' X X$FreeBSD: ports/sysutils/ganglia-monitor-core/files/patch-gmetad_gmetad.conf,v 1.1 2003/03/02 00:24:16 kris Exp $ X X--- gmetad/gmetad.conf.orig Wed Jan 29 10:17:02 2003 X+++ gmetad/gmetad.conf Fri Feb 21 11:52:58 2003 X@@ -55,9 +55,9 @@ X # default: on X # setuid off X # X-# User gmetad will setuid to (defaults to "nobody") X-# default: "nobody" X-# setuid_username "nobody" X+# User gmetad will setuid to (defaults to "ganglia") X+# default: "ganglia" X+# setuid_username "ganglia" X # X # The port gmetad will answer requests for XML X # default: 8651 END-of-ganglia-monitor-core/files/patch-gmetad_gmetad.conf echo x - ganglia-monitor-core/files/patch-gmond_gmond.conf sed 's/^X//' >ganglia-monitor-core/files/patch-gmond_gmond.conf << 'END-of-ganglia-monitor-core/files/patch-gmond_gmond.conf' X X$FreeBSD: ports/sysutils/ganglia-monitor-core/files/patch-gmond_gmond.conf,v 1.1 2003/03/02 00:24:16 kris Exp $ X X--- gmond/gmond.conf.orig Thu Feb 20 14:34:00 2003 X+++ gmond/gmond.conf Thu Feb 20 14:35:09 2003 X@@ -99,8 +99,8 @@ X # no_setuid on X # X # Which user should gmond run as? X-# default: nobody X-# setuid nobody X+# default: ganglia X+# setuid ganglia X # X # If you do not want this host to appear in the gexec host list, set X # this value to "on" END-of-ganglia-monitor-core/files/patch-gmond_gmond.conf echo x - ganglia-monitor-core/files/patch-lib_gmond__config.c sed 's/^X//' >ganglia-monitor-core/files/patch-lib_gmond__config.c << 'END-of-ganglia-monitor-core/files/patch-lib_gmond__config.c' X X$FreeBSD: ports/sysutils/ganglia-monitor-core/files/patch-lib_gmond__config.c,v 1.1 2003/03/02 00:24:16 kris Exp $ X X--- lib/gmond_config.c.orig Thu Feb 20 14:32:29 2003 X+++ lib/gmond_config.c Thu Feb 20 14:32:39 2003 X@@ -224,7 +224,7 @@ X config->deaf = 0; X config->debug_level = 0; X config->no_setuid = 0; X- config->setuid = conf_strdup("nobody"); X+ config->setuid = conf_strdup("ganglia"); X config->no_gexec = 0; X config->all_trusted = 0; X END-of-ganglia-monitor-core/files/patch-lib_gmond__config.c echo x - ganglia-monitor-core/files/patch-gmond_machines_freebsd.c sed 's/^X//' >ganglia-monitor-core/files/patch-gmond_machines_freebsd.c << 'END-of-ganglia-monitor-core/files/patch-gmond_machines_freebsd.c' X X$FreeBSD$ X X--- gmond/machines/freebsd.c.orig Thu Aug 15 10:17:25 2002 X+++ gmond/machines/freebsd.c Thu Apr 3 17:30:16 2003 X@@ -10,11 +10,36 @@ X #include X #include X #include X+#if __FreeBSD_version < 500101 X #include X+#else X+#include X+#endif X+#include X+#include X #include X #include "ganglia.h" X #include "metric_typedefs.h" X X+#define MIB_SWAPINFO_SIZE 3 X+ X+#ifndef XSWDEV_VERSION X+#define XSWDEV_VERSION 1 X+struct xswdev { X+ u_int xsw_version; X+ udev_t xsw_dev; X+ int xsw_flags; X+ int xsw_nblks; X+ int xsw_used; X+}; X+#endif X+ X+static int use_vm_swap_info = 0; X+static int mibswap[MIB_SWAPINFO_SIZE]; X+static size_t mibswap_size; X+static kvm_t *kd = NULL; X+static int pagesize; X+ X /* Function prototypes */ X long percentages(int cnt, int *out, register long *new, X register long *old, long *diffs); X@@ -27,6 +52,20 @@ X metric_init(void) X { X g_val_t val; X+ X+ /* X+ * Try to use the vm.swap_info sysctl to gather swap data. If it X+ * isn't implemented, fall back to trying to old kvm based interface. X+ */ X+ mibswap_size = MIB_SWAPINFO_SIZE; X+ if (sysctlnametomib("vm.swap_info", mibswap, &mibswap_size) == -1) { X+ perror("sysctlnametomib"); X+ kd = kvm_open(NULL, NULL, NULL, O_RDONLY, "metric_init()"); X+ } else { X+ use_vm_swap_info = 1; X+ } X+ pagesize = getpagesize(); X+ X val.int32 = SYNAPSE_SUCCESS; X return val; X } X@@ -81,21 +120,33 @@ X swap_total_func ( void ) X { X g_val_t val; X- X struct kvm_swap swap[1]; X- kvm_t *kd; X+ struct xswdev xsw; X+ size_t mibsize, size; X int totswap, n; X X- kd = kvm_open(NULL, NULL, NULL, O_RDONLY, "kvm_open"); X- n = kvm_getswapinfo(kd, swap, 1, 0); X- if (n < 0 || swap[0].ksw_total == 0) { X- val.uint32 = 0; X+ val.uint32 = 0; X+ totswap = 0; X+ X+ if (use_vm_swap_info) { X+ for (n = 0; ; ++n) { X+ mibswap[mibswap_size] = n; X+ size = sizeof(xsw); X+ if (sysctl(mibswap, mibswap_size + 1, &xsw, &size, NULL, NULL) == -1) X+ break; X+ if (xsw.xsw_version != XSWDEV_VERSION) X+ return val; X+ totswap += xsw.xsw_nblks; X+ } X+ } else if(kd != NULL) { X+ n = kvm_getswapinfo(kd, swap, 1, 0); X+ if (n < 0 || swap[0].ksw_total == 0) { X+ val.uint32 = 0; X+ } X+ totswap = swap[0].ksw_total; X } X- totswap = swap[0].ksw_total; X- totswap *= getpagesize() / 1024; X- val.uint32 = totswap; X- kvm_close(kd); X X+ val.uint32 = totswap * (pagesize / 1024); X return val; X } X X@@ -330,9 +381,8 @@ X len = sizeof (free_pages); X if((sysctlbyname("vm.stats.vm.v_free_count", &free_pages, &len, NULL, 0) X == -1) || !len) free_pages = 0; X- free_pages *= getpagesize() / 1024; X X- val.uint32 = free_pages; X+ val.uint32 = free_pages * (pagesize / 1024); X return val; X } X X@@ -373,9 +423,7 @@ X || !len) X cache = 0; X X- cache *= getpagesize() / 1024; X- X- val.uint32 = cache; X+ val.uint32 = cache * (pagesize / 1024); X return val; X } X X@@ -383,23 +431,35 @@ X swap_free_func ( void ) X { X g_val_t val; X+ X struct kvm_swap swap[1]; X- kvm_t *kd; X+ struct xswdev xsw; X+ size_t size; X int totswap, usedswap, freeswap, n; X X- kd = kvm_open(NULL, NULL, NULL, O_RDONLY, "kvm_open"); X- n = kvm_getswapinfo(kd, swap, 1, 0); X- if (n < 0 || swap[0].ksw_total == 0) { X- val.uint32 = 0; X- } X- totswap = swap[0].ksw_total; X- usedswap = swap[0].ksw_used; X- kvm_close(kd); X+ val.uint32 = 0; X+ totswap = 0; X+ usedswap = 0; X X- freeswap = totswap-usedswap; X- freeswap *= getpagesize() / 1024; X+ if (use_vm_swap_info) { X+ for (n = 0; ; ++n) { X+ mibswap[mibswap_size] = n; X+ size = sizeof(xsw); X+ if (sysctl(mibswap, mibswap_size + 1, &xsw, &size, NULL, NULL) == -1) X+ break; X+ if (xsw.xsw_version != XSWDEV_VERSION) X+ return val; X+ totswap += xsw.xsw_nblks; X+ usedswap += xsw.xsw_used; X+ } X+ } else if(kd != NULL) { X+ n = kvm_getswapinfo(kd, swap, 1, 0); X+ totswap = swap[0].ksw_total; X+ usedswap = swap[0].ksw_used; X+ } X+ freeswap = totswap - usedswap; X X- val.uint32 = freeswap; X+ val.uint32 = freeswap * (pagesize / 1024); X return val; X } X END-of-ganglia-monitor-core/files/patch-gmond_machines_freebsd.c echo x - ganglia-monitor-core/files/patch-gmond_gmond.c sed 's/^X//' >ganglia-monitor-core/files/patch-gmond_gmond.c << 'END-of-ganglia-monitor-core/files/patch-gmond_gmond.c' X X$FreeBSD$ X X--- gmond/gmond.c.orig Tue Jan 7 09:05:04 2003 X+++ gmond/gmond.c Thu Apr 3 16:40:22 2003 X@@ -163,6 +163,13 @@ X print_gmond_config(); X */ X X+ /* in machine.c */ X+ initval = metric_init(); X+ if ( initval.int32 <0) X+ { X+ err_quit("metric_init() returned an error"); X+ } X+ X if(!gmond_config.no_setuid) X become_a_nobody(gmond_config.setuid); X X@@ -266,13 +273,6 @@ X return -1; X } X debug_msg("multicasting on channel %s %d", gmond_config.mcast_channel, gmond_config.mcast_port); X- X- /* in machine.c */ X- initval = metric_init(); X- if ( initval.int32 <0) X- { X- err_quit("monitor_init() returned an error"); X- } X X pthread_create(&tid, &attr, monitor_thread, NULL); X debug_msg("created monitor thread"); END-of-ganglia-monitor-core/files/patch-gmond_gmond.c echo x - ganglia-monitor-core/distinfo sed 's/^X//' >ganglia-monitor-core/distinfo << 'END-of-ganglia-monitor-core/distinfo' XMD5 (ganglia-monitor-core-2.5.3.tar.gz) = c6bd5f5d21b3b84286d474f7e57f5101 END-of-ganglia-monitor-core/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 15:10: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 BD01137B405 for ; Tue, 27 May 2003 15:10:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3911043FBF for ; Tue, 27 May 2003 15:10:15 -0700 (PDT) (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 h4RMADUp081261 for ; Tue, 27 May 2003 15:10:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RMADPm081260; Tue, 27 May 2003 15:10:13 -0700 (PDT) Resent-Date: Tue, 27 May 2003 15:10:13 -0700 (PDT) Resent-Message-Id: <200305272210.h4RMADPm081260@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, Sergei Kolobov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDCC237B401 for ; Tue, 27 May 2003 15:07:21 -0700 (PDT) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id CD1D443F85 for ; Tue, 27 May 2003 15:07:19 -0700 (PDT) (envelope-from sgk@kolobov.com) Received: (qmail 64579 invoked from network); 27 May 2003 22:07:17 -0000 Received: from h166.lukarcos.com (HELO kolobov.com) (62.141.88.166) by outpost.globcon.net with SMTP; 27 May 2003 22:07:17 -0000 Received: (qmail 8402 invoked by uid 911); 27 May 2003 22:06:47 -0000 Message-Id: <20030527220647.8401.qmail@kolobov.com> Date: 27 May 2003 22:06:47 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: mwm@mired.org Subject: ports/52737: [PATCH] Update mail/tmda to 0.78 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 27 May 2003 22:10:18 -0000 >Number: 52737 >Category: ports >Synopsis: [PATCH] Update mail/tmda to 0.78 >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 May 27 15:10:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD elf.chetwood.ru 5.1-BETA FreeBSD 5.1-BETA #0: Mon May 26 00:30:25 MSD 2003 >Description: - Update to 0.78 - Add all official mirrors - Remove pkg-req script: use PYTHON_REL for checking Pyhton version - Use dynamically generated pkg-message instead of several ECHO_MSG in Makefile so users installing from package would also see this information - Install example config and contrib bits into EXAMPLESDIR - Only documentation now goes to DOCSDIR - Do not install yet another copy of GPL - Use DATADIR/DOCSDIR/EXAMPLESDIR macros in pkg-plist Add file: - pkg-message Remove file: - pkg-req Port maintainer - mwm@mired.org - has been copied. >How-To-Repeat: >Fix: --- tmda-0.78.patch begins here --- ? pkg-message Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/tmda/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- Makefile 2003/04/27 02:04:21 1.36 +++ Makefile 2003/05/27 22:02:05 @@ -6,9 +6,13 @@ # PORTNAME= tmda -PORTVERSION= 0.76 +PORTVERSION= 0.78 CATEGORIES= mail python -MASTER_SITES= http://tmda.net/releases/%SUBDIR%/ +MASTER_SITES= http://www.tmda.net/releases/%SUBDIR%/ \ + http://www.us.tmda.net/releases/%SUBDIR%/ \ + http://tmda.mirrors.summersault.com/releases/%SUBDIR%/ \ + http://mirrors.standblue.net/tmda.net/releases/%SUBDIR%/ \ + http://www.au.tmda.net/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= . old EXTRACT_SUFX= .tgz @@ -17,37 +21,40 @@ USE_PYTHON= yes -do-build: - (cd ${WRKSRC}; ${PYTHON_CMD} ./compileall) +PKGMESSAGE= ${WRKDIR}/pkg-message + +DOCS= CODENAMES CRYPTO THANKS UPGRADE htdocs/*.html +CONTRIB= collectaddys def2html printcdb printdbm \ + sendit.sh tmda.el vadduser-tmda -pre-install: - @${SH} ${PKGREQ} INSTALL +.include + +.if ${PYTHON_REL} < 210 +BROKEN= "TMDA requries Python 2.1 or greater" +.endif +do-build: + cd ${WRKSRC} && ${PYTHON_CMD} ./compileall + do-install: - ${MKDIR} ${PYTHON_SITELIBDIR}/TMDA/pythonlib/email - ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/*.py* ${PYTHON_SITELIBDIR}/TMDA + @${MKDIR} ${PYTHONPREFIX_SITELIBDIR}/TMDA/pythonlib/email + ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/*.py* ${PYTHONPREFIX_SITELIBDIR}/TMDA ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/pythonlib/email/*.py* \ - ${PYTHON_SITELIBDIR}/TMDA/pythonlib/email - ${MKDIR} ${DATADIR} + ${PYTHONPREFIX_SITELIBDIR}/TMDA/pythonlib/email + @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/templates/*.txt ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/bin/tmda-* ${PREFIX}/bin - -post-install: + @${MKDIR} ${EXAMPLESDIR}/contrib + cd ${WRKSRC}/contrib && \ + ${INSTALL_DATA} sample.config ${EXAMPLESDIR} && \ + ${INSTALL_DATA} ${CONTRIB} ${EXAMPLESDIR}/contrib .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/contrib ${DOCSDIR}/htdocs -.for f in CODENAMES COPYING CRYPTO ChangeLog INSTALL README THANKS UPGRADE - @${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR} -.endfor -.for f in ChangeLog collectaddys printcdb sample.config sendit.sh tmda.spec \ - def2html printdbm tmda.el vadduser-tmda - @${INSTALL_DATA} ${WRKSRC}/contrib/$f ${DOCSDIR}/contrib -.endfor - @${INSTALL_DATA} ${WRKSRC}/htdocs/*.html ${DOCSDIR}/htdocs - @${ECHO_MSG} - @${ECHO_MSG} See ${DOCSDIR}/INSTALL for configuration instructions - @${ECHO_MSG} See ${DOCSDIR}/UPGRADE if upgrading from a previous release + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif - @${ECHO_MSG} All related programs have been installed in ${PREFIX}/bin - @${ECHO_MSG} + @${SED} -e 's!PREFIX!${PREFIX}!; s!DOCSDIR!${DOCSDIR}!;' \ + -e 's!EXAMPLESDIR!${EXAMPLESDIR}!' ${.CURDIR}/pkg-message \ + > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} -.include +.include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/tmda/distinfo,v retrieving revision 1.32 diff -u -r1.32 distinfo --- distinfo 2003/04/27 02:04:21 1.32 +++ distinfo 2003/05/27 22:02:05 @@ -1 +1 @@ -MD5 (tmda-0.76.tgz) = 71531e95ad56994e03072bc3a1ca91e9 +MD5 (tmda-0.78.tgz) = a3abd8f0afd22d84940a1919c3ae59f8 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/tmda/pkg-plist,v retrieving revision 1.28 diff -u -r1.28 pkg-plist --- pkg-plist 2003/04/27 02:04:21 1.28 +++ pkg-plist 2003/05/27 22:02:06 @@ -53,6 +53,8 @@ %%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/base64MIME.pyc %%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/quopriMIME.py %%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/quopriMIME.pyc +@dirrm %%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email +@dirrm %%PYTHON_SITELIBDIR%%/TMDA/pythonlib %%PYTHON_SITELIBDIR%%/TMDA/Address.py %%PYTHON_SITELIBDIR%%/TMDA/Address.pyc %%PYTHON_SITELIBDIR%%/TMDA/Auth.py @@ -85,56 +87,48 @@ %%PYTHON_SITELIBDIR%%/TMDA/Version.pyc %%PYTHON_SITELIBDIR%%/TMDA/__init__.py %%PYTHON_SITELIBDIR%%/TMDA/__init__.pyc -%%PORTDOCS%%share/doc/tmda/CODENAMES -%%PORTDOCS%%share/doc/tmda/COPYING -%%PORTDOCS%%share/doc/tmda/CRYPTO -%%PORTDOCS%%share/doc/tmda/ChangeLog -%%PORTDOCS%%share/doc/tmda/INSTALL -%%PORTDOCS%%share/doc/tmda/README -%%PORTDOCS%%share/doc/tmda/THANKS -%%PORTDOCS%%share/doc/tmda/UPGRADE -%%PORTDOCS%%share/doc/tmda/contrib/ChangeLog -%%PORTDOCS%%share/doc/tmda/contrib/collectaddys -%%PORTDOCS%%share/doc/tmda/contrib/printcdb -%%PORTDOCS%%share/doc/tmda/contrib/printdbm -%%PORTDOCS%%share/doc/tmda/contrib/sample.config -%%PORTDOCS%%share/doc/tmda/contrib/sendit.sh -%%PORTDOCS%%share/doc/tmda/contrib/tmda.el -%%PORTDOCS%%share/doc/tmda/contrib/tmda.spec -%%PORTDOCS%%share/doc/tmda/contrib/def2html -%%PORTDOCS%%share/doc/tmda/contrib/vadduser-tmda -%%PORTDOCS%%share/doc/tmda/htdocs/bugs.html -%%PORTDOCS%%share/doc/tmda/htdocs/config-client.html -%%PORTDOCS%%share/doc/tmda/htdocs/config-filter.html -%%PORTDOCS%%share/doc/tmda/htdocs/config-pre.html -%%PORTDOCS%%share/doc/tmda/htdocs/config-server.html -%%PORTDOCS%%share/doc/tmda/htdocs/config-vars.html -%%PORTDOCS%%share/doc/tmda/htdocs/config.html -%%PORTDOCS%%share/doc/tmda/htdocs/download.html -%%PORTDOCS%%share/doc/tmda/htdocs/features.html -%%PORTDOCS%%share/doc/tmda/htdocs/filter-sources.html -%%PORTDOCS%%share/doc/tmda/htdocs/history.html -%%PORTDOCS%%share/doc/tmda/htdocs/howto-template.html -%%PORTDOCS%%share/doc/tmda/htdocs/howtos.html -%%PORTDOCS%%share/doc/tmda/htdocs/index.html -%%PORTDOCS%%share/doc/tmda/htdocs/install.html -%%PORTDOCS%%share/doc/tmda/htdocs/inuse.html -%%PORTDOCS%%share/doc/tmda/htdocs/mirrors.html -%%PORTDOCS%%share/doc/tmda/htdocs/press.html -%%PORTDOCS%%share/doc/tmda/htdocs/requirements.html -%%PORTDOCS%%share/doc/tmda/htdocs/resources.html -%%PORTDOCS%%share/doc/tmda/htdocs/results.html -%%PORTDOCS%%share/doc/tmda/htdocs/support-commercial.html -%%PORTDOCS%%share/doc/tmda/htdocs/tmda-ofmipd.html -%%PORTDOCS%%share/doc/tmda/htdocs/tmda-vdomains.html -%%PORTDOCS%%share/doc/tmda/htdocs/trouble.html -share/tmda/bounce.txt -share/tmda/confirm_accept.txt -share/tmda/confirm_request.txt -@dirrm share/tmda -%%PORTDOCS%%@dirrm share/doc/tmda/contrib -%%PORTDOCS%%@dirrm share/doc/tmda/htdocs -%%PORTDOCS%%@dirrm share/doc/tmda -@dirrm %%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email -@dirrm %%PYTHON_SITELIBDIR%%/TMDA/pythonlib @dirrm %%PYTHON_SITELIBDIR%%/TMDA +%%PORTDOCS%%%%DOCSDIR%%/CODENAMES +%%PORTDOCS%%%%DOCSDIR%%/CRYPTO +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/UPGRADE +%%PORTDOCS%%%%DOCSDIR%%/bugs.html +%%PORTDOCS%%%%DOCSDIR%%/config-client.html +%%PORTDOCS%%%%DOCSDIR%%/config-filter.html +%%PORTDOCS%%%%DOCSDIR%%/config-pre.html +%%PORTDOCS%%%%DOCSDIR%%/config-server.html +%%PORTDOCS%%%%DOCSDIR%%/config-vars.html +%%PORTDOCS%%%%DOCSDIR%%/config.html +%%PORTDOCS%%%%DOCSDIR%%/download.html +%%PORTDOCS%%%%DOCSDIR%%/features.html +%%PORTDOCS%%%%DOCSDIR%%/filter-sources.html +%%PORTDOCS%%%%DOCSDIR%%/history.html +%%PORTDOCS%%%%DOCSDIR%%/howto-template.html +%%PORTDOCS%%%%DOCSDIR%%/howtos.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/install.html +%%PORTDOCS%%%%DOCSDIR%%/inuse.html +%%PORTDOCS%%%%DOCSDIR%%/mirrors.html +%%PORTDOCS%%%%DOCSDIR%%/press.html +%%PORTDOCS%%%%DOCSDIR%%/requirements.html +%%PORTDOCS%%%%DOCSDIR%%/resources.html +%%PORTDOCS%%%%DOCSDIR%%/results.html +%%PORTDOCS%%%%DOCSDIR%%/support-commercial.html +%%PORTDOCS%%%%DOCSDIR%%/tmda-ofmipd.html +%%PORTDOCS%%%%DOCSDIR%%/tmda-vdomains.html +%%PORTDOCS%%%%DOCSDIR%%/trouble.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%EXAMPLESDIR%%/contrib/collectaddys +%%EXAMPLESDIR%%/contrib/def2html +%%EXAMPLESDIR%%/contrib/printcdb +%%EXAMPLESDIR%%/contrib/printdbm +%%EXAMPLESDIR%%/contrib/sendit.sh +%%EXAMPLESDIR%%/contrib/tmda.el +%%EXAMPLESDIR%%/contrib/vadduser-tmda +@dirrm %%EXAMPLESDIR%%/contrib +%%EXAMPLESDIR%%/sample.config +@dirrm %%EXAMPLESDIR%% +%%DATADIR%%/bounce.txt +%%DATADIR%%/confirm_accept.txt +%%DATADIR%%/confirm_request.txt +@dirrm %%DATADIR%% --- tmda-0.78.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 16: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 C803837B401 for ; Tue, 27 May 2003 16:50:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFA7743FA3 for ; Tue, 27 May 2003 16:50:17 -0700 (PDT) (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 h4RNoHUp087875 for ; Tue, 27 May 2003 16:50:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4RNoHJB087874; Tue, 27 May 2003 16:50:17 -0700 (PDT) Resent-Date: Tue, 27 May 2003 16:50:17 -0700 (PDT) Resent-Message-Id: <200305272350.h4RNoHJB087874@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 165D437B40F for ; Tue, 27 May 2003 16:49:16 -0700 (PDT) Received: from da-quirk.org (lns-th2-11-82-64-240-121.adsl.proxad.net [82.64.240.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 703AF43FE0 for ; Tue, 27 May 2003 16:49:12 -0700 (PDT) (envelope-from david@da-quirk.org) Received: from da-quirk.org (localhost.noos.fr [127.0.0.1]) by da-quirk.org (8.12.6/8.12.6) with ESMTP id h4RNnVYZ036884 for ; Wed, 28 May 2003 01:49:32 +0200 (CEST) (envelope-from david@da-quirk.org) Received: (from david@localhost) by da-quirk.org (8.12.6/8.12.6/Submit) id h4RNnUH4036883; Wed, 28 May 2003 01:49:30 +0200 (CEST) Message-Id: <200305272349.h4RNnUH4036883@da-quirk.org> Date: Wed, 28 May 2003 01:49:30 +0200 (CEST) From: David Le Brun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52738: [Maintainer Update] audio/gtkpod (0.51 -> 0.51-2 : bug fixes) 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, 27 May 2003 23:50:19 -0000 >Number: 52738 >Category: ports >Synopsis: [Maintainer Update] audio/gtkpod (0.51 -> 0.51-2 : bug fixes) >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 May 27 16:50:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: David Le Brun >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD poyel 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #2: Mon May 12 17:01:03 CEST 2003 root@poyel:/usr/src/sys/i386/compile/POYEL i386 >Description: - fixed memory hole in get_ipod_used/free_space()) - add french catalogue >How-To-Repeat: >Fix: diff -ruN gtkpod.orig/Makefile gtkpod/Makefile --- gtkpod.orig/Makefile Thu May 22 06:58:06 2003 +++ gtkpod/Makefile Wed May 28 01:04:16 2003 @@ -6,7 +6,7 @@ # PORTNAME= gtkpod -PORTVERSION= 0.51 +PORTVERSION= 0.51-2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN gtkpod.orig/distinfo gtkpod/distinfo --- gtkpod.orig/distinfo Thu May 22 01:38:20 2003 +++ gtkpod/distinfo Wed May 28 01:05:50 2003 @@ -1 +1 @@ -MD5 (gtkpod-0.51.tar.gz) = 78e3cd5ac647b88058fb781d97e26cb1 +MD5 (gtkpod-0.51-2.tar.gz) = 872959ac2a9b0cde3ce89323197561f4 diff -ruN gtkpod.orig/pkg-plist gtkpod/pkg-plist --- gtkpod.orig/pkg-plist Mon May 12 19:27:24 2003 +++ gtkpod/pkg-plist Wed May 28 01:10:37 2003 @@ -1,5 +1,6 @@ bin/gtkpod share/locale/de/LC_MESSAGES/gtkpod.mo share/locale/ja/LC_MESSAGES/gtkpod.mo +share/locale/fr/LC_MESSAGES/gtkpod.mo %%PORTDOCS%%share/doc/gtkpod/README %%PORTDOCS%%@dirrm share/doc/gtkpod >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 17:14:02 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 C29FE37B401; Tue, 27 May 2003 17:14:02 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04B6543FBF; Tue, 27 May 2003 17:14:02 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.9/8.12.3) with ESMTP id h4S0E0Hp025405; Tue, 27 May 2003 17:14:00 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.9/8.12.3/Submit) id h4S0DxPc025401; Tue, 27 May 2003 17:13:59 -0700 Date: Tue, 27 May 2003 17:13:59 -0700 From: Brooks Davis To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20030528001359.GA24542@Odin.AC.HMC.Edu> References: <200305272203.h4RM3tQ6069485@minya.sea.one-eyed-alien.net> <200305272210.h4RMAC9R081236@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305272210.h4RMAC9R081236@freefall.freebsd.org> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: Brooks Davis Subject: Re: ports/52736: Update port: sysutils/ganglia-monitor-core X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 May 2003 00:14:03 -0000 I just discovered there's a small plist bug in this version. The workaround is to add the following line to the plist: @dirrm include/ganglia/ganglia It should go above: @dirrm include/ganglia -- Brooks From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 17:20: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 2C8DE37B401 for ; Tue, 27 May 2003 17:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7E3443F85 for ; Tue, 27 May 2003 17:20:13 -0700 (PDT) (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 h4S0KDUp092220 for ; Tue, 27 May 2003 17:20:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4S0KDXL092219; Tue, 27 May 2003 17:20:13 -0700 (PDT) Resent-Date: Tue, 27 May 2003 17:20:13 -0700 (PDT) Resent-Message-Id: <200305280020.h4S0KDXL092219@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, John Stalker Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8313437B401 for ; Tue, 27 May 2003 17:11:21 -0700 (PDT) Received: from Mail.Math.Princeton.EDU (mail.math.Princeton.EDU [128.112.18.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A23243F93 for ; Tue, 27 May 2003 17:11:20 -0700 (PDT) (envelope-from stalker@Math.Princeton.EDU) Received: from math.Princeton.EDU (math.Princeton.EDU [128.112.18.16]) h4S0BJE21487 for ; Tue, 27 May 2003 20:11:19 -0400 Received: from math.Princeton.EDU (localhost.localdomain [127.0.0.1]) by math.Princeton.EDU (8.11.6p2/8.11.6) with ESMTP id h4S0BJF26037 for ; Tue, 27 May 2003 20:11:19 -0400 Message-Id: <200305280011.h4S0BJF26037@math.Princeton.EDU> Date: Tue, 27 May 2003 20:11:19 -0400 From: John Stalker Sender: stalker@Math.Princeton.EDU To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52739: New port: games/circuslinux X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Stalker List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 00:20:15 -0000 >Number: 52739 >Category: ports >Synopsis: New port: games/circuslinux >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 May 27 17:20:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: John Stalker >Release: FreeBSD 4.8-STABLE i386 >Organization: Princeton University >Environment: System: FreeBSD rockhopper.dev.null 4.8-STABLE FreeBSD 4.8-STABLE #6: Sun May 25 18:37:39 EDT 2003 root@rockhopper.dev.null:/usr/obj/usr/src/sys/ROCKHOPPER i386 >Description: "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari," produced by Atari, Inc. (which is itself a clone of an earlier arcade game named, simply "Circus"). The object is to move a teeter-totter back and forth across the screen to bounce clowns up into the air. When they reach the top, they pop rows of balloons and then fall back down. (The gameplay is similar to the classics "Breakout" and "Arkanoid.") WWW: http://www.newbreedsoftware.com/circus-linux/ >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: # # circuslinux # circuslinux/distinfo # circuslinux/Makefile # circuslinux/pkg-descr # circuslinux/files # circuslinux/files/patch-aa # circuslinux/files/patch-ab # circuslinux/pkg-plist # echo c - circuslinux mkdir -p circuslinux > /dev/null 2>&1 echo x - circuslinux/distinfo sed 's/^X//' >circuslinux/distinfo << 'END-of-circuslinux/distinfo' XMD5 (circuslinux-1.0.3.tar.gz) = d53f7d28d974c5605d6bebb9b1569216 END-of-circuslinux/distinfo echo x - circuslinux/Makefile sed 's/^X//' >circuslinux/Makefile << 'END-of-circuslinux/Makefile' X# New ports collection Makefile for: circuslinux X# Date created: 7 May 2003 X# Whom: John Stalker X# X# $FreeBSD$ X# X XPORTNAME= circuslinux XPORTVERSION= 1.0.3 XCATEGORIES= games XMASTER_SITES= http://www.nbswebfx.com/downloads/ X XMAINTAINER= stalker@math.princeton.edu XCOMMENT= A clone of the Atari 2600 game Circus Atari X XLIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \ X SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_AUTOMAKE= yes XAUTOMAKE_ARGS= --include-deps --foreign --add-missing XCONFIGURE_ENV= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" X X.include END-of-circuslinux/Makefile echo x - circuslinux/pkg-descr sed 's/^X//' >circuslinux/pkg-descr << 'END-of-circuslinux/pkg-descr' X"Circus Linux!" is a clone of the Atari 2600 game X"Circus Atari," produced by Atari, Inc. (which is itself a clone of Xan earlier arcade game named, simply "Circus"). X XThe object is to move a teeter-totter back and forth across the Xscreen to bounce clowns up into the air. When they reach the top, Xthey pop rows of balloons and then fall back down. X X(The gameplay is similar to the classics "Breakout" and "Arkanoid.") X XWWW: http://www.newbreedsoftware.com/circus-linux/ X X- John Stalker Xstalker@math.princeton.edu END-of-circuslinux/pkg-descr echo c - circuslinux/files mkdir -p circuslinux/files > /dev/null 2>&1 echo x - circuslinux/files/patch-aa sed 's/^X//' >circuslinux/files/patch-aa << 'END-of-circuslinux/files/patch-aa' X*** aclocal.m4.orig Sat Jun 10 21:50:54 2000 X--- aclocal.m4 Fri May 9 17:51:21 2003 X*************** X*** 22,28 **** X dnl X AC_DEFUN(AM_PATH_SDL, X [dnl X! dnl Get the cflags and libraries from the sdl-config script X dnl X AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)], X sdl_prefix="$withval", sdl_prefix="") X--- 22,28 ---- X dnl X AC_DEFUN(AM_PATH_SDL, X [dnl X! dnl Get the cflags and libraries from the sdl11-config script X dnl X AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)], X sdl_prefix="$withval", sdl_prefix="") X*************** X*** 34,50 **** X if test x$sdl_exec_prefix != x ; then X sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix" X if test x${SDL_CONFIG+set} != xset ; then X! SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config X fi X fi X if test x$sdl_prefix != x ; then X sdl_args="$sdl_args --prefix=$sdl_prefix" X if test x${SDL_CONFIG+set} != xset ; then X! SDL_CONFIG=$sdl_prefix/bin/sdl-config X fi X fi X X! AC_PATH_PROG(SDL_CONFIG, sdl-config, no) X min_sdl_version=ifelse([$1], ,0.11.0,$1) X AC_MSG_CHECKING(for SDL - version >= $min_sdl_version) X no_sdl="" X--- 34,50 ---- X if test x$sdl_exec_prefix != x ; then X sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix" X if test x${SDL_CONFIG+set} != xset ; then X! SDL_CONFIG=$sdl_exec_prefix/bin/sdl11-config X fi X fi X if test x$sdl_prefix != x ; then X sdl_args="$sdl_args --prefix=$sdl_prefix" X if test x${SDL_CONFIG+set} != xset ; then X! SDL_CONFIG=$sdl_prefix/bin/sdl11-config X fi X fi X X! AC_PATH_PROG(SDL_CONFIG, sdl11-config, no) X min_sdl_version=ifelse([$1], ,0.11.0,$1) X AC_MSG_CHECKING(for SDL - version >= $min_sdl_version) X no_sdl="" X*************** X*** 67,73 **** X LIBS="$LIBS $SDL_LIBS" X dnl X dnl Now check if the installed SDL is sufficiently new. (Also sanity X! dnl checks the results of sdl-config to some extent X dnl X rm -f conf.sdltest X AC_TRY_RUN([ X--- 67,73 ---- X LIBS="$LIBS $SDL_LIBS" X dnl X dnl Now check if the installed SDL is sufficiently new. (Also sanity X! dnl checks the results of sdl11-config to some extent X dnl X rm -f conf.sdltest X AC_TRY_RUN([ X*************** X*** 117,127 **** X } X else X { X! printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version); X! printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro); X printf("*** best to upgrade to the required version.\n"); X! printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n"); X! printf("*** to point to the correct copy of sdl-config, and remove the file\n"); X printf("*** config.cache before re-running configure\n"); X return 1; X } X--- 117,127 ---- X } X else X { X! printf("\n*** 'sdl11-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version); X! printf("*** of SDL required is %d.%d.%d. If sdl11-config is correct, then it is\n", major, minor, micro); X printf("*** best to upgrade to the required version.\n"); X! printf("*** If sdl11-config was wrong, set the environment variable SDL_CONFIG\n"); X! printf("*** to point to the correct copy of sdl11-config, and remove the file\n"); X printf("*** config.cache before re-running configure\n"); X return 1; X } X*************** X*** 138,147 **** X else X AC_MSG_RESULT(no) X if test "$SDL_CONFIG" = "no" ; then X! echo "*** The sdl-config script installed by SDL could not be found" X echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in" X echo "*** your path, or set the SDL_CONFIG environment variable to the" X! echo "*** full path to sdl-config." X else X if test -f conf.sdltest ; then X : X--- 138,147 ---- X else X AC_MSG_RESULT(no) X if test "$SDL_CONFIG" = "no" ; then X! echo "*** The sdl11-config script installed by SDL could not be found" X echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in" X echo "*** your path, or set the SDL_CONFIG environment variable to the" X! echo "*** full path to sdl11-config." X else X if test -f conf.sdltest ; then X : X*************** X*** 165,171 **** X [ echo "*** The test program failed to compile or link. See the file config.log for the" X echo "*** exact error that occured. This usually means SDL was incorrectly installed" X echo "*** or that you have moved SDL since it was installed. In the latter case, you" X! echo "*** may want to edit the sdl-config script: $SDL_CONFIG" ]) X CFLAGS="$ac_save_CFLAGS" X LIBS="$ac_save_LIBS" X fi X--- 165,171 ---- X [ echo "*** The test program failed to compile or link. See the file config.log for the" X echo "*** exact error that occured. This usually means SDL was incorrectly installed" X echo "*** or that you have moved SDL since it was installed. In the latter case, you" X! echo "*** may want to edit the sdl11-config script: $SDL_CONFIG" ]) X CFLAGS="$ac_save_CFLAGS" X LIBS="$ac_save_LIBS" X fi END-of-circuslinux/files/patch-aa echo x - circuslinux/files/patch-ab sed 's/^X//' >circuslinux/files/patch-ab << 'END-of-circuslinux/files/patch-ab' X*** Makefile.am.orig Sun Apr 29 02:53:26 2001 X--- Makefile.am Fri May 9 20:59:44 2003 X*************** X*** 18,36 **** X CC=@CC@ X DATA_PREFIX=$(pkgdatadir)/data/ X JOY=@JOY@ X- TARGET_DEF=@TARGET_DEF@ X X X CFLAGS = @CFLAGS@ -Wall -O2 -DDATA_PREFIX=\"$(DATA_PREFIX)\" \ X! -D$(TARGET_DEF) -DJOY_$(JOY) X LIBS = @LIBS@ X X X bin_PROGRAMS = circuslinux X X circuslinux_SOURCES = circuslinux.c X! circuslinux_CFLAGS = CFLAGS X! circuslinux_LIBS = LIBS X X docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) X X--- 18,35 ---- X CC=@CC@ X DATA_PREFIX=$(pkgdatadir)/data/ X JOY=@JOY@ X X X CFLAGS = @CFLAGS@ -Wall -O2 -DDATA_PREFIX=\"$(DATA_PREFIX)\" \ X! -DLINUX -DJOY_$(JOY) X LIBS = @LIBS@ X X X bin_PROGRAMS = circuslinux X X circuslinux_SOURCES = circuslinux.c X! circuslinux_CFLAGS = $(CFLAGS) X! circuslinux_LIBS = $(LIBS) X X docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) X END-of-circuslinux/files/patch-ab echo x - circuslinux/pkg-plist sed 's/^X//' >circuslinux/pkg-plist << 'END-of-circuslinux/pkg-plist' Xbin/circuslinux Xshare/circuslinux/data/images/acts/beachball-0.png Xshare/circuslinux/data/images/acts/beachball-1.png Xshare/circuslinux/data/images/acts/beachball-2.png Xshare/circuslinux/data/images/acts/bear-left-0.png Xshare/circuslinux/data/images/acts/bear-left-1.png Xshare/circuslinux/data/images/acts/bear-right-0.png Xshare/circuslinux/data/images/acts/bear-right-1.png Xshare/circuslinux/data/images/acts/seal-0.png Xshare/circuslinux/data/images/acts/seal-1.png Xshare/circuslinux/data/images/backgrounds/background0.png Xshare/circuslinux/data/images/backgrounds/background1.png Xshare/circuslinux/data/images/balloons/blue-die-0.png Xshare/circuslinux/data/images/balloons/blue-die-1.png Xshare/circuslinux/data/images/balloons/blue-left-0.png Xshare/circuslinux/data/images/balloons/blue-left-1.png Xshare/circuslinux/data/images/balloons/blue-right-0.png Xshare/circuslinux/data/images/balloons/blue-right-1.png Xshare/circuslinux/data/images/balloons/cyan-die-0.png Xshare/circuslinux/data/images/balloons/cyan-die-1.png Xshare/circuslinux/data/images/balloons/cyan-left-0.png Xshare/circuslinux/data/images/balloons/cyan-left-1.png Xshare/circuslinux/data/images/balloons/cyan-right-0.png Xshare/circuslinux/data/images/balloons/cyan-right-1.png Xshare/circuslinux/data/images/balloons/green-die-0.png Xshare/circuslinux/data/images/balloons/green-die-1.png Xshare/circuslinux/data/images/balloons/green-left-0.png Xshare/circuslinux/data/images/balloons/green-left-1.png Xshare/circuslinux/data/images/balloons/green-right-0.png Xshare/circuslinux/data/images/balloons/green-right-1.png Xshare/circuslinux/data/images/balloons/orange-die-0.png Xshare/circuslinux/data/images/balloons/orange-die-1.png Xshare/circuslinux/data/images/balloons/orange-left-0.png Xshare/circuslinux/data/images/balloons/orange-left-1.png Xshare/circuslinux/data/images/balloons/orange-right-0.png Xshare/circuslinux/data/images/balloons/orange-right-1.png Xshare/circuslinux/data/images/balloons/purple-die-0.png Xshare/circuslinux/data/images/balloons/purple-die-1.png Xshare/circuslinux/data/images/balloons/purple-left-0.png Xshare/circuslinux/data/images/balloons/purple-left-1.png Xshare/circuslinux/data/images/balloons/purple-right-0.png Xshare/circuslinux/data/images/balloons/purple-right-1.png Xshare/circuslinux/data/images/balloons/red-die-0.png Xshare/circuslinux/data/images/balloons/red-die-1.png Xshare/circuslinux/data/images/balloons/red-left-0.png Xshare/circuslinux/data/images/balloons/red-left-1.png Xshare/circuslinux/data/images/balloons/red-right-0.png Xshare/circuslinux/data/images/balloons/red-right-1.png Xshare/circuslinux/data/images/balloons/white-die-0.png Xshare/circuslinux/data/images/balloons/white-die-1.png Xshare/circuslinux/data/images/balloons/white-left-0.png Xshare/circuslinux/data/images/balloons/white-left-1.png Xshare/circuslinux/data/images/balloons/white-right-0.png Xshare/circuslinux/data/images/balloons/white-right-1.png Xshare/circuslinux/data/images/balloons/yellow-die-0.png Xshare/circuslinux/data/images/balloons/yellow-die-1.png Xshare/circuslinux/data/images/balloons/yellow-left-0.png Xshare/circuslinux/data/images/balloons/yellow-left-1.png Xshare/circuslinux/data/images/balloons/yellow-right-0.png Xshare/circuslinux/data/images/balloons/yellow-right-1.png Xshare/circuslinux/data/images/bouncers/barrier.png Xshare/circuslinux/data/images/bouncers/bouncer-0.png Xshare/circuslinux/data/images/bouncers/bouncer-1.png Xshare/circuslinux/data/images/circuslinux-icon.xpm Xshare/circuslinux/data/images/clowns/body-left.png Xshare/circuslinux/data/images/clowns/body-right.png Xshare/circuslinux/data/images/clowns/body-upside-down.png Xshare/circuslinux/data/images/clowns/left-arm-0.png Xshare/circuslinux/data/images/clowns/left-arm-1.png Xshare/circuslinux/data/images/clowns/left-arm-2.png Xshare/circuslinux/data/images/clowns/left-leg-0-upside-down.png Xshare/circuslinux/data/images/clowns/left-leg-0.png Xshare/circuslinux/data/images/clowns/left-leg-1-upside-down.png Xshare/circuslinux/data/images/clowns/left-leg-1.png Xshare/circuslinux/data/images/clowns/right-arm-0.png Xshare/circuslinux/data/images/clowns/right-arm-1.png Xshare/circuslinux/data/images/clowns/right-arm-2.png Xshare/circuslinux/data/images/clowns/right-leg-0-upside-down.png Xshare/circuslinux/data/images/clowns/right-leg-0.png Xshare/circuslinux/data/images/clowns/right-leg-1-upside-down.png Xshare/circuslinux/data/images/clowns/right-leg-1.png Xshare/circuslinux/data/images/highscore/left.png Xshare/circuslinux/data/images/highscore/top.png Xshare/circuslinux/data/images/icon.png Xshare/circuslinux/data/images/status/clown-head-oh.png Xshare/circuslinux/data/images/status/clown-head.png Xshare/circuslinux/data/images/status/enter-initials.png Xshare/circuslinux/data/images/status/fuzz.png Xshare/circuslinux/data/images/status/letters.png Xshare/circuslinux/data/images/status/numbers-0.png Xshare/circuslinux/data/images/status/numbers-1.png Xshare/circuslinux/data/images/status/sadclown-0.png Xshare/circuslinux/data/images/status/sadclown-1.png Xshare/circuslinux/data/images/status/sadclown-2.png Xshare/circuslinux/data/images/status/times.png Xshare/circuslinux/data/images/teeter-totter/left-0.png Xshare/circuslinux/data/images/teeter-totter/left-1.png Xshare/circuslinux/data/images/teeter-totter/left-2.png Xshare/circuslinux/data/images/teeter-totter/left-3.png Xshare/circuslinux/data/images/teeter-totter/right-0.png Xshare/circuslinux/data/images/teeter-totter/right-1.png Xshare/circuslinux/data/images/teeter-totter/right-2.png Xshare/circuslinux/data/images/teeter-totter/right-3.png Xshare/circuslinux/data/images/title/graphics.png Xshare/circuslinux/data/images/title/light-off.png Xshare/circuslinux/data/images/title/light-on.png Xshare/circuslinux/data/images/title/music.png Xshare/circuslinux/data/images/title/programming.png Xshare/circuslinux/data/images/title/title-highlights.png Xshare/circuslinux/data/images/title/title.png Xshare/circuslinux/data/music/finally.mod Xshare/circuslinux/data/music/hiscore.mod Xshare/circuslinux/data/music/hiscreen.mod Xshare/circuslinux/data/music/kaupunki.mod Xshare/circuslinux/data/music/klovninarki.mod Xshare/circuslinux/data/sounds/applause.wav Xshare/circuslinux/data/sounds/bounce.wav Xshare/circuslinux/data/sounds/cheering.wav Xshare/circuslinux/data/sounds/keypress.wav Xshare/circuslinux/data/sounds/pop.wav Xshare/circuslinux/data/sounds/splat.wav Xshare/circuslinux/data/sounds/teeter1.wav Xshare/circuslinux/data/sounds/teeter2.wav Xshare/circuslinux/data/sounds/wahoo.wav Xshare/doc/circuslinux-1.0.2/AUTHORS.txt Xshare/doc/circuslinux-1.0.2/CHANGES.txt Xshare/doc/circuslinux-1.0.2/COPYING.txt Xshare/doc/circuslinux-1.0.2/FAQ.txt Xshare/doc/circuslinux-1.0.2/INSTALL.txt Xshare/doc/circuslinux-1.0.2/README-SDL.txt Xshare/doc/circuslinux-1.0.2/README.txt Xshare/doc/circuslinux-1.0.2/TODO.txt X@dirrm share/doc/circuslinux-1.0.2 X@dirrm share/doc X@dirrm share/circuslinux/data/sounds X@dirrm share/circuslinux/data/music X@dirrm share/circuslinux/data/images/title X@dirrm share/circuslinux/data/images/teeter-totter X@dirrm share/circuslinux/data/images/status X@dirrm share/circuslinux/data/images/highscore X@dirrm share/circuslinux/data/images/clowns X@dirrm share/circuslinux/data/images/bouncers X@dirrm share/circuslinux/data/images/balloons X@dirrm share/circuslinux/data/images/backgrounds X@dirrm share/circuslinux/data/images/acts X@dirrm share/circuslinux/data/images X@dirrm share/circuslinux/data X@dirrm share/circuslinux X@dirrm share X@dirrm bin END-of-circuslinux/pkg-plist exit -- John Stalker Department of Mathematics Princeton University (609)258-6469 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 17: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 A795E37B401 for ; Tue, 27 May 2003 17:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BFB343F3F for ; Tue, 27 May 2003 17:20:16 -0700 (PDT) (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 h4S0KGUp092253 for ; Tue, 27 May 2003 17:20:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4S0KGFa092252; Tue, 27 May 2003 17:20:16 -0700 (PDT) Date: Tue, 27 May 2003 17:20:16 -0700 (PDT) Message-Id: <200305280020.h4S0KGFa092252@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Brooks Davis Subject: Re: ports/52736: Update port: sysutils/ganglia-monitor-core X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 00:20:16 -0000 The following reply was made to PR ports/52736; it has been noted by GNATS. From: Brooks Davis To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Brooks Davis Subject: Re: ports/52736: Update port: sysutils/ganglia-monitor-core Date: Tue, 27 May 2003 17:13:59 -0700 I just discovered there's a small plist bug in this version. The workaround is to add the following line to the plist: @dirrm include/ganglia/ganglia It should go above: @dirrm include/ganglia -- Brooks From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 17:31: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 5BB1337B401; Tue, 27 May 2003 17:31:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04F843F3F; Tue, 27 May 2003 17:31:49 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4S0VnUp092673; Tue, 27 May 2003 17:31:49 -0700 (PDT) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4S0VnT0092669; Tue, 27 May 2003 17:31:49 -0700 (PDT) Date: Tue, 27 May 2003 17:31:49 -0700 (PDT) From: Edwin Groothuis Message-Id: <200305280031.h4S0VnT0092669@freefall.freebsd.org> To: stalker@Math.Princeton.EDU, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52739: New port: games/circuslinux X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 May 2003 00:31:50 -0000 Synopsis: New port: games/circuslinux State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Tue May 27 17:30:57 PDT 2003 State-Changed-Why: Sorry to disappoint you, but the game is already there: /usr/ports/games/circuslinux If you want to take over maintainership please contact me privately. http://www.freebsd.org/cgi/query-pr.cgi?pr=52739 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 18: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 5AF8F37B401 for ; Tue, 27 May 2003 18:40:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F6B43FDD for ; Tue, 27 May 2003 18:40:12 -0700 (PDT) (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 h4S1eBUp098315 for ; Tue, 27 May 2003 18:40:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4S1eBQb098314; Tue, 27 May 2003 18:40:11 -0700 (PDT) Resent-Date: Tue, 27 May 2003 18:40:11 -0700 (PDT) Resent-Message-Id: <200305280140.h4S1eBQb098314@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, Christopher Nehren Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E0EF37B401 for ; Tue, 27 May 2003 18:36:49 -0700 (PDT) Received: from prophecy.dyndns.org (pcp01381103pcs.levtwn01.pa.comcast.net [68.81.161.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1872B43F93 for ; Tue, 27 May 2003 18:36:49 -0700 (PDT) (envelope-from apeiron@prophecy.dyndns.org) Received: from apeiron by prophecy.dyndns.org with local (Exim 4.20) id 19Kpsk-0005YJ-4K for FreeBSD-gnats-submit@freebsd.org; Tue, 27 May 2003 21:37:34 -0400 Message-Id: Date: Tue, 27 May 2003 21:37:34 -0400 From: Christopher Nehren Sender: Christopher Nehren To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52740: 'preferred' misspelled twice in ports/editors/openoffice/Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christopher Nehren List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 01:40:14 -0000 >Number: 52740 >Category: ports >Synopsis: 'preferred' misspelled twice in ports/editors/openoffice/Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue May 27 18:40:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Christopher Nehren >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD prophecy.dyndns.org 5.1-BETA FreeBSD 5.1-BETA #0: Tue May 27 00:41:28 EDT 2003 root@prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY_SCHED_4BSD i386 >Description: The word 'preferred' is misspelled twice in ports/editors/openoffice/Makefile. >How-To-Repeat: grep -n 'prefered' ports/editors/openoffice/Makefile >Fix: --- Makefile Tue May 27 21:18:42 2003 +++ /usr/ports/editors/openoffice/Makefile Sun Apr 27 15:48:57 2003 @@ -208,7 +208,7 @@ @${ECHO} "automatically set LANG to a suitable" @${ECHO} "value. You can change this with:" @${ECHO} - @${ECHO} "USE_LANG=\"preferred language\"" + @${ECHO} "USE_LANG=\"prefered language\"" @${ECHO} @${ECHO} "and set a different language" @${ECHO} "like:" @@ -229,7 +229,7 @@ @${ECHO} @${ECHO} "Add USE_GCC=2.95 or USE_GCC=3.1" @${ECHO} "to compile openoffice with your" - @${ECHO} "preferred compiler." + @${ECHO} "prefered compiler." .endif .if !defined(WITH_BSD_JDK) @${ECHO} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 18: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 7E10437B404 for ; Tue, 27 May 2003 18:40:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67BD843FE5 for ; Tue, 27 May 2003 18:40:12 -0700 (PDT) (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 h4S1eCUp098328 for ; Tue, 27 May 2003 18:40:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4S1eCAu098327; Tue, 27 May 2003 18:40:12 -0700 (PDT) Resent-Date: Tue, 27 May 2003 18:40:12 -0700 (PDT) Resent-Message-Id: <200305280140.h4S1eCAu098327@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, Christopher Nehren Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 215EE37B401 for ; Tue, 27 May 2003 18:39:33 -0700 (PDT) Received: from prophecy.dyndns.org (pcp01381103pcs.levtwn01.pa.comcast.net [68.81.161.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D22843FD7 for ; Tue, 27 May 2003 18:39:32 -0700 (PDT) (envelope-from apeiron@prophecy.dyndns.org) Received: from apeiron by prophecy.dyndns.org with local (Exim 4.20) id 19KpvO-0005Zh-HE for FreeBSD-gnats-submit@freebsd.org; Tue, 27 May 2003 21:40:18 -0400 Message-Id: Date: Tue, 27 May 2003 21:40:18 -0400 From: Christopher Nehren Sender: Christopher Nehren To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52741: 'preferred' is mispelled twice in ports/editors/openoffice-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christopher Nehren List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 01:40:14 -0000 >Number: 52741 >Category: ports >Synopsis: 'preferred' is mispelled twice in ports/editors/openoffice-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue May 27 18:40:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Christopher Nehren >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD prophecy.dyndns.org 5.1-BETA FreeBSD 5.1-BETA #0: Tue May 27 00:41:28 EDT 2003 root@prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY_SCHED_4BSD i386 >Description: 'preferred' is misspelled twice in ports/editors/openoffice-devel >How-To-Repeat: grep -n 'prefered' ports/editors/openoffice-devel/Makefile >Fix: --- Makefile Tue May 27 21:26:00 2003 +++ /usr/ports/editors/openoffice-devel/Makefile Tue Apr 29 09:34:28 2003 @@ -202,7 +202,7 @@ @${ECHO} "automatically set LANG to a suitable" @${ECHO} "value. You can change this with:" @${ECHO} - @${ECHO} "USE_LANG=\"preferred language\"" + @${ECHO} "USE_LANG=\"prefered language\"" @${ECHO} @${ECHO} "and set a different language" @${ECHO} "like:" @@ -223,7 +223,7 @@ @${ECHO} @${ECHO} "Add USE_GCC=2.95 or USE_GCC=3.2" @${ECHO} "to compile openoffice with your" - @${ECHO} "preferred compiler." + @${ECHO} "prefered compiler." .endif .if !defined(WITH_DEBUG) @${ECHO} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 20: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 4970437B401 for ; Tue, 27 May 2003 20:50:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3920943F75 for ; Tue, 27 May 2003 20:50:15 -0700 (PDT) (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 h4S3oFUp010207 for ; Tue, 27 May 2003 20:50:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4S3oFeq010206; Tue, 27 May 2003 20:50:15 -0700 (PDT) Resent-Date: Tue, 27 May 2003 20:50:15 -0700 (PDT) Resent-Message-Id: <200305280350.h4S3oFeq010206@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 Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 521F637B401 for ; Tue, 27 May 2003 20:48:49 -0700 (PDT) Received: from mail.alwaysonline.net.au (sikuzote.AlwaysONLINE.net.au [202.181.16.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D03743F85 for ; Tue, 27 May 2003 20:48:48 -0700 (PDT) (envelope-from andrew@amy.ugh.net.au) Received: from amy.ugh.net.au (amy.ugh.net.au [202.181.20.95]) by mail.alwaysonline.net.au (Postfix) with ESMTP id 09806F0C7; Wed, 28 May 2003 13:50:22 +1000 (EST) Received: from amy.local (andrew@localhost [127.0.0.1]) by amy.ugh.net.au (8.12.9/8.12.9) with ESMTP id h4S3nEgD015241; Wed, 28 May 2003 13:49:14 +1000 (EST) (envelope-from andrew@amy.local) Received: (from andrew@localhost) by amy.local (8.12.9/8.12.9/Submit) id h4S3nDXu015240; Wed, 28 May 2003 13:49:13 +1000 (EST) Message-Id: <200305280349.h4S3nDXu015240@amy.local> Date: Wed, 28 May 2003 13:49:13 +1000 (EST) From: Andrew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: shanali@yahoo.com Subject: ports/52744: [update] net/radiator 3.5 -> 3.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 03:50:16 -0000 >Number: 52744 >Category: ports >Synopsis: [update] net/radiator 3.5 -> 3.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: Tue May 27 20:50:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Andrew >Release: FreeBSD 5.0-CURRENT i386 >Organization: UgH! >Environment: System: FreeBSD amy.local 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Sun May 4 01:28:08 EST 2003 andrew@amy.local:/usr/obj/usr/src/sys/AMY i386 >Description: Update net/radiator from 3.5 to 3.6. While I'm here make the distfiles like in a sub directory as one of the files has a generic name of patches-??.tar.gz Also the .packlist stuff now seems to live in PERL_ARCH rather than mach. >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/radiator/Makefile radiator/Makefile --- /usr/ports/net/radiator/Makefile Wed Apr 16 09:39:16 2003 +++ radiator/Makefile Wed May 28 14:50:49 2003 @@ -6,10 +6,11 @@ # PORTNAME= Radiator -PORTVERSION= 3.5 +PORTVERSION= 3.6 CATEGORIES= net MASTER_SITES= # fetch manually EXTRACT_SUFX= .tgz +DIST_SUBDIR= ${PORTNAME} MAINTAINER= shanali@yahoo.com COMMENT= Radiator Radius Server by Open System Consultants @@ -31,13 +32,14 @@ ${TAR} -xvzf ${DISTDIR}/patches-${PORTVERSION}.tar.gz -C ${WRKSRC} .endif -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= will not be automatically fetched due to licensing\ restrictions. You MUST manually fetch the UNIX version after\ purchasing the license at: http://www.open.com.au/ \ - once ${DISTFILES} has been downloaded, move it to\ - ${DISTDIR} and then restart this build. (optionally download\ - patches-${PORTVERSION}.tar.gz to the same directory as well) + ${DISTDIR}/${DIST_SUBDIR} and then restart this build. \ + (optionally download patches-${PORTVERSION}.tar.gz to the \ + same directory as well) .endif .include diff -ruN /usr/ports/net/radiator/distinfo radiator/distinfo --- /usr/ports/net/radiator/distinfo Wed Apr 16 09:39:16 2003 +++ radiator/distinfo Wed May 28 14:10:45 2003 @@ -1 +1 @@ -MD5 (Radiator-3.5.tgz) = 31f2dc12571394ae97a016c1857d0212 +MD5 (Radiator/Radiator-3.6.tgz) = ff7a6553e4d0cd108d8bf73a47472ccc diff -ruN /usr/ports/net/radiator/pkg-plist radiator/pkg-plist --- /usr/ports/net/radiator/pkg-plist Wed Apr 16 09:39:16 2003 +++ radiator/pkg-plist Wed May 28 14:48:36 2003 @@ -127,8 +127,9 @@ lib/perl5/site_perl/%%PERL_VER%%/Radius/TLS.pm lib/perl5/site_perl/%%PERL_VER%%/Radius/User.pm lib/perl5/site_perl/%%PERL_VER%%/Radius/Util.pm +lib/perl5/site_perl/%%PERL_VER%%/Radius/Win32Service.pm lib/perl5/site_perl/%%PERL_VER%%/radhostname.pl -lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Radius/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Radius/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/Radius/Nas @dirrm lib/perl5/site_perl/%%PERL_VER%%/Radius -@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Radius +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Radius >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 21:00: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 8A37B37B401 for ; Tue, 27 May 2003 21:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10B3A43FAF for ; Tue, 27 May 2003 21:00:30 -0700 (PDT) (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 h4S40TUp010617 for ; Tue, 27 May 2003 21:00:29 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4S40Tvx010616; Tue, 27 May 2003 21:00:29 -0700 (PDT) Date: Tue, 27 May 2003 21:00:29 -0700 (PDT) Message-Id: <200305280400.h4S40Tvx010616@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Andrew Subject: Re: ports/52744: [update] net/radiator 3.5 -> 3.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 04:00:30 -0000 The following reply was made to PR ports/52744; it has been noted by GNATS. From: Andrew To: freebsd-gnats-submit@FreeBSD.org Cc: shanali@yahoo.com Subject: Re: ports/52744: [update] net/radiator 3.5 -> 3.6 Date: Wed, 28 May 2003 13:54:38 +1000 (EST) Oops...missed another mach -> PERL_ARCH change. Please find updated patch below. Sorry, Andrew diff -ruN /usr/ports/net/radiator/Makefile radiator/Makefile --- /usr/ports/net/radiator/Makefile Wed Apr 16 09:39:16 2003 +++ radiator/Makefile Wed May 28 14:59:41 2003 @@ -6,15 +6,16 @@ # PORTNAME= Radiator -PORTVERSION= 3.5 +PORTVERSION= 3.6 CATEGORIES= net MASTER_SITES= # fetch manually EXTRACT_SUFX= .tgz +DIST_SUBDIR= ${PORTNAME} MAINTAINER= shanali@yahoo.com COMMENT= Radiator Radius Server by Open System Consultants -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mach/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= yes @@ -31,13 +32,14 @@ ${TAR} -xvzf ${DISTDIR}/patches-${PORTVERSION}.tar.gz -C ${WRKSRC} .endif -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= will not be automatically fetched due to licensing\ restrictions. You MUST manually fetch the UNIX version after\ purchasing the license at: http://www.open.com.au/ \ - once ${DISTFILES} has been downloaded, move it to\ - ${DISTDIR} and then restart this build. (optionally download\ - patches-${PORTVERSION}.tar.gz to the same directory as well) + ${DISTDIR}/${DIST_SUBDIR} and then restart this build. \ + (optionally download patches-${PORTVERSION}.tar.gz to the \ + same directory as well) .endif .include diff -ruN /usr/ports/net/radiator/distinfo radiator/distinfo --- /usr/ports/net/radiator/distinfo Wed Apr 16 09:39:16 2003 +++ radiator/distinfo Wed May 28 14:10:45 2003 @@ -1 +1 @@ -MD5 (Radiator-3.5.tgz) = 31f2dc12571394ae97a016c1857d0212 +MD5 (Radiator/Radiator-3.6.tgz) = ff7a6553e4d0cd108d8bf73a47472ccc diff -ruN /usr/ports/net/radiator/pkg-plist radiator/pkg-plist --- /usr/ports/net/radiator/pkg-plist Wed Apr 16 09:39:16 2003 +++ radiator/pkg-plist Wed May 28 14:48:36 2003 @@ -127,8 +127,9 @@ lib/perl5/site_perl/%%PERL_VER%%/Radius/TLS.pm lib/perl5/site_perl/%%PERL_VER%%/Radius/User.pm lib/perl5/site_perl/%%PERL_VER%%/Radius/Util.pm +lib/perl5/site_perl/%%PERL_VER%%/Radius/Win32Service.pm lib/perl5/site_perl/%%PERL_VER%%/radhostname.pl -lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Radius/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Radius/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/Radius/Nas @dirrm lib/perl5/site_perl/%%PERL_VER%%/Radius -@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Radius +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Radius From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 21:04:19 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 CF8E637B401; Tue, 27 May 2003 21:04:19 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0438A43F93; Tue, 27 May 2003 21:04:19 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.9/8.12.3) with ESMTP id h4S44FHp013613; Tue, 27 May 2003 21:04:15 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.9/8.12.3/Submit) id h4S44FNT013611; Tue, 27 May 2003 21:04:15 -0700 Date: Tue, 27 May 2003 21:04:14 -0700 From: Brooks Davis To: Brooks Davis Message-ID: <20030528040414.GA3633@Odin.AC.HMC.Edu> References: <200305272203.h4RM3tQ6069485@minya.sea.one-eyed-alien.net> <200305272210.h4RMAC9R081236@freefall.freebsd.org> <20030528001359.GA24542@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030528001359.GA24542@Odin.AC.HMC.Edu> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: freebsd-ports-bugs@FreeBSD.org cc: FreeBSD-gnats-submit@FreeBSD.org cc: Brooks Davis Subject: Re: ports/52736: Update port: sysutils/ganglia-monitor-core X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 May 2003 04:04:20 -0000 Arg. This submission is from the wrong copy of my files. It only works on 5.x machines. I'll re-roll and test on an appropriate set of machines tomarrow. -- Brooks From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 21:10: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 2BD9B37B401 for ; Tue, 27 May 2003 21:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3AFB43F93 for ; Tue, 27 May 2003 21:10:02 -0700 (PDT) (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 h4S4A2Up014256 for ; Tue, 27 May 2003 21:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4S4A2k6014254; Tue, 27 May 2003 21:10:02 -0700 (PDT) Date: Tue, 27 May 2003 21:10:02 -0700 (PDT) Message-Id: <200305280410.h4S4A2k6014254@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Brooks Davis Subject: Re: ports/52736: Update port: sysutils/ganglia-monitor-core X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 04:10:03 -0000 The following reply was made to PR ports/52736; it has been noted by GNATS. From: Brooks Davis To: Brooks Davis Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, Brooks Davis Subject: Re: ports/52736: Update port: sysutils/ganglia-monitor-core Date: Tue, 27 May 2003 21:04:14 -0700 Arg. This submission is from the wrong copy of my files. It only works on 5.x machines. I'll re-roll and test on an appropriate set of machines tomarrow. -- Brooks From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 00: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 3104137B401 for ; Wed, 28 May 2003 00:40:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 330D643FAF for ; Wed, 28 May 2003 00:40:12 -0700 (PDT) (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 h4S7eCUp031760 for ; Wed, 28 May 2003 00:40:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4S7eCqb031759; Wed, 28 May 2003 00:40:12 -0700 (PDT) Resent-Date: Wed, 28 May 2003 00:40:12 -0700 (PDT) Resent-Message-Id: <200305280740.h4S7eCqb031759@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 Antony Halse Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58FD737B401 for ; Wed, 28 May 2003 00:39:18 -0700 (PDT) Received: from server.rucus.ru.ac.za (server.rucus.ru.ac.za [146.231.115.1]) by mx1.FreeBSD.org (Postfix) with SMTP id D155943F75 for ; Wed, 28 May 2003 00:39:15 -0700 (PDT) (envelope-from guy@rucus.ru.ac.za) Received: (qmail 87580 invoked from network); 28 May 2003 07:39:12 -0000 Received: from shell-fxp1.rucus.ru.ac.za (guy@10.0.0.1) by server-fxp1.rucus.ru.ac.za with QMQP; 28 May 2003 07:39:12 -0000 Message-Id: <20030528073912.78056.qmail@shell.rucus.ru.ac.za> Date: 28 May 2003 07:39:12 -0000 From: Guy Antony Halse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: guy@rucus.net Subject: ports/52747: port update - mail/p5-Mail-Ezmlm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Guy Antony Halse List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 07:40:13 -0000 >Number: 52747 >Category: ports >Synopsis: port update - mail/p5-Mail-Ezmlm >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 May 28 00:40:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Guy Antony Halse >Release: FreeBSD 4.8-RELEASE i386 >Organization: Rhodes University Computer Users Society >Environment: System: FreeBSD shell.rucus.ru.ac.za 4.8-RELEASE FreeBSD 4.8-RELEASE #6: Tue Apr 8 15:16:32 SAST 2003 drs@shell.rucus.ru.ac.za:/usr/obj/usr/src/sys/SHELL i386 >Description: Update to mail/p5-Mail-Ezmlm port to use new version of the Perl module. >How-To-Repeat: >Fix: diff -ur p5-Mail-Ezmlm.old/Makefile p5-Mail-Ezmlm/Makefile --- p5-Mail-Ezmlm.old/Makefile Wed May 28 09:10:27 2003 +++ p5-Mail-Ezmlm/Makefile Wed May 28 09:31:55 2003 @@ -6,7 +6,7 @@ # PORTNAME= Mail-Ezmlm -PORTVERSION= 0.03.1 +PORTVERSION= 0.04 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ ftp://rucus.ru.ac.za/pub/mail/ezmlm/ @@ -19,16 +19,13 @@ BUILD_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx -IS_INTERACTIVE= YES - EZMLM_DIR?= ${LOCALBASE} USE_PERL5= YES MAN3= Mail::Ezmlm.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -# For this version, since it is a bugfix -WRKSRC= ${WRKDIR}/Ezmlm-0.03 +USE_PERL5= YES do-configure: .if defined(BATCH) diff -ur p5-Mail-Ezmlm.old/distinfo p5-Mail-Ezmlm/distinfo --- p5-Mail-Ezmlm.old/distinfo Wed May 28 09:10:27 2003 +++ p5-Mail-Ezmlm/distinfo Wed May 28 09:14:37 2003 @@ -1 +1 @@ -MD5 (Ezmlm-0.03.1.tar.gz) = eeb4a7435abebe95a6d371eee1ce5277 +MD5 (Ezmlm-0.04.tar.gz) = 05a9d36f2e03313a86a24e67126111ed diff -ur p5-Mail-Ezmlm.old/files/patch-aa p5-Mail-Ezmlm/files/patch-aa --- p5-Mail-Ezmlm.old/files/patch-aa Wed May 28 09:10:27 2003 +++ p5-Mail-Ezmlm/files/patch-aa Wed May 28 09:17:14 2003 @@ -1,7 +1,7 @@ --- Makefile.PL.orig Wed Jan 26 08:08:01 2000 +++ Makefile.PL Thu May 18 14:00:48 2000 @@ -1,4 +1,7 @@ - # $Id: Makefile.PL,v 1.1 2000/01/26 06:07:42 guy Exp $ + # $Id: Makefile.PL,v 1.2 2003/05/26 17:37:04 guy Exp $ +# +# Modified for FreeBSD Ports BATCH mode +# diff -ur p5-Mail-Ezmlm.old/pkg-descr p5-Mail-Ezmlm/pkg-descr --- p5-Mail-Ezmlm.old/pkg-descr Wed May 28 09:10:27 2003 +++ p5-Mail-Ezmlm/pkg-descr Wed May 28 09:18:50 2003 @@ -1,11 +1,11 @@ -$Id: README,v 1.1 2000/01/26 06:08:13 guy Exp $ +$Id: README,v 1.2 2003/05/26 17:36:37 guy Exp $ Ezmlm.pm Object methods for ezmlm mailing lists. -This software is beta release. As such, please treat it with the appropriate -amount of caution. Let me know if you find any bugs, etc. +This software is *still* a beta release. As such, please treat it with the +appropriate amount of caution. Let me know if you find any bugs, etc. The main reason for release is to sort of 'test the waters' ... Does anyone apart from me think this is a good idea?? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 01: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 6FE3437B404 for ; Wed, 28 May 2003 01:30:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 895D043F85 for ; Wed, 28 May 2003 01:30:13 -0700 (PDT) (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 h4S8UDUp037384 for ; Wed, 28 May 2003 01:30:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4S8UDOr037383; Wed, 28 May 2003 01:30:13 -0700 (PDT) Resent-Date: Wed, 28 May 2003 01:30:13 -0700 (PDT) Resent-Message-Id: <200305280830.h4S8UDOr037383@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, Jochem Kossen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5259C37B401 for ; Wed, 28 May 2003 01:25:27 -0700 (PDT) Received: from mail.yazzy.org (yazzy.org [217.8.140.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C3FC43F3F for ; Wed, 28 May 2003 01:25:26 -0700 (PDT) (envelope-from jk@yazzy.org) Received: by mail.yazzy.org (Postfix, from userid 1006) id 91B313986A; Wed, 28 May 2003 10:24:50 +0200 (CEST) Message-Id: <20030528082450.91B313986A@mail.yazzy.org> Date: Wed, 28 May 2003 10:24:50 +0200 (CEST) From: Jochem Kossen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52748: audio/cplay: give up maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jochem Kossen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 08:30:14 -0000 >Number: 52748 >Category: ports >Synopsis: audio/cplay: give up 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: Wed May 28 01:30:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: J.Kossen >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD urukhai.yazzy.org 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #5: Tue Apr 22 17:20:37 CEST 2003 root@urukhai.yazzy.org:/usr/obj/usr/src/sys/URUKHAI i386 >Description: Due to time issues, OS switching issues, the usual blah, i feel that i'm no longer able to correctly maintain the audio/cplay port. Here's the patch to give maintainership back to ports@. >How-To-Repeat: >Fix: --- cplay.diff begins here --- diff -ruN cplay.orig/Makefile cplay/Makefile --- cplay.orig/Makefile Wed May 28 10:16:41 2003 +++ cplay/Makefile Wed May 28 10:16:27 2003 @@ -11,7 +11,7 @@ MASTER_SITES= http://www.tf.hut.fi/~flu/cplay/ \ http://www.tf.hut.fi/~flu/cplay/old/ -MAINTAINER= j.kossen@home.nl +MAINTAINER= ports@FreeBSD.org COMMENT= A curses based front-end for various audio players BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext --- cplay.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 01: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 CE6AF37B408 for ; Wed, 28 May 2003 01:30:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED6A443F93 for ; Wed, 28 May 2003 01:30:20 -0700 (PDT) (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 h4S8UKUp037523 for ; Wed, 28 May 2003 01:30:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4S8UK01037522; Wed, 28 May 2003 01:30:20 -0700 (PDT) Resent-Date: Wed, 28 May 2003 01:30:20 -0700 (PDT) Resent-Message-Id: <200305280830.h4S8UK01037522@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, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E2737B401 for ; Wed, 28 May 2003 01:29:24 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D61F43FAF for ; Wed, 28 May 2003 01:29:23 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19KwJE-000MLX-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 28 May 2003 10:29:20 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19KwIL-0009AD-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 28 May 2003 10:28:25 +0200 Message-Id: Date: Wed, 28 May 2003 10:28:25 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52749: Update misc/bookcase (maintainer): 0.6.2 -> 0.6.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: Wed, 28 May 2003 08:30:22 -0000 >Number: 52749 >Category: ports >Synopsis: Update misc/bookcase (maintainer): 0.6.2 -> 0.6.3 >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 May 28 01:30:20 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: Update misc/bookcase (maintainer): 0.6.2 -> 0.6.3 * A Spanish translation was added and the Norwegian translation was updated * bug fixes >How-To-Repeat: >Fix: diff -urN bookcase.orig/Makefile bookcase/Makefile --- bookcase.orig/Makefile Wed May 14 09:08:33 2003 +++ bookcase/Makefile Wed May 28 09:54:56 2003 @@ -6,7 +6,7 @@ # PORTNAME= bookcase -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= misc kde MASTER_SITES= http://www.periapsis.org/bookcase/download/ diff -urN bookcase.orig/distinfo bookcase/distinfo --- bookcase.orig/distinfo Mon May 12 09:18:08 2003 +++ bookcase/distinfo Wed May 28 09:55:17 2003 @@ -1 +1 @@ -MD5 (bookcase-0.6.2.tar.gz) = e0d1dc5b5cbc7b96d210d89642460582 +MD5 (bookcase-0.6.3.tar.gz) = 61a699f086c0bade78027e3a25538d9e diff -urN bookcase.orig/pkg-plist bookcase/pkg-plist --- bookcase.orig/pkg-plist Wed May 14 07:21:35 2003 +++ bookcase/pkg-plist Wed May 28 09:58:16 2003 @@ -19,6 +19,7 @@ share/icons/hicolor/16x16/apps/bookcase.png share/icons/hicolor/32x32/apps/bookcase.png share/locale/de/LC_MESSAGES/bookcase.mo +share/locale/es/LC_MESSAGES/bookcase.mo share/locale/hu/LC_MESSAGES/bookcase.mo share/locale/it/LC_MESSAGES/bookcase.mo share/locale/nb/LC_MESSAGES/bookcase.mo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 02:30: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 38FD737B401 for ; Wed, 28 May 2003 02:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD1B43F93 for ; Wed, 28 May 2003 02:30:02 -0700 (PDT) (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 h4S9U2Up043410 for ; Wed, 28 May 2003 02:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4S9U2gp043409; Wed, 28 May 2003 02:30:02 -0700 (PDT) Date: Wed, 28 May 2003 02:30:02 -0700 (PDT) Message-Id: <200305280930.h4S9U2gp043409@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Rui Lopes Subject: Re: ports/52689: Update port: devel/regexxer Use pcre 4.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rui Lopes List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 09:30:03 -0000 The following reply was made to PR ports/52689; it has been noted by GNATS. From: Rui Lopes To: freebsd-gnats-submit@FreeBSD.org, rui@ruilopes.com Cc: Subject: Re: ports/52689: Update port: devel/regexxer Use pcre 4.3 Date: Wed, 28 May 2003 10:25:35 +0100 This is a multi-part message in MIME format. --------------050702080501070402090402 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I've contacted pcre.org webmaster and now sourceforge mirrors have pcre 4.3, so please use the attached Makefile.diff instead of the one in the original pr. Thanks, Rui Lopes --------------050702080501070402090402 Content-Type: text/plain; name="Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.diff" --- Makefile.orig Sun Apr 20 03:56:27 2003 +++ Makefile Wed May 28 09:47:45 2003 @@ -7,9 +7,10 @@ PORTNAME= regexxer PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= devel textproc gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ${MASTER_SITE_SOURCEFORGE:S/$/:pcre/} + ${MASTER_SITE_SOURCEFORGE:S/$/:pcre/} MASTER_SITE_SUBDIR= ${PORTNAME} \ ${PCRE_NAME}/:pcre DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ @@ -23,17 +24,16 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GNOME= gnomehack gnomeprefix gnometarget CONFIGURE_ARGS= PCRE_CONFIG="${PCRE_WRKDIR}/.install/bin/pcre-config" PCRE_NAME= pcre -PCRE_VERSION= 3.9 +PCRE_VERSION= 4.3 PCRE_WRKDIR= ${WRKDIR}/${PCRE_NAME}-${PCRE_VERSION} pre-configure: @(cd ${PCRE_WRKDIR} && \ - $(ECHO) "Configuring PCRE... " && \ + $(ECHO_CMD) "Configuring PCRE... " && \ ${SETENV} CC="${CC}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ --------------050702080501070402090402-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 02: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 77FAF37B401 for ; Wed, 28 May 2003 02:50:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DA4843FAF for ; Wed, 28 May 2003 02:50:14 -0700 (PDT) (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 h4S9oDUp044088 for ; Wed, 28 May 2003 02:50:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4S9oDfj044087; Wed, 28 May 2003 02:50:13 -0700 (PDT) Date: Wed, 28 May 2003 02:50:13 -0700 (PDT) Message-Id: <200305280950.h4S9oDfj044087@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Hendrik Scholz Subject: Re: ports/52039: transcode port fails when importing files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hendrik Scholz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 09:50:14 -0000 The following reply was made to PR ports/52039; it has been noted by GNATS. From: Hendrik Scholz To: mpd Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/52039: transcode port fails when importing files Date: Wed, 28 May 2003 11:49:33 +0200 Hi! On Sat, 10 May 2003 19:49:00 -0400 (EDT) mpd wrote: > The problem can be traced to transcode, in the clone_fifo() function > in import/clone.c. Changing this function to return logfile instead of > name solved this problem. I'd send a patch but this is a rather > trivial fix. Since transcode 0.6.6 has just been released I did an update and incorporated this. I informed Tillmann (a transcode author) and he added your patch and some more from the files/ directory to the main distribution. I didn't send a pr for transcode yet since we are in a ports freeze and will update transcode when the freeze is over. In case you want to try 0.6.6: http://home.raisdorf.net/public/transcode-0.6.6.patch for the diff and http://home.raisdorf.net/public/transcode-0.6.6.shar for the complete shar file. Hendrik -- Hendrik Scholz - - http://raisdorf.net/ Forcast for tonight: Dark. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 03:00: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 023E837B404 for ; Wed, 28 May 2003 03:00:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EAE043FAF for ; Wed, 28 May 2003 03:00:27 -0700 (PDT) (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 h4SA0RUp044531 for ; Wed, 28 May 2003 03:00:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SA0R3A044530; Wed, 28 May 2003 03:00:27 -0700 (PDT) Resent-Date: Wed, 28 May 2003 03:00:27 -0700 (PDT) Resent-Message-Id: <200305281000.h4SA0R3A044530@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, Dmitry A Grigorovich Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18C0937B401 for ; Wed, 28 May 2003 02:58:09 -0700 (PDT) Received: from pierino.bionet.nsc.ru (pierino-A.bionet.nsc.ru [193.125.179.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7649243FAF for ; Wed, 28 May 2003 02:58:05 -0700 (PDT) (envelope-from odip@pierino.bionet.nsc.ru) Received: from pierino.bionet.nsc.ru (localhost [127.0.0.1]) h4S9w1cd089638 for ; Wed, 28 May 2003 16:58:01 +0700 (NOVST) (envelope-from odip@pierino.bionet.nsc.ru) Received: (from odip@localhost) by pierino.bionet.nsc.ru (8.12.8p1/8.12.8/Submit) id h4S9w1f9089637; Wed, 28 May 2003 16:58:01 +0700 (NOVST) (envelope-from odip) Message-Id: <200305280958.h4S9w1f9089637@pierino.bionet.nsc.ru> Date: Wed, 28 May 2003 16:58:01 +0700 (NOVST) From: Dmitry A Grigorovich To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52751: [UPDATE] Update ecartis ports to snap-20030417 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry A Grigorovich List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 10:00:29 -0000 >Number: 52751 >Category: ports >Synopsis: [UPDATE] Update ecartis ports to snap-20030417 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 28 03:00:26 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dmitry A Grigorovich >Release: FreeBSD 4.8-RELEASE i386 >Organization: ICIG, SB RAS, Novosibirsk, Russia >Environment: System: FreeBSD pierino.bionet.nsc.ru 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Wed Apr 23 10:28:16 NOVST 2003 root@pierino.bionet.nsc.ru:/usr/obj/usr/src/sys/ODIP i386 >Description: Some fixes in ecartis-snap-20030417 -- quick fix for buffer sizes for filenames in pantomime, which got partially screwed in the "fix all possible buffer overflow" period. and other >How-To-Repeat: >Fix: Apply following patch to /usr/ports/ecartis Rebuild and reinstall /usr/ports/ecartis --- patch-ecartis.s20030417 begins here --- diff -ru ecartis/Makefile ecartis.s20030417/Makefile --- ecartis/Makefile Tue Mar 4 22:57:38 2003 +++ ecartis.s20030417/Makefile Wed May 28 16:06:19 2003 @@ -6,7 +6,7 @@ # PORTNAME= ecartis -PORTVERSION= 1.0.0.s20030303 +PORTVERSION= 1.0.0.s20030417 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ecartis.org/pub/ecartis/snapshots/tar/ @@ -30,6 +30,7 @@ @${CP} -R ${WRKDIR}/${PORTNAME}-1.0.0/* ${PREFIX}/ecartis @${RM} -R ${PREFIX}/${PORTNAME}/src/ @${RM} -R ${PREFIX}/${PORTNAME}/debian/ + @${RM} ${PREFIX}/${PORTNAME}/ecartis.dsp ${PREFIX}/${PORTNAME}/ecartis.dsw @${CHOWN} -R ecartis:ecartis ${PREFIX}/${PORTNAME}/* post-install: diff -ru ecartis/distinfo ecartis.s20030417/distinfo --- ecartis/distinfo Tue Mar 4 22:57:38 2003 +++ ecartis.s20030417/distinfo Wed May 28 15:46:22 2003 @@ -1 +1 @@ -MD5 (ecartis-1.0.0-snap20030303.tar.gz) = 658f5a99e931ba4f395520c64d92e6c3 +MD5 (ecartis-1.0.0-snap20030417.tar.gz) = 132a95810f1004bcc26671d019f4d511 --- patch-ecartis.s20030417 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 04: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 E92A837B401 for ; Wed, 28 May 2003 04:50:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89DB143F93 for ; Wed, 28 May 2003 04:50:09 -0700 (PDT) (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 h4SBo9Up060124 for ; Wed, 28 May 2003 04:50:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SBo9qV060123; Wed, 28 May 2003 04:50:09 -0700 (PDT) Date: Wed, 28 May 2003 04:50:09 -0700 (PDT) Message-Id: <200305281150.h4SBo9qV060123@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergei Kolobov Subject: Re: ports/52737: [PATCH] Update mail/tmda to 0.78 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergei Kolobov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 11:50:10 -0000 The following reply was made to PR ports/52737; it has been noted by GNATS. From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/52737: [PATCH] Update mail/tmda to 0.78 Date: Wed, 28 May 2003 15:17:03 +0400 Adding the port maintainer's approval to the audit trail: > From: Mike Meyer > Date: Tue, 27 May 2003 20:56:36 -0500 > To: Sergei Kolobov > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: [PATCH] Update mail/tmda to 0.78 > Message-ID: <16084.5972.657437.478424@guru.mired.org> > References: <20030527220647.8401.qmail@kolobov.com> > > In <20030527220647.8401.qmail@kolobov.com>, Sergei Kolobov typed: > > > > >Submitter-Id: current-users > > >Originator: Sergei Kolobov > > >Organization: > > >Confidential: no > > >Synopsis: [PATCH] Update mail/tmda to 0.78 > > >Severity: non-critical > > >Priority: low > > >Category: ports > > >Class: update > > >Release: FreeBSD 5.1-BETA i386 > > >Environment: > > System: FreeBSD elf.chetwood.ru 5.1-BETA FreeBSD 5.1-BETA #0: Mon May 26 00:30:25 MSD 2003 > > >Description: > > - Update to 0.78 > > - Add all official mirrors > > - Remove pkg-req script: use PYTHON_REL for checking Pyhton version > > - Use dynamically generated pkg-message instead of several ECHO_MSG in Makefile > > so users installing from package would also see this information > > - Install example config and contrib bits into EXAMPLESDIR > > - Only documentation now goes to DOCSDIR > > - Do not install yet another copy of GPL > > - Use DATADIR/DOCSDIR/EXAMPLESDIR macros in pkg-plist > > > > Add file: > > - pkg-message > > > > Remove file: > > - pkg-req > > > > Port maintainer - mwm@mired.org - has been copied. > > Port maintainer thinks these are all good changes, and appreciates the > work done here. Someone please commit these things. > > -- > Mike Meyer http://www.mired.org/consulting.html > Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 06: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 902A337B401 for ; Wed, 28 May 2003 06:10:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B494A43F75 for ; Wed, 28 May 2003 06:10:13 -0700 (PDT) (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 h4SDADUp081848 for ; Wed, 28 May 2003 06:10:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SDADdl081847; Wed, 28 May 2003 06:10:13 -0700 (PDT) Resent-Date: Wed, 28 May 2003 06:10:13 -0700 (PDT) Resent-Message-Id: <200305281310.h4SDADdl081847@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, Dennis Berger Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFEE337B401 for ; Wed, 28 May 2003 06:03:51 -0700 (PDT) Received: from mail.nipsi.de (b074139.adsl.hansenet.de [62.109.74.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A7C143FA3 for ; Wed, 28 May 2003 06:03:50 -0700 (PDT) (envelope-from db@nipsi.de) Received: from localhost (localhost [127.0.0.1]) (uid 1001) by mail.nipsi.de with local; Wed, 28 May 2003 15:03:46 +0200 Message-Id: Date: Wed, 28 May 2003 15:03:46 +0200 From: Dennis Berger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52753: new bison expects ";" fixup parser X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dennis Berger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 13:10:14 -0000 >Number: 52753 >Category: ports >Synopsis: new bison expects ";" fixup parser >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 May 28 06:10:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dennis Berger >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: System: FreeBSD nipsi.home.net 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Tue Apr 8 14:38:06 CEST 2003 root@nipsi.home.net:/usr/src/sys/compile/NIPSI i386 >Description: new version of bison expects ";" >How-To-Repeat: try to compile >Fix: patch is attached >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 06:20: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 AFADE37B401 for ; Wed, 28 May 2003 06:20:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 395E243F3F for ; Wed, 28 May 2003 06:20:07 -0700 (PDT) (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 h4SDK6Up084228 for ; Wed, 28 May 2003 06:20:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SDK62o084223; Wed, 28 May 2003 06:20:06 -0700 (PDT) Date: Wed, 28 May 2003 06:20:06 -0700 (PDT) Message-Id: <200305281320.h4SDK62o084223@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Sergey A. Osokin" Subject: Re: ports/52753: new bison expects ";" fixup parser X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Sergey A. Osokin" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 13:20:08 -0000 The following reply was made to PR ports/52753; it has been noted by GNATS. From: "Sergey A. Osokin" To: Dennis Berger Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/52753: new bison expects ";" fixup parser Date: Wed, 28 May 2003 17:13:00 +0400 On Wed, May 28, 2003 at 03:03:46PM +0200, Dennis Berger wrote: > > System: FreeBSD nipsi.home.net 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Tue Apr 8 14:38:06 CEST 2003 root@nipsi.home.net:/usr/src/sys/compile/NIPSI i386 > > >Description: > new version of bison expects ";" > >How-To-Repeat: > try to compile > >Fix: > patch is attached Hmm, no patch here, try again. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 06:30: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 593C637B401 for ; Wed, 28 May 2003 06:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C1243FA3 for ; Wed, 28 May 2003 06:30:03 -0700 (PDT) (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 h4SDU3Up087157 for ; Wed, 28 May 2003 06:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SDU3jW087155; Wed, 28 May 2003 06:30:03 -0700 (PDT) Resent-Date: Wed, 28 May 2003 06:30:03 -0700 (PDT) Resent-Message-Id: <200305281330.h4SDU3jW087155@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, Dennis Berger Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3467C37B401 for ; Wed, 28 May 2003 06:25:27 -0700 (PDT) Received: from mail.nipsi.de (b074139.adsl.hansenet.de [62.109.74.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17BBB43F75 for ; Wed, 28 May 2003 06:25:26 -0700 (PDT) (envelope-from db@nipsi.de) Received: from localhost (localhost [127.0.0.1]) (uid 1001) by mail.nipsi.de with local; Wed, 28 May 2003 15:25:24 +0200 Message-Id: Date: Wed, 28 May 2003 15:25:24 +0200 From: Dennis Berger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52754: new beson expects ";" fixup parser X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dennis Berger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 13:30:04 -0000 >Number: 52754 >Category: ports >Synopsis: new beson expects ";" fixup parser >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 May 28 06:30:02 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dennis Berger >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: System: FreeBSD nipsi.home.net 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Tue Apr 8 14:38:06 CEST 2003 root@nipsi.home.net:/usr/src/sys/compile/NIPSI i386 >Description: new version of bison expects ";" >How-To-Repeat: try to compile recent port version while having a new bison installed >Fix: patch is attached --- patch-bison begins here --- --- keynote-orig.y Wed Jun 14 08:28:23 2000 +++ keynote.y Wed May 28 14:47:32 2003 @@ -90,17 +90,17 @@ | PRIVATEKEY { keynote_exceptionflag = keynote_donteval = 0; } STRING { keynote_lex_remove($3); keynote_privkey = $3; - } + }; keypredicate: /* Nothing */ { keynote_returnvalue = 0; return 0; } | notemptykeypredicate { keynote_returnvalue = $1; return 0; - } + }; notemptykeypredicate: key { $$ = $1; } - | keyexp { $$ = $1; } + | keyexp { $$ = $1; }; keyexp: notemptykeypredicate AND { if (($1 == 0) && !keynote_justrecord) keynote_donteval = 1; @@ -137,7 +137,7 @@ $$ = get_kth($1); else $$ = 0; - } /* K-th */ + }; /* K-th */ keylist: key { /* Don't do anything if we're just recording */ @@ -154,7 +154,7 @@ keynote_kth_array[$1]++; keylistcount++; - } + }; key: str { if (keynote_donteval) @@ -192,10 +192,10 @@ break; } } - } + }; localinit: /* Nothing */ - | localconstants + | localconstants; localconstants: VARIABLE EQQ STRING { @@ -264,12 +264,12 @@ if (i != RESULT_TRUE) return -1; - } localconstants + } localconstants ; program: prog { keynote_returnvalue = $1; return 0; - } + }; prog: /* Nada */ { $$ = 0; } | notemptyprog { @@ -284,7 +284,7 @@ $$ = $1; else $$ = $4; - } + }; notemptyprog: expr HINT afterhint { @@ -299,7 +299,7 @@ $$ = keynote_current_session->ks_values_num - 1; else $$ = 0; - } + }; afterhint: str { if (keynote_exceptionflag || keynote_donteval) $$ = 0; @@ -314,7 +314,7 @@ free($1); } } - | OPENBLOCK prog CLOSEBLOCK { $$ = $2; } + | OPENBLOCK prog CLOSEBLOCK { $$ = $2; }; expr: OPENPAREN expr CLOSEPAREN { $$ = $2; } @@ -333,19 +333,19 @@ | floatexp { $$ = $1; } | stringexp { $$ = $1; } | TRUE { $$ = 1; } - | FALSE { $$ = 0; } + | FALSE { $$ = 0; }; numexp: numex LT numex { $$ = $1 < $3; } | numex GT numex { $$ = $1 > $3; } | numex EQ numex { $$ = $1 == $3; } | numex LE numex { $$ = $1 <= $3; } | numex GE numex { $$ = $1 >= $3; } - | numex NE numex { $$ = $1 != $3; } + | numex NE numex { $$ = $1 != $3; }; floatexp: floatex LT floatex { $$ = $1 < $3; } | floatex GT floatex { $$ = $1 > $3; } | floatex LE floatex { $$ = $1 <= $3; } - | floatex GE floatex { $$ = $1 >= $3; } + | floatex GE floatex { $$ = $1 >= $3; }; numex: numex PLUS numex { $$ = $1 + $3; } | numex MINUS numex { $$ = $1 - $3; } @@ -383,7 +383,7 @@ $$ = (int) floor(atof($2)); free($2); } - } + }; floatex: floatex PLUS floatex { $$ = ($1 + $3); } | floatex MINUS floatex { $$ = ($1 - $3); } @@ -417,7 +417,7 @@ $$ = atof($2); free($2); } - } + }; stringexp: str EQ str { if (keynote_exceptionflag || keynote_donteval) @@ -578,7 +578,7 @@ free($1); } } - } + }; str: str DOTT str { if (keynote_exceptionflag || keynote_donteval) $$ = (char *) NULL; @@ -604,7 +604,7 @@ return -1; } } - | strnotconcat { $$ = $1; } + | strnotconcat { $$ = $1; }; strnotconcat: STRING { $$ = $1; } | OPENPAREN str CLOSEPAREN { $$ = $2; } @@ -659,7 +659,7 @@ if (keynote_lex_add($$, LEXTYPE_CHAR) == -1) return -1; } - } + }; %% /* --- keynote-ver-orig.y Tue Oct 12 00:34:29 1999 +++ keynote-ver.y Wed May 28 14:47:32 2003 @@ -48,7 +48,7 @@ | STRING { if (kn_add_authorizer(sessid, $1) != 0) return keynote_errno; free($1); - } + }; expr: VSTRING EQ STRING { int i = kn_add_action(sessid, $1, $3, 0); @@ -63,7 +63,7 @@ return i; free($1); free($3); - } expr + } expr ; %% void kverror(char *s) --- patch-bison ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 06: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 8C29337B401 for ; Wed, 28 May 2003 06:40:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F7643FA3 for ; Wed, 28 May 2003 06:40:10 -0700 (PDT) (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 h4SDeAUp092483 for ; Wed, 28 May 2003 06:40:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SDeACU092482; Wed, 28 May 2003 06:40:10 -0700 (PDT) Resent-Date: Wed, 28 May 2003 06:40:10 -0700 (PDT) Resent-Message-Id: <200305281340.h4SDeACU092482@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, Armijn Hemel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC4ED37B401 for ; Wed, 28 May 2003 06:33:37 -0700 (PDT) Received: from losser.st-lab.cs.uu.nl (losser.st-lab.cs.uu.nl [131.211.84.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FABC43F75 for ; Wed, 28 May 2003 06:33:37 -0700 (PDT) (envelope-from root@losser.st-lab.cs.uu.nl) Received: by losser.st-lab.cs.uu.nl (Postfix, from userid 0) id 3DC731F07C; Wed, 28 May 2003 15:33:35 +0200 (CEST) Message-Id: <20030528133335.3DC731F07C@losser.st-lab.cs.uu.nl> Date: Wed, 28 May 2003 15:33:35 +0200 (CEST) From: Armijn Hemel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: armijn@losser.st-lab.cs.uu.nl Subject: ports/52755: ports net/openldap21 has recursive dependency loop X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Armijn Hemel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 13:40:11 -0000 >Number: 52755 >Category: ports >Synopsis: ports net/openldap21 has recursive dependency loop >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 May 28 06:40:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Armijn Hemel >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD losser.st-lab.cs.uu.nl 4.8-RC FreeBSD 4.8-RC #0: Thu Mar 27 13:49:03 CET 2003 root@losser.st-lab.cs.uu.nl:/beach/obj/usr/src/sys/LOSSER i386 >Description: net/openldap21 has a dependency loop: ===> Verifying install for ldap.2 in /usr/ports/net/openldap21 ===> openldap21-2.1.20_1 depends on shared library: db41 - found ===> openldap21-2.1.20_1 depends on shared library: sasl2 - not found ===> Verifying install for sasl2 in /usr/ports/security/cyrus-sasl2 ===> cyrus-sasl-2.1.13_2 depends on shared library: db41.1 - found ===> cyrus-sasl-2.1.13_2 depends on shared library: ldap.2 - not found ===> Verifying install for ldap.2 in /usr/ports/net/openldap21 ===> openldap21-2.1.20_1 depends on shared library: db41 - found ===> openldap21-2.1.20_1 depends on shared library: sasl2 - not found ===> Verifying install for sasl2 in /usr/ports/security/cyrus-sasl2 ===> cyrus-sasl-2.1.13_2 depends on shared library: db41.1 - found ===> cyrus-sasl-2.1.13_2 depends on shared library: ldap.2 - not found etc. Version of port: 2.1.20 Revision: 1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 08: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 B5C0637B404 for ; Wed, 28 May 2003 08:10:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490B343F3F for ; Wed, 28 May 2003 08:10:11 -0700 (PDT) (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 h4SFABUp061449 for ; Wed, 28 May 2003 08:10:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SFABJ6061448; Wed, 28 May 2003 08:10:11 -0700 (PDT) Resent-Date: Wed, 28 May 2003 08:10:11 -0700 (PDT) Resent-Message-Id: <200305281510.h4SFABJ6061448@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 West Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F4DC37B401 for ; Wed, 28 May 2003 08:07:14 -0700 (PDT) Received: from casper2.cs.uct.ac.za (casper2.cs.uct.ac.za [137.158.96.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED5B943FBD for ; Wed, 28 May 2003 08:07:09 -0700 (PDT) (envelope-from mwest@cs.uct.ac.za) Received: from casper.cs.uct.ac.za ([137.158.96.14] ident=root) by casper2.cs.uct.ac.za with esmtp (Exim 3.20 #1) id 19L2WB-000JzV-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 28 May 2003 17:07:07 +0200 Received: from casper.cs.uct.ac.za (mwest@localhost [127.0.0.1]) by casper.cs.uct.ac.za (8.12.6/8.12.6) with ESMTP id h4SF1Idj073019 for ; Wed, 28 May 2003 17:01:18 +0200 (SAST) (envelope-from mwest@casper.cs.uct.ac.za) Received: (from mwest@localhost) by casper.cs.uct.ac.za (8.12.6/8.12.6/Submit) id h4SF1FZj073018; Wed, 28 May 2003 17:01:15 +0200 (SAST) Message-Id: <200305281501.h4SF1FZj073018@casper.cs.uct.ac.za> Date: Wed, 28 May 2003 17:01:15 +0200 (SAST) From: Matthew West To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52757: new port: mail/exact X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthew West List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 15:10:13 -0000 >Number: 52757 >Category: ports >Synopsis: new port: mail/exact >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 May 28 08:10:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Matthew West >Release: FreeBSD 5.0-RELEASE-p1 i386 >Organization: University of Cape Town >Environment: >Description: EXACT is a program that implements POP Before SMTP Relay Authentication. It will work as is with UW-IMAPD, Cyrus, Courier (imapd and popd), Perdition, Exim and Sendmail. WWW: http://www.britishsteal.com/dist/exact/ >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: # # exact # exact/Makefile # exact/distinfo # exact/pkg-descr # exact/pkg-plist # exact/files # exact/files/exact.sh # echo c - exact mkdir -p exact > /dev/null 2>&1 echo x - exact/Makefile sed 's/^X//' >exact/Makefile << 'END-of-exact/Makefile' X# New ports collection makefile for: exact X# Date created: 26/05/2003 X# Whom: mwest@uct.ac.za X# X# $FreeBSD: $ X# X XPORTNAME= exact XPORTVERSION= 1.33 XCATEGORIES= mail XMASTER_SITES= http://www.britishsteal.com/dist/exact/ X XMAINTAINER= mwest@uct.ac.za XCOMMENT= A program that implements POP Before SMTP Relay Authentication X XMAILUSER?= mailnull XMAILGROUP?= mailnull XMAILLOG?= /var/log/maillog XEXACTDIR?= /var/exact X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-user=${MAILUSER} \ X --with-group=${MAILGROUP} \ X --with-watch=${MAILLOG} X Xpre-install: X @${SED} -e "s,/usr/local/var,/var,g; s,/state,,g" ${WRKSRC}/exact.conf > ${WRKSRC}/exact.conf.sample X @${SED} -e "s,%%PREFIX%%,${PREFIX},g; s,%%EXACTDIR%%,${EXACTDIR},g" ${FILESDIR}/exact.sh > ${WRKSRC}/exact.sh X Xdo-install: X ${MKDIR} ${EXACTDIR} X ${CHOWN} ${MAILUSER}:${MAILGROUP} ${EXACTDIR} X ${INSTALL_PROGRAM} ${WRKSRC}/exact ${PREFIX}/sbin X ${INSTALL_SCRIPT} ${WRKSRC}/exact.sh ${PREFIX}/etc/rc.d X ${INSTALL_DATA} ${WRKSRC}/exact.conf.sample ${PREFIX}/etc X ${INSTALL_MAN} ${WRKSRC}/exact.conf.5 ${MAN5PREFIX}/man/man5 X ${INSTALL_MAN} ${WRKSRC}/exact.8 ${MAN8PREFIX}/man/man8 X XMAN5= exact.conf.5 XMAN8= exact.8 X X.include END-of-exact/Makefile echo x - exact/distinfo sed 's/^X//' >exact/distinfo << 'END-of-exact/distinfo' XMD5 (exact-1.33.tar.gz) = 78e1f3554019492d97aaa412e901d600 END-of-exact/distinfo echo x - exact/pkg-descr sed 's/^X//' >exact/pkg-descr << 'END-of-exact/pkg-descr' XEXACT is a program that implements POP Before SMTP Relay Authentication. X XIt will work as is with UW-IMAPD, Cyrus, Courier (imapd and popd), XPerdition, Exim and Sendmail. X XWWW: http://www.britishsteal.com/dist/exact/ X X-- Xmwest@uct.ac.za END-of-exact/pkg-descr echo x - exact/pkg-plist sed 's/^X//' >exact/pkg-plist << 'END-of-exact/pkg-plist' Xsbin/exact Xetc/exact.conf.sample END-of-exact/pkg-plist echo c - exact/files mkdir -p exact/files > /dev/null 2>&1 echo x - exact/files/exact.sh sed 's/^X//' >exact/files/exact.sh << 'END-of-exact/files/exact.sh' X#!/bin/sh XPIDFILE=%%EXACTDIR%%/exact.pid X Xcase "$1" in X start) X if [ -x %%PREFIX%%/sbin/exact ]; then X %%PREFIX%%/sbin/exact && echo -n ' exact' X fi X ;; X stop) X if [ -f ${PIDFILE} ]; then X /bin/kill `cat ${PIDFILE}` > /dev/null 2>&1 && echo -n 'exact' X else X echo "exact isn't running" X fi X ;; X *) X echo "" X echo "Usage: `basename $0` { start | stop }" X echo "" X exit 64 X ;; Xesac END-of-exact/files/exact.sh exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 09: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 5926C37B401 for ; Wed, 28 May 2003 09:20:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EE6B43FBD for ; Wed, 28 May 2003 09:20:12 -0700 (PDT) (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 h4SGKCUp099089 for ; Wed, 28 May 2003 09:20:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SGKCgp099088; Wed, 28 May 2003 09:20:12 -0700 (PDT) Resent-Date: Wed, 28 May 2003 09:20:12 -0700 (PDT) Resent-Message-Id: <200305281620.h4SGKCgp099088@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, Seamus Venasse Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B2E337B401 for ; Wed, 28 May 2003 09:11:41 -0700 (PDT) Received: from pitou.polaris.ca (wh123-00-03-47-09-31-0c.northwestel.net [216.126.123.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A77743F75 for ; Wed, 28 May 2003 09:11:40 -0700 (PDT) (envelope-from svenasse@pitou.polaris.ca) Received: (from root@localhost) by pitou.polaris.ca (8.12.6p2/8.12.6) id h4SGBcgn090132; Wed, 28 May 2003 09:11:38 -0700 (PDT) (envelope-from svenasse) Message-Id: <200305281611.h4SGBcgn090132@pitou.polaris.ca> Date: Wed, 28 May 2003 09:11:38 -0700 (PDT) From: Seamus Venasse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52759: Updated port: databases/p5-DBIx-XHTML_Table from 1.18 to 1.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Seamus Venasse List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 16:20:17 -0000 >Number: 52759 >Category: ports >Synopsis: Updated port: databases/p5-DBIx-XHTML_Table from 1.18 to 1.22 >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 May 28 09:20:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: Polaris Computing >Environment: System: FreeBSD portbuilder.polaris.ca 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Mon Apr 21 09:35:31 PDT 2003 root@portbuilder.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/databases/p5-DBIx-XHTML_Table/Makefile p5-DBIx-XHTML_Table/Makefile --- /usr/ports/databases/p5-DBIx-XHTML_Table/Makefile Sat Mar 29 03:18:59 2003 +++ p5-DBIx-XHTML_Table/Makefile Fri May 23 12:57:15 2003 @@ -6,7 +6,7 @@ # PORTNAME= DBIx-XHTML_Table -PORTVERSION= 1.18 +PORTVERSION= 1.22 CATEGORIES= databases www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBIx diff -ruN /usr/ports/databases/p5-DBIx-XHTML_Table/distinfo p5-DBIx-XHTML_Table/distinfo --- /usr/ports/databases/p5-DBIx-XHTML_Table/distinfo Sat Mar 29 03:18:59 2003 +++ p5-DBIx-XHTML_Table/distinfo Fri May 23 12:56:37 2003 @@ -1 +1 @@ -MD5 (DBIx-XHTML_Table-1.18.tar.gz) = 978cb61ec7154ef8e243cf409c4579dc +MD5 (DBIx-XHTML_Table-1.22.tar.gz) = 506868a894e56ecdc7a27ea1365462ff diff -ruN /usr/ports/databases/p5-DBIx-XHTML_Table/pkg-plist p5-DBIx-XHTML_Table/pkg-plist --- /usr/ports/databases/p5-DBIx-XHTML_Table/pkg-plist Fri Apr 18 03:14:27 2003 +++ p5-DBIx-XHTML_Table/pkg-plist Fri May 23 12:56:36 2003 @@ -1,5 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/DBIx/XHTML_Table.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 09: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 B3AE737B404 for ; Wed, 28 May 2003 09:20:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E8243FCB for ; Wed, 28 May 2003 09:20:12 -0700 (PDT) (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 h4SGKCUp099102 for ; Wed, 28 May 2003 09:20:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SGKCIu099101; Wed, 28 May 2003 09:20:12 -0700 (PDT) Resent-Date: Wed, 28 May 2003 09:20:12 -0700 (PDT) Resent-Message-Id: <200305281620.h4SGKCIu099101@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, Seamus Venasse Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E10DD37B404 for ; Wed, 28 May 2003 09:11:48 -0700 (PDT) Received: from pitou.polaris.ca (wh123-00-03-47-09-31-0c.northwestel.net [216.126.123.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0702843FA3 for ; Wed, 28 May 2003 09:11:46 -0700 (PDT) (envelope-from svenasse@pitou.polaris.ca) Received: (from root@localhost) by pitou.polaris.ca (8.12.6p2/8.12.6) id h4SGBiwO090201; Wed, 28 May 2003 09:11:44 -0700 (PDT) (envelope-from svenasse) Message-Id: <200305281611.h4SGBiwO090201@pitou.polaris.ca> Date: Wed, 28 May 2003 09:11:44 -0700 (PDT) From: Seamus Venasse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52760: Updated port: net/p5-EasyTCP from 0.17 to 0.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Seamus Venasse List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 16:20:18 -0000 >Number: 52760 >Category: ports >Synopsis: Updated port: net/p5-EasyTCP from 0.17 to 0.22 >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 May 28 09:20:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: Polaris Computing >Environment: System: FreeBSD portbuilder.polaris.ca 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Mon Apr 21 09:35:31 PDT 2003 root@portbuilder.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/p5-EasyTCP/Makefile p5-EasyTCP/Makefile --- /usr/ports/net/p5-EasyTCP/Makefile Sat Feb 22 03:18:09 2003 +++ p5-EasyTCP/Makefile Fri May 23 14:34:55 2003 @@ -5,24 +5,25 @@ # $FreeBSD: ports/net/p5-EasyTCP/Makefile,v 1.7 2003/02/21 13:14:53 knu Exp $ # -PORTNAME= EasyTCP -PORTVERSION= 0.17 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +PORTNAME= EasyTCP +PORTVERSION= 0.22 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/M/MN/MNAGUIB -PKGNAMEPREFIX= p5- +PKGNAMEPREFIX= p5- -MAINTAINER= svenasse@polaris.ca +MAINTAINER= svenasse@polaris.ca COMMENT= Easily create TCP/IP clients and servers -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ + ${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA +RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -PERL_CONFIGURE= yes +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -MAN3= Net::EasyTCP.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +PERL_CONFIGURE= yes + +MAN3= Net::EasyTCP.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include diff -ruN /usr/ports/net/p5-EasyTCP/distinfo p5-EasyTCP/distinfo --- /usr/ports/net/p5-EasyTCP/distinfo Sun Dec 8 15:32:16 2002 +++ p5-EasyTCP/distinfo Fri May 23 14:34:55 2003 @@ -1 +1 @@ -MD5 (EasyTCP-0.17.tar.gz) = 91eb2c58be6a91cc957e3e4155059039 +MD5 (EasyTCP-0.22.tar.gz) = 16f5bf310c70dda2098747b32464f34b diff -ruN /usr/ports/net/p5-EasyTCP/pkg-plist p5-EasyTCP/pkg-plist --- /usr/ports/net/p5-EasyTCP/pkg-plist Sun Dec 8 15:32:16 2002 +++ p5-EasyTCP/pkg-plist Fri May 23 14:34:55 2003 @@ -1,29 +1,28 @@ -@comment $FreeBSD: ports/net/p5-EasyTCP/pkg-plist,v 1.3 2002/11/13 00:04:36 naddy Exp $ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/EasyTCP/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Net/EasyTCP.pm -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/addclientip.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/callback.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/clients.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/close.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/compression.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/data.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/deleteclientip.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/disconnect.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/do_one_loop.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/encryption.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/mode.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/new.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/receive.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/remoteip.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/remoteport.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/running.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/send.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/serial.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/setcallback.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/socket.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/start.al lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/stop.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/start.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/socket.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/setcallback.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/serial.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/send.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/running.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/remoteport.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/remoteip.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/receive.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/new.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/mode.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/encryption.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/do_one_loop.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/disconnect.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/deleteclientip.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/data.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/compression.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/close.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/clients.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/callback.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/addclientip.al +lib/perl5/site_perl/%%PERL_VER%%/Net/EasyTCP.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/EasyTCP/.packlist @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 09: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 4ED4837B401 for ; Wed, 28 May 2003 09:20:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A4E243FDD for ; Wed, 28 May 2003 09:20:13 -0700 (PDT) (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 h4SGKCUp099115 for ; Wed, 28 May 2003 09:20:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SGKCwh099114; Wed, 28 May 2003 09:20:12 -0700 (PDT) Resent-Date: Wed, 28 May 2003 09:20:12 -0700 (PDT) Resent-Message-Id: <200305281620.h4SGKCwh099114@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, Seamus Venasse Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B689137B401 for ; Wed, 28 May 2003 09:11:56 -0700 (PDT) Received: from pitou.polaris.ca (wh123-00-03-47-09-31-0c.northwestel.net [216.126.123.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id E025A43F3F for ; Wed, 28 May 2003 09:11:55 -0700 (PDT) (envelope-from svenasse@pitou.polaris.ca) Received: (from root@localhost) by pitou.polaris.ca (8.12.6p2/8.12.6) id h4SGBs81090282; Wed, 28 May 2003 09:11:54 -0700 (PDT) (envelope-from svenasse) Message-Id: <200305281611.h4SGBs81090282@pitou.polaris.ca> Date: Wed, 28 May 2003 09:11:54 -0700 (PDT) From: Seamus Venasse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52761: Updated port: devel/p5-File-DirSync from 1.07 to 1.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Seamus Venasse List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 16:20:18 -0000 >Number: 52761 >Category: ports >Synopsis: Updated port: devel/p5-File-DirSync from 1.07 to 1.10 >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 May 28 09:20:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: Polaris Computing >Environment: System: FreeBSD portbuilder.polaris.ca 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Mon Apr 21 09:35:31 PDT 2003 root@portbuilder.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/devel/p5-File-DirSync/Makefile p5-File-DirSync/Makefile --- /usr/ports/devel/p5-File-DirSync/Makefile Sat Feb 22 03:14:58 2003 +++ p5-File-DirSync/Makefile Fri May 23 13:02:45 2003 @@ -6,7 +6,7 @@ # PORTNAME= File-DirSync -PORTVERSION= 1.07 +PORTVERSION= 1.10 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File diff -ruN /usr/ports/devel/p5-File-DirSync/distinfo p5-File-DirSync/distinfo --- /usr/ports/devel/p5-File-DirSync/distinfo Sun Dec 8 15:29:30 2002 +++ p5-File-DirSync/distinfo Fri May 23 13:01:44 2003 @@ -1 +1 @@ -MD5 (File-DirSync-1.07.tar.gz) = 081273f2fc727b45a92facfef20e890c +MD5 (File-DirSync-1.10.tar.gz) = a358dbd7fa3fa70f26885c63a73442a0 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 09: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 80FC437B404 for ; Wed, 28 May 2003 09:20:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 760FC43FE0 for ; Wed, 28 May 2003 09:20:13 -0700 (PDT) (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 h4SGKDUp099129 for ; Wed, 28 May 2003 09:20:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SGKDo3099128; Wed, 28 May 2003 09:20:13 -0700 (PDT) Resent-Date: Wed, 28 May 2003 09:20:13 -0700 (PDT) Resent-Message-Id: <200305281620.h4SGKDo3099128@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, Seamus Venasse Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C6937B405 for ; Wed, 28 May 2003 09:12:03 -0700 (PDT) Received: from pitou.polaris.ca (wh123-00-03-47-09-31-0c.northwestel.net [216.126.123.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9DD843FBF for ; Wed, 28 May 2003 09:12:01 -0700 (PDT) (envelope-from svenasse@pitou.polaris.ca) Received: (from root@localhost) by pitou.polaris.ca (8.12.6p2/8.12.6) id h4SGC0OZ090352; Wed, 28 May 2003 09:12:00 -0700 (PDT) (envelope-from svenasse) Message-Id: <200305281612.h4SGC0OZ090352@pitou.polaris.ca> Date: Wed, 28 May 2003 09:12:00 -0700 (PDT) From: Seamus Venasse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52762: Updated port: devel/p5-Proc-Reliable from 1.10 to 1.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Seamus Venasse List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 16:20:19 -0000 >Number: 52762 >Category: ports >Synopsis: Updated port: devel/p5-Proc-Reliable from 1.10 to 1.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: Wed May 28 09:20:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: Polaris Computing >Environment: System: FreeBSD portbuilder.polaris.ca 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Mon Apr 21 09:35:31 PDT 2003 root@portbuilder.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/devel/p5-Proc-Reliable/Makefile p5-Proc-Reliable/Makefile --- /usr/ports/devel/p5-Proc-Reliable/Makefile Sat Feb 22 03:14:58 2003 +++ p5-Proc-Reliable/Makefile Fri May 23 13:08:50 2003 @@ -6,7 +6,7 @@ # PORTNAME= Proc-Reliable -PORTVERSION= 1.10 +PORTVERSION= 1.13 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Proc diff -ruN /usr/ports/devel/p5-Proc-Reliable/distinfo p5-Proc-Reliable/distinfo --- /usr/ports/devel/p5-Proc-Reliable/distinfo Sun Jun 23 05:44:07 2002 +++ p5-Proc-Reliable/distinfo Fri May 23 13:08:40 2003 @@ -1 +1 @@ -MD5 (Proc-Reliable-1.10.tar.gz) = 3c1e9b2ba6d7f6986b17975a6a14aa44 +MD5 (Proc-Reliable-1.13.tar.gz) = 581c84363309e1d0ed5c8d1269aa7210 diff -ruN /usr/ports/devel/p5-Proc-Reliable/pkg-plist p5-Proc-Reliable/pkg-plist --- /usr/ports/devel/p5-Proc-Reliable/pkg-plist Sun Jun 23 05:44:07 2002 +++ p5-Proc-Reliable/pkg-plist Fri May 23 13:08:39 2003 @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/Proc/Reliable.pm lib/perl5/site_perl/%%PERL_VER%%/auto/Proc/Reliable/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/Proc/Reliable.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/Reliable/.packlist -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Proc 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Proc/Reliable +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Proc/Reliable 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Proc 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/Reliable +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Proc 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/Reliable 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 09: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 9069A37B405 for ; Wed, 28 May 2003 09:20:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC9A43FE3 for ; Wed, 28 May 2003 09:20:13 -0700 (PDT) (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 h4SGKDUp099142 for ; Wed, 28 May 2003 09:20:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SGKDIZ099141; Wed, 28 May 2003 09:20:13 -0700 (PDT) Resent-Date: Wed, 28 May 2003 09:20:13 -0700 (PDT) Resent-Message-Id: <200305281620.h4SGKDIZ099141@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, Seamus Venasse Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7269837B401 for ; Wed, 28 May 2003 09:12:09 -0700 (PDT) Received: from pitou.polaris.ca (wh123-00-03-47-09-31-0c.northwestel.net [216.126.123.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id C188943F75 for ; Wed, 28 May 2003 09:12:08 -0700 (PDT) (envelope-from svenasse@pitou.polaris.ca) Received: (from root@localhost) by pitou.polaris.ca (8.12.6p2/8.12.6) id h4SGC7LR090424; Wed, 28 May 2003 09:12:07 -0700 (PDT) (envelope-from svenasse) Message-Id: <200305281612.h4SGC7LR090424@pitou.polaris.ca> Date: Wed, 28 May 2003 09:12:07 -0700 (PDT) From: Seamus Venasse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52763: Updated port: converters/p5-String-Multibyte from 1.03 to 1.04 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Seamus Venasse List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 16:20:19 -0000 >Number: 52763 >Category: ports >Synopsis: Updated port: converters/p5-String-Multibyte from 1.03 to 1.04 >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 May 28 09:20:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: Polaris Computing >Environment: System: FreeBSD portbuilder.polaris.ca 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Mon Apr 21 09:35:31 PDT 2003 root@portbuilder.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/converters/p5-String-Multibyte/Makefile p5-String-Multibyte/Makefile --- /usr/ports/converters/p5-String-Multibyte/Makefile Sat Feb 22 03:14:08 2003 +++ p5-String-Multibyte/Makefile Fri May 23 12:44:48 2003 @@ -6,7 +6,7 @@ # PORTNAME= String-Multibyte -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= String @@ -32,6 +32,8 @@ String::Multibyte::UHC.3 \ String::Multibyte::UTF16BE.3 \ String::Multibyte::UTF16LE.3 \ + String::Multibyte::UTF32BE.3 \ + String::Multibyte::UTF32LE.3 \ String::Multibyte::UTF8.3 \ String::Multibyte::Unicode.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff -ruN /usr/ports/converters/p5-String-Multibyte/distinfo p5-String-Multibyte/distinfo --- /usr/ports/converters/p5-String-Multibyte/distinfo Wed Feb 5 03:11:29 2003 +++ p5-String-Multibyte/distinfo Fri May 23 12:44:39 2003 @@ -1 +1 @@ -MD5 (String-Multibyte-1.03.tar.gz) = 4d53ddcaf62b151254c2a9e84a3bc6dc +MD5 (String-Multibyte-1.04.tar.gz) = cdc1e62d05c439ece946e62331c7fd0c diff -ruN /usr/ports/converters/p5-String-Multibyte/pkg-plist p5-String-Multibyte/pkg-plist --- /usr/ports/converters/p5-String-Multibyte/pkg-plist Wed Feb 5 03:11:29 2003 +++ p5-String-Multibyte/pkg-plist Fri May 23 12:44:38 2003 @@ -1,5 +1,7 @@ lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/Unicode.pm lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/UTF8.pm +lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/UTF32LE.pm +lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/UTF32BE.pm lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/UTF16LE.pm lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/UTF16BE.pm lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/UHC.pm >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 10: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 42CAF37B401 for ; Wed, 28 May 2003 10:10:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C775343F3F for ; Wed, 28 May 2003 10:10:14 -0700 (PDT) (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 h4SHAEUp005028 for ; Wed, 28 May 2003 10:10:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SHAEwt005027; Wed, 28 May 2003 10:10:14 -0700 (PDT) Date: Wed, 28 May 2003 10:10:14 -0700 (PDT) Message-Id: <200305281710.h4SHAEwt005027@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/52760: Updated port: net/p5-EasyTCP from 0.17 to 0.22 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, 28 May 2003 17:10:15 -0000 The following reply was made to PR ports/52760; it has been noted by GNATS. From: Mathieu Arnold To: Seamus Venasse , FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/52760: Updated port: net/p5-EasyTCP from 0.17 to 0.22 Date: Wed, 28 May 2003 19:09:02 +0200 There is already ports/52333. This one is a maintainer update but I believe ports/52333's pkg-plist is better. -- Mathieu Arnold From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 11:30: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 75E3537B401 for ; Wed, 28 May 2003 11:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB6843F85 for ; Wed, 28 May 2003 11:30:03 -0700 (PDT) (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 h4SIU3Up011235 for ; Wed, 28 May 2003 11:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SIU3Pu011234; Wed, 28 May 2003 11:30:03 -0700 (PDT) Resent-Date: Wed, 28 May 2003 11:30:03 -0700 (PDT) Resent-Message-Id: <200305281830.h4SIU3Pu011234@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, Jens Schweikhardt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97BC837B401 for ; Wed, 28 May 2003 11:28:43 -0700 (PDT) Received: from bremen.shuttle.de (bremen.shuttle.de [194.95.249.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF51E43FA3 for ; Wed, 28 May 2003 11:28:41 -0700 (PDT) (envelope-from schweikh@schweikhardt.net) Received: from bremen.shuttle.de (localhost [127.0.0.1]) by bremen.shuttle.de (Postfix) with ESMTP id 75F5017D69 for ; Wed, 28 May 2003 20:28:39 +0200 (CEST) Received: (from uucp@localhost)h4SISdD0009443 for FreeBSD-gnats-submit@freebsd.org; Wed, 28 May 2003 20:28:39 +0200 Received: (from schweikh@localhost) by hal9000.schweikhardt.net (8.12.9/8.12.9) id h4SISmu7002897; Wed, 28 May 2003 20:28:48 +0200 (CEST) (envelope-from schweikh) Message-Id: <200305281828.h4SISmu7002897@hal9000.schweikhardt.net> Date: Wed, 28 May 2003 20:28:48 +0200 (CEST) From: Jens Schweikhardt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52765: [PATCH] Uncompressing manual pages may fail due too "arg list too long" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jens Schweikhardt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 18:30:04 -0000 >Number: 52765 >Category: ports >Synopsis: [PATCH] Uncompressing manual pages may fail due too "arg list too long" >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 May 28 11:30:02 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jens Schweikhardt >Release: FreeBSD 5.1-BETA i386 >Organization: FreeBSD.org >Environment: System: FreeBSD hal9000.schweikhardt.net 5.1-BETA FreeBSD 5.1-BETA #0: Wed May 21 20:30:29 CEST 2003 toor@hal9000.schweikhardt.net:/usr/obj/share/src/HEAD/sys/HAL9000 i386 >Description: If NOMANCOMPRESS is set (say in /etc/make.conf), some ports may fail to 'make install' because of a maxed out arglist. >How-To-Repeat: 1. Define NOMANCOMPRESS in /etc/make.conf 2. cd /usr/ports/x11/XFree86-4-manuals 3. make install [...] ===> Uncompressing manual pages for XFree86-4-manuals This fails with "/bin/sh: arg list too long" >Fix: Do not assign a long list of file names to a shell variable but rather iterate over all files within make(1), e.g. with this patch. PS: If you try this patch with XFree86-4-manuals you will see a bunch of error messages along the line of /usr/X11R6/man//man3/BlackPixel.3.gz: No such file or directory This is due to another bug in the NOMANCOMPRESS case. BlackPixel.3.gz is a symlink to AllPlanes.3.gz which in the meantime has been uncompressed and is called AllPlanes.3 - but the symlink name has not been renamed accordingly. The 'make install' however will get through. Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.451 diff -u -r1.451 bsd.port.mk --- bsd.port.mk 26 May 2003 20:59:12 -0000 1.451 +++ bsd.port.mk 28 May 2003 18:05:46 -0000 @@ -4081,10 +4081,14 @@ .if defined(_MANPAGES) || defined(_MLINKS) .if ${MANCOMPRESSED} == yes && defined(NOMANCOMPRESS) @${ECHO_MSG} "===> Uncompressing manual pages for ${PKGNAME}" - @_manpages='${_MANPAGES:S/'/'\''/g}' && [ "$${_manpages}" != "" ] && ( eval ${GUNZIP_CMD} $${_manpages} ) || ${TRUE} +.for _manpage in ${_MANPAGES:S/'/'\''/g} + @( eval ${GUNZIP_CMD} ${_manpage} ) || ${TRUE} +.endfor .elif ${MANCOMPRESSED} == no && !defined(NOMANCOMPRESS) @${ECHO_MSG} "===> Compressing manual pages for ${PKGNAME}" - @_manpages='${_MANPAGES:S/'/'\''/g}' && [ "$${_manpages}" != "" ] && ( eval ${GZIP_CMD} $${_manpages} ) || ${TRUE} +.for _manpage in ${_MANPAGES:S/'/'\''/g} + @( eval ${GZIP_CMD} ${_manpage} ) || ${TRUE} +.endfor .endif .if defined(_MLINKS) @set ${_MLINKS:S,"",,g:S,//,/,g}; \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 11: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 0C41E37B401 for ; Wed, 28 May 2003 11:50:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99FFA43F85 for ; Wed, 28 May 2003 11:50:14 -0700 (PDT) (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 h4SIoEUp011783 for ; Wed, 28 May 2003 11:50:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SIoEOI011782; Wed, 28 May 2003 11:50:14 -0700 (PDT) Resent-Date: Wed, 28 May 2003 11:50:14 -0700 (PDT) Resent-Message-Id: <200305281850.h4SIoEOI011782@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, John Merryweather Cooper Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0979937B401 for ; Wed, 28 May 2003 11:47:46 -0700 (PDT) Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1CAE43FA3 for ; Wed, 28 May 2003 11:47:39 -0700 (PDT) (envelope-from jmcoopr@earthlink.net) Received: from 1cust101.tnt1.pullman.wa.da.uu.net ([67.250.113.101] helo=borgdemon.marjoh.org) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19L5wv-0007cN-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 28 May 2003 11:46:58 -0700 Received: from borgdemon.marjoh.org (localhost [127.0.0.1]) by borgdemon.marjoh.org (8.12.9/8.12.9) with ESMTP id h4SIkh07005223 for ; Wed, 28 May 2003 11:46:44 -0700 (PDT) (envelope-from jmcoopr@borgdemon.marjoh.org) Received: (from root@localhost) by borgdemon.marjoh.org (8.12.9/8.12.9/Submit) id h4SIkbAT005222; Wed, 28 May 2003 11:46:37 -0700 (PDT) (envelope-from jmcoopr) Message-Id: <200305281846.h4SIkbAT005222@borgdemon.marjoh.org> Date: Wed, 28 May 2003 11:46:37 -0700 (PDT) From: John Merryweather Cooper To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52766: [MAINTAINER UPDATE] Update lang/fpc to 1.0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Merryweather Cooper List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 18:50:20 -0000 >Number: 52766 >Category: ports >Synopsis: [MAINTAINER UPDATE] Update lang/fpc to 1.0.6 >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 May 28 11:50:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD borgdemon.marjoh.org 4.8-STABLE FreeBSD 4.8-STABLE #106: Wed May 21 12:57:59 PDT 2003 root@borgdemon.marjoh.org:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: Update lang/fpc to the latest stable version--1.0.6. In addition to several bug fixes, this release includes a beta text-mode IDE. >How-To-Repeat: n/a >Fix: Note: send-pr appears to have compressed the diff (which is rather large). begin 644 update-fpc-to-1.0.6.diff M(R!4:&ES(&ES(&$@<&%T8V@@9F]R(&9P8R!T;R!U<&1A=&4@:70@=&\@9G!C M+3$N,"XV"B,@"B,@5&\@87!P;'D@=&AI7!A=&-H)SH*(R!35$50(#$Z($-H9&ER('1O('1H92!S;W5R8V4@9&ER96-T M;W)Y+@HC($EF('EO=2!H879E(&$@9&5C96YT($)O=7)N92UT>7!E('-H96QL M.@HC(%-415`@,CH@4G5N('1H92!S:&5L;"!W:71H('1H:7,@9FEL92!A2!D96QE=&4*(R!T:&4@9FEL97,O9&ER96-T M;W)I97,@87,@&QIU!/4E131$E2?2]M M:7-C+V-O;7!A=#1X"BLN96YD:68*($)524Q$7T1%4$5.1%,]"21[3$]#04Q" M05-%?2]B:6XO9W1AU!/4E131$E2?2]AU!/4E131$E2?2]D M979E;"]N87-M"B`N:68@(61E9FEN960H3D]03U)41$]#4RD*+5)53E]$15!% M3D13*ST))'M,3T-!3$)!4T5]+V)I;B]A8W)O"XQ('!P8S,X-BXQ('!P9&5P+C$@7`H@"0EP<'5D=6UP+C$@<'!U9FEL97,N M,2!P<'5M;W9E+C$@<'1O<"XQ('!Y86-C+C$@2!W:71H($1!5$$@<&5R;7,*($E. M4U1!3$Q?1$%405]$25(]"21[24Y35$%,3'T@+60@+6\@)'M32$%214]73GT@ M+6<@)'M32$%214=24'T@+6T@,#U!2149)6'TO;&EB+V9P8R\D>U!/4E16 M15)324].?0HM1$]#4T1)4CT))'M04D5&25A]+W-H87)E+V1O8R]F<&,M)'M0 M3U)45D524TE/3GT*(%1%35!?4%)%1DE8/0DD>U=22U-20WTO=&5M<`HM5$5- M4%]$3T-31$E2/0DD>U1%35!?4%)%1DE8?2]S:&%R92]D;V,O9G!C+21[4$]2 M5%9%4E-)3TY]"BU414U07TQ)0D1)4CT))'M414U07U!2149)6'TO;&EB+V9P M8R\D>U!/4E1615)324].?0HM5$5-4%]%6$U01$E2/0DD>U1%35!?4%)%1DE8 M?2]S:&%R92]E>&%M<&QETQ)0D1) M4GT*(`H@(R!I;G-T86QL('-T86=I;F<@87)E80H@<&]S="UE>'1R86-T.@I` M0"`M-C(L-#<@*S4Y+#@S($!`"B`)0"1[34M$25)]("1[5$5-4%]04D5&25A] M"B`C=6YP86-K(&)A&8@)'M74DM34D-] M+V)AB!<"BT)"2TM97AC;'5D92UFU1!4GT@>GAF M("1[5U)+4U)#?2]B87-E9G)E96)S9"YT87(N9WH@7`HM"0DM+69I;&5S+69R M;VT@)'M&24Q%4T1)4GTO=&%R+7AL:7-T(%P*+0D)+2UD:7)E8W1OU=22U-20WTO=71I M;&9R965BU=22U-20WTO=71I M;&9R965B&8@)'M74DM34D-]+W5N:71S9F-L9G)E96)S9"YT87(N9WH@ M+2UD:7)E8W1OU=2 M2U-20WTO=6YI='-A<&EFB`M+61I2`D>U1% M35!?4%)%1DE8?0HM"4`D>U1!4GT@>GAF("1[5U)+4U)#?2]U;FETB`M+61I2`D>U1%35!?4%)%1DE8?0HM"4`D M>U1!4GT@>GAF("1[5U)+4U)#?2]U;FET&8@)'M74DM3 M4D-]+W5N:71S9&)FB`M+61I2`D>U1%35!? M4%)%1DE8?0HM"4`D>U1!4GT@>GAF("1[5U)+4U)#?2]U;FET&9R965B M&8@)'M74DM34D-]+W5N:71S;6ES8V9R965B&8@)'M74DM34D-] M+W5N:71S8F9D9G)E96)S9"YT87(N9WH@+2UD:7)E8W1OU=22U-20WTO=6YI='-C;65M9G)E96)S M9"YT87(N9WH@+2UD:7)E8W1OU=22U-20WTO=6YI='-F;W)M&8@)'M74DM34D-] M+W5N:71S9G!A&8@)'M74DM34D-]+W5N:71S9V1B:6YT M9G)E96)S9"YT87(N9WH@+2UD:7)E8W1OU=22U-20WTO=6YI='-G9&)M9G)E96)S9"YT87(N9WH@ M+2UD:7)E8W1OU=2 M2U-20WTO=6YI='-G9VEFB`M+61I2`D>U1% M35!?4%)%1DE8?0HK"4`D>U1!4GT@>GAF("1[5U)+4U)#?2]U;FET&8@)'M74DM34D-]+W5N:71S:6)AB`M M+61I2`D>U1%35!?4%)%1DE8?0HK"4`D>U1!4GT@>GAF("1[5U)+ M4U)#?2]U;FETB`M+61I2`D>U1% M35!?4%)%1DE8?0HK"4`D>U1!4GT@>GAF("1[5U)+4U)#?2]U;FET6YC9G)E96)S9"YT87(N9WH@+2UD:7)E8W1OU=22U-20WTO=6YI='-L:6)G9&9R965B&8@ M)'M74DM34D-]+W5N:71S;&EB<&YG9G)E96)S9"YT87(N9WH@+2UD:7)E8W1O MU=22U-20WTO=6YI M='-M>7-Q;&9R965B&8@)'M74DM34D-]+W5N:71S;F-U&8@)'M74DM34D-]+W5N:71S;W!E;F=L9G)E96)S9"YT87(N9WH@+2UD M:7)E8W1OU=22U-2 M0WTO=6YI='-OB`M+61I2`D>U1% M35!?4%)%1DE8?0HK"4`D>U1!4GT@>GAF("1[5U)+4U)#?2]U;FETB`M+61I2`D>U1%35!?4%)%1DE8?0HK M"4`D>U1!4GT@>GAF("1[5U)+4U)#?2]U;FETU=22U-20WTO=6YI='-R96=E>'!R9G)E96)S9"YT87(N9WH@+2UD:7)E M8W1OU=22U-20WTO M=6YI='-S=F=A;&EB9G)E96)S9"YT87(N9WH@+2UD:7)E8W1OU=22U-20WTO=6YI='-S>7-L;V=F MB`M+61I2`D>U1%35!?4%)%1DE8?0HK"4`D M>U1!4GT@>GAF("1[5U)+4U)#?2]U;FETU=2 M2U-20WTO=6YI='-U;GII<&9R965B&8@)'M74DM34D-]+W5N:71S=71M M<&9R965B&8@)'M74DM34D-]+W5N:71S>#$Q9G)E96)S9"YT87(N9WH@ M+2UD:7)E8W1OU=2 M2U-20WTO=6YI='-Z;&EB9G)E96)S9"YT87(N9WH@+2UD:7)E8W1O&8@)'M74DM3 M4D-]+VED969R965BU1!4GT@>GAF("1[5U)+ M4U)#?2]B87-EB`M+61I2`D>U1%35!?4%)%1DE8 M?2]S:&%R90HK"4`D>U1!4GT@>GAF("1[5U)+4U)#?2]B87-EB`M+61I2`D>U1%35!?4%)%1DE8?0H@"4`D>U1!4GT@>GAF("1[ M5U)+4U)#?2]C;VUP:6QET9)3$531$E2?2]T87(M>&QIU=22U-20WTOB!<"BT) M"2TM97AC;'5D92UF2`D>U1%35!?4%)%1DE8?2]S:&%R90HK"0DM+61I2`D>U1%35!?4%)%1DE8?0H@"4`D>U1!4GT@>GAF("1[5U)+4U)#?2]F8VQS M&-L=61E+69R;VT@)'M&24Q%4T1)4GTO=&%R M+7AL:7-T-"!<"BT)"2TM9&ER96-T;W)Y("1[5$5-4%]04D5&25A]+W-H87)E M"BT)0"1[5$%2?2!Z>&8@)'M74DM34D-]+V%P:7-R8RYT87(N9WH@+2UD:7)E M8W1OU=2 M2U-20WTO<&%C:V%G97-S&8@)'M74DM34D-]+W5T:6QSU=22U-20WTO9&]C&8@)'M74DM34D-]+V1E;6\N=&%R+F=Z("TM9&ER M96-T;W)Y("1[5$5-4%]%6$U01$E2?0HM"4`D>TU6?2`D>U1%35!?15A-4$1) M4GTOU!/4E1615)324].?2!<"BT)"21[5$5-4%]04D5&25A] M+W-H87)E+V5X86UP;&5S"BL)"2TM9&ER96-T;W)Y("1[5$5-4%]04D5&25A] M"BL)0"1[5$%2?2!Z>&8@)'M74DM34D-]+VED97-R8RYT87(N9WH@7`HK"0DM M+61I2`D>U1%35!?4%)%1DE8?0HK"4`D>U1!4GT@>GAF("1[5U)+ M4U)#?2]I;G-T86QL97)SU=22U-20WTO=6YI='-B9F1S M&8@)'M74DM34D-]+W5N:71S8VUE;7-R8RYT87(N9WH@+2UD:7)E8W1O MU=22U-20WTO=6YI M='-F;W)MU=22U-20WTO=6YI='-F<&%S>6YCB`M+61I2`D>U1%35!?4%)%1DE8?0HK"4`D>U1!4GT@>GAF("1[ M5U)+4U)#?2]U;FETU=22U-20WTO=6YI='-G9&)M MB`M+61I2`D>U1%35!?4%)%1DE8?0HK"4`D>U1! M4GT@>GAF("1[5U)+4U)#?2]U;FETU=22U-20WTO=6YI M='-G=&MS&8@)'M74DM34D-]+W5N:71S:6)A&8@)'M74DM3 M4D-]+W5N:71S:6YE='-R8RYT87(N9WH@+2UD:7)E8W1OU=22U-20WTO=6YI='-L:6)AU=22U-20WTO=6YI='-L:6)G9'-R8RYT87(N9WH@+2UD:7)E8W1O MU=22U-20WTO=6YI M='-L:6)P;F=S&8@)'M74DM34D-]+W5N:71S;7ES<6QS&8@)'M7 M4DM34D-]+W5N:71S;F-UU=22U-20WTO=6YI='-O<&5N M9VQS&8@)'M74DM34D-]+W5N:71S;W)A8VQEB`M+61I M2`D>U1%35!?4%)%1DE8?0HK"4`D>U1!4GT@>GAF("1[5U)+4U)# M?2]U;FET&8@)'M74DM34D-]+W5N:71S<&]S=&=R97-S M&8@)'M74DM34D-]+W5N:71SU=22U-20WTO M=6YI='-S=F=A;&EBB`M+61I2`D>U1%35!?4%)% M1DE8?0HK"4`D>U1!4GT@>GAF("1[5U)+4U)#?2]U;FETU=22U-20WTO=6YI='-U;F-G:7-R8RYT87(N9WH@+2UD:7)E8W1OU=22U-20WTO=6YI='-U M;GII<'-R8RYT87(N9WH@+2UD:7)E8W1OU=22U-20WTO=6YI='-U=&UPB`M+61I M2`D>U1%35!?4%)%1DE8?0HK"4`D>U1!4GT@>GAF("1[5U)+4U)# M?2]U;FETU=22U-20WTO=6YI='-Z;&EBB`M+61I2`D>U1%35!?4%)%1DE8?0HK"4`D>U1!4GT@>GAF("1[ M5U)+4U)#?2]D;V-S+G1AB`M+61I2`D>U1%35!?4%)%1DE8 M?0HK"4`D>U1!4GT@>GAF("1[5U)+4U)#?2]D96UO+G1AB`M+61I2`D>U1%35!?4%)%1DE8?0H@+F5N9&EF"BT*+61O+7!A=&-H.@HM(W5N M<&%C:R!A;F0@<&%T8V@@T9) M3$531$E2?2]F:7@M#H@+B]D:7-T:6YF;PHM+2T@+B]D:7-T:6YF;PE3 M870@1&5C("`X(#$X.C(X.C(W(#(P,#$**RLK("XO9&ES=&EN9F\)5V5D($UA M>2`R."`P.#HR,#HT,2`R,#`S"D!`("TQ("LQ($!`"BU-1#4@*&9P8RTQ+C`N M-"YF7=E871H97(@0V]O<&5R(#QC;V]P.3(Q,4!U:61A:&\N961U/@ID:69F M("UU("=F<&,O<&MG+6ENU!+1TY!344C(V9P8RU]"B`*0$`@+3$Y M+#<@*S$Y+#<@0$`*(%!/4U0M24Y35$%,3"D*(`D))'M#2$U/1'T@,#4U-2`D M>TQ)0D1)4GTO<'!C,S@V"B`)"21[0TA-3T1](#`U-34@)'M,24)$25)]+W-A M;7!L96-F9PHM"0DD>TQ.?2`MU!+1U]0 M4D5&25A]+V)I;B]P<&,S.#8**PD))'M,3GT@+7-F("1[3$E"1$E2?2]P<&,S M.#8@)'M02T=?4%)%1DE8?2]B:6XO9G!C"B`)"21[4TA]("1[3$E"1$E2?2]S M86UP;&5C9F<@)'M,24)$25)]("1[4$M'7U!2149)6'TO971C"B`).SL*(`ID M:69F("UU("=F<&,O<&MG+7!L:7-T)R`G9G!C+3$N,"XV+W!K9RUP;&ES="<* M26YD97@Z("XO<&MG+7!L:7-T"BTM+2`N+W!K9RUP;&ES=`E3=6X@1&5C("`Y M(#$W.C4P.C0R(#(P,#$**RLK("XO<&MG+7!L:7-T"5=E9"!-87D@,C@@,3`Z M-3@Z-#4@,C`P,PI`0"`M,BPQ,"`K,BPQ,B!`0`H@8FEN+V1A=&$R:6YC"B!B M:6XO9&5L<`H@8FEN+V9D,G!A`H@8FEN+W!O'0N;PHM;&EB+V9P8R\Q+C`N-"]U;FET7-Q;&1B+F$* M+6QI8B]F<&,O,2XP+C0O=6YI=',O9G)E96)S9"]F8VPO;&EB<&EP97,N80HM M;&EB+V9P8R\Q+C`N-"]U;FET&UL M+F$*+6QI8B]F<&,O,2XP+C0O=6YI=',O9G)E96)S9"]F8VPO;&EB&UL M&UL=W)I=&4N80HM;&EB+V9P8R\Q+C`N-"]U;FET2YO"BUL:6(O9G!C+S$N,"XT+W5N:71S+V9R965B&UL8V9G+F\*+6QI8B]F<&,O,2XP M+C0O=6YI=',O9G)E96)S9"]F8VPO>&UL8V9G+G!P=0HM;&EB+V9P8R\Q+C`N M-"]U;FET&UL&UL&ULG-T&QI8BYO"BUL:6(O9G!C+S$N,"XT+W5N:71S+V9R965B M7-Q;"YA"BUL:6(O9G!C+S$N,"XT+W5N:71S+V9R965B M7-Q;%]V97)S:6]N+F$*+6QI8B]F<&,O,2XP+C0O=6YI=',O9G)E M96)S9"]L:6)N8W)T+F$*+6QI8B]F<&,O,2XP+C0O=6YI=',O9G)E96)S9"]L M:6)N8W5R7-Q;"YP<'4*+6QI8B]F<&,O,2XP M+C0O=6YI=',O9G)E96)S9"]M>7-Q;%]C;VTN;PHM;&EB+V9P8R\Q+C`N-"]U M;FET7-Q;%]V97)S:6]N+G!P=0HM;&EB+V9P8R\Q+C`N-"]U M;FETFQI8B]G>F-R8RYO"BUL:6(O9G!C+S$N,"XT+W5N M:71S+V9R965BFQI8B]G>F-R8RYP<'4*+6QI8B]F<&,O,2XP+C0O M=6YI=',O9G)E96)S9"]P87-Z;&EB+V=Z8W)C87-M+F\*+6QI8B]F<&,O,2XP M+C0O=6YI=',O9G)E96)S9"]P87-Z;&EB+V=Z8W)C87-M+G!P=0HM;&EB+V9P M8R\Q+C`N-"]U;FETFQI8B]G>FEO+G!P=0HM;&EB+V9P M8R\Q+C`N-"]U;FETFQI8B]I;F9C;V1E MFQI8B]I;F9C M;V1EFQI8B]I;F9U=&EL+G!P=0HM;&EB+V9P8R\Q+C`N-"]U M;FETFQI8B]L:6)I;F9B;&]C M:RYA"BUL:6(O9G!C+S$N,"XT+W5N:71S+V9R965BFQI8B]L:6)I M;F9C;V1EFQI M8B]L:6)I;F9F87-T+F$*+6QI8B]F<&,O,2XP+C0O=6YI=',O9G)E96)S9"]P M87-Z;&EB+VQI8FEN9G1R965S+F$*+6QI8B]F<&,O,2XP+C0O=6YI=',O9G)E M96)S9"]P87-Z;&EB+VQI8FEN9G5T:6PN80HM;&EB+V9P8R\Q+C`N-"]U;FET MFQI8BYA"BUL:6(O9G!C+S$N,"XT M+W5N:71S+V9R965BFQI8B]L:6)S=')U=&ELFQI8B]L:6)TFQI8B]L:6)Z8F%S92YA"BUL M:6(O9G!C+S$N,"XT+W5N:71S+V9R965BFQI8B]L:6)Z8V]M<')E MFQI8B]L:6)Z M9&5F;&%T92YA"BUL:6(O9G!C+S$N,"XT+W5N:71S+V9R965BFQI M8B]L:6)Z:6YF;&%T92YA"BUL:6(O9G!C+S$N,"XT+W5N:71S+V9R965BFQI8B]L:6)Z=6YC;VUPFQI8B]L:6)Z=71I;"YA"BUL:6(O9G!C+S$N,"XT+W5N:71S M+V9R965BFQI8B]P87-Z;&EB+F\*+6QI8B]F<&,O,2XP+C0O=6YI M=',O9G)E96)S9"]P87-Z;&EB+W!AFQI8B]S=')U=&ELFQI8B]S=')U=&ELF)AF)AFQI8B]Z8V]M<')EFQI8B]Z8V]M<')E MFEN9FQA=&4N;PHM;&EB+V9P8R\Q+C`N-"]U;FETFEN9FQA=&4N<'!U"BUL:6(O9G!C+S$N,"XT+W5N:71S+V9R M965BFQI8B]Z=6YC;VUPFQI8B]Z=6YC;VUP'!R+F\*+6QI8B]F<&,O,2XP+C0O=6YI=',O9G)E96)S M9"]R96=E>'!R+G!P=0HM;&EB+V9P8R\Q+C`N-"]U;FET7!I;F9O+F$*+6QI8B]F<&,O,2XP+C0O M=6YI=',O9G)E96)S9"]R=&PO;&EN96EN9F\N;PHM;&EB+V9P8R\Q+C`N-"]U M;FET"YP<'4*+6QI8B]F<&,O,2XP+C0O=6YI=',O M9G)E96)S9"]R=&PO;6%T:"YO"BUL:6(O9G!C+S$N,"XT+W5N:71S+V9R965B M"YO"BUL:6(O9G!C+S$N,"XT+W5N:71S+V9R965B"YP<'4*+6QI8B]F<&,O,2XP+C0O=6YI=',O9G)E96)S9"]R=&PO;V)J96-T M7-U=&EL7-T96UL;VFEP+G!P=0HM;&EB+V9P8R\Q+C`N-"]U M;FET"YP<'4* M+6QI8B]F<&,O,2XP+C0O=6YI=',O9G)E96)S9"]X;&EB+G!P=0HM;&EB+V9P M8R\Q+C`N-"]U;FET7!E6YC:6\N<'!U"BML:6(O9G!C+S$N,"XV+W5N:71S+V9R965B'0N80HK M;&EB+V9P8R\Q+C`N-B]U;FET'0N80HK M;&EB+V9P8R\Q+C`N-B]U;FET2YA"BML:6(O9G!C+S$N,"XV+W5N:71S+V9R965B M2YO"BML:6(O9G!C+S$N,"XV M+W5N:71S+V9R965B&AT;6PN;PHK;&EB+V9P8R\Q+C`N-B]U;FET&UL8V9G+F\**VQI8B]F<&,O,2XP+C8O=6YI=',O9G)E96)S9"]F8VPO>&UL M8V9G+G!P=0HK;&EB+V9P8R\Q+C`N-B]U;FET&UL&UL&UL MG-T6YC+V9P87-Y;F,N;PHK;&EB+V9P8R\Q+C`N-B]U;FET6YC+VQI8G!F<&%S>6YC+F$**VQI8B]F<&,O,2XP+C8O M=6YI=',O9G)E96)S9"]G9&)I;G0O4&%C:V%G92YF<&,**VQI8B]F<&,O,2XP M+C8O=6YI=',O9G)E96)S9"]G9&)I;G0O9V1B8V]N+F\**VQI8B]F<&,O,2XP M+C8O=6YI=',O9G)E96)S9"]G9&)I;G0O9V1B8V]N+G!P=0HK;&EB+V9P8R\Q M+C`N-B]U;FET&QI8BYP<'4**VQI8B]F<&,O,2XP M+C8O=6YI=',O9G)E96)S9"]L:6)A6YC+VQI8F%S>6YC+F\**VQI M8B]F<&,O,2XP+C8O=6YI=',O9G)E96)S9"]L:6)A7-Q;"]086-K M86=E+F9P8PHK;&EB+V9P8R\Q+C`N-B]U;FET7-Q;"YA"BML:6(O9G!C+S$N,"XV+W5N:71S+V9R965B7-Q;"]M>7-Q;"YP<'4**VQI8B]F<&,O,2XP+C8O=6YI=',O M9G)E96)S9"]M>7-Q;"]M>7-Q;%]C;VTN;PHK;&EB+V9P8R\Q+C`N-B]U;FET M7-Q;"]M>7-Q;%]V97)S:6]N+F\**VQI8B]F<&,O M,2XP+C8O=6YI=',O9G)E96)S9"]M>7-Q;"]M>7-Q;%]V97)S:6]N+G!P=0HK M;&EB+V9P8R\Q+C`N-B]U;FETFQI8B]086-K86=E+F9P8PHK;&EB+V9P8R\Q+C`N-B]U M;FETFQI8B]G>F-R8RYO"BML:6(O9G!C+S$N,"XV M+W5N:71S+V9R965BFQI8B]G>F-R8RYP<'4**VQI8B]F<&,O,2XP M+C8O=6YI=',O9G)E96)S9"]P87-Z;&EB+V=Z:6\N;PHK;&EB+V9P8R\Q+C`N M-B]U;FETFQI8B]I;F9F M87-T+F\**VQI8B]F<&,O,2XP+C8O=6YI=',O9G)E96)S9"]P87-Z;&EB+VEN M9F9AFQI M8B]I;F9TFQI8B]I;F9TFQI8B]L:6)P9WICFQI8B]L:6)P M:6YF9F%S="YA"BML:6(O9G!C+S$N,"XV+W5N:71S+V9R965BFQI M8B]L:6)P:6YF=')E97,N80HK;&EB+V9P8R\Q+C`N-B]U;FETFQI8B]L:6)P>F-O;7!R97,N80HK M;&EB+V9P8R\Q+C`N-B]U;FETFQI8B]L:6)P>G5N8V]M<'(N80HK;&EB+V9P8R\Q+C`N-B]U;FETFQI8BYP<'4**VQI8B]F<&,O,2XP+C8O M=6YI=',O9G)E96)S9"]P87-Z;&EB+W1R965S+F\**VQI8B]F<&,O,2XP+C8O M=6YI=',O9G)E96)S9"]P87-Z;&EB+W1R965S+G!P=0HK;&EB+V9P8R\Q+C`N M-B]U;FETF)AF)AFQI8B]Z8V]M<')EFQI8B]Z8V]M<')EFEN M9FQA=&4N;PHK;&EB+V9P8R\Q+C`N-B]U;FETFEN9FQA=&4N<'!U"BML:6(O9G!C+S$N,"XV+W5N:71S+V9R965BFQI8B]Z=6YC;VUPFQI8B]Z=6YC;VUP'!R+G!P=0HK;&EB+V9P8R\Q+C`N-B]U M;FET6)O M87)D+G!P=0HK;&EB+V9P8R\Q+C`N-B]U;FET7-U=&EL7!I;F9O+F$**VQI8B]F<&,O,2XP+C8O=6YI M=',O9G)E96)S9"]R=&PO;&EB<'9I9&5O+F$**VQI8B]F<&,O,2XP+C8O=6YI M=',O9G)E96)S9"]R=&PO;&EN96EN9F\N;PHK;&EB+V9P8R\Q+C`N-B]U;FET M"YO"BML:6(O9G!C+S$N,"XV+W5N:71S+V9R965B"YP M<'4**VQI8B]F<&,O,2XP+C8O=6YI=',O9G)E96)S9"]R=&PO;6]U7-U=&EL7!I;F9O+F\**VQI8B]F<&,O,2XP+C8O=6YI=',O9G)E96)S9"]R M=&PO='EP:6YF;RYP<'4**VQI8B]F<&,O,2XP+C8O=6YI=',O9G)E96)S9"]R M=&PO=FED96\N;PHK;&EB+V9P8R\Q+C`N-B]U;FET7-L;V7-L;VFEP+U!A8VMA M9V4N9G!C"BML:6(O9G!C+S$N,"XV+W5N:71S+V9R965BFEP+F$**VQI8B]F<&,O,2XP+C8O=6YI=',O9G)E96)S9"]U;GII<"]L M:6)P>FEP='EP97,N80HK;&EB+V9P8R\Q+C`N-B]U;FETFEP+W5N>FEP+F\**VQI8B]F<&,O,2XP+C8O=6YI=',O9G)E96)S9"]U;GII M<"]U;GII<"YP<'4**VQI8B]F<&,O,2XP+C8O=6YI=',O9G)E96)S9"]U;GII M<"]Z:7!T>7!EFEP='EP97,N<'!U"BML:6(O9G!C+S$N,"XV+W5N:71S+V9R965B"YA"BML:6(O9G!C+S$N,"XV+W5N:71S+V9R965B#$Q+VQI8G!X M8VUS+F$**VQI8B]F<&,O,2XP+C8O=6YI=',O9G)E96)S9"]X,3$O;&EB<'AR M97-O=7)C92YA"BML:6(O9G!C+S$N,"XV+W5N:71S+V9R965B#$Q+W@N M;PHK;&EB+V9P8R\Q+C`N-B]U;FET&-M&QI8BYP<'4**VQI8B]F<&,O,2XP+C8O M=6YI=',O9G)E96)S9"]X,3$O>')E;F1E')E')EFQI8BYP<'4*(&QI8B]F<&,O;&5X>6%C8R]Y>6QE>"YC;V0*(&QI8B]F M<&,O;&5X>6%C8R]Y>7!A6EN9RYF<&,*+7-H87)E+V1O8R]F<&,M,2XP M+C0O9F%Q+FAT;0HM'0*+7-H87)E+V1O8R]F<&,M,2XP M+C0O=VAA='-N97&%M<&QE0HM)2503U)41$]#4R4E&%M<&QE&%M<&QEF4N<'`*+24E4$]25$1/0U,E)7-H87)E+V5X86UP;&5S+V9P8RTQ M+C`N-"]D96UO+V=R87!H+W%U860N<'`*+24E4$]25$1/0U,E)7-H87)E+V5X M86UP;&5S+V9P8RTQ+C`N-"]D96UO+V=R87!H+W%U861D871A+F1A=`HM)250 M3U)41$]#4R4E&%M<&QE"]#5E,O4F5P;W-I=&]R M>0HM)2503U)41$]#4R4E&%M<&QE"]- M86ME9FEL92YF<&,*+24E4$]25$1/0U,E)7-H87)E+V5X86UP;&5S+V9P8RTQ M+C`N-"]D96UO+VQI;G5X+V1A96UO;BYP<`HM)2503U)41$]#4R4E&%M<&QE"]V;WAE;"YP<`HM)2503U)41$]#4R4E0HM M)2503U)41$]#4R4E&%M M<&QE&%M<&QE"YP<`HM)2503U)41$]#4R4E'0O:&5L;&\N<'`* M+24E4$]25$1/0U,E)7-H87)E+V5X86UP;&5S+V9P8RTQ+C`N-"]D96UO+W1E M>'0O;&EN97,N<'`*+24E4$]25$1/0U,E)7-H87)E+V5X86UP;&5S+V9P8RTQ M+C`N-"]D96UO+W1E>'0O;6%G:6,N<'`*+24E4$]25$1/0U,E)7-H87)E+V5X M86UP;&5S+V9P8RTQ+C`N-"]D96UO+W1E>'0O<7-O&%M<&QE0HM)2503U)41$]#4R4E&%M<&QE M0HM)2503U)41$]#4R4E M"]#5E,O4F5P;W-I=&]R>0HM)2503U)41$]#4R4E"]-86ME9FEL M92YF<&,*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O87!I+VUA M:V5T<"YB870*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O87!I M+V]S,B]#5E,O16YT6)O87)D+FEN M8PHM)2503U)41$]#4R4E7!E+G!A'0N:6YC"BTE)5!/4E1$3T-3 M)25S:&%R92]S7-T96TN<&%S"BTE)5!/4E1$3T-3)25S:&%R92]S7!E+G!A6UD M968N:6YC"BTE)5!/4E1$3T-3)25S:&%R92]S6US>6UH+FEN8PHM)250 M3U)41$]#4R4E6UT86)L M92YP87,*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O8V]M<&EL M97(O&-E<'0N<&%S"BTE)5!/4E1$3T-3)25S:&%R M92]S0HM)2503U)41$]#4R4E&YA0HM)2503U)41$]#4R4E0HM)2503U)4 M1$]#4R4E2YH=&UL"BTE M)5!/4E1$3T-3)25S:&%R92]S7-Q;&1B+G!P"BTE)5!/ M4E1$3T-3)25S:&%R92]S6QI M>"UP87-S=V]R9"YT>'0*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP M+C0O9F-L+VEN8R]#5E,O16YT6YC:6\N<'`*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M M,2XP+C0O9F-L+VEN8R]B87-E-C0N<'`*+24E4$]25$1/0U,E)7-H87)E+W-R M8R]F<&,M,2XP+C0O9F-L+VEN8R]B:71S+FEN8PHM)2503U)41$]#4R4E'0*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F M<&,M,2XP+C0O9F-L+VEN8R]R96%D97(N:6YC"BTE)5!/4E1$3T-3)25S:&%R M92]S6YC;V(N:6YC"BTE)5!/4E1$ M3T-3)25S:&%R92]S"]#5E,O4F5P;W-I M=&]R>0HM)2503U)41$]#4R4E"]-86ME9FEL92YF<&,*+24E4$]25$1/ M0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O9F-L+VQI;G5X+U1EF-G:2YI;F,*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F M<&,M,2XP+C0O9F-L+V]S,B]P:7!E0HM)2503U)41$]#4R4E&UL"BTE)5!/4E1$3T-3)25S:&%R92]S&UL+T-6 M4R]297!O&UL8V9G+G!P"BTE)5!/4E1$3T-3)25S:&%R92]S&UL&UL+WAM;'-T&UL+WAM;'=R:71E+G!P"BTE)5!/4E1$ M3T-3)25S:&%R92]S'1Y<&4N<'`*+24E4$]25$1/0U,E M)7-H87)E+W-R8R]F<&,M,2XP+C0O<&%C:V%G97,O9F]R;7,O9&5M;R]B'!M"BTE)5!/ M4E1$3T-3)25S:&%R92]S2YP<`HM)2503U)41$]#4R4E&)M"BTE)5!/4E1$3T-3)25S:&%R92]S&)M"BTE)5!/4E1$3T-3)25S:&%R92]S7!L;W1O=F5R M+G!P"BTE)5!/4E1$3T-3)25S:&%R92]S65S;F\N<'`*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F M<&,M,2XP+C0O<&%C:V%G97,O9F]R;7,O9F0R<&%S8V%L+G!P"BTE)5!/4E1$ M3T-3)25S:&%R92]S"]#5E,O M4F]O=`HM)2503U)41$]#4R4E"]-86ME9FEL90HM)2503U)41$]#4R4E0HM M)2503U)41$]#4R4E0HM M)2503U)41$]#4R4E&5X;6-D96-L M+G!P"BTE)5!/4E1$3T-3)25S:&%R92]S&=D:RYP<`HM)2503U)41$]#4R4E&=T M:V-D96-L+G!P"BTE)5!/4E1$3T-3)25S:&%R92]S&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M M<&QE0HM)2503U)41$]#4R4E&%M<&QE'!M"BTE)5!/4E1$ M3T-3)25S:&%R92]S&%M<&QE M&%M<&QE&%M<&QE0HM)2503U)41$]#4R4E7-Y;7,N<'`*+24E4$]25$1/0U,E M)7-H87)E+W-R8R]F<&,M,2XP+C0O<&%C:V%G97,O9W1K+V=D:R]G9&MM86EN M+G!P"BTE)5!/4E1$3T-3)25S:&%R92]S"YP<`HM)2503U)41$]#4R4E0HM)2503U)41$]#4R4E"YP<`HM)2503U)41$]#4R4E M2YP<`HM)2503U)41$]#4R4E"YP<`HM M)2503U)41$]#4R4E2YP<`HM)2503U)41$]#4R4E'0N<'`*+24E4$]25$1/0U,E M)7-H87)E+W-R8R]F<&,M,2XP+C0O<&%C:V%G97,O9W1K+V=T:R]G=&MT:&5M M97,N<'`*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O<&%C:V%G M97,O9W1K+V=T:R]G=&MT:7!S<75E7!E=71I;',N<'`*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O M<&%C:V%G97,O9W1K+V=T:R]G=&MV8F)O>"YP<`HM)2503U)41$]#4R4E7-Q;"]M:V1B"BTE)5!/4E1$3T-3)25S:&%R M92]S7-Q;"]M>7-Q;%]V97)S:6]N+G!P"BTE)5!/4E1$3T-3)25S M:&%R92]S7-Q;"]R;61B"BTE)5!/4E1$3T-3)25S:&%R92]S0HM)2503U)41$]#4R4E M"YT96T*+24E M4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O<&%C:V%G97,O;W!E;F=L M+V)U:6QD+V=L=5]W,S)D+G1E;0HM)2503U)41$]#4R4E"YT96T*+24E M4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O<&%C:V%G97,O;W!E;F=L M+V)U:6QD+V=L=71?=S,R9"YT96T*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F M<&,M,2XP+C0O<&%C:V%G97,O;W!E;F=L+V)U:6QD+V=L=71?=S,R"YD968*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M M,2XP+C0O<&%C:V%G97,O;W!E;F=L+V)U:6QD+V=L>%]L:6YU>"YT96T*+24E M4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O<&%C:V%G97,O;W!E;F=L M+V)U:6QD+V=L>%]W,S)D+G1E;0HM)2503U)41$]#4R4E&%M<&QE&%M<&QE0HM)2503U)41$]#4R4E"]#5E,O M4F5P;W-I=&]R>0HM)2503U)41$]#4R4E"]-86ME9FEL92YF<&,* M+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O<&%C:V%G97,O;W!E M;F=L+W)E861M90HM)2503U)41$]#4R4E"]#5E,O16YT"]#5E,O M4F5P;W-I=&]R>0HM)2503U)41$]#4R4E"]#5E,O4F]O=`HM)2503U)41$]#4R4E"]#5E,O5&%G M"BTE)5!/4E1$3T-3)25S:&%R92]S"]G;'5T M+G!P"BTE)5!/4E1$3T-3)25S:&%R92]S"YP<`HM)2503U)41$]#4R4E"YP<`HM)2503U)41$]#4R4E%]S;"YP<`HM)2503U)41$]#4R4EFQI8B]#5E,O4F]O=`HM)2503U)41$]#4R4EFQI8B]- M86ME9FEL90HM)2503U)41$]#4R4EG5T:6PN<&%S"BTE)5!/4E1$3T-3)25S M:&%R92]S'!R+T-64R]%;G1R:65S"BTE)5!/4E1$3T-3)25S:&%R M92]S'!R+T-64R]486<*+24E4$]25$1/0U,E)7-H M87)E+W-R8R]F<&,M,2XP+C0O<&%C:V%G97,O'!R+TUA:V5F:6QE+F9P8PHM)2503U)41$]#4R4E'!R+W)E9V5X<'(N<'`*+24E4$]25$1/0U,E M)7-H87)E+W-R8R]F<&,M,2XP+C0O<&%C:V%G97,O7-L;V7-L;V7-L;V7-L;V#$Q+T-64R]297!O#$Q+TUA:V5F:6QE+F9P8PHM M)2503U)41$]#4R4E"YP<`HM)2503U)41$]#4R4E&QI8BYP<`HM)2503U)41$]#4R4E')EFQI M8B]#5E,O4F]O=`HM)2503U)41$]#4R4EFQI8B]-86ME9FEL90HM)2503U)41$]#4R4E M0HM)2503U)41$]#4R4E7-L:6YU>"YP<`HM)2503U)41$]#4R4E7-T96TN<'`*+24E4$]25$1/ M0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O7-C;VYS="YI;F,*+24E4$]2 M5$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O&5L;V%D M+G!P"BTE)5!/4E1$3T-3)25S:&%R92]S7-T96TN<'`*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O M7-U=&EL0HM)2503U)41$]# M4R4E"]#5E,O4F5P;W-I=&]R>0HM)2503U)41$]#4R4E"]-86ME M9FEL92YF<&,*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O"]E>"YO"BTE)5!/4E1$3T-3)25S:&%R92]S"]E>"YP<`HM)2503U)41$]#4R4E"]E>#0S+G!P"BTE)5!/4E1$ M3T-3)25S:&%R92]S"]I,S@V+T-64R]% M;G1R:65S"BTE)5!/4E1$3T-3)25S:&%R92]S"]I,S@V+T-64R]297!O"]I,S@V+T-64R]2;V]T"BTE)5!/4E1$ M3T-3)25S:&%R92]S"]I,S@V+T-64R]4 M86<*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O"]I,S@V+V=P"]I,S@V+V=P M"]I,S@V+W-I9VYA;"YI;F,*+24E4$]25$1/0U,E M)7-H87)E+W-R8R]F<&,M,2XP+C0O"]M-CAK+W!R=#$N87,*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F M<&,M,2XP+C0O"]S>7-L:6YU>"YP<`HM)2503U)41$]#4R4E"]S>7-T>7!E"]T M97-T9&5L"BTE)5!/4E1$3T-3)25S:&%R92]S"]T97-T9&5L+F\*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP M+C0O"]T97-T9BYO"BTE)5!/4E1$3T-3 M)25S:&%R92]S"]T97-T9BYP<`HM)250 M3U)41$]#4R4E0HM)2503U)41$]#4R4E7-U=&EL:"YI;F,*+24E4$]25$1/0U,E M)7-H87)E+W-R8R]F<&,M,2XP+C0O7-U=&EL"YI;7`*+24E4$]25$1/0U,E)7-H M87)E+W-R8R]F<&,M,2XP+C0O7-O2YP87,*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O"]# M5E,O16YT"]#5E,O4F5P;W-I=&]R>0HM)2503U)41$]#4R4E"]#5E,O4F]O=`HM)2503U)41$]#4R4E"]#5E,O5&%G"BTE)5!/4E1$3T-3 M)25S:&%R92]S"]C"]E"]L:6YS;V-K+FEN8PHM)2503U)41$]#4R4E"]L:6YS>7-C82YI;F,*+24E4$]25$1/0U,E M)7-H87)E+W-R8R]F<&,M,2XP+C0O"]P M;W)T"]P"]S;V-K971S+G!P"BTE)5!/4E1$3T-3)25S M:&%R92]S"]S>7-U=&EL"]T:6UE>F]N92YI;F,*+24E4$]25$1/0U,E)7-H87)E+W-R M8R]F<&,M,2XP+C0O0HM)2503U)41$]#4R4E7-U=&EL&T*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O=71I;',O9&%T M83)I;F,N<'`*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O=71I M;',O9&5L<"YP<`HM)2503U)41$]#4R4E'0*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP M+C0O=71I;',O9G!R8W`O8V]M;65N=',N<'`*+24E4$]25$1/0U,E)7-H87)E M+W-R8R]F<&,M,2XP+C0O=71I;',O9G!R8W`O9&5M;RYH"BTE)5!/4E1$3T-3 M)25S:&%R92]S'!R+G!P"BTE)5!/4E1$3T-3)25S:&%R92]S0HM)2503U)41$]#4R4E6QE>"YC;V0*+24E4$]2 M5$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O=71I;',O:#)P87,O>7EP87)S M92YC;V0*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O=71I;',O M;6%K969I;&4N97AM"BTE)5!/4E1$3T-3)25S:&%R92]S0HM M)2503U)41$]#4R4E2]#3U!9 M24Y'"BTE)5!/4E1$3T-3)25S:&%R92]S2]L97AD9F$N<&%S M"BTE)5!/4E1$3T-3)25S:&%R92]S&QI2]L97AO<'0N<&%S"BTE M)5!/4E1$3T-3)25S:&%R92]S')U;&5S+G!A'1A8FQE+G!A0HM)2503U)41$]#4R4E6%C8VUS M9W,N<&%S"BTE)5!/4E1$3T-3)25S:&%R92]S6%C8W!A6%C8W-E;2YP87,*+24E4$]25$1/0U,E)7-H M87)E+W-R8R]F<&,M,2XP+C0O=71I;',O='!L>2]Y86-C=&%B;"YP87,*+24E M4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O=71I;',O='!L>2]Y>6QE M>"YC;V0*+24E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C0O=71I;',O M='!L>2]Y>7!A2]#5E,*+24E4$]25$1/0U,E)4!D:7)R M;2!S:&%R92]S`HM)2503U)41$]#4R4E0&1I'!R"BTE)5!/ M4E1$3T-3)25`9&ERFQI8@HM)2503U)41$]#4R4E0&1I"]#5E,*+24E4$]25$1/0U,E)4!D:7)R;2!S:&%R M92]S7-Q;`HM)2503U)41$]#4R4E0&1I"]#5E,*+24E M4$]25$1/0U,E)4!D:7)R;2!S:&%R92]S`HM M)2503U)41$]#4R4E0&1I`HM)2503U)41$]#4R4E0&1I6EN9PHK6EN9RYD M:@HK6EN9RYF<&,**W-H87)E M+V1O8R]F<&,M,2XP+C8O9G!C+V9A<2YH=&T**W-H87)E+V1O8R]F<&,M,2XP M+C8O9G!C+V9A<2YT>'0**W-H87)E+V1O8R]F<&,M,2XP+C8O9G!C+W)E861M M92YT>'0**W-H87)E+V1O8R]F<&,M,2XP+C8O9G!C+W=H871S;F5W+G1X=`HK M)2503U)41$]#4R4E&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE"]-86ME9FEL90HK)2503U)41$]#4R4E&%M<&QE"]D865M;VXN<'`**R4E4$]25$1/0U,E)7-H87)E+V5X86UP;&5S+V9P8RTQ M+C`N-B]D96UO+VUO9&5X+TUA:V5F:6QE"BLE)5!/4E1$3T-3)25S:&%R92]E M>&%M<&QE"]-86ME9FEL92YF<&,**R4E M4$]25$1/0U,E)7-H87)E+V5X86UP;&5S+V9P8RTQ+C`N-B]D96UO+VUO9&5X M+V9P8VUO9&5X+G1X=`HK)2503U)41$]#4R4E&%M M<&QE2YP87,**R4E4$]25$1/ M0U,E)7-H87)E+V5X86UP;&5S+V9P8RTQ+C`N-B]D96UO+V]S,B]P;61E;6\Q M+F@**R4E4$]25$1/0U,E)7-H87)E+V5X86UP;&5S+V9P8RTQ+C`N-B]D96UO M+V]S,B]P;61E;6\Q+G!P"BLE)5!/4E1$3T-3)25S:&%R92]E>&%M<&QE&%M<&QE'0O:&5L;&\N<'`* M*R4E4$]25$1/0U,E)7-H87)E+V5X86UP;&5S+V9P8RTQ+C`N-B]D96UO+W1E M>'0O;&EN97,N<'`**R4E4$]25$1/0U,E)7-H87)E+V5X86UP;&5S+V9P8RTQ M+C`N-B]D96UO+W1E>'0O;6%G:6,N<'`**R4E4$]25$1/0U,E)7-H87)E+V5X M86UP;&5S+V9P8RTQ+C`N-B]D96UO+W1E>'0O<7-O&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M M<&QE&%M<&QE&%M<&QE&%M<&QE M&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M M<&QE&%M<&QE&%M<&QE M&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M M<&QE&%M<&QE M'1Y<&4N<'`**R4E4$]25$1/0U,E)7-H87)E+V5X86UP;&5S+V9P8RTQ M+C`N-B]F;W)M&%M<&QE&%M<&QE&%M<&QE&%M<&QE'!M"BLE)5!/4E1$3T-3)25S:&%R M92]E>&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE2YP<`HK)2503U)41$]# M4R4E&%M<&QE&%M<&QE&%M M<&QE&%M<&QE&)M"BLE)5!/4E1$3T-3)25S:&%R92]E>&%M<&QE&%M<&QE&%M<&QE&)M M"BLE)5!/4E1$3T-3)25S:&%R92]E>&%M<&QE7!L;W1O=F5R+G!P"BLE)5!/4E1$3T-3)25S:&%R M92]E>&%M<&QE65S;F\N<'`**R4E4$]25$1/ M0U,E)7-H87)E+V5X86UP;&5S+V9P8RTQ+C`N-B]G9&)I;G0O&%M<&QE&%M M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M M<&QE&%M<&QE M&%M<&QE&%M<&QE M&%M<&QEFQI8B]E>&%M M<&QE+G!A&%M M<&QE'!R+W1E&%M<&QE&%M<&QE&%M<&QE&%M<&QE'!O'0N:6YC"BLE)5!/4E1$3T-3)25S:&%R92]S6UD968N M:6YC"BLE)5!/4E1$3T-3)25S:&%R92]S6US>6UH+FEN8PHK)2503U)4 M1$]#4R4E6UT86)L92YP M87,**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O8V]M<&EL97(O M"YP87,**R4E4$]25$1/0U,E)7-H87)E+W-R M8R]F<&,M,2XP+C8O8V]M<&EL97(O=&%R9V5T"YP87,**R4E4$]25$1/0U,E)7-H87)E M+W-R8R]F<&,M,2XP+C8O8V]M<&EL97(O=&%R9V5T7!E&YA7-Q;"]-86ME9FEL92YF<&,**R4E M4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O9F-L+V1B+VUY7-Q;"]M>7-Q;&1B+G!P"BLE)5!/4E1$3T-3)25S:&%R92]S'0N<'`**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O M9F-L+VEN8R]H='1P+G!P"BLE)5!/4E1$3T-3)25S:&%R92]S"]R96%D;64N='AT"BLE)5!/4E1$3T-3)25S:&%R92]S"]T:')E860N:6YC"BLE)5!/4E1$3T-3)25S:&%R92]S'0**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F M<&,M,2XP+C8O9F-L+W-H961I="]D;V-?=&5X="YP<`HK)2503U)41$]#4R4E MBYP<`HK)2503U)41$]#4R4E M&UL9'5M<"YP<`HK)2503U)41$]#4R4E"]A"]A&UL+TUA:V5F:6QE M+F9P8PHK)2503U)41$]#4R4E&UL M+U)%041-10HK)2503U)41$]#4R4E&UL+V1O;2YP<`HK)2503U)41$]#4R4E&UL+VAT;6QD;V,N<'`**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M M,2XP+C8O9F-L+WAM;"]H=&UW&UL+WAH=&UL+G!P"BLE)5!/4E1$3T-3)25S M:&%R92]S&UL8V9G+G!P"BLE)5!/4E1$ M3T-3)25S:&%R92]S&UL&UL+WAM;'-T M&UL+WAM;'=R:71E+G!P"BLE)5!/4E1$3T-3)25S:&%R92]S7,N<&%S"BLE)5!/4E1$3T-3 M)25S:&%R92]S6UB;VPN<&%S"BLE)5!/4E1$3T-3)25S:&%R92]S6YC+TUA:V5F:6QE+F9P8PHK)2503U)41$]#4R4E6YC+VQI8F%S M>6YC+FEN8PHK)2503U)41$]#4R4E6YC+W5N:7@O;&EB87-Y;F,N<'`**R4E4$]25$1/ M0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O8F%S92]M>7-Q;"]- M86ME9FEL90HK)2503U)41$]#4R4E7-Q;"]M>7-Q;"YP<`HK)2503U)41$]#4R4E7-Q;"]M>7-Q;',N M8PHK)2503U)41$]#4R4E7-Q;"]T97-T M9&(N<'`**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G M97,O8F%S92]O&%M<&QE+TUA:V5F:6QE"BLE M)5!/4E1$3T-3)25S:&%R92]S&%M<&QE+W1EFQI8B]-86ME M9FEL92YF<&,**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C M:V%G97,O8F%S92]P87-Z;&EB+V%D;&5R+G!A'0**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G M97,O8F%S92]P87-Z;&EB+V5X86UP;&4N<&%S"BLE)5!/4E1$3T-3)25S:&%R M92]SFQI8B]G>F-R8RYP M87,**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O M8F%S92]P87-Z;&EB+V=Z:6\N<&%S"BLE)5!/4E1$3T-3)25S:&%R92]SFQI8B]I;F9B;&]C:RYP87,* M*R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O8F%S M92]P87-Z;&EB+VEN9F-O9&5S+G!AFEP+G!AFQI8BYP87,* M*R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O8F%S M92]P87-Z;&EB+W)E861M92YT>'0**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F M<&,M,2XP+C8O<&%C:V%G97,O8F%S92]P87-Z;&EB+W1R965S+G!AF)AFQI8B]Z8V]M<')EF1E9FQA=&4N<&%S"BLE)5!/4E1$ M3T-3)25S:&%R92]SFQI M8B]Z:6YF;&%T92YP87,**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP M+C8O<&%C:V%G97,O8F%S92]P87-Z;&EB+WIU;F-O;7!R+G!AG5T:6PN<&%S"BLE)5!/4E1$3T-3)25S:&%R92]S'!R+TUA:V5F:6QE"BLE)5!/4E1$3T-3 M)25S:&%R92]S'!R+W)E9V5X<'(N<'`**R4E4$]25$1/0U,E M)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O8F%S92]R96=E>'!R+W1E M'1R82]B9F0O M36%K969I;&4**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C M:V%G97,O97AT'1R82]B9F0O8F9D+G!A'1R M82]C;65M+TUA:V5F:6QE"BLE)5!/4E1$3T-3)25S:&%R92]S'1R82]F;W)M M'1R82]F;W)M'1Y<&4N<'`* M*R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT M'1R82]F;W)M M'1R82]F;W)M'1R82]F;W)M'1R82]F;W)M'1R82]F;W)M&)M"BLE)5!/4E1$3T-3)25S:&%R92]S'1R82]F;W)M&)M"BLE)5!/4E1$3T-3 M)25S:&%R92]S7!L;W1O=F5R+G!P M"BLE)5!/4E1$3T-3)25S:&%R92]S6YC+FEN8PHK)250 M3U)41$]#4R4E'1R82]F M<&%S>6YC+V9P87-Y;F-H+FEN8PHK)2503U)41$]#4R4E'1R82]F<&%S>6YC+W5N:7@O9G!A'1R82]G9&)M+TUA:V5F:6QE"BLE)5!/4E1$3T-3)25S:&%R92]S'1R82]G9VDO M36%K969I;&4N9G!C"BLE)5!/4E1$3T-3)25S:&%R92]S&UC9&5C;"YP<`HK)2503U)41$]#4R4E'1R82]G=&LO8V]N=B]F:7AG9&LN<'`**R4E4$]25$1/ M0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT'1R82]G=&LO97AA;7!L97,O36%K969I;&4**R4E4$]25$1/0U,E)7-H M87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT'1R82]G=&LO97AA;7!L97,O8VQI'1R82]G=&LO97AA;7!L97,O M;&ES="YP<`HK)2503U)41$]#4R4E'1R82]G=&LO97AA;7!L97,O;F]T96)O;VLN<'`**R4E4$]25$1/ M0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT&%M<&QE'1R82]G=&LO97AA M;7!L97,O=&]O;&)A'1R82]G=&LO97AA;7!L97,O='1T7W1E'1R82]G M=&LO97AA;7!L97,O='5T;W)I86PO='5T-%\S+G!P"BLE)5!/4E1$3T-3)25S M:&%R92]S&%M<&QE M'1R82]G=&LO97AA;7!L97,O='5T;W)I86PO='5T-E\R+G!P M"BLE)5!/4E1$3T-3)25S:&%R92]S'1R82]G=&LO97AA;7!L97,O='5T M;W)I86PO='5T.%\U+G!P"BLE)5!/4E1$3T-3)25S:&%R92]S'1R82]G=&LO9V1K+V=D:VUA:6XN<'`**R4E4$]25$1/ M0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT'1R82]G=&LO9W1K+V=T M:RYP<`HK)2503U)41$]#4R4E'1R82]G=&LO9W1K+V=T:V%C8V5L97)A=&]R+G!P"BLE)5!/4E1$3T-3 M)25S:&%R92]S'1R82]G=&LO9W1K+V=T:V%C8V5L;&%B96PN<'`* M*R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT M'1R82]G=&LO M9W1K+V=T:V)B;W@N<'`**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP M+C8O<&%C:V%G97,O97AT'1R82]G=&LO9W1K+V=T:V)O>"YP<`HK)2503U)4 M1$]#4R4E'1R82]G=&LO M9W1K+V=T:V)U='1O;BYP<`HK)2503U)41$]#4R4E'1R82]G=&LO9W1K+V=T:V-A;&5N9&%R+G!P"BLE M)5!/4E1$3T-3)25S:&%R92]S'1R82]G=&LO9W1K+V=T:V-O;6)O+G!P"BLE)5!/ M4E1$3T-3)25S:&%R92]S'1R82]G=&LO9W1K+V=T:V1A=&$N<'`* M*R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT M'1R82]G=&LO9W1K+V=T:V5D M:71A8FQE+G!P"BLE)5!/4E1$3T-3)25S:&%R92]S'1R82]G=&LO9W1K+V=T:V5V96YT8F]X+G!P"BLE)5!/4E1$ M3T-3)25S:&%R92]S'1R82]G=&LO9W1K+V=T:V=C+G!P"BLE)5!/4E1$3T-3)25S:&%R92]S'1R82]G=&LO9W1K+V=T:VAS97!A'1R82]G=&LO9W1K+V=T:VEN8VQU9&5S+G!P M"BLE)5!/4E1$3T-3)25S:&%R92]S'1R82]G M=&LO9W1K+V=T:VQA>6]U="YP<`HK)2503U)41$]#4R4E'1R82]G=&LO9W1K+V=T:VQI'1R82]G=&LO9W1K+V=T:VUA:6XN<'`* M*R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT M2YP<`HK)2503U)41$]#4R4E'1R82]G=&LO9W1K+V=T:VUE;G5I=&5M+G!P"BLE)5!/4E1$ M3T-3)25S:&%R92]S'1R82]G=&LO9W1K+V=T M:W!I>&UA<"YP<`HK)2503U)41$]#4R4E'1R82]G=&LO9W1K+V=T:W!L=6'1R82]G=&LO M9W1K+V=T:W!R;V=R97-S+G!P"BLE)5!/4E1$3T-3)25S:&%R92]S'1R82]G=&LO9W1K+V=T M:W)A9&EO;65N=6ET96TN<'`**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M M,2XP+C8O<&%C:V%G97,O97AT'1R82]G M=&LO9W1K+V=T:W)C+G!P"BLE)5!/4E1$3T-3)25S:&%R92]S'1R82]G=&LO9W1K+V=T:W-C'1R M82]G=&LO9W1K+V=T:W-C'1R82]G=&LO9W1K+V=T:W-T871U M'1R82]G=&LO9W1K+V=T:W-T>6QE+G!P"BLE)5!/4E1$3T-3)25S M:&%R92]S'1R82]G=&LO9W1K M+V=T:W1O;VQT:7!S+G!P"BLE)5!/4E1$3T-3)25S:&%R92]S'1R82]G=&LO M9W1K+V=T:W1R965I=&5M+G!P"BLE)5!/4E1$3T-3)25S:&%R92]S'1R M82]G=&LO9W1K+V=T:W=I;F1O=RYP<`HK)2503U)41$]#4R4E'1R82]G=&LO9W1K9VPO36%K969I;&4* M*R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT M'1R82]G=&LO9W1K9VPO9W1K9VQA M'1R82]L:6)G9"]G9'1E'1R M82]N8W5R'1R82]N8W5R'1R82]N8W5R'1R82]N8W5R'1R82]N8W5R'1R82]N8W5R'0N9&5F"BLE)5!/4E1$3T-3)25S M:&%R92]S'1R82]O<&5N9VPO8G5I M;&0O9VQ?=S,R9"YT96T**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP M+C8O<&%C:V%G97,O97AT%]W,S)S+G1E;0HK)250 M3U)41$]#4R4E'1R82]O M<&5N9VPO8G5I;&0O9VQE>'0N9&5F"BLE)5!/4E1$3T-3)25S:&%R92]S'1R M82]O<&5N9VPO8G5I;&0O9VQU="YD968**R4E4$]25$1/0U,E)7-H87)E+W-R M8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT%]W,S)S+G1E M;0HK)2503U)41$]#4R4E'1R82]O<&5N9VPO8G5I;&0O;V=L7VQI;G5X+F=E;@HK)2503U)41$]#4R4E M'1R82]O<&5N9VPO8G5I M;&0O;V=L7W&%M<&QE M'1R M82]O<&5N9VPO97AA;7!L97,O9VQU=&1E;6\N<'`**R4E4$]25$1/0U,E)7-H M87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT'1R M82]O<&5N9VPO;&EN=7@O+F-V'1R82]O<&5N9VPO;F5T8G-D+RYC M=G-I9VYO'1R82]O<&5N9VPO=6YI>"]G;"YP M<`HK)2503U)41$]#4R4E'1R82]O<&5N9VPO=6YI>"]G;'4N<'`**R4E4$]25$1/0U,E)7-H87)E+W-R M8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT'1R82]O<&5N9VPO=6YI>"]G;'@N<'`**R4E4$]25$1/0U,E)7-H87)E+W-R M8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT'1R82]O<&5N M9VPO=VEN,S(O9VQU="YP<`HK)2503U)41$]#4R4E'1R82]O<&5N9VPO=VEN,S(O9VQU=%]S;"YP<`HK M)2503U)41$]#4R4E'1R M82]O<&5N9VPO=VEN,S(O9VQX+G!P"BLE)5!/4E1$3T-3)25S:&%R92]S'1R82]S=F=A;&EB+TUA:V5F:6QE+F9P M8PHK)2503U)41$]#4R4E'1R82]S=F=A;&EB+U)%041-10HK)2503U)41$]#4R4E'1R82]S=F=A;&EB+W-V9V%L:6(N<'`**R4E M4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT7-L;V'1R82]S>7-L M;V'1R82]U;F-G:2]T97-T8V=I+G!P"BLE)5!/4E1$3T-3)25S:&%R M92]SFEP+W5N M>FEP9&QL+G!P"BLE)5!/4E1$3T-3)25S:&%R92]S#$Q+TUA:V5F:6QE"BLE)5!/4E1$3T-3)25S M:&%R92]S#$Q+W@N<'`**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M M,2XP+C8O<&%C:V%G97,O97AT#$Q+WAC;7,N<'`**R4E4$]25$1/0U,E M)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O97AT#$Q+WAL:6(N M<'`**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O M97AT#$Q+WAR96YD97(N<'`**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F M<&,M,2XP+C8O<&%C:V%G97,O97AT#$Q+WAR97-O=7)C92YP<`HK)250 M3U)41$]#4R4E'1R82]X M,3$O>'-H;2YP<`HK)2503U)41$]#4R4E'1R82]X,3$O>'5T:6PN<'`**R4E4$]25$1/0U,E)7-H87)E M+W-R8R]F<&,M,2XP+C8O<&%C:V%G97,O97ATFQI8B]-86ME9FEL90HK M)2503U)41$]#4R4E'1R M82]Z;&EB+TUA:V5F:6QE+F9P8PHK)2503U)41$]#4R4E'1R82]Z;&EB+WIL:6(N<'`**R4E4$]25$1/ M0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O&5C+FEN8PHK)2503U)41$]# M4R4E7-A;6EG82YP M87,**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O7-A=&%R:2YP87,**R4E4$]2 M5$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O"YI;F,**R4E4$]25$1/0U,E)7-H87)E M+W-R8R]F<&,M,2XP+C8O&@N:6YC"BLE)5!/4E1$ M3T-3)25S:&%R92]S7-C86QL7-T>7!E'-O8VLN:6YC"BLE M)5!/4E1$3T-3)25S:&%R92]S7-C+FEN8PHK)2503U)41$]#4R4E&-P+G!P"BLE)5!/4E1$3T-3)25S M:&%R92]S&ET,38N86@**R4E4$]25$1/0U,E)7-H87)E+W-R M8R]F<&,M,2XP+C8O&ET,38N87-M"BLE)5!/4E1$3T-3 M)25S:&%R92]S"YP<`HK)2503U)41$]#4R4E"]-86ME9FEL90HK)2503U)41$]#4R4E"]I,S@V+V-P"]I,S@V M+V-P"]I,S@V+V=P"]I,S@V+V=P"]I,S@V+W-I9VYA;"YI;F,**R4E4$]25$1/0U,E)7-H M87)E+W-R8R]F<&,M,2XP+C8O"]M-CAK+V1L;'!R=#`N87,**R4E4$]25$1/0U,E)7-H87)E+W-R M8R]F<&,M,2XP+C8O"]M-CAK+W!R=#`N87,**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP M+C8O"]S>7-C;VYS="YI;F,**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP M+C8O"]S>7-N'-Y7!I;F9O+FEN8PHK)2503U)41$]# M4R4E7,N:6YC"BLE M)5!/4E1$3T-3)25S:&%R92]S7-U=&EL"YP87,**R4E4$]2 M5$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8OF4N<&%S"BLE)5!/4E1$3T-3)25S:&%R92]S7-T7-P86QM+G!P"BLE M)5!/4E1$3T-3)25S:&%R92]S"]O8FII;F,N:6YC"BLE)5!/4E1$3T-3)25S M:&%R92]S"]O&@N=&5M"BLE)5!/4E1$3T-3)25S:&%R92]S"]P;W-I>"YT96T**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP M+C8O'0**R4E4$]25$1/0U,E)7-H87)E+W-R M8R]F<&,M,2XP+C8O&@N:6YC"BLE)5!/4E1$3T-3)25S:&%R92]S"]Q;G@N:6YC"BLE)5!/4E1$3T-3)25S:&%R92]S M&@N:6YC"BLE)5!/4E1$3T-3)25S:&%R92]S"YP<`HK)2503U)41$]#4R4E"]E M"]G"]G"]I;FET M8RYP<`HK)2503U)41$]#4R4E"]I<&,N<'`**R4E4$]25$1/0U,E)7-H87)E+W-R8R]F<&,M,2XP+C8O"]P;W)T"]P"]S;V-K971S+G!P"BLE)5!/4E1$3T-3)25S:&%R92]S"]S>7-U=&EL M"]T97)M:6YF;RYP<`HK)2503U)41$]#4R4E"]T:6UE>F]N92YI;F,**R4E4$]25$1/0U,E)7-H87)E+W-R M8R]F<&,M,2XP+C8O6)O87)D+G!P"BLE)5!/4E1$ M3T-3)25S:&%R92]S7-W:6XS,BYP<`HK)2503U)41$]#4R4E`HK)2503U)41$]#4R4E0&1I M`HK)2503U)41$]# M4R4E0&1I7-L;V<**R4E4$]25$1/0U,E)4!D:7)R;2!S M:&%R92]S`HK M)2503U)41$]#4R4E0&1I'1R82]O<&5N9VP* M*R4E4$]25$1/0U,E)4!D:7)R;2!S:&%R92]S&%M<&QE'1R82]G=&LO8V]N=@HK)2503U)41$]#4R4E0&1I'1R82]G M9VD**R4E4$]25$1/0U,E)4!D:7)R;2!S:&%R92]S`HK)250 M3U)41$]#4R4E0&1I&%M<&QE"BLE)5!/4E1$3T-3)25` M9&ER7-Q;`HK)2503U)41$]#4R4E0&1I6YC"BLE)5!/4E1$3T-3)25`9&ER`HK)2503U)41$]# M4R4E0&1I&UL"BLE)5!/4E1$3T-3)25`9&ER`HK)2503U)41$]# M4R4E0&1I&%M M<&QE&%M<&QE'0O0U93"BTE)5!/4E1$3T-3)25`9&ER&%M<&QE&%M<&QE&%M<&QE&%M<&QEFQI8@HK)2503U)41$]#4R4E0&1I&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE&%M<&QE`HK)250 M3U)41$]#4R4E0&1I&%M<&QE M6%C8PHM0&1IFQI8@HM0&1IFEP"BM`9&ER'!R"BM`9&ER M5!A M=&-H(&1A=&$@9F]L;&]W&QI2`R."`Q,3HS-CHU-B`R,#`S72`C(R,C"B,C(R,@0VAE8VMS ;=6TZ(#4R.3(@,C@U,#8T(#,U,#Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 12:30: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 045EA37B401 for ; Wed, 28 May 2003 12:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3DF843F93 for ; Wed, 28 May 2003 12:30:03 -0700 (PDT) (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 h4SJU3Up016514 for ; Wed, 28 May 2003 12:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SJU3re016509; Wed, 28 May 2003 12:30:03 -0700 (PDT) Resent-Date: Wed, 28 May 2003 12:30:03 -0700 (PDT) Resent-Message-Id: <200305281930.h4SJU3re016509@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, Jim Geovedi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00BE637B401 for ; Wed, 28 May 2003 12:28:06 -0700 (PDT) Received: from develbox.bhc.or.id (develbox.bhc.or.id [202.77.97.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0527E43F93 for ; Wed, 28 May 2003 12:28:04 -0700 (PDT) (envelope-from negative@develbox.bhc.or.id) Received: by develbox.bhc.or.id (Postfix, from userid 1027) id 9611D6DA; Thu, 29 May 2003 02:22:20 +0700 (WIT) Message-Id: <20030528192220.9611D6DA@develbox.bhc.or.id> Date: Thu, 29 May 2003 02:22:20 +0700 (WIT) From: Jim Geovedi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52767: Update: security/xmlsec X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jim Geovedi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 19:30:05 -0000 >Number: 52767 >Category: ports >Synopsis: Update: security/xmlsec >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 May 28 12:30:03 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jim Geovedi >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD develbox.bhc.or.id 4.8-STABLE FreeBSD 4.8-STABLE #1: Thu May 1 09:18:05 WIT 2003 root@develbox.bhc.or.id:/usr/obj/usr/src/sys/BHC i386 >Description: Changes from KATO Tsuguru (thanks!) - Do not install useless .la files - Install .pc file to correct place >How-To-Repeat: >Fix: --- xmlsec.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/xmlsec/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 21 Apr 2003 14:11:24 -0000 1.10 +++ Makefile 28 May 2003 18:56:42 -0000 @@ -8,6 +8,7 @@ PORTNAME= xmlsec PORTVERSION= 0.0.15 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ @@ -17,10 +18,13 @@ MAINTAINER= jim@corebsd.or.id COMMENT= XML Security Library -LIB_DEPENDS= xslt:${PORTSDIR}/textproc/libxslt +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +BUILD_DEPENDS= ${RUN_DEPENDS} USE_OPENSSL= yes +USE_GNOME= gnomehack libxslt USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes MAN1= xmlsec.1 xmlsec-config.1 @@ -28,7 +32,8 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @cp -R ${WRKSRC}/docs/* ${DOCSDIR} + @${TAR} -C ${WRKSRC}/docs -cf - . | ${TAR} -C ${DOCSDIR} -xf - + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/xmlsec/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 18 Apr 2003 05:56:34 -0000 1.5 +++ pkg-plist 28 May 2003 18:26:06 -0000 @@ -23,10 +23,9 @@ include/xmlsec0/xmlsec/xmlsec.h include/xmlsec0/xmlsec/xmltree.h lib/libxmlsec.a -lib/libxmlsec.la lib/libxmlsec.so lib/libxmlsec.so.0 -lib/pkgconfig/xmlsec.pc +libdata/pkgconfig/xmlsec.pc %%PORTDOCS%%share/doc/xmlsec/api/.cvsignore %%PORTDOCS%%share/doc/xmlsec/api/Makefile %%PORTDOCS%%share/doc/xmlsec/api/Makefile.am @@ -318,4 +317,3 @@ %%PORTDOCS%%@dirrm share/doc/xmlsec @dirrm include/xmlsec0/xmlsec @dirrm include/xmlsec0 -@unexec rmdir $D/lib/pkgconfig 2>/dev/null || true Index: files/patch-configure =================================================================== RCS file: files/patch-configure diff -N files/patch-configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-configure 28 May 2003 18:26:06 -0000 @@ -0,0 +1,10 @@ +--- configure.orig Wed Apr 9 12:39:45 2003 ++++ configure Tue May 13 05:26:35 2003 +@@ -8662,6 +8662,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' --- xmlsec.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 12:30: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 6561F37B401 for ; Wed, 28 May 2003 12:30:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7243E43FA3 for ; Wed, 28 May 2003 12:30:06 -0700 (PDT) (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 h4SJU3Up016528 for ; Wed, 28 May 2003 12:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SJU3Jw016527; Wed, 28 May 2003 12:30:03 -0700 (PDT) Resent-Date: Wed, 28 May 2003 12:30:03 -0700 (PDT) Resent-Message-Id: <200305281930.h4SJU3Jw016527@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, "öÎ Àî" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EC0737B401; Wed, 28 May 2003 12:29:41 -0700 (PDT) Received: from hotmail.com (f10.law10.hotmail.com [64.4.15.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E1DB43F85; Wed, 28 May 2003 12:29:40 -0700 (PDT) (envelope-from delphij@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 28 May 2003 12:29:40 -0700 Received: from 61.149.33.98 by lw10fd.law10.hotmail.msn.com with HTTP; Wed, 28 May 2003 19:29:39 GMT Message-Id: Date: Thu, 29 May 2003 03:29:39 +0800 From: "öÎ Àî" To: FreeBSD-gnats-submit@FreeBSD.org cc: security-officer@FreeBSD.org cc: re@FreeBSD.org cc: perky@FreeBSD.org cc: delphij@frontfree.net Subject: ports/52768: [PATCH] SECURITY-UPDATE Apache2 to 2.0.46 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 May 2003 19:30:08 -0000 >Number: 52768 >Category: ports >Synopsis: [PATCH] SECURITY-UPDATE Apache2 to 2.0.46 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 28 12:30:03 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Xin LI >Release: FreeBSD 4.8-STABLE i386 >Organization: Frontfree Technology Network >Environment: System: FreeBSD ftp.cn.netbsd.org 4.8-STABLE FreeBSD 4.8-STABLE #129: Thu May 8 00:48:00 CST 2003 delphij@ftp.cn.netbsd.org:/usr/obj/usr/src/sys/FTP i386 >Description: Apache 2.0 versions 2.0.37 through 2.0.45 can be caused to crash in certain circumstances. This can be triggered remotely through mod_dav and possibly other mechanisms. The crash was originally reported by David Endler and was researched and fixed by Joe Orton . Specific details and an analysis of the crash will be published Friday, May 30. No more specific information is disclosed at this time, but all Apache 2.0 users are encouraged to upgrade now. [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0245] Apache 2.0 versions 2.0.40 through 2.0.45 on Unix platforms were vulnerable to a denial-of-service attack on the basic authentication module, which was reported by John Hughes . A bug in the configuration scripts caused the apr_password_validate() function to be thread-unsafe on platforms with crypt_r(), including AIX and Linux. All versions of Apache 2.0 have this thread-safety problem on platforms with no crypt_r() and no thread-safe crypt(), such as Mac OS X and possibly others. When using a threaded MPM (which is not the default on these platforms), this allows remote attackers to create a denial of service which causes valid usernames and passwords for Basic Authentication to fail until Apache is restarted. We do not believe this bug could allow unauthorized users to gain access to protected resources. [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0189] >How-To-Repeat: >Fix: I believe the current maintainer will fix this issue, but because of this is an emergency security update, I would like this patch to be applied if the maintainer is busy. I have tested this under FreeBSD 4-STABLE and 5-CURRENT. Hope this is helpful and be merged into the 5.1-RELEASE. Thanks. Patch updates the port: diff -ruN apache2.orig/Makefile apache2/Makefile --- apache2.orig/Makefile Thu Apr 17 05:33:58 2003 +++ apache2/Makefile Thu May 29 02:40:53 2003 @@ -6,7 +6,7 @@ # PORTNAME= apache -PORTVERSION= 2.0.45 +PORTVERSION= 2.0.46 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} diff -ruN apache2.orig/distinfo apache2/distinfo --- apache2.orig/distinfo Fri Apr 4 10:36:57 2003 +++ apache2/distinfo Thu May 29 02:41:47 2003 @@ -1,2 +1,2 @@ -MD5 (httpd-2.0.45.tar.gz) = 1f33e9a2e2de06da190230fa72738d75 +MD5 (httpd-2.0.46.tar.gz) = ff682f82f0808eb01df60824d959ebe8 MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 diff -ruN apache2.orig/files/patch-configure apache2/files/patch-configure --- apache2.orig/files/patch-configure Fri Apr 4 10:36:57 2003 +++ apache2/files/patch-configure Thu May 29 03:12:58 2003 @@ -1,5 +1,5 @@ ---- configure.orig Mon Mar 31 16:48:51 2003 -+++ configure Thu Apr 3 21:18:08 2003 +--- configure.orig Thu May 29 03:07:55 2003 ++++ configure Thu May 29 03:12:31 2003 @@ -1513,7 +1513,7 @@ $srcdir/config.layout > $pldconf layout_name=$LAYOUT @@ -9,25 +9,25 @@ for var in prefix exec_prefix bindir sbindir libexecdir mandir \ sysconfdir datadir errordir iconsdir htdocsdir cgidir \ includedir localstatedir runtimedir logfiledir libdir \ -@@ -2613,7 +2613,7 @@ - ac_sub_cache_file="$ac_popdir/$cache_file" ;; - esac +@@ -2627,7 +2627,7 @@ + done -- if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir -+ if eval $SHELL $ac_abs_srcdir/configure -+ $ac_configure_args --cache-file=$ac_sub_cache_file -+ --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix -+ --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir -+ --bindir=$libdir --datadir=$datadir -+ --with-installbuilddir=$installbuilddir + +- if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir ++ if eval $SHELL $ac_abs_srcdir/configure ++ $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir --datadir=$datadir --with-installbuilddir=$installbuilddir then : echo "srclib/apr configured properly" else -@@ -2888,7 +2888,7 @@ - ac_sub_cache_file="$ac_popdir/$cache_file" ;; - esac +@@ -2928,7 +2928,7 @@ + done + -- if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir -+ if eval $SHELL $ac_abs_srcdir/configure -+ $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir +- if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir ++ if eval $SHELL $ac_abs_srcdir/configure ++ $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir then : echo "srclib/apr-util configured properly" else -@@ -15634,6 +15634,9 @@ +@@ -15719,6 +15719,9 @@ cat >>confdefs.h <<_ACEOF #define SERVER_CONFIG_FILE "${rel_sysconfdir}/${progname}.conf" _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 12:40: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 D1C1737B401 for ; Wed, 28 May 2003 12:40:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5EB343F93 for ; Wed, 28 May 2003 12:40:07 -0700 (PDT) (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 h4SJe7Up016808 for ; Wed, 28 May 2003 12:40:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SJe7Rl016807; Wed, 28 May 2003 12:40:07 -0700 (PDT) Resent-Date: Wed, 28 May 2003 12:40:07 -0700 (PDT) Resent-Message-Id: <200305281940.h4SJe7Rl016807@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, Jim Geovedi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAAF537B401 for ; Wed, 28 May 2003 12:32:54 -0700 (PDT) Received: from develbox.bhc.or.id (develbox.bhc.or.id [202.77.97.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1364943F75 for ; Wed, 28 May 2003 12:32:52 -0700 (PDT) (envelope-from negative@develbox.bhc.or.id) Received: by develbox.bhc.or.id (Postfix, from userid 1027) id 021836DA; Thu, 29 May 2003 02:27:13 +0700 (WIT) Message-Id: <20030528192713.021836DA@develbox.bhc.or.id> Date: Thu, 29 May 2003 02:27:13 +0700 (WIT) From: Jim Geovedi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52769: Update: security/xmlsec1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jim Geovedi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 19:40:09 -0000 >Number: 52769 >Category: ports >Synopsis: Update: security/xmlsec1 >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 May 28 12:40:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jim Geovedi >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD develbox.bhc.or.id 4.8-STABLE FreeBSD 4.8-STABLE #1: Thu May 1 09:18:05 WIT 2003 root@develbox.bhc.or.id:/usr/obj/usr/src/sys/BHC i386 >Description: Changes/update for myself - Bring GNUTLS as optional flavor Changes/update from KATO Tsuguru (thanks!) - Do not install useless .la file - Install .pc file to correct place >How-To-Repeat: >Fix: --- xmlsec1.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/xmlsec1/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 6 May 2003 03:10:46 -0000 1.1 +++ Makefile 28 May 2003 19:03:09 -0000 @@ -7,6 +7,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ @@ -16,24 +17,41 @@ MAINTAINER= jim@corebsd.or.id COMMENT= XML Security Library -LIB_DEPENDS= xslt:${PORTSDIR}/textproc/libxslt \ - gnutls.8:${PORTSDIR}/security/gnutls +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +BUILD_DEPENDS= ${RUN_DEPENDS} -USE_LIBTOOL= yes USE_OPENSSL= yes +USE_GNOME= gnomehack libxslt USE_REINPLACE= yes +USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes - -CONFIGURE_TARGET= -build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+= --with-gnutls="${LOCALBASE}" MAN1= xmlsec1.1 xmlsec1-config.1 -post-configure: -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e "s:src apps man docs:src apps man:g" \ - ${WRKSRC}/Makefile +.if defined(WITH_GNUTLS) +CONFIGURE_ARGS+= --with-gnutls="${LOCALBASE}" +LIB_DEPENDS+= gnutls.8:${PORTSDIR}/security/gnutls +PLIST_SUB+= GNUTLS="" +.else +CONFIGURE_ARGS+= --without-gnutls +PLIST_SUB+= GNUTLS="@comment " +.endif + +.if !defined(NOPORTDOCS) +MAKE_ENV= DOCS=docs .endif + +pre-everything:: + @${ECHO} "" + @${ECHO} "You may use the following build options:" + @${ECHO} "" + @${ECHO} " WITH_GNUTLS=yes Enable GNUTLS support" + @${ECHO} "" + +post-patch: + @${REINPLACE_CMD} -e 's|src apps man docs|src apps man \$${DOCS}|g ; \ + s|^confexecdir =.*$$|confexecdir = \$$(sysconfdir)|g' \ + ${WRKSRC}/Makefile.in .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/xmlsec1/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 6 May 2003 03:10:46 -0000 1.1 +++ pkg-plist 28 May 2003 19:00:10 -0000 @@ -1,13 +1,14 @@ bin/xmlsec1 bin/xmlsec1-config +etc/xmlsec1Conf.sh include/xmlsec1/xmlsec/base64.h include/xmlsec1/xmlsec/buffer.h include/xmlsec1/xmlsec/crypto.h include/xmlsec1/xmlsec/errors.h include/xmlsec1/xmlsec/exports.h -include/xmlsec1/xmlsec/gnutls/app.h -include/xmlsec1/xmlsec/gnutls/crypto.h -include/xmlsec1/xmlsec/gnutls/symbols.h +%%GNUTLS%%include/xmlsec1/xmlsec/gnutls/app.h +%%GNUTLS%%include/xmlsec1/xmlsec/gnutls/crypto.h +%%GNUTLS%%include/xmlsec1/xmlsec/gnutls/symbols.h include/xmlsec1/xmlsec/io.h include/xmlsec1/xmlsec/keyinfo.h include/xmlsec1/xmlsec/keys.h @@ -31,20 +32,16 @@ include/xmlsec1/xmlsec/xmlenc.h include/xmlsec1/xmlsec/xmlsec.h include/xmlsec1/xmlsec/xmltree.h -lib/libxmlsec1-gnutls.a -lib/libxmlsec1-gnutls.la -lib/libxmlsec1-gnutls.so -lib/libxmlsec1-gnutls.so.1 +%%GNUTLS%%lib/libxmlsec1-gnutls.a +%%GNUTLS%%lib/libxmlsec1-gnutls.so +%%GNUTLS%%lib/libxmlsec1-gnutls.so.1 lib/libxmlsec1-openssl.a -lib/libxmlsec1-openssl.la lib/libxmlsec1-openssl.so lib/libxmlsec1-openssl.so.1 lib/libxmlsec1.a -lib/libxmlsec1.la lib/libxmlsec1.so lib/libxmlsec1.so.1 -lib/pkgconfig/xmlsec1.pc -lib/xmlsec1Conf.sh +libdata/pkgconfig/xmlsec1.pc %%PORTDOCS%%share/doc/xmlsec1/api/chapters/compiling-and-linking.sgml %%PORTDOCS%%share/doc/xmlsec1/api/chapters/creating-templates.sgml %%PORTDOCS%%share/doc/xmlsec1/api/chapters/examples.sgml @@ -184,7 +181,6 @@ %%PORTDOCS%%@dirrm share/doc/xmlsec1/api %%PORTDOCS%%@dirrm share/doc/xmlsec1 @dirrm include/xmlsec1/xmlsec/openssl -@dirrm include/xmlsec1/xmlsec/gnutls +%%GNUTLS%%@dirrm include/xmlsec1/xmlsec/gnutls @dirrm include/xmlsec1/xmlsec @dirrm include/xmlsec1 -@unexec rmdir $D/lib/pkgconfig 2>/dev/null || true Index: files/patch-configure =================================================================== RCS file: files/patch-configure diff -N files/patch-configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-configure 28 May 2003 18:37:44 -0000 @@ -0,0 +1,10 @@ +--- configure.orig Tue Apr 29 13:32:15 2003 ++++ configure Tue May 13 05:20:21 2003 +@@ -7873,6 +7873,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' --- xmlsec1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 14:30: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 B119237B401 for ; Wed, 28 May 2003 14:30:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B679D43F85 for ; Wed, 28 May 2003 14:30:05 -0700 (PDT) (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 h4SLU5Up027906 for ; Wed, 28 May 2003 14:30:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SLU59p027905; Wed, 28 May 2003 14:30:05 -0700 (PDT) Resent-Date: Wed, 28 May 2003 14:30:05 -0700 (PDT) Resent-Message-Id: <200305282130.h4SLU59p027905@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, Lefteris Chatzibarbas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E98A37B401 for ; Wed, 28 May 2003 14:27:47 -0700 (PDT) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1749C43FB1 for ; Wed, 28 May 2003 14:27:46 -0700 (PDT) (envelope-from lefcha@hellug.gr) Received: from igloo.linux.gr (IDENT:1031@localhost [127.0.0.1]) h4SLRhwH016853 for ; Thu, 29 May 2003 00:27:43 +0300 Received: (from lefcha@localhost) by igloo.linux.gr (8.12.6/8.12.6/Debian-7) id h4SLRhLY016850 for FreeBSD-gnats-submit@freebsd.org; Thu, 29 May 2003 00:27:43 +0300 Message-Id: <20030528212743.GA16805@igloo.linux.gr> Date: Thu, 29 May 2003 00:27:43 +0300 From: Lefteris Chatzibarbas To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52770: Update port: mail/imapfilter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lefteris Chatzibarbas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 21:30:07 -0000 >Number: 52770 >Category: ports >Synopsis: Update port: mail/imapfilter >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 May 28 14:30:05 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Lefteris Chatzibarbas >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD bsd 5.1-BETA FreeBSD 5.1-BETA #0: Sun May 25 03:36:48 EEST 2003 root@bsd:/usr/obj/usr/src/sys/CUSTOM i386 >Description: Port mail/imapfilter update to version 0.8.9. >How-To-Repeat: >Fix: --- patch-0.8.9 begins here --- diff -ruN imapfilter.old/Makefile imapfilter/Makefile --- imapfilter.old/Makefile Thu May 29 00:02:58 2003 +++ imapfilter/Makefile Thu May 29 00:03:31 2003 @@ -6,7 +6,7 @@ # PORTNAME= imapfilter -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.9 CATEGORIES= mail MASTER_SITES= http://imapfilter.hellug.gr/source/ diff -ruN imapfilter.old/distinfo imapfilter/distinfo --- imapfilter.old/distinfo Thu May 29 00:02:58 2003 +++ imapfilter/distinfo Thu May 29 00:05:50 2003 @@ -1 +1 @@ -MD5 (imapfilter-0.8.7.tar.bz2) = 9fb6c633609fd1c4447c31bffb5dcfd9 +MD5 (imapfilter-0.8.9.tar.bz2) = ab7104e7184725e1df18393d2a4980ea --- patch-0.8.9 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 14:37: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 1BC6437B401; Wed, 28 May 2003 14:37:49 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F2FD43F3F; Wed, 28 May 2003 14:37:48 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.9/8.12.3) with ESMTP id h4SLbiHp004117; Wed, 28 May 2003 14:37:44 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.9/8.12.3/Submit) id h4SLbiA3004116; Wed, 28 May 2003 14:37:44 -0700 Date: Wed, 28 May 2003 14:37:44 -0700 From: Brooks Davis To: Brooks Davis Message-ID: <20030528213744.GB1402@Odin.AC.HMC.Edu> References: <200305272203.h4RM3tQ6069485@minya.sea.one-eyed-alien.net> <200305272210.h4RMAC9R081236@freefall.freebsd.org> <20030528001359.GA24542@Odin.AC.HMC.Edu> <20030528040414.GA3633@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030528040414.GA3633@Odin.AC.HMC.Edu> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: freebsd-ports-bugs@FreeBSD.org cc: FreeBSD-gnats-submit@FreeBSD.org cc: Brooks Davis Subject: Re: ports/52736: Update port: sysutils/ganglia-monitor-core X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 May 2003 21:37:49 -0000 On Tue, May 27, 2003 at 09:04:14PM -0700, Brooks Davis wrote: > Arg. This submission is from the wrong copy of my files. It only works > on 5.x machines. I'll re-roll and test on an appropriate set of > machines tomarrow. Here's a working copy. It resolves the plist problem in the first shar archive and eliminates the debugging output I was mistaking for a error last night. This one should be good to go. -- Brooks # 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: # # ganglia-monitor-core/ # ganglia-monitor-core/Makefile # ganglia-monitor-core/pkg-descr # ganglia-monitor-core/pkg-install # ganglia-monitor-core/pkg-plist # ganglia-monitor-core/files # ganglia-monitor-core/files/gmetad.sh.sample # ganglia-monitor-core/files/gmond.sh.sample # ganglia-monitor-core/files/patch-gmetad_gmetad.c # ganglia-monitor-core/files/patch-gmetad_gmetad.conf # ganglia-monitor-core/files/patch-gmond_gmond.conf # ganglia-monitor-core/files/patch-lib_gmond__config.c # ganglia-monitor-core/files/patch-gmond_machines_freebsd.c # ganglia-monitor-core/files/patch-gmond_gmond.c # ganglia-monitor-core/files/patch-lib_Makefile.in # ganglia-monitor-core/distinfo # echo c - ganglia-monitor-core/ mkdir -p ganglia-monitor-core/ > /dev/null 2>&1 echo x - ganglia-monitor-core/Makefile sed 's/^X//' >ganglia-monitor-core/Makefile << 'END-of-ganglia-monitor-core/Makefile' X# Ports collection makefile for: ganglia-monitor-core X# Date created: Wed Jan 23, 2003 X# Whom: Brooks Davis X# X# $FreeBSD: ports/sysutils/ganglia-monitor-core/Makefile,v 1.1 2003/03/02 00:24:16 kris Exp $ X# X XPORTNAME= ganglia-monitor-core XPORTVERSION= 2.5.3 XCATEGORIES= sysutils net parallel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ganglia X.if defined (WITHOUT_GMETAD) XPKGNAMESUFFIX= -nogmetad X.endif X XMAINTAINER= brooks@FreeBSD.org XCOMMENT= "Ganglia cluster monitor, monitoring daemon" X X.if !defined (WITHOUT_GMETAD) XLIB_DEPENDS= rrd.0:${PORTSDIR}/net/rrdtool X.endif X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" XCONFIGURE_ARGS+= --includedir=${PREFIX}/include/ganglia X.if !defined (WITHOUT_GMETAD) XCONFIGURE_ARGS+= --with-gmetad X.endif XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes X.if defined (WITHOUT_GMETAD) XPLIST_SUB+= GMETAD="@comment " X.else XPLIST_SUB+= GMETAD= X.endif XUSE_REINPLACE= yes X XMAN1= gmetric.1 gmond.1 gstat.1 X.if !defined (WITHOUT_GMETAD) XMAN1+= gmetad.1 X.endif X XCONF_DIR= ${PREFIX}/etc XRC_DIR= ${PREFIX}/etc/rc.d X XFIX_CONF_FILES= ${WRKSRC}/lib/ganglia/gmond_config.h \ X ${WRKSRC}/mans/gmetad.1 \ X ${WRKSRC}/mans/gmond.1 \ X ${WRKSRC}/gmetad/cmdline.c \ X ${WRKSRC}/gmetad/cmdline.h \ X ${WRKSRC}/gmond/cmdline.c \ X ${WRKSRC}/gmond/cmdline.h XFIX_DB_FILES= ${WRKSRC}/gmetad/gmetad.c \ X ${WRKSRC}/gmetad/gmetad.conf X Xpost-patch: X ${REINPLACE_CMD} -e "s|/etc/\(gm[a-z]*d.conf\)|${CONF_DIR}/\1|g" \ X ${FIX_CONF_FILES} X ${REINPLACE_CMD} -e "s|/var/lib/ganglia|/var/db/ganglia|g" \ X ${FIX_DB_FILES} X X# Post-install X# X Xpost-install: install-man install-sample-files install-startup-files X ${SH} pkg-install ${PKGNAME} POST-INSTALL X Xinstall-man: X ${INSTALL_MAN} ${WRKSRC}/mans/gmetric.1 ${MANPREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/mans/gmond.1 ${MANPREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/mans/gstat.1 ${MANPREFIX}/man/man1 X.if !defined (WITHOUT_GMETAD) X ${INSTALL_MAN} ${WRKSRC}/mans/gmetad.1 ${MANPREFIX}/man/man1 X.endif X Xinstall-sample-files: X ${INSTALL_DATA} ${WRKSRC}/gmond/gmond.conf \ X ${CONF_DIR}/gmond.conf.sample X.if !defined (WITHOUT_GMETAD) X ${INSTALL_DATA} ${WRKSRC}/gmetad/gmetad.conf \ X ${CONF_DIR}/gmetad.conf.sample X.endif X Xinstall-startup-files: X ${INSTALL_SCRIPT} ${FILESDIR}/gmond.sh.sample ${RC_DIR} X.if !defined (WITHOUT_GMETAD) X ${INSTALL_SCRIPT} ${FILESDIR}/gmetad.sh.sample ${RC_DIR} X.endif X X.include END-of-ganglia-monitor-core/Makefile echo x - ganglia-monitor-core/pkg-descr sed 's/^X//' >ganglia-monitor-core/pkg-descr << 'END-of-ganglia-monitor-core/pkg-descr' XGanglia provides a complete real-time monitoring and execution Xenvironment that is in use by hundreds of universities, private and Xgovernment laboratories and commercial cluster implementors around the Xworld. Whether you want to monitor hundreds of computers in real-time Xacross a university campus or around the world, ganglia is for you. X XWWW: http://ganglia.sourceforge.net/ X X-- Brooks Davis END-of-ganglia-monitor-core/pkg-descr echo x - ganglia-monitor-core/pkg-install sed 's/^X//' >ganglia-monitor-core/pkg-install << 'END-of-ganglia-monitor-core/pkg-install' X#!/bin/sh X Xu=ganglia Xg=ganglia Xugid=97 Xhomedir=/nonexistent Xshell=/sbin/nologin Xrrd_rootdir=/var/db/ganglia/rrds X Xcase $2 in XPOST-INSTALL) X if pw group show "${g}" >/dev/null 2>&1; then X echo "Using existing group \"${g}\"." X else X echo "Creating group \"${g}\", (gid: ${ugid})." X pw groupadd ${g} -g ${ugid} X if [ $? != 0 ]; then X echo "Failed to add group \"${g}\"." X exit 1 X fi X fi X if pw user show "${u}" >/dev/null 2>&1; then X echo "Using existing user \"${u}\"." X else X echo "Creating user \"${u}\", (uid: ${ugid})." X pw useradd ${u} -u ${ugid} -g ${ugid} -h - \ X -d ${homedir} -s ${shell} -c "Ganglia User" X if [ $? != 0 ]; then X echo "Failed to add user \"${u}\"." X exit 1 X fi X fi X X mkdir -p ${rrd_rootdir} X chown -R ${u}:${g} ${rrd_rootdir} X ;; Xesac END-of-ganglia-monitor-core/pkg-install echo x - ganglia-monitor-core/pkg-plist sed 's/^X//' >ganglia-monitor-core/pkg-plist << 'END-of-ganglia-monitor-core/pkg-plist' Xbin/gstat Xbin/gmetric Xetc/gmond.conf.sample X%%GMETAD%%etc/gmetad.conf.sample Xetc/rc.d/gmond.sh.sample X%%GMETAD%%etc/rc.d/gmetad.sh.sample Xinclude/ganglia/ganglia.h Xinclude/ganglia/ascii.h Xinclude/ganglia/asciitab.h Xinclude/ganglia/daemon_inetd.h Xinclude/ganglia/daemon_init.h Xinclude/ganglia/debug_msg.h Xinclude/ganglia/error.h Xinclude/ganglia/file.h Xinclude/ganglia/hash.h Xinclude/ganglia/iasciitab.h Xinclude/ganglia/latin1tab.h Xinclude/ganglia/llist.h Xinclude/ganglia/my_inet_ntop.h Xinclude/ganglia/nametab.h Xinclude/ganglia/net.h Xinclude/ganglia/rdwr.h Xinclude/ganglia/utf8tab.h Xinclude/ganglia/xmldef.h Xinclude/ganglia/xmlparse.h Xinclude/ganglia/xmlrole.h Xinclude/ganglia/xmltok.h Xinclude/ganglia/xmltok_impl.h Xinclude/ganglia/gexec_funcs.h Xinclude/ganglia/fsusage.h Xinclude/ganglia/gexec_process.h Xinclude/ganglia/gmond_config.h Xlib/libganglia.so.2 Xlib/libganglia.so Xlib/libganglia.la Xlib/libganglia.a X%%GMETAD%%sbin/gmetad Xsbin/gmond X@dirrm include/ganglia X@unexec rmdir /var/db/ganglia/rrds /var/db/ganglia 2>/dev/null || true END-of-ganglia-monitor-core/pkg-plist echo c - ganglia-monitor-core/files mkdir -p ganglia-monitor-core/files > /dev/null 2>&1 echo x - ganglia-monitor-core/files/gmetad.sh.sample sed 's/^X//' >ganglia-monitor-core/files/gmetad.sh.sample << 'END-of-ganglia-monitor-core/files/gmetad.sh.sample' X#!/bin/sh X# X# $FreeBSD: ports/sysutils/ganglia-monitor-core/files/gmetad.sh.sample,v 1.1 2003/03/02 00:24:16 kris Exp $ X# X# Start or stop gmetad. X# X Xrc_file=${0##*/} Xrc_arg=$1 X Xif ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/${rc_file}\$"); then X echo "${rc_file}: Cannot determine PREFIX." >&2 X echo "Please use the complete pathname." >&2 X exit 64 Xfi X Xprogram_dir=${PREFIX}/sbin Xprogram_file=gmetad Xprogram_path=${program_dir}/${program_file} X Xconfig_dir=${PREFIX}/etc Xconfig_file=${program_file}.conf Xconfig_path=${config_dir}/${config_file} X Xsyslog_facility=daemon.err X Xcase "$rc_arg" in Xstart) X if [ ! -x ${program_path} ]; then X logger -sp ${syslog_facility} -t ${program_file} \ X "unable to start: ${program_path} is missing." X exit 72 X fi X if [ ! -f ${config_path} ]; then X logger -sp ${syslog_facility} -t ${program_file} \ X "unable to start: ${config_path} is missing." X exit 72 X fi X ${program_path} && echo -n " ${program_file}" X ;; Xstop) X killall ${program_file} 2> /dev/null X ;; Xrestart) X $0 stop X $0 start X ;; Xstatus) X ps -auxww | egrep ${program_file} | egrep -v "($0|egrep)" X ;; X*) X echo "usage: ${rc_file} {start|stop|restart|status}" >&2 X exit 64 X ;; Xesac X Xexit 0 END-of-ganglia-monitor-core/files/gmetad.sh.sample echo x - ganglia-monitor-core/files/gmond.sh.sample sed 's/^X//' >ganglia-monitor-core/files/gmond.sh.sample << 'END-of-ganglia-monitor-core/files/gmond.sh.sample' X#!/bin/sh X# X# $FreeBSD: ports/sysutils/ganglia-monitor-core/files/gmond.sh.sample,v 1.1 2003/03/02 00:24:16 kris Exp $ X# X# Start or stop gmond. X# X Xrc_file=${0##*/} Xrc_arg=$1 X Xif ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/${rc_file}\$"); then X echo "${rc_file}: Cannot determine PREFIX." >&2 X echo "Please use the complete pathname." >&2 X exit 64 Xfi X Xprogram_dir=${PREFIX}/sbin Xprogram_file=gmond Xprogram_path=${program_dir}/${program_file} X Xconfig_dir=${PREFIX}/etc Xconfig_file=${program_file}.conf Xconfig_path=${config_dir}/${config_file} X Xsyslog_facility=daemon.err X Xcase "$rc_arg" in Xstart) X if [ ! -x ${program_path} ]; then X logger -sp ${syslog_facility} -t ${program_file} \ X "unable to start: ${program_path} is missing." X exit 72 X fi X if [ ! -f ${config_path} ]; then X logger -sp ${syslog_facility} -t ${program_file} \ X "unable to start: ${config_path} is missing." X exit 72 X fi X ${program_path} && echo -n " ${program_file}" X ;; Xstop) X killall ${program_file} 2> /dev/null X ;; Xrestart) X $0 stop X $0 start X ;; Xstatus) X ps -auxww | egrep ${program_file} | egrep -v "($0|egrep)" X ;; X*) X echo "usage: ${rc_file} {start|stop|restart|status}" >&2 X exit 64 X ;; Xesac X Xexit 0 END-of-ganglia-monitor-core/files/gmond.sh.sample echo x - ganglia-monitor-core/files/patch-gmetad_gmetad.c sed 's/^X//' >ganglia-monitor-core/files/patch-gmetad_gmetad.c << 'END-of-ganglia-monitor-core/files/patch-gmetad_gmetad.c' X X$FreeBSD: ports/sysutils/ganglia-monitor-core/files/patch-gmetad_gmetad.c,v 1.1 2003/03/02 00:24:16 kris Exp $ X X--- gmetad/gmetad.c.orig Mon Dec 9 14:43:23 2002 X+++ gmetad/gmetad.c Fri Feb 21 11:52:24 2003 X@@ -40,7 +40,7 @@ X pthread_mutex_t server_socket_mutex = PTHREAD_MUTEX_INITIALIZER; X int server_threads = 2; X char *rrd_rootdir = "/var/lib/ganglia/rrds"; X-char *setuid_username = "nobody"; X+char *setuid_username = "ganglia"; X int should_setuid = 1; X unsigned int source_index = 0; X END-of-ganglia-monitor-core/files/patch-gmetad_gmetad.c echo x - ganglia-monitor-core/files/patch-gmetad_gmetad.conf sed 's/^X//' >ganglia-monitor-core/files/patch-gmetad_gmetad.conf << 'END-of-ganglia-monitor-core/files/patch-gmetad_gmetad.conf' X X$FreeBSD: ports/sysutils/ganglia-monitor-core/files/patch-gmetad_gmetad.conf,v 1.1 2003/03/02 00:24:16 kris Exp $ X X--- gmetad/gmetad.conf.orig Wed Jan 29 10:17:02 2003 X+++ gmetad/gmetad.conf Fri Feb 21 11:52:58 2003 X@@ -55,9 +55,9 @@ X # default: on X # setuid off X # X-# User gmetad will setuid to (defaults to "nobody") X-# default: "nobody" X-# setuid_username "nobody" X+# User gmetad will setuid to (defaults to "ganglia") X+# default: "ganglia" X+# setuid_username "ganglia" X # X # The port gmetad will answer requests for XML X # default: 8651 END-of-ganglia-monitor-core/files/patch-gmetad_gmetad.conf echo x - ganglia-monitor-core/files/patch-gmond_gmond.conf sed 's/^X//' >ganglia-monitor-core/files/patch-gmond_gmond.conf << 'END-of-ganglia-monitor-core/files/patch-gmond_gmond.conf' X X$FreeBSD: ports/sysutils/ganglia-monitor-core/files/patch-gmond_gmond.conf,v 1.1 2003/03/02 00:24:16 kris Exp $ X X--- gmond/gmond.conf.orig Thu Feb 20 14:34:00 2003 X+++ gmond/gmond.conf Thu Feb 20 14:35:09 2003 X@@ -99,8 +99,8 @@ X # no_setuid on X # X # Which user should gmond run as? X-# default: nobody X-# setuid nobody X+# default: ganglia X+# setuid ganglia X # X # If you do not want this host to appear in the gexec host list, set X # this value to "on" END-of-ganglia-monitor-core/files/patch-gmond_gmond.conf echo x - ganglia-monitor-core/files/patch-lib_gmond__config.c sed 's/^X//' >ganglia-monitor-core/files/patch-lib_gmond__config.c << 'END-of-ganglia-monitor-core/files/patch-lib_gmond__config.c' X X$FreeBSD: ports/sysutils/ganglia-monitor-core/files/patch-lib_gmond__config.c,v 1.1 2003/03/02 00:24:16 kris Exp $ X X--- lib/gmond_config.c.orig Thu Feb 20 14:32:29 2003 X+++ lib/gmond_config.c Thu Feb 20 14:32:39 2003 X@@ -224,7 +224,7 @@ X config->deaf = 0; X config->debug_level = 0; X config->no_setuid = 0; X- config->setuid = conf_strdup("nobody"); X+ config->setuid = conf_strdup("ganglia"); X config->no_gexec = 0; X config->all_trusted = 0; X END-of-ganglia-monitor-core/files/patch-lib_gmond__config.c echo x - ganglia-monitor-core/files/patch-gmond_machines_freebsd.c sed 's/^X//' >ganglia-monitor-core/files/patch-gmond_machines_freebsd.c << 'END-of-ganglia-monitor-core/files/patch-gmond_machines_freebsd.c' X X$FreeBSD$ X X--- gmond/machines/freebsd.c.orig Thu Aug 15 10:17:25 2002 X+++ gmond/machines/freebsd.c Wed May 28 12:51:18 2003 X@@ -10,11 +10,36 @@ X #include X #include X #include X+#if __FreeBSD_version < 500101 X #include X+#else X+#include X+#endif X+#include X+#include X #include X #include "ganglia.h" X #include "metric_typedefs.h" X X+#define MIB_SWAPINFO_SIZE 3 X+ X+#ifndef XSWDEV_VERSION X+#define XSWDEV_VERSION 1 X+struct xswdev { X+ u_int xsw_version; X+ udev_t xsw_dev; X+ int xsw_flags; X+ int xsw_nblks; X+ int xsw_used; X+}; X+#endif X+ X+static int use_vm_swap_info = 0; X+static int mibswap[MIB_SWAPINFO_SIZE]; X+static size_t mibswap_size; X+static kvm_t *kd = NULL; X+static int pagesize; X+ X /* Function prototypes */ X long percentages(int cnt, int *out, register long *new, X register long *old, long *diffs); X@@ -27,6 +52,19 @@ X metric_init(void) X { X g_val_t val; X+ X+ /* X+ * Try to use the vm.swap_info sysctl to gather swap data. If it X+ * isn't implemented, fall back to trying to old kvm based interface. X+ */ X+ mibswap_size = MIB_SWAPINFO_SIZE; X+ if (sysctlnametomib("vm.swap_info", mibswap, &mibswap_size) == -1) { X+ kd = kvm_open(NULL, NULL, NULL, O_RDONLY, "metric_init()"); X+ } else { X+ use_vm_swap_info = 1; X+ } X+ pagesize = getpagesize(); X+ X val.int32 = SYNAPSE_SUCCESS; X return val; X } X@@ -81,21 +119,33 @@ X swap_total_func ( void ) X { X g_val_t val; X- X struct kvm_swap swap[1]; X- kvm_t *kd; X+ struct xswdev xsw; X+ size_t mibsize, size; X int totswap, n; X X- kd = kvm_open(NULL, NULL, NULL, O_RDONLY, "kvm_open"); X- n = kvm_getswapinfo(kd, swap, 1, 0); X- if (n < 0 || swap[0].ksw_total == 0) { X- val.uint32 = 0; X+ val.uint32 = 0; X+ totswap = 0; X+ X+ if (use_vm_swap_info) { X+ for (n = 0; ; ++n) { X+ mibswap[mibswap_size] = n; X+ size = sizeof(xsw); X+ if (sysctl(mibswap, mibswap_size + 1, &xsw, &size, NULL, NULL) == -1) X+ break; X+ if (xsw.xsw_version != XSWDEV_VERSION) X+ return val; X+ totswap += xsw.xsw_nblks; X+ } X+ } else if(kd != NULL) { X+ n = kvm_getswapinfo(kd, swap, 1, 0); X+ if (n < 0 || swap[0].ksw_total == 0) { X+ val.uint32 = 0; X+ } X+ totswap = swap[0].ksw_total; X } X- totswap = swap[0].ksw_total; X- totswap *= getpagesize() / 1024; X- val.uint32 = totswap; X- kvm_close(kd); X X+ val.uint32 = totswap * (pagesize / 1024); X return val; X } X X@@ -330,9 +380,8 @@ X len = sizeof (free_pages); X if((sysctlbyname("vm.stats.vm.v_free_count", &free_pages, &len, NULL, 0) X == -1) || !len) free_pages = 0; X- free_pages *= getpagesize() / 1024; X X- val.uint32 = free_pages; X+ val.uint32 = free_pages * (pagesize / 1024); X return val; X } X X@@ -373,9 +422,7 @@ X || !len) X cache = 0; X X- cache *= getpagesize() / 1024; X- X- val.uint32 = cache; X+ val.uint32 = cache * (pagesize / 1024); X return val; X } X X@@ -383,23 +430,35 @@ X swap_free_func ( void ) X { X g_val_t val; X+ X struct kvm_swap swap[1]; X- kvm_t *kd; X+ struct xswdev xsw; X+ size_t size; X int totswap, usedswap, freeswap, n; X X- kd = kvm_open(NULL, NULL, NULL, O_RDONLY, "kvm_open"); X- n = kvm_getswapinfo(kd, swap, 1, 0); X- if (n < 0 || swap[0].ksw_total == 0) { X- val.uint32 = 0; X- } X- totswap = swap[0].ksw_total; X- usedswap = swap[0].ksw_used; X- kvm_close(kd); X+ val.uint32 = 0; X+ totswap = 0; X+ usedswap = 0; X X- freeswap = totswap-usedswap; X- freeswap *= getpagesize() / 1024; X+ if (use_vm_swap_info) { X+ for (n = 0; ; ++n) { X+ mibswap[mibswap_size] = n; X+ size = sizeof(xsw); X+ if (sysctl(mibswap, mibswap_size + 1, &xsw, &size, NULL, NULL) == -1) X+ break; X+ if (xsw.xsw_version != XSWDEV_VERSION) X+ return val; X+ totswap += xsw.xsw_nblks; X+ usedswap += xsw.xsw_used; X+ } X+ } else if(kd != NULL) { X+ n = kvm_getswapinfo(kd, swap, 1, 0); X+ totswap = swap[0].ksw_total; X+ usedswap = swap[0].ksw_used; X+ } X+ freeswap = totswap - usedswap; X X- val.uint32 = freeswap; X+ val.uint32 = freeswap * (pagesize / 1024); X return val; X } X END-of-ganglia-monitor-core/files/patch-gmond_machines_freebsd.c echo x - ganglia-monitor-core/files/patch-gmond_gmond.c sed 's/^X//' >ganglia-monitor-core/files/patch-gmond_gmond.c << 'END-of-ganglia-monitor-core/files/patch-gmond_gmond.c' X X$FreeBSD$ X X--- gmond/gmond.c.orig Tue Jan 7 09:05:04 2003 X+++ gmond/gmond.c Thu Apr 3 16:40:22 2003 X@@ -163,6 +163,13 @@ X print_gmond_config(); X */ X X+ /* in machine.c */ X+ initval = metric_init(); X+ if ( initval.int32 <0) X+ { X+ err_quit("metric_init() returned an error"); X+ } X+ X if(!gmond_config.no_setuid) X become_a_nobody(gmond_config.setuid); X X@@ -266,13 +273,6 @@ X return -1; X } X debug_msg("multicasting on channel %s %d", gmond_config.mcast_channel, gmond_config.mcast_port); X- X- /* in machine.c */ X- initval = metric_init(); X- if ( initval.int32 <0) X- { X- err_quit("monitor_init() returned an error"); X- } X X pthread_create(&tid, &attr, monitor_thread, NULL); X debug_msg("created monitor thread"); END-of-ganglia-monitor-core/files/patch-gmond_gmond.c echo x - ganglia-monitor-core/files/patch-lib_Makefile.in sed 's/^X//' >ganglia-monitor-core/files/patch-lib_Makefile.in << 'END-of-ganglia-monitor-core/files/patch-lib_Makefile.in' X X$FreeBSD$ X X--- lib/Makefile.in.orig Wed May 28 12:59:41 2003 X+++ lib/Makefile.in Wed May 28 13:00:03 2003 X@@ -471,7 +471,6 @@ X X install-exec-am: install-libLTLIBRARIES X @$(NORMAL_INSTALL) X- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook X X install-info: install-info-am X END-of-ganglia-monitor-core/files/patch-lib_Makefile.in echo x - ganglia-monitor-core/distinfo sed 's/^X//' >ganglia-monitor-core/distinfo << 'END-of-ganglia-monitor-core/distinfo' XMD5 (ganglia-monitor-core-2.5.3.tar.gz) = c6bd5f5d21b3b84286d474f7e57f5101 END-of-ganglia-monitor-core/distinfo exit From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 14:40: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 92B8A37B401 for ; Wed, 28 May 2003 14:40:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3783B43F75 for ; Wed, 28 May 2003 14:40:02 -0700 (PDT) (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 h4SLe2Up028201 for ; Wed, 28 May 2003 14:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SLe1wK028200; Wed, 28 May 2003 14:40:01 -0700 (PDT) Date: Wed, 28 May 2003 14:40:01 -0700 (PDT) Message-Id: <200305282140.h4SLe1wK028200@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Scot W. Hetzel" Subject: Re: ports/52755: ports net/openldap21 has recursive dependency loop X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Scot W. Hetzel" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 21:40:02 -0000 The following reply was made to PR ports/52755; it has been noted by GNATS. From: "Scot W. Hetzel" To: , Cc: Subject: Re: ports/52755: ports net/openldap21 has recursive dependency loop Date: Wed, 28 May 2003 16:35:18 -0500 The problem is that security/cyrus-sasl2 libraries don't require LDAP, as there is no auxprop plugin to support LDAP lookups. The only program that can use LDAP is the saslauthd program. Away to work around this circular dependency is to break the security/cyrus-sasl2 port into 2 ports: security/cyrus-sasl2 security/cyrus-saslauthd2 (dependency on security/cyrus-sasl2) To get around this circular dependency do the following: cd security/cyrus-sasl2 make install (select saslauthd, but don't select OpenLDAP from the dialog) cd ../../net/openldap21 make install (select SASL support) cd ../../security/cyrus-sasl2 make clean make build (select both saslauthd and OpenLDAP21) cd work/cyrus*/saslauthd make install /usr/bin/gzip -nf -9 /usr/local/man/cat8/saslauthd.8 You don't need to reinstall the SASL libraries, just re-install saslauthd. Scot From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 14:40: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 4D33C37B401 for ; Wed, 28 May 2003 14:40:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6328E43F75 for ; Wed, 28 May 2003 14:40:04 -0700 (PDT) (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 h4SLe4Up028214 for ; Wed, 28 May 2003 14:40:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SLe4Y6028213; Wed, 28 May 2003 14:40:04 -0700 (PDT) Date: Wed, 28 May 2003 14:40:04 -0700 (PDT) Message-Id: <200305282140.h4SLe4Y6028213@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Brooks Davis Subject: Re: ports/52736: Update port: sysutils/ganglia-monitor-core X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 21:40:05 -0000 The following reply was made to PR ports/52736; it has been noted by GNATS. From: Brooks Davis To: Brooks Davis Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, Brooks Davis Subject: Re: ports/52736: Update port: sysutils/ganglia-monitor-core Date: Wed, 28 May 2003 14:37:44 -0700 On Tue, May 27, 2003 at 09:04:14PM -0700, Brooks Davis wrote: > Arg. This submission is from the wrong copy of my files. It only works > on 5.x machines. I'll re-roll and test on an appropriate set of > machines tomarrow. Here's a working copy. It resolves the plist problem in the first shar archive and eliminates the debugging output I was mistaking for a error last night. This one should be good to go. -- Brooks # 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: # # ganglia-monitor-core/ # ganglia-monitor-core/Makefile # ganglia-monitor-core/pkg-descr # ganglia-monitor-core/pkg-install # ganglia-monitor-core/pkg-plist # ganglia-monitor-core/files # ganglia-monitor-core/files/gmetad.sh.sample # ganglia-monitor-core/files/gmond.sh.sample # ganglia-monitor-core/files/patch-gmetad_gmetad.c # ganglia-monitor-core/files/patch-gmetad_gmetad.conf # ganglia-monitor-core/files/patch-gmond_gmond.conf # ganglia-monitor-core/files/patch-lib_gmond__config.c # ganglia-monitor-core/files/patch-gmond_machines_freebsd.c # ganglia-monitor-core/files/patch-gmond_gmond.c # ganglia-monitor-core/files/patch-lib_Makefile.in # ganglia-monitor-core/distinfo # echo c - ganglia-monitor-core/ mkdir -p ganglia-monitor-core/ > /dev/null 2>&1 echo x - ganglia-monitor-core/Makefile sed 's/^X//' >ganglia-monitor-core/Makefile << 'END-of-ganglia-monitor-core/Makefile' X# Ports collection makefile for: ganglia-monitor-core X# Date created: Wed Jan 23, 2003 X# Whom: Brooks Davis X# X# $FreeBSD: ports/sysutils/ganglia-monitor-core/Makefile,v 1.1 2003/03/02 00:24:16 kris Exp $ X# X XPORTNAME= ganglia-monitor-core XPORTVERSION= 2.5.3 XCATEGORIES= sysutils net parallel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ganglia X.if defined (WITHOUT_GMETAD) XPKGNAMESUFFIX= -nogmetad X.endif X XMAINTAINER= brooks@FreeBSD.org XCOMMENT= "Ganglia cluster monitor, monitoring daemon" X X.if !defined (WITHOUT_GMETAD) XLIB_DEPENDS= rrd.0:${PORTSDIR}/net/rrdtool X.endif X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" XCONFIGURE_ARGS+= --includedir=${PREFIX}/include/ganglia X.if !defined (WITHOUT_GMETAD) XCONFIGURE_ARGS+= --with-gmetad X.endif XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes X.if defined (WITHOUT_GMETAD) XPLIST_SUB+= GMETAD="@comment " X.else XPLIST_SUB+= GMETAD= X.endif XUSE_REINPLACE= yes X XMAN1= gmetric.1 gmond.1 gstat.1 X.if !defined (WITHOUT_GMETAD) XMAN1+= gmetad.1 X.endif X XCONF_DIR= ${PREFIX}/etc XRC_DIR= ${PREFIX}/etc/rc.d X XFIX_CONF_FILES= ${WRKSRC}/lib/ganglia/gmond_config.h \ X ${WRKSRC}/mans/gmetad.1 \ X ${WRKSRC}/mans/gmond.1 \ X ${WRKSRC}/gmetad/cmdline.c \ X ${WRKSRC}/gmetad/cmdline.h \ X ${WRKSRC}/gmond/cmdline.c \ X ${WRKSRC}/gmond/cmdline.h XFIX_DB_FILES= ${WRKSRC}/gmetad/gmetad.c \ X ${WRKSRC}/gmetad/gmetad.conf X Xpost-patch: X ${REINPLACE_CMD} -e "s|/etc/\(gm[a-z]*d.conf\)|${CONF_DIR}/\1|g" \ X ${FIX_CONF_FILES} X ${REINPLACE_CMD} -e "s|/var/lib/ganglia|/var/db/ganglia|g" \ X ${FIX_DB_FILES} X X# Post-install X# X Xpost-install: install-man install-sample-files install-startup-files X ${SH} pkg-install ${PKGNAME} POST-INSTALL X Xinstall-man: X ${INSTALL_MAN} ${WRKSRC}/mans/gmetric.1 ${MANPREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/mans/gmond.1 ${MANPREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/mans/gstat.1 ${MANPREFIX}/man/man1 X.if !defined (WITHOUT_GMETAD) X ${INSTALL_MAN} ${WRKSRC}/mans/gmetad.1 ${MANPREFIX}/man/man1 X.endif X Xinstall-sample-files: X ${INSTALL_DATA} ${WRKSRC}/gmond/gmond.conf \ X ${CONF_DIR}/gmond.conf.sample X.if !defined (WITHOUT_GMETAD) X ${INSTALL_DATA} ${WRKSRC}/gmetad/gmetad.conf \ X ${CONF_DIR}/gmetad.conf.sample X.endif X Xinstall-startup-files: X ${INSTALL_SCRIPT} ${FILESDIR}/gmond.sh.sample ${RC_DIR} X.if !defined (WITHOUT_GMETAD) X ${INSTALL_SCRIPT} ${FILESDIR}/gmetad.sh.sample ${RC_DIR} X.endif X X.include END-of-ganglia-monitor-core/Makefile echo x - ganglia-monitor-core/pkg-descr sed 's/^X//' >ganglia-monitor-core/pkg-descr << 'END-of-ganglia-monitor-core/pkg-descr' XGanglia provides a complete real-time monitoring and execution Xenvironment that is in use by hundreds of universities, private and Xgovernment laboratories and commercial cluster implementors around the Xworld. Whether you want to monitor hundreds of computers in real-time Xacross a university campus or around the world, ganglia is for you. X XWWW: http://ganglia.sourceforge.net/ X X-- Brooks Davis END-of-ganglia-monitor-core/pkg-descr echo x - ganglia-monitor-core/pkg-install sed 's/^X//' >ganglia-monitor-core/pkg-install << 'END-of-ganglia-monitor-core/pkg-install' X#!/bin/sh X Xu=ganglia Xg=ganglia Xugid=97 Xhomedir=/nonexistent Xshell=/sbin/nologin Xrrd_rootdir=/var/db/ganglia/rrds X Xcase $2 in XPOST-INSTALL) X if pw group show "${g}" >/dev/null 2>&1; then X echo "Using existing group \"${g}\"." X else X echo "Creating group \"${g}\", (gid: ${ugid})." X pw groupadd ${g} -g ${ugid} X if [ $? != 0 ]; then X echo "Failed to add group \"${g}\"." X exit 1 X fi X fi X if pw user show "${u}" >/dev/null 2>&1; then X echo "Using existing user \"${u}\"." X else X echo "Creating user \"${u}\", (uid: ${ugid})." X pw useradd ${u} -u ${ugid} -g ${ugid} -h - \ X -d ${homedir} -s ${shell} -c "Ganglia User" X if [ $? != 0 ]; then X echo "Failed to add user \"${u}\"." X exit 1 X fi X fi X X mkdir -p ${rrd_rootdir} X chown -R ${u}:${g} ${rrd_rootdir} X ;; Xesac END-of-ganglia-monitor-core/pkg-install echo x - ganglia-monitor-core/pkg-plist sed 's/^X//' >ganglia-monitor-core/pkg-plist << 'END-of-ganglia-monitor-core/pkg-plist' Xbin/gstat Xbin/gmetric Xetc/gmond.conf.sample X%%GMETAD%%etc/gmetad.conf.sample Xetc/rc.d/gmond.sh.sample X%%GMETAD%%etc/rc.d/gmetad.sh.sample Xinclude/ganglia/ganglia.h Xinclude/ganglia/ascii.h Xinclude/ganglia/asciitab.h Xinclude/ganglia/daemon_inetd.h Xinclude/ganglia/daemon_init.h Xinclude/ganglia/debug_msg.h Xinclude/ganglia/error.h Xinclude/ganglia/file.h Xinclude/ganglia/hash.h Xinclude/ganglia/iasciitab.h Xinclude/ganglia/latin1tab.h Xinclude/ganglia/llist.h Xinclude/ganglia/my_inet_ntop.h Xinclude/ganglia/nametab.h Xinclude/ganglia/net.h Xinclude/ganglia/rdwr.h Xinclude/ganglia/utf8tab.h Xinclude/ganglia/xmldef.h Xinclude/ganglia/xmlparse.h Xinclude/ganglia/xmlrole.h Xinclude/ganglia/xmltok.h Xinclude/ganglia/xmltok_impl.h Xinclude/ganglia/gexec_funcs.h Xinclude/ganglia/fsusage.h Xinclude/ganglia/gexec_process.h Xinclude/ganglia/gmond_config.h Xlib/libganglia.so.2 Xlib/libganglia.so Xlib/libganglia.la Xlib/libganglia.a X%%GMETAD%%sbin/gmetad Xsbin/gmond X@dirrm include/ganglia X@unexec rmdir /var/db/ganglia/rrds /var/db/ganglia 2>/dev/null || true END-of-ganglia-monitor-core/pkg-plist echo c - ganglia-monitor-core/files mkdir -p ganglia-monitor-core/files > /dev/null 2>&1 echo x - ganglia-monitor-core/files/gmetad.sh.sample sed 's/^X//' >ganglia-monitor-core/files/gmetad.sh.sample << 'END-of-ganglia-monitor-core/files/gmetad.sh.sample' X#!/bin/sh X# X# $FreeBSD: ports/sysutils/ganglia-monitor-core/files/gmetad.sh.sample,v 1.1 2003/03/02 00:24:16 kris Exp $ X# X# Start or stop gmetad. X# X Xrc_file=${0##*/} Xrc_arg=$1 X Xif ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/${rc_file}\$"); then X echo "${rc_file}: Cannot determine PREFIX." >&2 X echo "Please use the complete pathname." >&2 X exit 64 Xfi X Xprogram_dir=${PREFIX}/sbin Xprogram_file=gmetad Xprogram_path=${program_dir}/${program_file} X Xconfig_dir=${PREFIX}/etc Xconfig_file=${program_file}.conf Xconfig_path=${config_dir}/${config_file} X Xsyslog_facility=daemon.err X Xcase "$rc_arg" in Xstart) X if [ ! -x ${program_path} ]; then X logger -sp ${syslog_facility} -t ${program_file} \ X "unable to start: ${program_path} is missing." X exit 72 X fi X if [ ! -f ${config_path} ]; then X logger -sp ${syslog_facility} -t ${program_file} \ X "unable to start: ${config_path} is missing." X exit 72 X fi X ${program_path} && echo -n " ${program_file}" X ;; Xstop) X killall ${program_file} 2> /dev/null X ;; Xrestart) X $0 stop X $0 start X ;; Xstatus) X ps -auxww | egrep ${program_file} | egrep -v "($0|egrep)" X ;; X*) X echo "usage: ${rc_file} {start|stop|restart|status}" >&2 X exit 64 X ;; Xesac X Xexit 0 END-of-ganglia-monitor-core/files/gmetad.sh.sample echo x - ganglia-monitor-core/files/gmond.sh.sample sed 's/^X//' >ganglia-monitor-core/files/gmond.sh.sample << 'END-of-ganglia-monitor-core/files/gmond.sh.sample' X#!/bin/sh X# X# $FreeBSD: ports/sysutils/ganglia-monitor-core/files/gmond.sh.sample,v 1.1 2003/03/02 00:24:16 kris Exp $ X# X# Start or stop gmond. X# X Xrc_file=${0##*/} Xrc_arg=$1 X Xif ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/${rc_file}\$"); then X echo "${rc_file}: Cannot determine PREFIX." >&2 X echo "Please use the complete pathname." >&2 X exit 64 Xfi X Xprogram_dir=${PREFIX}/sbin Xprogram_file=gmond Xprogram_path=${program_dir}/${program_file} X Xconfig_dir=${PREFIX}/etc Xconfig_file=${program_file}.conf Xconfig_path=${config_dir}/${config_file} X Xsyslog_facility=daemon.err X Xcase "$rc_arg" in Xstart) X if [ ! -x ${program_path} ]; then X logger -sp ${syslog_facility} -t ${program_file} \ X "unable to start: ${program_path} is missing." X exit 72 X fi X if [ ! -f ${config_path} ]; then X logger -sp ${syslog_facility} -t ${program_file} \ X "unable to start: ${config_path} is missing." X exit 72 X fi X ${program_path} && echo -n " ${program_file}" X ;; Xstop) X killall ${program_file} 2> /dev/null X ;; Xrestart) X $0 stop X $0 start X ;; Xstatus) X ps -auxww | egrep ${program_file} | egrep -v "($0|egrep)" X ;; X*) X echo "usage: ${rc_file} {start|stop|restart|status}" >&2 X exit 64 X ;; Xesac X Xexit 0 END-of-ganglia-monitor-core/files/gmond.sh.sample echo x - ganglia-monitor-core/files/patch-gmetad_gmetad.c sed 's/^X//' >ganglia-monitor-core/files/patch-gmetad_gmetad.c << 'END-of-ganglia-monitor-core/files/patch-gmetad_gmetad.c' X X$FreeBSD: ports/sysutils/ganglia-monitor-core/files/patch-gmetad_gmetad.c,v 1.1 2003/03/02 00:24:16 kris Exp $ X X--- gmetad/gmetad.c.orig Mon Dec 9 14:43:23 2002 X+++ gmetad/gmetad.c Fri Feb 21 11:52:24 2003 X@@ -40,7 +40,7 @@ X pthread_mutex_t server_socket_mutex = PTHREAD_MUTEX_INITIALIZER; X int server_threads = 2; X char *rrd_rootdir = "/var/lib/ganglia/rrds"; X-char *setuid_username = "nobody"; X+char *setuid_username = "ganglia"; X int should_setuid = 1; X unsigned int source_index = 0; X END-of-ganglia-monitor-core/files/patch-gmetad_gmetad.c echo x - ganglia-monitor-core/files/patch-gmetad_gmetad.conf sed 's/^X//' >ganglia-monitor-core/files/patch-gmetad_gmetad.conf << 'END-of-ganglia-monitor-core/files/patch-gmetad_gmetad.conf' X X$FreeBSD: ports/sysutils/ganglia-monitor-core/files/patch-gmetad_gmetad.conf,v 1.1 2003/03/02 00:24:16 kris Exp $ X X--- gmetad/gmetad.conf.orig Wed Jan 29 10:17:02 2003 X+++ gmetad/gmetad.conf Fri Feb 21 11:52:58 2003 X@@ -55,9 +55,9 @@ X # default: on X # setuid off X # X-# User gmetad will setuid to (defaults to "nobody") X-# default: "nobody" X-# setuid_username "nobody" X+# User gmetad will setuid to (defaults to "ganglia") X+# default: "ganglia" X+# setuid_username "ganglia" X # X # The port gmetad will answer requests for XML X # default: 8651 END-of-ganglia-monitor-core/files/patch-gmetad_gmetad.conf echo x - ganglia-monitor-core/files/patch-gmond_gmond.conf sed 's/^X//' >ganglia-monitor-core/files/patch-gmond_gmond.conf << 'END-of-ganglia-monitor-core/files/patch-gmond_gmond.conf' X X$FreeBSD: ports/sysutils/ganglia-monitor-core/files/patch-gmond_gmond.conf,v 1.1 2003/03/02 00:24:16 kris Exp $ X X--- gmond/gmond.conf.orig Thu Feb 20 14:34:00 2003 X+++ gmond/gmond.conf Thu Feb 20 14:35:09 2003 X@@ -99,8 +99,8 @@ X # no_setuid on X # X # Which user should gmond run as? X-# default: nobody X-# setuid nobody X+# default: ganglia X+# setuid ganglia X # X # If you do not want this host to appear in the gexec host list, set X # this value to "on" END-of-ganglia-monitor-core/files/patch-gmond_gmond.conf echo x - ganglia-monitor-core/files/patch-lib_gmond__config.c sed 's/^X//' >ganglia-monitor-core/files/patch-lib_gmond__config.c << 'END-of-ganglia-monitor-core/files/patch-lib_gmond__config.c' X X$FreeBSD: ports/sysutils/ganglia-monitor-core/files/patch-lib_gmond__config.c,v 1.1 2003/03/02 00:24:16 kris Exp $ X X--- lib/gmond_config.c.orig Thu Feb 20 14:32:29 2003 X+++ lib/gmond_config.c Thu Feb 20 14:32:39 2003 X@@ -224,7 +224,7 @@ X config->deaf = 0; X config->debug_level = 0; X config->no_setuid = 0; X- config->setuid = conf_strdup("nobody"); X+ config->setuid = conf_strdup("ganglia"); X config->no_gexec = 0; X config->all_trusted = 0; X END-of-ganglia-monitor-core/files/patch-lib_gmond__config.c echo x - ganglia-monitor-core/files/patch-gmond_machines_freebsd.c sed 's/^X//' >ganglia-monitor-core/files/patch-gmond_machines_freebsd.c << 'END-of-ganglia-monitor-core/files/patch-gmond_machines_freebsd.c' X X$FreeBSD$ X X--- gmond/machines/freebsd.c.orig Thu Aug 15 10:17:25 2002 X+++ gmond/machines/freebsd.c Wed May 28 12:51:18 2003 X@@ -10,11 +10,36 @@ X #include X #include X #include X+#if __FreeBSD_version < 500101 X #include X+#else X+#include X+#endif X+#include X+#include X #include X #include "ganglia.h" X #include "metric_typedefs.h" X X+#define MIB_SWAPINFO_SIZE 3 X+ X+#ifndef XSWDEV_VERSION X+#define XSWDEV_VERSION 1 X+struct xswdev { X+ u_int xsw_version; X+ udev_t xsw_dev; X+ int xsw_flags; X+ int xsw_nblks; X+ int xsw_used; X+}; X+#endif X+ X+static int use_vm_swap_info = 0; X+static int mibswap[MIB_SWAPINFO_SIZE]; X+static size_t mibswap_size; X+static kvm_t *kd = NULL; X+static int pagesize; X+ X /* Function prototypes */ X long percentages(int cnt, int *out, register long *new, X register long *old, long *diffs); X@@ -27,6 +52,19 @@ X metric_init(void) X { X g_val_t val; X+ X+ /* X+ * Try to use the vm.swap_info sysctl to gather swap data. If it X+ * isn't implemented, fall back to trying to old kvm based interface. X+ */ X+ mibswap_size = MIB_SWAPINFO_SIZE; X+ if (sysctlnametomib("vm.swap_info", mibswap, &mibswap_size) == -1) { X+ kd = kvm_open(NULL, NULL, NULL, O_RDONLY, "metric_init()"); X+ } else { X+ use_vm_swap_info = 1; X+ } X+ pagesize = getpagesize(); X+ X val.int32 = SYNAPSE_SUCCESS; X return val; X } X@@ -81,21 +119,33 @@ X swap_total_func ( void ) X { X g_val_t val; X- X struct kvm_swap swap[1]; X- kvm_t *kd; X+ struct xswdev xsw; X+ size_t mibsize, size; X int totswap, n; X X- kd = kvm_open(NULL, NULL, NULL, O_RDONLY, "kvm_open"); X- n = kvm_getswapinfo(kd, swap, 1, 0); X- if (n < 0 || swap[0].ksw_total == 0) { X- val.uint32 = 0; X+ val.uint32 = 0; X+ totswap = 0; X+ X+ if (use_vm_swap_info) { X+ for (n = 0; ; ++n) { X+ mibswap[mibswap_size] = n; X+ size = sizeof(xsw); X+ if (sysctl(mibswap, mibswap_size + 1, &xsw, &size, NULL, NULL) == -1) X+ break; X+ if (xsw.xsw_version != XSWDEV_VERSION) X+ return val; X+ totswap += xsw.xsw_nblks; X+ } X+ } else if(kd != NULL) { X+ n = kvm_getswapinfo(kd, swap, 1, 0); X+ if (n < 0 || swap[0].ksw_total == 0) { X+ val.uint32 = 0; X+ } X+ totswap = swap[0].ksw_total; X } X- totswap = swap[0].ksw_total; X- totswap *= getpagesize() / 1024; X- val.uint32 = totswap; X- kvm_close(kd); X X+ val.uint32 = totswap * (pagesize / 1024); X return val; X } X X@@ -330,9 +380,8 @@ X len = sizeof (free_pages); X if((sysctlbyname("vm.stats.vm.v_free_count", &free_pages, &len, NULL, 0) X == -1) || !len) free_pages = 0; X- free_pages *= getpagesize() / 1024; X X- val.uint32 = free_pages; X+ val.uint32 = free_pages * (pagesize / 1024); X return val; X } X X@@ -373,9 +422,7 @@ X || !len) X cache = 0; X X- cache *= getpagesize() / 1024; X- X- val.uint32 = cache; X+ val.uint32 = cache * (pagesize / 1024); X return val; X } X X@@ -383,23 +430,35 @@ X swap_free_func ( void ) X { X g_val_t val; X+ X struct kvm_swap swap[1]; X- kvm_t *kd; X+ struct xswdev xsw; X+ size_t size; X int totswap, usedswap, freeswap, n; X X- kd = kvm_open(NULL, NULL, NULL, O_RDONLY, "kvm_open"); X- n = kvm_getswapinfo(kd, swap, 1, 0); X- if (n < 0 || swap[0].ksw_total == 0) { X- val.uint32 = 0; X- } X- totswap = swap[0].ksw_total; X- usedswap = swap[0].ksw_used; X- kvm_close(kd); X+ val.uint32 = 0; X+ totswap = 0; X+ usedswap = 0; X X- freeswap = totswap-usedswap; X- freeswap *= getpagesize() / 1024; X+ if (use_vm_swap_info) { X+ for (n = 0; ; ++n) { X+ mibswap[mibswap_size] = n; X+ size = sizeof(xsw); X+ if (sysctl(mibswap, mibswap_size + 1, &xsw, &size, NULL, NULL) == -1) X+ break; X+ if (xsw.xsw_version != XSWDEV_VERSION) X+ return val; X+ totswap += xsw.xsw_nblks; X+ usedswap += xsw.xsw_used; X+ } X+ } else if(kd != NULL) { X+ n = kvm_getswapinfo(kd, swap, 1, 0); X+ totswap = swap[0].ksw_total; X+ usedswap = swap[0].ksw_used; X+ } X+ freeswap = totswap - usedswap; X X- val.uint32 = freeswap; X+ val.uint32 = freeswap * (pagesize / 1024); X return val; X } X END-of-ganglia-monitor-core/files/patch-gmond_machines_freebsd.c echo x - ganglia-monitor-core/files/patch-gmond_gmond.c sed 's/^X//' >ganglia-monitor-core/files/patch-gmond_gmond.c << 'END-of-ganglia-monitor-core/files/patch-gmond_gmond.c' X X$FreeBSD$ X X--- gmond/gmond.c.orig Tue Jan 7 09:05:04 2003 X+++ gmond/gmond.c Thu Apr 3 16:40:22 2003 X@@ -163,6 +163,13 @@ X print_gmond_config(); X */ X X+ /* in machine.c */ X+ initval = metric_init(); X+ if ( initval.int32 <0) X+ { X+ err_quit("metric_init() returned an error"); X+ } X+ X if(!gmond_config.no_setuid) X become_a_nobody(gmond_config.setuid); X X@@ -266,13 +273,6 @@ X return -1; X } X debug_msg("multicasting on channel %s %d", gmond_config.mcast_channel, gmond_config.mcast_port); X- X- /* in machine.c */ X- initval = metric_init(); X- if ( initval.int32 <0) X- { X- err_quit("monitor_init() returned an error"); X- } X X pthread_create(&tid, &attr, monitor_thread, NULL); X debug_msg("created monitor thread"); END-of-ganglia-monitor-core/files/patch-gmond_gmond.c echo x - ganglia-monitor-core/files/patch-lib_Makefile.in sed 's/^X//' >ganglia-monitor-core/files/patch-lib_Makefile.in << 'END-of-ganglia-monitor-core/files/patch-lib_Makefile.in' X X$FreeBSD$ X X--- lib/Makefile.in.orig Wed May 28 12:59:41 2003 X+++ lib/Makefile.in Wed May 28 13:00:03 2003 X@@ -471,7 +471,6 @@ X X install-exec-am: install-libLTLIBRARIES X @$(NORMAL_INSTALL) X- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook X X install-info: install-info-am X END-of-ganglia-monitor-core/files/patch-lib_Makefile.in echo x - ganglia-monitor-core/distinfo sed 's/^X//' >ganglia-monitor-core/distinfo << 'END-of-ganglia-monitor-core/distinfo' XMD5 (ganglia-monitor-core-2.5.3.tar.gz) = c6bd5f5d21b3b84286d474f7e57f5101 END-of-ganglia-monitor-core/distinfo exit From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 14:42: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 ADFC237B407; Wed, 28 May 2003 14:42:03 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC39643F93; Wed, 28 May 2003 14:42:02 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.9/8.12.3) with ESMTP id h4SLg0Hp004738; Wed, 28 May 2003 14:42:00 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.9/8.12.3/Submit) id h4SLg0VA004737; Wed, 28 May 2003 14:42:00 -0700 Date: Wed, 28 May 2003 14:42:00 -0700 From: Brooks Davis To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20030528214200.GC1402@Odin.AC.HMC.Edu> References: <200302220104.h1M14FN9016277@minya.sea.one-eyed-alien.net> <200302220110.h1M1A6xn038669@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302220110.h1M1A6xn038669@freefall.freebsd.org> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Subject: Re: ports/48552: new port: sysutils/ganglia-webfrontend: GUI for the ganglia cluster monitor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 28 May 2003 21:42:04 -0000 Please find attached a corrected and updated shar archive. -- Brooks # 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: # # ganglia-webfrontend # ganglia-webfrontend/files # ganglia-webfrontend/files/patch-conf.php # ganglia-webfrontend/files/pkg-opts # ganglia-webfrontend/Makefile # ganglia-webfrontend/pkg-descr # ganglia-webfrontend/pkg-plist # ganglia-webfrontend/distinfo # echo c - ganglia-webfrontend mkdir -p ganglia-webfrontend > /dev/null 2>&1 echo c - ganglia-webfrontend/files mkdir -p ganglia-webfrontend/files > /dev/null 2>&1 echo x - ganglia-webfrontend/files/patch-conf.php sed 's/^X//' >ganglia-webfrontend/files/patch-conf.php << 'END-of-ganglia-webfrontend/files/patch-conf.php' X X$FreeBSD$ X X--- conf.php.orig Thu Feb 20 18:10:49 2003 X+++ conf.php Thu Feb 20 18:14:37 2003 X@@ -22,12 +22,12 @@ X #$gmetad_root = "/usr/local/gmetad"; X X # The high-performance gmetad. X-$gmetad_root = "/var/lib/ganglia"; X+$gmetad_root = "/var/db/ganglia"; X $rrds = "$gmetad_root/rrds"; X X # Leave this alone if rrdtool is installed in $gmetad_root, X # otherwise, change it if it's installed elsewhere (like /usr/bin) X-define("RRDTOOL", "/usr/bin/rrdtool"); X+define("RRDTOOL", "%%PREFIX%%/bin/rrdtool"); X X # X # If you want to grab data from a different ganglia source specify it here. END-of-ganglia-webfrontend/files/patch-conf.php echo x - ganglia-webfrontend/files/pkg-opts sed 's/^X//' >ganglia-webfrontend/files/pkg-opts << 'END-of-ganglia-webfrontend/files/pkg-opts' X* WWWDOCROOT [www/data] X The DocumentRoot of your webserver under ${PREFIX} X X* WEBFRONTURL [ganglia] X The base URL of the Ganglia Web Frontend on your webserver. X X The Ganglia Web Frontend will be installed under X ${PREFIX}/${WWWDOCROOT}/${WEBFRONTURL} and will be visible as X http:///${WEBFRONTURL} X X* WWWOWN [www] X The user ID under which your webserver executes X X It is recommended that you do not change this option unless you're X REALLY sure what you're doing. X X* WWWGRP [www] X The group ID under which your webserver executes X X It is recommended that you do not change this option unless you're X REALLY sure what you're doing. END-of-ganglia-webfrontend/files/pkg-opts echo x - ganglia-webfrontend/Makefile sed 's/^X//' >ganglia-webfrontend/Makefile << 'END-of-ganglia-webfrontend/Makefile' X# Ports collection makefile for: ganglia-webfrontend X# Date created: Thu Fed 20, 2003 X# Whom: Brooks Davis X# X# $FreeBSD$ X# X XPORTNAME= ganglia-webfrontend XPORTVERSION= 2.5.3 XCATEGORIES= sysutils net parallel www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ganglia X XMAINTAINER= brooks@FreeBSD.org XCOMMENT= "Ganglia cluster monitor, web frontend" X XRUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \ X ${LOCALBASE}/sbin/gmetad:${PORTSDIR}/sysutils/ganglia-monitor-core X XPLIST_SUB+= WEBFRONTDIR="${WEBFRONTDIR}" XNO_BUILD= yes XUSE_REINPLACE= yes X X# The Ganglia Web Frontend port supports a number of options that may be X# tweaked at buildtime. Perform a "make options" to see more X# information on these variables. XWWWDOCROOT?= www/data XWEBFRONTURL?= ganglia XWWWOWN?= www XWWWGRP?= www X X# Set custom variables: X# XWEBFRONTDIR= ${WWWDOCROOT}/${WEBFRONTURL} XPKGOPTS= ${FILESDIR}/pkg-opts XEXCEPTFILES= AUTHORS ChangeLog COPYING X Xoptions: X @ ${ECHO_MSG} "===> Build options for ${PKGNAME}:" X @ ${CAT} ${PKGOPTS} X Xpost-extract: X.if !defined(BATCH) X @ ${TEST} -r ${PKGOPTS} && \ X (${ECHO_MSG} '-------------------------------------------------------------------------'; \ X ${ECHO_MSG} 'Perform a "make options" to see a list of available installation options.'; \ X ${ECHO_MSG} '-------------------------------------------------------------------------') X.endif X Xpost-patch: X @ ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/conf.php X Xdo-install: X mkdir -p ${PREFIX}/${WEBFRONTDIR} X ${MKDIR} -m 0775 ${PREFIX}/${WEBFRONTDIR} X cd ${WRKSRC} && ${FIND} * \( -name conf.php\* \ X ${EXCEPTFILES:S/^/-o -name /} \) \ X -a -prune -o -print \ X | ${TAR} cTf - - | ${TAR} xUCf ${PREFIX}/${WEBFRONTDIR} - X ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${WEBFRONTDIR} X ${INSTALL} -c -o ${WWWOWN} -g ${WWWGRP} \ X ${WRKSRC}/conf.php ${PREFIX}/${WEBFRONTDIR}/conf.php.sample X if [ ! -f ${PREFIX}/${WEBFRONTDIR}/conf.php ]; then \ X ${INSTALL} -c -o ${WWWOWN} -g ${WWWGRP} \ X ${WRKSRC}/conf.php ${PREFIX}/${WEBFRONTDIR} ;\ X fi X X.include END-of-ganglia-webfrontend/Makefile echo x - ganglia-webfrontend/pkg-descr sed 's/^X//' >ganglia-webfrontend/pkg-descr << 'END-of-ganglia-webfrontend/pkg-descr' XGanglia provides a complete real-time monitoring and execution Xenvironment that is in use by hundreds of universities, private and Xgovernment laboratories and commercial cluster implementors around the Xworld. Whether you want to monitor hundreds of computers in real-time Xacross a university campus or around the world, ganglia is for you. X XThe ganglia web frontend provides access to the data collected by the Xmonitoring core. X XWWW: http://ganglia.sourceforge.net/ X X-- Brooks Davis END-of-ganglia-webfrontend/pkg-descr echo x - ganglia-webfrontend/pkg-plist sed 's/^X//' >ganglia-webfrontend/pkg-plist << 'END-of-ganglia-webfrontend/pkg-plist' X%%WEBFRONTDIR%%/auth.php X%%WEBFRONTDIR%%/class.TemplatePower.inc.php X%%WEBFRONTDIR%%/cluster_legend.html X%%WEBFRONTDIR%%/cluster_view.php X%%WEBFRONTDIR%%/footer.php X%%WEBFRONTDIR%%/functions.php X%%WEBFRONTDIR%%/ganglia.php X%%WEBFRONTDIR%%/get_context.php X%%WEBFRONTDIR%%/get_ganglia.php X%%WEBFRONTDIR%%/graph.php X%%WEBFRONTDIR%%/grid_tree.php X%%WEBFRONTDIR%%/header.php X%%WEBFRONTDIR%%/host_view.php X%%WEBFRONTDIR%%/index.php X%%WEBFRONTDIR%%/meta_view.php X%%WEBFRONTDIR%%/node_legend.html X%%WEBFRONTDIR%%/physical_view.php X%%WEBFRONTDIR%%/private_clusters X%%WEBFRONTDIR%%/show_node.php X%%WEBFRONTDIR%%/styles.css X%%WEBFRONTDIR%%/templates/Rocks/images/ganglia.jpg X%%WEBFRONTDIR%%/templates/Rocks/images/rocks.jpg X%%WEBFRONTDIR%%/templates/Rocks/images/hardhat.png X%%WEBFRONTDIR%%/templates/Rocks/header.tpl X%%WEBFRONTDIR%%/templates/default/images/cluster_0-24.jpg X%%WEBFRONTDIR%%/templates/default/images/cluster_25-49.jpg X%%WEBFRONTDIR%%/templates/default/images/cluster_50-74.jpg X%%WEBFRONTDIR%%/templates/default/images/cluster_75-100.jpg X%%WEBFRONTDIR%%/templates/default/images/cluster_overloaded.jpg X%%WEBFRONTDIR%%/templates/default/images/cluster_private.jpg X%%WEBFRONTDIR%%/templates/default/images/logo.jpg X%%WEBFRONTDIR%%/templates/default/images/node_0-24.jpg X%%WEBFRONTDIR%%/templates/default/images/node_25-49.jpg X%%WEBFRONTDIR%%/templates/default/images/node_50-74.jpg X%%WEBFRONTDIR%%/templates/default/images/node_75-100.jpg X%%WEBFRONTDIR%%/templates/default/images/node_dead.jpg X%%WEBFRONTDIR%%/templates/default/images/node_overloaded.jpg X%%WEBFRONTDIR%%/templates/default/images/grid_0-24.jpg X%%WEBFRONTDIR%%/templates/default/images/grid_25-49.jpg X%%WEBFRONTDIR%%/templates/default/images/grid_50-74.jpg X%%WEBFRONTDIR%%/templates/default/images/grid_75-100.jpg X%%WEBFRONTDIR%%/templates/default/images/grid_overloaded.jpg X%%WEBFRONTDIR%%/templates/default/images/grid_private.jpg X%%WEBFRONTDIR%%/templates/default/cluster_view.tpl X%%WEBFRONTDIR%%/templates/default/footer.tpl X%%WEBFRONTDIR%%/templates/default/header-nobanner.tpl X%%WEBFRONTDIR%%/templates/default/header.tpl X%%WEBFRONTDIR%%/templates/default/host_view.tpl X%%WEBFRONTDIR%%/templates/default/meta_view.tpl X%%WEBFRONTDIR%%/templates/default/physical_view.tpl X%%WEBFRONTDIR%%/templates/default/show_node.tpl X%%WEBFRONTDIR%%/templates/default/grid_tree.tpl X%%WEBFRONTDIR%%/conf.php.sample X%%WEBFRONTDIR%%/conf.php X@dirrm %%WEBFRONTDIR%%/addons X@dirrm %%WEBFRONTDIR%%/templates/Rocks/images X@dirrm %%WEBFRONTDIR%%/templates/Rocks X@dirrm %%WEBFRONTDIR%%/templates/default/images X@dirrm %%WEBFRONTDIR%%/templates/default X@dirrm %%WEBFRONTDIR%%/templates X@dirrm %%WEBFRONTDIR%% END-of-ganglia-webfrontend/pkg-plist echo x - ganglia-webfrontend/distinfo sed 's/^X//' >ganglia-webfrontend/distinfo << 'END-of-ganglia-webfrontend/distinfo' XMD5 (ganglia-webfrontend-2.5.3.tar.gz) = bb16ba799049a52de4dd13c9495c704f END-of-ganglia-webfrontend/distinfo exit From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 14: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 0C45D37B401 for ; Wed, 28 May 2003 14:50:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B4C43F75 for ; Wed, 28 May 2003 14:50:17 -0700 (PDT) (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 h4SLoHUp028664 for ; Wed, 28 May 2003 14:50:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SLoHUE028663; Wed, 28 May 2003 14:50:17 -0700 (PDT) Date: Wed, 28 May 2003 14:50:17 -0700 (PDT) Message-Id: <200305282150.h4SLoHUE028663@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Brooks Davis Subject: Re: ports/48552: new port: sysutils/ganglia-webfrontend: GUI for the ganglia cluster monitor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 21:50:18 -0000 The following reply was made to PR ports/48552; it has been noted by GNATS. From: Brooks Davis To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/48552: new port: sysutils/ganglia-webfrontend: GUI for the ganglia cluster monitor Date: Wed, 28 May 2003 14:42:00 -0700 Please find attached a corrected and updated shar archive. -- Brooks # 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: # # ganglia-webfrontend # ganglia-webfrontend/files # ganglia-webfrontend/files/patch-conf.php # ganglia-webfrontend/files/pkg-opts # ganglia-webfrontend/Makefile # ganglia-webfrontend/pkg-descr # ganglia-webfrontend/pkg-plist # ganglia-webfrontend/distinfo # echo c - ganglia-webfrontend mkdir -p ganglia-webfrontend > /dev/null 2>&1 echo c - ganglia-webfrontend/files mkdir -p ganglia-webfrontend/files > /dev/null 2>&1 echo x - ganglia-webfrontend/files/patch-conf.php sed 's/^X//' >ganglia-webfrontend/files/patch-conf.php << 'END-of-ganglia-webfrontend/files/patch-conf.php' X X$FreeBSD$ X X--- conf.php.orig Thu Feb 20 18:10:49 2003 X+++ conf.php Thu Feb 20 18:14:37 2003 X@@ -22,12 +22,12 @@ X #$gmetad_root = "/usr/local/gmetad"; X X # The high-performance gmetad. X-$gmetad_root = "/var/lib/ganglia"; X+$gmetad_root = "/var/db/ganglia"; X $rrds = "$gmetad_root/rrds"; X X # Leave this alone if rrdtool is installed in $gmetad_root, X # otherwise, change it if it's installed elsewhere (like /usr/bin) X-define("RRDTOOL", "/usr/bin/rrdtool"); X+define("RRDTOOL", "%%PREFIX%%/bin/rrdtool"); X X # X # If you want to grab data from a different ganglia source specify it here. END-of-ganglia-webfrontend/files/patch-conf.php echo x - ganglia-webfrontend/files/pkg-opts sed 's/^X//' >ganglia-webfrontend/files/pkg-opts << 'END-of-ganglia-webfrontend/files/pkg-opts' X* WWWDOCROOT [www/data] X The DocumentRoot of your webserver under ${PREFIX} X X* WEBFRONTURL [ganglia] X The base URL of the Ganglia Web Frontend on your webserver. X X The Ganglia Web Frontend will be installed under X ${PREFIX}/${WWWDOCROOT}/${WEBFRONTURL} and will be visible as X http:///${WEBFRONTURL} X X* WWWOWN [www] X The user ID under which your webserver executes X X It is recommended that you do not change this option unless you're X REALLY sure what you're doing. X X* WWWGRP [www] X The group ID under which your webserver executes X X It is recommended that you do not change this option unless you're X REALLY sure what you're doing. END-of-ganglia-webfrontend/files/pkg-opts echo x - ganglia-webfrontend/Makefile sed 's/^X//' >ganglia-webfrontend/Makefile << 'END-of-ganglia-webfrontend/Makefile' X# Ports collection makefile for: ganglia-webfrontend X# Date created: Thu Fed 20, 2003 X# Whom: Brooks Davis X# X# $FreeBSD$ X# X XPORTNAME= ganglia-webfrontend XPORTVERSION= 2.5.3 XCATEGORIES= sysutils net parallel www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ganglia X XMAINTAINER= brooks@FreeBSD.org XCOMMENT= "Ganglia cluster monitor, web frontend" X XRUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \ X ${LOCALBASE}/sbin/gmetad:${PORTSDIR}/sysutils/ganglia-monitor-core X XPLIST_SUB+= WEBFRONTDIR="${WEBFRONTDIR}" XNO_BUILD= yes XUSE_REINPLACE= yes X X# The Ganglia Web Frontend port supports a number of options that may be X# tweaked at buildtime. Perform a "make options" to see more X# information on these variables. XWWWDOCROOT?= www/data XWEBFRONTURL?= ganglia XWWWOWN?= www XWWWGRP?= www X X# Set custom variables: X# XWEBFRONTDIR= ${WWWDOCROOT}/${WEBFRONTURL} XPKGOPTS= ${FILESDIR}/pkg-opts XEXCEPTFILES= AUTHORS ChangeLog COPYING X Xoptions: X @ ${ECHO_MSG} "===> Build options for ${PKGNAME}:" X @ ${CAT} ${PKGOPTS} X Xpost-extract: X.if !defined(BATCH) X @ ${TEST} -r ${PKGOPTS} && \ X (${ECHO_MSG} '-------------------------------------------------------------------------'; \ X ${ECHO_MSG} 'Perform a "make options" to see a list of available installation options.'; \ X ${ECHO_MSG} '-------------------------------------------------------------------------') X.endif X Xpost-patch: X @ ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/conf.php X Xdo-install: X mkdir -p ${PREFIX}/${WEBFRONTDIR} X ${MKDIR} -m 0775 ${PREFIX}/${WEBFRONTDIR} X cd ${WRKSRC} && ${FIND} * \( -name conf.php\* \ X ${EXCEPTFILES:S/^/-o -name /} \) \ X -a -prune -o -print \ X | ${TAR} cTf - - | ${TAR} xUCf ${PREFIX}/${WEBFRONTDIR} - X ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${WEBFRONTDIR} X ${INSTALL} -c -o ${WWWOWN} -g ${WWWGRP} \ X ${WRKSRC}/conf.php ${PREFIX}/${WEBFRONTDIR}/conf.php.sample X if [ ! -f ${PREFIX}/${WEBFRONTDIR}/conf.php ]; then \ X ${INSTALL} -c -o ${WWWOWN} -g ${WWWGRP} \ X ${WRKSRC}/conf.php ${PREFIX}/${WEBFRONTDIR} ;\ X fi X X.include END-of-ganglia-webfrontend/Makefile echo x - ganglia-webfrontend/pkg-descr sed 's/^X//' >ganglia-webfrontend/pkg-descr << 'END-of-ganglia-webfrontend/pkg-descr' XGanglia provides a complete real-time monitoring and execution Xenvironment that is in use by hundreds of universities, private and Xgovernment laboratories and commercial cluster implementors around the Xworld. Whether you want to monitor hundreds of computers in real-time Xacross a university campus or around the world, ganglia is for you. X XThe ganglia web frontend provides access to the data collected by the Xmonitoring core. X XWWW: http://ganglia.sourceforge.net/ X X-- Brooks Davis END-of-ganglia-webfrontend/pkg-descr echo x - ganglia-webfrontend/pkg-plist sed 's/^X//' >ganglia-webfrontend/pkg-plist << 'END-of-ganglia-webfrontend/pkg-plist' X%%WEBFRONTDIR%%/auth.php X%%WEBFRONTDIR%%/class.TemplatePower.inc.php X%%WEBFRONTDIR%%/cluster_legend.html X%%WEBFRONTDIR%%/cluster_view.php X%%WEBFRONTDIR%%/footer.php X%%WEBFRONTDIR%%/functions.php X%%WEBFRONTDIR%%/ganglia.php X%%WEBFRONTDIR%%/get_context.php X%%WEBFRONTDIR%%/get_ganglia.php X%%WEBFRONTDIR%%/graph.php X%%WEBFRONTDIR%%/grid_tree.php X%%WEBFRONTDIR%%/header.php X%%WEBFRONTDIR%%/host_view.php X%%WEBFRONTDIR%%/index.php X%%WEBFRONTDIR%%/meta_view.php X%%WEBFRONTDIR%%/node_legend.html X%%WEBFRONTDIR%%/physical_view.php X%%WEBFRONTDIR%%/private_clusters X%%WEBFRONTDIR%%/show_node.php X%%WEBFRONTDIR%%/styles.css X%%WEBFRONTDIR%%/templates/Rocks/images/ganglia.jpg X%%WEBFRONTDIR%%/templates/Rocks/images/rocks.jpg X%%WEBFRONTDIR%%/templates/Rocks/images/hardhat.png X%%WEBFRONTDIR%%/templates/Rocks/header.tpl X%%WEBFRONTDIR%%/templates/default/images/cluster_0-24.jpg X%%WEBFRONTDIR%%/templates/default/images/cluster_25-49.jpg X%%WEBFRONTDIR%%/templates/default/images/cluster_50-74.jpg X%%WEBFRONTDIR%%/templates/default/images/cluster_75-100.jpg X%%WEBFRONTDIR%%/templates/default/images/cluster_overloaded.jpg X%%WEBFRONTDIR%%/templates/default/images/cluster_private.jpg X%%WEBFRONTDIR%%/templates/default/images/logo.jpg X%%WEBFRONTDIR%%/templates/default/images/node_0-24.jpg X%%WEBFRONTDIR%%/templates/default/images/node_25-49.jpg X%%WEBFRONTDIR%%/templates/default/images/node_50-74.jpg X%%WEBFRONTDIR%%/templates/default/images/node_75-100.jpg X%%WEBFRONTDIR%%/templates/default/images/node_dead.jpg X%%WEBFRONTDIR%%/templates/default/images/node_overloaded.jpg X%%WEBFRONTDIR%%/templates/default/images/grid_0-24.jpg X%%WEBFRONTDIR%%/templates/default/images/grid_25-49.jpg X%%WEBFRONTDIR%%/templates/default/images/grid_50-74.jpg X%%WEBFRONTDIR%%/templates/default/images/grid_75-100.jpg X%%WEBFRONTDIR%%/templates/default/images/grid_overloaded.jpg X%%WEBFRONTDIR%%/templates/default/images/grid_private.jpg X%%WEBFRONTDIR%%/templates/default/cluster_view.tpl X%%WEBFRONTDIR%%/templates/default/footer.tpl X%%WEBFRONTDIR%%/templates/default/header-nobanner.tpl X%%WEBFRONTDIR%%/templates/default/header.tpl X%%WEBFRONTDIR%%/templates/default/host_view.tpl X%%WEBFRONTDIR%%/templates/default/meta_view.tpl X%%WEBFRONTDIR%%/templates/default/physical_view.tpl X%%WEBFRONTDIR%%/templates/default/show_node.tpl X%%WEBFRONTDIR%%/templates/default/grid_tree.tpl X%%WEBFRONTDIR%%/conf.php.sample X%%WEBFRONTDIR%%/conf.php X@dirrm %%WEBFRONTDIR%%/addons X@dirrm %%WEBFRONTDIR%%/templates/Rocks/images X@dirrm %%WEBFRONTDIR%%/templates/Rocks X@dirrm %%WEBFRONTDIR%%/templates/default/images X@dirrm %%WEBFRONTDIR%%/templates/default X@dirrm %%WEBFRONTDIR%%/templates X@dirrm %%WEBFRONTDIR%% END-of-ganglia-webfrontend/pkg-plist echo x - ganglia-webfrontend/distinfo sed 's/^X//' >ganglia-webfrontend/distinfo << 'END-of-ganglia-webfrontend/distinfo' XMD5 (ganglia-webfrontend-2.5.3.tar.gz) = bb16ba799049a52de4dd13c9495c704f END-of-ganglia-webfrontend/distinfo exit From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 15: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 08FE437B404 for ; Wed, 28 May 2003 15:10:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E76543F85 for ; Wed, 28 May 2003 15:10:11 -0700 (PDT) (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 h4SMAAUp032825 for ; Wed, 28 May 2003 15:10:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SMAALb032824; Wed, 28 May 2003 15:10:10 -0700 (PDT) Resent-Date: Wed, 28 May 2003 15:10:10 -0700 (PDT) Resent-Message-Id: <200305282210.h4SMAALb032824@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 Peterson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 378D637B401 for ; Wed, 28 May 2003 15:02:34 -0700 (PDT) Received: from mail.forko.com (forko.com [206.14.189.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B4C43F93 for ; Wed, 28 May 2003 15:02:33 -0700 (PDT) (envelope-from matt@mail.forko.com) Received: (qmail 32505 invoked by uid 1000); 28 May 2003 15:01:37 -0700 Message-Id: <20030528220137.32504.qmail@mail.forko.com> Date: 28 May 2003 15:01:37 -0700 From: Matt Peterson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Matt Peterson Subject: ports/52771: [UPGRADE] net/vtun 2.5 -> 2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matt Peterson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 22:10:12 -0000 >Number: 52771 >Category: ports >Synopsis: [UPGRADE] net/vtun 2.5 -> 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: Wed May 28 15:10:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Matt Peterson >Release: FreeBSD 4.8-RC i386 >Organization: Bay Area Wireless Users Group >Environment: >Description: New vtun version, change MASTER_SITES to SourceForge, use gmake >How-To-Repeat: >Fix: diff -ur vtun.old/Makefile vtun/Makefile --- vtun.old/Makefile Wed May 28 14:36:24 2003 +++ vtun/Makefile Wed May 28 14:42:50 2003 @@ -6,9 +6,10 @@ # PORTNAME= vtun -PORTVERSION= 2.5 +PORTVERSION= 2.6 CATEGORIES= net -MASTER_SITES= http://vtun.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kevlo@FreeBSD.org COMMENT= Virtual Tunnels over TCP/IP networks with traffic shaping @@ -20,6 +21,7 @@ MLINKS= vtund.8 vtun.8 MANCOMPRESSED= no +USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--localstatedir=/var \ diff -ur vtun.old/distinfo vtun/distinfo --- vtun.old/distinfo Wed May 28 14:36:24 2003 +++ vtun/distinfo Wed May 28 14:39:41 2003 @@ -1 +1 @@ -MD5 (vtun-2.5.tar.gz) = b29bffeb07e66567e247641919c45b23 +MD5 (vtun-2.6.tar.gz) = 309534fd03c5d13a19c43916f61f4bbf >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 15:30: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 425FD37B401 for ; Wed, 28 May 2003 15:30:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE6B543FA3 for ; Wed, 28 May 2003 15:30:18 -0700 (PDT) (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 h4SMUIUp033742 for ; Wed, 28 May 2003 15:30:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SMUI2l033741; Wed, 28 May 2003 15:30:18 -0700 (PDT) Date: Wed, 28 May 2003 15:30:18 -0700 (PDT) Message-Id: <200305282230.h4SMUI2l033741@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ceri Davies Subject: Re: ports/52737: [PATCH] Update mail/tmda to 0.78 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 22:30:19 -0000 The following reply was made to PR ports/52737; it has been noted by GNATS. From: Ceri Davies To: FreeBSD Gnats Submit Cc: Subject: Re: ports/52737: [PATCH] Update mail/tmda to 0.78 Date: Wed, 28 May 2003 23:25:51 +0100 Adding to audit trail, from misfiled PR ports/52742: Date: Tue, 27 May 2003 20:56:36 -0500 From: Mike Meyer Message-Id: <16084.5972.657437.478424@guru.mired.org> References: <20030527220647.8401.qmail@kolobov.com> In <20030527220647.8401.qmail@kolobov.com>, Sergei Kolobov typed: > Port maintainer - mwm@mired.org - has been copied. Port maintainer thinks these are all good changes, and appreciates the work done here. Someone please commit these things. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 17:00: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 059F637B401 for ; Wed, 28 May 2003 17:00:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A157443F75 for ; Wed, 28 May 2003 17:00:28 -0700 (PDT) (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 h4T00SUp040291 for ; Wed, 28 May 2003 17:00:28 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T00S3f040290; Wed, 28 May 2003 17:00:28 -0700 (PDT) Date: Wed, 28 May 2003 17:00:28 -0700 (PDT) Message-Id: <200305290000.h4T00S3f040290@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Seamus.Venasse" Subject: RE: ports/52760: Updated port: net/p5-EasyTCP from 0.17 to 0.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Seamus.Venasse" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 00:00:29 -0000 The following reply was made to PR ports/52760; it has been noted by GNATS. From: "Seamus.Venasse" To: "'Mathieu Arnold'" , "'Seamus Venasse'" , Cc: Subject: RE: ports/52760: Updated port: net/p5-EasyTCP from 0.17 to 0.22 Date: Wed, 28 May 2003 16:52:21 -0700 > -----Original Message----- > From: Mathieu Arnold [mailto:m@absolight.fr] > Sent: Wednesday, May 28, 2003 10:09 AM > To: Seamus Venasse; FreeBSD-gnats-submit@FreeBSD.org > Subject: Re: ports/52760: Updated port: net/p5-EasyTCP from > 0.17 to 0.22 > > > > There is already ports/52333. > This one is a maintainer update but I believe ports/52333's > pkg-plist is better. I didn't realise that SITE_PERL had finally made it into ports/Mk/bsd.port.mk. I see that 0.23 of EasyTCP has come out, so maybe you can just delete 52333 & 52760 and I'll follow the new standard. Thanks, Seamus From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 19:00: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 171F237B40A for ; Wed, 28 May 2003 19:00:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8AB43F75 for ; Wed, 28 May 2003 19:00:13 -0700 (PDT) (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 h4T20CUp050696 for ; Wed, 28 May 2003 19:00:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T20C6l050695; Wed, 28 May 2003 19:00:12 -0700 (PDT) Resent-Date: Wed, 28 May 2003 19:00:12 -0700 (PDT) Resent-Message-Id: <200305290200.h4T20C6l050695@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, Seamus Venasse Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D30C37B401 for ; Wed, 28 May 2003 18:50:13 -0700 (PDT) Received: from pitou.polaris.ca (wh123-00-03-47-09-31-0c.northwestel.net [216.126.123.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9072F43F75 for ; Wed, 28 May 2003 18:50:12 -0700 (PDT) (envelope-from svenasse@pitou.polaris.ca) Received: (from root@localhost) by pitou.polaris.ca (8.12.6p2/8.12.6) id h4T1o8cQ046431; Wed, 28 May 2003 18:50:08 -0700 (PDT) (envelope-from svenasse) Message-Id: <200305290150.h4T1o8cQ046431@pitou.polaris.ca> Date: Wed, 28 May 2003 18:50:08 -0700 (PDT) From: Seamus Venasse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52772: Updated port: net/p5-EasyTCP from 0.17 to 0.23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Seamus Venasse List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 02:00:14 -0000 >Number: 52772 >Category: ports >Synopsis: Updated port: net/p5-EasyTCP from 0.17 to 0.23 >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 May 28 19:00:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: Polaris Computing >Environment: System: FreeBSD portbuilder.polaris.ca 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Mon Apr 21 09:35:31 PDT 2003 root@portbuilder.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: This PR supersedes ports/52333 and ports/52760. >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/p5-EasyTCP/Makefile p5-EasyTCP/Makefile --- /usr/ports/net/p5-EasyTCP/Makefile Sat Feb 22 03:18:09 2003 +++ p5-EasyTCP/Makefile Wed May 28 18:34:04 2003 @@ -5,24 +5,22 @@ # $FreeBSD: ports/net/p5-EasyTCP/Makefile,v 1.7 2003/02/21 13:14:53 knu Exp $ # -PORTNAME= EasyTCP -PORTVERSION= 0.17 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/M/MN/MNAGUIB -PKGNAMEPREFIX= p5- +PORTNAME= EasyTCP +PORTVERSION= 0.23 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- -MAINTAINER= svenasse@polaris.ca +MAINTAINER= svenasse@polaris.ca COMMENT= Easily create TCP/IP clients and servers -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ + ${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA +RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes -MAN3= Net::EasyTCP.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Net::EasyTCP.3 .include diff -ruN /usr/ports/net/p5-EasyTCP/distinfo p5-EasyTCP/distinfo --- /usr/ports/net/p5-EasyTCP/distinfo Sun Dec 8 15:32:16 2002 +++ p5-EasyTCP/distinfo Wed May 28 18:33:52 2003 @@ -1 +1 @@ -MD5 (EasyTCP-0.17.tar.gz) = 91eb2c58be6a91cc957e3e4155059039 +MD5 (EasyTCP-0.23.tar.gz) = d247fc39990aa5827133fc4927fc3655 diff -ruN /usr/ports/net/p5-EasyTCP/pkg-plist p5-EasyTCP/pkg-plist --- /usr/ports/net/p5-EasyTCP/pkg-plist Sun Dec 8 15:32:16 2002 +++ p5-EasyTCP/pkg-plist Wed May 28 18:33:52 2003 @@ -1,31 +1,30 @@ -@comment $FreeBSD: ports/net/p5-EasyTCP/pkg-plist,v 1.3 2002/11/13 00:04:36 naddy Exp $ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/EasyTCP/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Net/EasyTCP.pm -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/addclientip.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/callback.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/clients.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/close.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/compression.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/data.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/deleteclientip.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/disconnect.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/do_one_loop.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/encryption.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/mode.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/new.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/receive.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/remoteip.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/remoteport.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/running.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/send.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/serial.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/setcallback.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/socket.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/start.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/stop.al -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/EasyTCP 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +%%SITE_PERL%%/auto/Net/EasyTCP/stop.al +%%SITE_PERL%%/auto/Net/EasyTCP/start.al +%%SITE_PERL%%/auto/Net/EasyTCP/socket.al +%%SITE_PERL%%/auto/Net/EasyTCP/setcallback.al +%%SITE_PERL%%/auto/Net/EasyTCP/serial.al +%%SITE_PERL%%/auto/Net/EasyTCP/send.al +%%SITE_PERL%%/auto/Net/EasyTCP/running.al +%%SITE_PERL%%/auto/Net/EasyTCP/remoteport.al +%%SITE_PERL%%/auto/Net/EasyTCP/remoteip.al +%%SITE_PERL%%/auto/Net/EasyTCP/receive.al +%%SITE_PERL%%/auto/Net/EasyTCP/new.al +%%SITE_PERL%%/auto/Net/EasyTCP/mode.al +%%SITE_PERL%%/auto/Net/EasyTCP/encryption.al +%%SITE_PERL%%/auto/Net/EasyTCP/do_one_loop.al +%%SITE_PERL%%/auto/Net/EasyTCP/disconnect.al +%%SITE_PERL%%/auto/Net/EasyTCP/deleteclientip.al +%%SITE_PERL%%/auto/Net/EasyTCP/data.al +%%SITE_PERL%%/auto/Net/EasyTCP/compression.al +%%SITE_PERL%%/auto/Net/EasyTCP/close.al +%%SITE_PERL%%/auto/Net/EasyTCP/clients.al +%%SITE_PERL%%/auto/Net/EasyTCP/callback.al +%%SITE_PERL%%/auto/Net/EasyTCP/autosplit.ix +%%SITE_PERL%%/auto/Net/EasyTCP/addclientip.al +%%SITE_PERL%%/Net/EasyTCP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EasyTCP/.packlist +@unexec rmdir %D/%%SITE_PERL%%/auto/Net/EasyTCP 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EasyTCP 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 19:10: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 B16BE37B401 for ; Wed, 28 May 2003 19:10:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0D0543F93 for ; Wed, 28 May 2003 19:10:06 -0700 (PDT) (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 h4T2A6Up054801 for ; Wed, 28 May 2003 19:10:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T2A6MH054800; Wed, 28 May 2003 19:10:06 -0700 (PDT) Resent-Date: Wed, 28 May 2003 19:10:06 -0700 (PDT) Resent-Message-Id: <200305290210.h4T2A6MH054800@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, James McNaughton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6717037B401 for ; Wed, 28 May 2003 19:01:14 -0700 (PDT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF50943FA3 for ; Wed, 28 May 2003 19:01:13 -0700 (PDT) (envelope-from jtm63@rcn.com) Received: from 24-148-33-62.na.21stcentury.net ([24.148.33.62] helo=jamestown.rcn.com) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 19LCjB-00015p-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 28 May 2003 22:01:13 -0400 Received: from jamestown.rcn.com (localhost [127.0.0.1]) by jamestown.rcn.com (8.12.7/8.12.7) with ESMTP id h4T21BdK046276 for ; Wed, 28 May 2003 21:01:11 -0500 (CDT) (envelope-from jtm@localhost.rcn.com) Received: (from jtm@localhost) by jamestown.rcn.com (8.12.7/8.12.7/Submit) id h4T21AuL046275; Wed, 28 May 2003 21:01:10 -0500 (CDT) (envelope-from jtm) Message-Id: <200305290201.h4T21AuL046275@jamestown.rcn.com> Date: Wed, 28 May 2003 21:01:10 -0500 (CDT) From: James McNaughton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52773: mysql-gui won't build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: James McNaughton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 02:10:08 -0000 >Number: 52773 >Category: ports >Synopsis: mysql-gui won't build >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 May 28 19:10:06 PDT 2003 >Closed-Date: >Last-Modified: >Originator: James McNaughton >Release: FreeBSD 4.8-PRERELEASE i386 >Organization: None >Environment: System: FreeBSD jamestown.rcn.com 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #5: Fri Mar 7 18:24:54 CST 2003 jtm@jamestown.rcn.com:/usr/obj/usr/src/sys/JAMESTOWN i386 >Description: installing mysql-gui from the ports fails during patching. >How-To-Repeat: Try to build it >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 19: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 F2BE437B405 for ; Wed, 28 May 2003 19:40:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 936BA43FBD for ; Wed, 28 May 2003 19:40:08 -0700 (PDT) (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 h4T2e8Up055742 for ; Wed, 28 May 2003 19:40:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T2e8nT055741; Wed, 28 May 2003 19:40:08 -0700 (PDT) Resent-Date: Wed, 28 May 2003 19:40:08 -0700 (PDT) Resent-Message-Id: <200305290240.h4T2e8nT055741@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, Palle Girgensohn Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69C6537B401; Wed, 28 May 2003 19:34:30 -0700 (PDT) Received: from amsfep16-int.chello.nl (amsfep16-int.chello.nl [213.46.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF49743F93; Wed, 28 May 2003 19:34:28 -0700 (PDT) (envelope-from girgen@smtp.chello.se) Received: from palle.girgensohn.se ([213.89.138.245]) by amsfep16-int.chello.nlESMTP <20030529023427.VBRS6143.amsfep16-int.chello.nl@palle.girgensohn.se>; Thu, 29 May 2003 04:34:27 +0200 Received: from palle.girgensohn.se (localhost [127.0.0.1]) by palle.girgensohn.se (8.12.9/8.12.9) with ESMTP id h4T2YQMw075627; Thu, 29 May 2003 04:34:26 +0200 (CEST) (envelope-from girgen@palle.girgensohn.se) Received: (from girgen@localhost) by palle.girgensohn.se (8.12.9/8.12.9/Submit) id h4T2YQJA075626; Thu, 29 May 2003 04:34:26 +0200 (CEST) (envelope-from girgen) Message-Id: <200305290234.h4T2YQJA075626@palle.girgensohn.se> Date: Thu, 29 May 2003 04:34:26 +0200 (CEST) From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: znerd@FreeBSD.org Subject: ports/52774: New port: mod_jk2 port (a clean build) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Palle Girgensohn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 02:40:14 -0000 >Number: 52774 >Category: ports >Synopsis: New port: mod_jk2 port (a clean build) >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: Wed May 28 19:40:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.8-RELEASE i386 >Organization: PING PONG >Environment: System: FreeBSD palle.girgensohn.se 4.7-RC FreeBSD 4.7-RC #0: Sun Sep 29 17:21:22 CEST 2002 root@palle.girgensohn.se:/usr/local/obj/usr/src/sys/STORDATAN i386 >Description: Here is yet another port of mod_jk2. This is better, though, since it does not depend on Java to build. mod_jk2 is a C module for apache. The jakarta-tomcat project has historically been rather clumsy at distributing their otherwise fine software, and this is such an example; requiring a JDK to build C code linked to apache... No, please use this port instead, it builds cleanly using only apxs... :) Also, as mentioned as a comment in the Makefile, the jakarta-connectors are distributed at at least two different locations at the jakarta distribution site; at one site, the mod_jk is fresh, at the other, mod_jk2. This is of course very confusing, but the tarball jakarta-tomcat-connectors-4.1.24-src.tar.gz actually holds mod_jk2-2.0.4 (latest version), and I prefer to use that version number. Also, as a separate PR, there is build for apache2 (and also, ports for mod_jk and mod_jk-apache2 are sent in, btw)... :) IMHO, this PR supercedes ports/51995. >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: # # mod_jk2 # mod_jk2/files # mod_jk2/files/patch-configure-in # mod_jk2/files/mod_jk2.conf.sample # mod_jk2/files/workers2.properties.sample # mod_jk2/pkg-message # mod_jk2/pkg-plist # mod_jk2/distinfo # mod_jk2/Makefile # mod_jk2/pkg-descr # echo c - mod_jk2 mkdir -p mod_jk2 > /dev/null 2>&1 echo c - mod_jk2/files mkdir -p mod_jk2/files > /dev/null 2>&1 echo x - mod_jk2/files/patch-configure-in sed 's/^X//' >mod_jk2/files/patch-configure-in << 'END-of-mod_jk2/files/patch-configure-in' XThe apache mod_jk modules *communicate* with Java using an internet Xprotocol, AJP13, but they are written in C. I can't come up with any Xreason to look for a JDK here, it's plain stupid! Since apache and Xtomcat can be run on separate machines, there is no dependency Xwhatsoever... /Palle X X--- configure.in~ Wed Mar 19 10:21:04 2003 X+++ configure.in Thu May 29 01:50:48 2003 X@@ -184,10 +184,10 @@ X X dnl Java settings X X-JK_JDK() X-JK_JDK_OS() X-JK_JNI() X-JK_PCRE() X+dnl JK_JDK() X+dnl JK_JDK_OS() X+dnl JK_JNI() X+dnl JK_PCRE() X X AC_SUBST(JAVA_HOME) X AC_SUBST(JAVA_PLATFORM) END-of-mod_jk2/files/patch-configure-in echo x - mod_jk2/files/mod_jk2.conf.sample sed 's/^X//' >mod_jk2/files/mod_jk2.conf.sample << 'END-of-mod_jk2/files/mod_jk2.conf.sample' X# Replace jsp-hostname with the hostname of your JSP server, as X# specified in workers.properties. X# X X JkWorkersFile %%APACHE_CONF%%/workers.properties X JkLogFile logs/jk.log X JkLogLevel warn X X # Sample JkMounts. Replace these with the paths you would X # like to mount from your JSP server. X JkMount /*.jsp jsp-hostname X JkMount /servlet/* jsp-hostname X JkMount /examples/* jsp-hostname X END-of-mod_jk2/files/mod_jk2.conf.sample echo x - mod_jk2/files/workers2.properties.sample sed 's/^X//' >mod_jk2/files/workers2.properties.sample << 'END-of-mod_jk2/files/workers2.properties.sample' X# Incredibly simple workers.properties file, intended for connecting X# to one host, via AJP13. See the tomcat documentation for X# information on more exotic configuration options. X# X# Change jsp-hostname to the hostname of your JSP server. X# Xworker.list=jsp-hostname X Xworker.jsp-hostname.port=8009 Xworker.jsp-hostname.host=jsp-hostname Xworker.jsp-hostname.type=ajp13 Xworker.jsp-hostname.lbfactor=1 END-of-mod_jk2/files/workers2.properties.sample echo x - mod_jk2/pkg-message sed 's/^X//' >mod_jk2/pkg-message << 'END-of-mod_jk2/pkg-message' X***************************************************************************** XMake sure mod_jk.so is enabled in /usr/local/etc/apache/httpd.conf and Xmod_jk is configured. Have a look at X/usr/local/etc/apache/mod_jk.conf.sample for an example. X***************************************************************************** END-of-mod_jk2/pkg-message echo x - mod_jk2/pkg-plist sed 's/^X//' >mod_jk2/pkg-plist << 'END-of-mod_jk2/pkg-plist' Xetc/apache%%APACHE2%%/mod_jk2.conf.sample Xetc/apache%%APACHE2%%/workers2.properties.sample Xlibexec/apache%%APACHE2%%/mod_jk2.so X@exec %D/sbin/apxs -e -A -n jk2 %f X@unexec %D/sbin/apxs -e -A -n jk2 %f END-of-mod_jk2/pkg-plist echo x - mod_jk2/distinfo sed 's/^X//' >mod_jk2/distinfo << 'END-of-mod_jk2/distinfo' XMD5 (jakarta-tomcat-connectors-4.1.24-src.tar.gz) = 0daa701e51d04570006abce1ac580aed END-of-mod_jk2/distinfo echo x - mod_jk2/Makefile sed 's/^X//' >mod_jk2/Makefile << 'END-of-mod_jk2/Makefile' X# New ports collection makefile for: mod_jk2 X# Date created: Thu May 29 01:24:15 CEST 2003 X# Whom: Palle Girgensohn X# X# $FreeBSD$ X XPORTNAME= mod_jk2 XPORTVERSION= 2.0.4 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} XMASTER_SITE_SUBDIR= jakarta-tomcat-4.0/release/v${DISTVERSION}/src XDISTVERSION= 4.1.24 XDISTNAME= jakarta-tomcat-connectors-${DISTVERSION}-src X# The version numbers are a real mess, but hey, it's not my fault. The X# distributions of tomcat are *really* messy. The mod_jk2 is X# distributed with tomcat-xxx, but does not share its version X# numbering. There is also a separate dist, but it seems to have been X# left to die without further comments... X XMAINTAINER= girgen@pingpong.net XCOMMENT= Apache JK2 module for connecting to Tomcat X XBUILD_DEPENDS= ${APXS}:${APACHE_PORT} XRUN_DEPENDS= ${APXS}:${APACHE_PORT} X XAPXS= ${PREFIX}/sbin/apxs XAPACHE_PORT?= ${PORTSDIR}/www/apache13 XAPACHE_CONF= ${LOCALBASE}/etc/apache${APACHE2} XWRKSRC= ${WRKDIR}/jakarta-tomcat-connectors-${DISTVERSION}-src/jk/native2 X XUSE_GMAKE= YES XUSE_LIBTOOL= YES XUSE_AUTOCONF_VER=253 XUSE_AUTOMAKE_VER=15 XAUTOMAKE_ARGS= --add-missing XGNU_CONFIGURE= YES XCONFIGURE_ARGS+= --with-apxs${APACHE2}=${APXS} XALL_TARGET= jk2-build-apxs XAPACHE2?= XPLIST_SUB= APACHE2=${APACHE2} X Xpost-patch: X cd ${WRKSRC}; ${ACLOCAL}; ${LOCALBASE}/bin/libtoolize X Xdo-install: X cd ${WRKSRC}/server/${APACHE_PORT:C/.*(apache[0-9]*).*/\1/} ;\ X ${GMAKE} -f Makefile.apxs install ;\ X ${APXS} -e -A -n jk2 mod_jk2.so X ${SED} -e "s#%%APACHE_CONF%%#${APACHE_CONF}#g" ${FILESDIR}/mod_jk2.conf.sample > ${WRKDIR}/mod_jk2.conf.sample X ${INSTALL_DATA} ${WRKDIR}/mod_jk2.conf.sample ${APACHE_CONF} X ${INSTALL_DATA} ${FILESDIR}/workers2.properties.sample ${APACHE_CONF} X Xpost-install: X ${CAT} ${PKGMESSAGE} | ${SED} "s|/usr/local|${PREFIX}|g" X X.include END-of-mod_jk2/Makefile echo x - mod_jk2/pkg-descr sed 's/^X//' >mod_jk2/pkg-descr << 'END-of-mod_jk2/pkg-descr' Xmod_jk is a replacement to the elderly mod_jserv. It is a completely Xnew Tomcat-Apache plugin that handles the communication between XTomcat and Apache. X XWWW: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html END-of-mod_jk2/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 19: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 F2FEC37B407 for ; Wed, 28 May 2003 19:40:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F035643FCB for ; Wed, 28 May 2003 19:40:08 -0700 (PDT) (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 h4T2e8Up055755 for ; Wed, 28 May 2003 19:40:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T2e8VQ055754; Wed, 28 May 2003 19:40:08 -0700 (PDT) Resent-Date: Wed, 28 May 2003 19:40:08 -0700 (PDT) Resent-Message-Id: <200305290240.h4T2e8VQ055754@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, Palle Girgensohn Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 372FB37B401; Wed, 28 May 2003 19:36:53 -0700 (PDT) Received: from amsfep16-int.chello.nl (amsfep16-int.chello.nl [213.46.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D561743F3F; Wed, 28 May 2003 19:36:51 -0700 (PDT) (envelope-from girgen@smtp.chello.se) Received: from palle.girgensohn.se ([213.89.138.245]) by amsfep16-int.chello.nlESMTP <20030529023651.VCFW6143.amsfep16-int.chello.nl@palle.girgensohn.se>; Thu, 29 May 2003 04:36:51 +0200 Received: from palle.girgensohn.se (localhost [127.0.0.1]) by palle.girgensohn.se (8.12.9/8.12.9) with ESMTP id h4T2aoMw076037; Thu, 29 May 2003 04:36:50 +0200 (CEST) (envelope-from girgen@palle.girgensohn.se) Received: (from girgen@localhost) by palle.girgensohn.se (8.12.9/8.12.9/Submit) id h4T2aoXW076026; Thu, 29 May 2003 04:36:50 +0200 (CEST) (envelope-from girgen) Message-Id: <200305290236.h4T2aoXW076026@palle.girgensohn.se> Date: Thu, 29 May 2003 04:36:50 +0200 (CEST) From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: znerd@FreeBSD.org Subject: ports/52775: New port: mod_jk2 slave port for apache2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Palle Girgensohn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 02:40:14 -0000 >Number: 52775 >Category: ports >Synopsis: New port: mod_jk2 slave port for apache2 >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: Wed May 28 19:40:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.8-RELEASE i386 >Organization: PING PONG >Environment: System: FreeBSD palle.girgensohn.se 4.7-RC FreeBSD 4.7-RC #0: Sun Sep 29 17:21:22 CEST 2002 root@palle.girgensohn.se:/usr/local/obj/usr/src/sys/STORDATAN i386 >Description: See previous PR, this is a slave port to build mod_jk2 for apache2. >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: # # mod_jk2-apache2 # mod_jk2-apache2/Makefile # echo c - mod_jk2-apache2 mkdir -p mod_jk2-apache2 > /dev/null 2>&1 echo x - mod_jk2-apache2/Makefile sed 's/^X//' >mod_jk2-apache2/Makefile << 'END-of-mod_jk2-apache2/Makefile' X# New ports collection makefile for: mod_jk2-apache2 X# Date created: Thu May 29 01:24:15 CEST 2003 X# Whom: Palle Girgensohn X# X# $FreeBSD$ X XMASTERDIR= ${.CURDIR}/../mod_jk2 XCOMMENT= Apache2 JK2 module for connecting to Tomcat using AJP1X X XPKGNAMESUFFIX= -apache2 X XAPACHE_PORT?= ${PORTSDIR}/www/apache2 XAPACHE2= 2 X X.include "${MASTERDIR}/Makefile" END-of-mod_jk2-apache2/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 19:50: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 EA03E37B401 for ; Wed, 28 May 2003 19:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A91AE43FBD for ; Wed, 28 May 2003 19:50:03 -0700 (PDT) (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 h4T2o3Up056134 for ; Wed, 28 May 2003 19:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T2o3Jn056133; Wed, 28 May 2003 19:50:03 -0700 (PDT) Resent-Date: Wed, 28 May 2003 19:50:03 -0700 (PDT) Resent-Message-Id: <200305290250.h4T2o3Jn056133@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, Palle Girgensohn Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C336937B401; Wed, 28 May 2003 19:48:48 -0700 (PDT) Received: from amsfep11-int.chello.nl (amsfep11-int.chello.nl [213.46.243.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 455D043F75; Wed, 28 May 2003 19:48:47 -0700 (PDT) (envelope-from girgen@smtp.chello.se) Received: from palle.girgensohn.se ([213.89.138.245]) by amsfep11-int.chello.nlESMTP <20030529024845.YKEJ7516.amsfep11-int.chello.nl@palle.girgensohn.se>; Thu, 29 May 2003 04:48:45 +0200 Received: from palle.girgensohn.se (localhost [127.0.0.1]) by palle.girgensohn.se (8.12.9/8.12.9) with ESMTP id h4T2mjMw078411; Thu, 29 May 2003 04:48:45 +0200 (CEST) (envelope-from girgen@palle.girgensohn.se) Received: (from girgen@localhost) by palle.girgensohn.se (8.12.9/8.12.9/Submit) id h4T2mjXD078410; Thu, 29 May 2003 04:48:45 +0200 (CEST) (envelope-from girgen) Message-Id: <200305290248.h4T2mjXD078410@palle.girgensohn.se> Date: Thu, 29 May 2003 04:48:45 +0200 (CEST) From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: znerd@FreeBSD.org Subject: ports/52776: www/mod_jk fix and update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Palle Girgensohn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 02:50:05 -0000 >Number: 52776 >Category: ports >Synopsis: www/mod_jk fix and update >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 28 19:50:03 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: PING PONG >Environment: System: FreeBSD palle.girgensohn.se 4.7-RC FreeBSD 4.7-RC #0: Sun Sep 29 17:21:22 CEST 2002 root@palle.girgensohn.se:/usr/local/obj/usr/src/sys/STORDATAN i386 >Description: Hi, Here's a suggestion to fix the broken mod_jk. It builds very cleanly without depending on anything more than necessary, and has a slave ports (sent in separately) for building with apache2. Also, it is a major update of the apache module for communicating with apache using ajp1x. It is compatible with tomcat-3.x, 4.x (and surely 5.x) on the Java side. See also ports/52774 and ports/52775 for the equivalent jk2 ports. I think there is a gain for the FreeBSD community to use all four ports I've sent in tonight. >How-To-Repeat: >Fix: Apply the patch below to www/mod_jk and don't forget to add and remove some stuff: cvs remove files/Makefile.freebsd \ files/mod_jk.conf cvs add files/mod_jk.conf.sample \ files/patch-configure.in \ files/workers.properties.sample Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mod_jk/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- Makefile 6 May 2003 21:26:23 -0000 1.12 +++ Makefile 29 May 2003 02:13:05 -0000 @@ -6,46 +6,45 @@ # PORTNAME= mod_jk -PORTVERSION= 3.3.1 -PORTREVISION= 2 +PORTVERSION= 1.2.3 +PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= http://jakarta.apache.org/builds/jakarta-tomcat/release/v${PORTVERSION}/src/ \ - http://www.metaverse.nl/~ernst/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= znerd -DISTNAME= jakarta-tomcat-${PORTVERSION}-src +MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} +MASTER_SITE_SUBDIR= jakarta-tomcat-connectors/jk/release/v${PORTVERSION}/src +DISTNAME= jakarta-tomcat-connectors-jk-${PORTVERSION}-src MAINTAINER= znerd@FreeBSD.org -COMMENT= Apache module for Tomcat 3 - -BROKEN= "Broken dependency" +COMMENT= Apache JK module for Tomcat BUILD_DEPENDS= ${APXS}:${APACHE_PORT} -RUN_DEPENDS= ${APXS}:${APACHE_PORT} \ - ${TOMCAT_HOME}/lib/tomcat.jar:${PORTSDIR}/www/jakarta-tomcat3 - -USE_GMAKE= YES -USE_JAVA= 1.2+ -MAKEFILE= Makefile.freebsd -WRKSRC= ${WRKDIR}/jakarta-tomcat-${PORTVERSION}-src/src/native/mod_jk/apache1.3 +RUN_DEPENDS= ${APXS}:${APACHE_PORT} -APXS?= ${LOCALBASE}/sbin/apxs +APXS= ${LOCALBASE}/sbin/apxs APACHE_PORT?= ${PORTSDIR}/www/apache13 -TOMCAT_HOME?= ${LOCALBASE}/jakarta-tomcat${PORTVERSION} +APACHE_CONF= ${LOCALBASE}/etc/apache${APACHE2} +WRKSRC= ${WRKDIR}/jakarta-tomcat-connectors-jk-${PORTVERSION}-src/jk/native -post-extract: - ${MV} ${WRKSRC}/Makefile.freebsd ${WRKSRC}/Makefile.freebsd.orig +USE_GMAKE= YES +USE_LIBTOOL= YES +USE_AUTOCONF_VER= 253 +USE_AUTOMAKE_VER= 15 +AUTOMAKE_ARGS= --add-missing +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-apxs=${APXS} +APACHE2?= +APACHE_VER?= 1.3 +PLIST_SUB= APACHE2=${APACHE2} post-patch: - ${SED} \ - -e "s#%%APXS%%#${APXS}#g" \ - -e "s#%%JAVA_HOME%%#${JAVA_HOME}#g" \ - ${FILESDIR}/Makefile.freebsd \ - > ${WRKSRC}/Makefile.freebsd + cd ${WRKSRC}; ${ACLOCAL}; ${LOCALBASE}/bin/libtoolize do-install: - ${APXS} -i -A -n jk ${WRKSRC}/mod_jk.so - ${SED} -e "s#%%TOMCAT_HOME%%#${TOMCAT_HOME}#g" ${FILESDIR}/mod_jk.conf > ${WRKDIR}/mod_jk.conf - ${INSTALL_DATA} ${WRKDIR}/mod_jk.conf ${PREFIX}/etc/apache + ${APXS} -i -A -n jk ${WRKSRC}/apache-${APACHE_VER}/mod_jk.so + ${SED} -e "s#%%APACHE_CONF%%#${APACHE_CONF}#g" ${FILESDIR}/mod_jk.conf.sample > ${WRKDIR}/mod_jk.conf.sample + ${INSTALL_DATA} ${WRKDIR}/mod_jk.conf.sample ${APACHE_CONF} + ${INSTALL_DATA} ${FILESDIR}/workers.properties.sample ${APACHE_CONF} + +post-install: + ${CAT} ${PKGMESSAGE} | ${SED} "s|/usr/local|${PREFIX}|g" .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/mod_jk/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 3 Apr 2002 21:10:59 -0000 1.4 +++ distinfo 28 May 2003 22:26:03 -0000 @@ -1 +1 @@ -MD5 (jakarta-tomcat-3.3.1-src.tar.gz) = 7f472a332d098a3591a3ce861747e995 +MD5 (jakarta-tomcat-connectors-jk-1.2.3-src.tar.gz) = 4c2c2a4e6a6ad8a912afaffbff173227 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/www/mod_jk/pkg-descr,v retrieving revision 1.2 diff -u -u -r1.2 pkg-descr --- pkg-descr 8 Aug 2001 08:44:40 -0000 1.2 +++ pkg-descr 28 May 2003 22:40:38 -0000 @@ -2,4 +2,4 @@ new Tomcat-Apache plugin that handles the communication between Tomcat and Apache. -WWW: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html +WWW: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/www/mod_jk/pkg-message,v retrieving revision 1.2 diff -u -u -r1.2 pkg-message --- pkg-message 22 Feb 2002 10:09:30 -0000 1.2 +++ pkg-message 29 May 2003 01:43:04 -0000 @@ -1,5 +1,5 @@ ***************************************************************************** -Make sure mod_jk.so is enabled in ${PREFIX}/etc/apache/httpd.conf -and mod_jk is configured. Have a look at ${PREFIX}/etc/apache/mod_jk.conf -for an example. +Make sure mod_jk.so is enabled in /usr/local/etc/apache/httpd.conf and +mod_jk is configured. Have a look at +/usr/local/etc/apache/mod_jk.conf.sample for an example. ***************************************************************************** Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_jk/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 20 May 2001 14:00:17 -0000 1.1 +++ pkg-plist 29 May 2003 00:39:30 -0000 @@ -1,4 +1,5 @@ -etc/apache/mod_jk.conf -libexec/apache/mod_jk.so +etc/apache%%APACHE2%%/mod_jk.conf.sample +etc/apache%%APACHE2%%/workers.properties.sample +libexec/apache%%APACHE2%%/mod_jk.so @exec %D/sbin/apxs -e -A -n jk %f @unexec %D/sbin/apxs -e -A -n jk %f --- /dev/null Thu May 29 04:09:23 2003 +++ files/patch-configure.in Wed Apr 16 23:04:18 2003 @@ -0,0 +1,11 @@ +--- configure.in.orig Tue Dec 17 05:20:55 2002 ++++ configure.in Thu Apr 10 13:18:40 2003 +@@ -102,7 +102,7 @@ + WEBSERVER="apache-2.0" + APXSCFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CFLAGS`" + APXSCPPFLAGS="`${APXS} -q EXTRA_CPPFLAGS`" +- APACHE_CONFIG_VARS=${apache_dir}/build/config_vars.mk ++ APACHE_CONFIG_VARS=${prefix}/share/apache2/build/config_vars.mk + fi + AC_MSG_RESULT([building connector for \"$WEBSERVER\"]) + --- /dev/null Thu May 29 04:09:23 2003 +++ files/workers.properties.sample Wed Apr 16 23:04:18 2003 @@ -0,0 +1,12 @@ +# Incredibly simple workers.properties file, intended for connecting +# to one host, via AJP13. See the tomcat documentation for +# information on more exotic configuration options. +# +# Change jsp-hostname to the hostname of your JSP server. +# +worker.list=jsp-hostname + +worker.jsp-hostname.port=8009 +worker.jsp-hostname.host=jsp-hostname +worker.jsp-hostname.type=ajp13 +worker.jsp-hostname.lbfactor=1 --- /dev/null Thu May 29 04:09:23 2003 +++ files/mod_jk.conf.sample Wed Apr 16 23:04:18 2003 @@ -0,0 +1,14 @@ +# Replace jsp-hostname with the hostname of your JSP server, as +# specified in workers.properties. +# + + JkWorkersFile %%APACHE_CONF%%/workers.properties + JkLogFile logs/jk.log + JkLogLevel warn + + # Sample JkMounts. Replace these with the paths you would + # like to mount from your JSP server. + JkMount /*.jsp jsp-hostname + JkMount /servlet/* jsp-hostname + JkMount /examples/* jsp-hostname + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 20:00: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 ACFBB37B401 for ; Wed, 28 May 2003 20:00:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 985E243F85 for ; Wed, 28 May 2003 20:00:30 -0700 (PDT) (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 h4T30UUp056427 for ; Wed, 28 May 2003 20:00:30 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T30Uuk056426; Wed, 28 May 2003 20:00:30 -0700 (PDT) Resent-Date: Wed, 28 May 2003 20:00:30 -0700 (PDT) Resent-Message-Id: <200305290300.h4T30Uuk056426@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, Palle Girgensohn Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6A5537B401; Wed, 28 May 2003 19:51:41 -0700 (PDT) Received: from amsfep12-int.chello.nl (amsfep12-int.chello.nl [213.46.243.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC7E43FA3; Wed, 28 May 2003 19:51:40 -0700 (PDT) (envelope-from girgen@smtp.chello.se) Received: from palle.girgensohn.se ([213.89.138.245]) by amsfep12-int.chello.nlESMTP <20030529025139.TEBS6336.amsfep12-int.chello.nl@palle.girgensohn.se>; Thu, 29 May 2003 04:51:39 +0200 Received: from palle.girgensohn.se (localhost [127.0.0.1]) by palle.girgensohn.se (8.12.9/8.12.9) with ESMTP id h4T2pcMw078471; Thu, 29 May 2003 04:51:38 +0200 (CEST) (envelope-from girgen@palle.girgensohn.se) Received: (from girgen@localhost) by palle.girgensohn.se (8.12.9/8.12.9/Submit) id h4T2pcxL078470; Thu, 29 May 2003 04:51:38 +0200 (CEST) (envelope-from girgen) Message-Id: <200305290251.h4T2pcxL078470@palle.girgensohn.se> Date: Thu, 29 May 2003 04:51:38 +0200 (CEST) From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: znerd@FreeBSD.org Subject: ports/52777: New slave port: mod_jk-apache2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Palle Girgensohn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 03:00:32 -0000 >Number: 52777 >Category: ports >Synopsis: New slave port: mod_jk-apache2 >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: Wed May 28 20:00:30 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.8-RELEASE i386 >Organization: PING PONG >Environment: System: FreeBSD palle.girgensohn.se 4.7-RC FreeBSD 4.7-RC #0: Sun Sep 29 17:21:22 CEST 2002 root@palle.girgensohn.se:/usr/local/obj/usr/src/sys/STORDATAN i386 >Description: Here is a slave port that builds mod_jk for apache2. It depends on a previously sent in update for www/mod_jk, ports/52776 >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: # # mod_jk-apache2 # mod_jk-apache2/Makefile # echo c - mod_jk-apache2 mkdir -p mod_jk-apache2 > /dev/null 2>&1 echo x - mod_jk-apache2/Makefile sed 's/^X//' >mod_jk-apache2/Makefile << 'END-of-mod_jk-apache2/Makefile' X# New ports collection makefile for: mod_jk-apache2 X# Date created: Thu May 29 01:24:15 CEST 2003 X# Whom: Palle Girgensohn X# X# $FreeBSD$ X XMASTERDIR= ${.CURDIR}/../mod_jk XCOMMENT= Apache2 JK module for connecting to Tomcat using AJP1X X XPKGNAMESUFFIX= -apache2 X XAPACHE_PORT?= ${PORTSDIR}/www/apache2 XAPACHE2= 2 XAPACHE_VER= 2.0 X X.include "${MASTERDIR}/Makefile" END-of-mod_jk-apache2/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 20:03: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 48A1D37B401; Wed, 28 May 2003 20:03:20 -0700 (PDT) Received: from amsfep13-int.chello.nl (amsfep13-int.chello.nl [213.46.243.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A9443FDD; Wed, 28 May 2003 20:03:18 -0700 (PDT) (envelope-from girgen@pingpong.net) Received: from palle.girgensohn.se ([213.89.138.245]) by amsfep13-int.chello.nlESMTP <20030529030317.BSIE16676.amsfep13-int.chello.nl@palle.girgensohn.se>; Thu, 29 May 2003 05:03:17 +0200 Received: from localhost (localhost [127.0.0.1]) by palle.girgensohn.se (8.12.9/8.12.9) with ESMTP id h4T33GMw078502; Thu, 29 May 2003 05:03:16 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Thu, 29 May 2003 05:03:16 +0200 From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <149050000.1054177396@palle.girgensohn.se> In-Reply-To: <200305290250.h4T2o3m5056119@freefall.freebsd.org> References: <200305290250.h4T2o3m5056119@freefall.freebsd.org> X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: Larry Lansing Subject: Re: ports/52776: www/mod_jk fix and 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: Thu, 29 May 2003 03:03:20 -0000 Forgot to mention, this port builds on work by Larry Lansing , in PR ports/50828. This really supersedes and updates that port, though. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 20:04:45 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 02FD737B401; Wed, 28 May 2003 20:04:45 -0700 (PDT) Received: from amsfep11-int.chello.nl (amsfep11-int.chello.nl [213.46.243.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B7AE43F85; Wed, 28 May 2003 20:04:43 -0700 (PDT) (envelope-from girgen@pingpong.net) Received: from palle.girgensohn.se ([213.89.138.245]) by amsfep11-int.chello.nlESMTP <20030529030442.YOPP7516.amsfep11-int.chello.nl@palle.girgensohn.se>; Thu, 29 May 2003 05:04:42 +0200 Received: from localhost (localhost [127.0.0.1]) by palle.girgensohn.se (8.12.9/8.12.9) with ESMTP id h4T34fMw078505; Thu, 29 May 2003 05:04:42 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Thu, 29 May 2003 05:04:41 +0200 From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <153490000.1054177481@palle.girgensohn.se> In-Reply-To: <200305290240.h4T2e784055730@freefall.freebsd.org> References: <200305290240.h4T2e784055730@freefall.freebsd.org> X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: ports/52774: New port: mod_jk2 port (a clean 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: Thu, 29 May 2003 03:04:45 -0000 Forgot to mention, this port builds on work by Larry Lansing , in PR ports/50828. I left his name as "creator", though for this port, there is not much left from original. Thanks Larry! From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 20:10: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 6858A37B401 for ; Wed, 28 May 2003 20:10:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F111743FA3 for ; Wed, 28 May 2003 20:10:09 -0700 (PDT) (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 h4T3A9Up060129 for ; Wed, 28 May 2003 20:10:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T3A9rM060128; Wed, 28 May 2003 20:10:09 -0700 (PDT) Date: Wed, 28 May 2003 20:10:09 -0700 (PDT) Message-Id: <200305290310.h4T3A9rM060128@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Palle Girgensohn Subject: Re: ports/52776: www/mod_jk fix and update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Palle Girgensohn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 03:10:10 -0000 The following reply was made to PR ports/52776; it has been noted by GNATS. From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Larry Lansing Subject: Re: ports/52776: www/mod_jk fix and update Date: Thu, 29 May 2003 05:03:16 +0200 Forgot to mention, this port builds on work by Larry Lansing , in PR ports/50828. This really supersedes and updates that port, though. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 20: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 8467A37B401 for ; Wed, 28 May 2003 20:10:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 165D043FA3 for ; Wed, 28 May 2003 20:10:12 -0700 (PDT) (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 h4T3ABUp060153 for ; Wed, 28 May 2003 20:10:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T3ABVi060150; Wed, 28 May 2003 20:10:11 -0700 (PDT) Date: Wed, 28 May 2003 20:10:11 -0700 (PDT) Message-Id: <200305290310.h4T3ABVi060150@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Palle Girgensohn Subject: Re: ports/52774: New port: mod_jk2 port (a clean build) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Palle Girgensohn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 03:10:12 -0000 The following reply was made to PR ports/52774; it has been noted by GNATS. From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/52774: New port: mod_jk2 port (a clean build) Date: Thu, 29 May 2003 05:04:41 +0200 Forgot to mention, this port builds on work by Larry Lansing , in PR ports/50828. I left his name as "creator", though for this port, there is not much left from original. Thanks Larry! From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 20:19: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 B5C2237B401; Wed, 28 May 2003 20:19:14 -0700 (PDT) Received: from amsfep11-int.chello.nl (amsfep11-int.chello.nl [213.46.243.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2103643FA3; Wed, 28 May 2003 20:19:13 -0700 (PDT) (envelope-from girgen@pingpong.net) Received: from palle.girgensohn.se ([213.89.138.245]) by amsfep11-int.chello.nlESMTP <20030529031912.YSMO7516.amsfep11-int.chello.nl@palle.girgensohn.se>; Thu, 29 May 2003 05:19:12 +0200 Received: from palle.girgensohn.se (localhost [127.0.0.1]) by palle.girgensohn.se (8.12.9/8.12.9) with ESMTP id h4T3JBMw081967; Thu, 29 May 2003 05:19:11 +0200 (CEST) (envelope-from girgen@pingpong.net) Received: (from girgen@localhost) by palle.girgensohn.se (8.12.9/8.12.9/Submit) id h4T3JAwi081905; Thu, 29 May 2003 05:19:10 +0200 (CEST) (envelope-from girgen@pingpong.net) X-Authentication-Warning: palle.girgensohn.se: girgen set sender to girgen@pingpong.net using -f Sender: girgen@pingpong.net To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: Palle Girgensohn Date: 29 May 2003 05:19:09 +0200 Message-ID: <87add6qw2a.fsf@palle.girgensohn.se> Lines: 31 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: ports/52774: New port: mod_jk2 port (a clean 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: Thu, 29 May 2003 03:19:15 -0000 Hi! Sorry, I missed one patch file. extract and add this as well, please: mod_jk2/files/patch-apache13-makefile-apxs-in # 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: # # mod_jk2/files/patch-apache13-makefile-apxs-in # echo x - mod_jk2/files/patch-apache13-makefile-apxs-in sed 's/^X//' >mod_jk2/files/patch-apache13-makefile-apxs-in << 'END-of-mod_jk2/files/patch-apache13-makefile-apxs-in' X--- server/apache13/Makefile.apxs.in~ Wed Mar 19 10:21:04 2003 X+++ server/apache13/Makefile.apxs.in Thu May 29 05:09:19 2003 X@@ -20,5 +20,8 @@ X mod_jk2.so: X $(APXS) -c -o $@ -Wc,"${JK_INCL} ${APR_CFLAGS} ${APR_LDFLAGS}" "${JAVA_INCL}" mod_jk2.c ${COMMON_C_FILES} X X+install: X+ $(APXS) -i mod_jk2.so X+ X clean: X rm -f *.o *.so END-of-mod_jk2/files/patch-apache13-makefile-apxs-in exit From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 20:20: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 B2CA637B401 for ; Wed, 28 May 2003 20:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5603543FB1 for ; Wed, 28 May 2003 20:20:15 -0700 (PDT) (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 h4T3KFUp060578 for ; Wed, 28 May 2003 20:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T3KFNE060574; Wed, 28 May 2003 20:20:15 -0700 (PDT) Date: Wed, 28 May 2003 20:20:15 -0700 (PDT) Message-Id: <200305290320.h4T3KFNE060574@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Palle Girgensohn Subject: Re: ports/52774: New port: mod_jk2 port (a clean build) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Palle Girgensohn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 03:20:16 -0000 The following reply was made to PR ports/52774; it has been noted by GNATS. From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/52774: New port: mod_jk2 port (a clean build) Date: 29 May 2003 05:19:09 +0200 Hi! Sorry, I missed one patch file. extract and add this as well, please: mod_jk2/files/patch-apache13-makefile-apxs-in # 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: # # mod_jk2/files/patch-apache13-makefile-apxs-in # echo x - mod_jk2/files/patch-apache13-makefile-apxs-in sed 's/^X//' >mod_jk2/files/patch-apache13-makefile-apxs-in << 'END-of-mod_jk2/files/patch-apache13-makefile-apxs-in' X--- server/apache13/Makefile.apxs.in~ Wed Mar 19 10:21:04 2003 X+++ server/apache13/Makefile.apxs.in Thu May 29 05:09:19 2003 X@@ -20,5 +20,8 @@ X mod_jk2.so: X $(APXS) -c -o $@ -Wc,"${JK_INCL} ${APR_CFLAGS} ${APR_LDFLAGS}" "${JAVA_INCL}" mod_jk2.c ${COMMON_C_FILES} X X+install: X+ $(APXS) -i mod_jk2.so X+ X clean: X rm -f *.o *.so END-of-mod_jk2/files/patch-apache13-makefile-apxs-in exit From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 21: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 F137337B401 for ; Wed, 28 May 2003 21:40:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A26943F75 for ; Wed, 28 May 2003 21:40:09 -0700 (PDT) (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 h4T4e9Up066891 for ; Wed, 28 May 2003 21:40:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T4e9UM066890; Wed, 28 May 2003 21:40:09 -0700 (PDT) Date: Wed, 28 May 2003 21:40:09 -0700 (PDT) Message-Id: <200305290440.h4T4e9UM066890@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Hajimu UMEMOTO Subject: Re: ports/52755: ports net/openldap21 has recursive dependency loop X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hajimu UMEMOTO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 04:40:10 -0000 The following reply was made to PR ports/52755; it has been noted by GNATS. From: Hajimu UMEMOTO To: "Scot W. Hetzel" Cc: , , Subject: Re: ports/52755: ports net/openldap21 has recursive dependency loop Date: Thu, 29 May 2003 13:34:01 +0900 Hi, >>>>> On Wed, 28 May 2003 16:35:18 -0500 >>>>> "Scot W. Hetzel" said: hetzels> The problem is that security/cyrus-sasl2 libraries don't require LDAP, as hetzels> there is no auxprop plugin to support LDAP lookups. The only program that hetzels> can use LDAP is the saslauthd program. Away to work around this circular hetzels> dependency is to break the security/cyrus-sasl2 port into 2 ports: hetzels> security/cyrus-sasl2 hetzels> security/cyrus-saslauthd2 (dependency on security/cyrus-sasl2) Yes, I already made it locally, and am waiting for ports freeze is over. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 22: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 D3A8B37B401 for ; Wed, 28 May 2003 22:00:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D54E43FA3 for ; Wed, 28 May 2003 22:00:26 -0700 (PDT) (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 h4T50QUp067584 for ; Wed, 28 May 2003 22:00:26 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T50Q1Y067583; Wed, 28 May 2003 22:00:26 -0700 (PDT) Resent-Date: Wed, 28 May 2003 22:00:26 -0700 (PDT) Resent-Message-Id: <200305290500.h4T50Q1Y067583@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, John Gillis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B7B737B401 for ; Wed, 28 May 2003 21:59:38 -0700 (PDT) Received: from boobookittyfuck.zefram.net (h000625092177.ne.client2.attbi.com [24.91.169.14]) by mx1.FreeBSD.org (Postfix) with SMTP id 91C2D43F75 for ; Wed, 28 May 2003 21:59:37 -0700 (PDT) (envelope-from zefram@boobookittyfuck.zefram.net) Received: (qmail 13270 invoked by uid 1000); 29 May 2003 04:59:33 -0000 Message-Id: <20030529045933.13269.qmail@boobookittyfuck.zefram.net> Date: 29 May 2003 04:59:33 -0000 From: John Gillis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: John Gillis Subject: ports/52778: freetype2 make install failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Gillis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 05:00:28 -0000 >Number: 52778 >Category: ports >Synopsis: freetype2 make install failure >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 May 28 22:00:26 PDT 2003 >Closed-Date: >Last-Modified: >Originator: John Gillis >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD boobookittyfuck.zefram.net 4.8-STABLE FreeBSD 4.8-STABLE #4: Sun Apr 27 22:34:38 EDT 2003 zefram@boobookittyfuck.zefram.net:/usr/obj/usr/src/sys/BOOBOOKITTYFUCK i386 >Description: When upgrading to the new version of freetype2 manually from the ports (portupgrade gave me problems), I was unable to `make install` the port. I received the following errors en masse: ------------------ "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. ------------------ This error repeated more than 70 times. There are normal lines of Makefile output, but I will not include the full text of the error, because I'm sure you would appreciate the space/bandwidth considerations. An example of the error with Makefile output in it is as follows, taken from the end of the input: ------------------ install -c -o root -g wheel -m 444 /usr/ports/print/freetype2/work/freetype-2.1.4/builds/unix/ft2unix.h /usr/local/include/ft2build.h "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. gmake: *** [install] Error 2 *** Error code 2 Stop in /usr/ports/print/freetype2. ------------------ Any help would be appreciated. John >How-To-Repeat: Every time I run `make install`. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 22:10: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 7168137B401 for ; Wed, 28 May 2003 22:10:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5106D43FA3 for ; Wed, 28 May 2003 22:10:05 -0700 (PDT) (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 h4T5A5Up071282 for ; Wed, 28 May 2003 22:10:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T5A5Ms071281; Wed, 28 May 2003 22:10:05 -0700 (PDT) Resent-Date: Wed, 28 May 2003 22:10:05 -0700 (PDT) Resent-Message-Id: <200305290510.h4T5A5Ms071281@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, overholt@GeekDude.Com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 380A437B401 for ; Wed, 28 May 2003 22:08:52 -0700 (PDT) Received: from mail.geekdude.com (adsl-63-198-177-6.dsl.snfc21.pacbell.net [63.198.177.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B44A43F85 for ; Wed, 28 May 2003 22:08:51 -0700 (PDT) (envelope-from overholt@mail.geekdude.com) Received: from mail.geekdude.com (localhost.geekdude.com [127.0.0.1]) by mail.geekdude.com (8.12.9/8.12.9) with ESMTP id h4T5C8gw013387; Wed, 28 May 2003 22:12:08 -0700 (PDT) (envelope-from overholt@mail.geekdude.com) Received: (from overholt@localhost) by mail.geekdude.com (8.12.9/8.12.9/Submit) id h4T5C8vX013386; Wed, 28 May 2003 22:12:08 -0700 (PDT) (envelope-from overholt) Message-Id: <200305290512.h4T5C8vX013386@mail.geekdude.com> Date: Wed, 28 May 2003 22:12:08 -0700 (PDT) From: overholt@GeekDude.Com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: overholt@GeekDude.Com Subject: ports/52779: please make rat and sdr use tcl/tk8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: overholt@GeekDude.Com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 05:10:06 -0000 >Number: 52779 >Category: ports >Synopsis: please make rat and sdr use tcl/tk8.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: Wed May 28 22:10:04 PDT 2003 >Closed-Date: >Last-Modified: >Originator: overholt >Release: FreeBSD 4.8-STABLE i386 >Organization: geekdude >Environment: System: FreeBSD boboy 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Apr 7 15:26:45 PDT 2003 root@boboy:/usr/obj/usr/src/sys/BOBOY i386 >Description: sdr and rat now use tcl8.2 and tk8.2. please update the Makefiles and files so it will use tcl8.3 and tk8.3 >How-To-Repeat: portinstall rat sdr >Fix: rat is easy, just the FreeBSD Makefile... boboy:/usr/ports/mbone/rat# diff Makefile.orig Makefile 19,20c19,20 < TCLTK_VERSION= 8.2 < LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 --- > TCLTK_VERSION= 8.3 > LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 sdr needs changes in the FreeBSD Makefile and 2 files... boboy:/usr/ports/mbone/sdr# diff Makefile.orig Makefile 10c10 < CATEGORIES= mbone tk82 --- > CATEGORIES= mbone tk83 16c16 < LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 --- > LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 boboy:/usr/ports/mbone/sdr/files# diff Makefile.freebsd.orig Makefile.freebsd 2,3c2,3 < INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.2 -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/uclmmbase < LIBS = -L${LOCALBASE}/lib -ltk82 -ltcl82 -luclmmbase -L${X11BASE}/lib -lX11 -lz -lm --- > INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.3 -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/uclmmbase > LIBS = -L${LOCALBASE}/lib -ltk83 -ltcl83 -luclmmbase -L${X11BASE}/lib -lX11 -lz -lm boboy:/usr/ports/mbone/sdr/files# diff patch-ab.orig patch-ab 8c8 < + tclsh8.2 ../src/plugin2tcl.tcl --- > + tclsh8.3 ../src/plugin2tcl.tcl >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 23:30: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 451CF37B401 for ; Wed, 28 May 2003 23:30:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B44E43F85 for ; Wed, 28 May 2003 23:30:11 -0700 (PDT) (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 h4T6UAUp077363 for ; Wed, 28 May 2003 23:30:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T6UA23077362; Wed, 28 May 2003 23:30:10 -0700 (PDT) Resent-Date: Wed, 28 May 2003 23:30:10 -0700 (PDT) Resent-Message-Id: <200305290630.h4T6UA23077362@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, John Merryweather Cooper Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76CEB37B401 for ; Wed, 28 May 2003 23:24:19 -0700 (PDT) Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5ACD43F85 for ; Wed, 28 May 2003 23:24:18 -0700 (PDT) (envelope-from jmcoopr@earthlink.net) Received: from 1cust164.tnt1.pullman.wa.da.uu.net ([67.250.113.164] helo=borgdemon.marjoh.org) by scaup.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19LGpj-0003Yg-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 28 May 2003 23:24:16 -0700 Received: from borgdemon.marjoh.org (localhost [127.0.0.1]) by borgdemon.marjoh.org (8.12.9/8.12.9) with ESMTP id h4T6O607088144 for ; Wed, 28 May 2003 23:24:06 -0700 (PDT) (envelope-from jmcoopr@borgdemon.marjoh.org) Received: (from root@localhost) by borgdemon.marjoh.org (8.12.9/8.12.9/Submit) id h4T6O6EN088143; Wed, 28 May 2003 23:24:06 -0700 (PDT) (envelope-from jmcoopr) Message-Id: <200305290624.h4T6O6EN088143@borgdemon.marjoh.org> Date: Wed, 28 May 2003 23:24:06 -0700 (PDT) From: John Merryweather Cooper To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52780: [MAINTAINER UPDATE] Update comms/gfax to 0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Merryweather Cooper List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 06:30:12 -0000 >Number: 52780 >Category: ports >Synopsis: [MAINTAINER UPDATE] Update comms/gfax to 0.5 >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 May 28 23:30:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD borgdemon.marjoh.org 4.8-STABLE FreeBSD 4.8-STABLE #106: Wed May 21 12:57:59 PDT 2003 root@borgdemon.marjoh.org:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: Unbreak comms/gfax (it no longer mangles lpr) and update to the lastest stable version (the Gnome/2 version is still in Beta). >How-To-Repeat: N/A >Fix: begin 644 update-gfax-to-0.5.diff M(R!4:&ES(&ES(&$@<&%T8V@@9F]R(&=F87@@=&\@=7!D871E(&ET('1O(&=F M87@M,"XU"B,@"B,@5&\@87!P;'D@=&AI7!A=&-H)SH*(R!35$50(#$Z($-H9&ER('1O('1H92!S;W5R8V4@9&ER96-T M;W)Y+@HC($EF('EO=2!H879E(&$@9&5C96YT($)O=7)N92UT>7!E('-H96QL M.@HC(%-415`@,CH@4G5N('1H92!S:&5L;"!W:71H('1H:7,@9FEL92!A2!D96QE=&4*(R!T:&4@9FEL97,O9&ER96-T M;W)I97,@87,@"YI;G-T86QL+6QP2X*97AI=`HC"B,C(R,@16YD(&]F M(%!R96%M8FQE(",C(R,*"B,C(R,@4&%T8V@@9&%T82!F;VQL;W=S(",C(R,* M9&EF9B`M=2`G9V9A>"]-86ME9FEL92<@)V=F87@M,"XU+TUA:V5F:6QE)PI) M;F1E>#H@+B]-86ME9FEL90HM+2T@+B]-86ME9FEL90E&2`R."`R,SHP-SHT M-B`R,#`S"D!`("TR+#4V("LR+#4V($!`"B`C($1A=&4@8W)E871E9#H)"0DR M,"!*86YU87)Y(#(P,#(*(",@5VAO;3H)"0D)2F]H;B!-97)R>7=E871H97(@ M0V]O<&5R(#QJ;6-O;W!R0'=E8FUA:6PN8FUI+FYE=#X*(",*+2,@)$9R965" M4T0Z('!OTQ/0T%,0D%317TO MU!/4E131$E2?2]D979E;"]A M=71O;6%K92!<"BM254Y?1$5014Y$4ST))'M0651(3TY?4TE414Q)0D1)4GTO M9W1K+3$N,B]?9VYO;65M;V1U;&4N#$Q+71O;VQK M:71S+W!Y+6=N;VUE(%P*(`D))'M,3T-!3$)!4T5]+V)I;B]S96YD9F%X.B1[ M4$]25%-$25)]+V-O;6US+VAY;&%F87@*+5)53E]$15!%3D13/0DD>TQ/0T%, M0D%317TO8FEN+W-E;F1F87@Z)'M03U)44T1)4GTO8V]M;7,O:'EL869A>`H@ M"BU54T5?1TU!2T4]"7EE65S"B!54T5?6%]04D5& M25@]"7EE65S"BU54T5?1TY/344]"6=N;VUE M<')E9FEX(&=N;VUE:&%C:R!L:6)P86YE;"!L:6)C87!P;&5T(&QI8F=L861E M"BU'3E5?0T].1DE'55)%/0EY97,**TY/7T)524Q$/0EY97,*(`HM0T].1DE' M55)%7T5.5CT)0U!01DQ!1U,](B1[4%1(4D5!1%]#1DQ!1U-](@HK0D%3149) M3$53/0E!551(3U)3($-/4%E)3D<@0VAA;F=E;&]G($A!0TM)3D<@24Y35$%, M3"!43T1/(%P**PD)8V]N=')O;&QE2!E;BYH(&9A>"UG,RYP"YP>2!F:6QE7VAA;F1L97(N<'D@7`HK"0EG9F%X+F1E"YG;&%D92!G9F%X+G!N9R!G9F%X+G!Y(&=F87@N2!< M"BL)"7!R969S7W5I+G!Y('-E='5P+F=L861E('5I+G!Y('5N:6YS=&%L;"YS M:`H@"BUP;W-T+65X=')A8W0Z"BT)0"1[3$Y]("US9B`D>TQ/0T%,0D%317TO MU=22U-20WTO:6YS=&%L;"US M:`HM"4`D>TQ.?2`MTU6?2`D>U=22U-20WTO9V9A M>"YI;G-T86QL+6QPU=22U-20WTO9V9A>"YI;G-T86QL+6QP"`D>U=22U-20WTO;'!R+F=F87@N;W)I9PHM"4`D>U-%1'T@7`HM"0DM M92`G"YO"YP;F<@9VYO;64M;&]G;RUI8V]N+71R86YS<&%R96YT+G!N9PH@"BUP M;W-T+6EN"YI;G-T M86QL+6QP<@HK<&]S="UE>'1R86-T.@HK"4`D>U)%24Y03$%#15]#341]("UE M("=S?"]U'QG)R!<"BL)"21[ M5U)+4U)#?2]P0HK"BMD;RUI;G-T86QL.@HK"4`D>TU+1$E2?2`D M>U!2149)6'TO;&EB+V=F87@**PE`)'M-2T1)4GT@)'M04D5&25A]+VQI8B]G M9F%X+W!I>&UA<',**PE`)'M-2T1)4GT@)'M04D5&25A]+W-H87)E+V=N;VUE M+V%P<',O07!P;&EC871I;VYS"BL)0"1[34M$25)]("1[4%)%1DE8?2]S:&%R M92]G;F]M92]X:6UI86X**PE`)'M-2T1)4GT@)'M04D5&25A]+W-H87)E+V=N M;VUE+WAI;6EA;B]0TU+1$E2?2`D>U!2149)6'TO&EM:6%N+U!R;V=R86US+U5T:6QI=&EETE.4U1!3$Q?1$%407T@)'M74DM34D-] M+R1[8F%S97T@)'M04D5&25A]+VQI8B]G9F%X"BLN96YD9F]R"BL)0"1[24Y3 M5$%,3%]30U))4%1]("1[5U)+4U)#?2]G9F%X+G!Y("1[4%)%1DE8?2]B:6XO M9V9A>`HK"4`D>TE.4U1!3$Q?1$%407T@)'M74DM34D-]+V=F87@N9&5S:W1O M<"`D>U!2149)6'TOU!2149)6'TO MU=22U-20WTO<&EX;6%PW!I M>&UA<'-]("1[4%)%1DE8?2]L:6(O9V9A>"]P:7AM87!S"BLN96YD9F]R"B`* M("YI;F-L=61E(#QB"]D:7-T:6YF M;R<@)V=F87@M,"XU+V1I#H@+B]D:7-T:6YF;PHM+2T@ M+B]D:7-T:6YF;PE4:'4@3F]V(#(Q(#(R.C$Q.C4Q(#(P,#(**RLK("XO9&ES M=&EN9F\)5V5D($UA>2`R."`R,#HS,SHQ,2`R,#`S"D!`("TQ("LQ($!`"BU- M1#4@*&=N;VUE+V=F87@M,"XT+C(N=&%R+F=Z*2`](#@Q-34R,SBD@/2`U M.&,P-#(U,6-C83-F.&9F.&%D,34T9F9F-V0T96)B-@ID:69F("UU("=G9F%X M+W!K9RUD97-C`HM M;6%N86=E"\*9&EF9B`M=2`G M9V9A>"]P:V"YU;FEN"]!551(3U)3"BML:6(O9V9A>"]#3U!924Y'"BML:6(O9V9A M>"]#:&%N9V5L;V<**VQI8B]G9F%X+TA!0TM)3D<**VQI8B]G9F%X+TE.4U1! M3$P**VQI8B]G9F%X+U1/1$\**VQI8B]G9F%X+V-O;G1R;VQL97(N<'D**VQI M8B]G9F%X+V5N+F@**VQI8B]G9F%X+V9A>"UG,RYP"]F87@N<'D**VQI8B]G9F%X+V9I;&5?:&%N9&QE0HK;&EB+V=F87@O M9V9A>"YD97-K=&]P"BML:6(O9V9A>"]G9F%X+F=L861E"BML:6(O9V9A>"]G M9F%X+G!N9PHK;&EB+V=F87@O9V9A>"YP>0HK;&EB+V=F87@O9V9A>"YS<&5C M"BML:6(O9V9A>"]H9F%X;&EB+G!Y"BML:6(O9V9A>"]I;G-T86QL+G-H"BML M:6(O9V9A>"]M9V5T='ED"]P0HK;&EB+V=F87@O<')E M9G-?=6DN<'D**VQI8B]G9F%X+W-E='5P+F=L861E"BML:6(O9V9A>"]U:2YP M>0HK;&EB+V=F87@O=6YI;G-T86QL+G-H"B!S:&%R92]G;F]M92]A<'!S+T%P M<&QI8V%T:6]N"YG;&%D90HM"]G;&%D92]S971U<"YG M;&%D90HM"]G;&%D92]M9V5T='ED"]G;&%D92]S<&]O;"YG;&%D90HM"YH=&UL"BUS:&%R92]G;F]M92]H96QP M+V=F87@O0R]T;W!I8RYD870*+7-H87)E+V=N;VUE+VAE;'`O9V9A>"]#+VEN M9&5X+FAT;6P*+7-H87)E+V=N;VUE+W!I>&UA<',O9V9A>"YP;F<*+4!U;F5X M96,@+V)I;B]S:"`E1"]B:6XO9V9A>"YU;FEN"]G;&%D90HM0&1I`HK&EM:6%N+U!R;V=R86US+U5T M:6QI=&EE&EM M:6%N+U!R;V=R86US"BM`9&ER&EM:6%N"BM`9&ER M"]P:7AM87!S"BM`9&ER2`@("`@("`@.B!M86ME<&%T8V@@,BXP,`HC(%)E8W5R"YI;G-T86QL+6QPRelease-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 00: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 0BCAB37B401 for ; Thu, 29 May 2003 00:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD75E43FA3 for ; Thu, 29 May 2003 00:20:01 -0700 (PDT) (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 h4T7K1Up082541 for ; Thu, 29 May 2003 00:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4T7K1jC082540; Thu, 29 May 2003 00:20:01 -0700 (PDT) Resent-Date: Thu, 29 May 2003 00:20:01 -0700 (PDT) Resent-Message-Id: <200305290720.h4T7K1jC082540@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 M Holm Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA3DE37B401 for ; Thu, 29 May 2003 00:18:51 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF1F143F93 for ; Thu, 29 May 2003 00:18:50 -0700 (PDT) (envelope-from nmh@t3x.org) Received: from [212.227.126.206] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19LHgX-0003k2-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 29 May 2003 09:18:49 +0200 Received: from [80.140.8.58] (helo=t3x.org) (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 19LHgW-0002P2-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 29 May 2003 09:18:49 +0200 Received: (from nmh@localhost) by t3x.org (8.11.6/8.11.6) id h4T7GQY61681; Thu, 29 May 2003 09:16:26 +0200 (CEST) Message-Id: <2003052907152400-61672@Symmetry.UUCP> Date: Thu, 29 May 2003 09:15:24 +0200 From: Nils M Holm To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Nils M Holm Subject: ports/52781: Maintainer update: devel/tide X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2003 07:20:03 -0000 >Number: 52781 >Category: ports >Synopsis: Maintainer update: devel/tide >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 May 29 00:20:01 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Nils M Holm >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD Symmetry.UUCP 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Thu Apr 10 11:15:39 CEST 2003 nmh@SYMMETRY.UUCP:/usr/src/sys/compile/SYMMETRY i386 >Description: Update to TIDE 2.0.3. Fixed MASTER_SITES. >How-To-Repeat: >Fix: diff -ru devel/tide-old/Makefile devel/tide/Makefile --- devel/tide-old/Makefile Fri Feb 21 12:23:01 2003 +++ devel/tide/Makefile Thu May 29 09:09:04 2003 @@ -6,22 +6,21 @@ # PORTNAME= tide -PORTVERSION= 1.6 +PORTVERSION= 2.0.3 CATEGORIES= devel -MASTER_SITES= http://www.not-compatible.org/files/ \ +MASTER_SITES= http://t3x.dyndns.org/files/ \ http://www.t3x.org/files/ DISTNAME= tide-${PORTVERSION:S/.//g} MAINTAINER= nmh@t3x.org -COMMENT= T3X Integrated Development Environment and T3X Tool classes +COMMENT= T3X Integrated Development Environment and tools BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x RUN_DEPENDS= ${BUILD_DEPENDS} -MAKE_ENV+= T3XDIR=/usr/local/t3x/r7 +MAKE_ENV+= T3XDIR=${PREFIX}/t3x/r8 do-configure: - @(cd ${WRKSRC}; ${LN} Makefile.UNX Makefile) - @(cd ${WRKSRC}/T3Xtools; ${LN} Makefile.UNX Makefile) + @(cd ${WRKSRC}; make unix) .include diff -ru devel/tide-old/distinfo devel/tide/distinfo --- devel/tide-old/distinfo Mon Nov 18 10:55:44 2002 +++ devel/tide/distinfo Thu May 29 09:09:04 2003 @@ -1 +1 @@ -MD5 (tide-16.tar.gz) = 57075b18d96caf327fe843d921ca072d +MD5 (tide-203.tar.gz) = 31409bbf3356fff6bdc7891388252789 diff -ru devel/tide-old/pkg-descr devel/tide/pkg-descr --- devel/tide-old/pkg-descr Mon Nov 18 10:55:44 2002 +++ devel/tide/pkg-descr Thu May 29 09:09:04 2003 @@ -1,23 +1,19 @@ -TIDE is the T3X Integrated Development Environment. Basically, it -is a text editor with an integrated interface to the T3X compiler. -T3X 7.0 or a later version is required to run this version of TIDE. -The main purposes of TIDE are: +TIDE is a collection of tools and add-on classes for the T3X +compiler. It includes -. editing source programs -. compiling programs without leaving the editor -. locating formal errors -. running programs +- TIDE, the T3X Integrated Development Environment +- SDFMT, a structured document (re-)formatter -T3Xtools is a set of classes which provides some frequently -used functionality like +as well as tool classes for the following tasks: -. managing configuration files -. visually and non-visually editing ASCII text -. navigating directory trees and selecting files -. displaying and editing forms -. presenting menu boxes and prompt boxes +- configuration file management +- visual ASCII editing +- non-visual ASCII editing +- directory navigation and file selection +- on-screen forms +- menues +- one-line prompts +- structured I/O +- file services (copying/moving files, etc) WWW: http://www.t3x.org/ - --- -Nils M Holm diff -ru devel/tide-old/pkg-plist devel/tide/pkg-plist --- devel/tide-old/pkg-plist Mon Nov 18 10:55:44 2002 +++ devel/tide/pkg-plist Thu May 29 09:09:04 2003 @@ -1,46 +1,68 @@ +bin/sdfmt bin/tide -t3x/r7/classes/config.cls -t3x/r7/classes/config.dir -t3x/r7/classes/editor.cls -t3x/r7/classes/editor.dir -t3x/r7/classes/filebox.cls -t3x/r7/classes/filebox.dir -t3x/r7/classes/form.cls -t3x/r7/classes/form.dir -t3x/r7/classes/menu.cls -t3x/r7/classes/menu.dir -t3x/r7/classes/prompt.cls -t3x/r7/classes/prompt.dir -t3x/r7/classes/tblio.cls -t3x/r7/classes/tblio.dir -t3x/r7/classes/vedit.cls -t3x/r7/classes/vedit.dir -t3x/r7/doc/tide.sd -t3x/r7/doc/tools.sd -t3x/r7/tide.rc -t3x/r7/tide/default.cs -t3x/r7/tide/examples/apfel.t -t3x/r7/tide/examples/fac.t -t3x/r7/tide/examples/hello.t -t3x/r7/tide/examples/hello2.t -t3x/r7/tide/examples/hello3.t -t3x/r7/tide/examples/permute.t -t3x/r7/tide/examples/primes.t -t3x/r7/tide/examples/ttt.t -t3x/r7/tide/helpfile -t3x/r7/tide/monochrm.cs -t3x/r7/tide/tide -@exec echo 'config:t3x,iostream,string,ttyctl' >>%D/t3x/r7/classes/CLASSNDX -@exec echo 'editor:t3x,string' >>%D/t3x/r7/classes/CLASSNDX -@exec echo 'tblio:t3x,string,iostream' >>%D/t3x/r7/classes/CLASSNDX -@exec echo 'filebox:t3x,string,system,ttyctl' >>%D/t3x/r7/classes/CLASSNDX -@exec echo 'form:t3x,ttyctl,menu,prompt' >>%D/t3x/r7/classes/CLASSNDX -@exec echo 'menu:t3x,string,ttyctl' >>%D/t3x/r7/classes/CLASSNDX -@exec echo 'prompt:t3x,string,ttyctl' >>%D/t3x/r7/classes/CLASSNDX -@exec echo 'vedit:t3x,string,ttyctl,editor' >>%D/t3x/r7/classes/CLASSNDX -@exec sh -c 'if ! grep -q tools.sd %D/t3x/r7/doc/sdv-config; then echo "file = tools.sd [THE T3XTOOLS CLASSES]">>%D/t3x/r7/doc/sdv-config; fi' -@exec sh -c 'if ! grep -q tide.sd %D/t3x/r7/doc/sdv-config; then echo "file = tide.sd [TIDE DOCUMENTATION]" >>%D/t3x/r7/doc/sdv-config; fi' -@unexec cp %D/t3x/r7/doc/sdv-config %D/t3x/r7/sdv.tmp && grep -v 'tools\.sd' %D/t3x/r7/sdv.tmp | grep -v 'tide\.sd' >%D/t3x/r7/doc/sdv-config && rm -f %D/t3x/r7/sdv.tmp -@unexec sed -e '/^config:/,/^vedit:/d' <%D/t3x/r7/classes/CLASSNDX >%D/t3x/ndx.tmp && mv %D/t3x/ndx.tmp %D/t3x/r7/classes/CLASSNDX -@dirrm t3x/r7/tide/examples -@dirrm t3x/r7/tide +t3x/r8/bin/sdfmt +t3x/r8/classes/2/config.cls +t3x/r8/classes/2/editor.cls +t3x/r8/classes/2/filebox.cls +t3x/r8/classes/2/filesrv.cls +t3x/r8/classes/2/form.cls +t3x/r8/classes/2/menu.cls +t3x/r8/classes/2/prompt.cls +t3x/r8/classes/2/pstruct.cls +t3x/r8/classes/2/tblio.cls +t3x/r8/classes/2/vedit.cls +t3x/r8/classes/config.cls +t3x/r8/classes/config.dir +t3x/r8/classes/editor.cls +t3x/r8/classes/editor.dir +t3x/r8/classes/filebox.cls +t3x/r8/classes/filebox.dir +t3x/r8/classes/filesrv.cls +t3x/r8/classes/filesrv.dir +t3x/r8/classes/form.cls +t3x/r8/classes/form.dir +t3x/r8/classes/menu.cls +t3x/r8/classes/menu.dir +t3x/r8/classes/prompt.cls +t3x/r8/classes/prompt.dir +t3x/r8/classes/pstruct.cls +t3x/r8/classes/pstruct.dir +t3x/r8/classes/tblio.cls +t3x/r8/classes/tblio.dir +t3x/r8/classes/vedit.cls +t3x/r8/classes/vedit.dir +t3x/r8/doc/tide.sd +t3x/r8/doc/tool-changes.sd +t3x/r8/doc/tool-classes.sd +t3x/r8/doc/tool-commands.sd +t3x/r8/examples/apfel.t +t3x/r8/examples/bottles.t +t3x/r8/examples/fac.t +t3x/r8/examples/hello.t +t3x/r8/examples/hello2.t +t3x/r8/examples/hello3.t +t3x/r8/examples/hello4.t +t3x/r8/examples/permute.t +t3x/r8/examples/primes.t +t3x/r8/examples/ttt.t +t3x/r8/examples/ttt_oo.t +t3x/r8/examples/ttt_plain.t +t3x/r8/tide.rc +t3x/r8/tide/default.cs +t3x/r8/tide/helpfile +t3x/r8/tide/monochrm.cs +t3x/r8/tide/tide +@exec echo 'config:t3x,iostream,string,ttyctl' >>%D/t3x/r8/classes/CLASSNDX +@exec echo 'editor:t3x,string' >>%D/t3x/r8/classes/CLASSNDX +@exec echo 'tblio:t3x,string,iostream' >>%D/t3x/r8/classes/CLASSNDX +@exec echo 'filebox:t3x,string,system,ttyctl' >>%D/t3x/r8/classes/CLASSNDX +@exec echo 'filesrv:t3x,string' >>%D/t3x/r8/classes/CLASSNDX +@exec echo 'form:t3x,ttyctl,menu,prompt' >>%D/t3x/r8/classes/CLASSNDX +@exec echo 'menu:t3x,string,ttyctl' >>%D/t3x/r8/classes/CLASSNDX +@exec echo 'prompt:t3x,string,ttyctl' >>%D/t3x/r8/classes/CLASSNDX +@exec echo 'pstruct:t3x,char,string,iostream' >>%D/t3x/r8/classes/CLASSNDX +@exec echo 'vedit:t3x,string,ttyctl,editor' >>%D/t3x/r8/classes/CLASSNDX +@unexec sed -e '/^config:/,/^vedit:/d' <%D/t3x/r8/classes/CLASSNDX >%D/t3x/ndx.tmp && mv %D/t3x/ndx.tmp %D/t3x/r8/classes/CLASSNDX +@unexec sed -e '/^config:/,/^vedit:/d' <%D/t3x/r8/classes/2/CLASSNDX >%D/t3x/ndx.tmp && mv %D/t3x/ndx.tmp %D/t3x/r8/classes/2/CLASSNDX +@dirrm t3x/r8/examples +@dirrm t3x/r8/tide -- Nils M Holm -- http://www.t3x.org/~nmh >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 07:20: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 7EE9937B404 for ; Thu, 29 May 2003 07:20:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7858343FBF for ; Thu, 29 May 2003 07:20:04 -0700 (PDT) (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 h4TEK4Up006250 for ; Thu, 29 May 2003 07:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4TEK4Yk006249; Thu, 29 May 2003 07:20:04 -0700 (PDT) Resent-Date: Thu, 29 May 2003 07:20:04 -0700 (PDT) Resent-Message-Id: <200305291420.h4TEK4Yk006249@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 526BE37B401 for ; Thu, 29 May 2003 07:12:10 -0700 (PDT) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7786843FAF for ; Thu, 29 May 2003 07:12:08 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h4TEBuE9082982 for ; Thu, 29 May 2003 16:11:58 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h4TEBu6m082981; Thu, 29 May 2003 16:11:56 +0200 (CEST) Message-Id: <200305291411.h4TEBu6m082981@vaio.alexdupre.com> Date: Thu, 29 May 2003 16:11:56 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52784: [Maintainer Update] PHP4 4.3.2 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: Thu, 29 May 2003 14:20:05 -0000 >Number: 52784 >Category: ports >Synopsis: [Maintainer Update] PHP4 4.3.2 >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 May 29 07:20:03 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Update to 4.3.2 release. Require commit of PR 52617. >How-To-Repeat: >Fix: --- php4.diff begins here --- diff -ruN php4.orig/Makefile php4/Makefile --- php4.orig/Makefile Thu May 29 16:09:23 2003 +++ php4/Makefile Thu May 29 15:47:31 2003 @@ -20,10 +20,16 @@ # PORTNAME= php4 -PORTVERSION= 4.3.2.r4 +PORTVERSION= 4.3.2 CATEGORIES?= lang devel www -MASTER_SITES= http://downloads.php.net/jani/ \ - http://www.gufi.org/~alex/php/ +MASTER_SITES= http://www.php.net/distributions/ \ + http://it.php.net/distributions/ \ + http://fi.php.net/distributions/ \ + http://de.php.net/distributions/ \ + http://gr.php.net/distributions/ \ + http://fr.php.net/distributions/ \ + http://es.php.net/distributions/ \ + http://se.php.net/distributions/ .if defined(WITHOUT_CLI) && !defined(WITHOUT_APACHE) PKGNAMEPREFIX= mod_ .else @@ -35,7 +41,7 @@ .endif .endif .endif -DISTNAME= php-${PORTVERSION:S/.r/RC/} +DISTNAME= php-${PORTVERSION} MAINTAINER?= sysadmin@alexdupre.com COMMENT= PHP Scripting Language (Apache Module and CLI) diff -ruN php4.orig/distinfo php4/distinfo --- php4.orig/distinfo Thu May 29 15:39:45 2003 +++ php4/distinfo Thu May 29 15:46:37 2003 @@ -1 +1 @@ -MD5 (php-4.3.2RC4.tar.bz2) = 9efabc2c2ee949b256b46d7fc1818154 +MD5 (php-4.3.2.tar.bz2) = 8aec1bb2dbcca1c92835c71e2e30d9c5 --- php4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 08:00: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 A4B1C37B401 for ; Thu, 29 May 2003 08:00:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B03F43F85 for ; Thu, 29 May 2003 08:00:25 -0700 (PDT) (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 h4TF0PUp016209 for ; Thu, 29 May 2003 08:00:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4TF0Pxr016208; Thu, 29 May 2003 08:00:25 -0700 (PDT) Resent-Date: Thu, 29 May 2003 08:00:25 -0700 (PDT) Resent-Message-Id: <200305291500.h4TF0Pxr016208@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 A2DAB37B401 for ; Thu, 29 May 2003 07:51:38 -0700 (PDT) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65E9443FA3 for ; Thu, 29 May 2003 07:51:37 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h4TEpZE9091380 for ; Thu, 29 May 2003 16:51:35 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h4TEpYIJ091379; Thu, 29 May 2003 16:51:34 +0200 (CEST) Message-Id: <200305291451.h4TEpYIJ091379@vaio.alexdupre.com> Date: Thu, 29 May 2003 16:51:34 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52785: [Maintainer Update] Turck MMCache 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: Thu, 29 May 2003 15:00:26 -0000 >Number: 52785 >Category: ports >Synopsis: [Maintainer Update] Turck MMCache >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 May 29 08:00:25 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Update to 2.3.13. Require commit of PR 52674. Supersede PR 52435. >How-To-Repeat: >Fix: --- mmcache.diff begins here --- diff -ruN turck-mmcache.orig/Makefile turck-mmcache/Makefile --- turck-mmcache.orig/Makefile Thu May 29 16:13:39 2003 +++ turck-mmcache/Makefile Thu May 29 16:48:10 2003 @@ -6,7 +6,7 @@ # PORTNAME= turck-mmcache -PORTVERSION= 2.3.10 +PORTVERSION= 2.3.13 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,39 +14,23 @@ MAINTAINER= sysadmin@alexdupre.com COMMENT= An opcode cache for PHP with encoder and loader -EXTRACT_DEPENDS=phpize:${PORTSDIR}/www/mod_php4 -BUILD_DEPENDS= ${LOCALBASE}/include/php/Zend/zend.h:${PORTSDIR}/www/mod_php4 -LIB_DEPENDS= mm.12:${PORTSDIR}/devel/mm -RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${APACHE_PORT} \ - ${LOCALBASE}/bin/php:${PORTSDIR}/www/mod_php4 - -USE_LIBTOOL= yes -WANT_AUTOMAKE_VER= 15 -WANT_AUTOCONF_VER= 253 - -CONFIGURE_ARGS= --enable-mmcache=shared \ - --with-php-config=${LOCALBASE}/bin/php-config \ - --prefix=${PREFIX} +USE_REINPLACE= yes +USE_PHPIZE= yes +WITH_PHP_MOD= yes + +CONFIGURE_ARGS= --enable-mmcache=shared EXT_DIR= 20020429 PLIST_SUB= EXT_DIR=${EXT_DIR} PKGMESSAGE= ${WRKDIR}/pkg-message -USE_REINPLACE= yes - .include +.include "${.CURDIR}/../../lang/php4/bsd.php.mk" -.if defined(WITH_APACHE2) || exists(${LOCALBASE}/include/apache2/apr.h) -APACHE_PORT?= ${PORTSDIR}/www/apache2 -.else -APACHE_PORT?= ${PORTSDIR}/www/apache13 -.endif - -post-extract: - @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/config.m4 - @${ECHO_MSG} "===> PHPizing for ${DISTNAME}" - @cd ${WRKSRC} && ${LOCALBASE}/bin/phpize +post-patch: + @${REINPLACE_CMD} 's|==|=|g' ${WRKSRC}/config.m4 + @${REINPLACE_CMD} 's|ALIGN|MMALIGN|g' ${WRKSRC}/mm.c ${WRKSRC}/mmcache.c post-build: @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/encoder.php > ${WRKSRC}/encoder diff -ruN turck-mmcache.orig/distinfo turck-mmcache/distinfo --- turck-mmcache.orig/distinfo Thu May 29 16:13:39 2003 +++ turck-mmcache/distinfo Thu May 29 16:17:37 2003 @@ -1 +1 @@ -MD5 (turck-mmcache-2.3.10.tar.gz) = 6dd12cd6c122a821af1aa872b808704e +MD5 (turck-mmcache-2.3.13.tar.gz) = b630e2a0f2baeb37ee3ede3942ba5ce5 diff -ruN turck-mmcache.orig/files/patch-encoder.php turck-mmcache/files/patch-encoder.php --- turck-mmcache.orig/files/patch-encoder.php Thu May 29 16:13:39 2003 +++ turck-mmcache/files/patch-encoder.php Thu May 29 16:19:55 2003 @@ -1,6 +1,6 @@ ---- encoder.php.orig Thu May 8 16:58:25 2003 -+++ encoder.php Thu May 8 17:00:00 2003 -@@ -1,25 +1,25 @@ +--- encoder.php.orig Wed May 28 15:12:59 2003 ++++ encoder.php Thu May 29 16:19:28 2003 +@@ -1,10 +1,10 @@ -#! /usr/bin/php -f +#! %%LOCALBASE%%/bin/php -f @@ -15,12 +15,7 @@ echo "Options:\n"; echo "\t-s suffix\n\t\tencode files only with following suffix (default is \"php\")\n"; echo "\t-a\n\t\tencode all files (no by default)\n"; - echo "\t-l\n\t\tfollow symbolic links (no by default)\n"; - echo "\t-r\n\t\tencode directories recursively (no by default)\n"; - echo "\t-c\n\t\tcopy files those shouldn't be encoded (no by default)\n"; -- echo "\t-f\n\t\toverfrite existing files (no by default)\n"; -+ echo "\t-f\n\t\toverwrite existing files (no by default)\n"; - echo "\t-o target\n\t\tIf you encode only one script then 'target' specifyes an output\n"; +@@ -16,10 +16,10 @@ echo "\t\tfile name. If you encode directory or several files at once\n"; echo "\t\tthen 'target' specifyes an output directory name.\n"; echo "\nExamples:\n"; diff -ruN turck-mmcache.orig/files/patch-mm.c turck-mmcache/files/patch-mm.c --- turck-mmcache.orig/files/patch-mm.c Thu Jan 1 01:00:00 1970 +++ turck-mmcache/files/patch-mm.c Thu May 29 16:32:29 2003 @@ -0,0 +1,10 @@ +--- mm.c.orig Thu May 29 16:32:06 2003 ++++ mm.c Thu May 29 16:32:16 2003 +@@ -11,7 +11,6 @@ + + #include + #include +-#include + #include + #include + #include --- mmcache.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 10:13: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 4925137B401; Thu, 29 May 2003 10:13:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9D2143F85; Thu, 29 May 2003 10:13:15 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4THDFUp031018; Thu, 29 May 2003 10:13:15 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4THDF7X031014; Thu, 29 May 2003 10:13:15 -0700 (PDT) Date: Thu, 29 May 2003 10:13:15 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305291713.h4THDF7X031014@freefall.freebsd.org> To: sysadmin@alexdupre.com, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52784: [Maintainer Update] PHP4 4.3.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: Thu, 29 May 2003 17:13:16 -0000 Synopsis: [Maintainer Update] PHP4 4.3.2 State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Thu May 29 10:12:54 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Thu May 29 10:12:54 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52784 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 12: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 1614237B401 for ; Thu, 29 May 2003 12:50:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0039143FAF for ; Thu, 29 May 2003 12:50:14 -0700 (PDT) (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 h4TJoEUp043700 for ; Thu, 29 May 2003 12:50:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4TJoEpE043698; Thu, 29 May 2003 12:50:14 -0700 (PDT) Resent-Date: Thu, 29 May 2003 12:50:14 -0700 (PDT) Resent-Message-Id: <200305291950.h4TJoEpE043698@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, "M. L. Dodson" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 982C037B401 for ; Thu, 29 May 2003 12:48:24 -0700 (PDT) Received: from histidine.utmb.edu (histidine.utmb.edu [129.109.59.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37BF243F93 for ; Thu, 29 May 2003 12:48:23 -0700 (PDT) (envelope-from bdodson@scms.utmb.EDU) Received: from histidine.utmb.edu (localhost [127.0.0.1]) by histidine.utmb.edu (8.12.9/8.12.9) with ESMTP id h4TJmIAl037253 for ; Thu, 29 May 2003 14:48:18 -0500 (CDT) (envelope-from bdodson@histidine.utmb.edu) Received: (from bdodson@localhost) by histidine.utmb.edu (8.12.9/8.12.9/Submit) id h4TJmIhm037252; Thu, 29 May 2003 14:48:18 -0500 (CDT) Message-Id: <200305291948.h4TJmIhm037252@histidine.utmb.edu> Date: Thu, 29 May 2003 14:48:18 -0500 (CDT) From: "M. L. Dodson" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52786: update of biology/nab by maintainer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "M. L. Dodson" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 19:50:16 -0000 >Number: 52786 >Category: ports >Synopsis: update of biology/nab by maintainer >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 May 29 12:50:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: M. L. Dodson >Release: FreeBSD 4.8-STABLE i386 >Organization: University of Texas Medical Branch >Environment: System: FreeBSD histidine.utmb.edu 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue May 6 11:54:43 CDT 2003 bdodson@histidine.utmb.edu:/usr/obj/usr/src/sys/HISTIDINE i386 >Description: Update the biology/nab port to version 4.5.1 of the source code >How-To-Repeat: >Fix: n 644 nab.tar.gz M'XL(".1AUCX``VYA8BYT87(`[#S]=^(XDOTK_BNT=&X'.F"PP9#0D[FF@23< M!)(']'3/W=S+\X<`;XS-6G82IB?_^U5)_N(C8>X3 M\L;WO.`IN+LYI_R;-;6!XZ_65+6F8;Y24QK:&U)]?E*VTY]\_-\^ M;Y+>D@Z7H]#7`]MS":,F?K<(<3SOANA!G,-(02F2P".%>I$8U/'N2F2AW]CN M#'#P9,YU=T89">:\%ET0EYJ4,=U?R82<>C[`NROR:=C_0MB*!73!2L3UXGHQ M&C;W0L>")M+J)6*$`/C?GH!UD"?G9"X%4:B%S+#JU7$P:4+/5@CAT) MYC8CENT##ST8/U$5Z2"0'[*HMS8+0`!"F\VC@=#%($R!$&S9"QG1?7-N!X`G M]#-4G*(.(Z9/]0!P&:NHI[8+T]MQ\M`'BX1+>&_%PTG(041ZQ;#=R@$2LZ/, ML8U'RVS7=$*+QC00,78F]-^<>QX3C$8.KB#[#GHE!,\.R!WG%;";^EST$@3` M/I\ZO!.<:Y1X8;"$2MZ4O^5#5U_0?#RVV/^/_6&W/SHY*$1D%45_"MAX4;KH M?]PHY3V*2OO#SD9IID_/+^#8S8):)/VI8(D.$@7=9!0'E>B69>-XZPZ(K.'# M>,.0PE#")-!#)R@A`#)A$7,KXM`I]'&<2":!N4!!011Z]P'UUY'AT.@.\Y#- M,"MN@,NV&W@Q/F`"6?K>S-<7C#![L821@?8%2T`P>>/1/%N;7>_3-F)<$1^Q M@8A`W8>IX=SI*Q9UF%IR$7G"BV$,Q%`5*Z8]7>H^H[).TDQH`#2`K`LF3CT' M-":2A%,#NX+/T!2\!C[TDH6&#Y(#M#$D>`R3O43&G@,T,J+*][^[75)V3IM- M^#O@?T%[+&!J[Z+F_*K\ZZ$7[IV5Q\D[D+=7U>#_68;\-4 M!V$&29R`M,2J#Z7P0."(IQK7Y'$>L"/!MP#?A-![0%;B,)W3B_;9F!2XM2R* MXEB:%YYE3VT0-QR!#.VH(.#U))>K8J]%*R>Y2L!\NZ+?LE@3X#,OCC1"#O(Y M[)I&^$8#`1X`&6`'5@0M>J3J4JF*QB4VBL+`@]U#BP;O8#[(S#13!0V^!QI$ MIT(A^-L^`D\&=,L MEW^`!F'6TWMXG,+7>[+2>;YA,YAOY14I!^^SU8=>0%NQXH,*0!_,Q#P8+-#_ M>8(X2FN]!&'+UK_H?3E!(.$K10X0O==!20$KH$GN#($F"._7Y(^5LE@J(?-Y MYQ$3M"^:)W_CHB0D&AGGI8"$%L"0]5M]C;J90.,8W_4_R*4?;[LUM0\"5TP[BPN]HR_P51B7)]F,6`CU'J/YA7H MXA,#)&,:.DB!P/;9*94MSPVN[W3?O0Y==#SR61P`>4/IDLN#X^D6,&/J>PLN M&8YNNRB-N@&*-6-4T#_-XD"Z7"_@7LV.3HZH=0X.[04?*4U62`'GML3Z,4\>S*%<4.F$+$`"2+4?FQ4YO:)K+[PN4IJI\KST#"^LGU[XO#2>@//5;BO)(%\M@U4(,`'V"D!(^0,8?O:K^UTEI_`=6:N:\ MK)O/W\:>^(]2590WU6:M6E>K-7CE\1]5>8W_O$1Z]^X=8;Y9&8"N03F0P46= MY0;@3PR]6Z+4X'^KUFQ5FZB/JU*Y7%X#YY#_!6Z6>DP4M55#8(14I'?K"=^) MTM1*RE&5\`Q$)3)@/0%)`AMF+G&QATZ)/`?C$FL)40*BNI$K'8(-`=5`L49D MF%J8"]YKIX,Z*%H;HPZZ&O5.^U^XH0(]]`M"Y"V"`88P2#UE'9==&>\/>K*Y$AUD28Q9^*:2L>D65N1:&?O*\FY$,G M0S?IF0FJST5NE/T%*4^A9NI:'!1$7XM87S4/"J`*B^NY25[$0/ M&R52:\C5$JPP:N"GYM.V#6C;I7>P,G0M5EA@&2\"M>V9>D#)_>K7_R'U=PO@ M4N#!>N1_WW,V]O`KQ6JS=>]?]+I-BA3\=+A1 M(7?JVSQBH]1Q#0#@6HU';Z0/'TBY42\UR"'\A;7$AP^@#]Z1M83!\?X#Y%/7LJ?2H4`>U\$`5;8.;I=DP0G_]T>/_^;\#V")L7QF M#;!O_M<5C<]_M593P`'$^=]HOOI_+Y)P_O,QW](`8SW@&H`.#"_SH9__"T.?_CP,YSMK%O M_=?4A/U7Q0%0@*^#(GB=_R^1H'43, M*SZ0%5`62,EK2R*Y\N+&LGUB@+EW;",^<2&5Q"(%*$>%L=G M$1XI!@_GD1*7L4=*N$[<*BOG/E!S[L7?)"\6=P%W4SB0."@'?4=&W%*?X6L] MG]0\?+OQ\#MP)'6)&`:7[T)'AZ.0HWF^;KA^=@PHQ@0X_B&71/!XE@\;ER!Z4E";:@Q*XC"@A&YQ% MPI"MDHAXMG8/*2][;$#7"]/A7,]/FUS/SPYE6B)E8K&[24K*'R-K&R`E;;LL M)6^[+$OB>FF91Y%]W+06)WJ!UD=-VZ;^#W$/TWNNE9](>_T_K1:O_U0%SXFC M_F^^ZO^72*G_%X_\3N^OV:JJF]Y?7&%C_8=&XRBU!=JQ=H3.'_]N1DO`R67W MLD7:ED4Z[2O086`*%ER%B44:>1N=>VT//O9&_6&W]Z5@%T'=U-X5[+*"GESH M`@@A_>'D]'(T:$_2.DE6',+ZCX:53XN['R\VBI6&?.3T,B`76R#E.LO_>WJ' M./^_A<^737OF?[W1C.]_-*J-*LY_55%KK_/_)=);,J1W_%@-&FW'B& MQ1\^,'/!Y#!8&#*UPA_X69"#Z!1/2Q`%MLQSO-FJDA74TBU1Y&.N8RI5M:(J M1%%:5:55JY,;-R2]^R4Y`&32U>5H,FP/>BJT M)[VSRU&_-S[)10U)@_9XTAM=C_L3S)T&RU:E`G]E9OKV"" M&X+W89M$-VV+&*'M6-0OE@@>EG5GH3X33O1"-WUOX<'8A6#(\Y+T\5/_HGO= M[5WUAEWH`SHIK8.OV'\\AO-0L=`1YZ>T).ER>/'S-:B[:SRZ-3XA=NVH@43_ MV+ON#7\Z/,G%5P0.OGX>_3@>=1[$]0%RU9ZZ)[D59=*G<>]ZU.L/KR[:G9[(PF/L;3$28`KH?>#KL`CA"=X7 MH9-U.B_`_F3>&;M>Z+`*P,$`X!EUTT+D8S;AZ6B&]B93V87FXLH+Z@-;T\JJ MF:T,P'C*2\)C]:.(W,RQ9IY@+8(=U^-*R4^''SM7#V0@Z^G_8N>&-O8Z2/)T$`MGY:Y>R>J))R_ M[@RZ#Z1,R7>L]/V";]3(\Q]*W[/``J+Q\3O.EG24X[ZF9[G-B*@$OSB:D%;9 MO5/(O0Q!6>)2YSZ`7YM6!,\8XSZ"@'%O`N+X0,3Y"Y`[\8!]1UE]V#X((DF6 ME\5=!L@?D44DJ5QAL*:AJ%KVE:-X[X6)%Z#[X/",MPR+IB2B-;S$N=F][(R+ M&TQ`!A0.OD[:@,JF2-;,,XE.&:_BI M=8U!Q=_;D1V`"-0YO_P,1)='\#P^;X]Z^-J*GL]&,',X-B%AG?/!99<#AS/O MT/]2OL-2SJ9'Z,">''R]P!;8%$_O#+L?P8AZOL6*6+F)IK6Y[TGX0$'&M2,"@9EHK$;K-FFDUO/"SV1C*(/1L;<+!L(DNG?UW M_TKH!IQ=0^5ACQQP/2_/?LW@7^@N?A1)1@N%!U^A,%;Q#[%([)QG6VP5__D! MXZ_3!R)SN0*T:[@3A?P$C3L>M0W\0FUF%!2( M8'O"I^*/9P,PENVS'NAN.8E9&\R2^96.Q_556MO_K_+Y$&70W<3-TH@:SA-L+3JT^,[H$9TQH3?[L$+GW?4($O@04N2/G_^W")/1P/:3C#WPMD[C'PWPAF#KJP(F'''$3=& M94*N'(JG:1@5]Z'IGP<>\?6#=NQ`_XK M"X(C$G7GNFOR(XGBXMT2AA[8("ZFWF&S_.*_ZX4`9L5WI&/>`&\3:@`>KTX+ M3/#"PMD,UC+\GC\,R038.M#-&RH5%OCU(/R"8A>9UT&4!63M&AA> M19Q*>)D2UE?\RGB\KQC=""P!_2DY^*,"?&<,[]H[XI(?WN65].72L4WQ&P30 M!3Y7^`TT:#^^;&:LUF););RF="LC'R>P5F-D0"U`X4@?03C->8F>_['^7^`ESMFW"0'O/?^GH?^G-*M:56VH>/Y;U1JOY_]>))6?-TGX M`QC\8CJ++I_N^O&0Y#=#1-"&*_#H9T#X=7ENDB1QGQ?O&W,MAT"HA/F4M@.\ MN\QL*Q37Y\7%R!!PQ6>2P%9,,G=/#2JE@Z$]+X M1KHHE!9Q<#SI#]069@BKH:4,9.FY.?MMQC^>_Z#HV)/R_T^DI^>_VJRJM?CW MWQK5*I[_46O*Z_[/BR2,JJ3Q=BEZ!05`SQO@7_2/F3Q`5/]?W7/=3]NK?OOS[2]V0O MI]WMP;39611OTNXJ&_7:W4%O5\GD_.?'$,87H!XKGYDSI;JW4&:P8-@)00-^ MAGE]9F[M6BE[`:I[(?;C4/="U/9"U/=![&U$E7TZ?0I@+Q%[::CO:T*3P9&3 MU]37#AAS9NZ%`1'8"[.'6DT.]&`/DL8^),U]`$?[`(X?`P!M<+UD-+2\&SQD M^J+OW'RQXORL<\*=T,D_J^] M*.35C^P4UMNP=:#8\'J7'3G,R(HUH1:2E>L M"0_#3=QU-^#;N<-\!3)>/LBOW[X+^,.73VQ#+NH'AF[#QXIKM05#J_H;@_]_ M*@287L$56-ZB+$73U3M$T0EU)6'65P(NAB%(UYX%W#CV%/L=XL]X4]G(/HR$ M`#TF)=X\-K3VA?8-C4>6CO4$2>_Q$4#Q^SCO^SCO^RCO44ZB:AEE.L)RUC8J MKH.F'%'-,N4(\,9':&B;C6_">.B6!S>GD="F-!("G$WR0\3#^7[W<+:5'3JT MXWAXE)?`"''H*"?\CN/`4:8)R_1`^3S+E'TC4X:-3%DT,F;J*O5)=\//"&O& MS8):YK.@U>"SH%7CLV#5A7XFLM0G@ M/`4&"ORC"F%YV@S.YGEKHZS:;1O7Y_1!8%M)^H0X"+P2A'TH5;)? MK?-MKNOK(=,+N\997]H,R&S_SL!KL(A7<7/7L1[T$@38[:CN3]W[VBV<2C". M5QS;0D[GBT,!7/DJB,?4B>0?+*U\QG4F(LG_& M%]BF8Z!;[+]%U?8WI-,I/*ILPJ/=WKHF!WRZ=K'C-FP+A%A`I_]P-G0^#V?# MYO10KN-C'H^/>3P^YO&`GQ2%\CU4LX>V]%!C/-`4Y!H/X]@Q.QUI@L0:9]O3 MQ]F6]'&V#7T<:X7?QT?Z(I"-$,M.&PD!SB;1%J)QM,HT'JBR4[9CK#,7*_ASO>[A[.M[-"A'3_7AZU?G--.\!8C= M@5^D?P__9.9OY\;10A3%_&TL1)I^'TP4B'+M;H-\0R5=VFVLT?)^*ODF"S37 MXO&9T7#_HVJ;59%P9_/3SFGS*7'?CY7H3@.:3O'#M3J/,+W*XH<+Y--O$#B) MY1.L!EL\!XCP<`(N7K++N]+K":>JCMC=1B*_'D5%I8H:+^#6PZ^P8(YG9;5> ML@6DL'-)I)*5NYRFAUS\3+-`5FJ6D=XQ@FK&KD>U##XBB=774BD_L]JM5E5& M'17:(K-`5T..F5[89?"*`9I=Z_#U2A88;I=<<82"1V0S>%4A@XY`H&L^7)&> MGI(IG*Q4571B>&^(9#I?/3U]@&QN%LA\T^\5P9L(Z`#'A\*<*BZGG:OHG6FL M9=:@0_E#)-TLB-[7F0+@#)HL0>9EI@](F3G(8,5(^-6?Z@VM\8>(C%0E]82" MUVU62%O#J>BJ&LMI?%Z)="S'K[QGJC>>WL1?3Z+H&OK(`8P!/$G=N[O8B9?6 M7=%X\MT5X84BF0UY6TK8I_K)WM]EI53SQQKU4\WDXPO^W!YFOKR0C+T&"T(; M"ENNZI`,7-(BQ?5-#1*#&SR<&&R9`GF+WQ/,8TV^L#RYY2OP!*>?"E\7Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 14: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 6B6E337B401 for ; Thu, 29 May 2003 14:30:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE1343FA3 for ; Thu, 29 May 2003 14:30:09 -0700 (PDT) (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 h4TLU9Up053551 for ; Thu, 29 May 2003 14:30:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4TLU9P5053550; Thu, 29 May 2003 14:30:09 -0700 (PDT) Resent-Date: Thu, 29 May 2003 14:30:09 -0700 (PDT) Resent-Message-Id: <200305292130.h4TLU9P5053550@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, "öÎ Àî" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E485637B401; Thu, 29 May 2003 14:20:48 -0700 (PDT) Received: from hotmail.com (f100.law10.hotmail.com [64.4.15.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D47F43F85; Thu, 29 May 2003 14:20:48 -0700 (PDT) (envelope-from delphij@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 29 May 2003 14:20:48 -0700 Received: from 61.149.38.7 by lw10fd.law10.hotmail.msn.com with HTTP; Thu, 29 May 2003 21:20:47 GMT Message-Id: Date: Fri, 30 May 2003 05:20:47 +0800 From: "öÎ Àî" To: FreeBSD-gnats-submit@FreeBSD.org cc: dinoex@FreeBSD.org Subject: ports/52787: [PATCH] Update vsftpd to 1.2.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: Thu, 29 May 2003 21:30:11 -0000 >Number: 52787 >Category: ports >Synopsis: [PATCH] Update vsftpd to 1.2.0 >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 May 29 14:30:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Xin LI >Release: FreeBSD 4.8-STABLE i386 >Organization: Frontfree Technology Network >Environment: System: FreeBSD ftp.cn.netbsd.org 4.8-STABLE FreeBSD 4.8-STABLE #129: Thu May 8 00:48:00 CST 2003 delphij@ftp.cn.netbsd.org:/usr/obj/usr/src/sys/FTP i386 >Description: Logging has been enhanced, including syslog support. IPv6 support has been added. STRU, MODE, STOU, HELP, and SITE HELP have been implemented. Better control of which commands to allow has been added. pam_session support has been added. Error messages have been improved. There are lots of bugfixes and new configuration options. - Eliminate crypt() not defined warning. - "grep -q" is not standard to redirect to /dev/null instead. - Make banned_email_file work second time around. - Add force_dot_files to work around broken clients. The behaviour when enabled is very wu-ftpd like. - Implement SITE HELP - should work around IE bug? - Update README, vsftpd.conf with references to read the manual page! - Log revamp: add dual_log_enable to log to xferlog AND vsftpd.log. - Log revamp: add syslog_enable to log vsftpd.log to syslog(). - Add "background" option to background the listener process. - Fix warning is vsftpd.8 man page, Bill Nottingham . - Fix tcp wrappers support to NOT emit loads of Bad file descriptor messages to the system log. - Add ability to make bandwidth limiter smoother by using e.g. trans_chunk_size=8192. - Add ability for virtual users to use local privs non anon privs, via virtual_use_local_privs=YES. - Fix sendfile() fallback on FreeBSD, thanks to Adam Stroud . - Add pam_session support, as well as utmp and wtmp logging for local logins (when using a PAM build). Tested pam_limits maxlogins works. - Ensure the source IP address for PORT connects is always the same as the control connection local IP address. Previously it was not when NOT using connect_from_port_20 in the presence of multiple local IP addresses. - Oops - make max_per_ip and max_clients work with the two process model when both connect_from_port_20 and chown_uploads are false. - Initial IPv6 support (EPSV only). - Add EPRT support to IPv6. - Fix "ls .file" to list .file even if the ls -a flag is not present. Noted by and thanks to Sean Millichamp . - Better error messages for config file parse fail: include setting name. - Fix bug in str_split_text where text is greater than 1 character long! - Make it build on Solaris8 - switch from utmp to utmpx and handle missing LOG_FTP. - Always check for VSFTPD_LOAD_CONF environment variable. - Implement HELP properly (should help broken clients). - Fix FreeBSD build (no utmpx.h, so disable feature). - Fix chown_uploads. - "Guess fix" for FreeBSD reported bug. I reckon FreeBSD is returning -EINTR from a blocking close but still closing the fd, despite the error return. So cater for this. Reported by Drew Vogel . - Add download_enable and dirlist_enable. Useful in conjunction with the per-user config stuff. - Add chmod_enable. - Implement STRU and MODE for _old_, broken clients! - Log connects. - Fix 500 OOPS with chown_uploads and an APPE command. - Improve some error messages: die -> die2 for more information. - Repair max_per_ip (problem comparing IPv4 addresses). - Make chown_uploads work with virtual users. - Chmod files to 0600 before chown_uploads kicks in. - Add STOU support. - Add cmds_allowed config parameter. - Add some FAQ entries. >How-To-Repeat: >Fix: Apply this patch. Hope this is helpful diff -ruN vsftpd.orig/Makefile vsftpd/Makefile --- vsftpd.orig/Makefile Fri Feb 21 03:21:25 2003 +++ vsftpd/Makefile Fri May 30 05:03:07 2003 @@ -6,7 +6,7 @@ # PORTNAME= vsftpd -PORTVERSION= 1.1.3 +PORTVERSION= 1.2.0 CATEGORIES= ftp MASTER_SITES= ftp://vsftpd.beasts.org/users/cevans/ diff -ruN vsftpd.orig/distinfo vsftpd/distinfo --- vsftpd.orig/distinfo Tue Nov 12 14:32:50 2002 +++ vsftpd/distinfo Fri May 30 05:03:51 2003 @@ -1 +1 @@ -MD5 (vsftpd-1.1.3.tar.gz) = 3f5f59be09a6f89e516a75ad0d1e3802 +MD5 (vsftpd-1.2.0.tar.gz) = 19c1818c102b63e4b0fea8d5b8b7c51f _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 14: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 8902137B404 for ; Thu, 29 May 2003 14:30:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA9D43FBD for ; Thu, 29 May 2003 14:30:09 -0700 (PDT) (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 h4TLU9Up053565 for ; Thu, 29 May 2003 14:30:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4TLU95s053564; Thu, 29 May 2003 14:30:09 -0700 (PDT) Resent-Date: Thu, 29 May 2003 14:30:09 -0700 (PDT) Resent-Message-Id: <200305292130.h4TLU95s053564@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, Brent Casavant Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 975B737B401 for ; Thu, 29 May 2003 14:23:08 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E4943F3F for ; Thu, 29 May 2003 14:23:07 -0700 (PDT) (envelope-from bcasavan@angeltread.org) Received: from abigail.msp.angeltread.org (c-24-245-17-149.mn.client2.attbi.com[24.245.17.149]) by attbi.com (sccrmhc02) with ESMTP id <20030529212307002004omoqe>; Thu, 29 May 2003 21:23:07 +0000 Received: by abigail.msp.angeltread.org (Postfix, from userid 49841) id E3D8567; Thu, 29 May 2003 16:23:06 -0500 (CDT) Message-Id: <20030529212306.E3D8567@abigail.msp.angeltread.org> Date: Thu, 29 May 2003 16:23:06 -0500 (CDT) From: Brent Casavant To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52788: Port p5-Gimp unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brent Casavant List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 21:30:12 -0000 >Number: 52788 >Category: ports >Synopsis: Port p5-Gimp unfetchable >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 May 29 14:30:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Brent Casavant >Release: FreeBSD 5.1-BETA2 i386 >Organization: Angeltread Software Organization. >Environment: System: FreeBSD abigail.msp.angeltread.org 5.1-BETA2 FreeBSD 5.1-BETA2 #2: Wed May 28 14:27:26 CDT 2003 root@abigail.msp.angeltread.org:/usr/src/sys/i386/compile/abigail i386 >Description: Using the web-based ports search, I find p5-Gimp listed as available under 5.0-RELEASE/i386. However clinking on the package link, the sources link, and others results in what appear to be "No such package/port" errors from the web server. Similarly, this is not fetchable as a package, nor is it present in /usr/ports/graphics, though the web page would indicate I should expect to find it there. >How-To-Repeat: See description. >Fix: None known. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 14: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 68F2C37B404 for ; Thu, 29 May 2003 14:40:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF5F443FBD for ; Thu, 29 May 2003 14:40:11 -0700 (PDT) (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 h4TLeBUp053822 for ; Thu, 29 May 2003 14:40:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4TLeBAF053821; Thu, 29 May 2003 14:40:11 -0700 (PDT) Resent-Date: Thu, 29 May 2003 14:40:11 -0700 (PDT) Resent-Message-Id: <200305292140.h4TLeBAF053821@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, "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECD7F37B401 for ; Thu, 29 May 2003 14:30:48 -0700 (PDT) Received: from web13403.mail.yahoo.com (web13403.mail.yahoo.com [216.136.175.61]) by mx1.FreeBSD.org (Postfix) with SMTP id 7BC7843F3F for ; Thu, 29 May 2003 14:30:48 -0700 (PDT) (envelope-from giffunip@yahoo.com) Received: from [200.91.194.119] by web13403.mail.yahoo.com via HTTP; Thu, 29 May 2003 22:30:48 BST Message-Id: <20030529213048.34385.qmail@web13403.mail.yahoo.com> Date: Thu, 29 May 2003 22:30:48 +0100 (BST) From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" To: freebsd-gnats-submit@FreeBSD.org Subject: ports/52789: Enhancement for math/arpack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2003 21:40:13 -0000 >Number: 52789 >Category: ports >Synopsis: Enhancement for math/arpack >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: Thu May 29 14:40:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: FreeBSD 5.0-RELEASE i386 >Organization: >Environment: System: FreeBSD giffuni.org 5.0-RELEASE FreeBSD 5.0-RELEASE #3: Wed Apr 16 22:20:49 COT 2003 pedro@giffuni.org:/usr/src/sys/i386/compile/CPQ i386 >Description: ARPACK builds a subset of BLAS and ARPACK2 for it's use. The following change to the port stops building BLAS so that we can link our own BLAS library, and particularly ATLAS (which is faster). This will require a chage in the calculix port so that ATLAS's BLAS is linked by default. It will be submitted as a follow up to PR 52018. >How-To-Repeat: I also did some misc changes, like adding a document and the website to the port. >Fix: __________________________________________________ Yahoo! Plus - For a better Internet experience http://uk.promotions.yahoo.com/yplus/yoffer.html --0-348655932-1054243848=:33545 Content-Type: application/x-unknown; name=patch-arpack Content-Transfer-Encoding: base64 Content-Description: patch-arpack Content-Disposition: attachment; filename=patch-arpack ZGlmZiAtcnVOIGFycGFjay5vcmlnL01ha2VmaWxlIGFycGFjay9NYWtlZmls ZQotLS0gYXJwYWNrLm9yaWcvTWFrZWZpbGUJTW9uIE1heSAgNSAwNjo0Mzo0 NiAyMDAzCisrKyBhcnBhY2svTWFrZWZpbGUJVGh1IE1heSAyOSAxNjowMzow MiAyMDAzCkBAIC05LDIxICs5LDI3IEBACiBQT1JUVkVSU0lPTj0JOTYKIENB VEVHT1JJRVM9CW1hdGgKIE1BU1RFUl9TSVRFUz0JaHR0cDovL3d3dy5jYWFt LnJpY2UuZWR1L3NvZnR3YXJlL0FSUEFDSy9TUkMvCi1ESVNURklMRVM9CSR7 UE9SVE5BTUV9JHtQT1JUVkVSU0lPTn0udGFyLmd6IHBhdGNoLnRhci5aCitE SVNURklMRVM9CSR7UE9SVE5BTUV9JHtQT1JUVkVSU0lPTn0udGFyLmd6IHBh dGNoLnRhci5negorLmlmbmRlZiBOT1BPUlRET0NTCitESVNURklMRVMrPQl1 Zy5wcy5negorLmVuZGlmCiAKIFBBVENIX1NJVEVTPQlodHRwOi8vd3d3LmNh YW0ucmljZS5lZHUvc29mdHdhcmUvQVJQQUNLL1NSQy8KIAogTUFJTlRBSU5F Uj0JcG9ydHNARnJlZUJTRC5vcmcKLUNPTU1FTlQ9CUFyZ2FuZCBMaWJyYXJ5 IChzZXJpYWwgdmVyc2lvbikKK0NPTU1FTlQ9CUFyZ2FuZCBMaWJyYXJ5OiBs YXJnZSBlaWdlbnZhbHVlIHN1YnJvdXRpbmVzIChzZXJpYWwgdmVyc2lvbikK IAotQlVJTERfREVQRU5EUz0gICR7TE9DQUxCQVNFfS9iaW4vZjJjOiR7UE9S VFNESVJ9L2xhbmcvZjJjCitCVUlMRF9ERVBFTkRTPSAgJHtMT0NBTEJBU0V9 L2Jpbi9mMmM6JHtQT1JUU0RJUn0vbGFuZy9mMmMgXAorCQkke0xPQ0FMQkFT RX0vbGliL2xpYmY3N2JsYXMuYToke1BPUlRTRElSfS9tYXRoL2F0bGFzCiAK IERJU1RfU1VCRElSPQlhcnBhY2sKK0VYVFJBQ1RfT05MWT0JJHtQT1JUTkFN RX0ke1BPUlRWRVJTSU9OfS50YXIuZ3oKIAogV1JLU1JDPQkJJHtXUktESVJ9 L0FSUEFDSwogQUxMX1RBUkdFVD0JbGliCiAKLU1BS0VfRU5WPQlIT01FPSR7 V1JLU1JDfQorQkxBU19MSUJTPQkke0xPQ0FMQkFTRX0vbGliL2xpYmY3N2Js YXMuYSAke0xPQ0FMQkFTRX0vbGliL2xpYmF0bGFzLmEKKwogSU5TVEFMTFNf U0hMSUI9CXllcwogVVNFX1JFSU5QTEFDRT0geWVzCiAKQEAgLTMyLDkgKzM4 LDEwIEBACiBwcmUtcGF0Y2g6CiAJQChjZCAke1dSS1NSQ307IHRhciAteHpm ICR7RElTVERJUn0vJHtESVNUX1NVQkRJUn0vcGF0Y2gudGFyLlopCiAKLXBv c3QtcGF0Y2g6Ci0JQCR7UkVJTlBMQUNFX0NNRH0gLWUgJ3MrJUZDJSske0ZD fStnOycgJHtXUktTUkN9L0FSbWFrZS5pbmMKLQlAJHtSRUlOUExBQ0VfQ01E fSAtZSAncyslRkZMQUdTJSske0ZGTEFHU30rZzsnICR7V1JLU1JDfS9BUm1h a2UuaW5jCitwcmUtYnVpbGQ6CisJQCR7UkVJTlBMQUNFX0NNRH0gLWUgJ3Mr JUZDJSske0ZDfStnIDsgcyslRkZMQUdTJSske0ZGTEFHU30rZyA7IFwKKwlz KyUlV1JLRElSJSUrJHtXUktESVJ9KyA7IFwKKwlzKyUlQkxBU19MSUJTJSUr JHtCTEFTX0xJQlN9KycgJHtXUktTUkN9L0FSbWFrZS5pbmMKIAogZG8taW5z dGFsbDoKIAkke0lOU1RBTEx9ICR7V1JLU1JDfS9saWJhcnBhY2suYSAke1BS RUZJWH0vbGliCkBAIC00OCw5ICs1NSwxMCBAQAogCiBwb3N0LWluc3RhbGw6 CiAuaWYgIWRlZmluZWQoTk9QT1JURE9DUykKLQkke01LRElSfSAkKFBSRUZJ WCkvc2hhcmUvZG9jL2FycGFjaworCSR7TUtESVJ9ICR7RE9DU0RJUn0KIAkt JHtHWklQX0NNRH0gJHtHWklQfSAke1dSS1NSQ30vRE9DVU1FTlRTL2V4LSou ZG9jCi0JJHtDUH0gJChXUktTUkMpL0RPQ1VNRU5UUy9leC0qLmRvYy5neiAk KFBSRUZJWCkvc2hhcmUvZG9jL2FycGFjay8KKwkke0NQfSAkKFdSS1NSQykv RE9DVU1FTlRTL2V4LSouZG9jLmd6ICR7RE9DU0RJUn0KKwkke0lOU1RBTExf REFUQX0gJHtESVNURElSfS8ke0RJU1RfU1VCRElSfS91Zy5wcy5neiAke0RP Q1NESVJ9CiAuZW5kaWYKIAogLmluY2x1ZGUgPGJzZC5wb3J0LnBvc3QubWs+ CmRpZmYgLXJ1TiBhcnBhY2sub3JpZy9kaXN0aW5mbyBhcnBhY2svZGlzdGlu Zm8KLS0tIGFycGFjay5vcmlnL2Rpc3RpbmZvCU1vbiBNYXkgIDUgMDY6Mzk6 MjMgMjAwMworKysgYXJwYWNrL2Rpc3RpbmZvCVRodSBNYXkgMjkgMDA6MDI6 MDMgMjAwMwpAQCAtMSwyICsxLDMgQEAKIE1ENSAoYXJwYWNrL2FycGFjazk2 LnRhci5neikgPSBmZmZhYTk3MDE5OGIyODU2NzZmNDE1NmNlYmM4NjI2ZQot TUQ1IChhcnBhY2svcGF0Y2gudGFyLlopID0gZjMyM2RhZmMxNjEwZDQ1ZmI5 ODk4N2NmNzZhN2QzNDQKK01ENSAoYXJwYWNrL3BhdGNoLnRhci5neikgPSAx NDgzMGQ3NThmMTk1ZjI3MmI4NTk0YTQ5MzUwMWZhMgorTUQ1IChhcnBhY2sv dWcucHMuZ3opID0gNzljYzUxZTQ4MTJjNzU4NzNhZGFmY2FkMjE4NTg0MmUK ZGlmZiAtcnVOIGFycGFjay5vcmlnL2ZpbGVzL3BhdGNoLUFSbWFrZS5pbmMg YXJwYWNrL2ZpbGVzL3BhdGNoLUFSbWFrZS5pbmMKLS0tIGFycGFjay5vcmln L2ZpbGVzL3BhdGNoLUFSbWFrZS5pbmMJV2VkIERlYyAzMSAxOTowMDowMCAx OTY5CisrKyBhcnBhY2svZmlsZXMvcGF0Y2gtQVJtYWtlLmluYwlUaHUgTWF5 IDI5IDA5OjM3OjMxIDIwMDMKQEAgLTAsMCArMSw2MCBAQAorLS0tIEFSbWFr ZS5pbmMub3JpZwlGcmkgQXByIDI2IDE0OjEyOjU3IDE5OTYKKysrKyBBUm1h a2UuaW5jCVRodSBNYXkgMjkgMDk6MzY6MjYgMjAwMworQEAgLTI1LDE0ICsy NSwxNCBAQAorICMgfCBvdGhlciB0aGFuIHlvdXIgaG9tZSBkaXJlY3Rvcnku ICAgICAgfAorICMgJS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tJQorICMKKy1ob21lID0gJChIT01FKS9BUlBBQ0sKKytob21lID0g JSVXUktESVIlJS9BUlBBQ0sKKyAjCisgIyAgJS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tJQorICMgIHwgVGhlIHBsYXRmb3JtIGlk ZW50aWZpZXIgdG8gc3VmZml4IHRvIHwKKyAjICB8IHRoZSBlbmQgb2YgbGli cmFyeSBuYW1lcyAgICAgICAgICAgICB8CisgIyAgJS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tJQorICMKKy1QTEFUID0gU1VONAor K1BMQVQgPSBGQlNECisgIworICMgICUtLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0lCisgIyAgfCBUaGUg ZGlyZWN0b3JpZXMgdG8gZmluZCB0aGUgdmFyaW91cyBwaWVjZXMgb2YgQVJQ QUNLIHwKK0BAIC00Myw3ICs0Myw3IEBACisgVVRJTGRpciAgICAgID0gJCho b21lKS9VVElMCisgU1JDZGlyICAgICAgID0gJChob21lKS9TUkMKKyAjCist RElSUyAgICAgICAgPSAkKEJMQVNkaXIpICQoTEFQQUNLZGlyKSAkKFVUSUxk aXIpICQoU1JDZGlyKQorK0RJUlMgICAgICAgID0gJChMQVBBQ0tkaXIpICQo VVRJTGRpcikgJChTUkNkaXIpCisgIworICMgJS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0lCisgIyB8IENvbW1lbnQgb3V0IHRoZSBwcmV2aW91cyBsaW5lIGFu ZCB1bmNvbW1lbnQgdGhlIGZvbGxvd2luZyAgICAgICAgIHwKK0BAIC01Nyw5 ICs1Nyw5IEBACisgIyB8IFRoZSBuYW1lIG9mIHRoZSBsaWJyYXJpZXMgdG8g YmUgY3JlYXRlZC9saW5rZWQgdG8gfAorICMgJS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSUKKyAjCistQVJQ QUNLTElCICA9ICQoaG9tZSkvbGliYXJwYWNrXyQoUExBVCkuYQorK0FSUEFD S0xJQiAgPSAkKGhvbWUpL2xpYmFycGFjay5hCisgTEFQQUNLTElCID0gCist QkxBU0xJQiA9IAorK0JMQVNMSUIgPSAlJUJMQVNfTElCUyUlCisgIworIEFM SUJTID0gICQoQVJQQUNLTElCKSAkKExBUEFDS0xJQikgJChCTEFTTElCKSAK KyAjCitAQCAtMTAxLDggKzEwMSw4IEBACisgIyB8IGZvciB5b3VyIHN5c3Rl bS4gICAgICAgICAgICAgICAgICAgICAgICB8CisgIyAlLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0lCisgIworLUZDICAgICAg PSBmNzcKKy1GRkxBR1MJPSAtTyAtY2c4OQorK0ZDICAgICAgPSAlRkMlCisr RkZMQUdTCT0gJUZGTEFHUyUKKyAKKyBMREZMQUdTID0gCisgQ0QgICAgICA9 IGNkCitAQCAtMTEyLDcgKzExMiw3IEBACisgTE4gICAgICA9IGxuCisgTE5G TEFHUyA9IC1zCisgCistTUFLRSAgICA9IC9iaW4vbWFrZQorK01BS0UgICAg Pz0gL3Vzci9iaW4vbWFrZQorIAorIFJNICAgICAgPSBybQorIFJNRkxBR1Mg PSAtZgpkaWZmIC1ydU4gYXJwYWNrLm9yaWcvZmlsZXMvcGF0Y2gtQXJtYWtl LmluYyBhcnBhY2svZmlsZXMvcGF0Y2gtQXJtYWtlLmluYwotLS0gYXJwYWNr Lm9yaWcvZmlsZXMvcGF0Y2gtQXJtYWtlLmluYwlNb24gTWF5ICA1IDA2OjM5 OjIzIDIwMDMKKysrIGFycGFjay9maWxlcy9wYXRjaC1Bcm1ha2UuaW5jCVdl ZCBEZWMgMzEgMTk6MDA6MDAgMTk2OQpAQCAtMSw1MiArMCwwIEBACi0tLS0g QVJtYWtlLmluYy5vcmlnCVNhdCBBcHIgMjcgMDQ6MTI6NTcgMTk5NgotKysr IEFSbWFrZS5pbmMJTW9uIE1heSAgNSAyMDoxMjoyNSAyMDAzCi1AQCAtMjUs MTQgKzI1LDE0IEBACi0gIyB8IG90aGVyIHRoYW4geW91ciBob21lIGRpcmVj dG9yeS4gICAgICB8Ci0gIyAlLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0lCi0gIwotLWhvbWUgPSAkKEhPTUUpL0FSUEFDSwotK2hv bWUgPSAkKEhPTUUpCi0gIwotICMgICUtLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLSUKLSAjICB8IFRoZSBwbGF0Zm9ybSBpZGVudGlm aWVyIHRvIHN1ZmZpeCB0byB8Ci0gIyAgfCB0aGUgZW5kIG9mIGxpYnJhcnkg bmFtZXMgICAgICAgICAgICAgfAotICMgICUtLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLSUKLSAjCi0tUExBVCA9IFNVTjQKLStQTEFU ID0gRkJTRAotICMKLSAjICAlLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tJQotICMgIHwgVGhlIGRpcmVj dG9yaWVzIHRvIGZpbmQgdGhlIHZhcmlvdXMgcGllY2VzIG9mIEFSUEFDSyB8 Ci1AQCAtNTcsOSArNTcsOSBAQAotICMgfCBUaGUgbmFtZSBvZiB0aGUgbGli cmFyaWVzIHRvIGJlIGNyZWF0ZWQvbGlua2VkIHRvIHwKLSAjICUtLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0l Ci0gIwotLUFSUEFDS0xJQiAgPSAkKGhvbWUpL2xpYmFycGFja18kKFBMQVQp LmEKLS1MQVBBQ0tMSUIgPSAKLS1CTEFTTElCID0gCi0rQVJQQUNLTElCICA9 ICQoaG9tZSkvbGliYXJwYWNrLmEKLStMQVBBQ0tMSUIgPSAkKGhvbWUpL2xp YmxhcGFjay5hCi0rQkxBU0xJQiA9ICQoaG9tZSkvbGliYmxhcy5hCi0gIwot IEFMSUJTID0gICQoQVJQQUNLTElCKSAkKExBUEFDS0xJQikgJChCTEFTTElC KSAKLSAjCi1AQCAtMTAxLDggKzEwMSw4IEBACi0gIyB8IGZvciB5b3VyIHN5 c3RlbS4gICAgICAgICAgICAgICAgICAgICAgICB8Ci0gIyAlLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0lCi0gIwotLUZDICAg ICAgPSBmNzcKLS1GRkxBR1MJPSAtTyAtY2c4OQotK0ZDICAgICAgPSAlRkMl Ci0rRkZMQUdTCT0gJUZGTEFHUyUKLSAKLSBMREZMQUdTID0gCi0gQ0QgICAg ICA9IGNkCi1AQCAtMTEyLDcgKzExMiw3IEBACi0gTE4gICAgICA9IGxuCi0g TE5GTEFHUyA9IC1zCi0gCi0tTUFLRSAgICA9IC9iaW4vbWFrZQotK01BS0Ug ICAgPz0gL3Vzci9iaW4vbWFrZQotIAotIFJNICAgICAgPSBybQotIFJNRkxB R1MgPSAtZgpkaWZmIC1ydU4gYXJwYWNrLm9yaWcvcGtnLWRlc2NyIGFycGFj ay9wa2ctZGVzY3IKLS0tIGFycGFjay5vcmlnL3BrZy1kZXNjcglNb24gTWF5 ICA1IDA2OjM5OjIzIDIwMDMKKysrIGFycGFjay9wa2ctZGVzY3IJVGh1IE1h eSAyOSAwOTo1MDowMCAyMDAzCkBAIC0xLDIyICsxLDI0IEBACi1BUlBBQ0sg aXMgYSBjb2xsZWN0aW9uIG9mIEZvcnRyYW43NyBzdWJyb3V0aW5lcyBkZXNp Z25lZCB0byBzb2x2ZSBsYXJnZSAKLXNjYWxlIGVpZ2VudmFsdWUgcHJvYmxl bXMuIAotCiBUaGUgcGFja2FnZSBpcyBkZXNpZ25lZCB0byBjb21wdXRlIGEg ZmV3IGVpZ2VudmFsdWVzIGFuZCBjb3JyZXNwb25kaW5nIAogZWlnZW52ZWN0 b3JzIG9mIGEgZ2VuZXJhbCBuIGJ5IG4gbWF0cml4IEEuIEl0IGlzIG1vc3Qg YXBwcm9wcmlhdGUgZm9yIGxhcmdlIAotc3BhcnNlIG9yIHN0cnVjdHVyZWQg bWF0cmljZXMgQSB3aGVyZSBzdHJ1Y3R1cmVkIG1lYW5zIHRoYXQgYSBtYXRy aXgtdmVjdG9yCi1wcm9kdWN0IHcgPC0gQXYgcmVxdWlyZXMgb3JkZXIgbiBy YXRoZXIgdGhhbiB0aGUgdXN1YWwgb3JkZXIgbioqMiBmbG9hdGluZyAKLXBv aW50IG9wZXJhdGlvbnMuIFRoaXMgc29mdHdhcmUgaXMgYmFzZWQgdXBvbiBh biBhbGdvcml0aG1pYyB2YXJpYW50IG9mIHRoZQotQXJub2xkaSBwcm9jZXNz IGNhbGxlZCB0aGUgSW1wbGljaXRseSBSZXN0YXJ0ZWQgQXJub2xkaSBNZXRo b2QgKElSQU0pLiBXaGVuCi10aGUgbWF0cml4IEEgaXMgc3ltbWV0cmljIGl0 IHJlZHVjZXMgdG8gYSB2YXJpYW50IG9mIHRoZSBMYW5jem9zIHByb2Nlc3Mg Ci1jYWxsZWQgdGhlIEltcGxpY2l0bHkgUmVzdGFydGVkIExhbmN6b3MgTWV0 aG9kIChJUkxNKS4gVGhlc2UgdmFyaWFudHMgbWF5IGJlCi12aWV3ZWQgYXMg YSBzeW50aGVzaXMgb2YgdGhlIEFybm9sZGkvTGFuY3pvcyBwcm9jZXNzIHdp dGggdGhlIEltcGxpY2l0bHkgCi1TaGlmdGVkIFFSIHRlY2huaXF1ZSB0aGF0 IGlzIHN1aXRhYmxlIGZvciBsYXJnZSBzY2FsZSBwcm9ibGVtcy4gRm9yIG1h bnkgCi1zdGFuZGFyZCBwcm9ibGVtcywgYSBtYXRyaXggZmFjdG9yaXphdGlv biBpcyBub3QgcmVxdWlyZWQuIE9ubHkgdGhlIGFjdGlvbgotb2YgdGhlIG1h dHJpeCBvbiBhIHZlY3RvciBpcyBuZWVkZWQuICBBUlBBQ0sgc29mdHdhcmUg aXMgY2FwYWJsZSBvZiBzb2x2aW5nCi1sYXJnZSBzY2FsZSBzeW1tZXRyaWMs IG5vbnN5bW1ldHJpYywgYW5kIGdlbmVyYWxpemVkIGVpZ2VucHJvYmxlbXMg ZnJvbSAKLXNpZ25pZmljYW50IGFwcGxpY2F0aW9uIGFyZWFzLiBUaGUgc29m dHdhcmUgaXMgZGVzaWduZWQgdG8gY29tcHV0ZSBhIGZldyAoaykKLWVpZ2Vu dmFsdWVzIHdpdGggdXNlciBzcGVjaWZpZWQgZmVhdHVyZXMgc3VjaCBhcyB0 aG9zZSBvZiBsYXJnZXN0IHJlYWwgcGFydCAKLW9yIGxhcmdlc3QgbWFnbml0 dWRlLiAgU3RvcmFnZSByZXF1aXJlbWVudHMgYXJlIG9uIHRoZSBvcmRlciBv ZiBuKmsgbG9jYXRpb25zLgotTm8gYXV4aWxpYXJ5IHN0b3JhZ2UgaXMgcmVx dWlyZWQuIEEgc2V0IG9mIFNjaHVyIGJhc2lzIHZlY3RvcnMgZm9yIHRoZSBk ZXNpcmVkCi1rLWRpbWVuc2lvbmFsIGVpZ2VuLXNwYWNlIGlzIGNvbXB1dGVk IHdoaWNoIGlzIG51bWVyaWNhbGx5IG9ydGhvZ29uYWwgdG8gd29ya2luZwot cHJlY2lzaW9uLiBOdW1lcmljYWxseSBhY2N1cmF0ZSBlaWdlbnZlY3RvcnMg YXJlIGF2YWlsYWJsZSBvbiByZXF1ZXN0LiAKK3NwYXJzZSBvciBzdHJ1Y3R1 cmVkIG1hdHJpY2VzIEEgd2hlcmUgc3RydWN0dXJlZCBtZWFucyB0aGF0IGEg bWF0cml4LXZlY3RvciAKK3Byb2R1Y3QgdyA8LSBBdiByZXF1aXJlcyBvcmRl ciBuIHJhdGhlciB0aGFuIHRoZSB1c3VhbCBvcmRlciBuMiBmbG9hdGluZyBw b2ludAorb3BlcmF0aW9ucy4gVGhpcyBzb2Z0d2FyZSBpcyBiYXNlZCB1cG9u IGFuIGFsZ29yaXRobWljIHZhcmlhbnQgb2YgdGhlIEFybm9sZGkKK3Byb2Nl c3MgY2FsbGVkIHRoZSBJbXBsaWNpdGx5IFJlc3RhcnRlZCBBcm5vbGRpIE1l dGhvZCAoSVJBTSkuIFdoZW4gdGhlIG1hdHJpeAorQSBpcyBzeW1tZXRyaWMg aXQgcmVkdWNlcyB0byBhIHZhcmlhbnQgb2YgdGhlIExhbmN6b3MgcHJvY2Vz cyBjYWxsZWQgdGhlIAorSW1wbGljaXRseSBSZXN0YXJ0ZWQgTGFuY3pvcyBN ZXRob2QgKElSTE0pLiBUaGVzZSB2YXJpYW50cyBtYXkgYmUgdmlld2VkIGFz IGEKK3N5bnRoZXNpcyBvZiB0aGUgQXJub2xkaS9MYW5jem9zIHByb2Nlc3Mg d2l0aCB0aGUgSW1wbGljaXRseSBTaGlmdGVkIFFSCit0ZWNobmlxdWUgdGhh dCBpcyBzdWl0YWJsZSBmb3IgbGFyZ2Ugc2NhbGUgcHJvYmxlbXMuIEZvciBt YW55IHN0YW5kYXJkIAorcHJvYmxlbXMsIGEgbWF0cml4IGZhY3Rvcml6YXRp b24gaXMgbm90IHJlcXVpcmVkLiBPbmx5IHRoZSBhY3Rpb24gb2YgdGhlIG1h dHJpeAorb24gYSB2ZWN0b3IgaXMgbmVlZGVkLgorQVJQQUNLIHNvZnR3YXJl IGlzIGNhcGFibGUgb2Ygc29sdmluZyBsYXJnZSBzY2FsZSBzeW1tZXRyaWMs IG5vbnN5bW1ldHJpYywgCithbmQgZ2VuZXJhbGl6ZWQgZWlnZW5wcm9ibGVt cyBmcm9tIHNpZ25pZmljYW50IGFwcGxpY2F0aW9uIGFyZWFzLiBUaGUgc29m dHdhcmUKK2lzIGRlc2lnbmVkIHRvIGNvbXB1dGUgYSBmZXcgKGspIGVpZ2Vu dmFsdWVzIHdpdGggdXNlciBzcGVjaWZpZWQgZmVhdHVyZXMgCitzdWNoIGFz IHRob3NlIG9mIGxhcmdlc3QgcmVhbCBwYXJ0IG9yIGxhcmdlc3QgbWFnbml0 dWRlLiBTdG9yYWdlIHJlcXVpcmVtZW50cworYXJlIG9uIHRoZSBvcmRlciBv ZiBuKmsgbG9jYXRpb25zLiBObyBhdXhpbGlhcnkgc3RvcmFnZSBpcyByZXF1 aXJlZC4gQSBzZXQgCitvZiBTY2h1ciBiYXNpcyB2ZWN0b3JzIGZvciB0aGUg ZGVzaXJlZCBrLWRpbWVuc2lvbmFsIGVpZ2VuLXNwYWNlIGlzIGNvbXB1dGVk Cit3aGljaCBpcyBudW1lcmljYWxseSBvcnRob2dvbmFsIHRvIHdvcmtpbmcg cHJlY2lzaW9uLiBOdW1lcmljYWxseSBhY2N1cmF0ZSAKK2VpZ2VudmVjdG9y cyBhcmUgYXZhaWxhYmxlIG9uIHJlcXVlc3QuCisKKwlXV1c6CWh0dHA6Ly93 d3cuY2FhbS5yaWNlLmVkdS9BUlBBQ0svCisKK05PVEU6IFlvdSBNVVNUIGxp bmsgd2l0aCBCTEFTIGxpYnJhcnkgb3IgYSByZXBsYWNlbWVudCBsaWtlIEFU TEFTLgpkaWZmIC1ydU4gYXJwYWNrLm9yaWcvcGtnLXBsaXN0IGFycGFjay9w a2ctcGxpc3QKLS0tIGFycGFjay5vcmlnL3BrZy1wbGlzdAlNb24gTWF5ICA1 IDA2OjM5OjIzIDIwMDMKKysrIGFycGFjay9wa2ctcGxpc3QJVGh1IE1heSAy OSAwMDoxMzo0MSAyMDAzCkBAIC0xLDYgKzEsNyBAQAogaW5jbHVkZS9hcnBh Y2suaAkKIGxpYi9saWJhcnBhY2suYQotc2hhcmUvZG9jL2FycGFjay9leC1j b21wbGV4LmRvYy5negotc2hhcmUvZG9jL2FycGFjay9leC1ub25zeW0uZG9j Lmd6Ci1zaGFyZS9kb2MvYXJwYWNrL2V4LXN5bS5kb2MuZ3oKLUBkaXJybSBz aGFyZS9kb2MvYXJwYWNrCislJVBPUlRET0NTJSVzaGFyZS9kb2MvYXJwYWNr L2V4LWNvbXBsZXguZG9jLmd6CislJVBPUlRET0NTJSVzaGFyZS9kb2MvYXJw YWNrL2V4LW5vbnN5bS5kb2MuZ3oKKyUlUE9SVERPQ1MlJXNoYXJlL2RvYy9h cnBhY2svZXgtc3ltLmRvYy5negorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2Fy cGFjay91Zy5wcy5negorJSVQT1JURE9DUyUlQGRpcnJtIHNoYXJlL2RvYy9h cnBhY2sK --0-348655932-1054243848=:33545-- >Release-Note: >Audit-Trail: >Unformatted: --0-348655932-1054243848=:33545 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 15: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 C95ED37B409 for ; Thu, 29 May 2003 15:40:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60D2043FDF for ; Thu, 29 May 2003 15:40:14 -0700 (PDT) (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 h4TMeEUp059293 for ; Thu, 29 May 2003 15:40:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4TMeEr7059292; Thu, 29 May 2003 15:40:14 -0700 (PDT) Resent-Date: Thu, 29 May 2003 15:40:14 -0700 (PDT) Resent-Message-Id: <200305292240.h4TMeEr7059292@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, Kirk Strauser Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD0A037B401 for ; Thu, 29 May 2003 15:37:32 -0700 (PDT) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B0B43F3F for ; Thu, 29 May 2003 15:37:31 -0700 (PDT) (envelope-from kirk@kanga.honeypot.net) Received: from kanga.honeypot.net (localhost [127.0.0.1]) by kanga.honeypot.net (8.12.9/8.12.9) with ESMTP id h4TMbUDY048022 for ; Thu, 29 May 2003 17:37:30 -0500 (CDT) (envelope-from kirk@kanga.honeypot.net) Received: (from kirk@localhost) by kanga.honeypot.net (8.12.9/8.12.9/Submit) id h4TMbUHS048021; Thu, 29 May 2003 17:37:30 -0500 (CDT) (envelope-from kirk) Message-Id: <200305292237.h4TMbUHS048021@kanga.honeypot.net> Date: Thu, 29 May 2003 17:37:30 -0500 (CDT) From: Kirk Strauser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52790: New port: shells/bash-completion X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kirk Strauser List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 22:40:17 -0000 >Number: 52790 >Category: ports >Synopsis: New port: shells/bash-completion >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 May 29 15:40:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirk Strauser >Release: FreeBSD 4.8-STABLE i386 >Organization: The Strauser Group >Environment: System: FreeBSD kanga.honeypot.net 4.8-STABLE FreeBSD 4.8-STABLE #1: Sun Apr 27 16:50:11 CDT 2003 root@kanga.honeypot.net:/usr/obj/usr/src/sys/HONEYPOT_KANGA i386 >Description: The shells/bash-completion port installs Ian Macdonald's programmable completion library for Bash 2.04 and above. This gives users context- sensitive tab-completion for such things as program arguments, SSH hostnames, NFS mounts, and so on. >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: # # bash-completion # bash-completion/Makefile # bash-completion/distinfo # bash-completion/pkg-descr # bash-completion/pkg-plist # bash-completion/files # bash-completion/files/patch-aa # bash-completion/pkg-message # echo c - bash-completion mkdir -p bash-completion > /dev/null 2>&1 echo x - bash-completion/Makefile sed 's/^X//' >bash-completion/Makefile << 'END-of-bash-completion/Makefile' X# New ports collection makefile for: bash_completion X# Date created: 29 May 2003 X# Whom: kirk@strauser.com X# X# $FreeBSD$ X# X XPORTNAME= bash-completion XPORTVERSION= 20030527 XCATEGORIES= shells XMASTER_SITES= http://www.caliban.org/files/bash/ X XMAINTAINER= kirk@strauser.com XCOMMENT= Programmable completion library for Bash 2.04 and up X XWRKSRC= ${WRKDIR}/bash_completion XNO_BUILD= yes X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/bash_completion ${PREFIX}/etc/bash_completion X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-bash-completion/Makefile echo x - bash-completion/distinfo sed 's/^X//' >bash-completion/distinfo << 'END-of-bash-completion/distinfo' XMD5 (bash-completion-20030527.tar.gz) = 3b4de4c03804fa97fd3123443a9667c6 END-of-bash-completion/distinfo echo x - bash-completion/pkg-descr sed 's/^X//' >bash-completion/pkg-descr << 'END-of-bash-completion/pkg-descr' XThis is a programmable completion library for bash2 users. It features the Xability to tab-complete arguments for many common programs. X XWWW: http://www.caliban.org/bash/index.shtml X X- Kirk Strauser Xkirk@strauser.com END-of-bash-completion/pkg-descr echo x - bash-completion/pkg-plist sed 's/^X//' >bash-completion/pkg-plist << 'END-of-bash-completion/pkg-plist' Xetc/bash_completion END-of-bash-completion/pkg-plist echo c - bash-completion/files mkdir -p bash-completion/files > /dev/null 2>&1 echo x - bash-completion/files/patch-aa sed 's/^X//' >bash-completion/files/patch-aa << 'END-of-bash-completion/files/patch-aa' X--- bash_completion.old Thu May 29 17:05:24 2003 X+++ bash_completion Thu May 29 17:05:52 2003 X@@ -27,14 +27,14 @@ X if [ -n "$FUNCNAME" ]; then X # we're being sourced from within a function, so we can't use X # 'declare', as this will create local variables within a function X- BASH_COMPLETION=${BASH_COMPLETION:-/etc/bash_completion} 2>/dev/null X- BASH_COMPLETION_DIR=${BASH_COMPLETION_DIR:=/etc/bash_completion.d} \ X+ BASH_COMPLETION=${BASH_COMPLETION:-/usr/local/etc/bash_completion} 2>/dev/null X+ BASH_COMPLETION_DIR=${BASH_COMPLETION_DIR:=/usr/local/etc/bash_completion.d} \ X 2>/dev/null X else X- declare -r BASH_COMPLETION=${BASH_COMPLETION:-/etc/bash_completion} \ X+ declare -r BASH_COMPLETION=${BASH_COMPLETION:-/usr/local/etc/bash_completion} \ X 2>/dev/null X declare -r \ X- BASH_COMPLETION_DIR=${BASH_COMPLETION_DIR:=/etc/bash_completion.d} \ X+ BASH_COMPLETION_DIR=${BASH_COMPLETION_DIR:=/usr/local/etc/bash_completion.d} \ X 2>/dev/null X fi X END-of-bash-completion/files/patch-aa echo x - bash-completion/pkg-message sed 's/^X//' >bash-completion/pkg-message << 'END-of-bash-completion/pkg-message' X XThe programmable completion library is not enabled by default for various Xreasons. To use it, you should source ${PREFIX}/etc/bash_completion from Xyour .bashrc file. For example: X X if [ -f ${PREFIX}/etc/bash_completion ]; then X . ${PREFIX}/etc/bash_completion X fi X END-of-bash-completion/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 15: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 8F7C937B401 for ; Thu, 29 May 2003 15:50:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8626443F85 for ; Thu, 29 May 2003 15:50:13 -0700 (PDT) (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 h4TMoDUp059698 for ; Thu, 29 May 2003 15:50:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4TMoDEe059696; Thu, 29 May 2003 15:50:13 -0700 (PDT) Resent-Date: Thu, 29 May 2003 15:50:13 -0700 (PDT) Resent-Message-Id: <200305292250.h4TMoDEe059696@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, Jonathan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0408C37B401 for ; Thu, 29 May 2003 15:44:17 -0700 (PDT) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04BF543F85 for ; Thu, 29 May 2003 15:44:16 -0700 (PDT) (envelope-from j.e.drews@worldnet.att.net) Received: from 176.st-louis-143-144rs.mo.dial-access.att.net ([12.85.121.176]) by mtiwmhc12.worldnet.att.net (mtiwmhc12) with SMTP id <2003052922441311200o0g2me>; Thu, 29 May 2003 22:44:13 +0000 Message-Id: <200305291749.06332.j.e.drews@worldnet.att.net> Date: Thu, 29 May 2003 17:49:06 -0500 From: Jonathan To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52791: Ted-2.14 crashes when saving help page X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 29 May 2003 22:50:14 -0000 >Number: 52791 >Category: ports >Synopsis: Ted-2.14 crashes when saving help page >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 May 29 15:50:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jonathan Drews >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD analytic.engine 4.8-STABLE FreeBSD 4.8-STABLE #0: Sun May 25 17:04:28 CDT 2003 root@analytic.engine:/usr/obj/usr/src/sys/STABLE_48 i386 >Description: Ted will crash if you try to save the help document (TedDocument-en_US.rtf) as a *.ps file. >How-To-Repeat: 1) Click on Help->Document and open TedDocument-en_US.rtf 2) Click on File->Print and choose "Print to File" 3) Click on the Print button. 4) In the left hand "Directories" window, double click on /usr/X11R6/share/doc/.. to go up one directory. 5) Crash >Fix: To Fix apply this patch (supplied by Ted's developer Mark de Does) to the file appFileChooserMotif.c. This file is in : Ted-2.14/appFrame/appFileChooserMotif.c I retested Ted-2.14 and the patch ahs fixed the problem. --Boundary-00=_i5o1+JN93+OR2Ir Content-Type: text/x-diff; charset="us-ascii"; name="appFileChooserMotif.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="appFileChooserMotif.c.diff" --- appFileChooserMotif.c Fri Apr 4 06:46:48 2003 +++ /home/bsd/appFileChooserMotif.c Thu May 29 17:02:44 2003 @@ -549,6 +549,7 @@ static int appMakeFileChooser( AppChooserInformation ** pAci, Widget relative, EditApplication * ea, + int withFilter, const char * defaultFilter, Widget option ) { @@ -624,15 +625,21 @@ NULL ); /* Not necessary - XtAddCallback( text, XmNactivateCallback, + if ( withFilter ) + { + XtAddCallback( text, XmNactivateCallback, appFileFilterActivated, (void *)aci ); + } */ filterButton= XmFileSelectionBoxGetChild( aci->aciDialog.adDialog, XmDIALOG_APPLY_BUTTON ); - XtAddCallback( filterButton, XmNactivateCallback, + if ( withFilter ) + { + XtAddCallback( filterButton, XmNactivateCallback, appFileFilterActivated, (void *)aci ); + } text= XmFileSelectionBoxGetChild( aci->aciDialog.adDialog, XmDIALOG_TEXT ); XtVaSetValues( text, @@ -705,14 +712,15 @@ EditApplication * ea ) { AppChooserInformation * aci= (AppChooserInformation *)0; + const int withFilter= extensionCount > 0; - if ( appMakeFileChooser( &aci, relative, ea, defaultFilter, option ) ) + if ( appMakeFileChooser( &aci, relative, ea, withFilter, defaultFilter, option ) ) { LDEB(1); return; } XtAddCallback( aci->aciDialog.adDialog, XmNokCallback, appOpenChooserOk, (XtPointer)aci ); - if ( extensionCount > 0 ) + if ( withFilter ) { appFileMakeFilter( aci ); @@ -727,7 +735,7 @@ aci->aciOpenDocument= openDocument; aci->aciFilename= (char *)0; - if ( extensionCount > 0 ) + if ( withFilter ) { WidgetList children; Cardinal childCount= 0; @@ -920,16 +928,17 @@ char ** pFilename ) { AppChooserInformation * aci= (AppChooserInformation *)0; + const int withFilter= ea->eaFileExtensionCount > 0; int response; - if ( appMakeFileChooser( &aci, relative, ea, + if ( appMakeFileChooser( &aci, relative, ea, withFilter, ea->eaDefaultFileFilter, option ) ) { return ACIrespFAILURE; } XtAddCallback( aci->aciDialog.adDialog, XmNokCallback, appSaveOkPushed, (XtPointer)aci ); - if ( ea->eaFileExtensionCount > 0 ) + if ( withFilter ) { appFileMakeFilter( aci ); @@ -977,9 +986,10 @@ char ** pFilename ) { AppChooserInformation * aci= (AppChooserInformation *)0; + const int withFilter= 0; int response; - if ( appMakeFileChooser( &aci, panel, ea, "*.ps", option ) ) + if ( appMakeFileChooser( &aci, panel, ea, withFilter, "*.ps", option ) ) { LDEB(1); return ACIrespFAILURE; } XtAddCallback( aci->aciDialog.adDialog, --Boundary-00=_i5o1+JN93+OR2Ir-- >Release-Note: >Audit-Trail: >Unformatted: --Boundary-00=_i5o1+JN93+OR2Ir Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/article.html 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: 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: Jonathan Drews Reply-To: j.e.drews@att.net Cc: X-send-pr-version: 3.113 X-GNATS-Notify: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 20:00: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 E1D5237B401 for ; Thu, 29 May 2003 20:00:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3BA543F75 for ; Thu, 29 May 2003 20:00:30 -0700 (PDT) (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 h4U30UUp081923 for ; Thu, 29 May 2003 20:00:30 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U30Ulq081922; Thu, 29 May 2003 20:00:30 -0700 (PDT) Resent-Date: Thu, 29 May 2003 20:00:30 -0700 (PDT) Resent-Message-Id: <200305300300.h4U30Ulq081922@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, Clint Olsen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D4C37B401 for ; Thu, 29 May 2003 19:58:05 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29B3043FAF for ; Thu, 29 May 2003 19:58:05 -0700 (PDT) (envelope-from clint@0lsen.net) Received: from 0lsen.net (12-203-21-192.client.attbi.com[12.203.21.192]) by attbi.com (sccrmhc03) with ESMTP id <2003053002580400300k7t71e>; Fri, 30 May 2003 02:58:04 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id BEA59950; Thu, 29 May 2003 19:58:03 -0700 (PDT) Message-Id: <20030530025803.BEA59950@0lsen.net> Date: Thu, 29 May 2003 19:58:03 -0700 (PDT) From: Clint Olsen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52793: Samba 2.2.8a printing woes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 03:00:32 -0000 >Number: 52793 >Category: ports >Synopsis: Samba 2.2.8a printing woes >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: Thu May 29 20:00:30 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Clint Olsen >Release: FreeBSD 4.7-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD poly.0lsen.net 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #0: Fri Nov 8 22:38:43 PST 2002 root@poly.0lsen.net:/usr/obj/usr/src/sys/POLY i386 >Description: Since upgrading to Samba 2.2.8a, I cannot use or connect to my printer. I did not make any modifications to my configuration files since this should've been a minor revision change. The symptom is that an extra smbd process is forked from hangs.the server with my user-ID, but it seems to hang. I'm a bit green on how to further diagnose the problem. >How-To-Repeat: Attempt to connect to a printer on the Samba server from a Windows XP machine. The connection is refused. >Fix: None known at this time. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 20: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 450E937B401 for ; Thu, 29 May 2003 20:10:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4372C43F93 for ; Thu, 29 May 2003 20:10:15 -0700 (PDT) (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 h4U3AFUp085564 for ; Thu, 29 May 2003 20:10:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U3AFns085563; Thu, 29 May 2003 20:10:15 -0700 (PDT) Resent-Date: Thu, 29 May 2003 20:10:15 -0700 (PDT) Resent-Message-Id: <200305300310.h4U3AFns085563@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, Jonathan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A41C537B401 for ; Thu, 29 May 2003 20:01:06 -0700 (PDT) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE72443F93 for ; Thu, 29 May 2003 20:01:05 -0700 (PDT) (envelope-from j.e.drews@worldnet.att.net) Received: from 147.st-louis-106-107rs.mo.dial-access.att.net ([12.85.106.147]) by mtiwmhc11.worldnet.att.net (mtiwmhc11) with SMTP id <2003053003010311100h19c1e>; Fri, 30 May 2003 03:01:03 +0000 Message-Id: <200305292205.56567.j.e.drews@worldnet.att.net> Date: Thu, 29 May 2003 22:05:56 -0500 From: Jonathan To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52794: xmaxima cannot start X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 03:10:17 -0000 >Number: 52794 >Category: ports >Synopsis: Xmaxima cannot start >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 May 29 20:10:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jonathan Drews >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD analytic.engine 4.8-STABLE FreeBSD 4.8-STABLE #0: Sun May 25 17:04:28 CDT 2003 root@analytic.engine:/usr/obj/usr/src/sys/STABLE_48 i386 >Description: Port: /usr/ports/math/maxima xmaxima is a wish8.4 shell version of Maxima. It provides a short interactive tutorial to maxima. The original port could not find the proper wish shell. >How-To-Repeat: type xmaxima in a console this warning appears: In FreeBSD, wish is named with a version number. ..... < additional text omitted> .....On your system, wish is installed under at least the following names: wish8.3 wish8.4 Because of the choices, xmaxima could not start. >Fix: Apply the following patch to the Makefile in /usr/ports/math/maxima Makefile.diff --Boundary-00=_Uqs1+/vcoyM3bRh Content-Type: text/x-makefile; charset="us-ascii"; name="Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Makefile.diff" --- /home/bsd/Maxima/Makefile Thu May 29 21:57:14 2003 +++ Makefile Thu May 29 21:18:16 2003 @@ -2,7 +2,7 @@ # Date created: Jun 26 2002 # Whom: Scott Flatman # -# $FreeBSD: /repoman/r/pcvs/ports/math/maxima/Makefile,v 1.4 2003/05/16 12:45:57 mich Exp $ +# $FreeBSD: ports/math/maxima/Makefile,v 1.4 2003/05/16 12:45:57 mich Exp $ # PORTNAME= maxima @@ -27,14 +27,16 @@ LIB_DEPENDS= tk84:${PORTSDIR}/x11-toolkits/tk84 RUN_DEPENDS= ${LOCALBASE}/bin/lisp:${PORTSDIR}/lang/cmucl \ ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \ - ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 \ + ${LOCALBASE}/bin/wish8.4:${PORTSDIR}/x11-toolkits/tk84 USE_XLIB= yes USE_GMAKE= yes USE_AUTOMAKE= yes USE_AUTOCONF= yes CONFIGURE_ARGS+= --prefix=${PREFIX} \ - --with-posix-shell=${PREFIX}/bin/bash + --with-posix-shell=${PREFIX}/bin/bash \ + --with-wish=${PREFIX}/bin/wish8.4 # don't pass "-s" to install to avoid trying to strip a shell script CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}" --Boundary-00=_Uqs1+/vcoyM3bRh-- >Release-Note: >Audit-Trail: >Unformatted: --Boundary-00=_Uqs1+/vcoyM3bRh Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/article.html 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: 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: Jonathan Drews Reply-To: j.e.drews@att.net Cc: X-send-pr-version: 3.113 X-GNATS-Notify: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 20: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 57D9F37B407 for ; Thu, 29 May 2003 20:40:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2A1743F93 for ; Thu, 29 May 2003 20:40:11 -0700 (PDT) (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 h4U3eBUp086584 for ; Thu, 29 May 2003 20:40:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U3eBYv086583; Thu, 29 May 2003 20:40:11 -0700 (PDT) Resent-Date: Thu, 29 May 2003 20:40:11 -0700 (PDT) Resent-Message-Id: <200305300340.h4U3eBYv086583@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 Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A8C937B401 for ; Thu, 29 May 2003 20:37:37 -0700 (PDT) Received: from cvs.tortall.net (cvs.tortall.net [198.78.66.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B17743F3F for ; Thu, 29 May 2003 20:37:37 -0700 (PDT) (envelope-from freebsd@bilogic.org) Received: by cvs.tortall.net (Postfix, from userid 1000) id 593CC2B83A; Thu, 29 May 2003 20:37:34 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cvs.tortall.net (Postfix) with ESMTP id 4B1542B81D for ; Thu, 29 May 2003 20:37:34 -0700 (PDT) Message-Id: <20030529203621.J12202@cvs.tortall.net> Date: Thu, 29 May 2003 20:37:34 -0700 (PDT) From: Peter Johnson To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52796: devel/apr is compiled without threads support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 03:40:16 -0000 >Number: 52796 >Category: ports >Synopsis: devel/apr is compiled without threads support >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 May 29 20:40:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Peter Johnson >Release: FreeBSD 4.8-RC i386 >Organization: None >Environment: System: FreeBSD powerplant.home.bilogic.org 4.8-RC FreeBSD 4.8-RC #0: Wed Mar 12 08:30:17 PST 2003 root@powerplant.home.bilogic.org:/usr/obj/usr/src/sys/WORKSTATION i386 >Description: The devel/apr port is compiled without threads support. As some applications (notably the Python bindings for Subversion) require APR threads support, this is a desired feature. >How-To-Repeat: devel/apr "make configure" reports Threading support ... no (or similar message). >Fix: Add --enable-threads to the arguments passed to configure in devel/apr/Makefile. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 20:50: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 E325E37B401 for ; Thu, 29 May 2003 20:50:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E639743F93 for ; Thu, 29 May 2003 20:50:09 -0700 (PDT) (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 h4U3o9Up087070 for ; Thu, 29 May 2003 20:50:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U3o9q8087069; Thu, 29 May 2003 20:50:09 -0700 (PDT) Resent-Date: Thu, 29 May 2003 20:50:09 -0700 (PDT) Resent-Message-Id: <200305300350.h4U3o9q8087069@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 Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45ACB37B401 for ; Thu, 29 May 2003 20:40:14 -0700 (PDT) Received: from cvs.tortall.net (cvs.tortall.net [198.78.66.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id E12F943F75 for ; Thu, 29 May 2003 20:40:04 -0700 (PDT) (envelope-from freebsd@bilogic.org) Received: by cvs.tortall.net (Postfix, from userid 1000) id 4FF452B8C7; Thu, 29 May 2003 20:40:02 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cvs.tortall.net (Postfix) with ESMTP id 4E0732B86F for ; Thu, 29 May 2003 20:40:02 -0700 (PDT) Message-Id: <20030529203820.H12202@cvs.tortall.net> Date: Thu, 29 May 2003 20:40:02 -0700 (PDT) From: Peter Johnson To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52797: devel/subversion does not install any tools X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 03:50:11 -0000 >Number: 52797 >Category: ports >Synopsis: devel/subversion does not install any tools >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: Thu May 29 20:50:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Peter Johnson >Release: FreeBSD 4.8-RC i386 >Organization: None >Environment: System: FreeBSD powerplant.home.bilogic.org 4.8-RC FreeBSD 4.8-RC #0: Wed Mar 12 08:30:17 PST 2003 root@powerplant.home.bilogic.org:/usr/obj/usr/src/sys/WORKSTATION i386 >Description: The Subversion distribution includes a number of tools; one of the most useful is cvs2svn.py, which can be used to convert a CVS repository into a SVN repository, a nice tool to have available for those of us coming from using CVS. It would be nice to have a port option (WITH_SVN_TOOLS ?) to install some of these into a reasonable location (/usr/local/share/subversion ?). Notably, cvs2svn.py has a dependency on Python 2.x, SWIG (for the SVN Python bindings), and devel/apr threading support (needed for the SVN Python bindings). Thus my suggestion to make it an optional part of the port. >How-To-Repeat: Install Subversion. No tools are compiled or installed. >Fix: Add option to devel/subversion/Makefile which, when enabled: - Adds dependency on Python 2.x and SWIG. - Follows subversion-0.23/subversion/bindings/swig/INSTALL: - Runs make swig-py as part of build process. - Runs make install-swig-py as part of install process. - Installs the Subversion tools into an accessible location (share/subversion?) Note: this "fix" depends on my recent ports PR regarding devel/apr threading support (otherwise the Subversion Python bindings fail with "ImportError: /usr/local/lib/libsvn_swig_py-1.so.0: Undefined symbol "apr_threadkey_private_get""). >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 21: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 77E9137B401; Thu, 29 May 2003 21:05:41 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5310143F75; Thu, 29 May 2003 21:05:38 -0700 (PDT) (envelope-from clint@0lsen.net) Received: from 0lsen.net (12-203-21-192.client.attbi.com[12.203.21.192]) by attbi.com (sccrmhc02) with ESMTP id <20030530040537002004o73ae>; Fri, 30 May 2003 04:05:37 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id 12EB794A; Thu, 29 May 2003 21:05:37 -0700 (PDT) Date: Thu, 29 May 2003 21:05:36 -0700 From: Clint Olsen To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20030530040536.GA11643@0lsen.net> References: <20030530025803.BEA59950@0lsen.net> <200305300300.h4U30UqC081911@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305300300.h4U30UqC081911@freefall.freebsd.org> User-Agent: Mutt/1.4.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Subject: Re: ports/52793: Samba 2.2.8a printing woes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 04:05:41 -0000 I figured out what the problem was, although it wasn't very intuitive. Samba 2.2.8a defaults to using CUPS now, and you need to override this. Furthermore, setting the 'printing' to 'bsd' does NOT set defaults for 'print command' like it used to, so the result is that prints then fall off the face of the planet. This behavior does not agree with the documentation which is frustrating to say the least. Thanks, -Clint From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 21:10: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 C30DA37B401 for ; Thu, 29 May 2003 21:10:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5583643FB1 for ; Thu, 29 May 2003 21:10:07 -0700 (PDT) (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 h4U4A7Up091074 for ; Thu, 29 May 2003 21:10:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U4A7qL091073; Thu, 29 May 2003 21:10:07 -0700 (PDT) Date: Thu, 29 May 2003 21:10:07 -0700 (PDT) Message-Id: <200305300410.h4U4A7qL091073@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Clint Olsen Subject: Re: ports/52793: Samba 2.2.8a printing woes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clint Olsen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 04:10:08 -0000 The following reply was made to PR ports/52793; it has been noted by GNATS. From: Clint Olsen To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/52793: Samba 2.2.8a printing woes Date: Thu, 29 May 2003 21:05:36 -0700 I figured out what the problem was, although it wasn't very intuitive. Samba 2.2.8a defaults to using CUPS now, and you need to override this. Furthermore, setting the 'printing' to 'bsd' does NOT set defaults for 'print command' like it used to, so the result is that prints then fall off the face of the planet. This behavior does not agree with the documentation which is frustrating to say the least. Thanks, -Clint From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 21:20: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 4881A37B401 for ; Thu, 29 May 2003 21:20:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D034443FB1 for ; Thu, 29 May 2003 21:20:12 -0700 (PDT) (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 h4U4KCUp091535 for ; Thu, 29 May 2003 21:20:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U4KCnc091534; Thu, 29 May 2003 21:20:12 -0700 (PDT) Date: Thu, 29 May 2003 21:20:12 -0700 (PDT) Message-Id: <200305300420.h4U4KCnc091534@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Peter Johnson Subject: Re: ports/52796: devel/apr is compiled without threads support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Peter Johnson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 04:20:13 -0000 The following reply was made to PR ports/52796; it has been noted by GNATS. From: Peter Johnson To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/52796: devel/apr is compiled without threads support Date: Fri, 30 May 2003 00:14:36 -0400 (EDT) In addition to adding --enable-threads to configure, the installed apr-config script needs to be patched to remove -lc_r from LIBS and add -pthread to LDFLAGS. If this is not done, linking of Subversion (and probably others) fail because -lc_r is ignored by libtool and -pthread is not specified, so libc is linked instead of libc_r (generating many undefined pthread_* symbol errors). -- Peter Johnson From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 22:27: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 8734F37B404; Thu, 29 May 2003 22:27:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2030543FAF; Thu, 29 May 2003 22:27:48 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4U5RmUp097134; Thu, 29 May 2003 22:27:48 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U5Rlea097130; Fri, 30 May 2003 07:27:47 +0200 (CEST) Date: Fri, 30 May 2003 07:27:47 +0200 (CEST) From: Dirk Meyer Message-Id: <200305300527.h4U5Rlea097130@freefall.freebsd.org> To: delphij@hotmail.com, dinoex@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/52787: [PATCH] Update vsftpd to 1.2.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: Fri, 30 May 2003 05:27:48 -0000 Synopsis: [PATCH] Update vsftpd to 1.2.0 State-Changed-From-To: open->analyzed State-Changed-By: dinoex State-Changed-When: Fri May 30 07:25:08 CEST 2003 State-Changed-Why: Thanks for teh heads up, Patch already made, but waiting for port-freeze lifted. http://people.freebsd.org/~dinoex/ports/vsftpd/ Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Fri May 30 07:25:08 CEST 2003 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=52787 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 00: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 6A5B137B401 for ; Fri, 30 May 2003 00:10:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6107643FA3 for ; Fri, 30 May 2003 00:10:13 -0700 (PDT) (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 h4U7ADUp007324 for ; Fri, 30 May 2003 00:10:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U7ADwQ007323; Fri, 30 May 2003 00:10:13 -0700 (PDT) Resent-Date: Fri, 30 May 2003 00:10:13 -0700 (PDT) Resent-Message-Id: <200305300710.h4U7ADwQ007323@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, Dmitry Pryanishnikov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0CDA37B401 for ; Fri, 30 May 2003 00:06:02 -0700 (PDT) Received: from smtp.atlantis.dp.ua (smtp.atlantis.dp.ua [193.108.46.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B2A43F75 for ; Fri, 30 May 2003 00:06:00 -0700 (PDT) (envelope-from dmitry@atlantis.dp.ua) Received: from atlantis.dp.ua (localhost [127.0.0.1]) by smtp.atlantis.dp.ua (8.12.6p2/8.12.6) with ESMTP id h4U75qhM042036 for ; Fri, 30 May 2003 10:05:52 +0300 (EEST) (envelope-from dmitry@atlantis.dp.ua) Received: (from dmitry@localhost) by atlantis.dp.ua (8.12.6p2/8.12.6/Submit) id h4U75pg3042019; Fri, 30 May 2003 10:05:51 +0300 (EEST) (envelope-from dmitry) Message-Id: <200305300705.h4U75pg3042019@atlantis.dp.ua> Date: Fri, 30 May 2003 10:05:51 +0300 (EEST) From: Dmitry Pryanishnikov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52798: [PATCH] Port imap-uw-2002_1,1 suggests incorrect PAM service name pop3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Pryanishnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 07:10:14 -0000 >Number: 52798 >Category: ports >Synopsis: [PATCH] Port imap-uw-2002_1,1 suggests incorrect PAM service name pop3 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri May 30 00:10:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dmitry Pryanishnikov >Release: FreeBSD 4.8-RELEASE i386 >Organization: Atlantis ISP >Environment: System: FreeBSD main.mcom.dp.ua 4.8-RELEASE >Description: During the transition from imap-uw-2001a to imap-uw-2002 PAM authentication in ipop3d has stopped to work (with the same lines in /etc/pam.conf). After inspection of the sources and debugging I've found the problem: PAM service name for ipop3d has changed from "pop3" to "pop". This change hasn't yet reflected in pkg-message file (rev 1.7) as it show be. >How-To-Repeat: Upgrade from imap-uw-2001a to imap-uw-2002 in configuration which uses PAM, check authentication in ipop3d. >Fix: Apply the following patch in /usr/ports/mail/imap-uw: --- pkg-message.old Mon Dec 23 05:27:48 2002 +++ pkg-message Fri May 30 10:01:59 2003 @@ -12,9 +12,9 @@ imap auth required pam_unix.so imap account required pam_unix.so try_first_pass imap session required pam_deny.so -pop3 auth required pam_unix.so -pop3 account required pam_unix.so try_first_pass -pop3 session required pam_deny.so +pop auth required pam_unix.so +pop account required pam_unix.so try_first_pass +pop session required pam_deny.so The pam_unix module does not have session support, so we do not use it for session management. Be sure to read up on pam.conf(5). >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 00:16: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 CA12E37B401; Fri, 30 May 2003 00:16:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 678D443FAF; Fri, 30 May 2003 00:16:55 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from freefall.freebsd.org (hmp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4U7GtUp007657; Fri, 30 May 2003 00:16:55 -0700 (PDT) (envelope-from hmp@freefall.freebsd.org) Received: (from hmp@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U7Gt14007653; Fri, 30 May 2003 00:16:55 -0700 (PDT) Date: Fri, 30 May 2003 00:16:55 -0700 (PDT) From: Hiten Pandya Message-Id: <200305300716.h4U7Gt14007653@freefall.freebsd.org> To: hmp@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, anders@FreeBSD.org Subject: Re: ports/52798: [PATCH] Port imap-uw-2002_1,1 suggests incorrect PAM service name pop3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 07:16:56 -0000 Synopsis: [PATCH] Port imap-uw-2002_1,1 suggests incorrect PAM service name pop3 Responsible-Changed-From-To: freebsd-ports-bugs->anders Responsible-Changed-By: hmp Responsible-Changed-When: Fri May 30 00:14:54 PDT 2003 Responsible-Changed-Why: Assign PR to anders@ at his request. http://www.freebsd.org/cgi/query-pr.cgi?pr=52798 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 01:20: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 2DC9237B401 for ; Fri, 30 May 2003 01:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DBF543FBF for ; Fri, 30 May 2003 01:20:14 -0700 (PDT) (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 h4U8KDUp013082 for ; Fri, 30 May 2003 01:20:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U8KDEA013081; Fri, 30 May 2003 01:20:13 -0700 (PDT) Resent-Date: Fri, 30 May 2003 01:20:13 -0700 (PDT) Resent-Message-Id: <200305300820.h4U8KDEA013081@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 BCBC637B401 for ; Fri, 30 May 2003 01:19:29 -0700 (PDT) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3712943FA3 for ; Fri, 30 May 2003 01:19:28 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h4U8JPLo089787 for ; Fri, 30 May 2003 10:19:26 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h4U8JOeI089739; Fri, 30 May 2003 10:19:24 +0200 (CEST) Message-Id: <200305300819.h4U8JOeI089739@vaio.alexdupre.com> Date: Fri, 30 May 2003 10:19:24 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52799: [Maintainer Update] www/abcache 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, 30 May 2003 08:20:15 -0000 >Number: 52799 >Category: ports >Synopsis: [Maintainer Update] www/abcache >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: Fri May 30 01:20:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Unbreak build with new php 4.3.2. Various fixes. Require commit of PR 52674. >How-To-Repeat: >Fix: --- abcache.diff begins here --- diff -ruN abcache.orig/Makefile abcache/Makefile --- abcache.orig/Makefile Fri May 30 09:56:54 2003 +++ abcache/Makefile Fri May 30 10:11:02 2003 @@ -14,31 +14,31 @@ MAINTAINER= sysadmin@alexdupre.com COMMENT= A tool to cache applications written in PHP -BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake \ - autoconf:${PORTSDIR}/devel/autoconf \ - phpize:${PORTSDIR}/www/mod_php4 -RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \ - ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +WRKSRC= ${WRKDIR}/bware_cache-${PORTVERSION} -USE_LIBTOOL= yes -LIBTOOLFILES= aclocal.m4 +USE_PHPIZE= yes +WITH_PHP_MOD= yes -WRKSRC= ${WRKDIR}/bware_cache-${PORTVERSION} +CONFIGURE_ARGS+=--enable-bware_cache=shared + +EXT_DIR= 20020429 +PLIST_SUB= EXT_DIR=${EXT_DIR} + +PKGMESSAGE= ${WRKDIR}/pkg-message -CONFIGURE_ARGS+=--enable-bware_cache=shared \ - --with-php-config=${LOCALBASE}/bin/php-config +.include +.include "${.CURDIR}/../../lang/php4/bsd.php.mk" -post-extract: - @${ECHO_MSG} "===> PHPizing for ${DISTNAME}" - @cd ${WRKSRC} && ${LOCALBASE}/bin/phpize +post-build: + @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%EXT_DIR%%|${EXT_DIR}|g" \ + ${.CURDIR}/pkg-message > ${PKGMESSAGE} do-install: - @${MKDIR} ${PREFIX}/lib/php/20010901 + @${MKDIR} ${PREFIX}/lib/php/${EXT_DIR} @${INSTALL_DATA} ${WRKSRC}/modules/bware_cache.so \ - ${PREFIX}/lib/php/20010901 + ${PREFIX}/lib/php/${EXT_DIR} post-install: - @${SED} "s!%%LOCALBASE%%!${LOCALBASE}!g;s!%%PREFIX%%!${PREFIX}!g" \ - ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} -.include +.include diff -ruN abcache.orig/pkg-message abcache/pkg-message --- abcache.orig/pkg-message Fri May 30 09:56:54 2003 +++ abcache/pkg-message Fri May 30 10:11:33 2003 @@ -5,7 +5,7 @@ Edit %%LOCALBASE%%/etc/php.ini and add: [abcache] -zend_extension="%%PREFIX%%/lib/php/20010901/bware_cache.so" +zend_extension="%%PREFIX%%/lib/php/%%EXT_DIR%%/bware_cache.so" bware_cache_enable="1" bware_cache_check_stamp="1" bware_cache_log_level="1" diff -ruN abcache.orig/pkg-plist abcache/pkg-plist --- abcache.orig/pkg-plist Fri May 30 09:56:54 2003 +++ abcache/pkg-plist Fri May 30 10:12:11 2003 @@ -1,2 +1,2 @@ -lib/php/20010901/bware_cache.so -@unexec rmdir %D/lib/php/20010901 2>/dev/null || true +lib/php/%%EXT_DIR%%/bware_cache.so +@unexec rmdir %D/lib/php/%%EXT_DIR%% 2>/dev/null || true --- abcache.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 01:30: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 188C237B401 for ; Fri, 30 May 2003 01:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 478DF43FBF for ; Fri, 30 May 2003 01:30:03 -0700 (PDT) (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 h4U8U2Up013357 for ; Fri, 30 May 2003 01:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U8U2J0013356; Fri, 30 May 2003 01:30:02 -0700 (PDT) Resent-Date: Fri, 30 May 2003 01:30:02 -0700 (PDT) Resent-Message-Id: <200305300830.h4U8U2J0013356@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, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4513337B401 for ; Fri, 30 May 2003 01:27:01 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D33743F75 for ; Fri, 30 May 2003 01:27:00 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19LfE1-0004zx-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 30 May 2003 10:26:57 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19LfD0-0009jf-00; Fri, 30 May 2003 10:25:54 +0200 Message-Id: Date: Fri, 30 May 2003 10:25:54 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: stefan.jahn@nemesis-sektor.de Subject: ports/52800: Update graphics/gwenview: 0.17 -> 0.17.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, 30 May 2003 08:30:04 -0000 >Number: 52800 >Category: ports >Synopsis: Update graphics/gwenview: 0.17 -> 0.17.1 >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 May 30 01:30:01 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: Update graphics/gwenview: 0.17 -> 0.17.1 Bug fixes + correct pkg-plist >How-To-Repeat: >Fix: diff -ruN gwenview.orig/Makefile gwenview/Makefile --- gwenview.orig/Makefile Fri May 16 21:02:10 2003 +++ gwenview/Makefile Fri May 30 10:14:07 2003 @@ -6,7 +6,7 @@ # PORTNAME= gwenview -PORTVERSION= 0.17.0 +PORTVERSION= 0.17.1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gwenview @@ -18,6 +18,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_KDELIBS_VER= 3 +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= @@ -25,9 +26,8 @@ MAN1= gwenview.1 -post-install: - ${RM} ${PREFIX}/share/locale/xx/LC_MESSAGES/gwenview.mo - -${RMDIR} ${PREFIX}/share/locale/xx/LC_MESSAGES - -${RMDIR} ${PREFIX}/share/locale/xx +post-patch: + @${REINPLACE_CMD} -e \ + 's|xx||g' ${WRKSRC}/po/Makefile.in .include diff -ruN gwenview.orig/distinfo gwenview/distinfo --- gwenview.orig/distinfo Fri May 16 21:02:10 2003 +++ gwenview/distinfo Fri May 30 10:04:07 2003 @@ -1 +1 @@ -MD5 (gwenview-0.17.0.tar.bz2) = 8a554e2f3aa6d52bf30a5babcfaa1fa7 +MD5 (gwenview-0.17.1.tar.bz2) = a1c9e6896307c9b11f4ba8bb08715da0 diff -ruN gwenview.orig/pkg-plist gwenview/pkg-plist --- gwenview.orig/pkg-plist Fri May 16 21:02:10 2003 +++ gwenview/pkg-plist Fri May 30 10:20:00 2003 @@ -74,3 +74,29 @@ share/locale/zh_CN/LC_MESSAGES/gwenview.mo share/locale/zh_TW/LC_MESSAGES/gwenview.mo share/locale/zu/LC_MESSAGES/gwenview.mo +@dirrm share/apps/gwenview/icons/hicolor/16x16/actions +@dirrm share/apps/gwenview/icons/hicolor/16x16 +@dirrm share/apps/gwenview/icons/hicolor/22x22/actions +@dirrm share/apps/gwenview/icons/hicolor/22x22 +@dirrm share/apps/gwenview/icons/hicolor/32x32/actions +@dirrm share/apps/gwenview/icons/hicolor/32x32 +@dirrm share/apps/gwenview/icons/hicolor +@dirrm share/apps/gwenview/icons +@dirrm share/apps/gwenview +@unexec rmdir %D/share/apps/konqueror/servicemenus 2>/dev/null || true +@unexec rmdir %D/share/apps/konqueror 2>/dev/null || true +@unexec rmdir %D/share/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true +@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 +@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/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor 2>/dev/null || true +@unexec rmdir %D/share/applnk/Graphics 2>/dev/null || true +@unexec rmdir %D/share/applnk 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 01:50: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 14CFA37B401 for ; Fri, 30 May 2003 01:50:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 049BD43FB1 for ; Fri, 30 May 2003 01:50:07 -0700 (PDT) (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 h4U8o6Up014120 for ; Fri, 30 May 2003 01:50:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U8o6Wi014119; Fri, 30 May 2003 01:50:06 -0700 (PDT) Resent-Date: Fri, 30 May 2003 01:50:06 -0700 (PDT) Resent-Message-Id: <200305300850.h4U8o6Wi014119@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 80A1937B401 for ; Fri, 30 May 2003 01:45:36 -0700 (PDT) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF0A743FB1 for ; Fri, 30 May 2003 01:45:34 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h4U8jXLo092103 for ; Fri, 30 May 2003 10:45:33 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h4U8jXeO092102; Fri, 30 May 2003 10:45:33 +0200 (CEST) Message-Id: <200305300845.h4U8jXeO092102@vaio.alexdupre.com> Date: Fri, 30 May 2003 10:45:33 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52801: [Maintainer Update] www/php-screw 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, 30 May 2003 08:50:08 -0000 >Number: 52801 >Category: ports >Synopsis: [Maintainer Update] www/php-screw >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: Fri May 30 01:50:06 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Unbreak build with new php 4.3.2. Various fixes. Require commit of PR 52674. >How-To-Repeat: >Fix: --- php-screw.diff begins here --- diff -ruN php-screw.orig/Makefile php-screw/Makefile --- php-screw.orig/Makefile Fri May 30 10:30:06 2003 +++ php-screw/Makefile Fri May 30 10:43:29 2003 @@ -16,20 +16,19 @@ MAINTAINER= sysadmin@alexdupre.com COMMENT= A PHP script encryption tool -BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake \ - autoconf:${PORTSDIR}/devel/autoconf \ - phpize:${PORTSDIR}/www/mod_php4 -RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \ - ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 - PKGMESSAGE= ${WRKDIR}/pkg-message CRYPTKEY?= 11152, 368, 192, 1281, 62 -USE_LIBTOOL= yes +USE_PHPIZE= yes + +CONFIGURE_ARGS+=--enable-php_screw=shared -CONFIGURE_ARGS+=--enable-php_screw=shared \ - --with-php-config=${PREFIX}/bin/php-config +EXT_DIR= 20020429 +PLIST_SUB= EXT_DIR=${EXT_DIR} + +.include +.include "${.CURDIR}/../../lang/php4/bsd.php.mk" pre-everything:: @${ECHO} "" @@ -39,10 +38,6 @@ @${ECHO} "make CRYPTKEY=\"234, 84, 39664, 771, 9853\"" @${ECHO} "" -post-extract: - @${ECHO_MSG} "===> PHPizing for ${PORTNAME}-${PORTVERSION}" - @(cd ${WRKSRC}; ${LOCALBASE}/bin/phpize) - post-patch: @${ECHO} "short pm9screw_mycryptkey[] = { ${CRYPTKEY} };" > \ ${WRKSRC}/my_screw.h @@ -54,15 +49,15 @@ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) post-build: - @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g;s|%%PREFIX%%|${PREFIX}|g" \ + @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%EXT_DIR%%|${EXT_DIR}|g" \ ${.CURDIR}/pkg-message > ${PKGMESSAGE} do-install: - @${MKDIR} ${PREFIX}/lib/php/extensions + @${MKDIR} ${PREFIX}/lib/php/${EXT_DIR} @${INSTALL_DATA} ${WRKSRC}/modules/php_screw.so \ - ${PREFIX}/lib/php/extensions + ${PREFIX}/lib/php/${EXT_DIR} @${INSTALL_PROGRAM} ${WRKSRC}/tools/screw ${PREFIX}/bin post-install: @${CAT} ${PKGMESSAGE} -.include +.include diff -ruN php-screw.orig/pkg-message php-screw/pkg-message --- php-screw.orig/pkg-message Fri May 30 10:30:06 2003 +++ php-screw/pkg-message Fri May 30 10:36:06 2003 @@ -4,6 +4,6 @@ Edit %%LOCALBASE%%/etc/php.ini and add: -zend_extension="%%PREFIX%%/lib/php/extensions/php_screw.so" +zend_extension="%%PREFIX%%/lib/php/%%EXT_DIR%%/php_screw.so" ***************************************************************************** diff -ruN php-screw.orig/pkg-plist php-screw/pkg-plist --- php-screw.orig/pkg-plist Fri May 30 10:30:06 2003 +++ php-screw/pkg-plist Fri May 30 10:35:40 2003 @@ -1,2 +1,3 @@ bin/screw -lib/php/extensions/php_screw.so +lib/php/%%EXT_DIR%%/php_screw.so +@unexec rmdir %D/lib/php/%%EXT_DIR%% 2>/dev/null || true --- php-screw.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 02:00: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 ABDB537B401 for ; Fri, 30 May 2003 02:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D2F43FBD for ; Fri, 30 May 2003 02:00:28 -0700 (PDT) (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 h4U90SUp014476 for ; Fri, 30 May 2003 02:00:28 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U90SLI014475; Fri, 30 May 2003 02:00:28 -0700 (PDT) Resent-Date: Fri, 30 May 2003 02:00:28 -0700 (PDT) Resent-Message-Id: <200305300900.h4U90SLI014475@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 72C7237B414 for ; Fri, 30 May 2003 01:53:38 -0700 (PDT) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2742643F75 for ; Fri, 30 May 2003 01:53:37 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h4U8rZLo093559 for ; Fri, 30 May 2003 10:53:35 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h4U8rZ9T093558; Fri, 30 May 2003 10:53:35 +0200 (CEST) Message-Id: <200305300853.h4U8rZ9T093558@vaio.alexdupre.com> Date: Fri, 30 May 2003 10:53:35 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52802: [Maintainer Update] www/php-dyn 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, 30 May 2003 09:00:31 -0000 >Number: 52802 >Category: ports >Synopsis: [Maintainer Update] www/php-dyn >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: Fri May 30 02:00:28 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Unbreak build with new php 4.3.2. Various fixes. Require commit of PR 52674. >How-To-Repeat: >Fix: --- php-dyn.diff begins here --- diff -ruN php-dyn.orig/Makefile php-dyn/Makefile --- php-dyn.orig/Makefile Fri May 30 10:48:07 2003 +++ php-dyn/Makefile Fri May 30 10:50:10 2003 @@ -16,16 +16,10 @@ MAINTAINER= sysadmin@alexdupre.com COMMENT= A PHP Extension to help debugging a PHP script -BUILD_DEPENDS= phpize:${PORTSDIR}/www/mod_php4 -RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${APACHE_PORT} \ - ${LOCALBASE}/bin/php:${PORTSDIR}/www/mod_php4 +USE_PHPIZE= yes +WITH_PHP_MOD= yes -USE_LIBTOOL= yes -WANT_AUTOMAKE_VER= 15 -WANT_AUTOCONF_VER= 253 - -CONFIGURE_ARGS= --enable-php_dyn=shared \ - --with-php-config=${LOCALBASE}/bin/php-config +CONFIGURE_ARGS= --enable-php_dyn=shared EXT_DIR= 20020429 PLIST_SUB= EXT_DIR=${EXT_DIR} @@ -33,16 +27,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include - -.if defined(WITH_APACHE2) || exists(${LOCALBASE}/include/apache2/apr.h) -APACHE_PORT?= ${PORTSDIR}/www/apache2 -.else -APACHE_PORT?= ${PORTSDIR}/www/apache13 -.endif - -post-extract: - @${ECHO_MSG} "===> PHPizing for ${PORTNAME}-${PORTVERSION}" - @(cd ${WRKSRC}; ${LOCALBASE}/bin/phpize) +.include "${.CURDIR}/../../lang/php4/bsd.php.mk" post-build: @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%EXT_DIR%%|${EXT_DIR}|g" \ --- php-dyn.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 02:00: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 D48C237B404 for ; Fri, 30 May 2003 02:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1800143FCB for ; Fri, 30 May 2003 02:00:29 -0700 (PDT) (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 h4U90SUp014491 for ; Fri, 30 May 2003 02:00:28 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U90Srg014490; Fri, 30 May 2003 02:00:28 -0700 (PDT) Resent-Date: Fri, 30 May 2003 02:00:28 -0700 (PDT) Resent-Message-Id: <200305300900.h4U90Srg014490@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 EC03437B401 for ; Fri, 30 May 2003 01:58:04 -0700 (PDT) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC50D43F3F for ; Fri, 30 May 2003 01:58:03 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h4U8w2Lo095219 for ; Fri, 30 May 2003 10:58:02 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h4U8w2Yg095218; Fri, 30 May 2003 10:58:02 +0200 (CEST) Message-Id: <200305300858.h4U8w2Yg095218@vaio.alexdupre.com> Date: Fri, 30 May 2003 10:58:02 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52803: [Maintainer Update] www/php-templates 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, 30 May 2003 09:00:31 -0000 >Number: 52803 >Category: ports >Synopsis: [Maintainer Update] www/php-templates >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: Fri May 30 02:00:28 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Unbreak build with new php 4.3.2. Various fixes. Require commit of PR 52674. >How-To-Repeat: >Fix: --- php-templates.diff begins here --- diff -ruN php-templates.orig/Makefile php-templates/Makefile --- php-templates.orig/Makefile Fri May 30 10:54:02 2003 +++ php-templates/Makefile Fri May 30 10:56:45 2003 @@ -19,27 +19,19 @@ MAINTAINER= sysadmin@alexdupre.com COMMENT= A template framework for PHP -BUILD_DEPENDS= phpize:${PORTSDIR}/www/mod_php4 -RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \ - ${LOCALBASE}/bin/php:${PORTSDIR}/www/mod_php4 - -USE_LIBTOOL= yes -WANT_AUTOMAKE_VER= 15 -WANT_AUTOCONF_VER= 253 - WRKSRC= ${WRKDIR}/templates -CONFIGURE_ARGS= --enable-templates=shared \ - --with-php-config=${PREFIX}/bin/php-config +USE_PHPIZE= yes + +CONFIGURE_ARGS= --enable-templates=shared EXT_DIR= 20020429 PLIST_SUB= EXT_DIR=${EXT_DIR} PKGMESSAGE= ${WRKDIR}/pkg-message -post-extract: - @${ECHO_MSG} "===> PHPizing for ${DISTNAME}" - @cd ${WRKSRC} && ${LOCALBASE}/bin/phpize +.include +.include "${.CURDIR}/../../lang/php4/bsd.php.mk" post-build: @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%EXT_DIR%%|${EXT_DIR}|g" \ @@ -57,4 +49,4 @@ post-install: @${CAT} ${PKGMESSAGE} -.include +.include --- php-templates.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 02:30: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 5E31437B401 for ; Fri, 30 May 2003 02:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA9A443F93 for ; Fri, 30 May 2003 02:30:04 -0700 (PDT) (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 h4U9U4Up018892 for ; Fri, 30 May 2003 02:30:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U9U4Vv018891; Fri, 30 May 2003 02:30:04 -0700 (PDT) Resent-Date: Fri, 30 May 2003 02:30:04 -0700 (PDT) Resent-Message-Id: <200305300930.h4U9U4Vv018891@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 2CA5F37B401 for ; Fri, 30 May 2003 02:27:27 -0700 (PDT) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id E12F043F85 for ; Fri, 30 May 2003 02:27:25 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h4U9ROLo001676 for ; Fri, 30 May 2003 11:27:24 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h4U9RNDX001675; Fri, 30 May 2003 11:27:23 +0200 (CEST) Message-Id: <200305300927.h4U9RNDX001675@vaio.alexdupre.com> Date: Fri, 30 May 2003 11:27:23 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52804: [Update] devel/php-dbg 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, 30 May 2003 09:30:07 -0000 >Number: 52804 >Category: ports >Synopsis: [Update] devel/php-dbg >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: Fri May 30 02:30:04 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Unbreak build with new php 4.3.2. Various fixes. Require commit of PR 52674. >How-To-Repeat: >Fix: --- php-dbg.diff begins here --- diff -ruN php-dbg.orig/Makefile php-dbg/Makefile --- php-dbg.orig/Makefile Fri May 30 11:04:03 2003 +++ php-dbg/Makefile Fri May 30 11:24:08 2003 @@ -16,42 +16,25 @@ MAINTAINER= rehsack@liwing.de COMMENT= Debugger for PHP4 -BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake \ - autoconf:${PORTSDIR}/devel/autoconf \ - phpize:${PORTSDIR}/www/mod_php4 -RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/www/mod_php4 - -USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/dbg -CONFIGURE_ARGS= --enable-dbg=shared --with-dbg-profiler \ - --with-php-config=${PREFIX}/bin/php-config -CONFIGURE_ENV= CFLAGS="${CFLAGS}" +USE_PHPIZE= yes +CONFIGURE_ARGS= --enable-dbg=shared --with-dbg-profiler PKGMESSAGE= ${WRKDIR}/pkg-message -PLIST= ${WRKDIR}/pkg-plist - -.include -PHPCONFIG= ${LOCALBASE}/bin/php-config -.if exists(${PHPCONFIG}) -PHPEXTENSIONS!= ${PHPCONFIG} --extension-dir -.else -PHPEXTENSIONS= ${LOCALBASE}/lib/php/extensions -.endif +PHPEXTENSIONS= 20020429 +PLIST_SUB= PHPEXTENSIONS=${PHPEXTENSIONS} -post-extract: - @${ECHO_MSG} "===> PHPizing for ${DISTNAME}" - @cd ${WRKSRC} && ${LOCALBASE}/bin/phpize +.include +.include "${.CURDIR}/../../lang/php4/bsd.php.mk" post-build: - @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g;s|%%PHPEXTENSIONS%%|${PHPEXTENSIONS}|g" \ + @${SED} "s|%%PREFIX%%|${PREFIX}|g;s|%%PHPEXTENSIONS%%|${PHPEXTENSIONS}|g" \ ${.CURDIR}/pkg-message > ${PKGMESSAGE} - @${SED} "s|%%PHPEXTENSIONS%%|${PHPEXTENSIONS}|g" < ${.CURDIR}/pkg-plist | \ - ${SED} "s|${LOCALBASE}/||" >${PLIST} do-install: - @${MKDIR} ${PHPEXTENSIONS} + @${MKDIR} ${PREFIX}/lib/php/${PHPEXTENSIONS} @${INSTALL_DATA} ${WRKSRC}/modules/dbg.so \ - ${PHPEXTENSIONS} + ${PREFIX}/lib/php/${PHPEXTENSIONS} post-install: @${CAT} ${PKGMESSAGE} diff -ruN php-dbg.orig/files/patch-configure php-dbg/files/patch-configure --- php-dbg.orig/files/patch-configure Fri May 30 11:04:03 2003 +++ php-dbg/files/patch-configure Thu Jan 1 01:00:00 1970 @@ -1,25 +0,0 @@ ---- configure.orig Mon Feb 24 12:14:38 2003 -+++ configure Mon Feb 24 12:15:22 2003 -@@ -2217,18 +2217,18 @@ - - OVERALL_TARGET=php - php_c_pre='$(CC)' -- php_c_meta='$(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS)' -+ php_c_meta='$(COMMON_FLAGS) ${CFLAGS} $(CFLAGS_CLEAN) $(EXTRA_CFLAGS)' - php_c_post=' && echo > $@' - php_cxx_pre='$(CXX)' -- php_cxx_meta='$(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS)' -+ php_cxx_meta='$(COMMON_FLAGS) ${CXXFLAGS} $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS)' - php_cxx_post=' && echo > $@' - php_lo=o - - shared_c_pre='$(LIBTOOL) --mode=compile $(CC)' -- shared_c_meta='$(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic' -+ shared_c_meta='$(COMMON_FLAGS) ${CFLAGS} $(CFLAGS_CLEAN) $(EXTRA_CFLAGS)' - shared_c_post= - shared_cxx_pre='$(LIBTOOL) --mode=compile $(CXX)' -- shared_cxx_meta='$(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -prefer-pic' -+ shared_cxx_meta='$(COMMON_FLAGS) ${CXXFLAGS} $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS)' - shared_cxx_post= - shared_lo=lo - diff -ruN php-dbg.orig/pkg-message php-dbg/pkg-message --- php-dbg.orig/pkg-message Fri May 30 11:04:03 2003 +++ php-dbg/pkg-message Fri May 30 11:23:58 2003 @@ -5,12 +5,12 @@ The php debugger has been installed successful. Add a line containing - extension=%%PREFIX%%/lib/php/extensions/dbg.so + extension=%%PREFIX%%/lib/php/%%PHPEXTENSIONS%%/dbg.so to your php.ini to load it. If you have the Zend Optimizer installed, add the line - zend_extension=%%PREFIX%%/lib/php/extensions/dbg.so + zend_extension=%%PREFIX%%/lib/php/%%PHPEXTENSIONS%%/dbg.so to your [zend] section in the php.ini file, too. Add following section to enable/disable whatever you need from the debugger: diff -ruN php-dbg.orig/pkg-plist php-dbg/pkg-plist --- php-dbg.orig/pkg-plist Fri May 30 11:04:03 2003 +++ php-dbg/pkg-plist Fri May 30 11:22:15 2003 @@ -1 +1,2 @@ -%%PHPEXTENSIONS%%/dbg.so +lib/php/%%PHPEXTENSIONS%%/dbg.so +@unexec rmdir %D/lib/php/%%PHPEXTENSIONS%% 2>/dev/null || true --- php-dbg.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 02: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 DC9CB37B401 for ; Fri, 30 May 2003 02:50:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3457343F85 for ; Fri, 30 May 2003 02:50:11 -0700 (PDT) (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 h4U9oBUp019538 for ; Fri, 30 May 2003 02:50:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U9oBhI019537; Fri, 30 May 2003 02:50:11 -0700 (PDT) Resent-Date: Fri, 30 May 2003 02:50:11 -0700 (PDT) Resent-Message-Id: <200305300950.h4U9oBhI019537@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 B8C4237B401 for ; Fri, 30 May 2003 02:41:05 -0700 (PDT) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A92A43F75 for ; Fri, 30 May 2003 02:41:04 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h4U9f3Lo001756 for ; Fri, 30 May 2003 11:41:03 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h4U9f2x2001755; Fri, 30 May 2003 11:41:02 +0200 (CEST) Message-Id: <200305300941.h4U9f2x2001755@vaio.alexdupre.com> Date: Fri, 30 May 2003 11:41:02 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52805: [Fix Port] devel/swig13 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, 30 May 2003 09:50:13 -0000 >Number: 52805 >Category: ports >Synopsis: [Fix Port] devel/swig13 >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: Fri May 30 02:50:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Fix dependencies for new PHP 4.3.2. >How-To-Repeat: >Fix: --- swig13.diff begins here --- diff -ruN swig13.orig/Makefile swig13/Makefile --- swig13.orig/Makefile Fri May 30 11:36:41 2003 +++ swig13/Makefile Fri May 30 11:39:11 2003 @@ -38,9 +38,7 @@ PLIST_SUB+= WANT_SWIG_PERL="@comment " .endif .if defined(WANT_SWIG_PHP4) -# We need both mod_php4 and php4 -BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \ - php:${PORTSDIR}/www/mod_php4 +BUILD_DEPENDS+= ${LOCALBASE}/include/php/main/php.h:${PORTSDIR}/lang/php4 PLIST_SUB+= WANT_SWIG_PHP4="" .else PLIST_SUB+= WANT_SWIG_PHP4="@comment " --- swig13.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 02:50: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 83ACB37B401 for ; Fri, 30 May 2003 02:50:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F70843F93 for ; Fri, 30 May 2003 02:50:12 -0700 (PDT) (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 h4U9oBUp019552 for ; Fri, 30 May 2003 02:50:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U9oBGh019551; Fri, 30 May 2003 02:50:11 -0700 (PDT) Resent-Date: Fri, 30 May 2003 02:50:11 -0700 (PDT) Resent-Message-Id: <200305300950.h4U9oBGh019551@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 Simonenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDBD137B401 for ; Fri, 30 May 2003 02:42:57 -0700 (PDT) Received: from relay1.ntu-kpi.kiev.ua (oberon.ntu-kpi.kiev.ua [195.245.194.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 088FA43F75 for ; Fri, 30 May 2003 02:42:53 -0700 (PDT) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: by relay1.ntu-kpi.kiev.ua (Postfix, from userid 426) id 9124719B26; Fri, 30 May 2003 12:42:47 +0300 (EEST) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id CAF1819ACB for ; Fri, 30 May 2003 12:42:46 +0300 (EEST) Received: from pm514-9.comsys.ntu-kpi.kiev.ua (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.6/8.11.6) with ESMTP id h4U9lfp34578 for ; Fri, 30 May 2003 12:47:44 +0300 (EEST) Received: by pm514-9.comsys.ntu-kpi.kiev.ua (Postfix, from userid 1000) id 5F3361E3; Fri, 30 May 2003 12:42:31 +0300 (EEST) Message-Id: <20030530094230.GA17328@pm514-9.comsys.ntu-kpi.kiev.ua> Date: Fri, 30 May 2003 12:42:31 +0300 From: Andrey Simonenko To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52806: Maintainer update port sysutils/ipa 1.3.3 -> 1.3.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, 30 May 2003 09:50:13 -0000 >Number: 52806 >Category: ports >Synopsis: Maintainer update port sysutils/ipa 1.3.3 -> 1.3.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: Fri May 30 02:50:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: FreeBSD 4.8-STABLE i386 Current FreeBSD Ports Collection >Description: Please update port sysutils/ipa 1.3.3 -> 1.3.4. Changes (from the HISTORY file): - Added support for PF from OpenBSD 3.3 - Minor changes >How-To-Repeat: >Fix: diff -ruN ipa.orig/Makefile ipa/Makefile --- ipa.orig/Makefile Tue Apr 22 15:22:09 2003 +++ ipa/Makefile Thu May 29 23:09:07 2003 @@ -6,7 +6,7 @@ # PORTNAME= ipa -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= sysutils MASTER_SITES= http://ipa-system.sourceforge.net/ \ http://www.mirrors.wiretapped.net/security/network-monitoring/ipa/ \ diff -ruN ipa.orig/distinfo ipa/distinfo --- ipa.orig/distinfo Tue Apr 22 15:22:09 2003 +++ ipa/distinfo Thu May 29 23:09:12 2003 @@ -1 +1 @@ -MD5 (ipa-1.3.3.tar.gz) = 524c1ef321385c4dcf02970fb4f33f05 +MD5 (ipa-1.3.4.tar.gz) = 48a75816831f6faf86d0f8a336dd6f40 >Release-Note: >Audit-Trail: >Unformatted: To: FreeBSD-gnats-submit@freebsd.org From: Andrey Simonenko Reply-To: Andrey Simonenko Cc: X-send-pr-version: 3.113 X-GNATS-Notify: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 03:06: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 66BC937B401; Fri, 30 May 2003 03:06:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0540143FAF; Fri, 30 May 2003 03:06:00 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4UA5xUp023680; Fri, 30 May 2003 03:05:59 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UA5xVJ023676; Fri, 30 May 2003 03:05:59 -0700 (PDT) Date: Fri, 30 May 2003 03:05:59 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305301005.h4UA5xVJ023676@freefall.freebsd.org> To: sysadmin@alexdupre.com, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52804: [Update] devel/php-dbg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 10:06:00 -0000 Synopsis: [Update] devel/php-dbg State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Fri May 30 03:05:42 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Fri May 30 03:05:42 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52804 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 03:07: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 44EC637B401; Fri, 30 May 2003 03:07:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D65BC43FA3; Fri, 30 May 2003 03:07:22 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4UA7MUp023824; Fri, 30 May 2003 03:07:22 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UA7M6q023820; Fri, 30 May 2003 03:07:22 -0700 (PDT) Date: Fri, 30 May 2003 03:07:22 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305301007.h4UA7M6q023820@freefall.freebsd.org> To: sysadmin@alexdupre.com, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52801: [Maintainer Update] www/php-screw X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 10:07:23 -0000 Synopsis: [Maintainer Update] www/php-screw State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Fri May 30 03:07:07 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Fri May 30 03:07:07 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52801 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 03:06: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 CDA7637B401; Fri, 30 May 2003 03:06:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BDBA43F85; Fri, 30 May 2003 03:06:31 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4UA6VUp023727; Fri, 30 May 2003 03:06:31 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UA6VL2023723; Fri, 30 May 2003 03:06:31 -0700 (PDT) Date: Fri, 30 May 2003 03:06:31 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305301006.h4UA6VL2023723@freefall.freebsd.org> To: sysadmin@alexdupre.com, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52803: [Maintainer Update] www/php-templates X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 10:06:32 -0000 Synopsis: [Maintainer Update] www/php-templates State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Fri May 30 03:06:14 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Fri May 30 03:06:14 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52803 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 03:07: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 985A937B401; Fri, 30 May 2003 03:07:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 311AE43FB1; Fri, 30 May 2003 03:07:00 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4UA70Up023774; Fri, 30 May 2003 03:07:00 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UA70Ye023770; Fri, 30 May 2003 03:07:00 -0700 (PDT) Date: Fri, 30 May 2003 03:07:00 -0700 (PDT) From: Norikatsu Shigemura Message-Id: <200305301007.h4UA70Ye023770@freefall.freebsd.org> To: sysadmin@alexdupre.com, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/52802: [Maintainer Update] www/php-dyn X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 10:07:01 -0000 Synopsis: [Maintainer Update] www/php-dyn State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Fri May 30 03:06:40 PDT 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Fri May 30 03:06:40 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52802 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 04:55: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 CDBBE37B401; Fri, 30 May 2003 04:55:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6112243FA3; Fri, 30 May 2003 04:55:19 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4UBtJUp034600; Fri, 30 May 2003 04:55:19 -0700 (PDT) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UBtIBi034596; Fri, 30 May 2003 04:55:18 -0700 (PDT) Date: Fri, 30 May 2003 04:55:18 -0700 (PDT) From: Tilman Linneweh Message-Id: <200305301155.h4UBtIBi034596@freefall.freebsd.org> To: db@nipsi.de, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52753: new bison expects ";" fixup parser X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 11:55:20 -0000 Synopsis: new bison expects ";" fixup parser State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Fri May 30 04:54:52 PDT 2003 State-Changed-Why: Superseded by 52754 http://www.freebsd.org/cgi/query-pr.cgi?pr=52753 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 04:58: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 0B48A37B401; Fri, 30 May 2003 04:58:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0F0043F93; Fri, 30 May 2003 04:58:32 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4UBwWUp034674; Fri, 30 May 2003 04:58:32 -0700 (PDT) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UBwW54034670; Fri, 30 May 2003 04:58:32 -0700 (PDT) Date: Fri, 30 May 2003 04:58:32 -0700 (PDT) From: Tilman Linneweh Message-Id: <200305301158.h4UBwW54034670@freefall.freebsd.org> To: db@nipsi.de, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52754: new beson expects ";" fixup parser X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 11:58:33 -0000 Synopsis: new beson expects ";" fixup parser State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Fri May 30 04:57:16 PDT 2003 State-Changed-Why: Can you please tell us, to which port this patch should be applied? http://www.freebsd.org/cgi/query-pr.cgi?pr=52754 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 04:59: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 0F44E37B401; Fri, 30 May 2003 04:59:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A199C43F3F; Fri, 30 May 2003 04:59:39 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4UBxdUp034732; Fri, 30 May 2003 04:59:39 -0700 (PDT) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UBxdpO034728; Fri, 30 May 2003 04:59:39 -0700 (PDT) Date: Fri, 30 May 2003 04:59:39 -0700 (PDT) From: Tilman Linneweh Message-Id: <200305301159.h4UBxdpO034728@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: ports/52740: 'preferred' misspelled twice in ports/editors/openoffice/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: Fri, 30 May 2003 11:59:40 -0000 Synopsis: 'preferred' misspelled twice in ports/editors/openoffice/Makefile Responsible-Changed-From-To: freebsd-ports-bugs->openoffice Responsible-Changed-By: arved Responsible-Changed-When: Fri May 30 04:59:17 PDT 2003 Responsible-Changed-Why: Over to Maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=52740 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 05:00: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 DAA8237B401; Fri, 30 May 2003 05:00:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F5F43FB1; Fri, 30 May 2003 05:00:05 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4UC05Up034791; Fri, 30 May 2003 05:00:05 -0700 (PDT) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UC05lS034787; Fri, 30 May 2003 05:00:05 -0700 (PDT) Date: Fri, 30 May 2003 05:00:05 -0700 (PDT) From: Tilman Linneweh Message-Id: <200305301200.h4UC05lS034787@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: ports/52741: 'preferred' is mispelled twice in ports/editors/openoffice-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: Fri, 30 May 2003 12:00:06 -0000 Synopsis: 'preferred' is mispelled twice in ports/editors/openoffice-devel Responsible-Changed-From-To: freebsd-ports-bugs->openoffice Responsible-Changed-By: arved Responsible-Changed-When: Fri May 30 04:59:43 PDT 2003 Responsible-Changed-Why: over to maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=52741 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 05:02: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 7A00137B401; Fri, 30 May 2003 05:02:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CBBA43F93; Fri, 30 May 2003 05:02:47 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4UC2kUp035173; Fri, 30 May 2003 05:02:46 -0700 (PDT) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UC2kRR035169; Fri, 30 May 2003 05:02:46 -0700 (PDT) Date: Fri, 30 May 2003 05:02:46 -0700 (PDT) From: Tilman Linneweh Message-Id: <200305301202.h4UC2kRR035169@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/52706: bsd.port.mk issues warning if a site is explicitly declared :DEFAULT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 12:02:47 -0000 Synopsis: bsd.port.mk issues warning if a site is explicitly declared :DEFAULT Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: arved Responsible-Changed-When: Fri May 30 05:02:17 PDT 2003 Responsible-Changed-Why: bsd.port.mk patch, Over to Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=52706 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 05: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 A396A37B404 for ; Fri, 30 May 2003 05:10:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB02043F93 for ; Fri, 30 May 2003 05:10:14 -0700 (PDT) (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 h4UCAEUp038752 for ; Fri, 30 May 2003 05:10:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UCAErN038751; Fri, 30 May 2003 05:10:14 -0700 (PDT) Resent-Date: Fri, 30 May 2003 05:10:14 -0700 (PDT) Resent-Message-Id: <200305301210.h4UCAErN038751@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, Sergei Kolobov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FF7437B401 for ; Fri, 30 May 2003 05:05:55 -0700 (PDT) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 3FDD143F85 for ; Fri, 30 May 2003 05:05:54 -0700 (PDT) (envelope-from sgk@outpost.globcon.net) Received: (qmail 12261 invoked by uid 911); 30 May 2003 12:05:54 -0000 Message-Id: <20030530120554.12260.qmail@outpost.globcon.net> Date: 30 May 2003 12:05:54 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: patrick@watson.org Subject: ports/52808: [PATCH] lang/ocaml: add WITHOUT_X11 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: Fri, 30 May 2003 12:10:16 -0000 >Number: 52808 >Category: ports >Synopsis: [PATCH] lang/ocaml: add WITHOUT_X11 knob >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 May 30 05:10:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Jan 2 03:13:48 MSK >Description: Some ports (e.g. net/unison) that depends on this port could be used in a server environment without X11 installed. This port currently unconditionally depends on X11 even though it is not mandatory. To overcome this, introduce WITHOUT_X11 compile-time knob. Port maintainer - patrick@watson.org - has been copied. >How-To-Repeat: >Fix: --- ocaml-3.06.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/ocaml/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 2003/02/21 12:35:05 1.25 +++ Makefile 2003/05/30 11:27:37 @@ -29,7 +29,6 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 .endif -USE_XLIB= yes HAS_CONFIGURE= yes ALL_TARGET= world.opt @@ -67,14 +66,18 @@ camlp4.1 ocpp.1 CONFIGURE_ARGS= -prefix ${PREFIX} \ - -x11include ${X11BASE}/include \ - -x11lib ${X11BASE}/lib \ -with-pthread .if defined(WITHOUT_TK) CONFIGURE_ARGS+=-no-tk .else CONFIGURE_ARGS+=-tkdefs "-I${PREFIX}/include/tcl8.3 -I${PREFIX}/include/tk8.3" +.endif + +.if !defined(WITHOUT_X11) +USE_XLIB= yes +CONFIGURE_ARGS+= -x11include ${X11BASE}/include \ + -x11lib ${X11BASE}/lib .endif .if !defined(NOPORTDOCS) --- ocaml-3.06.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 07: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 2936C37B401 for ; Fri, 30 May 2003 07:10:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2740743FA3 for ; Fri, 30 May 2003 07:10:15 -0700 (PDT) (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 h4UEAFUp081492 for ; Fri, 30 May 2003 07:10:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UEAEUP081491; Fri, 30 May 2003 07:10:14 -0700 (PDT) Resent-Date: Fri, 30 May 2003 07:10:14 -0700 (PDT) Resent-Message-Id: <200305301410.h4UEAEUP081491@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, Udo Schweigert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E81ED37B401 for ; Fri, 30 May 2003 07:08:35 -0700 (PDT) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6343343FCB for ; Fri, 30 May 2003 07:08:34 -0700 (PDT) (envelope-from udo.schweigert@siemens.com) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.11.7/8.11.7) with ESMTP id h4UE8WQ27404 for ; Fri, 30 May 2003 16:08:32 +0200 (MEST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.11.7/8.11.7) with ESMTP id h4UE8W911123 for ; Fri, 30 May 2003 16:08:32 +0200 (MEST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) 1.46 2003/05/28 09:28:32 ust Exp $) with ESMTP id h4UE8VGE002758 for ; Fri, 30 May 2003 16:08:31 +0200 (CEST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) hosts/alaska/mail/config.mc,v 1.15 2002/12/31 15:32:17 ust Exp $) with ESMTP id h4UE8VTa093746 for ; Fri, 30 May 2003 16:08:31 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) hosts/alaska/mail/submit.mc,v 1.4 2002/12/31 15:32:17 ust Exp $) id h4UE8VrH075496; Fri, 30 May 2003 16:08:31 +0200 (CEST) (envelope-from ust) Message-Id: <200305301408.h4UE8VrH075496@alaska.cert.siemens.de> Date: Fri, 30 May 2003 16:08:31 +0200 (CEST) From: Udo Schweigert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52809: maintainer-update of mail/mutt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Udo Schweigert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 14:10:17 -0000 >Number: 52809 >Category: ports >Synopsis: maintainer-update of mail/mutt >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 May 30 07:10:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: >Description: Maintainer-update of mail/mutt: - Add ipv6 to the categories (as mutt flawlessly works with IPv6). >How-To-Repeat: >Fix: diff -ru /usr/ports/mail/mutt/Makefile ./Makefile --- /usr/ports/mail/mutt/Makefile Thu May 1 10:30:13 2003 +++ ./Makefile Fri May 30 16:02:17 2003 @@ -9,7 +9,7 @@ PORTNAME= mutt PORTVERSION= 1.4.1 PORTREVISION= 1 -CATEGORIES+= mail +CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ ftp://ftp.demon.co.uk/pub/mirrors/mutt/ \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 07:20: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 4B18C37B404 for ; Fri, 30 May 2003 07:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0AE343F93 for ; Fri, 30 May 2003 07:20:12 -0700 (PDT) (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 h4UEKCUp025865 for ; Fri, 30 May 2003 07:20:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UEKC16025858; Fri, 30 May 2003 07:20:12 -0700 (PDT) Resent-Date: Fri, 30 May 2003 07:20:12 -0700 (PDT) Resent-Message-Id: <200305301420.h4UEKC16025858@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, Udo Schweigert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21B2C37B401 for ; Fri, 30 May 2003 07:11:35 -0700 (PDT) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2474843FBD for ; Fri, 30 May 2003 07:11:33 -0700 (PDT) (envelope-from udo.schweigert@siemens.com) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by thoth.sbs.de (8.11.7/8.11.7) with ESMTP id h4UEBW406552 for ; Fri, 30 May 2003 16:11:32 +0200 (MEST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.11.7/8.11.7) with ESMTP id h4UEBV912838 for ; Fri, 30 May 2003 16:11:31 +0200 (MEST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) 1.46 2003/05/28 09:28:32 ust Exp $) with ESMTP id h4UEBVGE095536 for ; Fri, 30 May 2003 16:11:31 +0200 (CEST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) hosts/alaska/mail/config.mc,v 1.15 2002/12/31 15:32:17 ust Exp $) with ESMTP id h4UEBVTa025501 for ; Fri, 30 May 2003 16:11:31 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) hosts/alaska/mail/submit.mc,v 1.4 2002/12/31 15:32:17 ust Exp $) id h4UEBVZq001730; Fri, 30 May 2003 16:11:31 +0200 (CEST) (envelope-from ust) Message-Id: <200305301411.h4UEBVZq001730@alaska.cert.siemens.de> Date: Fri, 30 May 2003 16:11:31 +0200 (CEST) From: Udo Schweigert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52810: maintainer-update of mail/mutt-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Udo Schweigert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 14:20:15 -0000 >Number: 52810 >Category: ports >Synopsis: maintainer-update of mail/mutt-devel >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 May 30 07:20:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: >Description: Maintainer-update of mail/mutt-devel: - Add ipv6 to the categories (as mutt flawlessly works with IPv6). >How-To-Repeat: >Fix: diff -ru /usr/ports/mail/mutt-devel/Makefile ./Makefile --- /usr/ports/mail/mutt-devel/Makefile Sun May 4 13:37:49 2003 +++ ./Makefile Fri May 30 16:02:34 2003 @@ -76,7 +76,7 @@ PORTNAME= mutt-devel PORTVERSION= 1.5.4 PORTREVISION?= 2 -CATEGORIES+= mail +CATEGORIES+= mail ipv6 .if defined(WITH_MUTT_NNTP) CATEGORIES+= news .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 07:20: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 585CA37B405 for ; Fri, 30 May 2003 07:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8B9A43F3F for ; Fri, 30 May 2003 07:20:13 -0700 (PDT) (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 h4UEKDUp025882 for ; Fri, 30 May 2003 07:20:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UEKDO6025880; Fri, 30 May 2003 07:20:13 -0700 (PDT) Resent-Date: Fri, 30 May 2003 07:20:13 -0700 (PDT) Resent-Message-Id: <200305301420.h4UEKDO6025880@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, Sergei Kolobov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35D0C37B401 for ; Fri, 30 May 2003 07:15:31 -0700 (PDT) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 6FFA043F3F for ; Fri, 30 May 2003 07:15:29 -0700 (PDT) (envelope-from sgk@outpost.globcon.net) Received: (qmail 25122 invoked by uid 911); 30 May 2003 14:15:30 -0000 Message-Id: <20030530141530.25121.qmail@outpost.globcon.net> Date: 30 May 2003 14:15:30 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: daniel+unison@pelleg.org Subject: ports/52811: [PATCH] net/unison: install documentation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 14:20:15 -0000 >Number: 52811 >Category: ports >Synopsis: [PATCH] net/unison: install documentation >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 May 30 07:20:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Jan 2 03:13:48 MSK >Description: - Install documentation (both included text files and the manual available separately) - Minor tweaks (use STRIP_CMD, do not redefine WRKSRC anymore) - Bump PORTREVISION as hint for users to upgrade to this version in order to take advantage of availability of the documentation Port maintainer - daniel+unison@pelleg.org - has been copied. >How-To-Repeat: >Fix: --- unison-2.9.20_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/unison/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 2003/02/21 13:15:06 1.11 +++ Makefile 2003/05/30 14:11:25 @@ -7,22 +7,33 @@ PORTNAME= unison PORTVERSION= 2.9.20 +PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/unison-${PORTVERSION}/ -DISTNAME= src -DIST_SUBDIR= unison-${PORTVERSION} +MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/${DIST_SUBDIR}/ +DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +EXTRACT_ONLY= src.tar.gz MAINTAINER= daniel+unison@pelleg.org COMMENT= A user-level file synchronization tool BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USE_GMAKE= yes MAKE_ARGS= UISTYLE=text CFLAGS="" +.if !defined(NOPORTDOCS) +DOCS= BUGS.txt NEWS README +EXTRA_DOCS= unison-manual.dvi unison-manual.html \ + unison-manual.pdf unison-manual.ps +.endif + post-install: - strip ${PREFIX}/bin/unison + @${STRIP_CMD} ${PREFIX}/bin/unison +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} + cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${EXTRA_DOCS} ${DOCSDIR} +.endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/unison/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 2002/08/20 14:04:27 1.6 +++ distinfo 2003/05/30 14:11:25 @@ -1 +1,5 @@ MD5 (unison-2.9.20/src.tar.gz) = a0a1b734e11212623bc6ea996aace960 +MD5 (unison-2.9.20/unison-manual.dvi) = 9d51f63ad9b592f4e94f593f682b4533 +MD5 (unison-2.9.20/unison-manual.html) = babc84fe1729382c9569a7cc0dfd7851 +MD5 (unison-2.9.20/unison-manual.pdf) = 4f85a8fb7c2587d5f8e8184b49d90636 +MD5 (unison-2.9.20/unison-manual.ps) = db69ed340c6e88a56890ef37804ee3ed Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/unison/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2000/10/26 01:42:33 1.1 +++ pkg-plist 2003/05/30 14:11:25 @@ -1 +1,9 @@ bin/unison +%%PORTDOCS%%%%DOCSDIR%%/BUGS.txt +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/unison-manual.dvi +%%PORTDOCS%%%%DOCSDIR%%/unison-manual.html +%%PORTDOCS%%%%DOCSDIR%%/unison-manual.pdf +%%PORTDOCS%%%%DOCSDIR%%/unison-manual.ps +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- unison-2.9.20_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 09:48:35 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 9B60537B404 for ; Fri, 30 May 2003 09:48:35 -0700 (PDT) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC4EB43F3F for ; Fri, 30 May 2003 09:48:31 -0700 (PDT) (envelope-from lioux@brturbo.com) Received: from 200-181-091-059.bsace7003.dsl.brasiltelecom.net.br (200-181-091-059.bsace7003.dsl.brasiltelecom.net.br [200.181.91.59]) by heaven.gigo.com (Postfix) with ESMTP id C6645B872 for ; Fri, 30 May 2003 09:48:29 -0700 (PDT) Received: (qmail 47774 invoked by uid 1001); 30 May 2003 16:36:54 -0000 Message-ID: <20030530163654.47773.qmail@exxodus.fedaykin.here> Date: Fri, 30 May 2003 13:36:32 -0300 From: Mario Sergio Fujikawa Ferreira To: Tilman Linneweh References: <200305301202.h4UC2kRR035169@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305301202.h4UC2kRR035169@freefall.freebsd.org> X-Operating-System: FreeBSD 4.8-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) User-Agent: Mutt/1.5.4i cc: freebsd-ports-bugs@FreeBSD.org cc: portmgr@FreeBSD.org Subject: Re: ports/52706: bsd.port.mk issues warning if a site is explicitly declared :DEFAULT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 16:48:36 -0000 Hi, I can't reproduce the warning you mentioned. I used both Makefile and distinfo you provided. $ make fetch DISTDIR=`pwd` >> file1 doesn't seem to exist in /tmp/b/. >> Attempting to fetch from http://site1/. fetch: http://site1/file1: Host not found >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. ^Cfetch: transfer interrupted Can you provide a log of your tests? Also, make sure you're using the latest Ports Tree. CVSup update then try reproducing the problem again. Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 10: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 0729737B401 for ; Fri, 30 May 2003 10:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E7E43FAF for ; Fri, 30 May 2003 10:30:14 -0700 (PDT) (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 h4UHUEUp056386 for ; Fri, 30 May 2003 10:30:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UHUEWf056385; Fri, 30 May 2003 10:30:14 -0700 (PDT) Resent-Date: Fri, 30 May 2003 10:30:14 -0700 (PDT) Resent-Message-Id: <200305301730.h4UHUEWf056385@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, Seamus Venasse Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 992D337B401 for ; Fri, 30 May 2003 10:22:18 -0700 (PDT) Received: from pitou.polaris.ca (wh123-00-03-47-09-31-0c.northwestel.net [216.126.123.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38AC343F75 for ; Fri, 30 May 2003 10:22:06 -0700 (PDT) (envelope-from svenasse@pitou.polaris.ca) Received: (from root@localhost) by pitou.polaris.ca (8.12.6p2/8.12.6) id h4UHM4oZ045893; Fri, 30 May 2003 10:22:04 -0700 (PDT) (envelope-from svenasse) Message-Id: <200305301722.h4UHM4oZ045893@pitou.polaris.ca> Date: Fri, 30 May 2003 10:22:04 -0700 (PDT) From: Seamus Venasse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52813: Updated port: www/p5-HTML-StickyQuery from 0.10 to 0.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Seamus Venasse List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 17:30:18 -0000 >Number: 52813 >Category: ports >Synopsis: Updated port: www/p5-HTML-StickyQuery from 0.10 to 0.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: Fri May 30 10:30:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: Polaris Computing >Environment: System: FreeBSD portbuilder.polaris.ca 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Mon Apr 21 09:35:31 PDT 2003 root@portbuilder.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/www/p5-HTML-StickyQuery/Makefile p5-HTML-StickyQuery/Makefile --- /usr/ports/www/p5-HTML-StickyQuery/Makefile Sat Feb 22 03:20:19 2003 +++ p5-HTML-StickyQuery/Makefile Fri May 30 10:14:05 2003 @@ -5,24 +5,22 @@ # $FreeBSD: ports/www/p5-HTML-StickyQuery/Makefile,v 1.4 2003/02/21 14:01:27 knu Exp $ # -PORTNAME= HTML-StickyQuery -PORTVERSION= 0.10 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +PORTNAME= HTML-StickyQuery +PORTVERSION= 0.11 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML -PKGNAMEPREFIX= p5- +PKGNAMEPREFIX= p5- -MAINTAINER= svenasse@polaris.ca +MAINTAINER= svenasse@polaris.ca COMMENT= Add sticky QUERY_STRING to a tag href attributes -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ + ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes -MAN3= HTML::StickyQuery.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= HTML::StickyQuery.3 .include diff -ruN /usr/ports/www/p5-HTML-StickyQuery/distinfo p5-HTML-StickyQuery/distinfo --- /usr/ports/www/p5-HTML-StickyQuery/distinfo Sun Dec 8 15:33:36 2002 +++ p5-HTML-StickyQuery/distinfo Fri May 30 10:13:56 2003 @@ -1 +1 @@ -MD5 (HTML-StickyQuery-0.10.tar.gz) = 1b6cd9b857ec48e091b7247d0dcfcab9 +MD5 (HTML-StickyQuery-0.11.tar.gz) = 75f369b2289a70550c17839c43120953 diff -ruN /usr/ports/www/p5-HTML-StickyQuery/pkg-plist p5-HTML-StickyQuery/pkg-plist --- /usr/ports/www/p5-HTML-StickyQuery/pkg-plist Thu Feb 14 23:33:42 2002 +++ p5-HTML-StickyQuery/pkg-plist Fri May 30 10:13:55 2003 @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/StickyQuery/.packlist -lib/perl5/site_perl/%%PERL_VER%%/HTML/StickyQuery.pm -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/StickyQuery 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true +%%SITE_PERL%%/HTML/StickyQuery.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/StickyQuery/.packlist +@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/StickyQuery 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 10: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 6124C37B404 for ; Fri, 30 May 2003 10:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B275A43F85 for ; Fri, 30 May 2003 10:30:15 -0700 (PDT) (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 h4UHUFUp056414 for ; Fri, 30 May 2003 10:30:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UHUFM9056413; Fri, 30 May 2003 10:30:15 -0700 (PDT) Resent-Date: Fri, 30 May 2003 10:30:15 -0700 (PDT) Resent-Message-Id: <200305301730.h4UHUFM9056413@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, Seamus Venasse Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0785C37B405 for ; Fri, 30 May 2003 10:22:19 -0700 (PDT) Received: from pitou.polaris.ca (wh123-00-03-47-09-31-0c.northwestel.net [216.126.123.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C2D43FAF for ; Fri, 30 May 2003 10:22:07 -0700 (PDT) (envelope-from svenasse@pitou.polaris.ca) Received: (from root@localhost) by pitou.polaris.ca (8.12.6p2/8.12.6) id h4UHM5Ri045947; Fri, 30 May 2003 10:22:05 -0700 (PDT) (envelope-from svenasse) Message-Id: <200305301722.h4UHM5Ri045947@pitou.polaris.ca> Date: Fri, 30 May 2003 10:22:05 -0700 (PDT) From: Seamus Venasse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52815: Updated port: textproc/p5-Lingua-EN-Infinitive from 1.06 to 1.07 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Seamus Venasse List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 17:30:18 -0000 >Number: 52815 >Category: ports >Synopsis: Updated port: textproc/p5-Lingua-EN-Infinitive from 1.06 to 1.07 >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 May 30 10:30:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: Polaris Computing >Environment: System: FreeBSD portbuilder.polaris.ca 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Mon Apr 21 09:35:31 PDT 2003 root@portbuilder.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/textproc/p5-Lingua-EN-Infinitive/Makefile p5-Lingua-EN-Infinitive/Makefile --- /usr/ports/textproc/p5-Lingua-EN-Infinitive/Makefile Sat Feb 22 03:19:40 2003 +++ p5-Lingua-EN-Infinitive/Makefile Fri May 30 09:05:08 2003 @@ -5,20 +5,19 @@ # $FreeBSD: ports/textproc/p5-Lingua-EN-Infinitive/Makefile,v 1.3 2003/02/21 13:42:39 knu Exp $ # -PORTNAME= Lingua-EN-Infinitive -PORTVERSION= 1.06 -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +PORTNAME= Lingua-EN-Infinitive +PORTVERSION= 1.07 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Lingua -PKGNAMEPREFIX= p5- -EXTRACT_SUFX= .tgz +PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz -MAINTAINER= svenasse@polaris.ca +MAINTAINER= svenasse@polaris.ca COMMENT= Determine the infinitive form of a conjugated word -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes -MAN3= Lingua::EN::Infinitive.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Lingua::EN::Infinitive.3 .include diff -ruN /usr/ports/textproc/p5-Lingua-EN-Infinitive/distinfo p5-Lingua-EN-Infinitive/distinfo --- /usr/ports/textproc/p5-Lingua-EN-Infinitive/distinfo Tue Aug 6 00:29:37 2002 +++ p5-Lingua-EN-Infinitive/distinfo Fri May 30 09:04:46 2003 @@ -1 +1 @@ -MD5 (Lingua-EN-Infinitive-1.06.tgz) = 220a8a1a98c5a8689986decc7babbb88 +MD5 (Lingua-EN-Infinitive-1.07.tgz) = a2078de6f67c39aade6e469060b4d73d diff -ruN /usr/ports/textproc/p5-Lingua-EN-Infinitive/pkg-plist p5-Lingua-EN-Infinitive/pkg-plist --- /usr/ports/textproc/p5-Lingua-EN-Infinitive/pkg-plist Sat Jan 26 20:36:27 2002 +++ p5-Lingua-EN-Infinitive/pkg-plist Fri May 30 09:04:45 2003 @@ -1,7 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/Infinitive.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Infinitive/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Infinitive -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua 2>/dev/null || true +%%SITE_PERL%%/Lingua/EN/Infinitive.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Infinitive/.packlist +@unexec rmdir %D/%%SITE_PERL%%/Lingua/EN 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Infinitive 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 10: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 7D54137B405 for ; Fri, 30 May 2003 10:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 471E243FBD for ; Fri, 30 May 2003 10:30:15 -0700 (PDT) (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 h4UHUFUp056400 for ; Fri, 30 May 2003 10:30:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UHUFWi056399; Fri, 30 May 2003 10:30:15 -0700 (PDT) Resent-Date: Fri, 30 May 2003 10:30:15 -0700 (PDT) Resent-Message-Id: <200305301730.h4UHUFWi056399@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, Seamus Venasse Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF38737B404 for ; Fri, 30 May 2003 10:22:18 -0700 (PDT) Received: from pitou.polaris.ca (wh123-00-03-47-09-31-0c.northwestel.net [216.126.123.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id E34D643F85 for ; Fri, 30 May 2003 10:22:04 -0700 (PDT) (envelope-from svenasse@pitou.polaris.ca) Received: (from root@localhost) by pitou.polaris.ca (8.12.6p2/8.12.6) id h4UHM2Lr045836; Fri, 30 May 2003 10:22:02 -0700 (PDT) (envelope-from svenasse) Message-Id: <200305301722.h4UHM2Lr045836@pitou.polaris.ca> Date: Fri, 30 May 2003 10:22:02 -0700 (PDT) From: Seamus Venasse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52814: Updated port: www/p5-FAQ-OMatic from 2.712 to 2.719 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Seamus Venasse List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 17:30:19 -0000 >Number: 52814 >Category: ports >Synopsis: Updated port: www/p5-FAQ-OMatic from 2.712 to 2.719 >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 May 30 10:30:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: Polaris Computing >Environment: System: FreeBSD portbuilder.polaris.ca 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Mon Apr 21 09:35:31 PDT 2003 root@portbuilder.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/www/p5-FAQ-OMatic/Makefile p5-FAQ-OMatic/Makefile --- /usr/ports/www/p5-FAQ-OMatic/Makefile Sat Feb 22 03:20:18 2003 +++ p5-FAQ-OMatic/Makefile Fri May 30 09:47:52 2003 @@ -6,7 +6,7 @@ # PORTNAME= FAQ-OMatic -PORTVERSION= 2.712 +PORTVERSION= 2.719 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= FAQ @@ -15,11 +15,14 @@ MAINTAINER= svenasse@polaris.ca COMMENT= Perl API to manipulate FAQ-O-Matics +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes -IS_INTERACTIVE= "Needs user input for setting up the FAQ-OMatic" +MAN3= FAQ::OMatic::API.3 -MAN3= FAQ::OMatic::API.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +post-install: + @${CAT} ${WRKSRC}/install.notes .include diff -ruN /usr/ports/www/p5-FAQ-OMatic/distinfo p5-FAQ-OMatic/distinfo --- /usr/ports/www/p5-FAQ-OMatic/distinfo Fri Feb 8 00:09:54 2002 +++ p5-FAQ-OMatic/distinfo Fri May 30 09:47:52 2003 @@ -1 +1 @@ -MD5 (FAQ-OMatic-2.712.tar.gz) = fb1d98b47fb6bac0a990fd65f827f767 +MD5 (FAQ-OMatic-2.719.tar.gz) = 429c60a474a7efad1aac423d65147284 diff -ruN /usr/ports/www/p5-FAQ-OMatic/files/patch-aa p5-FAQ-OMatic/files/patch-aa --- /usr/ports/www/p5-FAQ-OMatic/files/patch-aa Wed Dec 31 16:00:00 1969 +++ p5-FAQ-OMatic/files/patch-aa Fri May 30 09:47:52 2003 @@ -0,0 +1,22 @@ +--- fom.PL-orig Fri May 30 09:42:46 2003 ++++ fom.PL Fri May 30 09:43:19 2003 +@@ -51,7 +51,8 @@ + close THECGI; + chmod 0755, "fom"; + +-print <<"__EOF__"; ++open( F, ">install.notes" ); ++print F <<"__EOF__"; + + If this is a new FAQ-O-Matic, you will need the following + temporary password to complete the installation. (This helps +@@ -68,7 +69,6 @@ + Finally, you may get this error at the end of make install: + /bin/sh: .../user_perl/lib/sun4-solaris/5.00401/perllocal.pod: cannot create + You can ignore it. +- +-Press enter to continue. + __EOF__ +-my $dummy = ; ++ ++close( F ); diff -ruN /usr/ports/www/p5-FAQ-OMatic/pkg-plist p5-FAQ-OMatic/pkg-plist --- /usr/ports/www/p5-FAQ-OMatic/pkg-plist Fri Feb 8 00:09:54 2002 +++ p5-FAQ-OMatic/pkg-plist Fri May 30 09:47:52 2003 @@ -1,62 +1,69 @@ -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/API.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/Appearance.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/Auth.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/AuthLocal.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/Bags.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/ColorPicker.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/Groups.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/HelpMod.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/I18N.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/ImageData.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/ImageRef.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/Item.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/Language_de_iso8859_1.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/Language_fr.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/Log.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/Part.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/SearchMod.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/Set.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/Slow.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/Versions.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/Words.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/addItem.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/appearanceForm.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/authenticate.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/buildSearchDB.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/changePass.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/delPart.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/dispatch.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/displaySlow.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/editBag.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/editGroups.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/editItem.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/editModOptions.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/editPart.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/faq.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/help.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/img.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/install.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/maintenance.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/mirrorServer.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/moveItem.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/recent.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/search.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/searchForm.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/selectBag.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/statgraph.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/stats.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/submitAnsToCat.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/submitBag.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/submitCatToAns.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/submitGroup.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/submitItem.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/submitModOptions.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/submitMove.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/submitPart.pm -lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic/submitPass.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/FAQ/OMatic/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/FAQ/OMatic -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/FAQ 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/FAQ/OMatic -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/FAQ 2>/dev/null || true +%%SITE_PERL%%/FAQ/OMatic/submitPass.pm +%%SITE_PERL%%/FAQ/OMatic/submitPart.pm +%%SITE_PERL%%/FAQ/OMatic/submitMove.pm +%%SITE_PERL%%/FAQ/OMatic/submitModOptions.pm +%%SITE_PERL%%/FAQ/OMatic/submitItem.pm +%%SITE_PERL%%/FAQ/OMatic/submitGroup.pm +%%SITE_PERL%%/FAQ/OMatic/submitCatToAns.pm +%%SITE_PERL%%/FAQ/OMatic/submitBag.pm +%%SITE_PERL%%/FAQ/OMatic/submitAnsToCat.pm +%%SITE_PERL%%/FAQ/OMatic/stats.pm +%%SITE_PERL%%/FAQ/OMatic/statgraph.pm +%%SITE_PERL%%/FAQ/OMatic/selectBag.pm +%%SITE_PERL%%/FAQ/OMatic/searchForm.pm +%%SITE_PERL%%/FAQ/OMatic/search.pm +%%SITE_PERL%%/FAQ/OMatic/recentrdf.pm +%%SITE_PERL%%/FAQ/OMatic/recent.pm +%%SITE_PERL%%/FAQ/OMatic/moveItem.pm +%%SITE_PERL%%/FAQ/OMatic/mirrorServer.pm +%%SITE_PERL%%/FAQ/OMatic/maintenance.pm +%%SITE_PERL%%/FAQ/OMatic/install.pm +%%SITE_PERL%%/FAQ/OMatic/img.pm +%%SITE_PERL%%/FAQ/OMatic/help.pm +%%SITE_PERL%%/FAQ/OMatic/faq.pm +%%SITE_PERL%%/FAQ/OMatic/editPart.pm +%%SITE_PERL%%/FAQ/OMatic/editModOptions.pm +%%SITE_PERL%%/FAQ/OMatic/editItem.pm +%%SITE_PERL%%/FAQ/OMatic/editGroups.pm +%%SITE_PERL%%/FAQ/OMatic/editBag.pm +%%SITE_PERL%%/FAQ/OMatic/displaySlow.pm +%%SITE_PERL%%/FAQ/OMatic/dispatch.pm +%%SITE_PERL%%/FAQ/OMatic/delPart.pm +%%SITE_PERL%%/FAQ/OMatic/changePass.pm +%%SITE_PERL%%/FAQ/OMatic/buildSearchDB.pm +%%SITE_PERL%%/FAQ/OMatic/authenticate.pm +%%SITE_PERL%%/FAQ/OMatic/appearanceForm.pm +%%SITE_PERL%%/FAQ/OMatic/addItem.pm +%%SITE_PERL%%/FAQ/OMatic/Words.pm +%%SITE_PERL%%/FAQ/OMatic/Versions.pm +%%SITE_PERL%%/FAQ/OMatic/Slow.pm +%%SITE_PERL%%/FAQ/OMatic/Set.pm +%%SITE_PERL%%/FAQ/OMatic/SearchMod.pm +%%SITE_PERL%%/FAQ/OMatic/Part.pm +%%SITE_PERL%%/FAQ/OMatic/Log.pm +%%SITE_PERL%%/FAQ/OMatic/Language_uk.pm +%%SITE_PERL%%/FAQ/OMatic/Language_ru.pm +%%SITE_PERL%%/FAQ/OMatic/Language_ja_JP.EUC.pm +%%SITE_PERL%%/FAQ/OMatic/Language_hu.pm +%%SITE_PERL%%/FAQ/OMatic/Language_fr.pm +%%SITE_PERL%%/FAQ/OMatic/Language_fi.pm +%%SITE_PERL%%/FAQ/OMatic/Language_de_iso8859_1.pm +%%SITE_PERL%%/FAQ/OMatic/Item.pm +%%SITE_PERL%%/FAQ/OMatic/ImageRef.pm +%%SITE_PERL%%/FAQ/OMatic/ImageData.pm +%%SITE_PERL%%/FAQ/OMatic/I18N.pm +%%SITE_PERL%%/FAQ/OMatic/HelpMod.pm +%%SITE_PERL%%/FAQ/OMatic/Groups.pm +%%SITE_PERL%%/FAQ/OMatic/Entropy.pm +%%SITE_PERL%%/FAQ/OMatic/ColorPicker.pm +%%SITE_PERL%%/FAQ/OMatic/Bags.pm +%%SITE_PERL%%/FAQ/OMatic/AuthLocal.pm +%%SITE_PERL%%/FAQ/OMatic/Auth.pm +%%SITE_PERL%%/FAQ/OMatic/Appearance.pm +%%SITE_PERL%%/FAQ/OMatic/API.pm +%%SITE_PERL%%/FAQ/OMatic.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/FAQ/OMatic/.packlist +@unexec rmdir %D/%%SITE_PERL%%/FAQ/OMatic 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/FAQ 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/FAQ/OMatic 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/FAQ 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 10:49: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 471D337B401; Fri, 30 May 2003 10:49:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D87BD43FB1; Fri, 30 May 2003 10:49:51 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4UHnpUp057101; Fri, 30 May 2003 10:49:51 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UHnpgn057097; Fri, 30 May 2003 10:49:51 -0700 (PDT) Date: Fri, 30 May 2003 10:49:51 -0700 (PDT) From: Trevor Johnson Message-Id: <200305301749.h4UHnpgn057097@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perky@FreeBSD.org Subject: Re: ports/52768: [PATCH] SECURITY-UPDATE Apache2 to 2.0.46 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 30 May 2003 17:49:52 -0000 Synopsis: [PATCH] SECURITY-UPDATE Apache2 to 2.0.46 Responsible-Changed-From-To: freebsd-ports-bugs->perky Responsible-Changed-By: trevor Responsible-Changed-When: Fri May 30 10:48:55 PDT 2003 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=52768 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 11:40: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 4FD4937B401 for ; Fri, 30 May 2003 11:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD6043F75 for ; Fri, 30 May 2003 11:40:02 -0700 (PDT) (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 h4UIe1Up062230 for ; Fri, 30 May 2003 11:40:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4UIe1d2062229; Fri, 30 May 2003 11:40:01 -0700 (PDT) Resent-Date: Fri, 30 May 2003 11:40:01 -0700 (PDT) Resent-Message-Id: <200305301840.h4UIe1d2062229@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, "H.Miyamoto" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0781437B401 for ; Fri, 30 May 2003 11:30:30 -0700 (PDT) Received: from ns1.pixygarden.net (ns1.pixygarden.net [210.136.205.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D4F943FB1 for ; Fri, 30 May 2003 11:30:28 -0700 (PDT) (envelope-from kazane@pixygarden.net) Received: from requiem.pixygarden.net (deepblue.pixygarden.net [210.136.205.213]) by ns1.pixygarden.net (Postfix) with ESMTP id 10C763D822; Sat, 31 May 2003 03:30:47 +0900 (JST) Received: by requiem.pixygarden.net (Postfix, from userid 1001) id 46ABE26C03; Sat, 31 May 2003 03:30:26 +0900 (JST) Message-Id: <20030530183026.46ABE26C03@requiem.pixygarden.net> Date: Sat, 31 May 2003 03:30:26 +0900 (JST) From: "H.Miyamoto" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: "H.Miyamoto" Subject: ports/52816: Update: japanese/mplusfonts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "H.Miyamoto" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 18:40:03 -0000 >Number: 52816 >Category: ports >Synopsis: Update: japanese/mplusfonts >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 May 30 11:40:01 PDT 2003 >Closed-Date: >Last-Modified: >Originator: "H.Miyamoto" >Release: FreeBSD 4.8-STABLE i386 >Organization: PixyGarden Networks >Environment: System: FreeBSD requiem.pixygarden.net 4.8-STABLE FreeBSD 4.8-STABLE #1: Sun Apr 6 23:53:08 JST 2003 kazane@requiem.pixygarden.net:/usr/obj/usr/src/sys/REQUIEM i386 >Description: Update for M+ Bitmap Fonts 1.2.5. The bug which existed 1.2.0a and before port, were fixed the port. - The fonts.alias is deleted when installing. - Entries are not added to fonts.alias when 'pkg_add' installing. This bug was told by the user o f this port. I am thankful to him who reported. >How-To-Repeat: >Fix: diff -ruN mplusfonts.orig/Makefile mplusfonts/Makefile --- mplusfonts.orig/Makefile Sat May 31 02:47:50 2003 +++ mplusfonts/Makefile Sat May 31 03:28:34 2003 @@ -6,7 +6,7 @@ # PORTNAME= mplusfonts -PORTVERSION= 1.2.0a +PORTVERSION= 1.2.5 CATEGORIES= japanese x11-fonts MASTER_SITES= http://downloads.sourceforge.jp/mplus-fonts/2464/ \ http://wids.net/archive/mplusfonts/distfiles/ @@ -26,7 +26,8 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} DOCS= INSTALL_E LICENSE_E README_E \ - INSTALL_J LICENSE_J README_J + INSTALL_J LICENSE_J README_J \ + README_mplusj10 FONTSDIR= ${PREFIX}/lib/X11/fonts/local PLIST_SUB= FONTSDIR=${FONTSDIR:S/${PREFIX}\///} @@ -38,9 +39,11 @@ .for i in e j @${INSTALL_DATA} ${WRKSRC}/fonts_${i}/fonts.alias \ ${DOCSDIR}/fonts.alias.${i} + @${CAT} ${DOCSDIR}/fonts.alias.${i} >> ${DOCSDIR}/fonts.alias .endfor @${INSTALL_DATA} ${WRKSRC}/fonts_e/euro/fonts.alias \ ${DOCSDIR}/fonts.alias.euro + @${CAT} ${DOCSDIR}/fonts.alias.euro >> ${DOCSDIR}/fonts.alias @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGREQ} ${PKGNAME} INSTALL diff -ruN mplusfonts.orig/distinfo mplusfonts/distinfo --- mplusfonts.orig/distinfo Sat May 31 02:47:50 2003 +++ mplusfonts/distinfo Sat May 31 02:51:38 2003 @@ -1 +1 @@ -MD5 (mplus_bitmap_fonts-1.2.0a.tar.gz) = 17a191badeaa3e42f92592f9093fcf9a +MD5 (mplus_bitmap_fonts-1.2.5.tar.gz) = bd30bd8ee0b8f375d3b307f2aa243de1 diff -ruN mplusfonts.orig/files/patch-install_mplus_fonts mplusfonts/files/patch-install_mplus_fonts --- mplusfonts.orig/files/patch-install_mplus_fonts Sat May 31 02:47:50 2003 +++ mplusfonts/files/patch-install_mplus_fonts Sat May 31 02:51:38 2003 @@ -1,5 +1,5 @@ ---- install_mplus_fonts.orig Mon Mar 17 20:22:04 2003 -+++ install_mplus_fonts Sun Mar 23 21:58:11 2003 +--- install_mplus_fonts.orig Sat May 31 00:02:38 2003 ++++ install_mplus_fonts Sat May 31 00:06:47 2003 @@ -2,7 +2,7 @@ @@ -9,15 +9,6 @@ # Install M+ bitmap fonts EURO (iso8859-15) [ YES or NO ] EURO15=YES -@@ -11,7 +11,7 @@ - MPLUSJ=YES - - # Install naga10 fonts [ "source directory path" or NO ] --NAGA10=../ -+NAGA10=NO - - # Install M+ cursor [ YES or NO ] - # Original "cursor.pcf.gz" path [ /usr/X11R6/lib/X11/fonts/misc ] @@ -20,19 +20,6 @@ @@ -38,7 +29,7 @@ # Install M+ bitmap fonts E echo "" echo "Install M+ bitmap fonts E (iso8859-1)..." -@@ -47,10 +34,10 @@ +@@ -45,10 +32,10 @@ do b=`basename $f .bdf` echo "create: $b.pcf.gz" @@ -47,11 +38,11 @@ done echo "create: fonts.alias for M+ bitmap fonts E" -cat fonts.alias > $PREFIX/mplus/fonts.alias -+cat fonts.alias > $PREFIX/fonts.alias ++cat fonts.alias >> $PREFIX/fonts.alias cd - # Install M+ bitmap fonts EURO -@@ -65,7 +52,7 @@ +@@ -63,18 +50,18 @@ cp ../$b.bdf ./ patch $b.bdf $b.diff mv $b.bdf $b-euro.bdf @@ -60,12 +51,11 @@ done echo "create: mplus_h12rw-euro.pcf.gz" -@@ -73,11 +60,11 @@ - mplus_h12r-euro.bdf > mplus_h12rw-euro.bdf - perl -pi -e 's/hlv/hlvw/' mplus_h12rw-euro.bdf - bdftopcf mplus_h12rw-euro.bdf | gzip \ -- > $PREFIX/mplus/mplus_h12rw-euro.pcf.gz -+ > $PREFIX/mplus_h12rw-euro.pcf.gz + awk '/^SWIDTH/{$2 += 80} /^DWIDTH/{$2 += 1} {print}' \ + mplus_h12r-euro.bdf | sed 's/hlv/hlvw/' > mplus_h12rw-euro.bdf + bdftopcf mplus_h12rw-euro.bdf \ +- | gzip > $PREFIX/mplus/mplus_h12rw-euro.pcf.gz ++ | gzip > $PREFIX/mplus_h12rw-euro.pcf.gz # rm $b-euro.bdf echo "create: fonts.alias for M+ bitmap fonts EURO" @@ -74,7 +64,7 @@ cd - fi -@@ -116,7 +103,7 @@ +@@ -128,12 +115,12 @@ do b=`basename $f .bdf` echo "create: $b.pcf.gz" @@ -82,35 +72,19 @@ + bdftopcf $f | gzip > $PREFIX/$b.pcf.gz done - if [ -f mplus_j10r.bdf~ ]; then -@@ -125,7 +112,7 @@ - - # rm mplus_j12b.bdf + # rm mplus_j1*b.bdf echo "create: fonts.alias for M+ bitmap fonts J" - cat fonts.alias >> $PREFIX/mplus/fonts.alias + cat fonts.alias >> $PREFIX/fonts.alias cd - + fi - # Install naga10 fonts -@@ -137,11 +124,11 @@ - do - b=`basename $f .bdf` - echo "create: $b.pcf.gz" -- bdftopcf $f | gzip > $PREFIX/mplus/$b.pcf.gz -+ bdftopcf $f | gzip > $PREFIX/$b.pcf.gz - done - cd -; cd fonts_j - echo "create: fonts.alias for naga10 fonts" -- cat fonts.alias_10 >> $PREFIX/mplus/fonts.alias -+ cat fonts.alias_10 >> $PREFIX/fonts.alias - cd - - fi - -@@ -168,6 +155,4 @@ +@@ -158,7 +145,5 @@ # Finish echo "" echo "create: fonts.dir file" -mkfontdir $PREFIX/mplus --xset fp rehash --echo "xset fp rehash... done" +-echo -n "xset fp rehash..." +-xset fp rehash && +mkfontdir $PREFIX + echo " done" diff -ruN mplusfonts.orig/pkg-descr mplusfonts/pkg-descr --- mplusfonts.orig/pkg-descr Sat May 31 02:47:50 2003 +++ mplusfonts/pkg-descr Sat May 31 03:01:54 2003 @@ -1,17 +1,7 @@ M+ bitmap fonts is a bitmap font set aimed for simple and readable design. - -Latin Fonts - + mplus-fxd (10, 12 dots) An alternative to the "fixed". - + mplus-hlv (10, 12 dots) An alternative to the "helvetica". - + mplus-hlvw (10, 12 dots) The space between character compared with "mplus-hlv" - + mplus-tms (10, 12 dots) An alternative to the "times". - + mplus-sys (10 dots) Prepared for display in window titles and menu. - -Japanese Fonts - + mplus-gothic (12 dots) Fixed width fonts. - + mplus-goth_p (12 dots) Roman characters set as proportional. +This font set includes Japanese and Latin fonts, and they're 10 and 12 dots. WWW: http://mplus-fonts.sourceforge.jp/ --- H.Miyamoto - +-- +H.Miyamoto diff -ruN mplusfonts.orig/pkg-plist mplusfonts/pkg-plist --- mplusfonts.orig/pkg-plist Sat May 31 02:47:50 2003 +++ mplusfonts/pkg-plist Sat May 31 02:51:38 2003 @@ -24,10 +24,14 @@ %%FONTSDIR%%/mplus_h12rw.pcf.gz %%FONTSDIR%%/mplus_j10b-iso.pcf.gz %%FONTSDIR%%/mplus_j10b-jisx0201.pcf.gz +%%FONTSDIR%%/mplus_j10b.pcf.gz %%FONTSDIR%%/mplus_j10r-iso.pcf.gz %%FONTSDIR%%/mplus_j10r-jisx0201.pcf.gz +%%FONTSDIR%%/mplus_j10r.pcf.gz %%FONTSDIR%%/mplus_j12b.pcf.gz %%FONTSDIR%%/mplus_j12r.pcf.gz +%%FONTSDIR%%/mplus_q06r-euro.pcf.gz +%%FONTSDIR%%/mplus_q06r.pcf.gz %%FONTSDIR%%/mplus_s10b-euro.pcf.gz %%FONTSDIR%%/mplus_s10b.pcf.gz %%FONTSDIR%%/mplus_s10r-euro.pcf.gz @@ -40,6 +44,7 @@ %%FONTSDIR%%/mplus_t12b.pcf.gz %%FONTSDIR%%/mplus_t12r-euro.pcf.gz %%FONTSDIR%%/mplus_t12r.pcf.gz +%%DOCSDIR%%/fonts.alias %%DOCSDIR%%/fonts.alias.e %%DOCSDIR%%/fonts.alias.j %%DOCSDIR%%/fonts.alias.euro @@ -49,8 +54,10 @@ %%PORTDOCS%%%%DOCSDIR%%/LICENSE_J %%PORTDOCS%%%%DOCSDIR%%/README_E %%PORTDOCS%%%%DOCSDIR%%/README_J +%%PORTDOCS%%%%DOCSDIR%%/README_mplusj10 @dirrm %%DOCSDIR%% @exec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir +@exec cat %D/%%DOCSDIR%%/fonts.alias >> %D/%%FONTSDIR%%/fonts.alias @unexec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir @unexec if [ `wc -c %D/%%FONTSDIR%%/fonts.dir | awk '{print $1}'` = 2 ]; then rm -f %D/%%FONTSDIR%%/fonts.dir; fi @unexec if [ ! -s %D/%%FONTSDIR%%/fonts.alias ]; then rm -f %D/%%FONTSDIR%%/fonts.alias; fi diff -ruN mplusfonts.orig/pkg-req mplusfonts/pkg-req --- mplusfonts.orig/pkg-req Sat May 31 02:47:50 2003 +++ mplusfonts/pkg-req Sat May 31 02:51:38 2003 @@ -19,20 +19,19 @@ mkdir ${FONTDIR} fi -# font alias entry here! -TMPFILE=/tmp/install-fonts-alias-$$ -for i in fonts.alias.e fonts.alias.j fonts.alias.euro ; do - cat ${PKG_PREFIX}/share/doc/mplusfonts/${i} >> ${TMPFILE} -done - if [ "$2" = "DEINSTALL" ] ; then + # font alias entry here! + TMPFILE=/tmp/install-fonts-alias-$$ + for i in fonts.alias.e fonts.alias.j fonts.alias.euro ; do + cat ${PKG_PREFIX}/share/doc/mplusfonts/${i} >> ${TMPFILE} + done echo "Updating ${FONTDIR}/fonts.alias" cd ${FONTDIR} touch fonts.alias cp fonts.alias fonts.alias.orig grep -v -e "`cat ${TMPFILE}`" fonts.alias.orig > fonts.alias + rm -f fonts.alias.orig ${TMPFILE} fi -rm -f fonts.alias.orig ${TMPFILE} echo "**********************************************************" echo "You should restart X server or do 'xset fp rehash' command" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 14:30: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 D5EA337B401 for ; Fri, 30 May 2003 14:30:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C49343F75 for ; Fri, 30 May 2003 14:30:12 -0700 (PDT) (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 h4ULUCUp079843 for ; Fri, 30 May 2003 14:30:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4ULUCcB079842; Fri, 30 May 2003 14:30:12 -0700 (PDT) Date: Fri, 30 May 2003 14:30:12 -0700 (PDT) Message-Id: <200305302130.h4ULUCcB079842@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Scot W. Hetzel" Subject: Re: ports/52796: devel/apr is compiled without threads support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Scot W. Hetzel" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 21:30:13 -0000 The following reply was made to PR ports/52796; it has been noted by GNATS. From: "Scot W. Hetzel" To: "Peter Johnson" Cc: Subject: Re: ports/52796: devel/apr is compiled without threads support Date: Fri, 30 May 2003 16:24:05 -0500 From: "Peter Johnson" > The following reply was made to PR ports/52796; it has been noted by GNATS. > Date: Fri, 30 May 2003 00:14:36 -0400 (EDT) > > In addition to adding --enable-threads to configure, the installed > apr-config script needs to be patched to remove -lc_r from LIBS and add > -pthread to LDFLAGS. If this is not done, linking of Subversion (and > probably others) fail because -lc_r is ignored by libtool and -pthread is > not specified, so libc is linked instead of libc_r (generating many > undefined pthread_* symbol errors). > You'll need to patch the port to use the ${PTHREAD_LIBS} and ${PTHREAD_CFLAGS} variables found in /usr/ports/Mk/bsd.port.mk, this way it will be able to compile on both 4.x and 5.x correctly. Scot From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 23: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 003F737B405 for ; Fri, 30 May 2003 23:50:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B8243F93 for ; Fri, 30 May 2003 23:50:11 -0700 (PDT) (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 h4V6oAUp030314 for ; Fri, 30 May 2003 23:50:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4V6oAjf030313; Fri, 30 May 2003 23:50:10 -0700 (PDT) Resent-Date: Fri, 30 May 2003 23:50:10 -0700 (PDT) Resent-Message-Id: <200305310650.h4V6oAjf030313@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, Jonathan Hanna Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B23DD37B401 for ; Fri, 30 May 2003 23:47:20 -0700 (PDT) Received: from h24-76-111-119.vc.shawcable.net (h24-76-111-119.vc.shawcable.net [24.76.111.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF40843F3F for ; Fri, 30 May 2003 23:47:19 -0700 (PDT) (envelope-from jhanna@h24-76-111-119.vc.shawcable.net) Received: from h24-76-111-119.vc.shawcable.net (localhost [127.0.0.1]) h4V6lINE031664 for ; Fri, 30 May 2003 23:47:18 -0700 (PDT) (envelope-from jhanna@h24-76-111-119.vc.shawcable.net) Received: (from jhanna@localhost)h4V6lIdc031663; Fri, 30 May 2003 23:47:18 -0700 (PDT) (envelope-from jhanna) Message-Id: <200305310647.h4V6lIdc031663@h24-76-111-119.vc.shawcable.net> Date: Fri, 30 May 2003 23:47:18 -0700 (PDT) From: Jonathan Hanna To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52819: Spin update to 4.0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jonathan Hanna List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 06:50:12 -0000 >Number: 52819 >Category: ports >Synopsis: Spin update to 4.0.6 >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 May 30 23:50:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jonathan Hanna >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -urPN spin.orig/Makefile spin/Makefile --- spin.orig/Makefile Fri Apr 11 09:33:33 2003 +++ spin/Makefile Fri May 30 23:33:29 2003 @@ -6,7 +6,7 @@ # PORTNAME= spin -PORTVERSION= 4.0.3 +PORTVERSION= 4.0.6 CATEGORIES= devel MASTER_SITES= http://spinroot.com/spin/Src/ \ ftp://netlib.bell-labs.com/netlib/spin/ \ diff -urPN spin.orig/distinfo spin/distinfo --- spin.orig/distinfo Fri Apr 11 09:33:33 2003 +++ spin/distinfo Fri May 30 23:34:42 2003 @@ -1,2 +1,2 @@ -MD5 (spin/spin403.tar.gz) = 0f6c6bfd3be4091624a24b07afa08f86 +MD5 (spin/spin406.tar.gz) = 8a598bbdc8ddb23dfe0b82b2130726ca MD5 (spin/html.tar.gz) = 18fb3308fac90091de71235941fbdc20 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 02: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 55C2F37B401 for ; Sat, 31 May 2003 02:40:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFB8243FAF for ; Sat, 31 May 2003 02:40:14 -0700 (PDT) (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 h4V9eEUp067993 for ; Sat, 31 May 2003 02:40:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4V9eEL4067992; Sat, 31 May 2003 02:40:14 -0700 (PDT) Date: Sat, 31 May 2003 02:40:14 -0700 (PDT) Message-Id: <200305310940.h4V9eEL4067992@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alex Dupre Subject: Re: ports/52799: [Maintainer Update] www/abcache 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: Sat, 31 May 2003 09:40:15 -0000 The following reply was made to PR ports/52799; it has been noted by GNATS. From: Alex Dupre To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/52799: [Maintainer Update] www/abcache Date: Sat, 31 May 2003 11:37:09 +0200 Updated: http://www.gufi.org/~alex/abcache.diff -- Alex Dupre sysadmin@alexdupre.com http://www.alexdupre.com/ alex@sm.FreeBSD.org Today's excuse: working as designed From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 02: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 80D8E37B401 for ; Sat, 31 May 2003 02:40:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16D4943FB1 for ; Sat, 31 May 2003 02:40:18 -0700 (PDT) (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 h4V9eHUp068006 for ; Sat, 31 May 2003 02:40:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4V9eH0b068005; Sat, 31 May 2003 02:40:17 -0700 (PDT) Date: Sat, 31 May 2003 02:40:17 -0700 (PDT) Message-Id: <200305310940.h4V9eH0b068005@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alex Dupre Subject: Re: ports/52785: [Maintainer Update] Turck MMCache 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: Sat, 31 May 2003 09:40:18 -0000 The following reply was made to PR ports/52785; it has been noted by GNATS. From: Alex Dupre To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/52785: [Maintainer Update] Turck MMCache Date: Sat, 31 May 2003 11:37:24 +0200 Updated: http://www.gufi.org/~alex/turck-mmcache.diff -- Alex Dupre sysadmin@alexdupre.com http://www.alexdupre.com/ alex@sm.FreeBSD.org Today's excuse: Communist revolutionaries taking over the server room and demanding all the computers in the building or they shoot the sysadmin. Poor misguided fools. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 03:00: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 1D57537B401 for ; Sat, 31 May 2003 03:00:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A28EF43F93 for ; Sat, 31 May 2003 03:00:27 -0700 (PDT) (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 h4VA0RUp068400 for ; Sat, 31 May 2003 03:00:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4VA0R0h068399; Sat, 31 May 2003 03:00:27 -0700 (PDT) Date: Sat, 31 May 2003 03:00:27 -0700 (PDT) Message-Id: <200305311000.h4VA0R0h068399@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stefan Farfeleder Subject: Re: ports/52619: Update port: lang/TenDRA (and unbreak it on 5.x) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stefan Farfeleder List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 10:00:28 -0000 The following reply was made to PR ports/52619; it has been noted by GNATS. From: Stefan Farfeleder To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/52619: Update port: lang/TenDRA (and unbreak it on 5.x) Date: Sat, 31 May 2003 11:54:20 +0200 On Fri, May 23, 2003 at 07:04:53PM +0200, Stefan Farfeleder wrote: > New files: > files/patch-install-man I've updated the patch at http://stud3.tuwien.ac.at/~e0026813/FreeBSD/TenDRA-port.diff.gz to a newer TenDRA snapshot; this file has been committed to TenDRA and is no longer needed. > Removed files: I forgot to mention that files/patch-ah has to be removed too. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 09: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 AAB7037B401 for ; Sat, 31 May 2003 09:50:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A4AF43F85 for ; Sat, 31 May 2003 09:50:08 -0700 (PDT) (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 h4VGo8Up009550 for ; Sat, 31 May 2003 09:50:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4VGo8XR009549; Sat, 31 May 2003 09:50:08 -0700 (PDT) Resent-Date: Sat, 31 May 2003 09:50:08 -0700 (PDT) Resent-Message-Id: <200305311650.h4VGo8XR009549@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 Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25F8A37B401 for ; Sat, 31 May 2003 09:40:51 -0700 (PDT) Received: from mail.alwaysonline.net.au (sikuzote.AlwaysONLINE.net.au [202.181.16.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id F09AB43F75 for ; Sat, 31 May 2003 09:40:49 -0700 (PDT) (envelope-from andrew@amy.ugh.net.au) Received: from amy.ugh.net.au (amy.ugh.net.au [202.181.20.95]) by mail.alwaysonline.net.au (Postfix) with ESMTP id 72755F0AE for ; Sun, 1 Jun 2003 02:42:27 +1000 (EST) Received: from amy.local (andrew@localhost [127.0.0.1]) by amy.ugh.net.au (8.12.9/8.12.9) with ESMTP id h4VGfbgD029703 for ; Sun, 1 Jun 2003 02:41:37 +1000 (EST) (envelope-from andrew@amy.local) Received: (from andrew@localhost) by amy.local (8.12.9/8.12.9/Submit) id h4VGfa04029702; Sun, 1 Jun 2003 02:41:36 +1000 (EST) Message-Id: <200305311641.h4VGfa04029702@amy.local> Date: Sun, 1 Jun 2003 02:41:36 +1000 (EST) From: Andrew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52820: [maintainer-update] sysutils/wait_on X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 16:50:10 -0000 >Number: 52820 >Category: ports >Synopsis: [maintainer-update] sysutils/wait_on >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 May 31 09:50:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Andrew >Release: FreeBSD 5.0-CURRENT i386 >Organization: UgH! >Environment: System: FreeBSD amy.local 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Sun May 4 01:28:08 EST 2003 andrew@amy.local:/usr/obj/usr/src/sys/AMY i386 >Description: Update wait_on to v1.1. This fixes a few bugs in relation to the handling of -i (which used to be -m). >How-To-Repeat: >Fix: diff -ruN /usr/ports/sysutils/wait_on/Makefile wait_on/Makefile --- /usr/ports/sysutils/wait_on/Makefile Sat Feb 22 08:05:52 2003 +++ wait_on/Makefile Sun Jun 1 02:28:59 2003 @@ -6,7 +6,7 @@ # PORTNAME= wait_on -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/wait_on/ \ ftp://ftp.megamirror.com/pub/ugh/unix/wait_on/ \ diff -ruN /usr/ports/sysutils/wait_on/distinfo wait_on/distinfo --- /usr/ports/sysutils/wait_on/distinfo Sat May 25 21:33:55 2002 +++ wait_on/distinfo Sun Jun 1 02:29:59 2003 @@ -1 +1 @@ -MD5 (wait_on-1.0.tar.gz) = 5cfb10e02ca7665c75d378bbe3218ff6 +MD5 (wait_on-1.1.tar.gz) = 6b5917ad6136fdd8295d2d1299db10d5 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 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 DC64337B401 for ; Sat, 31 May 2003 10:50:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E1A43FAF for ; Sat, 31 May 2003 10:50:11 -0700 (PDT) (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 h4VHoBUp015094 for ; Sat, 31 May 2003 10:50:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4VHoB3N015093; Sat, 31 May 2003 10:50:11 -0700 (PDT) Resent-Date: Sat, 31 May 2003 10:50:11 -0700 (PDT) Resent-Message-Id: <200305311750.h4VHoB3N015093@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, "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB6AE37B401 for ; Sat, 31 May 2003 10:48:18 -0700 (PDT) Received: from web13408.mail.yahoo.com (web13408.mail.yahoo.com [216.136.175.66]) by mx1.FreeBSD.org (Postfix) with SMTP id 58E5D43F75 for ; Sat, 31 May 2003 10:48:18 -0700 (PDT) (envelope-from giffunip@yahoo.com) Received: from [200.91.194.74] by web13408.mail.yahoo.com via HTTP; Sat, 31 May 2003 18:48:18 BST Message-Id: <20030531174818.1728.qmail@web13408.mail.yahoo.com> Date: Sat, 31 May 2003 18:48:18 +0100 (BST) From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" To: freebsd-gnats-submit@FreeBSD.org Subject: ports/52821: Rayshade homesite and postscript documentation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2003 17:50:13 -0000 >Number: 52821 >Category: ports >Synopsis: Rayshade homesite and postscript documentation >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: Sat May 31 10:50:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: FreeBSD 5.0-RELEASE i386 >Organization: >Environment: System: FreeBSD giffuni.org 5.0-RELEASE FreeBSD 5.0-RELEASE #3: Wed Apr 16 22:20:49 COT 2003 pedro@giffuni.org:/usr/src/sys/i386/compile/CPQ i386 >Description: This patch is untested, but perhaps having the website and documentation for Rayshade might motivate someone to fix the brokeness in -current. >How-To-Repeat: >Fix: __________________________________________________ Yahoo! Plus - For a better Internet experience http://uk.promotions.yahoo.com/yplus/yoffer.html --0-1240425297-1054403298=:1577 Content-Type: text/plain; name=patch-rayshade Content-Description: patch-rayshade Content-Disposition: inline; filename=patch-rayshade diff -ruN rayshade.orig/Makefile rayshade/Makefile --- rayshade.orig/Makefile Wed May 28 23:41:57 2003 +++ rayshade/Makefile Sat May 31 12:31:10 2003 @@ -12,12 +12,18 @@ ftp://ftp.princeton.edu/pub/Graphics/rayshade.4.0/ DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= .tar.Z +.ifndef NOPORTDOCS +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} guide.ps.Z +.endif MAINTAINER= ports@FreeBSD.org COMMENT= An extensible system for creating ray-traced images BUILD_DEPENDS= $(LOCALBASE)/lib/librle.a:${PORTSDIR}/graphics/urt +DIST_SUBDIR= rayshade +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + .include .if ${OSVERSION} >= 500113 @@ -35,12 +41,8 @@ do-install: $(INSTALL_PROGRAM) $(WRKSRC)/rayshade/rayshade $(PREFIX)/bin -# THIS ARE NOT USED BY ANY PORT -# $(INSTALL_DATA) $(WRKSRC)/libray/libray.a $(PREFIX)/lib -# $(INSTALL_DATA) $(WRKSRC)/libshade/libshade.a $(PREFIX)/lib - $(MKDIR) $(PREFIX)/share/doc/rayshade - $(INSTALL_DATA) $(WRKSRC)/Doc/Guide/* $(PREFIX)/share/doc/rayshade - $(INSTALL_DATA) $(WRKSRC)/Doc/quickref.txt $(PREFIX)/share/doc/rayshade + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/guide.ps.Z ${DOCSDIR} $(MKDIR) $(PREFIX)/share/examples/rayshade $(INSTALL_DATA) $(WRKSRC)/Examples/* $(PREFIX)/share/examples/rayshade diff -ruN rayshade.orig/distinfo rayshade/distinfo --- rayshade.orig/distinfo Wed May 28 23:41:57 2003 +++ rayshade/distinfo Thu May 29 11:00:30 2003 @@ -1 +1,2 @@ -MD5 (rayshade.4.0.tar.Z) = c81f9507c20cd6060a8bdc611a6771ff +MD5 (rayshade/rayshade.4.0.tar.Z) = c81f9507c20cd6060a8bdc611a6771ff +MD5 (rayshade/guide.ps.Z) = 59429e2018ef21bb1e31ca8e0ae26c56 diff -ruN rayshade.orig/pkg-descr rayshade/pkg-descr --- rayshade.orig/pkg-descr Wed May 28 23:41:57 2003 +++ rayshade/pkg-descr Wed May 28 23:44:34 2003 @@ -1,3 +1,5 @@ Rayshade is a system for generating ray-traced images. Rayshade's main function is to read a multi-line ASCII file describing a scene to be rendered and produce a file containing the ray traced image. + +WWW: http://www-graphics.stanford.edu/~cek/rayshade/ diff -ruN rayshade.orig/pkg-plist rayshade/pkg-plist --- rayshade.orig/pkg-plist Wed May 28 23:41:57 2003 +++ rayshade/pkg-plist Sat May 31 12:30:47 2003 @@ -1,19 +1,5 @@ bin/rayshade -share/doc/rayshade/README -share/doc/rayshade/animate.tex -share/doc/rayshade/camera.tex -share/doc/rayshade/guide.tex -share/doc/rayshade/height.tex -share/doc/rayshade/intro.tex -share/doc/rayshade/lights.tex -share/doc/rayshade/objects.tex -share/doc/rayshade/options.tex -share/doc/rayshade/preface.tex -share/doc/rayshade/running.tex -share/doc/rayshade/surfaces.tex -share/doc/rayshade/texture.tex -share/doc/rayshade/transform.tex -share/doc/rayshade/quickref.txt +%%DOCSDIR%%/guide.ps.Z share/examples/rayshade/ashtray.def.ray share/examples/rayshade/ashtray.ray share/examples/rayshade/balls.ray --0-1240425297-1054403298=:1577-- >Release-Note: >Audit-Trail: >Unformatted: --0-1240425297-1054403298=:1577 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 11:50: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 EB4D637B423 for ; Sat, 31 May 2003 11:50:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E62343FD7 for ; Sat, 31 May 2003 11:50:05 -0700 (PDT) (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 h4VIo5Up020339 for ; Sat, 31 May 2003 11:50:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4VIo5AS020338; Sat, 31 May 2003 11:50:05 -0700 (PDT) Resent-Date: Sat, 31 May 2003 11:50:05 -0700 (PDT) Resent-Message-Id: <200305311850.h4VIo5AS020338@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, jimd@siu.edu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07E5437B404 for ; Sat, 31 May 2003 11:43:20 -0700 (PDT) Received: from 255-164.ip.ll.net (234-189.ip.ll.net [209.131.234.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BEC143F93 for ; Sat, 31 May 2003 11:43:17 -0700 (PDT) (envelope-from jimd_NOSPAM@siu.edu) Received: from freebsd2.localnet10 (localhost [127.0.0.1]) by freebsd2.localnet10 (8.12.9/8.12.9) with ESMTP id h4V1AGUU047979 for ; Sat, 31 May 2003 01:10:16 GMT (envelope-from user@freebsd2.localnet10) Received: (from root@localhost) by 255-164.ip.ll.net (8.12.9/8.12.9/Submit) id h4V1AFEI047978; Sat, 31 May 2003 01:10:15 GMT Message-Id: <200305310110.h4V1AFEI047978@freebsd2.localnet10> Date: Sat, 31 May 2003 01:10:15 GMT From: none To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52823: extace-1.7.3 compile fails with "conflicting types" for globals/defaults.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jimd@siu.edu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 18:50:08 -0000 >Number: 52823 >Category: ports >Synopsis: extace-1.7.3 compile fails with "conflicting types" for globals/defaults.h >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 May 31 11:50:04 PDT 2003 >Closed-Date: >Last-Modified: >Originator: none >Release: FreeBSD 5.1-BETA(2) i386 >Organization: >Environment: System: freebsd2.localnet10 5.1-BETA FreeBSD 5.1-BETA #0: Wed May 28 23:02:16 CDT 2003 root@freebsd2.localnet10:/usr/src/sys/i386/compile/5.1-BETA2 i386 ll src/globals.h src/defaults.h -rw-r--r-- 1 root wheel 863 May 26 2002 src/defaults.h -rw-r--r-- 1 root wheel 12071 May 26 2002 src/globals.h freebsd2/ttyp1/root: pwd /usr/ports/audio/extace/work/extace-1.7.3 grep noise_floor_min *.h defaults.h:const float noise_floor_min = -100.0; globals.h:gfloat noise_floor_min; >Description: source='options.c' object='options.o' libtool=no depfile='.deps/options.Po' tmpdepfile='.deps/options.TPo' depmode=gcc3 /bin/sh ../depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include -DGTK_DISABLE_COMPAT_H -D_MAJOR_=1 -D_MINOR_=7 -D_MICRO_=3 -I/usr/local/include -DHAVE_LIBFFTW -O -pipe -mcpu=pentiumpro -Wall -c `test -f options.c || echo './'`options.c In file included from options.c:18: globals.h:258: conflicting types for `noise_floor_min' defaults.h:18: previous declaration of `noise_floor_min' globals.h:259: conflicting types for `noise_floor_max' defaults.h:19: previous declaration of `noise_floor_max' *** Error code 1 Stop in /usr/ports/audio/extace/work/extace-1.7.3/src. *** Error code 1 Stop in /usr/ports/audio/extace/work/extace-1.7.3. *** Error code 1 Stop in /usr/ports/audio/extace/work/extace-1.7.3. *** Error code 1 Stop in /usr/ports/audio/extace. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 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 349B537B401 for ; Sat, 31 May 2003 12:30:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 503CF43FAF for ; Sat, 31 May 2003 12:30:10 -0700 (PDT) (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 h4VJUAUp024968 for ; Sat, 31 May 2003 12:30:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4VJUA9X024967; Sat, 31 May 2003 12:30:10 -0700 (PDT) Resent-Date: Sat, 31 May 2003 12:30:10 -0700 (PDT) Resent-Message-Id: <200305311930.h4VJUA9X024967@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, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1749137B401 for ; Sat, 31 May 2003 12:24:45 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3704D43F75 for ; Sat, 31 May 2003 12:24:44 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19MBy0-0003xh-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 31 May 2003 21:24:36 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19MBxE-000Hec-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 31 May 2003 21:23:48 +0200 Message-Id: Date: Sat, 31 May 2003 21:23:48 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52824: New port: net/braa X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2003 19:30:11 -0000 >Number: 52824 >Category: ports >Synopsis: New port: net/braa >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 May 31 12:30:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: New port: net/braa Braa is a tool for making SNMP queries. It is able to query hundreds or thousands of hosts simultaneously, while being completely single-threaded. >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: # # net/braa # net/braa/Makefile # net/braa/distinfo # net/braa/pkg-descr # net/braa/pkg-plist # echo c - net/braa mkdir -p net/braa > /dev/null 2>&1 echo x - net/braa/Makefile sed 's/^X//' >net/braa/Makefile << 'END-of-net/braa/Makefile' X# New ports collection makefile for: braa X# Date created: 31.05.2003 X# Whom: Kirill Ponomarew X# X# $FreeBSD$ X# X XPORTNAME= braa XPORTVERSION= 0.3 XCATEGORIES= net XMASTER_SITES= http://s-tech.elsat.net.pl/braa/ X XMAINTAINER= ponomarew@oberon.net XCOMMENT= Tool for making SNMP queries X XLIB_DEPENDS= netsnmp.5:${PORTSDIR}/net/net-snmp X XUSE_REINPLACE= yes X Xpost-patch: X.for file in Makefile X @${REINPLACE_CMD} -e \ X 's|CFLAGS =|CFLAGS?=${CFLAGS}|g ; \ X s|LDFLAGS =|LDFLAGS?=${LDFLAGS}|g ; \ X s|gcc|${CC}|g ; \ X s|strip $$(OUT)||g' ${WRKSRC}/${file} X.endfor X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ X ${PREFIX}/bin/ X Xpost-install: X.for i in ${PORTNAME} X ${STRIP_CMD} ${PREFIX}/bin/${i} X.endfor X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for i in README X ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} X.endfor X.endif X X.include END-of-net/braa/Makefile echo x - net/braa/distinfo sed 's/^X//' >net/braa/distinfo << 'END-of-net/braa/distinfo' XMD5 (braa-0.3.tar.gz) = ca5ef39f17f90d5bd37bfe03dd07d22c END-of-net/braa/distinfo echo x - net/braa/pkg-descr sed 's/^X//' >net/braa/pkg-descr << 'END-of-net/braa/pkg-descr' XBraa is a tool for making SNMP queries. It is able to query Xhundreds or thousands of hosts simultaneously, while being Xcompletely single-threaded. It does not need any SNMP Xlibraries, as it is equipped with its own SNMP engine. However, Xit's good to have a complete SNMP package including X"snmptranslate" installed somewhere, because for speed reasons, Xthere is no ASN.1 parser in Braa, and all the SNMP OIDs need to Xbe specified numerically. X XWWW: http://s-tech.elsat.net.pl/braa/ END-of-net/braa/pkg-descr echo x - net/braa/pkg-plist sed 's/^X//' >net/braa/pkg-plist << 'END-of-net/braa/pkg-plist' Xbin/braa X%%PORTDOCS%%share/doc/braa/README X@dirrm share/doc/braa END-of-net/braa/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 13: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 E338537B401 for ; Sat, 31 May 2003 13:30:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB05943F75 for ; Sat, 31 May 2003 13:30:09 -0700 (PDT) (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 h4VKU9Up030210 for ; Sat, 31 May 2003 13:30:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4VKU9Em030209; Sat, 31 May 2003 13:30:09 -0700 (PDT) Resent-Date: Sat, 31 May 2003 13:30:09 -0700 (PDT) Resent-Message-Id: <200305312030.h4VKU9Em030209@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, jimd@siu.edu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6E7C37B401 for ; Sat, 31 May 2003 13:20:24 -0700 (PDT) Received: from 255-164.ip.ll.net (234-189.ip.ll.net [209.131.234.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC06843FAF for ; Sat, 31 May 2003 13:20:23 -0700 (PDT) (envelope-from jimd_NOSPAM@siu.edu) Received: from freebsd2.localnet10 (localhost [127.0.0.1]) by freebsd2.localnet10 (8.12.9/8.12.9) with ESMTP id h4VFMmIe007103 for ; Sat, 31 May 2003 15:22:48 GMT (envelope-from jimd@freebsd2.localnet10) Received: (from root@localhost) by freebsd2.localnet10 (8.12.9/8.12.9/Submit) id h4VFMlkE007102; Sat, 31 May 2003 15:22:47 GMT Message-Id: <200305311522.h4VFMlkE007102@freebsd2.localnet10> Date: Sat, 31 May 2003 15:22:47 GMT From: none To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52825: goggles-0.5.5 compile under 5.1-BETA2 fails - pthread usage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jimd@siu.edu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 20:30:12 -0000 >Number: 52825 >Category: ports >Synopsis: goggles-0.5.5 compile under 5.1-BETA2 fails - pthread usage >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: Sat May 31 13:30:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: none >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD freebsd2.localnet10 5.1-BETA FreeBSD 5.1-BETA #0: Wed May 28 23:02:16 CDT 2003 root@freebsd2.localnet10:/usr/src/sys/i386/compile/5.1-BETA2 i386 pkg_info|grep dvd libdvdcss-1.2.5 Portable abstraction library for DVD decryption libdvdplay-1.0.1 Portable abstraction library for DVD navigation libdvdread-0.9.4 This is needed by ogle, which is a DVD player that supports pkg_info | grep ogle libdvdread-0.9.4 This is needed by ogle, which is a DVD player that supports ogle-0.9.1 Open DVD player that supports DVD menus [Goggles created after manual fixes] pkg_info | grep Goggle Goggles-0.5.5 A FOX frontend to the Ogle DVD player pkg_info | grep fox fox-1.1.25 Fast and extensive C++ GUI toolkit >Description: Compiling Goggles-0.5.5 under FreeBSD 5.1-BETA2 fails due to pthread definition/utilization/configuration. >How-To-Repeat: >Fix: Remove "-lpthread" from configure script test. Add "-pthread" to CFLAGS and CXXFLAGS. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 13:40: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 A97D537B401 for ; Sat, 31 May 2003 13:40:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEDE043FAF for ; Sat, 31 May 2003 13:40:07 -0700 (PDT) (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 h4VKe7Up030514 for ; Sat, 31 May 2003 13:40:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4VKe7gL030513; Sat, 31 May 2003 13:40:07 -0700 (PDT) Resent-Date: Sat, 31 May 2003 13:40:07 -0700 (PDT) Resent-Message-Id: <200305312040.h4VKe7gL030513@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, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F32337B401 for ; Sat, 31 May 2003 13:36:22 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EAC743F3F for ; Sat, 31 May 2003 13:36:21 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19MD5J-0004VD-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 31 May 2003 22:36:13 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19MD4Y-000I3T-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 31 May 2003 22:35:26 +0200 Message-Id: Date: Sat, 31 May 2003 22:35:26 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52827: Update net/maradns: 1.0.17 -> 1.0.18 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 May 2003 20:40:08 -0000 >Number: 52827 >Category: ports >Synopsis: Update net/maradns: 1.0.17 -> 1.0.18 >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 May 31 13:40:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: Update net/maradns: 1.0.17 -> 1.0.18 This resolves a very minor issue where the script to stop MaraDNS would kill the process which hunts for MaraDNS processes. >How-To-Repeat: >Fix: diff -ruN maradns.orig/Makefile maradns/Makefile --- maradns.orig/Makefile Sun May 4 20:59:39 2003 +++ maradns/Makefile Sat May 31 22:27:30 2003 @@ -6,7 +6,7 @@ # PORTNAME= maradns -PORTVERSION= 1.0.17 +PORTVERSION= 1.0.18 PORTREVISION= 0 CATEGORIES= net MASTER_SITES= http://www.maradns.org/download/ \ diff -ruN maradns.orig/distinfo maradns/distinfo --- maradns.orig/distinfo Sun May 4 20:59:39 2003 +++ maradns/distinfo Sat May 31 22:27:44 2003 @@ -1 +1 @@ -MD5 (maradns-1.0.17.tar.bz2) = da1a2b76ea2883f8a3a2d00c3d31eb4f +MD5 (maradns-1.0.18.tar.bz2) = daa572d554827d52b8da1c21d57939d3 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 14:30: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 AAD0837B401 for ; Sat, 31 May 2003 14:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2C6543F75 for ; Sat, 31 May 2003 14:30:02 -0700 (PDT) (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 h4VLU2Up035451 for ; Sat, 31 May 2003 14:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4VLU2UZ035450; Sat, 31 May 2003 14:30:02 -0700 (PDT) Resent-Date: Sat, 31 May 2003 14:30:02 -0700 (PDT) Resent-Message-Id: <200305312130.h4VLU2UZ035450@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, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC14937B405 for ; Sat, 31 May 2003 14:25:19 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C06343F85 for ; Sat, 31 May 2003 14:25:17 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19MDqf-0004wj-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 31 May 2003 23:25:09 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19MDpt-000JO5-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 31 May 2003 23:24:21 +0200 Message-Id: Date: Sat, 31 May 2003 23:24:21 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52828: Update security/botan: 1.2.3 -> 1.2.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: Sat, 31 May 2003 21:30:04 -0000 >Number: 52828 >Category: ports >Synopsis: Update security/botan: 1.2.3 -> 1.2.4 >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 May 31 14:30:02 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: Update security/botan: 1.2.3 -> 1.2.4 >How-To-Repeat: >Fix: diff -urN botan.orig/Makefile botan/Makefile --- botan.orig/Makefile Wed May 21 17:59:59 2003 +++ botan/Makefile Sat May 31 23:06:37 2003 @@ -7,7 +7,7 @@ # PORTNAME= botan -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff -urN botan.orig/distinfo botan/distinfo --- botan.orig/distinfo Tue May 20 20:22:30 2003 +++ botan/distinfo Sat May 31 23:07:00 2003 @@ -1 +1 @@ -MD5 (Botan-1.2.3.tgz) = ac51e29f697b56f4e272fad69674d01e +MD5 (Botan-1.2.4.tgz) = c94d51e49b6730d047d9023627459638 diff -urN botan.orig/pkg-plist botan/pkg-plist --- botan.orig/pkg-plist Wed May 21 17:59:59 2003 +++ botan/pkg-plist Sat May 31 23:13:48 2003 @@ -80,6 +80,7 @@ include/botan/mod_exp.h include/botan/mode_pad.h include/botan/modebase.h +include/botan/mp_asm.h include/botan/mp_core.h include/botan/mp_mul.h include/botan/mp_types.h @@ -150,10 +151,10 @@ include/botan/x917_rng.h include/botan/x919_mac.h include/botan/xtea.h -lib/libbotan.a -lib/libbotan-1.2.3.so +lib/libbotan-1.2.4.so lib/libbotan-1.2.so lib/libbotan-1.so +lib/libbotan.a lib/libbotan.so share/doc/Botan-%%PORTVERSION%%/api.ps share/doc/Botan-%%PORTVERSION%%/api.tex >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 14: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 C775237B401 for ; Sat, 31 May 2003 14:50:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E6E43F3F for ; Sat, 31 May 2003 14:50:14 -0700 (PDT) (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 h4VLoDUp035943 for ; Sat, 31 May 2003 14:50:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4VLoDM2035942; Sat, 31 May 2003 14:50:13 -0700 (PDT) Date: Sat, 31 May 2003 14:50:13 -0700 (PDT) Message-Id: <200305312150.h4VLoDM2035942@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Rasmus Meldgaard Subject: Re: ports/52125: New port: The devel branch of the ion windows manager X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rasmus Meldgaard List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 21:50:15 -0000 The following reply was made to PR ports/52125; it has been noted by GNATS. From: Rasmus Meldgaard To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/52125: New port: The devel branch of the ion windows manager Date: Sat, 31 May 2003 23:49:25 +0200 There is a new version of ion-devel --- ion-devel.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: # # x11-wm/ion-devel/ # x11-wm/ion-devel/files # x11-wm/ion-devel/files/patch-ion-edit # x11-wm/ion-devel/files/patch-ion-view # x11-wm/ion-devel/files/patch-ion-ssh # x11-wm/ion-devel/files/patch-ion-man # x11-wm/ion-devel/files/patch-ioncore-bindings-lua # x11-wm/ion-devel/files/patch-querylib-lua # x11-wm/ion-devel/files/patch-system-mk # x11-wm/ion-devel/Makefile # x11-wm/ion-devel/distinfo # x11-wm/ion-devel/pkg-descr # x11-wm/ion-devel/pkg-plist # x11-wm/ion-devel/pkg-message # echo c - x11-wm/ion-devel/ mkdir -p x11-wm/ion-devel/ > /dev/null 2>&1 echo c - x11-wm/ion-devel/files mkdir -p x11-wm/ion-devel/files > /dev/null 2>&1 echo x - x11-wm/ion-devel/files/patch-ion-edit sed 's/^X//' >x11-wm/ion-devel/files/patch-ion-edit << 'END-of-x11-wm/ion-devel/files/patch-ion-edit' X--- share/ion-edit.orig Fri May 30 23:17:53 2003 X+++ share/ion-edit Sat May 31 21:31:11 2003 X@@ -1,2 +1,2 @@ X #!/bin/sh X-exec run-mailcap --action=edit "$1" > /dev/null X+exec ion-devel-runinxterm -T $1 $EDITOR "$1" > /dev/null END-of-x11-wm/ion-devel/files/patch-ion-edit echo x - x11-wm/ion-devel/files/patch-ion-view sed 's/^X//' >x11-wm/ion-devel/files/patch-ion-view << 'END-of-x11-wm/ion-devel/files/patch-ion-view' X--- share/ion-view.orig Fri May 30 23:17:53 2003 X+++ share/ion-view Sat May 31 21:31:11 2003 X@@ -1,7 +1,7 @@ X #!/bin/sh X if echo "$1"|grep -E '^([a-zA-Z]+://|www.)' > /dev/null; then X- exec netscape-remote "$1" X+ exec netscape "$1" X else X- exec run-mailcap --action=view "$1" > /dev/null X+ exec ion-runinxterm -T $1 $EDITOR "$1" > /dev/null X fi X END-of-x11-wm/ion-devel/files/patch-ion-view echo x - x11-wm/ion-devel/files/patch-ion-ssh sed 's/^X//' >x11-wm/ion-devel/files/patch-ion-ssh << 'END-of-x11-wm/ion-devel/files/patch-ion-ssh' X--- share/ion-ssh.orig Fri May 30 23:17:53 2003 X+++ share/ion-ssh Sat May 31 21:31:11 2003 X@@ -1,2 +1,2 @@ X #!/bin/sh X-test $# -ge 1 && exec ion-runinxterm -T $1 ssh $1 X+test $# -ge 1 && exec ion-devel-runinxterm -T $1 ssh $1 END-of-x11-wm/ion-devel/files/patch-ion-ssh echo x - x11-wm/ion-devel/files/patch-ion-man sed 's/^X//' >x11-wm/ion-devel/files/patch-ion-man << 'END-of-x11-wm/ion-devel/files/patch-ion-man' X--- share/ion-man.orig Fri May 30 23:17:53 2003 X+++ share/ion-man Sat May 31 21:31:11 2003 X@@ -1,4 +1,4 @@ X #!/bin/sh X-topic=ion X+topic=ion-devel X test $# -ge 1 && topic=$* X-exec ion-runinxterm -T "$topic manual" man $topic X+exec ion-devel-runinxterm -T "$topic manual" man $topic END-of-x11-wm/ion-devel/files/patch-ion-man echo x - x11-wm/ion-devel/files/patch-ioncore-bindings-lua sed 's/^X//' >x11-wm/ion-devel/files/patch-ioncore-bindings-lua << 'END-of-x11-wm/ion-devel/files/patch-ioncore-bindings-lua' X--- etc/ioncore-bindings.lua.orig Sat May 17 15:08:58 2003 X+++ etc/ioncore-bindings.lua Sat May 31 22:04:14 2003 X@@ -42,7 +42,7 @@ X kpress(DEFAULT_MOD .. "Shift+Left", goto_next_screen), X kpress(DEFAULT_MOD .. "Shift+Right", goto_prev_screen), X X- kpress(DEFAULT_MOD .. "F1", make_exec_fn("ion-man ion")), X+ kpress(DEFAULT_MOD .. "F1", make_exec_fn("ion-devel-man ion-devel")), X kpress("F2", make_exec_fn("xterm")), X } X END-of-x11-wm/ion-devel/files/patch-ioncore-bindings-lua echo x - x11-wm/ion-devel/files/patch-querylib-lua sed 's/^X//' >x11-wm/ion-devel/files/patch-querylib-lua << 'END-of-x11-wm/ion-devel/files/patch-querylib-lua' X--- share/querylib.lua.orig Sat May 31 21:39:35 2003 X+++ share/querylib.lua Sat May 31 21:41:41 2003 X@@ -141,7 +141,7 @@ X X function QueryLib.exec_handler(frame, cmd) X if string.sub(cmd, 1, 1)==":" then X- local ix=get_script_warn(frame, "ion-runinxterm") X+ local ix=get_script_warn(frame, "ion-devel-runinxterm") X if not ix then return end X cmd=ix.." "..string.sub(cmd, 2) X end X@@ -402,7 +402,7 @@ X X local results={} X X- -- ion-completefile will return possible common part of path on X+ -- ion-devel-completefile will return possible common part of path on X -- the first line and the entries in that directory on the X -- following lines. X for a in string.gfind(data, "([^\n]*)\n") do X@@ -416,7 +416,7 @@ X end X X str=string.gsub(str, "'", "'\\''") X- local ic=lookup_script("ion-completefile") X+ local ic=lookup_script("ion-devel-completefile") X if ic then X popen_bgread(ic.." '"..str.."' "..(wp or ""), X coroutine.wrap(receive_data)) X@@ -503,24 +503,24 @@ X -- This function asks for a command to execute with \file{/bin/sh}. X -- If the command is prefixed with a colon (':'), the command will X -- be run in an XTerm (or other terminal emulator) using the script X--- \file{ion-runinxterm}. X+-- \file{ion-devel-runinxterm}. X QueryLib.query_exec=QueryLib.make_frame_fn( X "Run:", nil, QueryLib.exec_handler, QueryLib.exec_completor X ) X X --DOC X -- This query asks for a host to connect to with SSH. It starts X--- up ssh in a terminal using \file{ion-ssh}. To enable tab completion, X+-- up ssh in a terminal using \file{ion-devel-ssh}. To enable tab completion, X -- put the names of often-used hosts in the table \var{query_ssh_hosts}. X QueryLib.query_ssh=QueryLib.make_execwith_fn( X "SSH to:", nil, X- QueryLib.make_script_lookup_fn("ion-ssh"), X+ QueryLib.make_script_lookup_fn("ion-devel-ssh"), X QueryLib.make_completor(QueryLib.complete_ssh) X ) X X --DOC X -- This query asks for a manual page to display. It uses the command X--- \file{ion-man} to run \file{man} in a terminal emulator. By customizing X+-- \file{ion-devel-man} to run \file{man} in a terminal emulator. By customizing X -- this script it is possible use some other man page viewer. To enable X -- tab-completion you must list paths with manuals in the table X -- \var{query_man_path}. For example, X@@ -531,28 +531,28 @@ X --} X --\end{verbatim} X QueryLib.query_man=QueryLib.make_execwith_fn( X- "Manual page (ion):", nil, X- QueryLib.make_script_lookup_fn("ion-man"), X+ "Manual page (ion-devel):", nil, X+ QueryLib.make_script_lookup_fn("ion-devel-man"), X QueryLib.man_completor X ) X X --DOC X--- Asks for a file to be edited. It uses the script \file{ion-edit} to X+-- Asks for a file to be edited. It uses the script \file{ion-devel-edit} to X -- start a program to edit the file. This script uses \file{run-mailcap} X -- by default, but if you don't have it, you may customise the script. X QueryLib.query_editfile=QueryLib.make_execfile_fn( X "Edit file:", QueryLib.get_initdir, X- QueryLib.make_script_lookup_fn("ion-edit"), X+ QueryLib.make_script_lookup_fn("ion-devel-edit"), X QueryLib.file_completor X ) X X --DOC X--- Asks for a file to be viewed. It uses the script \file{ion-view} to X+-- Asks for a file to be viewed. It uses the script \file{ion-devel-view} to X -- start a program to view the file. This script uses \file{run-mailcap} X -- by default, but if you don't have it, you may customise the script. X QueryLib.query_runfile=QueryLib.make_execfile_fn( X "View file:", QueryLib.get_initdir, X- QueryLib.make_script_lookup_fn("ion-view"), X+ QueryLib.make_script_lookup_fn("ion-devel-view"), X QueryLib.file_completor X ) X END-of-x11-wm/ion-devel/files/patch-querylib-lua echo x - x11-wm/ion-devel/files/patch-system-mk sed 's/^X//' >x11-wm/ion-devel/files/patch-system-mk << 'END-of-x11-wm/ion-devel/files/patch-system-mk' X--- system.mk.orig Sat May 31 15:20:09 2003 X+++ system.mk Sat May 31 22:16:29 2003 X@@ -21,9 +21,9 @@ X # Manual pages X MANDIR=$(PREFIX)/man X # Some documents X-DOCDIR=$(PREFIX)/doc/ion-devel X+DOCDIR=$(PREFIX)/share/doc/ion-devel X # Nothing at the moment X-INCDIR=$(PREFIX)/include/ion-devel X+INCDIR=$(PREFIX)/include X # Nothing at the moment X LIBDIR=$(PREFIX)/lib X # Modules X@@ -45,8 +45,8 @@ X MODULE_LIST=ionws floatws query X X # Settings for compiling and linking to ltdl X-LTDL_INCLUDES= X-LTDL_LIBS=-lltdl X+LTDL_INCLUDES= -I${LOCALBASE}/include X+LTDL_LIBS=-L${LOCALBASE}/lib -lltdl X X X ## X@@ -59,7 +59,7 @@ X X # If you, for example, have lua 4.0 in /usr/lib and 5.0 somewhere else, X # the following settings might be what you need. X-LUA_PATH=/usr/local X+LUA_PATH=${LOCALBASE} X LUA_LIBS = -L$(LUA_PATH)/lib -R$(LUA_PATH)/lib -llua -llualib X LUA_INCLUDES = -I$(LUA_PATH)/include X X@@ -71,7 +71,7 @@ X ## X libraries, includes and options X ## X X-X11_PREFIX=/usr/X11R6 X+X11_PREFIX=${X11BASE} X # SunOS/Solaris X #X11_PREFIX=/usr/openwin X X@@ -147,8 +147,8 @@ X # following should optimize function calls to Lua a little. X #C99_SOURCE=-std=c99 -DCF_HAS_VA_COPY X X-CFLAGS=-g -Os $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) X-LDFLAGS=-g -Os $(LIBS) $(EXTRA_LIBS) X+CFLAGS=-g $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) X+LDFLAGS=-g $(LIBS) $(EXTRA_LIBS) X X X ## END-of-x11-wm/ion-devel/files/patch-system-mk echo x - x11-wm/ion-devel/Makefile sed 's/^X//' >x11-wm/ion-devel/Makefile << 'END-of-x11-wm/ion-devel/Makefile' X# New ports collection makefile for: ion-devel X# Date created: 6 May 2003 X# Whom: Rasmus Meldgaard X# X# $FreeBSD$ X# X XPORTNAME= ion-devel XPORTVERSION= 20030531 XCATEGORIES= x11-wm XMASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/dl/ X XMAINTAINER= rasmusm@diku.dk XCOMMENT= A window manager with a text-editorish, keyboard friendly interface X XMAN1= ion-devel.1x X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XBUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool XBUILD_DEPENDS= lua:${PORTSDIR}/lang/lua X XETC_FILES= common-frame-bindings.lua\ X floatws.lua\ X ioncore-bindings.lua\ X ioncore-example.lua\ X ionws.lua\ X kludges.lua\ X look-blackwheat.lua\ X look-brownsteel.lua\ X look-clean.lua\ X look-dusky.lua\ X look-greyviolet.lua\ X look-ios.lua\ X look-simpleblue.lua\ X look-wheat.lua\ X pwm-ioncore-example.lua\ X query.lua X XSHARE_DATA= ioncorelib.lua\ X compat.lua\ X querylib.lua X XMODULE_INSTALL= $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) X Xdo-install: X @ ${MKDIR} ${PREFIX}/etc/ion-devel.sampel X @ ${MKDIR} ${PREFIX}/lib/ion-devel X @ ${MKDIR} ${PREFIX}/share/ion-devel X.for i in ${ETC_FILES} X @ ${INSTALL_DATA} ${WRKSRC}/etc/${i} ${PREFIX}/etc/ion-devel.sampel X.endfor X.for i in ${SHARE_DATA} X @ ${INSTALL_DATA} ${WRKSRC}/share/${i} ${PREFIX}/share/ion-devel X.endfor X @ ${INSTALL_DATA} ${WRKSRC}/etc/ioncore-example.lua \ X ${PREFIX}/etc/ion-devel.sampel/ioncore.lua X @ ${INSTALL_DATA} ${WRKSRC}/etc/look-clean.lua \ X ${PREFIX}/etc/ion-devel.sampel/draw.lua X @ ${INSTALL_MAN} ${WRKSRC}/man/ion.1x ${PREFIX}/man/man1/ion-devel.1x X @ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/ion ${PREFIX}/bin/ion-devel X @ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/pwm ${PREFIX}/bin/pwm-devel X @ ${INSTALL_PROGRAM} ${WRKSRC}/ioncore/ioncore ${PREFIX}/bin/ioncore X @ ${INSTALL_PROGRAM} ${WRKSRC}/query/ion-completefile/ion-completefile\ X ${PREFIX}/lib/ion-devel/ion-devel-completefile X @ ${INSTALL_SCRIPT} ${WRKSRC}/share/ion-edit \ X ${PREFIX}/share/ion-devel/ion-devel-edit X @ ${INSTALL_SCRIPT} ${WRKSRC}/share/ion-man \ X ${PREFIX}/share/ion-devel/ion-devel-man X @ ${INSTALL_SCRIPT} ${WRKSRC}/share/ion-view \ X ${PREFIX}/share/ion-devel/ion-devel-view X @ ${INSTALL_SCRIPT} ${WRKSRC}/share/ion-ssh \ X ${PREFIX}/share/ion-devel/ion-devel-ssh X @ ${INSTALL_SCRIPT} ${WRKSRC}/share/ion-runinxterm \ X ${PREFIX}/share/ion-devel/ion-devel-runinxterm X @ ${MODULE_INSTALL} ${WRKSRC}/ionws/ionws.la ${PREFIX}/lib/ion-devel X @ ${MODULE_INSTALL} ${WRKSRC}/floatws/floatws.la ${PREFIX}/lib/ion-devel X @ ${MODULE_INSTALL} ${WRKSRC}/query/query.la ${PREFIX}/lib/ion-devel X @ ${LIBTOOL} --finish ${PREFIX}/lib/ion-devel X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-x11-wm/ion-devel/Makefile echo x - x11-wm/ion-devel/distinfo sed 's/^X//' >x11-wm/ion-devel/distinfo << 'END-of-x11-wm/ion-devel/distinfo' XMD5 (ion-devel-20030531.tar.gz) = 1b5c06ea522912aeddf913f33786fc32 END-of-x11-wm/ion-devel/distinfo echo x - x11-wm/ion-devel/pkg-descr sed 's/^X//' >x11-wm/ion-devel/pkg-descr << 'END-of-x11-wm/ion-devel/pkg-descr' XIon (based on PWM) is a new kind of window manager that brings a Xtext-editorish, keyboard friendly user interface to window management. X XModern GUIs are unusable. Overlapping windows are hard to manage, especially Xfrom the keyboard, and the user often ends up in a jungle. Not to mention the Xapplication programs, which are even worse. Mouse-based search-and-click Xinterfaces are slow - keyboard is fast having learnt the commands. Ion (the Xlast three letters of vision =-) was written as an example and an experiment of Xsomething presumably better (just the window manager, though). X XIon simply divides the screen into frames that take the whole screen. Big Xdisplays have so much space that this is convenient and smaller displays Xcouldn't show more than one window at a time anyway. The frames can be split Xand growing the size of one will shrink others. Alike in PWM, clients can be Xmoved between frames and multiple clients can be attached to one frame. X XWith Ion you will hardly ever have to touch the mouse again for navigation Xbetween windows and the windows are always in order. X XWWW: http://modeemi.cs.tut.fi/~tuomov/ion/ X X-- Robert Ricci X ricci@cs.utah.edu END-of-x11-wm/ion-devel/pkg-descr echo x - x11-wm/ion-devel/pkg-plist sed 's/^X//' >x11-wm/ion-devel/pkg-plist << 'END-of-x11-wm/ion-devel/pkg-plist' Xbin/ioncore Xbin/ion-devel Xbin/pwm-devel Xshare/ion-devel/ion-devel-edit Xshare/ion-devel/ion-devel-man Xshare/ion-devel/ion-devel-runinxterm Xshare/ion-devel/ion-devel-ssh Xshare/ion-devel/ion-devel-view Xetc/ion-devel.sampel/ioncore.lua Xetc/ion-devel.sampel/draw.lua Xetc/ion-devel.sampel/common-frame-bindings.lua Xetc/ion-devel.sampel/floatws.lua Xetc/ion-devel.sampel/ioncore-bindings.lua Xetc/ion-devel.sampel/ioncore-example.lua Xetc/ion-devel.sampel/ionws.lua Xetc/ion-devel.sampel/kludges.lua Xetc/ion-devel.sampel/look-blackwheat.lua Xetc/ion-devel.sampel/look-brownsteel.lua Xetc/ion-devel.sampel/look-clean.lua Xetc/ion-devel.sampel/look-dusky.lua Xetc/ion-devel.sampel/look-greyviolet.lua Xetc/ion-devel.sampel/look-ios.lua Xetc/ion-devel.sampel/look-simpleblue.lua Xetc/ion-devel.sampel/look-wheat.lua Xetc/ion-devel.sampel/pwm-ioncore-example.lua Xetc/ion-devel.sampel/query.lua Xshare/ion-devel/compat.lua Xshare/ion-devel/ioncorelib.lua Xshare/ion-devel/querylib.lua Xlib/ion-devel/ion-devel-completefile Xlib/ion-devel/floatws.la Xlib/ion-devel/floatws.so Xlib/ion-devel/ionws.la Xlib/ion-devel/ionws.so Xlib/ion-devel/query.la Xlib/ion-devel/query.so X@unexec rmdir %D/etc/ion-devel.sampel X@unexec rmdir %D/lib/ion-devel X@unexec rmdir %D/share/ion-devel END-of-x11-wm/ion-devel/pkg-plist echo x - x11-wm/ion-devel/pkg-message sed 's/^X//' >x11-wm/ion-devel/pkg-message << 'END-of-x11-wm/ion-devel/pkg-message' X****************************************************************** X* Copy ${PREFIX}/etc/ion-devel.sampel to ${PREFIX}/etc/ion-devel * X* before runing ion-devel * X****************************************************************** END-of-x11-wm/ion-devel/pkg-message exit -- ion-devel.shar ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 17:15: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 6EFC637B404; Sat, 31 May 2003 17:15:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF7A43F93; Sat, 31 May 2003 17:15:13 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: from freefall.freebsd.org (foxfair@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h510FDUp050543; Sat, 31 May 2003 17:15:13 -0700 (PDT) (envelope-from foxfair@freefall.freebsd.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h510FCP3050539; Sat, 31 May 2003 17:15:12 -0700 (PDT) Date: Sat, 31 May 2003 17:15:12 -0700 (PDT) From: Foxfair Hu Message-Id: <200306010015.h510FCP3050539@freefall.freebsd.org> To: flynn@energyhq.es.eu.org, foxfair@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/51520: Update security/nmap to 3.27 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2003 00:15:23 -0000 Synopsis: Update security/nmap to 3.27 State-Changed-From-To: open->closed State-Changed-By: foxfair State-Changed-When: Sat May 31 17:13:57 PDT 2003 State-Changed-Why: Committed by adamw@ but left this PR open. http://www.freebsd.org/cgi/query-pr.cgi?pr=51520 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 17:33: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 97E3437B409; Sat, 31 May 2003 17:33:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C3C43F75; Sat, 31 May 2003 17:33:12 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: from freefall.freebsd.org (foxfair@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h510XCUp051326; Sat, 31 May 2003 17:33:12 -0700 (PDT) (envelope-from foxfair@freefall.freebsd.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h510XBcT051322; Sat, 31 May 2003 17:33:11 -0700 (PDT) Date: Sat, 31 May 2003 17:33:11 -0700 (PDT) From: Foxfair Hu Message-Id: <200306010033.h510XBcT051322@freefall.freebsd.org> To: Nicolas.Jombart@hsc-labs.com, foxfair@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/42509: Update port: security/saint to 3.5.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: Sun, 01 Jun 2003 00:33:12 -0000 Synopsis: Update port: security/saint to 3.5.6 State-Changed-From-To: open->closed State-Changed-By: foxfair State-Changed-When: Sat May 31 17:32:49 PDT 2003 State-Changed-Why: Committed 3.5.8, please check ports tree. http://www.freebsd.org/cgi/query-pr.cgi?pr=42509 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 18:31: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 19EF137B401; Sat, 31 May 2003 18:31:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB14F43FAF; Sat, 31 May 2003 18:31:28 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: from freefall.freebsd.org (foxfair@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h511VSUp056719; Sat, 31 May 2003 18:31:28 -0700 (PDT) (envelope-from foxfair@freefall.freebsd.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h511VSi6056715; Sat, 31 May 2003 18:31:28 -0700 (PDT) Date: Sat, 31 May 2003 18:31:28 -0700 (PDT) From: Foxfair Hu Message-Id: <200306010131.h511VSi6056715@freefall.freebsd.org> To: foxfair@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nbm@FreeBSD.org Subject: Re: ports/52646: port upgrade: www/roundup from 0.5.6 to 0.5.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: Sun, 01 Jun 2003 01:31:29 -0000 Synopsis: port upgrade: www/roundup from 0.5.6 to 0.5.7 Responsible-Changed-From-To: freebsd-ports-bugs->nbm Responsible-Changed-By: foxfair Responsible-Changed-When: Sat May 31 18:31:10 PDT 2003 Responsible-Changed-Why: over to MAINTAINER. http://www.freebsd.org/cgi/query-pr.cgi?pr=52646 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 18:34: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 DD25837B401; Sat, 31 May 2003 18:34:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D0D743F75; Sat, 31 May 2003 18:34:08 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: from freefall.freebsd.org (foxfair@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h511Y8Up056763; Sat, 31 May 2003 18:34:08 -0700 (PDT) (envelope-from foxfair@freefall.freebsd.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h511Y7LS056759; Sat, 31 May 2003 18:34:07 -0700 (PDT) Date: Sat, 31 May 2003 18:34:07 -0700 (PDT) From: Foxfair Hu Message-Id: <200306010134.h511Y7LS056759@freefall.freebsd.org> To: mwest@uct.ac.za, foxfair@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52644: port upgrade: print/pcal from 4.7 to 4.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: Sun, 01 Jun 2003 01:34:09 -0000 Synopsis: port upgrade: print/pcal from 4.7 to 4.7.1 State-Changed-From-To: open->closed State-Changed-By: foxfair State-Changed-When: Sat May 31 18:32:48 PDT 2003 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=52644 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 18:40: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 5642C37B401; Sat, 31 May 2003 18:40:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E36C343F85; Sat, 31 May 2003 18:40:57 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: from freefall.freebsd.org (foxfair@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h511evUp057035; Sat, 31 May 2003 18:40:57 -0700 (PDT) (envelope-from foxfair@freefall.freebsd.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h511evS9057031; Sat, 31 May 2003 18:40:57 -0700 (PDT) Date: Sat, 31 May 2003 18:40:57 -0700 (PDT) From: Foxfair Hu Message-Id: <200306010140.h511evS9057031@freefall.freebsd.org> To: foxfair@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, doc@FreeBSD.org Subject: Re: ports/52640: New port: xmlcatmgr and patches to use this instead of mkcatalog for SGML/XML stuff X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2003 01:40:58 -0000 Synopsis: New port: xmlcatmgr and patches to use this instead of mkcatalog for SGML/XML stuff Responsible-Changed-From-To: freebsd-ports-bugs->doc Responsible-Changed-By: foxfair Responsible-Changed-When: Sat May 31 18:38:49 PDT 2003 Responsible-Changed-Why: Change RP to doc, this patch impacts several ports but actually needs to be review in -doc list first. http://www.freebsd.org/cgi/query-pr.cgi?pr=52640 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 18:52: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 6CF3837B404; Sat, 31 May 2003 18:52:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 037EA43F75; Sat, 31 May 2003 18:52:10 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: from freefall.freebsd.org (foxfair@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h511qAUp057579; Sat, 31 May 2003 18:52:10 -0700 (PDT) (envelope-from foxfair@freefall.freebsd.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h511qA5Y057575; Sat, 31 May 2003 18:52:10 -0700 (PDT) Date: Sat, 31 May 2003 18:52:10 -0700 (PDT) From: Foxfair Hu Message-Id: <200306010152.h511qA5Y057575@freefall.freebsd.org> To: mchopra@engmail.uwaterloo.ca, foxfair@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52651: New port: tentakel, sh script for executing commands on multiple hosts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2003 01:52:11 -0000 Synopsis: New port: tentakel, sh script for executing commands on multiple hosts State-Changed-From-To: open->closed State-Changed-By: foxfair State-Changed-When: Sat May 31 18:51:34 PDT 2003 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=52651 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 18:53: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 2159B37B401; Sat, 31 May 2003 18:53:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B208943F93; Sat, 31 May 2003 18:53:54 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: from freefall.freebsd.org (foxfair@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h511rsUp057672; Sat, 31 May 2003 18:53:54 -0700 (PDT) (envelope-from foxfair@freefall.freebsd.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h511rsJ9057668; Sat, 31 May 2003 18:53:54 -0700 (PDT) Date: Sat, 31 May 2003 18:53:54 -0700 (PDT) From: Foxfair Hu Message-Id: <200306010153.h511rsJ9057668@freefall.freebsd.org> To: ponomarew@oberon.net, foxfair@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52649: New port: net/iftop X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Jun 2003 01:53:55 -0000 Synopsis: New port: net/iftop State-Changed-From-To: open->closed State-Changed-By: foxfair State-Changed-When: Sat May 31 18:53:44 PDT 2003 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=52649 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 19:00: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 39AA537B404 for ; Sat, 31 May 2003 19:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E4F43FBD for ; Sat, 31 May 2003 19:00:30 -0700 (PDT) (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 h5120UUp057750 for ; Sat, 31 May 2003 19:00:30 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5120UZ9057749; Sat, 31 May 2003 19:00:30 -0700 (PDT) Resent-Date: Sat, 31 May 2003 19:00:30 -0700 (PDT) Resent-Message-Id: <200306010200.h5120UZ9057749@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, Chuck Swiger Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B1B337B401; Sat, 31 May 2003 19:00:10 -0700 (PDT) Received: from cswiger-sec.homeip.net (pool-129-44-60-214.ny325.east.verizon.net [129.44.60.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id B379643F85; Sat, 31 May 2003 19:00:09 -0700 (PDT) (envelope-from chuck@cswiger-sec.homeip.net) Received: from cswiger-sec.homeip.net (chuck@localhost [127.0.0.1]) h512085L011380; Sat, 31 May 2003 22:00:08 -0400 (EDT) (envelope-from chuck@cswiger-sec.homeip.net) Received: (from chuck@localhost) by cswiger-sec.homeip.net (8.12.9/8.12.9/Submit) id h51208Fs011379; Sat, 31 May 2003 22:00:08 -0400 (EDT) Message-Id: <200306010200.h51208Fs011379@cswiger-sec.homeip.net> Date: Sat, 31 May 2003 22:00:08 -0400 (EDT) From: Chuck Swiger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: alane@FreeBSD.org Subject: ports/52830: Update port: lang/python to 2.2.3 [security] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chuck Swiger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2003 02:00:32 -0000 >Number: 52830 >Category: ports >Synopsis: Update port: lang/python to 2.2.3 [security] >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 31 19:00:29 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Chuck Swiger >Release: FreeBSD 4.8-STABLE i386 >Organization: PKIx >Environment: System: FreeBSD sec.pkix.net 4.8-STABLE FreeBSD 4.8-STABLE #4: Thu May 29 02:17:12 EDT 2003 root@sec.pkix.net:/usr/obj/usr/src/sys/NORMAL i386 >Description: This is an updated port of Python-2.2.3, which includes some security fixes-- disabling the rexec and Bastion modules. I've included a patch which teaches the regression testing which modules are normally skipped on the "freebsd4" platform. I needed to patch /usr/ports/Mk/bsd.python.mk as well; diff is available in files/. It looks like someone spent a lot of time including stuff for backwards compatibility, so I left warnings from portlint in place: OK: checking /usr/ports/lang/python/pkg-descr. OK: checking Makefile. WARN: use of DISTFILES with single file discouraged. distribution filename should be set by DISTNAME and EXTRACT_SUFX. WARN: "LIB_DEPENDS" has to appear earlier in Makefile. WARN: DISTFILES/DISTNAME affects WRKSRC. take caution when changing them. OK: checking /usr/ports/lang/python/distinfo. OK: checking /usr/ports/lang/python/files/patch-Lib-test-regrtest.py. OK: checking /usr/ports/lang/python/files/patch-Modules-Setup.dist. OK: checking /usr/ports/lang/python/files/patch-setup.py. 0 fatal errors and 3 warnings found. Shar file included below. >How-To-Repeat: N/A >Fix: [ ...only send-pr aborted when I tried to send a ~130 K shar file... ] http://www.pkix.net/~chuck/python/ http://www.pkix.net/~chuck/python-port.shar >Release-Note: >Audit-Trail: >Unformatted: