From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 00:10:04 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 637CF16A4CE; Sun, 30 Jan 2005 00:10:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 381AA43D31; Sun, 30 Jan 2005 00:10:04 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U0A4Ke041973; Sun, 30 Jan 2005 00:10:04 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U0A3EL041969; Sun, 30 Jan 2005 00:10:03 GMT (envelope-from linimon) Date: Sun, 30 Jan 2005 00:10:03 GMT From: Mark Linimon Message-Id: <200501300010.j0U0A3EL041969@freefall.freebsd.org> To: mike@blackbirdsoftware.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74205: Patch for Connection.cc in the mysqlcppapi port needs to check for higher versions of MySQL. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 00:10:04 -0000 Synopsis: Patch for Connection.cc in the mysqlcppapi port needs to check for higher versions of MySQL. State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Sun Jan 30 00:09:06 GMT 2005 State-Changed-Why: Maintainer says that this should be fixed by the commit that was done using ports/71348. http://www.freebsd.org/cgi/query-pr.cgi?pr=74205 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 00:10:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA61D16A4CF for ; Sun, 30 Jan 2005 00:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5466943D4C for ; Sun, 30 Jan 2005 00:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U0AKlJ042046 for ; Sun, 30 Jan 2005 00:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U0AKNi042045; Sun, 30 Jan 2005 00:10:20 GMT (envelope-from gnats) Date: Sun, 30 Jan 2005 00:10:20 GMT Message-Id: <200501300010.j0U0AKNi042045@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Marcus Grando Subject: Re: ports/76830: Update port: mail/postfix-current change to 2.2-20050119 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 00:10:21 -0000 The following reply was made to PR ports/76830; it has been noted by GNATS. From: Marcus Grando To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/76830: Update port: mail/postfix-current change to 2.2-20050119 Date: Sat, 29 Jan 2005 22:07:25 -0200 This is a multi-part message in MIME format. --------------050404010503070701080407 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit + Adding Kerberos5 option. (from mail/postfix) Regards -- Marcus Grando Grupos Internet S/A marcus(at)corp.grupos.com.br --------------050404010503070701080407 Content-Type: text/plain; name="postfix-current.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="postfix-current.patch" diff -ruN postfix-current.old/Makefile postfix-current/Makefile --- postfix-current.old/Makefile Sat Nov 27 00:24:12 2004 +++ postfix-current/Makefile Sat Jan 29 21:44:35 2005 @@ -7,7 +7,7 @@ # To pre-select options in batch mode, run make like this: # -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" +# make -DBATCH POSTFIX_OPTIONS="DB3 TLS" # # the options are the same names as in the scripts/configure.postfix file. # POSTFIX_OPTIONS can be set in /etc/make.conf also. @@ -15,7 +15,7 @@ # NOTE: PCRE is enabled by default unless you specifically disable it. PORTNAME= postfix -PORTVERSIONRAW= 2.2-20041030 +PORTVERSIONRAW= 2.2-20050119 PORTVERSION= ${PORTVERSIONRAW:S/-/./} PORTEPOCH= 2 CATEGORIES= mail ipv6 @@ -50,11 +50,7 @@ MAN8= anvil.8 bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ master.8 oqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 showq.8 \ smtp.8 smtpd.8 spawn.8 trace.8 trivial-rewrite.8 verify.8 virtual.8 \ - scache.8 discard.8 - -# TLS patch adds to MAN8 but doesn't have .html file, so avoid trying to -# patch it. -MAN8base=$(MAN8:S/tlsmgr.8//) + scache.8 discard.8 tlsmgr.8 CONF1= main.cf master.cf access aliases canonical header_checks relocated \ transport virtual @@ -70,7 +66,7 @@ SASL_README SCHEDULER_README SMTPD_ACCESS_README SMTPD_POLICY_README \ SMTPD_PROXY_README STANDARD_CONFIGURATION_README TUNING_README \ ULTRIX_README UUCP_README VERP_README VIRTUAL_README \ - XCLIENT_README XFORWARD_README + XCLIENT_README XFORWARD_README IPV6_README TLS_README .if !defined(DEBUG) MAKEFILEFLAGS+= DEBUG= @@ -138,18 +134,18 @@ do-install: cd ${WRKSRC}; ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} + config_directory=${PREFIX}/etc/postfix \ + daemon_directory=${PREFIX}/libexec/postfix \ + command_directory=${PREFIX}/sbin \ + queue_directory=/var/spool/postfix \ + sendmail_path=${PREFIX}/sbin/sendmail \ + newaliases_path=${PREFIX}/bin/newaliases \ + mailq_path=${PREFIX}/bin/mailq \ + mail_owner=postfix \ + setgid_group=maildrop \ + manpage_directory=${PREFIX}/man \ + sample_directory=${PREFIX}/etc/postfix \ + readme_directory=${READMEDIR} .for f in ${CONF1} ${INSTALL_DATA} ${WRKSRC}/conf/${f} \ diff -ruN postfix-current.old/distinfo postfix-current/distinfo --- postfix-current.old/distinfo Sat Nov 27 00:24:12 2004 +++ postfix-current/distinfo Sat Jan 29 21:44:35 2005 @@ -1,4 +1,2 @@ -MD5 (postfix/postfix-2.2-20041030.tar.gz) = f179f5d50d387d2eb82351bdb03dac9e -SIZE (postfix/postfix-2.2-20041030.tar.gz) = 2106328 -MD5 (postfix/pfixtls-0.8.19-2.2-20040919-0.9.7d.tar.gz) = 2f5df0781abd0390611158b4a5fb63c4 -SIZE (postfix/pfixtls-0.8.19-2.2-20040919-0.9.7d.tar.gz) = 239159 +MD5 (postfix/postfix-2.2-20050119.tar.gz) = 63861b2e09f17a7acfe84dbf6623c2d3 +SIZE (postfix/postfix-2.2-20050119.tar.gz) = 2354298 diff -ruN postfix-current.old/files/patch-freebsd6 postfix-current/files/patch-freebsd6 --- postfix-current.old/files/patch-freebsd6 Tue Aug 24 14:51:22 2004 +++ postfix-current/files/patch-freebsd6 Sat Jan 29 21:44:35 2005 @@ -9,26 +9,3 @@ OpenBSD.2*) SYSTYPE=OPENBSD2 ;; OpenBSD.3*) SYSTYPE=OPENBSD3 ---- makedefs.snapshot_orig Wed Apr 14 14:18:06 2004 -+++ makedefs.snapshot Fri Aug 20 15:08:54 2004 -@@ -93,6 +93,8 @@ - ;; - FreeBSD.5*) SYSTYPE=FREEBSD5 - ;; -+ FreeBSD.6*) SYSTYPE=FREEBSD5 -+ ;; - OpenBSD.2*) SYSTYPE=OPENBSD2 - ;; - OpenBSD.3*) SYSTYPE=OPENBSD3 -===cut-here=== ---- makedefs.stable_orig Wed Apr 14 13:59:43 2004 -+++ makedefs.stable Fri Aug 20 15:10:13 2004 -@@ -93,6 +93,8 @@ - ;; - FreeBSD.5*) SYSTYPE=FREEBSD5 - ;; -+ FreeBSD.6*) SYSTYPE=FREEBSD5 -+ ;; - OpenBSD.2*) SYSTYPE=OPENBSD2 - ;; - OpenBSD.3*) SYSTYPE=OPENBSD3 diff -ruN postfix-current.old/pkg-plist postfix-current/pkg-plist --- postfix-current.old/pkg-plist Sat Nov 27 00:24:12 2004 +++ postfix-current/pkg-plist Sat Jan 29 21:44:35 2005 @@ -8,6 +8,7 @@ @unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/dist-transport; then rm -f %D/etc/postfix/transport; fi @unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/dist-virtual; then rm -f %D/etc/postfix/virtual; fi etc/postfix/LICENSE +etc/postfix/TLS_LICENSE etc/postfix/main.cf.default etc/postfix/makedefs.out etc/postfix/post-install @@ -46,7 +47,7 @@ libexec/postfix/trivial-rewrite libexec/postfix/verify libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr +libexec/postfix/tlsmgr sbin/postalias sbin/postcat sbin/postconf @@ -93,7 +94,11 @@ %%PORTDOCS%%%%DOCSDIR%%/FILTER_README.html %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/INSTALL.html -%%PORTDOCS%%%%SUB_IPV6%%%%DOCSDIR%%/IPV6_README +%%PORTDOCS%%%%DOCSDIR%%/IPV6_README +%%PORTDOCS%%%%DOCSDIR%%/IPV6_README.html +%%PORTDOCS%%%%DOCSDIR%%/CDB_README.html +%%PORTDOCS%%%%DOCSDIR%%/TLS_README +%%PORTDOCS%%%%DOCSDIR%%/TLS_README.html %%PORTDOCS%%%%DOCSDIR%%/LDAP_README %%PORTDOCS%%%%DOCSDIR%%/LDAP_README.html %%PORTDOCS%%%%DOCSDIR%%/LINUX_README @@ -215,6 +220,7 @@ %%PORTDOCS%%%%DOCSDIR%%/verify.8.html %%PORTDOCS%%%%DOCSDIR%%/virtual.5.html %%PORTDOCS%%%%DOCSDIR%%/virtual.8.html +%%PORTDOCS%%%%DOCSDIR%%/tlsmgr.8.html %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm libexec/postfix @unexec rmdir %D/etc/postfix 2>/dev/null || true diff -ruN postfix-current.old/scripts/configure.postfix postfix-current/scripts/configure.postfix --- postfix-current.old/scripts/configure.postfix Sat Nov 27 00:24:12 2004 +++ postfix-current/scripts/configure.postfix Sat Jan 29 21:50:08 2005 @@ -23,9 +23,8 @@ SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \ SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \ SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \ -TLS "SSL and TLS (BROKEN)" "$status_TLS" \ -IPv6 "IPv6 support (BROKEN)" "$status_IPv6" \ -IPv6TLS "IPv6 support with SSL and TLS (BROKEN)" "$status_IPv6TLS" \ +SASLKRB5 "If your SASL requires Kerberos5 select this option" "$status_SASLKRB5" \ +TLS "SSL and TLS" "$status_TLS" \ DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \ DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \ @@ -62,9 +61,7 @@ echo "PREFIX= ${PREFIX}" -SUB_TLS="@comment " SUB_TEST="@comment " -SUB_IPV6="@comment " while [ "$1" ]; do case $1 in @@ -104,16 +101,14 @@ SASLKRB) echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" ;; + SASLKRB5) + echo "POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcrypt -lcom_err -lasn1 -lroken" + ;; TLS) - echo "MAN8+= tlsmgr.8" echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" + echo "POSTFIX_CCARGS+= -DUSE_TLS -I\${OPENSSLINC}" echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.19-2.2-20040919-0.9.7d.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.19-2.2-20040919-0.9.7d/pfixtls.diff" - echo "PATCH_STRIP= -p1" echo "TLS_SUFFIX= +tls" - SUB_TLS="" ;; DB3) if [ "X$BDB_SELECTED" != "X" ]; then @@ -205,37 +200,6 @@ # echo "MAN1+= smtp-sink.1 smtp-source.1 qmqp-sink.1 qmqp-source.1" SUB_TEST="" ;; - IPv6) - if [ X$SUB_TLS = "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= ipv6-1.25-pf-2.2-20040616.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - IPv6SELECTED=YES - SUB_IPV6="" - ;; - IPv6TLS) - if [ X$SUB_TLS = "X" -o X$IPv6SELECTED != X ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= tls+ipv6-1.25-pf-2.2-20040616.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "TLS_SUFFIX= +tls+ipv6" - SUB_TLS="" - SUB_IPV6="" - ;; *) echo "Unknown option(s): $*" > /dev/stderr rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc @@ -245,12 +209,10 @@ shift done -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" -echo "PLIST_SUB+= SUB_IPV6=\"${SUB_IPV6}\"" # for some reason, if we alter the pkg name this way, the first build (where # we ask the configure questions) doesn't pick up the extensions, but # any subsequent build will. so "make; make install" will build twice. # don't do this for now. -#echo "PKGNAMESUFFIX= \${NOPCRE_SUFFIX}\${SASL_SUFFIX}\${DB_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}\${NIS_SUFFIX}" +#echo "PKGNAMESUFFIX= \${NOPCRE_SUFFIX}\${SASL_SUFFIX}\${DB_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${NIS_SUFFIX}" --------------050404010503070701080407-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 00:19:51 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3620A16A4CF; Sun, 30 Jan 2005 00:19:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A4743D4C; Sun, 30 Jan 2005 00:19:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U0JoAb042320; Sun, 30 Jan 2005 00:19:50 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U0Joxn042316; Sun, 30 Jan 2005 00:19:50 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 00:19:50 GMT From: Pav Lucistnik Message-Id: <200501300019.j0U0Joxn042316@freefall.freebsd.org> To: r.s.a.vandomburg@student.utwente.nl, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/75261: [patch] update ports/www/smarty to 2.6.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 00:19:51 -0000 Synopsis: [patch] update ports/www/smarty to 2.6.6 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jan 30 00:19:34 GMT 2005 State-Changed-Why: Replaced by maintainer's update at ports/76831 Thank you anyway http://www.freebsd.org/cgi/query-pr.cgi?pr=75261 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 00:25:56 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F9A216A4CE; Sun, 30 Jan 2005 00:25:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1889343D39; Sun, 30 Jan 2005 00:25:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U0Pt9E042637; Sun, 30 Jan 2005 00:25:55 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U0PtAj042633; Sun, 30 Jan 2005 00:25:55 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 00:25:55 GMT From: Pav Lucistnik Message-Id: <200501300025.j0U0PtAj042633@freefall.freebsd.org> To: zaa@ulstu.ru, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76831: [MAINTAINER-UPDATE] www/smarty up to 2.6.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 00:25:56 -0000 Synopsis: [MAINTAINER-UPDATE] www/smarty up to 2.6.6 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jan 30 00:25:49 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76831 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 00:30:15 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BAEB16A4E9 for ; Sun, 30 Jan 2005 00:30:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC42143D31 for ; Sun, 30 Jan 2005 00:30:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U0UEBw042812 for ; Sun, 30 Jan 2005 00:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U0UEg1042799; Sun, 30 Jan 2005 00:30:14 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 00:30:14 GMT Resent-Message-Id: <200501300030.j0U0UEg1042799@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jie Gao Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D681716A4CE for ; Sun, 30 Jan 2005 00:27:44 +0000 (GMT) Received: from ensa.cpsc.ucalgary.ca (ensa.cpsc.ucalgary.ca [136.159.2.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DC9143D5C for ; Sun, 30 Jan 2005 00:27:44 +0000 (GMT) (envelope-from gaoj@cpsc.ucalgary.ca) Received: from imgw1.cpsc.ucalgary.ca (imgw1 [136.159.5.9]) j0U0O9uV013856 for ; Sat, 29 Jan 2005 17:24:09 -0700 Received: from _HOSTNAME_ (sana-sa [136.159.7.231]) by imgw1.cpsc.ucalgary.ca (8.13.1/8.13.1) with SMTP id j0U0O4pO016752 for ; Sat, 29 Jan 2005 17:24:04 -0700 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Sat, 29 Jan 2005 17:24:04 -0700 Message-Id: <200501300024.j0U0O4pO016752@imgw1.cpsc.ucalgary.ca> Date: Sat, 29 Jan 2005 17:24:04 -0700 From: "Jie Gao" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76836: [maintainer] textproc/skim does not compile on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jie Gao List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 00:30:15 -0000 >Number: 76836 >Category: ports >Synopsis: [maintainer] textproc/skim does not compile on amd64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 30 00:30:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jie Gao >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD aibsd 5.3-STABLE FreeBSD 5.3-STABLE #3: Sat Jan 15 20:23:09 MST 2005 root@aibsd:/usr/obj/usr/src/sys/AIBSD i386 >Description: textproc/skim does not compile on amd64. This was shown in pointyhat's build log and brought to my attention by kris. >How-To-Repeat: On an amd64 system: cd /usr/ports/textproc/skim && make You will get results like: if /bin/sh ../libtool --silent --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/scim-1.0 -I../ -I../ -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -I/usr/local/include -D__STDC_ISO_10646__ -O -pipe -fno-exceptions -fno-check-new -fno-common -MT socketserverthread.lo -MD -MP -MF ".deps/socketserverthread.Tpo" -c -o socketserverthread.lo socketserverthread.cpp; \ then mv -f ".deps/socketserverthread.Tpo" ".deps/socketserverthread.Plo"; else rm -f ".deps/socketserverthread.Tpo"; exit 1; fi In file included from /usr/X11R6/include/scim-1.0/scim.h:233, from socketserverthread.h:24, from socketserverthread.cpp:11: /usr/X11R6/include/scim-1.0/scim_debug.h:175: warning: unused parameter 'mask' /usr/X11R6/include/scim-1.0/scim_debug.h:175: warning: unused parameter 'verbose' /usr/X11R6/include/scim-1.0/scim_debug.h:175: warning: unused parameter 'mask' /usr/X11R6/include/scim-1.0/scim_debug.h:175: warning: unused parameter 'verbose' socketserverthread.cpp: In member function `void scim::SocketServerThread::update_lookup_table()': socketserverthread.cpp:610: error: no matching function for call to `scim::SocketServerThread::updateLookupTableReq(QStringList&, QStringList&, QValueList&, int, int, scim::uint32, size_t&)' socketserverthread.h:123: note: candidates are: void scim::SocketServerThread::updateLookupTableReq(const QStringList&, const QStringList&, QValueList&, int, unsigned int, unsigned int, unsigned int&) >Fix: No fix yet. Mark it as broken on amd64. Use the patch below: --- patch-textproc-skim begins here --- Index: textproc/skim/Makefile =================================================================== RCS file: /home/grads/gaoj/repository/ports/textproc/skim/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- textproc/skim/Makefile 30 Jan 2005 00:13:45 -0000 1.11 +++ textproc/skim/Makefile 30 Jan 2005 00:20:09 -0000 @@ -30,6 +30,10 @@ .include +.if ${ARCH} == amd64 +BROKEN= Does not compile +.endif + .if ${OSVERSION} < 500035 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport --- patch-textproc-skim ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 00:50:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A44816A4CE for ; Sun, 30 Jan 2005 00:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9DA443D46 for ; Sun, 30 Jan 2005 00:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U0oMA3044585 for ; Sun, 30 Jan 2005 00:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U0oM1b044584; Sun, 30 Jan 2005 00:50:22 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 00:50:22 GMT Resent-Message-Id: <200501300050.j0U0oM1b044584@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, rik Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF7CB16A4CE for ; Sun, 30 Jan 2005 00:42:24 +0000 (GMT) Received: from lost.little-black-kitty.net (host217-34-57-226.in-addr.btopenworld.com [217.34.57.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C21743D2F for ; Sun, 30 Jan 2005 00:42:22 +0000 (GMT) (envelope-from rik@little-black-kitty.net) Received: by lost.little-black-kitty.net (Postfix, from userid 1000) id 6F92E8B801; Sun, 30 Jan 2005 00:42:20 +0000 (GMT) Message-Id: <20050130004220.6F92E8B801@lost.little-black-kitty.net> Date: Sun, 30 Jan 2005 00:42:20 +0000 (GMT) From: rik To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76837: maintainer-update of security/tor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 00:50:23 -0000 >Number: 76837 >Category: ports >Synopsis: maintainer-update of security/tor >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 30 00:50:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: rik >Release: FreeBSD 4.10-STABLE i386 >Organization: N/A >Environment: System: FreeBSD seventeen.build.internal 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri Oct 29 21:35:01 BST 2004 root@one.build.internal:/usr/obj/usr/src/sys/BUILD i386 >Description: security/tor has moved up to 0.0.9.3. The last 2 updates were sent in by other people, with my approval, and so I've made the effort to actually maintain this port now. This update provides: - adds _tor user and gourp for tor to run as - puts data into /var/db/tor/data - TAKE NOTE WHEN UPGRADING! - working tor.sh!!! (finally. sorry for not doing this earlier!) There should be no patches present, except for patch-aa. >How-To-Repeat: >Fix: diff -ruN /usr/ports/security/tor/Makefile tor/Makefile --- /usr/ports/security/tor/Makefile Sat Jan 29 11:27:32 2005 +++ tor/Makefile Sat Jan 29 18:14:58 2005 @@ -23,6 +23,7 @@ MANCOMPRESSED= no MAN1= tor.1 tor-resolve.1 torify.1 + post-patch: @${MV} ${WRKSRC}/contrib/tor-tsocks.conf \ ${WRKSRC}/contrib/tor-tsocks.conf.sample @@ -34,6 +35,9 @@ -e 's!-g -O2!!' \ -e 's!-O2!!' +pre-install: + PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL + post-install: @${CP} ${WRKSRC}/contrib/tor.sh ${LOCALBASE}/etc/rc.d/tor.sh.sample diff -ruN /usr/ports/security/tor/files/patch-aa tor/files/patch-aa --- /usr/ports/security/tor/files/patch-aa Thu Jan 1 01:00:00 1970 +++ tor/files/patch-aa Sat Jan 29 21:05:05 2005 @@ -0,0 +1,29 @@ +--- contrib/tor.sh.in.orig Sat Jan 29 20:41:19 2005 ++++ contrib/tor.sh.in Sat Jan 29 20:46:14 2005 +@@ -5,12 +5,12 @@ + # chkconfig: 2345 90 10 + # description: Onion Router + +-TORUSER= +-TORGROUP= ++TORUSER=_tor ++TORGROUP=_tor + TORBIN=@BINDIR@/tor +-TORPID=@LOCALSTATEDIR@/run/tor/tor.pid +-TORLOG=@LOCALSTATEDIR@/log/tor/tor.log +-TORDATA=@LOCALSTATEDIR@/lib/tor ++TORPID=/var/run/tor.pid ++TORLOG=/var/log/tor.log ++TORDATA=/var/db/tor/data + + TORCONF=@CONFDIR@/torrc + # Strictly speaking, we don't need to su if we have --user and --group. +@@ -36,7 +36,7 @@ + if [ "x$TORUSER" = "x" ]; then + $TORBIN -f $TORCONF $TORARGS + else +- /bin/su -c "$TORBIN -f $TORCONF $TORARGS" $TORUSER ++ /usr/bin/su $TORUSER -c "$TORBIN -f $TORCONF $TORARGS" + fi + RETVAL=$? + if [ $RETVAL -eq 0 ]; then diff -ruN /usr/ports/security/tor/pkg-install tor/pkg-install --- /usr/ports/security/tor/pkg-install Thu Jan 1 01:00:00 1970 +++ tor/pkg-install Sat Jan 29 20:17:02 2005 @@ -0,0 +1,36 @@ +#!/bin/sh + +if [ x"$2" = xPRE-INSTALL ]; then + USER="_tor" + UID="256" + GROUP="_tor" + GID="256" + + if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then + echo "You already have a group \"${GROUP}\", so I will use it." + else + if /usr/sbin/pw groupadd ${GROUP} -g ${GID}; then + echo "Added group \"${GROUP}\"." + else + echo "Adding group \"${GROUP}\" failed..." + echo "Please create it, and try again." + exit 1 + fi + fi + + if /usr/sbin/pw user show "${USER}" 2>/dev/null; then + echo "You already have a user \"${USER}\", so I will use it." + else + if /usr/sbin/pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ + -d /var/db/tor \ + -s /bin/sh \ + -c "Tor anonymising router"; then + echo "Added user \"${USER}\"." + else + echo "Adding user \"${USER}\" failed..." + echo "Please create it, and try again." + exit 1 + fi + fi +fi + diff -ruN /usr/ports/security/tor/pkg-plist tor/pkg-plist --- /usr/ports/security/tor/pkg-plist Sat Jan 29 11:27:32 2005 +++ tor/pkg-plist Sat Dec 25 04:16:51 2004 @@ -4,6 +4,4 @@ etc/rc.d/tor.sh.sample etc/tor/torrc.sample etc/tor/tor-tsocks.conf.sample -@dirrm share/nls/en_US.US-ASCII -@dirrm share/nls/POSIX @dirrm etc/tor >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 01:10:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5876216A4CE; Sun, 30 Jan 2005 01:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 307B243D3F; Sun, 30 Jan 2005 01:10:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U1AKAh049074; Sun, 30 Jan 2005 01:10:20 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U1AKeU049067; Sun, 30 Jan 2005 01:10:20 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 01:10:20 GMT From: Pav Lucistnik Message-Id: <200501300110.j0U1AKeU049067@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/76810: New port: security/php4-cryptopp php4 interface to crypto++ library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 01:10:20 -0000 Synopsis: New port: security/php4-cryptopp php4 interface to crypto++ library Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sun Jan 30 01:10:06 GMT 2005 Responsible-Changed-Why: This will need some changes to cryptopp port, so grab for now. http://www.freebsd.org/cgi/query-pr.cgi?pr=76810 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 02:10:15 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E38616A4D3 for ; Sun, 30 Jan 2005 02:10:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D492D43D46 for ; Sun, 30 Jan 2005 02:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U2AEfT057254 for ; Sun, 30 Jan 2005 02:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U2AEx0057253; Sun, 30 Jan 2005 02:10:14 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 02:10:14 GMT Resent-Message-Id: <200501300210.j0U2AEx0057253@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Luis López Solé Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30EA616A4CE for ; Sun, 30 Jan 2005 02:09:39 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8A4843D31 for ; Sun, 30 Jan 2005 02:09:38 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U29cVI028959 for ; Sun, 30 Jan 2005 02:09:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j0U29cgr028953; Sun, 30 Jan 2005 02:09:38 GMT (envelope-from nobody) Message-Id: <200501300209.j0U29cgr028953@www.freebsd.org> Date: Sun, 30 Jan 2005 02:09:38 GMT From: Luis López Solé To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76838: multimedia/pvr250 problems in 4.x with coexistence of connexant based devices and bt8x8 based devices X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 02:10:15 -0000 >Number: 76838 >Category: ports >Synopsis: multimedia/pvr250 problems in 4.x with coexistence of connexant based devices and bt8x8 based devices >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 Jan 30 02:10:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Luis López Solé >Release: 4.10 >Organization: n/a >Environment: FreeBSD workstation.documentanix.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Mon Dec 6 10:18:22 CET 2004 luis@workstation.documentanix.org:/usr/obj/usr/src/sys/CXM6 i386 >Description: Installation works well, the dmesg -a|grep cxm reports: cxm0: mem 0xd8000000-0xdbffffff irq 3 at device 2.0 on pci2 cxm_iic0: on cxm0 iicbb0: on cxm_iic0 cxm0: LG Innotek TPI8PSB11D tuner cxm0: SAA7115 rev 1 video decoder cxm0: MSP4418G-A2 audio decoder cxm0: IR Remote But when you have a connexant device and other card based in bt8x8 in the same machine only work last of two. The loader sequence is: bktr_mem bktr cxm cxm_iic >How-To-Repeat: If dont load the bktr* modules connexant device (and tools) work fine. But when reload bktr* modules the bt8x8 chipset card dont work now. First I created a new bktr1 with MAKEDEV and change setchannel for work with bktr1. The connexant card don't work (if dont load bktr* modules connexant card works on bktr0). setchannel reports: open() /dev/bktr1: Device not configured >Fix: My solution, change the major device number for connexant devices. I read /usr/src/sys/majors and 200-248 are for user use. I modified cxm.c: --diff-- --- cxm.c ORIGINAL Sat Jan 29 23:17:41 2005 +++ cxm.c Sat Jan 29 23:21:52 2005 @@ -140,7 +140,7 @@ static d_poll_t cxm_poll; #if __FreeBSD_version < 500000 -# define CDEV_MAJOR 92 +# define CDEV_MAJOR 201 #else # define CDEV_MAJOR MAJOR_AUTO #endif --end-diff-- After make and reinstall the new modules. Them remove the bktr1, tuner1 and vbi1 devices and create 3 new devices with # mknod /dev/cxm0 c 201 0 # mknod /dev/tuner1 c 201 16 # mknod /dev/vbi1 c 201 32 The last step consist in change setchannel for cxm0. And thats all. Two devices works at the same time. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 03:40:11 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B81A16A4CE for ; Sun, 30 Jan 2005 03:40:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 233BD43D1D for ; Sun, 30 Jan 2005 03:40:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U3eBxG066777 for ; Sun, 30 Jan 2005 03:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U3eA7N066776; Sun, 30 Jan 2005 03:40:11 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 03:40:11 GMT Resent-Message-Id: <200501300340.j0U3eA7N066776@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fortune Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B539216A4CF for ; Sun, 30 Jan 2005 03:35:32 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62F2D43D49 for ; Sun, 30 Jan 2005 03:35:32 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U3ZWSc054778 for ; Sun, 30 Jan 2005 03:35:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j0U3ZWKQ054777; Sun, 30 Jan 2005 03:35:32 GMT (envelope-from nobody) Message-Id: <200501300335.j0U3ZWKQ054777@www.freebsd.org> Date: Sun, 30 Jan 2005 03:35:32 GMT From: Fortune To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76842: japanese/mozilla-jlp-devel ports update to Mozilla 1.8a6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 03:40:11 -0000 >Number: 76842 >Category: ports >Synopsis: japanese/mozilla-jlp-devel ports update to Mozilla 1.8a6 >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 Jan 30 03:40:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Fortune >Release: 5.3-RELEASE >Organization: Mozilla Japan >Environment: 5.3-RELEASE >Description: japanese/mozilla-jlp-devel ports update to Mozilla 1.8a6 Note: Mozilla Japan releases new development JLP. Please ignore ports/76592. >How-To-Repeat: >Fix: --- Makefile.orig Fri Nov 26 01:25:38 2004 +++ Makefile Sun Jan 30 12:25:08 2005 @@ -6,12 +6,12 @@ # PORTNAME= mozilla -PORTVERSION= 1.8.a4 -PORTREVISION= 1 +PORTVERSION= 1.8.a6 +PORTREVISION= 0 CATEGORIES= japanese www -MASTER_SITES= http://n.jpn.ph/mozilla/download/jlp/ +MASTER_SITES= ftp://ftp.mozilla-japan.org/pub/mozilla-japan/mozilla/development/1.8a6/ PKGNAMESUFFIX= -jlp -DISTNAME= moz1.8a4-langjajp-tm0.1 +DISTNAME= mozilla-1.8a6-langjajp0.6 EXTRACT_SUFX= .xpi MAINTAINER= fortune@n.jpn.ph @@ -58,8 +58,8 @@ ${INSTALL_SCRIPT} ${WRKDIR}/${MOZILLA} ${PREFIX}/bin (cd ${WRKDIR}/sp; ${TAR} -cf - *) | \ ${TAR} -xf - -C ${PREFIX}/lib/${MOZILLA}/searchplugins - (cd ${WRKDIR}/sp_nomac; ${TAR} -cf - *) | \ - ${TAR} -xf - -C ${PREFIX}/lib/${MOZILLA}/searchplugins +# (cd ${WRKDIR}/sp_nomac; ${TAR} -cf - *) | \ +# ${TAR} -xf - -C ${PREFIX}/lib/${MOZILLA}/searchplugins (cd ${WRKSRC}; ${TAR} -cf - chrome defaults) | \ ${TAR} -xf - -C ${PREFIX}/lib/${MOZILLA} (cd ${PREFIX}/lib/${MOZILLA}/chrome; \ --- distinfo.orig Fri Nov 26 01:25:38 2004 +++ distinfo Sun Jan 30 12:17:01 2005 @@ -1,2 +1,2 @@ -MD5 (moz1.8a4-langjajp-tm0.1.xpi) = 320f9a0ad941bde72391c3dab8b4feca -SIZE (moz1.8a4-langjajp-tm0.1.xpi) = 904682 +MD5 (mozilla-1.8a6-langjajp0.6.xpi) = 74a60d6c5237a3206d078965f1596c4d +SIZE (mozilla-1.8a6-langjajp0.6.xpi) = 634394 --- pkg-plist.orig Sat May 1 01:26:40 2004 +++ pkg-plist Sun Jan 30 12:18:49 2005 @@ -24,62 +24,14 @@ lib/%%MOZILLA%%/defaults/profile/JP/panels.rdf lib/%%MOZILLA%%/defaults/profile/JP/prefs.js lib/%%MOZILLA%%/defaults/profile/JP/search.rdf -lib/%%MOZILLA%%/searchplugins/AllAboutJapan.png -lib/%%MOZILLA%%/searchplugins/AllAboutJapan.src -lib/%%MOZILLA%%/searchplugins/BiglobeSearch.png -lib/%%MOZILLA%%/searchplugins/BiglobeSearch.src -lib/%%MOZILLA%%/searchplugins/Bugzilla-Summary.png -lib/%%MOZILLA%%/searchplugins/Bugzilla-Summary.src -lib/%%MOZILLA%%/searchplugins/Bugzilla-jp-Summary.png -lib/%%MOZILLA%%/searchplugins/Bugzilla-jp-Summary.src -lib/%%MOZILLA%%/searchplugins/CNETJapan.png -lib/%%MOZILLA%%/searchplugins/CNETJapan.src -lib/%%MOZILLA%%/searchplugins/ExciteJapan.png -lib/%%MOZILLA%%/searchplugins/ExciteJapan.src -lib/%%MOZILLA%%/searchplugins/Fresheye_Japan.gif -lib/%%MOZILLA%%/searchplugins/Fresheye_Japan.src -lib/%%MOZILLA%%/searchplugins/GooNeJp.png -lib/%%MOZILLA%%/searchplugins/GooNeJp.src -lib/%%MOZILLA%%/searchplugins/GoogleJapan.png -lib/%%MOZILLA%%/searchplugins/GoogleJapan.src -lib/%%MOZILLA%%/searchplugins/ImpressWatchJp.png -lib/%%MOZILLA%%/searchplugins/ImpressWatchJp.src -lib/%%MOZILLA%%/searchplugins/InfoseekJapan.png -lib/%%MOZILLA%%/searchplugins/InfoseekJapan.src -lib/%%MOZILLA%%/searchplugins/JavaHouse.png -lib/%%MOZILLA%%/searchplugins/JavaHouse.src -lib/%%MOZILLA%%/searchplugins/LYCOSJapan.png -lib/%%MOZILLA%%/searchplugins/LYCOSJapan.src -lib/%%MOZILLA%%/searchplugins/LYCOSJapan_auction.png -lib/%%MOZILLA%%/searchplugins/LYCOSJapan_auction.src -lib/%%MOZILLA%%/searchplugins/MozillaGrJp.png -lib/%%MOZILLA%%/searchplugins/MozillaGrJp.src -lib/%%MOZILLA%%/searchplugins/MycomPcWeb.png -lib/%%MOZILLA%%/searchplugins/MycomPcWeb.src -lib/%%MOZILLA%%/searchplugins/NikkeiJava.png -lib/%%MOZILLA%%/searchplugins/NikkeiJava.src -lib/%%MOZILLA%%/searchplugins/NikkeiLinux.png -lib/%%MOZILLA%%/searchplugins/NikkeiLinux.src -lib/%%MOZILLA%%/searchplugins/YahooJapan.png -lib/%%MOZILLA%%/searchplugins/YahooJapan.src -lib/%%MOZILLA%%/searchplugins/YahooJapan_auction.png -lib/%%MOZILLA%%/searchplugins/YahooJapan_auction.src -lib/%%MOZILLA%%/searchplugins/ascii_24.png -lib/%%MOZILLA%%/searchplugins/ascii_24.src -lib/%%MOZILLA%%/searchplugins/ascii_ghelp.png -lib/%%MOZILLA%%/searchplugins/ascii_ghelp.src -lib/%%MOZILLA%%/searchplugins/atmarkIT.png -lib/%%MOZILLA%%/searchplugins/atmarkIT.src -lib/%%MOZILLA%%/searchplugins/jpnic_rfc.png -lib/%%MOZILLA%%/searchplugins/jpnic_rfc.src -lib/%%MOZILLA%%/searchplugins/linux_24.png -lib/%%MOZILLA%%/searchplugins/linux_24.src -lib/%%MOZILLA%%/searchplugins/linux_JFJM.png -lib/%%MOZILLA%%/searchplugins/linux_JFJM.src -lib/%%MOZILLA%%/searchplugins/rakuten_auction.png -lib/%%MOZILLA%%/searchplugins/rakuten_auction.src -lib/%%MOZILLA%%/searchplugins/w3c.png -lib/%%MOZILLA%%/searchplugins/w3c.src +lib/%%MOZILLA%%/searchplugins/amazon-ja.src +lib/%%MOZILLA%%/searchplugins/amazon-ja.png +lib/%%MOZILLA%%/searchplugins/google-ja.src +lib/%%MOZILLA%%/searchplugins/google-ja.gif +lib/%%MOZILLA%%/searchplugins/google_news.src +lib/%%MOZILLA%%/searchplugins/google_news.gif +lib/%%MOZILLA%%/searchplugins/yahoo_movie.src +lib/%%MOZILLA%%/searchplugins/yaooo_movie.gif @unexec mv %D/bin/%%MOZILLA%%.orig %D/bin/%%MOZILLA%% @unexec mv %D/lib/%%MOZILLA%%/chrome/chrome.rdf.orig %D/lib/%%MOZILLA%%/chrome/chrome.rdf @unexec mv %D/lib/%%MOZILLA%%/chrome/installed-chrome.txt.orig %D/lib/%%MOZILLA%%/chrome/installed-chrome.txt --- files/installed-chrome.txt.orig Fri May 23 10:44:04 2003 +++ files/installed-chrome.txt Sun Jan 30 12:21:55 2005 @@ -17,9 +17,12 @@ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/autoconfig/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger-smime/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger-mdn/ +locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger-mapi/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/chatzilla/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/venkman/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/inspector/ +locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/sroaming/ +locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/tasks/ locale,install,url,jar:resource:/chrome/ja-unix.jar!/locale/ja-JP/global-platform/ locale,install,url,jar:resource:/chrome/ja-unix.jar!/locale/ja-JP/communicator-platform/ locale,install,url,jar:resource:/chrome/ja-unix.jar!/locale/ja-JP/navigator-platform/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 04:10:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3351816A4D0 for ; Sun, 30 Jan 2005 04:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE2F743D31 for ; Sun, 30 Jan 2005 04:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U4AM0G075526 for ; Sun, 30 Jan 2005 04:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U4AMFR075525; Sun, 30 Jan 2005 04:10:22 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 04:10:22 GMT Resent-Message-Id: <200501300410.j0U4AMFR075525@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Takahiro MORISHITA Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD7EE16A4CF for ; Sun, 30 Jan 2005 04:01:42 +0000 (GMT) Received: from www217.sakura.ne.jp (www217.sakura.ne.jp [202.181.97.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC85F43D1D for ; Sun, 30 Jan 2005 04:01:41 +0000 (GMT) (envelope-from takahiro@next-generation.org) Received: from VS1-03 (fsvc03.sakura.ne.jp [202.181.99.229]) by www217.sakura.ne.jp (8.12.11/8.12.11) with ESMTP id j0U41flo038251; Sun, 30 Jan 2005 13:01:41 +0900 (JST) (envelope-from takahiro@next-generation.org) Received: from www217.sakura.ne.jp (202.181.97.27) by VS1-03 (SAKURA-FSecure); Sun, 30 Jan 2005 13:01:35 +0900 (JST) Received: from localhost (localhost.sakura.ne.jp [127.0.0.1]) (authenticated bits=0) by www217.sakura.ne.jp (8.12.11/8.12.11) with ESMTP id j0U41bXG038243; Sun, 30 Jan 2005 13:01:40 +0900 (JST) (envelope-from takahiro@next-generation.org) Message-Id: <20050130.130146.258143854.takahiro@falcon.next-generation.org> Date: Sun, 30 Jan 2005 13:01:46 +0900 (JST) From: Takahiro MORISHITA To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76843: [maintainer update] update port: japanese/gaim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Takahiro MORISHITA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 04:10:25 -0000 >Number: 76843 >Category: ports >Synopsis: [maintainer update] update port: japanese/gaim >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 Jan 30 04:10:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Takahiro MORISHITA >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD falcon.next-generation.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Jan 4 15:13:42 JST 2005 takahiro@falcon.next-generation.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update to 1.1.2. Noticed by linimon >How-To-Repeat: >Fix: diff -ruN japanese/gaim.orig/Makefile japanese/gaim/Makefile --- japanese/gaim.orig/Makefile Sun Jan 30 11:24:57 2005 +++ japanese/gaim/Makefile Sun Jan 30 11:30:41 2005 @@ -7,9 +7,8 @@ CATEGORIES= japanese net -PATCH_SITES= http://www.cc.rim.or.jp/~yaz/:jp_patch \ - http://people.freebsd.org/~pav/:jp_patch -PATCHFILES= gaim-1.1.1_jp.patch.gz:jp_patch +PATCH_SITES= http://www.cc.rim.or.jp/~yaz/:jp_patch +PATCHFILES= gaim-1.1.2_jp.patch.gz:jp_patch PATCH_DIST_STRIP= -p1:jp_patch MAINTAINER= freebsd@next-generation.org @@ -18,7 +17,5 @@ MD5_FILE= ${.CURDIR}/distinfo CONFLICTS= gaim-[0-9]* - -FORBIDDEN= Needs an update for Gaim 1.1.2. .include "${MASTERDIR}/Makefile" diff -ruN japanese/gaim.orig/distinfo japanese/gaim/distinfo --- japanese/gaim.orig/distinfo Fri Jan 7 10:28:58 2005 +++ japanese/gaim/distinfo Sun Jan 30 11:31:24 2005 @@ -1,4 +1,4 @@ -MD5 (gaim-1.1.1.tar.bz2) = 5d554be5ccb2064a5b3d43117c7d6d4b -SIZE (gaim-1.1.1.tar.bz2) = 5163396 -MD5 (gaim-1.1.1_jp.patch.gz) = 09bba12fb8647f4589f704fa0e69cd6e -SIZE (gaim-1.1.1_jp.patch.gz) = 4513 +MD5 (gaim-1.1.2.tar.bz2) = d4bb61059214cfdbc75f85fe185b0e01 +SIZE (gaim-1.1.2.tar.bz2) = 5178791 +MD5 (gaim-1.1.2_jp.patch.gz) = fbd318d642b90776994174d92c3b53ae +SIZE (gaim-1.1.2_jp.patch.gz) = 4605 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 04:10:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B16CA16A4D2 for ; Sun, 30 Jan 2005 04:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F6843D39 for ; Sun, 30 Jan 2005 04:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U4ANUq075539 for ; Sun, 30 Jan 2005 04:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U4ANUO075538; Sun, 30 Jan 2005 04:10:23 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 04:10:23 GMT Resent-Message-Id: <200501300410.j0U4ANUO075538@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KANOU Hiroki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D76B16A4CF for ; Sun, 30 Jan 2005 04:06:29 +0000 (GMT) Received: from khdd.net (kappa.allnet.ne.jp [61.211.150.156]) by mx1.FreeBSD.org (Postfix) with SMTP id 1614A43D2D for ; Sun, 30 Jan 2005 04:06:28 +0000 (GMT) (envelope-from kanou@khdd.net) Received: (qmail 19178 invoked by uid 1000); 30 Jan 2005 04:06:38 -0000 Message-Id: <20050130040638.19177.qmail@khdd.net> Date: 30 Jan 2005 04:06:38 -0000 From: KANOU Hiroki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76844: maintainer-update: print/fontforge to 20050117 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: KANOU Hiroki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 04:10:26 -0000 >Number: 76844 >Category: ports >Synopsis: maintainer-update: print/fontforge to 20050117 >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 Jan 30 04:10:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KANOU Hiroki >Release: FreeBSD 5.3-SECURITY i386 >Organization: >Environment: System: FreeBSD tin.khdd.net 5.3-SECURITY FreeBSD 5.3-SECURITY #0: Wed Dec 1 15:22:42 UTC 2004 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: FontForge port is updated to 20050117 by maintainer. >How-To-Repeat: >Fix: diff -u fontforge.orig/Makefile fontforge/Makefile --- fontforge.orig/Makefile Thu Nov 4 23:58:04 2004 +++ fontforge/Makefile Thu Jan 20 18:39:00 2005 @@ -6,7 +6,7 @@ # PORTNAME= fontforge -PORTVERSION= 20041014 +PORTVERSION= 20050117 PORTREVISION= 0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -32,7 +32,9 @@ USE_ICONV= yes PATCH_STRIP= -l .if !defined(FONTFORGE_NO_MULTILAYER) -CONFIGURE_ARGS= --with-multilayer +CONFIGURE_ARGS= --with-multilayer --with-devicetables +.else +CONFIGURE_ARGS= --with-devicetables .endif CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CFLAGS="${CFLAGS} \ -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \ diff -u fontforge.orig/distinfo fontforge/distinfo --- fontforge.orig/distinfo Thu Nov 4 23:58:04 2004 +++ fontforge/distinfo Thu Jan 20 16:00:25 2005 @@ -1,4 +1,4 @@ -MD5 (fontforge_full-20041014.tgz) = 1fb3aeaa094a7eab4a6752bf373cf20a -SIZE (fontforge_full-20041014.tgz) = 4288784 -MD5 (fontforge_htdocs-20041014.tgz) = 9280c06218d14054054b226f82873c66 -SIZE (fontforge_htdocs-20041014.tgz) = 2046008 +MD5 (fontforge_full-20050117.tgz) = eb1b17de78b8a211a60f08a3e2a7a548 +SIZE (fontforge_full-20050117.tgz) = 4369023 +MD5 (fontforge_htdocs-20050117.tgz) = 0c4c17ba0389654707322888577f4434 +SIZE (fontforge_htdocs-20050117.tgz) = 2098773 Common subdirectories: fontforge.orig/files and fontforge/files diff -u fontforge.orig/pkg-plist fontforge/pkg-plist --- fontforge.orig/pkg-plist Sat Jan 15 17:44:52 2005 +++ fontforge/pkg-plist Thu Jan 20 17:14:12 2005 @@ -9,6 +9,7 @@ lib/libgunicode.la lib/libgunicode.so lib/libgunicode.so.2 +libdata/pkgconfig/fontforge.pc %%PORTDOCS%%%%DOCSDIR%%/AA-Comparison.html %%PORTDOCS%%%%DOCSDIR%%/AmbrosiaFV-bm.png %%PORTDOCS%%%%DOCSDIR%%/AmbrosiaFV.png @@ -105,6 +106,7 @@ %%PORTDOCS%%%%DOCSDIR%%/Sxiti3.png %%PORTDOCS%%%%DOCSDIR%%/TTCvt.png %%PORTDOCS%%%%DOCSDIR%%/TTPoints.png +%%PORTDOCS%%%%DOCSDIR%%/TTRaster.png %%PORTDOCS%%%%DOCSDIR%%/TTRegisters.png %%PORTDOCS%%%%DOCSDIR%%/TTStack.png %%PORTDOCS%%%%DOCSDIR%%/TTStorage.png @@ -124,6 +126,9 @@ %%PORTDOCS%%%%DOCSDIR%%/agetinfo.png %%PORTDOCS%%%%DOCSDIR%%/agrave_anchored.png %%PORTDOCS%%%%DOCSDIR%%/ahighest.png +%%PORTDOCS%%%%DOCSDIR%%/anchorcontrol-base.png +%%PORTDOCS%%%%DOCSDIR%%/anchorcontrol-mark.png +%%PORTDOCS%%%%DOCSDIR%%/anchorcontrol.html %%PORTDOCS%%%%DOCSDIR%%/autokern.png %%PORTDOCS%%%%DOCSDIR%%/autotrace.html %%PORTDOCS%%%%DOCSDIR%%/autowidth.html @@ -255,6 +260,7 @@ %%PORTDOCS%%%%DOCSDIR%%/fontinfo-panose.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-private.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-ps.png +%%PORTDOCS%%%%DOCSDIR%%/fontinfo-size.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-statemach.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-tex.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-ttfname.png @@ -300,9 +306,12 @@ %%PORTDOCS%%%%DOCSDIR%%/k6.png %%PORTDOCS%%%%DOCSDIR%%/kanjichar.png %%PORTDOCS%%%%DOCSDIR%%/kanjifont.png +%%PORTDOCS%%%%DOCSDIR%%/kern-We-12.png +%%PORTDOCS%%%%DOCSDIR%%/kern-We-150.png %%PORTDOCS%%%%DOCSDIR%%/kernbyclasses.png %%PORTDOCS%%%%DOCSDIR%%/kerningclass.png %%PORTDOCS%%%%DOCSDIR%%/kerningclass-kern.png +%%PORTDOCS%%%%DOCSDIR%%/kernpairclose.png %%PORTDOCS%%%%DOCSDIR%%/kernpairs.html %%PORTDOCS%%%%DOCSDIR%%/l1.png %%PORTDOCS%%%%DOCSDIR%%/l10.png @@ -350,6 +359,7 @@ %%PORTDOCS%%%%DOCSDIR%%/newfont.png %%PORTDOCS%%%%DOCSDIR%%/non-linear.png %%PORTDOCS%%%%DOCSDIR%%/non-standard.html +%%PORTDOCS%%%%DOCSDIR%%/nvd.html %%PORTDOCS%%%%DOCSDIR%%/o-baddir.png %%PORTDOCS%%%%DOCSDIR%%/o1.png %%PORTDOCS%%%%DOCSDIR%%/o2.png @@ -387,6 +397,7 @@ %%PORTDOCS%%%%DOCSDIR%%/problems.html %%PORTDOCS%%%%DOCSDIR%%/quadbezier.gif %%PORTDOCS%%%%DOCSDIR%%/quadbezier.png +%%PORTDOCS%%%%DOCSDIR%%/quadraticspline.gif %%PORTDOCS%%%%DOCSDIR%%/quadraticspline.png %%PORTDOCS%%%%DOCSDIR%%/quotations.html %%PORTDOCS%%%%DOCSDIR%%/realindex.html @@ -460,7 +471,7 @@ share/fontforge/Adobe-CNS1-4.cidmap share/fontforge/Adobe-GB1-4.cidmap share/fontforge/Adobe-Identity-0.cidmap -share/fontforge/Adobe-Japan1-5.cidmap +share/fontforge/Adobe-Japan1-6.cidmap share/fontforge/Adobe-Japan2-0.cidmap share/fontforge/Adobe-Korea1-2.cidmap share/fontforge/pfaedit-de.ui >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 05:30:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C026716A4CE for ; Sun, 30 Jan 2005 05:30:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 905DE43D1F for ; Sun, 30 Jan 2005 05:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U5UIxb083667 for ; Sun, 30 Jan 2005 05:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U5UILN083666; Sun, 30 Jan 2005 05:30:18 GMT (envelope-from gnats) Date: Sun, 30 Jan 2005 05:30:18 GMT Message-Id: <200501300530.j0U5UILN083666@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Boris Kovalenko Subject: Re: ports/75300: quagga come to infinitive loop when 'write file' or 'show running' command given (only amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Boris Kovalenko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 05:30:18 -0000 The following reply was made to PR ports/75300; it has been noted by GNATS. From: Boris Kovalenko To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/75300: quagga come to infinitive loop when 'write file' or 'show running' command given (only amd64) Date: Sun, 30 Jan 2005 10:26:16 +0500 Hello! This problem is solved with current (0.98) version of quagga. So PR may be closed. With respect, Boris From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 05:30:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 960F516A4CE for ; Sun, 30 Jan 2005 05:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 732A743D1D for ; Sun, 30 Jan 2005 05:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U5UOmY083696 for ; Sun, 30 Jan 2005 05:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U5UOIY083695; Sun, 30 Jan 2005 05:30:24 GMT (envelope-from gnats) Date: Sun, 30 Jan 2005 05:30:24 GMT Message-Id: <200501300530.j0U5UOIY083695@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Norikatsu Shigemura Subject: Re: ports/76844: maintainer-update: print/fontforge to 20050117 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Norikatsu Shigemura List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 05:30:24 -0000 The following reply was made to PR ports/76844; it has been noted by GNATS. From: Norikatsu Shigemura To: KANOU Hiroki Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/76844: maintainer-update: print/fontforge to 20050117 Date: Sun, 30 Jan 2005 14:26:54 +0900 (JST) On 30 Jan 2005 04:06:38 -0000 KANOU Hiroki wrote: > >Number: 76844 > >Category: ports > >Synopsis: maintainer-update: print/fontforge to 20050117 > >Description: > FontForge port is updated to 20050117 by maintainer. Should files/patch-fontforge::Makefile.dynamic.in be removed? $ make ===> Vulnerability check disabled => fontforge_full-20050117.tgz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/fontforge/. fontforge_full-20050117.tgz 100% of 4266 kB 216 kBps 00m00s => fontforge_htdocs-20050117.tgz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/fontforge/. fontforge_htdocs-20050117.tgz 100% of 2049 kB 201 kBps 00m00s ===> Extracting for fontforge-20050117 => Checksum OK for fontforge_full-20050117.tgz. => Checksum OK for fontforge_htdocs-20050117.tgz. /bin/mkdir -p /FreeBSD/ports/print/fontforge/work/html /FreeBSD/ports/print/fontforge/work/fontforge-20050117/cidmap /usr/bin/tar -xzC /FreeBSD/ports/print/fontforge/work/html -f /usr/ports/distfiles/fontforge_htdocs-20050117.tgz /usr/bin/tar -xzC /FreeBSD/ports/print/fontforge/work/fontforge-20050117/cidmap -f /FreeBSD/ports/print/fontforge/work/html/cidmaps.tgz /bin/rm /FreeBSD/ports/print/fontforge/work/html/cidmaps.tgz ===> Patching for fontforge-20050117 ===> Applying FreeBSD patches for fontforge-20050117 1 out of 1 hunks failed--saving rejects to Makefile.dynamic.in.rej => Patch patch-Makefile.dynamic.in failed to apply cleanly. *** Error code 1 Stop in /FreeBSD/ports/print/fontforge. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 05:33:58 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F8AC16A4CF; Sun, 30 Jan 2005 05:33:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7109143D5D; Sun, 30 Jan 2005 05:33:58 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U5Xwt5086263; Sun, 30 Jan 2005 05:33:58 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U5XwNE086259; Sun, 30 Jan 2005 05:33:58 GMT (envelope-from edwin) Date: Sun, 30 Jan 2005 05:33:58 GMT From: Edwin Groothuis Message-Id: <200501300533.j0U5XwNE086259@freefall.freebsd.org> To: vys@renet.ru, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/75300: quagga come to infinitive loop when 'write file' or 'show running' command given (only amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 05:33:58 -0000 Synopsis: quagga come to infinitive loop when 'write file' or 'show running' command given (only amd64) State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Sun Jan 30 05:33:48 GMT 2005 State-Changed-Why: FIxed. http://www.freebsd.org/cgi/query-pr.cgi?pr=75300 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 05:40:12 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B522916A4CE for ; Sun, 30 Jan 2005 05:40:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C9C943D49 for ; Sun, 30 Jan 2005 05:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U5eC2i086338 for ; Sun, 30 Jan 2005 05:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U5eCE1086337; Sun, 30 Jan 2005 05:40:12 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 05:40:12 GMT Resent-Message-Id: <200501300540.j0U5eCE1086337@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, UMENO Takashi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45ABD16A4CE for ; Sun, 30 Jan 2005 05:30:10 +0000 (GMT) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [61.197.240.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C7C43D1D for ; Sun, 30 Jan 2005 05:30:08 +0000 (GMT) (envelope-from umeno@belldandy.unnumbered.net) Received: from belldandy.unnumbered.net (localhost.unnumbered.net [127.0.0.1]) j0U5U74R084864 for ; Sun, 30 Jan 2005 14:30:07 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.13.1/8.13.1/Submit) id j0U5U6fx084863; Sun, 30 Jan 2005 14:30:06 +0900 (JST) (envelope-from umeno) Message-Id: <200501300530.j0U5U6fx084863@belldandy.unnumbered.net> Date: Sun, 30 Jan 2005 14:30:06 +0900 (JST) From: UMENO Takashi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76846: Update Port: x11/xlockmore to 5.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: UMENO Takashi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 05:40:12 -0000 >Number: 76846 >Category: ports >Synopsis: Update Port: x11/xlockmore to 5.15 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jan 30 05:40:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 4.11-STABLE i386 >Organization: individual >Environment: System: FreeBSD belldandy.unnumbered.net 4.11-STABLE FreeBSD 4.11-STABLE #0: Sat Jan 8 14:29:21 JST 2005 root@belldandy.unnumbered.net:/usr/obj/usr/src/sys/SAKUYA22 i386 >Description: Update Port: x11/xlockmore to 5.15 remove file: files/patch-xlock_resource.c >How-To-Repeat: N/A >Fix: diff -urN xlockmore.orig/Makefile xlockmore/Makefile --- xlockmore.orig/Makefile Wed Dec 1 08:31:47 2004 +++ xlockmore/Makefile Sun Jan 30 14:24:56 2005 @@ -6,7 +6,7 @@ # PORTNAME= xlockmore -PORTVERSION= 5.14.1 +PORTVERSION= 5.15 CATEGORIES?= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ http://www.tux.org/~bagleyd/latest/ diff -urN xlockmore.orig/distinfo xlockmore/distinfo --- xlockmore.orig/distinfo Wed Dec 1 08:31:47 2004 +++ xlockmore/distinfo Sun Jan 30 14:15:39 2005 @@ -1,2 +1,2 @@ -MD5 (xlockmore-5.14.1.tar.bz2) = f4d7cf14da84ef52f8c0c71a6fc5f4bd -SIZE (xlockmore-5.14.1.tar.bz2) = 1724387 +MD5 (xlockmore-5.15.tar.bz2) = 76f30b013c7c7ad7a4ca18343214fcb9 +SIZE (xlockmore-5.15.tar.bz2) = 1702893 diff -urN xlockmore.orig/files/patch-xlock_resource.c xlockmore/files/patch-xlock_resource.c --- xlockmore.orig/files/patch-xlock_resource.c Mon Jan 19 19:26:44 2004 +++ xlockmore/files/patch-xlock_resource.c Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- xlock/resource.c.orig Wed Dec 3 05:10:59 2003 -+++ xlock/resource.c Mon Jan 19 19:16:54 2004 -@@ -166,7 +166,7 @@ - #endif - #define DEF_PLANFONT "-adobe-courier-medium-r-*-*-14-*-*-*-m-*-iso8859-1" - #ifdef USE_MB --# define DEF_FONTSET DEF_FONT ## ",-*-*-medium-r-normal--24-*" -+# define DEF_FONTSET DEF_FONT ",-*-*-medium-r-normal--24-*" - #endif /* USE MB */ - #define DEF_BG "White" - #define DEF_FG "Black" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 06:00:40 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAB4816A4CE for ; Sun, 30 Jan 2005 06:00:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CB0443D5F for ; Sun, 30 Jan 2005 06:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0U60XMQ090207 for ; Sun, 30 Jan 2005 06:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0U60WMv090206; Sun, 30 Jan 2005 06:00:33 GMT (envelope-from gnats) Date: Sun, 30 Jan 2005 06:00:33 GMT Message-Id: <200501300600.j0U60WMv090206@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: KANOU Hiroki Subject: Re: ports/76844: maintainer-update: print/fontforge to 20050117 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: KANOU Hiroki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 06:00:40 -0000 The following reply was made to PR ports/76844; it has been noted by GNATS. From: KANOU Hiroki To: Norikatsu Shigemura Cc: FreeBSD-gnats-submit@FreeBSD.org, kanou@khdd.net Subject: Re: ports/76844: maintainer-update: print/fontforge to 20050117 Date: Sun, 30 Jan 2005 14:57:55 +0900 > Should files/patch-fontforge::Makefile.dynamic.in be removed? Sorry, that was a wrong patch (and Makefile also). This is correct one. diff -uNr fontforge.orig/Makefile fontforge/Makefile --- fontforge.orig/Makefile Thu Nov 4 23:58:04 2004 +++ fontforge/Makefile Sun Jan 30 14:51:28 2005 @@ -6,7 +6,7 @@ # PORTNAME= fontforge -PORTVERSION= 20041014 +PORTVERSION= 20050117 PORTREVISION= 0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -32,7 +32,9 @@ USE_ICONV= yes PATCH_STRIP= -l .if !defined(FONTFORGE_NO_MULTILAYER) -CONFIGURE_ARGS= --with-multilayer +CONFIGURE_ARGS= --with-multilayer --with-devicetables --without-freetype-src +.else +CONFIGURE_ARGS= --with-devicetables --without-freetype-src .endif CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CFLAGS="${CFLAGS} \ -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \ diff -uNr fontforge.orig/distinfo fontforge/distinfo --- fontforge.orig/distinfo Thu Nov 4 23:58:04 2004 +++ fontforge/distinfo Thu Jan 20 16:00:25 2005 @@ -1,4 +1,4 @@ -MD5 (fontforge_full-20041014.tgz) = 1fb3aeaa094a7eab4a6752bf373cf20a -SIZE (fontforge_full-20041014.tgz) = 4288784 -MD5 (fontforge_htdocs-20041014.tgz) = 9280c06218d14054054b226f82873c66 -SIZE (fontforge_htdocs-20041014.tgz) = 2046008 +MD5 (fontforge_full-20050117.tgz) = eb1b17de78b8a211a60f08a3e2a7a548 +SIZE (fontforge_full-20050117.tgz) = 4369023 +MD5 (fontforge_htdocs-20050117.tgz) = 0c4c17ba0389654707322888577f4434 +SIZE (fontforge_htdocs-20050117.tgz) = 2098773 diff -uNr fontforge.orig/files/patch-Makefile.dynamic.in fontforge/files/patch-Makefile.dynamic.in --- fontforge.orig/files/patch-Makefile.dynamic.in Sat May 1 19:18:35 2004 +++ fontforge/files/patch-Makefile.dynamic.in Thu Jan 20 17:27:20 2005 @@ -1,15 +1,27 @@ ---- Makefile.dynamic.in.orig Wed Mar 3 04:23:46 2004 -+++ Makefile.dynamic.in Tue Apr 20 00:17:10 2004 -@@ -53,15 +53,16 @@ +--- Makefile.dynamic.in.orig Sun Jan 2 00:07:09 2005 ++++ Makefile.dynamic.in Thu Jan 20 17:27:18 2005 +@@ -47,25 +47,26 @@ + $(LIBTOOL) $(INSTALL) -c libgunicode.la $(libdir)/libgunicode.la + #cp .libs/*.so.*.* $(libdir) + $(LIBTOOL) --finish $(libdir) +- mkdir -p $(libdir)/pkgconfig +- $(LIBTOOL) $(INSTALL) -c fontforge.pc $(libdir)/pkgconfig ++ mkdir -p ${PREFIX}/libdata/pkgconfig ++ ${BSD_INSTALL_DATA} -c fontforge.pc ${PREFIX}/libdata/pkgconfig + + install: $(sharedir) all install_libs + # You may need to be root to do the install mkdir -p $(bindir) mkdir -p $(mandir)/man1 mkdir -p $(sharedir) - $(LIBTOOL) $(INSTALL) -c fontforge/fontforge $(bindir) - $(LIBTOOL) $(INSTALL) -c fontforge/sfddiff $(bindir) -- cp fontforge/pfaedit-*.ui $(sharedir) + ${BSD_INSTALL_PROGRAM} -c fontforge/.libs/fontforge $(bindir) + ${BSD_INSTALL_PROGRAM} -c fontforge/.libs/sfddiff $(bindir) + ${BSD_INSTALL_PROGRAM} -c fontforge/.libs/acorn2sfd $(bindir) + # -rm -f $(bindir)/pfaedit + # (cd $(bindir) ; ln -s fontforge pfaedit) +- cp fontforge/pfaedit-*.ui $(sharedir) + ${BSD_INSTALL_DATA} fontforge/pfaedit-*.ui $(sharedir) #The next line will fail for most installs. If you have downloaded the cidmaps # this will install them. If you haven't it won't. You only need the cidmaps diff -uNr fontforge.orig/files/patch-fontforge::Makefile.dynamic.in fontforge/files/patch-fontforge::Makefile.dynamic.in --- fontforge.orig/files/patch-fontforge::Makefile.dynamic.in Tue Oct 12 16:06:32 2004 +++ fontforge/files/patch-fontforge::Makefile.dynamic.in Sun Jan 30 14:53:06 2005 @@ -5,7 +5,7 @@ ACORNOBJS = acorn2sfd.o sfd.o diffstubs.o psunicodenames.o stamp.o -_CFLAGS = -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ -+_CFLAGS = -I$(LOCALBASE)/include -I$(LOCALBASE)/include/freetype2 -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ ++_CFLAGS = -I$(LOCALBASE)/include -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ @DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"' CFLAGS = @CFLAGS@ $(_CFLAGS) diff -uNr fontforge.orig/files/patch-fontforge::configure-pfaedit.h fontforge/files/patch-fontforge::configure-pfaedit.h --- fontforge.orig/files/patch-fontforge::configure-pfaedit.h Sat May 1 19:18:35 2004 +++ fontforge/files/patch-fontforge::configure-pfaedit.h Thu Jan 20 16:54:51 2005 @@ -1,6 +1,15 @@ ---- fontforge/configure-pfaedit.h.orig Tue May 13 03:20:08 2003 -+++ fontforge/configure-pfaedit.h Tue May 13 10:24:58 2003 -@@ -31,7 +31,7 @@ +--- fontforge/configure-pfaedit.h.orig Sat Jan 8 11:11:45 2005 ++++ fontforge/configure-pfaedit.h Thu Jan 20 16:53:29 2005 +@@ -73,7 +73,7 @@ + /* Sometimes I want to create a glyph which is a word, and this command */ + /* makes that easy */ + /* */ +-/* #define FONTFORGE_CONFIG_PASTEAFTER */ ++#define FONTFORGE_CONFIG_PASTEAFTER + /* */ + /* The paste after command pastes the contents of the clipboard into the */ + /* current glyph, translates that by the advance width of the current glyph */ +@@ -84,7 +84,7 @@ /* don't include code for it by default, but if you do want it simply define */ /* the following macro */ /* */ @@ -9,7 +18,7 @@ /* */ /* The tile path command uses the contents of the clipboard as a tile which is*/ /* applied to any selected paths, replacing them. It could be used to make a */ -@@ -42,7 +42,7 @@ +@@ -190,7 +190,7 @@ /* routine. I'm not sure that it's very useful though. It can be used to do */ /* perspective transformations and such */ /* */ diff -uNr fontforge.orig/pkg-plist fontforge/pkg-plist --- fontforge.orig/pkg-plist Sat Jan 15 17:44:52 2005 +++ fontforge/pkg-plist Thu Jan 20 17:14:12 2005 @@ -9,6 +9,7 @@ lib/libgunicode.la lib/libgunicode.so lib/libgunicode.so.2 +libdata/pkgconfig/fontforge.pc %%PORTDOCS%%%%DOCSDIR%%/AA-Comparison.html %%PORTDOCS%%%%DOCSDIR%%/AmbrosiaFV-bm.png %%PORTDOCS%%%%DOCSDIR%%/AmbrosiaFV.png @@ -105,6 +106,7 @@ %%PORTDOCS%%%%DOCSDIR%%/Sxiti3.png %%PORTDOCS%%%%DOCSDIR%%/TTCvt.png %%PORTDOCS%%%%DOCSDIR%%/TTPoints.png +%%PORTDOCS%%%%DOCSDIR%%/TTRaster.png %%PORTDOCS%%%%DOCSDIR%%/TTRegisters.png %%PORTDOCS%%%%DOCSDIR%%/TTStack.png %%PORTDOCS%%%%DOCSDIR%%/TTStorage.png @@ -124,6 +126,9 @@ %%PORTDOCS%%%%DOCSDIR%%/agetinfo.png %%PORTDOCS%%%%DOCSDIR%%/agrave_anchored.png %%PORTDOCS%%%%DOCSDIR%%/ahighest.png +%%PORTDOCS%%%%DOCSDIR%%/anchorcontrol-base.png +%%PORTDOCS%%%%DOCSDIR%%/anchorcontrol-mark.png +%%PORTDOCS%%%%DOCSDIR%%/anchorcontrol.html %%PORTDOCS%%%%DOCSDIR%%/autokern.png %%PORTDOCS%%%%DOCSDIR%%/autotrace.html %%PORTDOCS%%%%DOCSDIR%%/autowidth.html @@ -255,6 +260,7 @@ %%PORTDOCS%%%%DOCSDIR%%/fontinfo-panose.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-private.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-ps.png +%%PORTDOCS%%%%DOCSDIR%%/fontinfo-size.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-statemach.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-tex.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-ttfname.png @@ -300,9 +306,12 @@ %%PORTDOCS%%%%DOCSDIR%%/k6.png %%PORTDOCS%%%%DOCSDIR%%/kanjichar.png %%PORTDOCS%%%%DOCSDIR%%/kanjifont.png +%%PORTDOCS%%%%DOCSDIR%%/kern-We-12.png +%%PORTDOCS%%%%DOCSDIR%%/kern-We-150.png %%PORTDOCS%%%%DOCSDIR%%/kernbyclasses.png %%PORTDOCS%%%%DOCSDIR%%/kerningclass.png %%PORTDOCS%%%%DOCSDIR%%/kerningclass-kern.png +%%PORTDOCS%%%%DOCSDIR%%/kernpairclose.png %%PORTDOCS%%%%DOCSDIR%%/kernpairs.html %%PORTDOCS%%%%DOCSDIR%%/l1.png %%PORTDOCS%%%%DOCSDIR%%/l10.png @@ -350,6 +359,7 @@ %%PORTDOCS%%%%DOCSDIR%%/newfont.png %%PORTDOCS%%%%DOCSDIR%%/non-linear.png %%PORTDOCS%%%%DOCSDIR%%/non-standard.html +%%PORTDOCS%%%%DOCSDIR%%/nvd.html %%PORTDOCS%%%%DOCSDIR%%/o-baddir.png %%PORTDOCS%%%%DOCSDIR%%/o1.png %%PORTDOCS%%%%DOCSDIR%%/o2.png @@ -387,6 +397,7 @@ %%PORTDOCS%%%%DOCSDIR%%/problems.html %%PORTDOCS%%%%DOCSDIR%%/quadbezier.gif %%PORTDOCS%%%%DOCSDIR%%/quadbezier.png +%%PORTDOCS%%%%DOCSDIR%%/quadraticspline.gif %%PORTDOCS%%%%DOCSDIR%%/quadraticspline.png %%PORTDOCS%%%%DOCSDIR%%/quotations.html %%PORTDOCS%%%%DOCSDIR%%/realindex.html @@ -460,7 +471,7 @@ share/fontforge/Adobe-CNS1-4.cidmap share/fontforge/Adobe-GB1-4.cidmap share/fontforge/Adobe-Identity-0.cidmap -share/fontforge/Adobe-Japan1-5.cidmap +share/fontforge/Adobe-Japan1-6.cidmap share/fontforge/Adobe-Japan2-0.cidmap share/fontforge/Adobe-Korea1-2.cidmap share/fontforge/pfaedit-de.ui From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 11:00:42 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D624316A4CF for ; Sun, 30 Jan 2005 11:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBC943D55 for ; Sun, 30 Jan 2005 11:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UB0ffn055825 for ; Sun, 30 Jan 2005 11:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UB0f6n055824; Sun, 30 Jan 2005 11:00:41 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 11:00:41 GMT Resent-Message-Id: <200501301100.j0UB0f6n055824@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Samy Al Bahra Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A9EC16A4EB for ; Sun, 30 Jan 2005 11:00:25 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66FA743D48 for ; Sun, 30 Jan 2005 11:00:25 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UB0PKG060308 for ; Sun, 30 Jan 2005 11:00:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j0UB0Psn060306; Sun, 30 Jan 2005 11:00:25 GMT (envelope-from nobody) Message-Id: <200501301100.j0UB0Psn060306@www.freebsd.org> Date: Sun, 30 Jan 2005 11:00:25 GMT From: Samy Al Bahra To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76849: Fix MASTER_SITE of graphics/fyre 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: Sun, 30 Jan 2005 11:00:43 -0000 >Number: 76849 >Category: ports >Synopsis: Fix MASTER_SITE of graphics/fyre port >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 30 11:00:40 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Samy Al Bahra >Release: >Organization: Kerneled.org >Environment: >Description: The fyre distfile has been moved to a new server, leaving the old distfile location unfetchable. >How-To-Repeat: >Fix: diff -ru fyre.orig/Makefile fyre/Makefile --- fyre.orig/Makefile Sun Jan 30 13:55:52 2005 +++ fyre/Makefile Sun Jan 30 13:56:21 2005 @@ -8,7 +8,7 @@ PORTNAME= fyre PORTVERSION= 0.7 CATEGORIES= graphics -MASTER_SITES= http://navi.cx/releases/ +MASTER_SITES= http://flapjack.navi.cx/releases/fyre/ MAINTAINER= samy@kerneled.org COMMENT= Chaos map rendering system with GTK+-2 interface >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 11:14:52 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24E9E16A4CE; Sun, 30 Jan 2005 11:14:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4EBC43D45; Sun, 30 Jan 2005 11:14:51 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (kwm@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UBEpfQ060326; Sun, 30 Jan 2005 11:14:51 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UBEp2q060322; Sun, 30 Jan 2005 11:14:51 GMT (envelope-from kwm) Date: Sun, 30 Jan 2005 11:14:51 GMT From: Koop Mast Message-Id: <200501301114.j0UBEp2q060322@freefall.freebsd.org> To: samy@kerneled.org, kwm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76849: Fix MASTER_SITE of graphics/fyre 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: Sun, 30 Jan 2005 11:14:52 -0000 Synopsis: Fix MASTER_SITE of graphics/fyre port State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Sun Jan 30 11:14:02 GMT 2005 State-Changed-Why: Committed, Thanks! Class-Changed-From-To: sw-bug->maintainer-update Class-Changed-By: kwm Class-Changed-When: Sun Jan 30 11:14:02 GMT 2005 Class-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76849 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 11:20:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9FFD16A4CE for ; Sun, 30 Jan 2005 11:20:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505E243D49 for ; Sun, 30 Jan 2005 11:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UBKNa5060398 for ; Sun, 30 Jan 2005 11:20:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UBKNNU060397; Sun, 30 Jan 2005 11:20:23 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 11:20:23 GMT Resent-Message-Id: <200501301120.j0UBKNNU060397@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Kay Lehmann" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AA9316A4D0 for ; Sun, 30 Jan 2005 11:18:06 +0000 (GMT) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BFAA43D3F for ; Sun, 30 Jan 2005 11:18:05 +0000 (GMT) (envelope-from kay_lehmann@web.de) Received: from bippes.finkenkrug.ev (lehmann.in-dsl.de [217.197.85.240]) (authenticated bits=0)j0UBHomC014885 for ; Sun, 30 Jan 2005 12:17:59 +0100 Message-Id: <1107084038.0@bippes.finkenkrug.ev> Date: Sun, 30 Jan 2005 12:20:38 +0100 From: "Kay Lehmann" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.3 Subject: ports/76850: x11-toolkits/qwt: Update port to version 4.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: Sun, 30 Jan 2005 11:20:24 -0000 >Number: 76850 >Category: ports >Synopsis: x11-toolkits/qwt: Update port to version 4.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: Sun Jan 30 11:20:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Kay Lehmann >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE #2: Sat Jan 8 18:28:41 CET 2005 root@bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes >Description: Update qwt to the newest version. Skip installation of some man-pages which doesn't seem to be really interesting (e.g. qwtinstall, or license) >How-To-Repeat: >Fix: --- x11-toolkits__qwt-0.4.1to4.2.0.diff begins here --- diff -ruN qwt.orig/Makefile qwt/Makefile --- qwt.orig/Makefile Sun Jan 30 12:12:13 2005 +++ qwt/Makefile Sun Jan 30 12:03:31 2005 @@ -6,16 +6,16 @@ # PORTNAME= qwt -PORTVERSION= 0.4.1 +PORTVERSION= 4.2.0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=qwt -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake - MAINTAINER= ports@FreeBSD.org COMMENT= Qwt widget library for technical purposes +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + USE_QT_VER= 3 USE_BZIP2= yes MAKE_ENV= CXXFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \ @@ -23,28 +23,62 @@ LIBS="-L${X11BASE}/lib" \ QTDIR="${X11BASE}" \ MOC=${MOC} +INSTALLS_SHLIB= yes -MAN3= Qwt.3 \ +MAN3= QwtAnalogClock.3 \ + QwtArrayData.3 \ QwtArrowButton.3 \ QwtAutoScale.3 \ + QwtCPointerData.3 \ + QwtCompass.3 \ + QwtCompassMagnetNeedle.3 \ + QwtCompassWindArrow.3 \ QwtCounter.3 \ QwtCurve.3 \ + QwtData.3 \ QwtDblRange.3 \ QwtDiMap.3 \ + QwtDial.3 \ + QwtDialNeedle.3 \ + QwtDialScaleDraw.3 \ + QwtDialSimpleNeedle.3 \ + QwtDoublePoint.3 \ + QwtDoublePointData.3 \ + QwtDoubleRect.3 \ + QwtDoubleSize.3 \ + QwtDynGridLayout.3 \ + QwtEventPattern.3 \ QwtGrid.3 \ QwtKnob.3 \ QwtLegend.3 \ + QwtLegendButton.3 \ QwtLegendItem.3 \ + QwtLegendLabel.3 \ QwtMarker.3 \ + QwtPaintBuffer.3 \ + QwtPainter.3 \ + QwtPicker.3 \ + QwtPickerClickPointMachine.3 \ + QwtPickerClickRectMachine.3 \ + QwtPickerDragPointMachine.3 \ + QwtPickerDragRectMachine.3 \ + QwtPickerMachine.3 \ + QwtPickerPolygonMachine.3 \ + QwtPlainText.3 \ QwtPlot.3 \ QwtPlotCanvas.3 \ QwtPlotCurve.3 \ QwtPlotGrid.3 \ QwtPlotItem.3 \ + QwtPlotLayout.3 \ QwtPlotMappedItem.3 \ QwtPlotMarker.3 \ + QwtPlotPicker.3 \ QwtPlotPrintFilter.3 \ + QwtPlotZoomer.3 \ + QwtPushButton.3 \ QwtRect.3 \ + QwtRichText.3 \ QwtScale.3 \ QwtScaleDiv.3 \ QwtScaleDraw.3 \ @@ -53,21 +87,20 @@ QwtSliderBase.3 \ QwtSpline.3 \ QwtSymbol.3 \ + QwtText.3 \ QwtThermo.3 \ QwtWheel.3 \ - changes.3 \ - install.3 \ - qwt_math.h.3 \ - screenshots.3 + qwt_math.h.3 pre-build: cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ qwt.pro -o Makefile do-install: - ${INSTALL_DATA} ${WRKSRC}/lib/libqwt.so.0.4.1 ${PREFIX}/lib - ${LN} -fs libqwt.so.0.4.1 ${PREFIX}/lib/libqwt.so + ${INSTALL_DATA} ${WRKSRC}/lib/libqwt.so.${PORTVERSION} ${PREFIX}/lib + ${LN} -fs libqwt.so.${PORTVERSION} ${PREFIX}/lib/libqwt.so ${MKDIR} ${PREFIX}/include/qwt ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qwt - ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/* ${PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/Qwt* ${PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/qwt_math.h.3 ${PREFIX}/man/man3 .include diff -ruN qwt.orig/distinfo qwt/distinfo --- qwt.orig/distinfo Sun Jan 30 12:12:13 2005 +++ qwt/distinfo Sun Jan 30 11:22:54 2005 @@ -1,2 +1,2 @@ -MD5 (qwt-0.4.1.tar.bz2) = 45c64b0382c8963cfde026a6d2324f6d -SIZE (qwt-0.4.1.tar.bz2) = 314036 +MD5 (qwt-4.2.0.tar.bz2) = 9c828c9a39a83df5d7fa9630ddf812a4 +SIZE (qwt-4.2.0.tar.bz2) = 973643 diff -ruN qwt.orig/pkg-plist qwt/pkg-plist --- qwt.orig/pkg-plist Sun Jan 30 12:12:13 2005 +++ qwt/pkg-plist Sun Jan 30 11:41:43 2005 @@ -1,33 +1,53 @@ -include/qwt/qwt_sldbase.h -include/qwt/qwt_plot_classes.h -include/qwt/qwt_scale.h -include/qwt/qwt_sclif.h -include/qwt/qwt_rect.h -include/qwt/qwt_thermo.h -include/qwt/qwt_marker.h -include/qwt/qwt_math.h -include/qwt/qwt_global.h -include/qwt/qwt_curve.h -include/qwt/qwt_autoscl.h include/qwt/qwt.h -include/qwt/qwt_scldraw.h -include/qwt/qwt_dimap.h +include/qwt/qwt_analog_clock.h +include/qwt/qwt_array.h +include/qwt/qwt_arrbtn.h +include/qwt/qwt_autoscl.h +include/qwt/qwt_compass.h +include/qwt/qwt_compass_rose.h include/qwt/qwt_counter.h +include/qwt/qwt_curve.h +include/qwt/qwt_data.h +include/qwt/qwt_dial.h +include/qwt/qwt_dial_needle.h +include/qwt/qwt_dimap.h +include/qwt/qwt_double_rect.h +include/qwt/qwt_drange.h +include/qwt/qwt_dyngrid_layout.h +include/qwt/qwt_event_pattern.h +include/qwt/qwt_global.h +include/qwt/qwt_grid.h +include/qwt/qwt_knob.h +include/qwt/qwt_layout_metrics.h +include/qwt/qwt_legend.h +include/qwt/qwt_marker.h +include/qwt/qwt_math.h +include/qwt/qwt_paint_buffer.h +include/qwt/qwt_painter.h +include/qwt/qwt_picker.h +include/qwt/qwt_picker_machine.h +include/qwt/qwt_plot.h +include/qwt/qwt_plot_canvas.h +include/qwt/qwt_plot_classes.h +include/qwt/qwt_plot_dict.h +include/qwt/qwt_plot_item.h +include/qwt/qwt_plot_layout.h +include/qwt/qwt_plot_picker.h +include/qwt/qwt_plot_printfilter.h +include/qwt/qwt_plot_zoomer.h +include/qwt/qwt_push_button.h +include/qwt/qwt_rect.h +include/qwt/qwt_scale.h include/qwt/qwt_scldiv.h +include/qwt/qwt_scldraw.h +include/qwt/qwt_sclif.h +include/qwt/qwt_sldbase.h include/qwt/qwt_slider.h include/qwt/qwt_spline.h -include/qwt/qwt_plot_item.h -include/qwt/qwt_plot.h -include/qwt/qwt_plot_dict.h include/qwt/qwt_symbol.h -include/qwt/qwt_plot_printfilter.h -include/qwt/qwt_plot_canvas.h -include/qwt/qwt_arrbtn.h +include/qwt/qwt_text.h +include/qwt/qwt_thermo.h include/qwt/qwt_wheel.h -include/qwt/qwt_grid.h -include/qwt/qwt_knob.h -include/qwt/qwt_drange.h -include/qwt/qwt_legend.h lib/libqwt.so -lib/libqwt.so.0.4.1 +lib/libqwt.so.4.2.0 @dirrm include/qwt --- x11-toolkits__qwt-0.4.1to4.2.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 11:27:47 2005 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 13A0316A4CE; Sun, 30 Jan 2005 11:27:47 +0000 (GMT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B0443D2F; Sun, 30 Jan 2005 11:27:46 +0000 (GMT) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) j0UBRjHo023854 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 30 Jan 2005 12:27:45 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)j0UBRicS023853; Sun, 30 Jan 2005 12:27:45 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.13.1/8.13.1) with ESMTP id j0UBJaYp002246; Sun, 30 Jan 2005 12:19:36 +0100 (CET) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost) by titan.klemm.apsfilter.org (8.13.1/8.13.1/Submit) id j0UBJa88002245; Sun, 30 Jan 2005 12:19:36 +0100 (CET) (envelope-from andreas) Date: Sun, 30 Jan 2005 12:19:36 +0100 From: Andreas Klemm To: Pav Lucistnik Message-ID: <20050130111936.GD1234@titan.klemm.apsfilter.org> References: <200501291634.j0TGYd48081703@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501291634.j0TGYd48081703@freefall.freebsd.org> X-Operating-System: FreeBSD 5.3-STABLE X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@FreeBSD.org cc: andreas@FreeBSD.org Subject: Re: ports/76805: [CHANGE-REQUEST] print/apsfilter dependency change from shells/bash2 to shells/bash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 11:27:47 -0000 On Sat, Jan 29, 2005 at 04:34:39PM +0000, Pav Lucistnik wrote: > Synopsis: [CHANGE-REQUEST] print/apsfilter dependency change from shells/bash2 to shells/bash > > Responsible-Changed-From-To: freebsd-ports-bugs->andreas > Responsible-Changed-By: pav > Responsible-Changed-When: Sat Jan 29 16:34:30 GMT 2005 > Responsible-Changed-Why: > Over to maintainer. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=76805 Will change it... Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 12:20:13 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF66116A4CE for ; Sun, 30 Jan 2005 12:20:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B40F343D45 for ; Sun, 30 Jan 2005 12:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UCKDUi066848 for ; Sun, 30 Jan 2005 12:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UCKDOp066847; Sun, 30 Jan 2005 12:20:13 GMT (envelope-from gnats) Date: Sun, 30 Jan 2005 12:20:13 GMT Message-Id: <200501301220.j0UCKDOp066847@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Matveychuk Subject: Re: ports/75353: [update] security/drweb-postfix update to 4.32.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Matveychuk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 12:20:14 -0000 The following reply was made to PR ports/75353; it has been noted by GNATS. From: Sergey Matveychuk To: freebsd-gnats-submit@FreeBSD.org, support@spectrum.ru Cc: Subject: Re: ports/75353: [update] security/drweb-postfix update to 4.32.1 Date: Sun, 30 Jan 2005 15:14:21 +0300 Dou you want to maintain the port? -- Sem. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 12:30:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BECF516A4CE for ; Sun, 30 Jan 2005 12:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4881543D49 for ; Sun, 30 Jan 2005 12:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UCUO9E067203 for ; Sun, 30 Jan 2005 12:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UCUNXX067187; Sun, 30 Jan 2005 12:30:23 GMT (envelope-from gnats) Date: Sun, 30 Jan 2005 12:30:23 GMT Message-Id: <200501301230.j0UCUNXX067187@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: guy@device.dyndns.org Subject: Re: ports/76712: [maintainer update] upgrade of games/scorched3d-devel to X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: guy@device.dyndns.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 12:30:24 -0000 The following reply was made to PR ports/76712; it has been noted by GNATS. From: guy@device.dyndns.org To: freebsd-gnats-submit@freebsd.org, vs@freebsd.org Cc: Subject: Re: ports/76712: [maintainer update] upgrade of games/scorched3d-devel to Date: Sun, 30 Jan 2005 13:21:29 +0100 (CET) Sorry forgot the -N switch to diff, and forgot to test the patchfile. Regarding the architecture thing, it was something left by the previous maintener, BUT i just tested and the port compile and run fine on sparc64. I see no reason why it wouldn't be the same on alpha or other archs, so i removed all architecture dependent rules in the Makefile. Thanks for the tip and patience, as a newbie maintener i appreciate any feedback. Corrected & tested version follows : begin 644 Scorched3D-port-37.2-to-38-fixed.diff.gz M'XL("-S`_$$``U-C;W)C:&5D,T0M<&]R="TS-RXR+71O+3,X+69I>&5D+F1I M9F8`Q%W[<]LXDO[9_BLPWM2>O;(>?.@YDZG(EIQXQX^* MU)!4;$\V__L!X)L$)9'`UJ42B2+17S>`#XUN$&0,<[D$37?W`%9P@[RVISNN MOD:&8C0-]!59+<T#N=-331J-Q2,O)?&>#OT,;*!T@R:/.<-15B7#W],,'T.Q?]D&C?]D#'SZ< M@E/P^7'V]#"^G[X_.4D`@]/_F,[FMX\/^$JG]>[;_/IQ=OU)"T]^/VV2(K/I M/VZ#,M(IN!X_33\^SFZGZ5-II^G#Q."_O*JK?QGN2FW MU%9G].X;L7".<;ZW7R6IZ3N.]6SZ7OOEE93"XLULG3""TF_)IXWBZ0%1UC*7 MP,`M;"/C_-?;IT_:_3_G_WUW<0J^S*?!,2[ZAFM-3)6IJ7)D*BGRD5RG!8*? M]^-?IN]3)\9?GA[).:(8-VCWM!F=O7Y\N`G.RMWA:8-U6B$6_CK[93Z[)EK> M?_?M:?9E M^OV,8GR:CB=8:7PR:!M;MW8&`C\M/*.U=5R_M751:_/\\VGSM$E:[MVW,6[4 M[^"']^#,5`:],_#7OV9.PHW14\].FU>SQU^FI-5/SB8.\H#M^$!W-ELROAP; M_$"$`;0-\$,DT4*V82Z)&5AG4W?LI;G:N6B$*_%!-P!M"]PNI"U<<^M[@>;/ MT]G==Z"["/IH?!\-GM;6.C6.&O2&Z?FFO73*AF-T_>"@CPK6&O2Q<&[0#T;= M83+HI4L9CQO\@7NV>3_I@O-Y!#1I$M(W/5=O^=!MK?Z\`.]!9["`$I3EKJRJ MO457&1JZ(7=Z_8'20WUH*'CHW/[/-(O2S6%(0WG8[70&IXV"PD&N:'^I&LI` MA>I@@(9&O]/M(EGJ=54%Z1V]VU_@(5E0E\>0E<&@KZB=(WN/]+77WD)?7R>, M:4&]K)W+RA_LW3+!6KU="G:@][ND]R65=C\QN-5.2U-#J3WW\`U@,R1UU)%& M4C>PITD,RDI0?:0PUB?+(U49J7)H/($O@M_CD3M'6P`P>&_444;=05S91J;\ MR=,.T:K(6+TR(J4[054:M"XJG0+4P*\VP/A:^SQ[_*C-Q@]X,L`G\-^[R^>Y[=\D:=9K6^8"I$^<85NO/W^.BMZFBD;.+'T2%V\4BF<+@F-` M`/:%/O)\\*^=C3OY7^#]>S"![HMI_PC\-;+3]K\+CT#3VKP2V<2`=]$A:$XT M;3*>_7K[H&G8%Y-&4OJ7`]"@G\25@S7\BK3YY&YCOB+W/9UP8C/.7M\A&RXL MI'F&1\0KC;<].-S#;Q_VTWI'*0PD M@,<1AL<4EH;]3C@:)=PYGC@N`&>M5AQ=MN#F[$=_?XA*DBKVNJ2*O;B*^._F M#7S0+1/9/NU/++I"_@TY/"<5Q:KBGH\/6E_UK>O\[]G%C^S6R0@=T52EY9-V M.X2:;XF??L)M_7B#K]48KZ[>5`QO"UT/-:&'2&O@N771TK?;HP;#'OEJ(W8/ M4/FP.G;([@/?.X.2T4IFT"Z==((9E'1.A-;.H263WCUTB;W28*0.1E(_->GM M1TA/@])PI*AX)DQ-@PK.+$BX'G[3J?`O<0P.+!O;5HZSF;`^?U\\CB_(''Q#_$Y37OZ,KMZO-:T"USE!'Q#T2EX(SGK^0:> M8!DJ*?0E<%R0`!8L.-?&M[]550/^LG7A:@-!4-T2Q8G6P`BL*%:/M>/KZ^WN MM>:8^7@W_>T)?UZ9_@9NJXR6HF3E<5*$8$QJ_6J3&AOVF.BRFPHN";$I3#L- M$PP*,HAOT(*$F3B\(U;V,F$F6Y81<'93`>=^E:G@LX-GP-Y(5@KCD*&R=`32 M&$N6:8(OAPD^2#/77Q.&IL]%\',?3]'D(A_?0IBJ71J*U69:*)].%7!G2/V0 M#[5H%F'R<"S$"'K[QC6#;E,`M2S,'Y@$BY2G908D]XG'S0%E=$K:60#[8"PH M#TI]DG3%/FJ,Y4G':W; MZTTT554&VE"=JMJ5)-],![*J=*XD3;M]N+[[,IE.-`PD@G+35Q_9GNG8=5Q= M$8&/B!DH\9S,PG/3,P-7DZE9DXJD'>PG+<,$PE_J&DEM2%ZN#DM=(\.$`U26 M*)6EHHLL@2QQFM>.[3D6A]O\[?Z._/M,`BVW"G4+@I496T`0,D<740^EG%(N MY<3]B@':&9!"LBE+(\RLKI1.-EF">1GL!H>I-#-<"Q]$.9B'>]W4R:J/YP-] MC2/DO^$,;+Z%.G+/24;CD<,+7/(;24K#XCCT&XT\'Z<\JZ``/L9Y4/,D^M'2 M+03=='X'Y$RV$#QJ-BQBR\?[L=Y\F6"N#1)\#7\&4-]K,C'(.YO7].L>FI4<*5.X,B.9*$)8R48^X#E[Q'/V.L"0&D@=3`3 MRLC,-H?)YR)Y2]23L41F?RE8'>PF2=41ZHL4EM)S?Y?Z_.Z!N;^$IQ,:\WK< M3/UBFW_LT*TQ]QVW#E,+\G696@`2LIA5"G[48I;$=G0%M#`L@#X=64`%DC+" M=(FH6N0*H[)E7*'N3E8H5Y3HGDZ!#G?.:H4CC6!Q*7W1:S\@_];VD;O$`V[-<(I#*9$_5%,J=O[^7\ZE$6["Q:ESZ))Y3B[8J"!0<\>WZ1-%S, MTB:W\\]WXW]JG[0\ZQ,/RT6X($*N[CUCN;J$BP%$$BX!Y?">,4AEPB7JBX3K ME7G/G+K<2FFTK*`PV)6H*[)+WK=46B5-X@\QTUU3U:^%4GPD$^K3(DAN@E7W M9Y'JRN1B+\(?IA;+;66(1=<"Y%Y$K':;?HCXPT>V7]`;39N>7&A[5J5[0.4( M=4G(@!))2!8\!SD9<)6)RC*I`FE+38AO4`YH+JB$-RA9!&:9L)_,TI#NF!LF M9!;[I_ZMI:2CN?@LALK_.197(/"0$'A82F!.[NZG+6/QJ%QQM/()B*<=25T< M+I;%BCG%__]D;8),2O_RVL91*0T$&/F4]HS>O+=-:5J5OLX_#A8.=(U/IN<[ M;O5H,BYPYU48&2WTQ'I'WN/.<^FJ1"=E#%6W9 M.B=;!#[=SI\>9R2QTJ8W-]/Q=-C7IOW^4%/[2E\;3*Y4[:K?&T^&JB)=75VG MM@AQI5W6TH59=KH;A(HD60 M'"P+(2I3+%)=Y->PC%\9515<9J3J`+,R:U^IE:?[1_+XW">.'5%A:\^@;3B; MC\A&+L2^NX;#8B#491,#2B2S6/`<+&/`568@BDQDF7"`E4>L]^=1>;U;L!^@.CMCN;JZFY@D. MX,[!O?FJ/6Z1/=X9IG,N21VY>PG&7R:WC]J7P260+D%7DB_`3Z`#+LCC)\=* MR1UUD(B!$[J?ZL0PH>6L[I'GP14Z)TG,1^1/7==QSR\N:;F3D[-?H6N;]FH$ MKIV=9=C_Y0,/^8`J`9_^!(/FPO0!))K)0S$"&%IU_@VE^-@I=/Z-(#D\8PA1 MV1M&JHL>4"KS@!E5Q9U,4IG7BU1574(5E;[7IIK7?$#^U6ZYK)Q=Y"3K4"X' M(8IV>=B:U*/[*!*8,OKU6?3+R3(HR$PQF"I)JY!;[`H-`Y7N2&7F&'F512JJ M^R==,22JXK$R2"CA"^`\7C,/5GT`%,PI#`2)F<;L M41\]UB$-2&OA=+K38Z73;/4'O&E98AVM_VD%S'5\B2_K3G?>9QQ0U^9G(,Q+ MS@#E/\',$%D`+0.DVIP,#2D2DAE5EBDN!I>,K:-,Q0>H2-\%(JMEV70:L+YO M1/8*\[M)MN[?.4ZEAWP9HI5)Q\`0DD^S<.L$``%..XV3]#I]T%:>7B M@QH,8<:V]EP8D-I1UBS.JH];WW1L+]ZA]G.:I*7&DA8-[\#CA!X[3,9S<"QC MBP3MEFYL/GYYN[!%OL&X>&LOG7W!PYY-H/4&@F-$+]%0.T(X#T.QZP]U?)IF#R>+E48'E:*O=&%F40NK2,+RVJ(3RC]]ME(.': M=^+WN#1*U!2).4AY3H5FYTKF-F+\*H;X;4(7V4CVS6LG+V6H1Z&H%'4[$[H, M5<6?EHA7)E8)CA".E6'7V2F<>O=+&BNA!"&21!^$4[OQ6PU2S"L!..1CNS2A MZ08)3>-(>TB00!\042CC>B-%+E"TS)XB6X=I-]JC]O2B!"NS=V/CK0QK%7K0 M,!;%[%5D[6XZ?M#&#Q/M'A]DQ4S;<%XX]G[&G;RI^`AG0;`^=S19)1IP]@%YU5PO7CAE47%3^DRFTCGVU@WFX+0M7>0*VC@6R,>E49&PRX.B=6+0XX;)]GG5W%JFYY=1+2YP MD.YQR5KO_4ND]](6.X<>=1'!/)4':QO0AVVHZS@CQ4;A:X9)]J^T%Q;4GUN+ MS;:"3/#5\E_]"D+>B^E:5%'C&!G7;^MPXU02(!_'6K6$_@;:U:H?R@1?1RNR MH(MH81K\#HA[43OA$[!'R&_4`?EWK#I2_&5M8H]P9*6(P!O"H?7+L6V](2\^ M.QK>=+^^0'>-H%&ML=."J6/:#D<8:<,MM#;MA6.\'5NO4"3X.K:]25G?1:A: MY1*IG6O[]?1%DG),KBYUP=U>^+;=H]!\UW3\Z/MX(P*Q2D2+A*J1C8HLH(>J M"53H=BI0I?:N8Y'%:FS34?"T='N#?'BT^PME0D5',CX4>@GV3E14]>*X]K$= MZ<%>>^5"@SQO7T4&_SNVB4GQA%QT7PMUG,/.I:+T]I';)"\V]O;JV?D.>D5Z MZW5CE959.K;OM.3I#7CNOMZ["\2+[FU*B: MLBD75!N![+=!;GP@\=2E@"8+15.$HJEBT%Q'?Y;$=`&!ZHJ#ZO%!N+)@/$X:%O#XN*A#W=]Y00`D`BCXXNK2#%)@ MF#`XCRQ\"X839N(*AZ(V7R>L=UA`$C!Y14CA-U_ULE@"VBL$-!S'%5++E6,9 M0H`\'P=-*PMZGA"X)&RKC63Z;\YR:>HH=&\B7&`"12KW@CT] MWZ#.X?$3,P:,#K@ZH(#&WZ(CI&P@]6?O8WS+(@F(KOAQ7&,!8(;3C1W M(X:]!(=^#GN,-".O$%[`5V7 MW()+_>!K^#0JO5$JS$:R+9K3,:;A?&?+A\8?16,$&QHHNR['#T:_N7HQPG(L M\RL?72.D+2<34C@(;K<6GU5K\D2P".<7`;FF&"#N1"/$65I8G%K%MTH1P@5? M7)3*(/$[^!#.\]%61`6C_3TBH$1,SI:STN'"M`4P(H%:NAA!$%9\Q-6+##Q^ M:B2@KN,L!=570/BVZ4,E-)F3^R`+R3FUIM-0Q5\>F,?EGIHUC^9R5 M//)V];$XJ7O8=9&"Q8BM!?^$4AO:N((VY#(M`TC7FW#<)!"1-U_+H*5_B&O& M]`]^[Y2!YG90&30!/@KG.FO'M9$OP$,E6+QY6`8I..+J`Q=ML`1:.)N%14'I M3TX369#A3Y'&"LC\O+6C/T=X0N:.#*)E_K$S^3H\@Y?^P=62%(C`*HET+CGD'3 M8-P\26&ECOEXPL;DGXG3P`*F3GJ+UH'/P9US@5#\M\QC//ZX/H:*#OBZ((\F MH%?SD$O>&_'D/9M"%HLB(.[%HA"(>VD@Q.%W(0F.L,IQNZ(`)O@2T?_!EP"" M!G`B/$Z`)&"Z\UUH6HXK;%DTBZ>O78=SX2D+R,N-+%KF%U?7[L&MR9O4QM@J MN;T9.%P8KOFG8T/3H^>X+@Q8[R_+0&VJ2_TI<``X/A@X]WT*\-0I0N!`)!64/K:PV'G$9`KW@HK)Y'86@R2NW/W/VI3%:OZ=FHV MF+?#<_<"5D^;]L.),D^D;2(-DX510Q9(#5DD-62QU)`%4T,6:9M(PQ1AU%`$ M4D,120U%+#44P=101-HFRK`=#FC"ISJ$8)&;J:*@Z#NWN*#^Y`YO"`:7O./8 MW#9@##[YG4V>7.".HVWTNL.']AM_G5)0/#!;'/)!_@0AA.&"(/]Q%MQQ6Q+` M<$&\N7!C\N?K,#+*AM4F<#"\(E_QNN;00=P^%,#P09"_?EM^2 M$(8'`J=)+M3Y38EPN#!>'-]Y$;#R$`/Q@)#)D'.):L>WVO#5L;"O=GA;(X3A M@7A!T">9N<%K2PS$!>*XEL';-Q2$`\!`2YMCQ=E'KY6E@S=,51-Z'V^HBX^M:HD4AMU<=CA;D`YSR9HK1H'+6]ELJ!;;94#HRSI7)@G2V5 M`_,\D\J-T@61`Y4+(@<*%T0.U"V(G"G;@2L01`X\@2!RX`C2Y!S7;BRII7)@ M2RV5`VMJJ2SLJ1M'0CINU4J[XY-_L'@%$XP6;Z)GA)4Y?DQ/E1S-EPFG"*NF M+'GU-E>$\GN+<=MK0B=O94CH[J7([RT:R3V)BIS])4Q)99X)^D0C]QE9\Y1S MMG<_L4#5C=D[SZ1E,F,&-<+EAF+>T\L59S0&=/Z M1QZ:F:\M/'*4:LZ8GFSJ;DUBQLI&#/(?=8VO+`\D1, M[!4L=VI9TT">J[V&W1A-1FLZ(^OZB4;&P>R)JA@6=:UY6I2$SC@!Z9*DNC8/^H+J3&9N>'UD:>S?^:<\`IX//9IFQB,E4)R8; M<`1,Q5=6/MAW-APAI94M!S_]WI*#=B#'U!B,&'E.Q8LAF!."&!+.%6_!L`AG7F2M^)V:];9I$-*^,SO(H*3EF M])VGVIC+(27ZCZJ3Y"_TJU*=(H_;.S/.?S_Q-([WBKT(Y>'ZKZ3P^#;+'@%F MLT_1GN`4_@,OA+U9^^KZ):,DI`CZV?>\R)65(D9Y*,GT*-#)DB(HH`LG%65+*> MCT-YD:P5LX`=LX3-=N%M%98@"9C6;PE32DE.RC(;$@[N!'%;]Y)<.>Q]`E;4 M1^75OJK?4Y5&H8HK+;45):YEPV:G)(2L)<8X!2O9BRRRC[R8NE\V'"T:.#Y$ M<4L5.=&CK"^K@O6Y#%,('L>/&C8ESO0X77K#8R:#DJQ+6E"B!OD)2MP@%8&; MIK^#2EB;7;#P?(5EUB2]\!^^ZM4.$Q84$*6#YX#E/_[)6LUFR?ZI^J`15KM[ M=H2.V'!0,]D=X45)831I&^;MKRBZ>9P MT!D`2(8E.3)7[;O0L,?BL-[*AX+E1 MKA\]"^A"0Z\EE)&09Y'V?#"E;H^0\J:OOC4$#W:1(]#\9U=CR_>V8%W;W4$] M!!(,V?X*V[F5(SF)).7%T[<&`=-J,4NJ*F&ND0UV:(W8-?]*:O2;WIS&PBAO M,1;!F=181EN`3`JE9=67$T1`D0;"P?"CK^^WXG48=]N#N@B;D`$T/AWO3<:"R"TC`:H[G*1' MLG^XJVM/F^JA@[,UE&_GYNN]@-QPH,3<:77M!^QK;\_M,MC(^JP3HNW::EB4 M4*V'A_N8XI*C^HK38C/D8LT@IA6*4DK*ZJ+NLA^S0]C_7?*+H0T>F^7YW%O*DK>)LH M57O4#IRH5PI&0.4&@`ZI2R\8`97QP1[9/KON+GGAAQ7.X`16/4KJL+GZI)X1 M,$-='F9#*""L.JO']R.D>*")2>]C..?7N,G"ZN,8ZKEEND93%\K5K$>!D-0U MZ_B,1&3)XZXQ!WR2&>Q6.'?:TLB*GB97KN("9VAMCD:HV1/])!#%,(,VND:4 MFJG\R$OWF@@\Z/L0<'WOUT;ZCLWU'0]27/`B!(N#@:X'J6!8B3;2@<2S7@3G[B6^[!,1D%11;"!P3HOBRO%<_S[W78=5H/1=P,$F3!%?=-9= MC`-E@@P&"FI4A55[X"".JR(M;C2C>;VD*;V1FJ+Q[0>T`'O[>:_*K<]5N59W M`VTT\IB<3BIS'.*4!>U[H%AX5QAL!RURHEZ::)'T,THA7G-.3CIH3%/EBM@0 M1WH'L.,.X+#9HK167#"WPO2@7*L8XI1>>P1$O041E<$C#4A)/U_;[H6M;;=* MM]E%WMM\*AU.?H_"BB`.0GF5+K-^!$0I!%81WJ-&.__/C[]Y]_O/_W^[^GW/X$_.=__?;C%T.9 M__SX=6HUZ)4$9!N87.'^V98,,A#Z(TU"%#ZNLW1XLN@'?(&42C*8Y.(%PJ:N M1=X[]WW@170Z&\LU60:W..%^I@5;5`J#,1\O'S$,BEQ$'G$"I"Z30F5ZXQ@12I>C:`F.>A/@QYJJ+^[DA$H6$[/E&E=FLV>3I>ULB88U M`6VY1'S`EF50N-.6JJO(:DODILDY>JIA87)K+B@0;T\2,6?R9A301T,]WAW#<#'DLD69U274M M\T67@K\&Q+GOI(1D!!,I[31[U*TD,/$+BR\#F20*31XC)O>+N1&>2`U3/;QZ M(9IKP"]2-@P$^/8CV)=+Z]I$6^TH"98I]MY^L7[[YGE;?['1+U(,'902.?E7 MIK\FIY\T>BLSAGC[R_?;W79T)_^#\JF^[/"]P`` ` end From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 12:50:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D562316A4CE for ; Sun, 30 Jan 2005 12:50:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EAD243D46 for ; Sun, 30 Jan 2005 12:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UCoQrl068508 for ; Sun, 30 Jan 2005 12:50:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UCoQuG068507; Sun, 30 Jan 2005 12:50:26 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 12:50:26 GMT Resent-Message-Id: <200501301250.j0UCoQuG068507@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Walter Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B2A116A4CE; Sun, 30 Jan 2005 12:42:31 +0000 (GMT) Received: from mail.onlinefix.de (mail2-out.titan-networks.de [217.140.72.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9895343D53; Sun, 30 Jan 2005 12:42:29 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from kyuzo.dunkelkammer.void ([217.140.77.242]) (authenticated bits=0)j0UCgRws013738 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 30 Jan 2005 13:42:28 +0100 Received: by kyuzo.dunkelkammer.void (Postfix, from userid 1002) id 70BD33B79; Sun, 30 Jan 2005 13:42:26 +0100 (CET) Message-Id: <20050130124226.70BD33B79@kyuzo.dunkelkammer.void> Date: Sun, 30 Jan 2005 13:42:26 +0100 (CET) From: Stefan Walter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: security@FreeBSD.org Subject: ports/76852: [PATCH] textproc/unrtf: fix vulnerability X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 12:50:27 -0000 >Number: 76852 >Category: ports >Synopsis: [PATCH] textproc/unrtf: fix vulnerability >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 30 12:50:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Stefan Walter >Release: FreeBSD 5.3-STABLE i386 >Organization: Infinity Approximation Task Force >Environment: System: FreeBSD kyuzo.dunkelkammer.void 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Dec 18 22:12:32 CET 2004 >Description: - Attempt to fix the exploitable security issue described at http://www.vuxml.org/freebsd/f2d5e56e-67eb-11d9-a9e7-0001020eed82.html by replacing strcat() with strncat(). Please note that I wasn't able to reproduce the exploit described at http://tigger.uic.edu/~jlongs2/holes/unrtf.txt on my 5.3-STABLE system. Feedback of someone who can reproduce the exploit with an unpatched unrtf would be appreciated. - Bump PORTREVISION. - Remove old master site that doesn't seem to have the distfile any more. Security Team cc'd. Added file(s): - files/patch-convert.c Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- unrtf-0.19.3_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/unrtf.old/Makefile /usr/ports/textproc/unrtf/Makefile --- /usr/ports/textproc/unrtf.old/Makefile Sun Jan 30 11:37:30 2005 +++ /usr/ports/textproc/unrtf/Makefile Sun Jan 30 12:16:02 2005 @@ -6,17 +6,13 @@ PORTNAME= unrtf PORTVERSION= 0.19.3 +PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://unrtf.50megs.com/ \ - ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A converter from RTF to several formats, including HTML and LaTeX - -FORBIDDEN= http://vuxml.FreeBSD.org/f2d5e56e-67eb-11d9-a9e7-0001020eed82.html -DEPRECATED= ${FORBIDDEN} -EXPIRATION_DATE=2005-02-16 USE_REINPLACE= yes ALL_TARGET= unrtf diff -ruN --exclude=CVS /usr/ports/textproc/unrtf.old/files/patch-convert.c /usr/ports/textproc/unrtf/files/patch-convert.c --- /usr/ports/textproc/unrtf.old/files/patch-convert.c Thu Jan 1 01:00:00 1970 +++ /usr/ports/textproc/unrtf/files/patch-convert.c Sun Jan 30 13:35:57 2005 @@ -0,0 +1,11 @@ +--- convert.c.orig Sun Jan 30 13:34:16 2005 ++++ convert.c Sun Jan 30 13:35:36 2005 +@@ -341,7 +341,7 @@ + while(w2) { + tmp = word_string (w2); + if (tmp && tmp[0] != '\\') +- strcat(name,tmp); ++ strncat(name,tmp,sizeof(name)-strlen(name)-1); + + w2=w2->next; + } --- unrtf-0.19.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 13:00:35 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1639116A4CE for ; Sun, 30 Jan 2005 13:00:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C1CB43D55 for ; Sun, 30 Jan 2005 13:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UD0YI5068759 for ; Sun, 30 Jan 2005 13:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UD0Ysj068750; Sun, 30 Jan 2005 13:00:34 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 13:00:34 GMT Resent-Message-Id: <200501301300.j0UD0Ysj068750@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Shin'ya Murakami" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAC7416A4CE for ; Sun, 30 Jan 2005 12:57:22 +0000 (GMT) Received: from edamame.summing.com (edamame.summing.com [210.239.123.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD2943D41 for ; Sun, 30 Jan 2005 12:57:19 +0000 (GMT) (envelope-from murakami@ahs.scitec.kobe-u.ac.jp) Received: from localhost (ZS204239.ppp.dion.ne.jp [222.15.204.239]) by edamame.summing.com (8.12.11/8.12.11) with ESMTP id j0UCwQwL009014 for ; Sun, 30 Jan 2005 21:58:27 +0900 (JST) Message-Id: <20050130.215724.115967742.murashin@edamame.summing.com> Date: Sun, 30 Jan 2005 21:57:24 +0900 (JST) From: "Shin'ya Murakami" To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76853: [maintainer] remove scince/{ruby-,c}dcl-gtk, andupdate science/{ruby-,c}dcl, science/gave and science/ruby-gphys X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 13:00:35 -0000 >Number: 76853 >Category: ports >Synopsis: [maintainer] remove scince/{ruby-,c}dcl-gtk, and update science/{ruby-,c}dcl, science/gave and science/ruby-gphys >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 Jan 30 13:00:34 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Shin'ya Murakami >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD faris.lodoss.forceria 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Fri Nov 19 14:31:08 JST 2004 murashin@faris.lodoss.forceria:/cvs/obj/mg/cvs/freebsd/src/sys/FARIS i386 >Description: I change that science/cdcl and science/ruby-dcl depend gtk by default, so science/cdcl-gtk and science/ruby-dcl-gtk have to be deleted. science/ruby-gphys and science/gave depend science/ruby-dcl-gtk, so fix their dependencies to depend science/ruby-dcl. Each ports are also updated. summary: science/cdcl -> update to 5.3 and use gtk by default science/cdcl-gtk -> delete science/ruby-dcl -> update to 1.5 and use gtk by default science/ruby-dcl-gtk -> delete science/ruby-gphys -> update to 0.3.5 and fix dependency science/gave -> update to 1.1.3 and fix dependency >How-To-Repeat: N/A >Fix: aplly patches and remove science/cdcl-gtk and science/ruby-dcl-gtk --- cdcl.diff begins here --- diff -rNu /usr/ports/science/cdcl/Makefile cdcl/Makefile --- /usr/ports/science/cdcl/Makefile Mon Mar 15 06:52:19 2004 +++ cdcl/Makefile Sun Jan 30 19:22:39 2005 @@ -6,30 +6,38 @@ # PORTNAME= cdcl -PORTVERSION= 5.2.3 +PORTVERSION= 5.3 CATEGORIES= science graphics MASTER_SITES= http://www.gfd-dennou.org/arch/dcl/ -DISTNAME= dcl-5.2-C.3 +DISTNAME= dcl-5.3-C -MAINTAINER?= murakami@ahs.scitec.kobe-u.ac.jp -COMMENT?= Scientific graphic library for geoscience +MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp +COMMENT= Scientific graphic library for geoscience -.if defined(WITH_GTK) -PKGNAMESUFFIX= -gtk -PATCH_SITES= http://www-mete.kugi.kyoto-u.ac.jp/seiya/dcl/tarball/ -PATCHFILES= ${DISTNAME}-gtk2-5.patch -PATCH_DIST_STRIP= -p1 +.if defined(WITHOUT_GTK) +.else USE_GNOME= gtk20 .endif -WRKSRC= ${WRKDIR}/dcl-5.2-C USE_X_PREFIX= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes -MAKE_ENV= DCLDIR=${WRKDIR} +CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --libdir=${PREFIX}/lb/${PORTNAME}-${PORTVERSION} --with-x -BINARIES= cdclclr cdcldate cdcldbs cdclexec cdclfont cdclpara \ - cdcltone cdcltrf cdclver -DOCFILES= CHECK CREDITS HISTORY README +.if defined(WITHOUT_GTK) +CUNFIGURE_ARGS+= --disable-gtk --disable-gtk2 +.endif + +DCL_VERSION= ${PORTVERSION}-C +PLIST_SUB= DCL_VERSION=${DCL_VERSION} + +BINARIES= cdclcmap cdclclr cdcldate cdcldbs cdclexec cdclfont \ + cdclpara cdcltone cdcltrf cdclver +PSLIBS= dclps2kdraw dclpscat dclpsfix dclpsfont dclpsline \ + dclpsmargin dclpsmerge dclpsnup dclpsrmcm dclpsrot \ + dclpsselect dclpsseparate dclpsunrot +DOCFILES= CHECK CREDITS HISTORY README README_clrmap README_gt2dlib \ + README_itr51 README_pslib README_umfmap DEMODIRS= gokuraku grph1 grph2 math1 math2 misc1 misc2 rakuraku DEMOGOKUDIR= hop jump layout step u1d u2d DEMOGRPH1DIR= scpack sgpack slpack @@ -42,6 +50,15 @@ DEMORAKUDIR= color kihon layout map3d miss quick u2d uspack uxyz RESTRICTED= "No commercial use" + +pre-build: + @cd ${WRKSRC} + @${REINPLACE_CMD} -e 's+dcldbase+dcldbase-${PORTVERSION}-C+' ${WRKSRC}/Mkinclude + @${REINPLACE_CMD} -e 's+dclps+cdclps+g' ${WRKSRC}/bin/Makefile + @${REINPLACE_CMD} -e 's+dclps+cdclps+g' ${WRKSRC}/src/env2/pslib/Makefile +.for i in ${PSLIBS} + ${MV} ${WRKSRC}/src/env2/pslib/${i} ${WRKSRC}/src/env2/pslib/c${i} +.endfor post-install: .if !defined(NOPORTDOCS) diff -rNu /usr/ports/science/cdcl/distinfo cdcl/distinfo --- /usr/ports/science/cdcl/distinfo Mon Mar 15 06:52:19 2004 +++ cdcl/distinfo Fri Jan 28 02:01:28 2005 @@ -1,4 +1,2 @@ -MD5 (dcl-5.2-C.3.tar.gz) = 70873b03c0dd854c52522013a7852c09 -SIZE (dcl-5.2-C.3.tar.gz) = 943976 -MD5 (dcl-5.2-C.3-gtk2-5.patch) = 6d3435a2fe26b1adc6b1f26b291523b7 -SIZE (dcl-5.2-C.3-gtk2-5.patch) = 427345 +MD5 (dcl-5.3-C.tar.gz) = abbf7e26f49ff95af6141ede9293181e +SIZE (dcl-5.3-C.tar.gz) = 1052506 diff -rNu /usr/ports/science/cdcl/pkg-plist cdcl/pkg-plist --- /usr/ports/science/cdcl/pkg-plist Sat Feb 28 07:35:23 2004 +++ cdcl/pkg-plist Fri Jan 28 04:22:51 2005 @@ -1,509 +1,347 @@ bin/cdclcc +bin/cdclcmap bin/cdclclr bin/cdclconfig -bin/cdclconfig52 +bin/cdclconfig53 bin/cdcldate bin/cdcldbs bin/cdclexec bin/cdclfont bin/cdclpara +bin/cdclps2kdraw +bin/cdclpscat +bin/cdclpsfix +bin/cdclpsfont +bin/cdclpsline +bin/cdclpsmargin +bin/cdclpsmerge +bin/cdclpsnup +bin/cdclpsrmcm +bin/cdclpsrot +bin/cdclpsselect +bin/cdclpsseparate +bin/cdclpsunrot bin/cdcltone bin/cdcltrf bin/cdclver bin/crepsl include/libtinyf2c.h include/cdcl.h -lib/dcldbase/bitmap.x11 -lib/dcldbase/border_world -lib/dcldbase/cl2tnmap -lib/dcldbase/coast_japan -lib/dcldbase/coast_world -lib/dcldbase/coast_world_1 -lib/dcldbase/colormap.x11 -lib/dcldbase/font1u -lib/dcldbase/font2u -lib/dcldbase/plate_world -lib/dcldbase/pref_japan -lib/dcldbase/state_usa -lib/libcdcl52.a +lib/dcldbase-%%DCL_VERSION%%/bitmap.x11 +lib/dcldbase-%%DCL_VERSION%%/border_world +lib/dcldbase-%%DCL_VERSION%%/cl2tnmap +lib/dcldbase-%%DCL_VERSION%%/cmaplist +lib/dcldbase-%%DCL_VERSION%%/coast_japan +lib/dcldbase-%%DCL_VERSION%%/coast_world +lib/dcldbase-%%DCL_VERSION%%/coast_world_1 +lib/dcldbase-%%DCL_VERSION%%/colormap.x11 +lib/dcldbase-%%DCL_VERSION%%/colormap_01.x11 +lib/dcldbase-%%DCL_VERSION%%/colormap_02.x11 +lib/dcldbase-%%DCL_VERSION%%/colormap_03.x11 +lib/dcldbase-%%DCL_VERSION%%/colormap_04.x11 +lib/dcldbase-%%DCL_VERSION%%/colormap_05.x11 +lib/dcldbase-%%DCL_VERSION%%/colormap_06.x11 +lib/dcldbase-%%DCL_VERSION%%/colormap_07.x11 +lib/dcldbase-%%DCL_VERSION%%/colormap_08.x11 +lib/dcldbase-%%DCL_VERSION%%/colormap_09.x11 +lib/dcldbase-%%DCL_VERSION%%/colormap_10.x11 +lib/dcldbase-%%DCL_VERSION%%/colormap_11.x11 +lib/dcldbase-%%DCL_VERSION%%/colormap_12.x11 +lib/dcldbase-%%DCL_VERSION%%/colormap_13.x11 +lib/dcldbase-%%DCL_VERSION%%/font1u +lib/dcldbase-%%DCL_VERSION%%/font2u +lib/dcldbase-%%DCL_VERSION%%/plate_world +lib/dcldbase-%%DCL_VERSION%%/pref_japan +lib/dcldbase-%%DCL_VERSION%%/state_usa +lib/libcdcl53.a lib/libf2c4dcl.a %%PORTDOCS%%share/doc/cdcl/CHECK %%PORTDOCS%%share/doc/cdcl/CREDITS %%PORTDOCS%%share/doc/cdcl/HISTORY %%PORTDOCS%%share/doc/cdcl/README +%%PORTDOCS%%share/doc/cdcl/README_clrmap +%%PORTDOCS%%share/doc/cdcl/README_gt2dlib +%%PORTDOCS%%share/doc/cdcl/README_itr51 +%%PORTDOCS%%share/doc/cdcl/README_pslib +%%PORTDOCS%%share/doc/cdcl/README_umfmap %%PORTDOCS%%@dirrm share/doc/cdcl %%PORTDOCS%%share/examples/cdcl/Makefile %%PORTDOCS%%share/examples/cdcl/gokuraku/Makefile %%PORTDOCS%%share/examples/cdcl/gokuraku/hop/Makefile -%%PORTDOCS%%share/examples/cdcl/gokuraku/hop/hop.P %%PORTDOCS%%share/examples/cdcl/gokuraku/hop/hop.c %%PORTDOCS%%share/examples/cdcl/gokuraku/jump/Makefile -%%PORTDOCS%%share/examples/cdcl/gokuraku/jump/jump1.P %%PORTDOCS%%share/examples/cdcl/gokuraku/jump/jump1.c -%%PORTDOCS%%share/examples/cdcl/gokuraku/jump/jump2.P %%PORTDOCS%%share/examples/cdcl/gokuraku/jump/jump2.c %%PORTDOCS%%share/examples/cdcl/gokuraku/layout/Makefile -%%PORTDOCS%%share/examples/cdcl/gokuraku/layout/lay1.P %%PORTDOCS%%share/examples/cdcl/gokuraku/layout/lay1.c -%%PORTDOCS%%share/examples/cdcl/gokuraku/layout/lay2.P %%PORTDOCS%%share/examples/cdcl/gokuraku/layout/lay2.c %%PORTDOCS%%share/examples/cdcl/gokuraku/step/Makefile -%%PORTDOCS%%share/examples/cdcl/gokuraku/step/step1.P %%PORTDOCS%%share/examples/cdcl/gokuraku/step/step1.c -%%PORTDOCS%%share/examples/cdcl/gokuraku/step/step2.P %%PORTDOCS%%share/examples/cdcl/gokuraku/step/step2.c %%PORTDOCS%%share/examples/cdcl/gokuraku/u1d/Makefile -%%PORTDOCS%%share/examples/cdcl/gokuraku/u1d/u1d1.P %%PORTDOCS%%share/examples/cdcl/gokuraku/u1d/u1d1.c -%%PORTDOCS%%share/examples/cdcl/gokuraku/u1d/u1d2.P %%PORTDOCS%%share/examples/cdcl/gokuraku/u1d/u1d2.c %%PORTDOCS%%share/examples/cdcl/gokuraku/u2d/Makefile -%%PORTDOCS%%share/examples/cdcl/gokuraku/u2d/u2d1.P %%PORTDOCS%%share/examples/cdcl/gokuraku/u2d/u2d1.c -%%PORTDOCS%%share/examples/cdcl/gokuraku/u2d/u2d2.P %%PORTDOCS%%share/examples/cdcl/gokuraku/u2d/u2d2.c -%%PORTDOCS%%share/examples/cdcl/gokuraku/u2d/u2d3.P %%PORTDOCS%%share/examples/cdcl/gokuraku/u2d/u2d3.c -%%PORTDOCS%%share/examples/cdcl/gokuraku/u2d/u2d4.P %%PORTDOCS%%share/examples/cdcl/gokuraku/u2d/u2d4.c %%PORTDOCS%%share/examples/cdcl/grph1/Makefile %%PORTDOCS%%share/examples/cdcl/grph1/scpack/Makefile -%%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt1.P %%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt1.c -%%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt2.P %%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt2.c -%%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt3.P %%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt3.c -%%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt4.P %%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt4.c -%%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt5.P %%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt5.c -%%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt6.P %%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt6.c -%%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt7.P %%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt7.c -%%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt8.P %%PORTDOCS%%share/examples/cdcl/grph1/scpack/scpkt8.c %%PORTDOCS%%share/examples/cdcl/grph1/scpack/t810630.dat %%PORTDOCS%%share/examples/cdcl/grph1/scpack/t811231.dat %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/Makefile -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgfont.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgfont.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgfonz.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgfonz.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgksx1.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgksx1.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgksx2.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgksx2.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgksx3.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgksx3.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sglidx.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sglidx.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgltyp.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgltyp.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk01.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk01.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk02.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk02.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk03.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk03.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk04.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk04.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk05.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk05.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk06.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk06.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk07.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk07.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk08.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk08.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk09.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk09.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk10.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgpk10.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgtclr.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgtclr.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgtone.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgtone.c -%%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgtonz.P %%PORTDOCS%%share/examples/cdcl/grph1/sgpack/sgtonz.c %%PORTDOCS%%share/examples/cdcl/grph1/slpack/Makefile -%%PORTDOCS%%share/examples/cdcl/grph1/slpack/slpk01.P %%PORTDOCS%%share/examples/cdcl/grph1/slpack/slpk01.c -%%PORTDOCS%%share/examples/cdcl/grph1/slpack/slpk02.P %%PORTDOCS%%share/examples/cdcl/grph1/slpack/slpk02.c -%%PORTDOCS%%share/examples/cdcl/grph1/slpack/slpk03.P %%PORTDOCS%%share/examples/cdcl/grph1/slpack/slpk03.c -%%PORTDOCS%%share/examples/cdcl/grph1/slpack/slpk04.P %%PORTDOCS%%share/examples/cdcl/grph1/slpack/slpk04.c %%PORTDOCS%%share/examples/cdcl/grph2/Makefile %%PORTDOCS%%share/examples/cdcl/grph2/grpack/Makefile -%%PORTDOCS%%share/examples/cdcl/grph2/grpack/grpk01.P %%PORTDOCS%%share/examples/cdcl/grph2/grpack/grpk01.c %%PORTDOCS%%share/examples/cdcl/grph2/ucpack/Makefile -%%PORTDOCS%%share/examples/cdcl/grph2/ucpack/ucpk01.P %%PORTDOCS%%share/examples/cdcl/grph2/ucpack/ucpk01.c -%%PORTDOCS%%share/examples/cdcl/grph2/ucpack/ucpk02.P %%PORTDOCS%%share/examples/cdcl/grph2/ucpack/ucpk02.c %%PORTDOCS%%share/examples/cdcl/grph2/udegpk/Makefile -%%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df01.P %%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df01.c -%%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df02.P %%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df02.c -%%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df03.P %%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df03.c -%%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df04.P %%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df04.c -%%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df05.P %%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df05.c -%%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df06.P %%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df06.c -%%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df07.P %%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df07.c -%%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df08.P %%PORTDOCS%%share/examples/cdcl/grph2/udegpk/u2df08.c %%PORTDOCS%%share/examples/cdcl/grph2/ulpack/Makefile -%%PORTDOCS%%share/examples/cdcl/grph2/ulpack/ulpk01.P %%PORTDOCS%%share/examples/cdcl/grph2/ulpack/ulpk01.c -%%PORTDOCS%%share/examples/cdcl/grph2/ulpack/ulpk02.P +%%PORTDOCS%%share/examples/cdcl/grph2/ulpack/ulpk01n.c %%PORTDOCS%%share/examples/cdcl/grph2/ulpack/ulpk02.c +%%PORTDOCS%%share/examples/cdcl/grph2/ulpack/ulpk02n.c %%PORTDOCS%%share/examples/cdcl/grph2/umpack/Makefile %%PORTDOCS%%share/examples/cdcl/grph2/umpack/t811231.dat -%%PORTDOCS%%share/examples/cdcl/grph2/umpack/test01.P %%PORTDOCS%%share/examples/cdcl/grph2/umpack/test01.c -%%PORTDOCS%%share/examples/cdcl/grph2/umpack/test02.P %%PORTDOCS%%share/examples/cdcl/grph2/umpack/test02.c -%%PORTDOCS%%share/examples/cdcl/grph2/umpack/test03.P %%PORTDOCS%%share/examples/cdcl/grph2/umpack/test03.c -%%PORTDOCS%%share/examples/cdcl/grph2/umpack/test04.P %%PORTDOCS%%share/examples/cdcl/grph2/umpack/test04.c -%%PORTDOCS%%share/examples/cdcl/grph2/umpack/test05.P %%PORTDOCS%%share/examples/cdcl/grph2/umpack/test05.c -%%PORTDOCS%%share/examples/cdcl/grph2/umpack/test06.P %%PORTDOCS%%share/examples/cdcl/grph2/umpack/test06.c -%%PORTDOCS%%share/examples/cdcl/grph2/umpack/test07.P %%PORTDOCS%%share/examples/cdcl/grph2/umpack/test07.c -%%PORTDOCS%%share/examples/cdcl/grph2/umpack/test08.P %%PORTDOCS%%share/examples/cdcl/grph2/umpack/test08.c -%%PORTDOCS%%share/examples/cdcl/grph2/umpack/umpk01.P +%%PORTDOCS%%share/examples/cdcl/grph2/umpack/test09.c %%PORTDOCS%%share/examples/cdcl/grph2/umpack/umpk01.c -%%PORTDOCS%%share/examples/cdcl/grph2/umpack/umpk02.P %%PORTDOCS%%share/examples/cdcl/grph2/umpack/umpk02.c -%%PORTDOCS%%share/examples/cdcl/grph2/umpack/umpk03.P %%PORTDOCS%%share/examples/cdcl/grph2/umpack/umpk03.c -%%PORTDOCS%%share/examples/cdcl/grph2/umpack/umpk04.P %%PORTDOCS%%share/examples/cdcl/grph2/umpack/umpk04.c -%%PORTDOCS%%share/examples/cdcl/grph2/umpack/umpk05.P %%PORTDOCS%%share/examples/cdcl/grph2/umpack/umpk05.c %%PORTDOCS%%share/examples/cdcl/grph2/uspack/Makefile -%%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk01.P %%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk01.c -%%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk02.P %%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk02.c -%%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk03.P %%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk03.c -%%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk04.P %%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk04.c -%%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk05.P %%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk05.c -%%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk06.P %%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk06.c -%%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk07.P %%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk07.c -%%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk08.P %%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk08.c -%%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk09.P %%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk09.c -%%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk10.P %%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk10.c -%%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk11.P %%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk11.c -%%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk12.P %%PORTDOCS%%share/examples/cdcl/grph2/uspack/uspk12.c %%PORTDOCS%%share/examples/cdcl/grph2/uupack/Makefile -%%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk01.P %%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk01.c -%%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk02.P %%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk02.c -%%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk03.P %%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk03.c -%%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk04.P %%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk04.c -%%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk05.P %%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk05.c -%%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk06.P %%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk06.c -%%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk07.P %%PORTDOCS%%share/examples/cdcl/grph2/uupack/uupk07.c %%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/Makefile -%%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz01.P %%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz01.c -%%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz02.P %%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz02.c -%%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz03.P %%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz03.c -%%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz04.P %%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz04.c -%%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz05.P %%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz05.c -%%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz06.P %%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz06.c -%%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz07.P %%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz07.c -%%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz08.P %%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz08.c -%%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz09.P %%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz09.c -%%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz10.P %%PORTDOCS%%share/examples/cdcl/grph2/uxyzpk/uxyz10.c %%PORTDOCS%%share/examples/cdcl/grph2/ximage/MEMO %%PORTDOCS%%share/examples/cdcl/grph2/ximage/Makefile %%PORTDOCS%%share/examples/cdcl/grph2/ximage/tomsclm.dat -%%PORTDOCS%%share/examples/cdcl/grph2/ximage/ximg01.P %%PORTDOCS%%share/examples/cdcl/grph2/ximage/ximg01.c %%PORTDOCS%%share/examples/cdcl/math1/Makefile %%PORTDOCS%%share/examples/cdcl/math1/blklib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/blklib/blkl01.P %%PORTDOCS%%share/examples/cdcl/math1/blklib/blkl01.c %%PORTDOCS%%share/examples/cdcl/math1/chrlib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/chrlib/chrl01.P %%PORTDOCS%%share/examples/cdcl/math1/chrlib/chrl01.c %%PORTDOCS%%share/examples/cdcl/math1/fnclib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/fnclib/fncl01.P %%PORTDOCS%%share/examples/cdcl/math1/fnclib/fncl01.c %%PORTDOCS%%share/examples/cdcl/math1/gnmlib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/gnmlib/gnml01.P %%PORTDOCS%%share/examples/cdcl/math1/gnmlib/gnml01.c %%PORTDOCS%%share/examples/cdcl/math1/ifalib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/ifalib/ifal01.P %%PORTDOCS%%share/examples/cdcl/math1/ifalib/ifal01.c %%PORTDOCS%%share/examples/cdcl/math1/indxlib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/indxlib/indx01.P %%PORTDOCS%%share/examples/cdcl/math1/indxlib/indx01.c -%%PORTDOCS%%share/examples/cdcl/math1/indxlib/indx02.P %%PORTDOCS%%share/examples/cdcl/math1/indxlib/indx02.c %%PORTDOCS%%share/examples/cdcl/math1/intlib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/intlib/intl01.P %%PORTDOCS%%share/examples/cdcl/math1/intlib/intl01.c %%PORTDOCS%%share/examples/cdcl/math1/lrllib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/lrllib/lrll01.P %%PORTDOCS%%share/examples/cdcl/math1/lrllib/lrll01.c -%%PORTDOCS%%share/examples/cdcl/math1/lrllib/lrll02.P %%PORTDOCS%%share/examples/cdcl/math1/lrllib/lrll02.c %%PORTDOCS%%share/examples/cdcl/math1/oslib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/oslib/oslb01.P %%PORTDOCS%%share/examples/cdcl/math1/oslib/oslb01.c -%%PORTDOCS%%share/examples/cdcl/math1/oslib/oslb02.P %%PORTDOCS%%share/examples/cdcl/math1/oslib/oslb02.c %%PORTDOCS%%share/examples/cdcl/math1/rfalib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/rfalib/rfal01.P %%PORTDOCS%%share/examples/cdcl/math1/rfalib/rfal01.c %%PORTDOCS%%share/examples/cdcl/math1/rfblib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/rfblib/rfbl01.P %%PORTDOCS%%share/examples/cdcl/math1/rfblib/rfbl01.c %%PORTDOCS%%share/examples/cdcl/math1/sublib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/sublib/subl01.P %%PORTDOCS%%share/examples/cdcl/math1/sublib/subl01.c %%PORTDOCS%%share/examples/cdcl/math1/syslib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/syslib/sysl01.P %%PORTDOCS%%share/examples/cdcl/math1/syslib/sysl01.c -%%PORTDOCS%%share/examples/cdcl/math1/syslib/sysl02.P %%PORTDOCS%%share/examples/cdcl/math1/syslib/sysl02.c %%PORTDOCS%%share/examples/cdcl/math1/vialib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/vialib/vial01.P %%PORTDOCS%%share/examples/cdcl/math1/vialib/vial01.c -%%PORTDOCS%%share/examples/cdcl/math1/vialib/vial02.P %%PORTDOCS%%share/examples/cdcl/math1/vialib/vial02.c %%PORTDOCS%%share/examples/cdcl/math1/viblib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/viblib/vibl01.P %%PORTDOCS%%share/examples/cdcl/math1/viblib/vibl01.c %%PORTDOCS%%share/examples/cdcl/math1/vralib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/vralib/vral01.P %%PORTDOCS%%share/examples/cdcl/math1/vralib/vral01.c -%%PORTDOCS%%share/examples/cdcl/math1/vralib/vral02.P %%PORTDOCS%%share/examples/cdcl/math1/vralib/vral02.c %%PORTDOCS%%share/examples/cdcl/math1/vrblib/Makefile -%%PORTDOCS%%share/examples/cdcl/math1/vrblib/vrbl01.P %%PORTDOCS%%share/examples/cdcl/math1/vrblib/vrbl01.c %%PORTDOCS%%share/examples/cdcl/math2/Makefile %%PORTDOCS%%share/examples/cdcl/math2/fftlib/Makefile -%%PORTDOCS%%share/examples/cdcl/math2/fftlib/fftl01.P %%PORTDOCS%%share/examples/cdcl/math2/fftlib/fftl01.c -%%PORTDOCS%%share/examples/cdcl/math2/fftlib/fftl02.P %%PORTDOCS%%share/examples/cdcl/math2/fftlib/fftl02.c %%PORTDOCS%%share/examples/cdcl/math2/intrlib/Makefile -%%PORTDOCS%%share/examples/cdcl/math2/intrlib/intr01.P %%PORTDOCS%%share/examples/cdcl/math2/intrlib/intr01.c %%PORTDOCS%%share/examples/cdcl/math2/rnmlib/Makefile -%%PORTDOCS%%share/examples/cdcl/math2/rnmlib/rnml01.P %%PORTDOCS%%share/examples/cdcl/math2/rnmlib/rnml01.c %%PORTDOCS%%share/examples/cdcl/math2/vstlib/Makefile -%%PORTDOCS%%share/examples/cdcl/math2/vstlib/vstl01.P %%PORTDOCS%%share/examples/cdcl/math2/vstlib/vstl01.c -%%PORTDOCS%%share/examples/cdcl/math2/vstlib/vstl02.P %%PORTDOCS%%share/examples/cdcl/math2/vstlib/vstl02.c %%PORTDOCS%%share/examples/cdcl/misc1/Makefile %%PORTDOCS%%share/examples/cdcl/misc1/bitlib/Makefile -%%PORTDOCS%%share/examples/cdcl/misc1/bitlib/bitl01.P %%PORTDOCS%%share/examples/cdcl/misc1/bitlib/bitl01.c %%PORTDOCS%%share/examples/cdcl/misc1/chglib/Makefile -%%PORTDOCS%%share/examples/cdcl/misc1/chglib/chgl01.P %%PORTDOCS%%share/examples/cdcl/misc1/chglib/chgl01.c %%PORTDOCS%%share/examples/cdcl/misc1/chklib/Makefile -%%PORTDOCS%%share/examples/cdcl/misc1/chklib/chkl01.P %%PORTDOCS%%share/examples/cdcl/misc1/chklib/chkl01.c %%PORTDOCS%%share/examples/cdcl/misc1/chnlib/Makefile -%%PORTDOCS%%share/examples/cdcl/misc1/chnlib/chnl01.P %%PORTDOCS%%share/examples/cdcl/misc1/chnlib/chnl01.c -%%PORTDOCS%%share/examples/cdcl/misc1/chnlib/chnl02.P %%PORTDOCS%%share/examples/cdcl/misc1/chnlib/chnl02.c -%%PORTDOCS%%share/examples/cdcl/misc1/chnlib/chnl03.P %%PORTDOCS%%share/examples/cdcl/misc1/chnlib/chnl03.c %%PORTDOCS%%share/examples/cdcl/misc1/clcklib/Makefile -%%PORTDOCS%%share/examples/cdcl/misc1/clcklib/clck01.P %%PORTDOCS%%share/examples/cdcl/misc1/clcklib/clck01.c %%PORTDOCS%%share/examples/cdcl/misc1/datelib/Makefile -%%PORTDOCS%%share/examples/cdcl/misc1/datelib/date01.P %%PORTDOCS%%share/examples/cdcl/misc1/datelib/date01.c -%%PORTDOCS%%share/examples/cdcl/misc1/datelib/date02.P %%PORTDOCS%%share/examples/cdcl/misc1/datelib/date02.c -%%PORTDOCS%%share/examples/cdcl/misc1/datelib/date03.P %%PORTDOCS%%share/examples/cdcl/misc1/datelib/date03.c -%%PORTDOCS%%share/examples/cdcl/misc1/datelib/date04.P %%PORTDOCS%%share/examples/cdcl/misc1/datelib/date04.c %%PORTDOCS%%share/examples/cdcl/misc1/fmtlib/Makefile -%%PORTDOCS%%share/examples/cdcl/misc1/fmtlib/fmtl01.P %%PORTDOCS%%share/examples/cdcl/misc1/fmtlib/fmtl01.c %%PORTDOCS%%share/examples/cdcl/misc1/hexlib/Makefile -%%PORTDOCS%%share/examples/cdcl/misc1/hexlib/hexl01.P %%PORTDOCS%%share/examples/cdcl/misc1/hexlib/hexl01.c %%PORTDOCS%%share/examples/cdcl/misc1/misclib/Makefile -%%PORTDOCS%%share/examples/cdcl/misc1/misclib/fncl01.P %%PORTDOCS%%share/examples/cdcl/misc1/misclib/fncl01.c %%PORTDOCS%%share/examples/cdcl/misc1/randlib/Makefile -%%PORTDOCS%%share/examples/cdcl/misc1/randlib/rand01.P %%PORTDOCS%%share/examples/cdcl/misc1/randlib/rand01.c %%PORTDOCS%%share/examples/cdcl/misc1/timelib/Makefile -%%PORTDOCS%%share/examples/cdcl/misc1/timelib/time01.P %%PORTDOCS%%share/examples/cdcl/misc1/timelib/time01.c -%%PORTDOCS%%share/examples/cdcl/misc1/timelib/time02.P %%PORTDOCS%%share/examples/cdcl/misc1/timelib/time02.c %%PORTDOCS%%share/examples/cdcl/misc2/Makefile %%PORTDOCS%%share/examples/cdcl/rakuraku/Makefile %%PORTDOCS%%share/examples/cdcl/rakuraku/color/Makefile -%%PORTDOCS%%share/examples/cdcl/rakuraku/color/color1.P %%PORTDOCS%%share/examples/cdcl/rakuraku/color/color1.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/color/color2.P %%PORTDOCS%%share/examples/cdcl/rakuraku/color/color2.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/color/color3.P %%PORTDOCS%%share/examples/cdcl/rakuraku/color/color3.c %%PORTDOCS%%share/examples/cdcl/rakuraku/color/colormap1.x11 %%PORTDOCS%%share/examples/cdcl/rakuraku/color/colormap2.x11 %%PORTDOCS%%share/examples/cdcl/rakuraku/color/colormap3.x11 %%PORTDOCS%%share/examples/cdcl/rakuraku/color/colormap4.x11 %%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/Makefile -%%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon1.P %%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon1.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon2.P %%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon2.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon3.P %%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon3.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon4.P %%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon4.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon5.P %%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon5.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon6.P %%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon6.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon7.P %%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon7.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon8.P %%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon8.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon9.P %%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihon9.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihona.P %%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihona.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihonb.P %%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihonb.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihonc.P %%PORTDOCS%%share/examples/cdcl/rakuraku/kihon/kihonc.c %%PORTDOCS%%share/examples/cdcl/rakuraku/layout/Makefile -%%PORTDOCS%%share/examples/cdcl/rakuraku/layout/lay1.P %%PORTDOCS%%share/examples/cdcl/rakuraku/layout/lay1.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/layout/lay2.P %%PORTDOCS%%share/examples/cdcl/rakuraku/layout/lay2.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/layout/lay3.P %%PORTDOCS%%share/examples/cdcl/rakuraku/layout/lay3.c %%PORTDOCS%%share/examples/cdcl/rakuraku/map3d/Makefile -%%PORTDOCS%%share/examples/cdcl/rakuraku/map3d/map3d1.P %%PORTDOCS%%share/examples/cdcl/rakuraku/map3d/map3d1.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/map3d/map3d2.P %%PORTDOCS%%share/examples/cdcl/rakuraku/map3d/map3d2.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/map3d/map3d3.P %%PORTDOCS%%share/examples/cdcl/rakuraku/map3d/map3d3.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/map3d/map3d4.P %%PORTDOCS%%share/examples/cdcl/rakuraku/map3d/map3d4.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/map3d/map3d5.P %%PORTDOCS%%share/examples/cdcl/rakuraku/map3d/map3d5.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/map3d/map3d6.P %%PORTDOCS%%share/examples/cdcl/rakuraku/map3d/map3d6.c %%PORTDOCS%%share/examples/cdcl/rakuraku/miss/Makefile -%%PORTDOCS%%share/examples/cdcl/rakuraku/miss/miss1.P %%PORTDOCS%%share/examples/cdcl/rakuraku/miss/miss1.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/miss/miss2.P %%PORTDOCS%%share/examples/cdcl/rakuraku/miss/miss2.c %%PORTDOCS%%share/examples/cdcl/rakuraku/quick/Makefile -%%PORTDOCS%%share/examples/cdcl/rakuraku/quick/quick1+.P %%PORTDOCS%%share/examples/cdcl/rakuraku/quick/quick1+.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/quick/quick1.P %%PORTDOCS%%share/examples/cdcl/rakuraku/quick/quick1.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/quick/quick2.P %%PORTDOCS%%share/examples/cdcl/rakuraku/quick/quick2.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/quick/quick3.P %%PORTDOCS%%share/examples/cdcl/rakuraku/quick/quick3.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/quick/quick4.P %%PORTDOCS%%share/examples/cdcl/rakuraku/quick/quick4.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/quick/quick5.P %%PORTDOCS%%share/examples/cdcl/rakuraku/quick/quick5.c %%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/Makefile -%%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d1.P %%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d1.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d2.P %%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d2.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d3.P %%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d3.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d4.P %%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d4.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d5.P %%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d5.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d6.P %%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d6.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d7.P %%PORTDOCS%%share/examples/cdcl/rakuraku/u2d/u2d7.c %%PORTDOCS%%share/examples/cdcl/rakuraku/uspack/Makefile -%%PORTDOCS%%share/examples/cdcl/rakuraku/uspack/uspac1.P %%PORTDOCS%%share/examples/cdcl/rakuraku/uspack/uspac1.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/uspack/uspac2.P %%PORTDOCS%%share/examples/cdcl/rakuraku/uspack/uspac2.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/uspack/uspac3.P %%PORTDOCS%%share/examples/cdcl/rakuraku/uspack/uspac3.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/uspack/uspac4.P %%PORTDOCS%%share/examples/cdcl/rakuraku/uspack/uspac4.c %%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/Makefile -%%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz1.P %%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz1.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz2.P %%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz2.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz3.P %%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz3.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz4.P %%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz4.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz5.P %%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz5.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz6.P %%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz6.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz7.P %%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz7.c -%%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz8.P %%PORTDOCS%%share/examples/cdcl/rakuraku/uxyz/uxyz8.c %%PORTDOCS%%@dirrm share/examples/cdcl/gokuraku/hop %%PORTDOCS%%@dirrm share/examples/cdcl/gokuraku/jump @@ -573,4 +411,4 @@ %%PORTDOCS%%@dirrm share/examples/cdcl/rakuraku/uxyz %%PORTDOCS%%@dirrm share/examples/cdcl/rakuraku %%PORTDOCS%%@dirrm share/examples/cdcl -@dirrm lib/dcldbase +@dirrm lib/dcldbase-%%DCL_VERSION%% --- cdcl.diff ends here --- --- ruby-dcl.diff begins here --- diff -rNu /usr/ports/science/ruby-dcl/Makefile ruby-dcl/Makefile --- /usr/ports/science/ruby-dcl/Makefile Mon May 31 06:51:38 2004 +++ ruby-dcl/Makefile Sun Jan 30 19:21:10 2005 @@ -6,37 +6,36 @@ # PORTNAME= dcl -PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= science graphics ruby MASTER_SITES= http://www.gfd-dennou.org/arch/ruby/products/ruby-dcl/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER?= murakami@ahs.scitec.kobe-u.ac.jp -COMMENT?= A Ruby interface to the scientific graphic library DCL +MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp +COMMENT= A Ruby interface to the scientific graphic library DCL BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -.if defined(WITH_GTK) -PKGNAMESUFFIX= -gtk +.if defined(WITHOUT_GTK) +.else RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \ ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 -BUILD_DEPENDS+= ${X11BASE}/lib/libcdcl52.a:${PORTSDIR}/science/cdcl-gtk -.else -BUILD_DEPENDS+= ${X11BASE}/lib/libcdcl52.a:${PORTSDIR}/science/cdcl +BUILD_DEPENDS+= ${X11BASE}/lib/libcdcl53.a:${PORTSDIR}/science/cdcl .endif +USE_RUBY= yes +USE_RUBY_EXTCONF= yes + DOCS= ChangeLog README ToDo DEMODIRS= gokuraku grph1 grph2 math2 rakuraku DEMOGOKU= hop jump layout step u1d u2d DEMOGRPH1= scpack sgpack slpack -DEMOGRPH2= grpack ucpack udegpk ulpack umpack uspack uupack uxyzpk ximage +DEMOGRPH2= grpack g2pack ucpack udegpk ulpack umpack uspack uupack \ + uxyzpk ximage +DEMOMATH1= gt2dlib DEMOMATH2= fftlib intrlib rnmlib vstlib DEMORAKU= color kihon layout map3d miss quick u2d uspack uxyz DEMODAT= grph1/scpack/t810630.dat grph1/scpack/t811231.dat \ @@ -46,7 +45,8 @@ .include .if ${ARCH} == "amd64" -BROKEN= "Does not build on amd64 (Needs to link against shared libraries)" +BROKEN= "Does not build on amd64 (Needs to link against shared libraries +)" .endif post-install: @@ -66,6 +66,10 @@ .for f in ${DEMOGRPH2} ${MKDIR} ${RUBY_MODEXAMPLESDIR}/grph2/${f} ${INSTALL_DATA} ${WRKSRC}/demo/grph2/${f}/*.rb ${RUBY_MODEXAMPLESDIR}/grph2/${f} +.endfor +.for f in ${DEMOMATH1} + ${MKDIR} ${RUBY_MODEXAMPLESDIR}/math1/${f} + ${INSTALL_DATA} ${WRKSRC}/demo/math1/${f}/*.rb ${RUBY_MODEXAMPLESDIR}/math1/${f} .endfor .for f in ${DEMOMATH2} ${MKDIR} ${RUBY_MODEXAMPLESDIR}/math2/${f} diff -rNu /usr/ports/science/ruby-dcl/distinfo ruby-dcl/distinfo --- /usr/ports/science/ruby-dcl/distinfo Mon Mar 15 06:52:19 2004 +++ ruby-dcl/distinfo Fri Jan 28 04:57:52 2005 @@ -1,2 +1,2 @@ -MD5 (ruby/ruby-dcl-1.4.0.tar.gz) = 3046e5896fb52b3a94d604c8d585a8b9 -SIZE (ruby/ruby-dcl-1.4.0.tar.gz) = 255368 +MD5 (ruby/ruby-dcl-1.5.0.tar.gz) = 3ccbe7e5539499f45502497de21c6cdc +SIZE (ruby/ruby-dcl-1.5.0.tar.gz) = 245389 diff -rNu /usr/ports/science/ruby-dcl/pkg-plist ruby-dcl/pkg-plist --- /usr/ports/science/ruby-dcl/pkg-plist Sat Feb 28 08:54:13 2004 +++ ruby-dcl/pkg-plist Fri Jan 28 05:10:45 2005 @@ -1,5 +1,7 @@ %%RUBY_SITEARCHLIBDIR%%/numru/dcl_raw.so +@unexec rmdir %B 2>/dev/null || true %%RUBY_SITELIBDIR%%/numru/dcl.rb +@unexec rmdir %B 2>/dev/null || true %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gokuraku/hop/hop.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gokuraku/jump/jump1.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gokuraku/jump/jump2.rb @@ -46,6 +48,8 @@ %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph1/slpack/slpk03.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph1/slpack/slpk04.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/grpack/grpk01.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/g2pack/g2pk01.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/g2pack/g2pk02.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/ucpack/ucpk01.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/ucpack/ucpk02.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/udegpk/u2df01.rb @@ -57,7 +61,9 @@ %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/udegpk/u2df07.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/udegpk/u2df08.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/ulpack/ulpk01.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/ulpack/ulpk01n.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/ulpack/ulpk02.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/ulpack/ulpk02n.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/t811231.dat %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/test01.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/test02.rb @@ -67,6 +73,7 @@ %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/test06.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/test07.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/test08.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/test09.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/umpk01.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/umpk02.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/umpk03.rb @@ -104,6 +111,7 @@ %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/ximage/MEMO %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/ximage/tomsclm.dat %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/grph2/ximage/ximg01.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/math1/gt2dlib/gt2d01.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/math2/fftlib/fftl01.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/math2/fftlib/fftl02.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/math2/intrlib/intr01.rb @@ -173,6 +181,7 @@ %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/grph1/slpack %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/grph1 %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/grph2/grpack +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/grph2/g2pack %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/grph2/ucpack %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/grph2/udegpk %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/grph2/ulpack @@ -182,6 +191,8 @@ %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/grph2/uxyzpk %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/grph2/ximage %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/grph2 +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/math1/gt2dlib +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/math1 %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/math2/fftlib %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/math2/intrlib %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/math2/rnmlib @@ -202,5 +213,3 @@ %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ToDo %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -@dirrm %%RUBY_SITEARCHLIBDIR%%/numru -@dirrm %%RUBY_SITELIBDIR%%/numru --- ruby-dcl.diff ends here --- --- ruby-gphys.diff begins here --- diff -rNu /usr/ports/science/ruby-gphys/Makefile ruby-gphys/Makefile --- /usr/ports/science/ruby-gphys/Makefile Tue Nov 9 06:52:22 2004 +++ ruby-gphys/Makefile Sat Jan 29 12:19:49 2005 @@ -6,8 +6,7 @@ # PORTNAME= gphys -PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTVERSION= 0.3.5 CATEGORIES= science ruby MASTER_SITES= ftp://www.gfd-dennou.org/arch/ruby/products/gphys/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -18,7 +17,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \ ${RUBY_SITELIBDIR}/narray_miss.rb:${PORTSDIR}/math/ruby-narray_miss \ - ${RUBY_SITEARCHLIBDIR}/numru/dcl_raw.so:${PORTSDIR}/science/ruby-dcl-gtk \ + ${RUBY_SITEARCHLIBDIR}/numru/dcl_raw.so:${PORTSDIR}/science/ruby-dcl \ ${RUBY_SITEARCHLIBDIR}/numru/netcdfraw.so:${PORTSDIR}/math/ruby-netcdf \ ${RUBY_SITEARCHLIBDIR}/numru/fftw3.so:${PORTSDIR}/math/ruby-fftw3 \ ${RUBY_SITELIBDIR}/numru/misc.rb:${PORTSDIR}/math/ruby-numru_misc \ @@ -27,7 +26,9 @@ USE_RUBY= yes NO_BUILD= yes -DOCS= ChangeLog README doc/* +DOCS= ChangeLog README TODO_ep_flux doc/*.html +DOCS_DR= doc/derivative/*.html doc/derivative/math-doc/document.pdf +DOCS_EP= doc/ep_flux/*.html doc/ep_flux/math-doc/document.pdf do-install: @cd ${WRKSRC}/ && ${RUBY} ./install.rb @@ -35,13 +36,25 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} + ${MKDIR} ${RUBY_MODEXAMPLESDIR}/test ${MKDIR} ${RUBY_MODEXAMPLESDIR}/testdata ${MKDIR} ${RUBY_MODEXAMPLESDIR}/sample + ${MKDIR} ${RUBY_MODEXAMPLESDIR}/sample/ep_flux + ${INSTALL_DATA} ${WRKSRC}/test/* ${RUBY_MODEXAMPLESDIR}/test ${INSTALL_DATA} ${WRKSRC}/testdata/* ${RUBY_MODEXAMPLESDIR}/testdata - ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/sample + ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_MODEXAMPLESDIR}/sample + ${INSTALL_DATA} ${WRKSRC}/sample/ep_flux/* ${RUBY_MODEXAMPLESDIR}/sample/ep_flux ${MKDIR} ${RUBY_MODDOCDIR} + ${MKDIR} ${RUBY_MODDOCDIR}/derivative + ${MKDIR} ${RUBY_MODDOCDIR}/ep_flux .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR} +.endfor +.for f in ${DOCS_DR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/derivative +.endfor +.for f in ${DOCS_EP} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ep_flux .endfor .endif diff -rNu /usr/ports/science/ruby-gphys/distinfo ruby-gphys/distinfo --- /usr/ports/science/ruby-gphys/distinfo Wed Oct 13 07:03:18 2004 +++ ruby-gphys/distinfo Wed Jan 26 08:57:49 2005 @@ -1,2 +1,2 @@ -MD5 (ruby/gphys-0.3.3.tar.gz) = 22ca8fbfc52f87e515e8d1cf67bdc35e -SIZE (ruby/gphys-0.3.3.tar.gz) = 178865 +MD5 (ruby/gphys-0.3.5.tar.gz) = 4ed58d402d6fc2ab751b233960726ae3 +SIZE (ruby/gphys-0.3.5.tar.gz) = 571467 diff -rNu /usr/ports/science/ruby-gphys/pkg-descr ruby-gphys/pkg-descr --- /usr/ports/science/ruby-gphys/pkg-descr Mon Mar 15 01:34:51 2004 +++ ruby-gphys/pkg-descr Sun Jan 16 04:06:00 2005 @@ -1,4 +1,3 @@ GPhys -- a multi-purpose class to handle Gridded Physical quantities -Author: Takeshi Horinouchi WWW: http://ruby.gfd-dennou.org/products/gphys/ diff -rNu /usr/ports/science/ruby-gphys/pkg-plist ruby-gphys/pkg-plist --- /usr/ports/science/ruby-gphys/pkg-plist Wed Apr 21 06:52:03 2004 +++ ruby-gphys/pkg-plist Wed Jan 26 09:16:24 2005 @@ -1,16 +1,22 @@ +bin/gpprint +bin/gpview +bin/grads2nc_with_gphys +%%RUBY_SITELIBDIR%%/numru/derivative.rb %%RUBY_SITELIBDIR%%/numru/ggraph.rb -%%RUBY_SITELIBDIR%%/numru/ggraph_old.rb +%%RUBY_SITELIBDIR%%/numru/ggraph_on_merdional_section.rb %%RUBY_SITELIBDIR%%/numru/gphys.rb %%RUBY_SITELIBDIR%%/numru/gphys/attribute.rb %%RUBY_SITELIBDIR%%/numru/gphys/attributenetcdf.rb %%RUBY_SITELIBDIR%%/numru/gphys/axis.rb %%RUBY_SITELIBDIR%%/numru/gphys/coordmapping.rb %%RUBY_SITELIBDIR%%/numru/gphys/coordtransform.rb +%%RUBY_SITELIBDIR%%/numru/gphys/derivative.rb +%%RUBY_SITELIBDIR%%/numru/gphys/ep_flux.rb %%RUBY_SITELIBDIR%%/numru/gphys/gphys.rb %%RUBY_SITELIBDIR%%/numru/gphys/gphys_fft.rb +%%RUBY_SITELIBDIR%%/numru/gphys/gphys_grads_io.rb %%RUBY_SITELIBDIR%%/numru/gphys/gphys_io.rb %%RUBY_SITELIBDIR%%/numru/gphys/gphys_io_common.rb -%%RUBY_SITELIBDIR%%/numru/gphys/gphys_grads_io.rb %%RUBY_SITELIBDIR%%/numru/gphys/gphys_netcdf_io.rb %%RUBY_SITELIBDIR%%/numru/gphys/grads_gridded.rb %%RUBY_SITELIBDIR%%/numru/gphys/grid.rb @@ -28,26 +34,46 @@ %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample/druby_cli2.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample/druby_serv1.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample/druby_serv2.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample/map_projection.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample/ep_flux/demo_NCEP_1.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample/ep_flux/demo_NCEP_2.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample/ep_flux/demo_NCEP_3.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test/test_ep_flux.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/testdata/T.jan.ctl %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/testdata/T.jan.dat %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/testdata/T.jan.nc %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/testdata/cira86.dat +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/sample/ep_flux %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/sample +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/test %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/testdata %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO_ep_flux %%PORTDOCS%%%%RUBY_MODDOCDIR%%/coordtransform.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ggraph.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/gphys.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/gphys_fft.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/gphys_grads_io.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/gphys_netcdf_io.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/gpprint.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/gpview.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/grads2nc_with_gphys.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/grads_gridded.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.rd %%PORTDOCS%%%%RUBY_MODDOCDIR%%/netcdf_convention.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/unumeric.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/varray.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/varraycomposite.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/derivative/gphys-derivative.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/derivative/index.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/derivative/numru-derivative.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/derivative/document.pdf +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/derivative +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ep_flux/ep_flux.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ep_flux/index.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ep_flux/ggraph_on_merdional_section.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ep_flux/document.pdf +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ep_flux %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% --- ruby-gphys.diff ends here --- --- gave.diff begins here --- diff -urN /usr/ports/science/gave/Makefile gave/Makefile --- /usr/ports/science/gave/Makefile Tue Nov 9 06:52:21 2004 +++ gave/Makefile Sat Jan 29 12:16:08 2005 @@ -6,8 +6,7 @@ # PORTNAME= gave -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.1.3 CATEGORIES= science graphics ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/gave/ DIST_SUBDIR= ruby @@ -16,7 +15,7 @@ COMMENT= A gtk+ based grid data analyser and viewer written in Ruby RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \ - ${RUBY_SITEARCHLIBDIR}/numru/dcl_raw.so:${PORTSDIR}/science/ruby-dcl-gtk \ + ${RUBY_SITEARCHLIBDIR}/numru/dcl_raw.so:${PORTSDIR}/science/ruby-dcl \ ${RUBY_SITEARCHLIBDIR}/numru/netcdfraw.so:${PORTSDIR}/math/ruby-netcdf \ ${RUBY_SITELIBDIR}/numru/gphys.rb:${PORTSDIR}/science/ruby-gphys \ ${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 \ @@ -24,8 +23,7 @@ ${RUBY_SITEARCHLIBDIR}/gnomevfs.so:${PORTSDIR}/devel/ruby-gnomevfs USE_RUBY= yes -NO_BUILD= yes -USE_REINPLACE= yes +USE_RUBY_SETUP= yes .include @@ -38,10 +36,14 @@ .endif .endif -post-patch: - @${REINPLACE_CMD} -e 's/sitelibdir\+\"\/numru\/\"\+package/sitelibdir\+\"\/\"\+package/' ${WRKSRC}/install.rb +DOCS= ChangeLog README -do-install: - @cd ${WRKSRC}/ && ${RUBY} ./install.rb --localedir=${PREFIX}/share/locale/ +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/gave +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/gave +.endfor +.endif .include diff -urN /usr/ports/science/gave/distinfo gave/distinfo --- /usr/ports/science/gave/distinfo Sat Jul 10 06:52:28 2004 +++ gave/distinfo Tue Jan 25 17:04:15 2005 @@ -1,2 +1,2 @@ -MD5 (ruby/gave-1.0.3.tar.gz) = 00249814b6c5572f91de2a01d62f4339 -SIZE (ruby/gave-1.0.3.tar.gz) = 21366 +MD5 (ruby/gave-1.1.3.tar.gz) = e98ad5d9c68f075e0552d400ca08ca43 +SIZE (ruby/gave-1.1.3.tar.gz) = 37044 diff -urN /usr/ports/science/gave/pkg-descr gave/pkg-descr --- /usr/ports/science/gave/pkg-descr Sat Jun 5 06:52:37 2004 +++ gave/pkg-descr Tue Jan 25 23:25:35 2005 @@ -1,4 +1,3 @@ Gave is a gtk+ based grid data analyser and viewer writen on Ruby. -Author: Seiya Nishizawa WWW: http://ruby.gfd-dennou.org/products/gave/ diff -urN /usr/ports/science/gave/pkg-plist gave/pkg-plist --- /usr/ports/science/gave/pkg-plist Sat Jun 5 06:52:37 2004 +++ gave/pkg-plist Sun Jan 16 04:26:19 2005 @@ -1,7 +1,12 @@ bin/gave %%RUBY_SITELIBDIR%%/numru/gave/draw.rb %%RUBY_SITELIBDIR%%/numru/gave/fileselection.rb -%%RUBY_SITELIBDIR%%/numru/gave/fileselection.glade +%%RUBY_SITELIBDIR%%/numru/gave/gave_config.rb @dirrm %%RUBY_SITELIBDIR%%/numru/gave @unexec rmdir %B 2>/dev/null || true +share/gave/glade/fileselection.glade +@dirrm share/gave/glade +@dirrm share/gave share/locale/ja/LC_MESSAGES/gave.mo +%%PORTDOCS%%share/doc/gave/ChangeLog +%%PORTDOCS%%share/doc/gave/README --- gave.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 13:10:13 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4983A16A4CE for ; Sun, 30 Jan 2005 13:10:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5DB843D48 for ; Sun, 30 Jan 2005 13:10:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UDACCL073086 for ; Sun, 30 Jan 2005 13:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UDACNB073081; Sun, 30 Jan 2005 13:10:12 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 13:10:12 GMT Resent-Message-Id: <200501301310.j0UDACNB073081@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Blaz Zupan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6A2A16A4CE for ; Sun, 30 Jan 2005 13:01:49 +0000 (GMT) Received: from titanic.medinet.si (titanic.medinet.si [212.18.42.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C204B43D39 for ; Sun, 30 Jan 2005 13:01:48 +0000 (GMT) (envelope-from blaz@titanic.medinet.si) Received: by titanic.medinet.si (Postfix, from userid 1000) id 3DF2455482; Sun, 30 Jan 2005 14:01:47 +0100 (CET) Message-Id: <20050130130147.3DF2455482@titanic.medinet.si> Date: Sun, 30 Jan 2005 14:01:47 +0100 (CET) From: Blaz Zupan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76854: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Blaz Zupan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 13:10:13 -0000 >Number: 76854 >Category: ports >Synopsis: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 >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 Jan 30 13:10:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Blaz Zupan >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD titanic.medinet.si 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Sun Jun 27 16:39:26 CEST 2004 root@bigbrother.amis.net:/usr/obj/usr/src/sys/TITANIC i386 >Description: Upgrade port to 1.4.0.beta1. Some of the plugins (most specifically check_ping) won't work with some locales (for example de_DE.ISO8859-1), because the locale changes the behaviour of scanf(). Temporary fix by hardcoding LC_NUMERIC to "C" in all plugins which use scanf(). >How-To-Repeat: >Fix: diff -urN nagios-plugins.old/Makefile nagios-plugins/Makefile --- nagios-plugins.old/Makefile Sun Dec 26 19:31:43 2004 +++ nagios-plugins/Makefile Sun Jan 30 13:58:50 2005 @@ -6,12 +6,11 @@ # PORTNAME= nagios-plugins -PORTVERSION= 1.4.0.a3 -PORTREVISION= 1 +PORTVERSION= 1.4.0.b1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= nagiosplug -DISTNAME= nagios-plugins-1.4.0-alpha3 +DISTNAME= nagios-plugins-1.4-beta1 MAINTAINER= blaz@si.FreeBSD.org COMMENT= Plugins for nagios @@ -102,6 +101,15 @@ USE_AUTOCONF_VER= 259 USE_GMAKE= yes USE_PERL5= yes +USE_REINPLACE= yes + +post-patch: +.for file in check_by_ssh.c check_disk.c check_http.c check_load.c \ + check_mrtgtraf.c check_nagios.c check_pgsql.c check_ping.c \ + check_procs.c check_snmp.c check_ssh.c check_swap.c check_time.c \ + check_users.c utils.c + @${REINPLACE_CMD} -e 's|setlocale (LC_ALL, "");|setlocale (LC_ALL, ""); setlocale(LC_NUMERIC, "C");|g' ${WRKSRC}/plugins/${file} +.endfor pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} \ diff -urN nagios-plugins.old/distinfo nagios-plugins/distinfo --- nagios-plugins.old/distinfo Wed Dec 22 09:50:07 2004 +++ nagios-plugins/distinfo Sun Jan 30 13:12:37 2005 @@ -1,2 +1,2 @@ -MD5 (nagios-plugins-1.4.0-alpha3.tar.gz) = 5e5eddaafc9a94164fcd71a5922bbcd3 -SIZE (nagios-plugins-1.4.0-alpha3.tar.gz) = 911373 +MD5 (nagios-plugins-1.4-beta1.tar.gz) = 5364baf80b580d2e4fb2da524ffe390c +SIZE (nagios-plugins-1.4-beta1.tar.gz) = 942359 diff -urN nagios-plugins.old/files/patch-check_nagios.c nagios-plugins/files/patch-check_nagios.c --- nagios-plugins.old/files/patch-check_nagios.c Sat Dec 4 18:23:31 2004 +++ nagios-plugins/files/patch-check_nagios.c Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- plugins/check_nagios.c.orig Thu Mar 11 16:17:08 2004 -+++ plugins/check_nagios.c Fri Dec 3 22:28:53 2004 -@@ -132,7 +132,7 @@ - } - - /* May get empty procargs */ -- if (!strstr(procargs, argv[0]) && strstr(procprog, process_string) && strcmp(procargs,"")) { -+ if (!strstr(procargs, argv[0]) && strcmp(procargs,"") && strstr(procargs, process_string)) { - proc_entries++; - if (verbose >= 2) { - printf (_("Found process: %s %s\n"), procprog, procargs); diff -urN nagios-plugins.old/files/patch-configure.in nagios-plugins/files/patch-configure.in --- nagios-plugins.old/files/patch-configure.in Wed Dec 22 09:50:07 2004 +++ nagios-plugins/files/patch-configure.in Sun Jan 30 13:16:54 2005 @@ -1,5 +1,5 @@ ---- configure.in.orig Wed Dec 15 21:54:37 2004 -+++ configure.in Fri Dec 17 12:31:43 2004 +--- configure.in.orig Thu Dec 30 15:19:37 2004 ++++ configure.in Sun Jan 30 13:16:43 2005 @@ -10,7 +10,7 @@ RELEASE=1 AC_SUBST(RELEASE) @@ -68,15 +68,16 @@ dnl Check for mysql libraries -@@ -644,221 +651,11 @@ +@@ -581,234 +588,11 @@ AC_PATH_PROG(PATH_TO_PS,ps) -AC_MSG_CHECKING(for ps syntax) -dnl For OpenBSD 3.2 & 3.3. Must come before ps -weo +-dnl Should also work for FreeBSD 5.2.1 and 5.3 -dnl STAT UCOMM VSZ RSS USER PPID COMMAND -if ps -axwo 'stat comm vsz rss user uid ppid args' 2>/dev/null | \ -- egrep -i ["^ *STAT +UCOMM +VSZ +RSS +USER +UID +PPID +COMMAND"] > /dev/null +- egrep -i ["^ *STAT +[UCOMAND]+ +VSZ +RSS +USER +UID +PPID +COMMAND"] > /dev/null -then - ac_cv_ps_varlist="[procstat,&procuid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]" - ac_cv_ps_command="$PATH_TO_PS -axwo 'stat uid ppid vsz rss pcpu comm args'" @@ -84,6 +85,18 @@ - ac_cv_ps_cols=8 - AC_MSG_RESULT([$ac_cv_ps_command]) - +-dnl Some *BSDs have different format for ps. This is mainly to catch FreeBSD 4. +-dnl Limitation: Only first 16 chars returned for ucomm field +-dnl Must come before ps -weo +-elif ps -axwo 'stat uid ppid vsz rss pcpu ucomm command' 2>/dev/null | \ +- egrep -i ["^ *STAT +UID +PPID +VSZ +RSS +%CPU +UCOMM +COMMAND"] > /dev/null +-then +- ac_cv_ps_varlist="[procstat,&procuid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]" +- ac_cv_ps_command="$PATH_TO_PS -axwo 'stat uid ppid vsz rss pcpu ucomm command'" +- ac_cv_ps_format="%s %d %d %d %d %f %s %n" +- ac_cv_ps_cols=8 +- AC_MSG_RESULT([$ac_cv_ps_command]) +- -dnl STAT UCOMM VSZ RSS USER UID PPID COMMAND -elif ps -weo 'stat comm vsz rss user uid ppid etime args' 2>/dev/null | \ - egrep -i ["^ *S[TAUES]* +[UCOMDNA]+ +[VSIZE]+ +R[S]+ +U[SER]+ +U[ID]+ +P[PID]+ +[ELAPSD]+ +[RGSCOMDNA]+"] >/dev/null @@ -295,7 +308,7 @@ if test -n "$ac_cv_ps_varlist" ; then AC_DEFINE_UNQUOTED(PS_VARLIST,$ac_cv_ps_varlist, -@@ -1211,6 +1008,8 @@ +@@ -1161,6 +945,8 @@ AC_DEFINE_UNQUOTED(WHO_COMMAND,"$ac_cv_path_to_who", [path and arguments for invoking 'who']) @@ -304,7 +317,7 @@ AC_PATH_PROG(PATH_TO_SNMPGET,snmpget) if test -x "$PATH_TO_SNMPGET" then -@@ -1233,7 +1032,10 @@ +@@ -1183,7 +969,10 @@ else AC_MSG_WARN([Tried $PERL - install Net::SNMP perl module if you want to use the perl snmp plugins]) fi @@ -315,7 +328,7 @@ AC_PATH_PROG(PATH_TO_QUAKESTAT,quakestat) AC_PATH_PROG(PATH_TO_QSTAT,qstat) -@@ -1255,7 +1057,10 @@ +@@ -1205,7 +994,10 @@ AC_DEFINE_UNQUOTED(PATH_TO_QSTAT,"$ac_cv_path_to_qstat", [path to qstat/quakestat]) fi @@ -326,7 +339,7 @@ AC_PATH_PROG(PATH_TO_FPING,fping) if test -x "$PATH_TO_FPING" then -@@ -1263,6 +1068,7 @@ +@@ -1213,6 +1005,7 @@ EXTRAS="$EXTRAS check_fping" else AC_MSG_WARN([Get fping from http://www.fping.com in order to make check_fping plugin]) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 13:10:13 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8532E16A4CF for ; Sun, 30 Jan 2005 13:10:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B20343D53 for ; Sun, 30 Jan 2005 13:10:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UDADeb073139 for ; Sun, 30 Jan 2005 13:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UDAD0m073138; Sun, 30 Jan 2005 13:10:13 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 13:10:13 GMT Resent-Message-Id: <200501301310.j0UDAD0m073138@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Shin'ya Murakami" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A68E16A4CE for ; Sun, 30 Jan 2005 13:04:11 +0000 (GMT) Received: from edamame.summing.com (edamame.summing.com [210.239.123.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C43A43D1F for ; Sun, 30 Jan 2005 13:04:10 +0000 (GMT) (envelope-from murakami@ahs.scitec.kobe-u.ac.jp) Received: from localhost (ZS204239.ppp.dion.ne.jp [222.15.204.239]) by edamame.summing.com (8.12.11/8.12.11) with ESMTP id j0UD5LG2006967 for ; Sun, 30 Jan 2005 22:05:21 +0900 (JST) Message-Id: <20050130.220418.48471529.murashin@edamame.summing.com> Date: Sun, 30 Jan 2005 22:04:18 +0900 (JST) From: "Shin'ya Murakami" To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76855: [maintainer] math/ruby-numru_units: update to 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 13:10:13 -0000 >Number: 76855 >Category: ports >Synopsis: [maintainer] math/ruby-numru_units: update to 1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 30 13:10:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Shin'ya Murakami >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD faris.lodoss.forceria 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Fri Nov 19 14:31:08 JST 2004 murashin@faris.lodoss.forceria:/cvs/obj/mg/cvs/freebsd/src/sys/FARIS i386 >Description: update to 1.3. >How-To-Repeat: N/A >Fix: --- ruby-numru_units.diff begins here --- diff -ruN /usr/ports/math/ruby-numru_units/Makefile ruby-numru_units/Makefile --- /usr/ports/math/ruby-numru_units/Makefile Wed Apr 21 06:51:41 2004 +++ ruby-numru_units/Makefile Sun Jan 16 03:16:05 2005 @@ -6,7 +6,7 @@ # PORTNAME= numru_units -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= math ruby MASTER_SITES= ftp://www.gfd-dennou.org/arch/ruby/products/numru-units/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff -ruN /usr/ports/math/ruby-numru_units/distinfo ruby-numru_units/distinfo --- /usr/ports/math/ruby-numru_units/distinfo Wed Apr 21 06:51:41 2004 +++ ruby-numru_units/distinfo Fri Jan 28 00:15:45 2005 @@ -1,2 +1,2 @@ -MD5 (ruby/numru-units-1.2.tar.gz) = baad953b430dd0ed198677cf5eb890d8 -SIZE (ruby/numru-units-1.2.tar.gz) = 98983 +MD5 (ruby/numru-units-1.3.tar.gz) = 10728bb62e3c15c88a397cf0f2314171 +SIZE (ruby/numru-units-1.3.tar.gz) = 119443 diff -ruN /usr/ports/math/ruby-numru_units/pkg-descr ruby-numru_units/pkg-descr --- /usr/ports/math/ruby-numru_units/pkg-descr Mon Mar 15 01:18:27 2004 +++ ruby-numru_units/pkg-descr Sun Jan 16 04:13:10 2005 @@ -9,6 +9,4 @@ library tries to keep the original expressions as much as possible by default, while allowing partial to complete decompositions if needed. -Author: Takeshi Horinouchi - Eizi Toyoda WWW: http://www.gfd-dennou.org/arch/ruby/products/numru-units/ --- ruby-numru_units.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 13:10:14 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A26E16A4CE for ; Sun, 30 Jan 2005 13:10:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB7043D54 for ; Sun, 30 Jan 2005 13:10:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UDADds073161 for ; Sun, 30 Jan 2005 13:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UDADqj073160; Sun, 30 Jan 2005 13:10:13 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 13:10:13 GMT Resent-Message-Id: <200501301310.j0UDADqj073160@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Shin'ya Murakami" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFF4016A4CF for ; Sun, 30 Jan 2005 13:08:30 +0000 (GMT) Received: from edamame.summing.com (edamame.summing.com [210.239.123.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id E998443D2F for ; Sun, 30 Jan 2005 13:08:28 +0000 (GMT) (envelope-from murakami@ahs.scitec.kobe-u.ac.jp) Received: from localhost (ZS204239.ppp.dion.ne.jp [222.15.204.239]) by edamame.summing.com (8.12.11/8.12.11) with ESMTP id j0UD9dfh020232 for ; Sun, 30 Jan 2005 22:09:39 +0900 (JST) Message-Id: <20050130.220836.08381393.murashin@edamame.summing.com> Date: Sun, 30 Jan 2005 22:08:36 +0900 (JST) From: "Shin'ya Murakami" To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76856: [new ports] science/dcl - scientific graphic library for geoscience X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 13:10:14 -0000 >Number: 76856 >Category: ports >Synopsis: [new ports] science/dcl - scientific graphic library for geoscience >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 Jan 30 13:10:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Shin'ya Murakami >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD faris.lodoss.forceria 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Fri Nov 19 14:31:08 JST 2004 murashin@faris.lodoss.forceria:/cvs/obj/mg/cvs/freebsd/src/sys/FARIS i386 >Description: DCL is a scientific graphic library for geoscience. >How-To-Repeat: N/A >Fix: --- dcl.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: # # dcl/ # dcl/Makefile # dcl/distinfo # dcl/pkg-descr # dcl/pkg-plist # echo c - dcl/ mkdir -p dcl/ > /dev/null 2>&1 echo x - dcl/Makefile sed 's/^X//' >dcl/Makefile << 'END-of-dcl/Makefile' X# New ports collection makefile for: DCL X# Date created: 30 January 2005 X# Whom: Shin'ya Murakami X# X# $FreeBSD$ X# X XPORTNAME= dcl XPORTVERSION= 5.3 XCATEGORIES= science graphics XMASTER_SITES= http://www.gfd-dennou.org/arch/dcl/ X XMAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp XCOMMENT= Scientific graphic library for geoscience X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --libdir=${PREFIX}/lib/${PORTNAME}-${PORTVERSION} --disable-gtk2 --disable-gtk --with-x XUSE_REINPLACE= yes X XDOCFILES= CHECK CREDITS HISTORY README README_clrmap README_gt2dlib \ X README_itr51 README_pslib README_umfmap XDEMODIRS= gokuraku grph1 grph2 math1 math2 misc1 misc2 rakuraku XDEMOGOKUDIR= hop jump layout step u1d u2d XDEMOGRPH1DIR= scpack sgpack slpack XDEMOGRPH2DIR= grpack ucpack udegpk ulpack umpack uspack uupack uxyzpk ximage XDEMOMATH1DIR= blklib chrlib fnclib gnmlib ifalib indxlib intlib lrllib \ X oslib rfalib rfblib sublib syslib vialib viblib vralib vrblib XDEMOMATH2DIR= fftlib intrlib rnmlib vstlib XDEMOMISC1DIR= bitlib chglib chklib chnlib clcklib datelib fmtlib hexlib \ X misclib randlib timelib XDEMORAKUDIR= color kihon layout map3d miss quick u2d uspack uxyz X XRESTRICTED= "No commercial use" X XDCL_VERSION= ${PORTVERSION} XPLIST_SUB= DCL_VERSION=${DCL_VERSION} X Xpre-build: X @cd ${WRKSRC} X @${REINPLACE_CMD} -e 's+dcldbase+dcldbase-${PORTVERSION}+' ${WRKSRC}/Mkinclude X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/demo/Makefile ${EXAMPLESDIR} X.for i in ${DEMODIRS} X ${MKDIR} ${EXAMPLESDIR}/${i} X ${INSTALL_DATA} ${WRKSRC}/demo/${i}/Makefile ${EXAMPLESDIR}/${i} X.endfor X.for i in ${DEMOGOKUDIR} X ${MKDIR} ${EXAMPLESDIR}/gokuraku/${i} X ${INSTALL_DATA} ${WRKSRC}/demo/gokuraku/${i}/* ${EXAMPLESDIR}/gokuraku/${i}/ X.endfor X.for i in ${DEMOGRPH1DIR} X ${MKDIR} ${EXAMPLESDIR}/grph1/${i} X ${INSTALL_DATA} ${WRKSRC}/demo/grph1/${i}/* ${EXAMPLESDIR}/grph1/${i}/ X.endfor X.for i in ${DEMOGRPH2DIR} X ${MKDIR} ${EXAMPLESDIR}/grph2/${i} X ${INSTALL_DATA} ${WRKSRC}/demo/grph2/${i}/* ${EXAMPLESDIR}/grph2/${i}/ X.endfor X.for i in ${DEMOMATH1DIR} X ${MKDIR} ${EXAMPLESDIR}/math1/${i} X ${INSTALL_DATA} ${WRKSRC}/demo/math1/${i}/* ${EXAMPLESDIR}/math1/${i}/ X.endfor X.for i in ${DEMOMATH2DIR} X ${MKDIR} ${EXAMPLESDIR}/math2/${i} X ${INSTALL_DATA} ${WRKSRC}/demo/math2/${i}/* ${EXAMPLESDIR}/math2/${i}/ X.endfor X.for i in ${DEMOMISC1DIR} X ${MKDIR} ${EXAMPLESDIR}/misc1/${i} X ${INSTALL_DATA} ${WRKSRC}/demo/misc1/${i}/* ${EXAMPLESDIR}/misc1/${i}/ X.endfor X.for i in ${DEMORAKUDIR} X ${MKDIR} ${EXAMPLESDIR}/rakuraku/${i} X ${INSTALL_DATA} ${WRKSRC}/demo/rakuraku/${i}/* ${EXAMPLESDIR}/rakuraku/${i}/ X.endfor X.endif X @${MKDIR} ${DOCSDIR} X.for i in ${DOCFILES} X ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ X.endfor X.include END-of-dcl/Makefile echo x - dcl/distinfo sed 's/^X//' >dcl/distinfo << 'END-of-dcl/distinfo' XMD5 (dcl-5.3.tar.gz) = 4c085f69a62b72322262c17c2d2c94c4 XSIZE (dcl-5.3.tar.gz) = 848828 END-of-dcl/distinfo echo x - dcl/pkg-descr sed 's/^X//' >dcl/pkg-descr << 'END-of-dcl/pkg-descr' XDCL is scientific graphic library for geoscience, written in Fortran. X XWWW: http://www.gfd-dennou.org/arch/dcl/ END-of-dcl/pkg-descr echo x - dcl/pkg-plist sed 's/^X//' >dcl/pkg-plist << 'END-of-dcl/pkg-plist' Xbin/dclcc Xbin/dclclr Xbin/dclcmap Xbin/dclconfig Xbin/dclconfig53 Xbin/dcldate Xbin/dcldbs Xbin/dclexec Xbin/dclfont Xbin/dclfrt Xbin/dclpara Xbin/dclps2kdraw Xbin/dclpscat Xbin/dclpsfix Xbin/dclpsfont Xbin/dclpsline Xbin/dclpsmargin Xbin/dclpsmerge Xbin/dclpsnup Xbin/dclpsrmcm Xbin/dclpsrot Xbin/dclpsselect Xbin/dclpsseparate Xbin/dclpsunrot Xbin/dcltone Xbin/dcltrf Xbin/dclver Xbin/repsl Xlib/dcldbase-%%DCL_VERSION%%/bitmap.x11 Xlib/dcldbase-%%DCL_VERSION%%/border_world Xlib/dcldbase-%%DCL_VERSION%%/cl2tnmap Xlib/dcldbase-%%DCL_VERSION%%/cmaplist Xlib/dcldbase-%%DCL_VERSION%%/coast_japan Xlib/dcldbase-%%DCL_VERSION%%/coast_world Xlib/dcldbase-%%DCL_VERSION%%/coast_world_1 Xlib/dcldbase-%%DCL_VERSION%%/colormap.x11 Xlib/dcldbase-%%DCL_VERSION%%/colormap_01.x11 Xlib/dcldbase-%%DCL_VERSION%%/colormap_02.x11 Xlib/dcldbase-%%DCL_VERSION%%/colormap_03.x11 Xlib/dcldbase-%%DCL_VERSION%%/colormap_04.x11 Xlib/dcldbase-%%DCL_VERSION%%/colormap_05.x11 Xlib/dcldbase-%%DCL_VERSION%%/colormap_06.x11 Xlib/dcldbase-%%DCL_VERSION%%/colormap_07.x11 Xlib/dcldbase-%%DCL_VERSION%%/colormap_08.x11 Xlib/dcldbase-%%DCL_VERSION%%/colormap_09.x11 Xlib/dcldbase-%%DCL_VERSION%%/colormap_10.x11 Xlib/dcldbase-%%DCL_VERSION%%/colormap_11.x11 Xlib/dcldbase-%%DCL_VERSION%%/colormap_12.x11 Xlib/dcldbase-%%DCL_VERSION%%/colormap_13.x11 Xlib/dcldbase-%%DCL_VERSION%%/font1u Xlib/dcldbase-%%DCL_VERSION%%/font2u Xlib/dcldbase-%%DCL_VERSION%%/plate_world Xlib/dcldbase-%%DCL_VERSION%%/pref_japan Xlib/dcldbase-%%DCL_VERSION%%/state_usa Xlib/libf77dcl53.a X%%PORTDOCS%%share/doc/dcl/CHECK X%%PORTDOCS%%share/doc/dcl/CREDITS X%%PORTDOCS%%share/doc/dcl/HISTORY X%%PORTDOCS%%share/doc/dcl/README X%%PORTDOCS%%share/doc/dcl/README_clrmap X%%PORTDOCS%%share/doc/dcl/README_gt2dlib X%%PORTDOCS%%share/doc/dcl/README_itr51 X%%PORTDOCS%%share/doc/dcl/README_pslib X%%PORTDOCS%%share/doc/dcl/README_umfmap X%%PORTDOCS%%@dirrm share/doc/dcl X%%PORTDOCS%%share/examples/dcl/Makefile X%%PORTDOCS%%share/examples/dcl/gokuraku/Makefile X%%PORTDOCS%%share/examples/dcl/gokuraku/hop/Makefile X%%PORTDOCS%%share/examples/dcl/gokuraku/hop/hop.f X%%PORTDOCS%%share/examples/dcl/gokuraku/jump/Makefile X%%PORTDOCS%%share/examples/dcl/gokuraku/jump/jump1.f X%%PORTDOCS%%share/examples/dcl/gokuraku/jump/jump2.f X%%PORTDOCS%%share/examples/dcl/gokuraku/layout/Makefile X%%PORTDOCS%%share/examples/dcl/gokuraku/layout/lay1.f X%%PORTDOCS%%share/examples/dcl/gokuraku/layout/lay2.f X%%PORTDOCS%%share/examples/dcl/gokuraku/step/Makefile X%%PORTDOCS%%share/examples/dcl/gokuraku/step/step1.f X%%PORTDOCS%%share/examples/dcl/gokuraku/step/step2.f X%%PORTDOCS%%share/examples/dcl/gokuraku/u1d/Makefile X%%PORTDOCS%%share/examples/dcl/gokuraku/u1d/u1d1.f X%%PORTDOCS%%share/examples/dcl/gokuraku/u1d/u1d2.f X%%PORTDOCS%%share/examples/dcl/gokuraku/u2d/Makefile X%%PORTDOCS%%share/examples/dcl/gokuraku/u2d/u2d1.f X%%PORTDOCS%%share/examples/dcl/gokuraku/u2d/u2d2.f X%%PORTDOCS%%share/examples/dcl/gokuraku/u2d/u2d3.f X%%PORTDOCS%%share/examples/dcl/gokuraku/u2d/u2d4.f X%%PORTDOCS%%share/examples/dcl/grph1/Makefile X%%PORTDOCS%%share/examples/dcl/grph1/scpack/Makefile X%%PORTDOCS%%share/examples/dcl/grph1/scpack/scpkt1.f X%%PORTDOCS%%share/examples/dcl/grph1/scpack/scpkt2.f X%%PORTDOCS%%share/examples/dcl/grph1/scpack/scpkt3.f X%%PORTDOCS%%share/examples/dcl/grph1/scpack/scpkt4.f X%%PORTDOCS%%share/examples/dcl/grph1/scpack/scpkt5.f X%%PORTDOCS%%share/examples/dcl/grph1/scpack/scpkt6.f X%%PORTDOCS%%share/examples/dcl/grph1/scpack/scpkt7.f X%%PORTDOCS%%share/examples/dcl/grph1/scpack/scpkt8.f X%%PORTDOCS%%share/examples/dcl/grph1/scpack/t810630.dat X%%PORTDOCS%%share/examples/dcl/grph1/scpack/t811231.dat X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/Makefile X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgfont.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgfonz.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgksx1.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgksx2.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgksx3.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sglidx.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgltyp.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgpk01.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgpk02.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgpk03.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgpk04.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgpk05.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgpk06.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgpk07.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgpk08.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgpk09.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgpk10.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgtclr.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgtone.f X%%PORTDOCS%%share/examples/dcl/grph1/sgpack/sgtonz.f X%%PORTDOCS%%share/examples/dcl/grph1/slpack/Makefile X%%PORTDOCS%%share/examples/dcl/grph1/slpack/slpk01.f X%%PORTDOCS%%share/examples/dcl/grph1/slpack/slpk02.f X%%PORTDOCS%%share/examples/dcl/grph1/slpack/slpk03.f X%%PORTDOCS%%share/examples/dcl/grph1/slpack/slpk04.f X%%PORTDOCS%%share/examples/dcl/grph2/Makefile X%%PORTDOCS%%share/examples/dcl/grph2/grpack/Makefile X%%PORTDOCS%%share/examples/dcl/grph2/grpack/grpk01.f X%%PORTDOCS%%share/examples/dcl/grph2/ucpack/Makefile X%%PORTDOCS%%share/examples/dcl/grph2/ucpack/ucpk01.f X%%PORTDOCS%%share/examples/dcl/grph2/ucpack/ucpk02.f X%%PORTDOCS%%share/examples/dcl/grph2/udegpk/Makefile X%%PORTDOCS%%share/examples/dcl/grph2/udegpk/u2df01.f X%%PORTDOCS%%share/examples/dcl/grph2/udegpk/u2df02.f X%%PORTDOCS%%share/examples/dcl/grph2/udegpk/u2df03.f X%%PORTDOCS%%share/examples/dcl/grph2/udegpk/u2df04.f X%%PORTDOCS%%share/examples/dcl/grph2/udegpk/u2df05.f X%%PORTDOCS%%share/examples/dcl/grph2/udegpk/u2df06.f X%%PORTDOCS%%share/examples/dcl/grph2/udegpk/u2df07.f X%%PORTDOCS%%share/examples/dcl/grph2/udegpk/u2df08.f X%%PORTDOCS%%share/examples/dcl/grph2/ulpack/Makefile X%%PORTDOCS%%share/examples/dcl/grph2/ulpack/ulpk01.f X%%PORTDOCS%%share/examples/dcl/grph2/ulpack/ulpk01n.f X%%PORTDOCS%%share/examples/dcl/grph2/ulpack/ulpk02.f X%%PORTDOCS%%share/examples/dcl/grph2/ulpack/ulpk02n.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/Makefile X%%PORTDOCS%%share/examples/dcl/grph2/umpack/t811231.dat X%%PORTDOCS%%share/examples/dcl/grph2/umpack/test01.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/test02.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/test03.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/test04.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/test05.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/test06.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/test07.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/test08.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/test09.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/umpk01.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/umpk02.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/umpk03.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/umpk04.f X%%PORTDOCS%%share/examples/dcl/grph2/umpack/umpk05.f X%%PORTDOCS%%share/examples/dcl/grph2/uspack/Makefile X%%PORTDOCS%%share/examples/dcl/grph2/uspack/uspk01.f X%%PORTDOCS%%share/examples/dcl/grph2/uspack/uspk02.f X%%PORTDOCS%%share/examples/dcl/grph2/uspack/uspk03.f X%%PORTDOCS%%share/examples/dcl/grph2/uspack/uspk04.f X%%PORTDOCS%%share/examples/dcl/grph2/uspack/uspk05.f X%%PORTDOCS%%share/examples/dcl/grph2/uspack/uspk06.f X%%PORTDOCS%%share/examples/dcl/grph2/uspack/uspk07.f X%%PORTDOCS%%share/examples/dcl/grph2/uspack/uspk08.f X%%PORTDOCS%%share/examples/dcl/grph2/uspack/uspk09.f X%%PORTDOCS%%share/examples/dcl/grph2/uspack/uspk10.f X%%PORTDOCS%%share/examples/dcl/grph2/uspack/uspk11.f X%%PORTDOCS%%share/examples/dcl/grph2/uspack/uspk12.f X%%PORTDOCS%%share/examples/dcl/grph2/uupack/Makefile X%%PORTDOCS%%share/examples/dcl/grph2/uupack/uupk01.f X%%PORTDOCS%%share/examples/dcl/grph2/uupack/uupk02.f X%%PORTDOCS%%share/examples/dcl/grph2/uupack/uupk03.f X%%PORTDOCS%%share/examples/dcl/grph2/uupack/uupk04.f X%%PORTDOCS%%share/examples/dcl/grph2/uupack/uupk05.f X%%PORTDOCS%%share/examples/dcl/grph2/uupack/uupk06.f X%%PORTDOCS%%share/examples/dcl/grph2/uupack/uupk07.f X%%PORTDOCS%%share/examples/dcl/grph2/uxyzpk/Makefile X%%PORTDOCS%%share/examples/dcl/grph2/uxyzpk/uxyz01.f X%%PORTDOCS%%share/examples/dcl/grph2/uxyzpk/uxyz02.f X%%PORTDOCS%%share/examples/dcl/grph2/uxyzpk/uxyz03.f X%%PORTDOCS%%share/examples/dcl/grph2/uxyzpk/uxyz04.f X%%PORTDOCS%%share/examples/dcl/grph2/uxyzpk/uxyz05.f X%%PORTDOCS%%share/examples/dcl/grph2/uxyzpk/uxyz06.f X%%PORTDOCS%%share/examples/dcl/grph2/uxyzpk/uxyz07.f X%%PORTDOCS%%share/examples/dcl/grph2/uxyzpk/uxyz08.f X%%PORTDOCS%%share/examples/dcl/grph2/uxyzpk/uxyz09.f X%%PORTDOCS%%share/examples/dcl/grph2/uxyzpk/uxyz10.f X%%PORTDOCS%%share/examples/dcl/grph2/ximage/MEMO X%%PORTDOCS%%share/examples/dcl/grph2/ximage/Makefile X%%PORTDOCS%%share/examples/dcl/grph2/ximage/tomsclm.dat X%%PORTDOCS%%share/examples/dcl/grph2/ximage/ximg01.f X%%PORTDOCS%%share/examples/dcl/math1/Makefile X%%PORTDOCS%%share/examples/dcl/math1/blklib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/blklib/blkl01.f X%%PORTDOCS%%share/examples/dcl/math1/chrlib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/chrlib/chrl01.f X%%PORTDOCS%%share/examples/dcl/math1/fnclib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/fnclib/fncl01.f X%%PORTDOCS%%share/examples/dcl/math1/gnmlib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/gnmlib/gnml01.f X%%PORTDOCS%%share/examples/dcl/math1/ifalib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/ifalib/ifal01.f X%%PORTDOCS%%share/examples/dcl/math1/indxlib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/indxlib/indx01.f X%%PORTDOCS%%share/examples/dcl/math1/indxlib/indx02.f X%%PORTDOCS%%share/examples/dcl/math1/intlib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/intlib/intl01.f X%%PORTDOCS%%share/examples/dcl/math1/lrllib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/lrllib/lrll01.f X%%PORTDOCS%%share/examples/dcl/math1/lrllib/lrll02.f X%%PORTDOCS%%share/examples/dcl/math1/oslib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/oslib/oslb01.f X%%PORTDOCS%%share/examples/dcl/math1/oslib/oslb02.f X%%PORTDOCS%%share/examples/dcl/math1/rfalib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/rfalib/rfal01.f X%%PORTDOCS%%share/examples/dcl/math1/rfblib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/rfblib/rfbl01.f X%%PORTDOCS%%share/examples/dcl/math1/sublib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/sublib/subl01.f X%%PORTDOCS%%share/examples/dcl/math1/syslib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/syslib/sysl01.f X%%PORTDOCS%%share/examples/dcl/math1/syslib/sysl02.f X%%PORTDOCS%%share/examples/dcl/math1/vialib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/vialib/vial01.f X%%PORTDOCS%%share/examples/dcl/math1/vialib/vial02.f X%%PORTDOCS%%share/examples/dcl/math1/viblib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/viblib/vibl01.f X%%PORTDOCS%%share/examples/dcl/math1/vralib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/vralib/vral01.f X%%PORTDOCS%%share/examples/dcl/math1/vralib/vral02.f X%%PORTDOCS%%share/examples/dcl/math1/vrblib/Makefile X%%PORTDOCS%%share/examples/dcl/math1/vrblib/vrbl01.f X%%PORTDOCS%%share/examples/dcl/math2/Makefile X%%PORTDOCS%%share/examples/dcl/math2/fftlib/Makefile X%%PORTDOCS%%share/examples/dcl/math2/fftlib/fftl01.f X%%PORTDOCS%%share/examples/dcl/math2/fftlib/fftl02.f X%%PORTDOCS%%share/examples/dcl/math2/intrlib/Makefile X%%PORTDOCS%%share/examples/dcl/math2/intrlib/intr01.f X%%PORTDOCS%%share/examples/dcl/math2/rnmlib/Makefile X%%PORTDOCS%%share/examples/dcl/math2/rnmlib/rnml01.f X%%PORTDOCS%%share/examples/dcl/math2/vstlib/Makefile X%%PORTDOCS%%share/examples/dcl/math2/vstlib/vstl01.f X%%PORTDOCS%%share/examples/dcl/math2/vstlib/vstl02.f X%%PORTDOCS%%share/examples/dcl/misc1/Makefile X%%PORTDOCS%%share/examples/dcl/misc1/bitlib/Makefile X%%PORTDOCS%%share/examples/dcl/misc1/bitlib/bitl01.f X%%PORTDOCS%%share/examples/dcl/misc1/chglib/Makefile X%%PORTDOCS%%share/examples/dcl/misc1/chglib/chgl01.f X%%PORTDOCS%%share/examples/dcl/misc1/chklib/Makefile X%%PORTDOCS%%share/examples/dcl/misc1/chklib/chkl01.f X%%PORTDOCS%%share/examples/dcl/misc1/chnlib/Makefile X%%PORTDOCS%%share/examples/dcl/misc1/chnlib/chnl01.f X%%PORTDOCS%%share/examples/dcl/misc1/chnlib/chnl02.f X%%PORTDOCS%%share/examples/dcl/misc1/chnlib/chnl03.f X%%PORTDOCS%%share/examples/dcl/misc1/clcklib/Makefile X%%PORTDOCS%%share/examples/dcl/misc1/clcklib/clck01.f X%%PORTDOCS%%share/examples/dcl/misc1/datelib/Makefile X%%PORTDOCS%%share/examples/dcl/misc1/datelib/date01.f X%%PORTDOCS%%share/examples/dcl/misc1/datelib/date02.f X%%PORTDOCS%%share/examples/dcl/misc1/datelib/date03.f X%%PORTDOCS%%share/examples/dcl/misc1/datelib/date04.f X%%PORTDOCS%%share/examples/dcl/misc1/fmtlib/Makefile X%%PORTDOCS%%share/examples/dcl/misc1/fmtlib/fmtl01.f X%%PORTDOCS%%share/examples/dcl/misc1/hexlib/Makefile X%%PORTDOCS%%share/examples/dcl/misc1/hexlib/hexl01.f X%%PORTDOCS%%share/examples/dcl/misc1/misclib/Makefile X%%PORTDOCS%%share/examples/dcl/misc1/misclib/fncl01.f X%%PORTDOCS%%share/examples/dcl/misc1/randlib/Makefile X%%PORTDOCS%%share/examples/dcl/misc1/randlib/rand01.f X%%PORTDOCS%%share/examples/dcl/misc1/timelib/Makefile X%%PORTDOCS%%share/examples/dcl/misc1/timelib/time01.f X%%PORTDOCS%%share/examples/dcl/misc1/timelib/time02.f X%%PORTDOCS%%share/examples/dcl/misc2/Makefile X%%PORTDOCS%%share/examples/dcl/rakuraku/Makefile X%%PORTDOCS%%share/examples/dcl/rakuraku/color/Makefile X%%PORTDOCS%%share/examples/dcl/rakuraku/color/color1.f X%%PORTDOCS%%share/examples/dcl/rakuraku/color/color2.f X%%PORTDOCS%%share/examples/dcl/rakuraku/color/color3.f X%%PORTDOCS%%share/examples/dcl/rakuraku/color/colormap1.x11 X%%PORTDOCS%%share/examples/dcl/rakuraku/color/colormap2.x11 X%%PORTDOCS%%share/examples/dcl/rakuraku/color/colormap3.x11 X%%PORTDOCS%%share/examples/dcl/rakuraku/color/colormap4.x11 X%%PORTDOCS%%share/examples/dcl/rakuraku/kihon/Makefile X%%PORTDOCS%%share/examples/dcl/rakuraku/kihon/kihon1.f X%%PORTDOCS%%share/examples/dcl/rakuraku/kihon/kihon2.f X%%PORTDOCS%%share/examples/dcl/rakuraku/kihon/kihon3.f X%%PORTDOCS%%share/examples/dcl/rakuraku/kihon/kihon4.f X%%PORTDOCS%%share/examples/dcl/rakuraku/kihon/kihon5.f X%%PORTDOCS%%share/examples/dcl/rakuraku/kihon/kihon6.f X%%PORTDOCS%%share/examples/dcl/rakuraku/kihon/kihon7.f X%%PORTDOCS%%share/examples/dcl/rakuraku/kihon/kihon8.f X%%PORTDOCS%%share/examples/dcl/rakuraku/kihon/kihon9.f X%%PORTDOCS%%share/examples/dcl/rakuraku/kihon/kihona.f X%%PORTDOCS%%share/examples/dcl/rakuraku/kihon/kihonb.f X%%PORTDOCS%%share/examples/dcl/rakuraku/kihon/kihonc.f X%%PORTDOCS%%share/examples/dcl/rakuraku/layout/Makefile X%%PORTDOCS%%share/examples/dcl/rakuraku/layout/lay1.f X%%PORTDOCS%%share/examples/dcl/rakuraku/layout/lay2.f X%%PORTDOCS%%share/examples/dcl/rakuraku/layout/lay3.f X%%PORTDOCS%%share/examples/dcl/rakuraku/map3d/Makefile X%%PORTDOCS%%share/examples/dcl/rakuraku/map3d/map3d1.f X%%PORTDOCS%%share/examples/dcl/rakuraku/map3d/map3d2.f X%%PORTDOCS%%share/examples/dcl/rakuraku/map3d/map3d3.f X%%PORTDOCS%%share/examples/dcl/rakuraku/map3d/map3d4.f X%%PORTDOCS%%share/examples/dcl/rakuraku/map3d/map3d5.f X%%PORTDOCS%%share/examples/dcl/rakuraku/map3d/map3d6.f X%%PORTDOCS%%share/examples/dcl/rakuraku/miss/Makefile X%%PORTDOCS%%share/examples/dcl/rakuraku/miss/miss1.f X%%PORTDOCS%%share/examples/dcl/rakuraku/miss/miss2.f X%%PORTDOCS%%share/examples/dcl/rakuraku/quick/Makefile X%%PORTDOCS%%share/examples/dcl/rakuraku/quick/quick1+.f X%%PORTDOCS%%share/examples/dcl/rakuraku/quick/quick1.f X%%PORTDOCS%%share/examples/dcl/rakuraku/quick/quick2.f X%%PORTDOCS%%share/examples/dcl/rakuraku/quick/quick3.f X%%PORTDOCS%%share/examples/dcl/rakuraku/quick/quick4.f X%%PORTDOCS%%share/examples/dcl/rakuraku/quick/quick5.f X%%PORTDOCS%%share/examples/dcl/rakuraku/u2d/Makefile X%%PORTDOCS%%share/examples/dcl/rakuraku/u2d/u2d1.f X%%PORTDOCS%%share/examples/dcl/rakuraku/u2d/u2d2.f X%%PORTDOCS%%share/examples/dcl/rakuraku/u2d/u2d3.f X%%PORTDOCS%%share/examples/dcl/rakuraku/u2d/u2d4.f X%%PORTDOCS%%share/examples/dcl/rakuraku/u2d/u2d5.f X%%PORTDOCS%%share/examples/dcl/rakuraku/u2d/u2d6.f X%%PORTDOCS%%share/examples/dcl/rakuraku/u2d/u2d7.f X%%PORTDOCS%%share/examples/dcl/rakuraku/uspack/Makefile X%%PORTDOCS%%share/examples/dcl/rakuraku/uspack/uspac1.f X%%PORTDOCS%%share/examples/dcl/rakuraku/uspack/uspac2.f X%%PORTDOCS%%share/examples/dcl/rakuraku/uspack/uspac3.f X%%PORTDOCS%%share/examples/dcl/rakuraku/uspack/uspac4.f X%%PORTDOCS%%share/examples/dcl/rakuraku/uxyz/Makefile X%%PORTDOCS%%share/examples/dcl/rakuraku/uxyz/uxyz1.f X%%PORTDOCS%%share/examples/dcl/rakuraku/uxyz/uxyz2.f X%%PORTDOCS%%share/examples/dcl/rakuraku/uxyz/uxyz3.f X%%PORTDOCS%%share/examples/dcl/rakuraku/uxyz/uxyz4.f X%%PORTDOCS%%share/examples/dcl/rakuraku/uxyz/uxyz5.f X%%PORTDOCS%%share/examples/dcl/rakuraku/uxyz/uxyz6.f X%%PORTDOCS%%share/examples/dcl/rakuraku/uxyz/uxyz7.f X%%PORTDOCS%%share/examples/dcl/rakuraku/uxyz/uxyz8.f X%%PORTDOCS%%@dirrm share/examples/dcl/gokuraku/hop X%%PORTDOCS%%@dirrm share/examples/dcl/gokuraku/jump X%%PORTDOCS%%@dirrm share/examples/dcl/gokuraku/layout X%%PORTDOCS%%@dirrm share/examples/dcl/gokuraku/step X%%PORTDOCS%%@dirrm share/examples/dcl/gokuraku/u1d X%%PORTDOCS%%@dirrm share/examples/dcl/gokuraku/u2d X%%PORTDOCS%%@dirrm share/examples/dcl/gokuraku/ X%%PORTDOCS%%@dirrm share/examples/dcl/grph1/scpack X%%PORTDOCS%%@dirrm share/examples/dcl/grph1/sgpack X%%PORTDOCS%%@dirrm share/examples/dcl/grph1/slpack X%%PORTDOCS%%@dirrm share/examples/dcl/grph1 X%%PORTDOCS%%@dirrm share/examples/dcl/grph2/grpack X%%PORTDOCS%%@dirrm share/examples/dcl/grph2/ucpack X%%PORTDOCS%%@dirrm share/examples/dcl/grph2/udegpk X%%PORTDOCS%%@dirrm share/examples/dcl/grph2/ulpack X%%PORTDOCS%%@dirrm share/examples/dcl/grph2/umpack X%%PORTDOCS%%@dirrm share/examples/dcl/grph2/uspack X%%PORTDOCS%%@dirrm share/examples/dcl/grph2/uupack X%%PORTDOCS%%@dirrm share/examples/dcl/grph2/uxyzpk X%%PORTDOCS%%@dirrm share/examples/dcl/grph2/ximage X%%PORTDOCS%%@dirrm share/examples/dcl/grph2 X%%PORTDOCS%%@dirrm share/examples/dcl/math1/blklib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/chrlib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/fnclib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/gnmlib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/ifalib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/indxlib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/intlib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/lrllib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/oslib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/rfalib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/rfblib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/sublib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/syslib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/vialib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/viblib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/vralib X%%PORTDOCS%%@dirrm share/examples/dcl/math1/vrblib X%%PORTDOCS%%@dirrm share/examples/dcl/math1 X%%PORTDOCS%%@dirrm share/examples/dcl/math2/fftlib X%%PORTDOCS%%@dirrm share/examples/dcl/math2/intrlib X%%PORTDOCS%%@dirrm share/examples/dcl/math2/rnmlib X%%PORTDOCS%%@dirrm share/examples/dcl/math2/vstlib X%%PORTDOCS%%@dirrm share/examples/dcl/math2 X%%PORTDOCS%%@dirrm share/examples/dcl/misc1/bitlib X%%PORTDOCS%%@dirrm share/examples/dcl/misc1/chglib X%%PORTDOCS%%@dirrm share/examples/dcl/misc1/chklib X%%PORTDOCS%%@dirrm share/examples/dcl/misc1/chnlib X%%PORTDOCS%%@dirrm share/examples/dcl/misc1/clcklib X%%PORTDOCS%%@dirrm share/examples/dcl/misc1/datelib X%%PORTDOCS%%@dirrm share/examples/dcl/misc1/fmtlib X%%PORTDOCS%%@dirrm share/examples/dcl/misc1/hexlib X%%PORTDOCS%%@dirrm share/examples/dcl/misc1/misclib X%%PORTDOCS%%@dirrm share/examples/dcl/misc1/randlib X%%PORTDOCS%%@dirrm share/examples/dcl/misc1/timelib X%%PORTDOCS%%@dirrm share/examples/dcl/misc1 X%%PORTDOCS%%@dirrm share/examples/dcl/misc2 X%%PORTDOCS%%@dirrm share/examples/dcl/rakuraku/color X%%PORTDOCS%%@dirrm share/examples/dcl/rakuraku/kihon X%%PORTDOCS%%@dirrm share/examples/dcl/rakuraku/layout X%%PORTDOCS%%@dirrm share/examples/dcl/rakuraku/map3d X%%PORTDOCS%%@dirrm share/examples/dcl/rakuraku/miss X%%PORTDOCS%%@dirrm share/examples/dcl/rakuraku/quick X%%PORTDOCS%%@dirrm share/examples/dcl/rakuraku/u2d X%%PORTDOCS%%@dirrm share/examples/dcl/rakuraku/uspack X%%PORTDOCS%%@dirrm share/examples/dcl/rakuraku/uxyz X%%PORTDOCS%%@dirrm share/examples/dcl/rakuraku X%%PORTDOCS%%@dirrm share/examples/dcl X@dirrm lib/dcldbase-%%DCL_VERSION%% END-of-dcl/pkg-plist exit --- dcl.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 13:20:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 684CE16A4CE for ; Sun, 30 Jan 2005 13:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF0A43D31 for ; Sun, 30 Jan 2005 13:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UDKMW5073656 for ; Sun, 30 Jan 2005 13:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UDKMtF073655; Sun, 30 Jan 2005 13:20:22 GMT (envelope-from gnats) Date: Sun, 30 Jan 2005 13:20:22 GMT Message-Id: <200501301320.j0UDKMtF073655@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Blaz Zupan Subject: Re: ports/76696: /usr/ports/net-mgmt/nagios-plugins - BROKENversion committed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Blaz Zupan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 13:20:22 -0000 The following reply was made to PR ports/76696; it has been noted by GNATS. From: Blaz Zupan To: freebsd-gnats-submit@FreeBSD.org, emz@norma.perm.ru Cc: Subject: Re: ports/76696: /usr/ports/net-mgmt/nagios-plugins - BROKEN version committed Date: Sun, 30 Jan 2005 14:10:50 +0100 This PR should be closed and temporary fix in PR ports/76854 should be commited. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 13:31:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 441C916A4CF; Sun, 30 Jan 2005 13:31:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEEAE43D45; Sun, 30 Jan 2005 13:31:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UDVMw0075070; Sun, 30 Jan 2005 13:31:22 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UDVMBk075066; Sun, 30 Jan 2005 13:31:22 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 13:31:22 GMT From: Pav Lucistnik Message-Id: <200501301331.j0UDVMBk075066@freefall.freebsd.org> To: johans@stack.nl, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76828: lang/moscow_ml: fix compilation on sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 13:31:23 -0000 Synopsis: lang/moscow_ml: fix compilation on sparc64 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jan 30 13:31:12 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76828 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 13:37:51 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD7EF16A4CE; Sun, 30 Jan 2005 13:37:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A208D43D48; Sun, 30 Jan 2005 13:37:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UDbpjl075291; Sun, 30 Jan 2005 13:37:51 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UDbp1c075287; Sun, 30 Jan 2005 13:37:51 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 13:37:51 GMT From: Pav Lucistnik Message-Id: <200501301337.j0UDbp1c075287@freefall.freebsd.org> To: ports@mark.reidel.info, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76833: [MAINTAINER] print/cups-pdf: update to 1.6.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 13:37:52 -0000 Synopsis: [MAINTAINER] print/cups-pdf: update to 1.6.5 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jan 30 13:37:44 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76833 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 13:39:49 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C215C16A4D0; Sun, 30 Jan 2005 13:39:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D4E43D49; Sun, 30 Jan 2005 13:39:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UDdnBS075410; Sun, 30 Jan 2005 13:39:49 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UDdnAX075406; Sun, 30 Jan 2005 13:39:49 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 13:39:49 GMT From: Pav Lucistnik Message-Id: <200501301339.j0UDdnAX075406@freefall.freebsd.org> To: anrays@gmail.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76823: [MAINTAINER] net/kf: remove unfetchable master site. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 13:39:49 -0000 Synopsis: [MAINTAINER] net/kf: remove unfetchable master site. State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jan 30 13:39:40 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76823 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 13:51:02 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C273C16A4CF; Sun, 30 Jan 2005 13:51:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9785343D31; Sun, 30 Jan 2005 13:51:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UDp2VE075924; Sun, 30 Jan 2005 13:51:02 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UDp2hp075920; Sun, 30 Jan 2005 13:51:02 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 13:51:02 GMT From: Pav Lucistnik Message-Id: <200501301351.j0UDp2hp075920@freefall.freebsd.org> To: johans@stack.nl, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76824: science/felt: fix compilation on FreeBSD >= 5.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 13:51:02 -0000 Synopsis: science/felt: fix compilation on FreeBSD >= 5.x State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jan 30 13:50:55 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76824 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 13:55:46 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0141C16A4CE; Sun, 30 Jan 2005 13:55:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF1543D46; Sun, 30 Jan 2005 13:55:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UDtjTI076062; Sun, 30 Jan 2005 13:55:45 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UDtjCw076058; Sun, 30 Jan 2005 13:55:45 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 13:55:45 GMT From: Pav Lucistnik Message-Id: <200501301355.j0UDtjCw076058@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/76829: [ PORT UPDATE ] mail/pine4 -- add maildir patch 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: Sun, 30 Jan 2005 13:55:46 -0000 Synopsis: [ PORT UPDATE ] mail/pine4 -- add maildir patch support Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: pav Responsible-Changed-When: Sun Jan 30 13:55:34 GMT 2005 Responsible-Changed-Why: Over to pine maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=76829 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 13:59:15 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D82916A4CE; Sun, 30 Jan 2005 13:59:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D84DC43D2D; Sun, 30 Jan 2005 13:59:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UDxEfk076184; Sun, 30 Jan 2005 13:59:14 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UDxEYx076180; Sun, 30 Jan 2005 13:59:14 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 13:59:14 GMT From: Pav Lucistnik Message-Id: <200501301359.j0UDxEYx076180@freefall.freebsd.org> To: marcus@corp.grupos.com.br, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/76830: Update port: mail/postfix-current change to 2.2-20050119 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 13:59:15 -0000 Synopsis: Update port: mail/postfix-current change to 2.2-20050119 State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Sun Jan 30 13:59:00 GMT 2005 State-Changed-Why: Asked maintainer for approval. Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sun Jan 30 13:59:00 GMT 2005 Responsible-Changed-Why: Handle. http://www.freebsd.org/cgi/query-pr.cgi?pr=76830 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 14:37:46 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74E8A16A4CE; Sun, 30 Jan 2005 14:37:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E32F43D45; Sun, 30 Jan 2005 14:37:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UEbk9e082705; Sun, 30 Jan 2005 14:37:46 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UEbkEx082701; Sun, 30 Jan 2005 14:37:46 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 14:37:46 GMT From: Pav Lucistnik Message-Id: <200501301437.j0UEbkEx082701@freefall.freebsd.org> To: johans@stack.nl, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76832: lang/scriba: fix installation on sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 14:37:46 -0000 Synopsis: lang/scriba: fix installation on sparc64 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jan 30 14:37:39 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76832 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 14:42:44 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D403F16A4CE; Sun, 30 Jan 2005 14:42:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A42F43D5E; Sun, 30 Jan 2005 14:42:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UEgiBf082945; Sun, 30 Jan 2005 14:42:44 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UEgirt082941; Sun, 30 Jan 2005 14:42:44 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 14:42:44 GMT From: Pav Lucistnik Message-Id: <200501301442.j0UEgirt082941@freefall.freebsd.org> To: gaoj@cpsc.ucalgary.ca, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76836: [maintainer] textproc/skim does not compile on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 14:42:45 -0000 Synopsis: [maintainer] textproc/skim does not compile on amd64 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jan 30 14:42:38 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76836 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 14:44:37 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5D0716A4CE; Sun, 30 Jan 2005 14:44:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CECF43D54; Sun, 30 Jan 2005 14:44:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UEibWL083019; Sun, 30 Jan 2005 14:44:37 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UEibLR083015; Sun, 30 Jan 2005 14:44:37 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 14:44:37 GMT From: Pav Lucistnik Message-Id: <200501301444.j0UEibLR083015@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/76838: multimedia/pvr250 problems in 4.x with coexistence of connexant based devices and bt8x8 based devices X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 14:44:37 -0000 Synopsis: multimedia/pvr250 problems in 4.x with coexistence of connexant based devices and bt8x8 based devices Responsible-Changed-From-To: freebsd-ports-bugs->edwin Responsible-Changed-By: pav Responsible-Changed-When: Sun Jan 30 14:44:29 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=76838 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 14:56:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2BFC16A4CE; Sun, 30 Jan 2005 14:56:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8906B43D31; Sun, 30 Jan 2005 14:56:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UEuGZE083577; Sun, 30 Jan 2005 14:56:16 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UEuGAS083573; Sun, 30 Jan 2005 14:56:16 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 14:56:16 GMT From: Pav Lucistnik Message-Id: <200501301456.j0UEuGAS083573@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76837: maintainer-update of security/tor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 14:56:16 -0000 Synopsis: maintainer-update of security/tor State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jan 30 14:56:06 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76837 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 14:59:36 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F52F16A4CE; Sun, 30 Jan 2005 14:59:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16AFE43D41; Sun, 30 Jan 2005 14:59:36 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UExZgt083753; Sun, 30 Jan 2005 14:59:35 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UExZtm083749; Sun, 30 Jan 2005 14:59:35 GMT (envelope-from ceri) Date: Sun, 30 Jan 2005 14:59:35 GMT From: Ceri Davies Message-Id: <200501301459.j0UExZtm083749@freefall.freebsd.org> To: ceri@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76834: chrooted ISC dhcpd cannot resolve DNS names or include configs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 14:59:36 -0000 Synopsis: chrooted ISC dhcpd cannot resolve DNS names or include configs Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: ceri Class-Changed-When: Sun Jan 30 14:59:01 GMT 2005 Class-Changed-Why: Not a maintainer update - see ports/76835. http://www.freebsd.org/cgi/query-pr.cgi?pr=76834 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 15:10:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4364916A4CE for ; Sun, 30 Jan 2005 15:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CC3743D31 for ; Sun, 30 Jan 2005 15:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UFANO0088170 for ; Sun, 30 Jan 2005 15:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UFANMX088169; Sun, 30 Jan 2005 15:10:23 GMT (envelope-from gnats) Date: Sun, 30 Jan 2005 15:10:23 GMT Message-Id: <200501301510.j0UFANMX088169@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ceri Davies Subject: Re: ports/76834: chrooted ISC dhcpd cannot resolve DNS names or include configs 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, 30 Jan 2005 15:10:23 -0000 The following reply was made to PR ports/76834; it has been noted by GNATS. From: Ceri Davies To: FreeBSD Gnats Submit Cc: Subject: Re: ports/76834: chrooted ISC dhcpd cannot resolve DNS names or include configs Date: Sun, 30 Jan 2005 15:00:46 +0000 Adding to audit trail, from misfiled PR ports/76835: Date: Sat, 29 Jan 2005 14:54:14 -0800 From: Andrew Clark Message-Id: <20050129225414.GA54953@oit.ucsb.edu> Class should change from maintainer-update -> change-request. I'm not the maintainer of the port, nor did I mean to appear as a maintainer. My apologies. -- Andrew Clark Campus Network Programmer University of California, Santa Barbara andrew.clark@ucsb.edu (805) 893-5311 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 15:30:11 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F277016A4CE for ; Sun, 30 Jan 2005 15:30:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B01ED43D41 for ; Sun, 30 Jan 2005 15:30:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UFUApE089014 for ; Sun, 30 Jan 2005 15:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UFUAGG088997; Sun, 30 Jan 2005 15:30:10 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 15:30:10 GMT Resent-Message-Id: <200501301530.j0UFUAGG088997@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFB9916A4CE for ; Sun, 30 Jan 2005 15:26:43 +0000 (GMT) Received: from gateway.lefort.net (212.68.242.35.brutele.be [212.68.242.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C70143D53 for ; Sun, 30 Jan 2005 15:26:42 +0000 (GMT) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 7D6E854D4 for ; Sun, 30 Jan 2005 16:26:40 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id 042C422E17; Sun, 30 Jan 2005 16:26:39 +0100 (CET) Message-Id: <20050130152639.042C422E17@jsite.lefort.net> Date: Sun, 30 Jan 2005 16:26:39 +0100 (CET) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76859: New port: textproc/libtranslate, a natural language translation library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 15:30:11 -0000 >Number: 76859 >Category: ports >Synopsis: New port: textproc/libtranslate, a natural language translation library >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 Jan 30 15:30:09 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Tue Jan 25 10:48:58 CET 2005 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libtranslate # libtranslate/pkg-plist # libtranslate/pkg-descr # libtranslate/distinfo # libtranslate/Makefile # echo c - libtranslate mkdir -p libtranslate > /dev/null 2>&1 echo x - libtranslate/pkg-plist sed 's/^X//' >libtranslate/pkg-plist << 'END-of-libtranslate/pkg-plist' Xbin/translate Xinclude/libtranslate/translate-common.h Xinclude/libtranslate/translate-pair.h Xinclude/libtranslate/translate-service.h Xinclude/libtranslate/translate-session.h Xinclude/libtranslate/translate-util.h Xinclude/libtranslate/translate.h Xlib/libtranslate.a Xlib/libtranslate.so Xlib/libtranslate.so.0 X%%GENERIC%%lib/libtranslate/modules/generic.so X%%TALKFILTERS%%lib/libtranslate/modules/talkfilters.so Xlibdata/pkgconfig/libtranslate.pc Xshare/doc/libtranslate/TranslatePair.html Xshare/doc/libtranslate/TranslateService.html Xshare/doc/libtranslate/TranslateSession.html Xshare/doc/libtranslate/api-reference.html Xshare/doc/libtranslate/ch01s02.html Xshare/doc/libtranslate/ch02s02.html Xshare/doc/libtranslate/compiling-modules.html Xshare/doc/libtranslate/home.png Xshare/doc/libtranslate/index.html Xshare/doc/libtranslate/index.sgml Xshare/doc/libtranslate/ix01.html Xshare/doc/libtranslate/left.png Xshare/doc/libtranslate/libtranslate-translate-common.html Xshare/doc/libtranslate/libtranslate-translate-util.html Xshare/doc/libtranslate/libtranslate-translate.html Xshare/doc/libtranslate/libtranslate.devhelp Xshare/doc/libtranslate/overview.html Xshare/doc/libtranslate/rfc3066-builtin.html Xshare/doc/libtranslate/right.png Xshare/doc/libtranslate/tutorials.html Xshare/doc/libtranslate/up.png Xshare/libtranslate/services.dtd Xshare/libtranslate/services.xml Xshare/locale/fr/LC_MESSAGES/libtranslate.mo X@dirrm include/libtranslate X@dirrm lib/libtranslate/modules X@dirrm lib/libtranslate X@dirrm share/doc/libtranslate X@dirrm share/libtranslate END-of-libtranslate/pkg-plist echo x - libtranslate/pkg-descr sed 's/^X//' >libtranslate/pkg-descr << 'END-of-libtranslate/pkg-descr' Xlibtranslate is a library for translating text and web pages between Xnatural languages. Its modular infrastructure allows to implement new Xtranslation services separately from the core library. X Xlibtranslate is shipped with a generic module supporting web-based Xtranslation services such as Babel Fish, Google Language Tools and XSYSTRAN. Moreover, the generic module allows to add new services Xsimply by adding a few lines to a XML file (see the services.xml(5) Xmanual page). X XThe libtranslate distribution includes a powerful command line Xinterface (see the translate(1) manual page). X XWWW: http://www.nongnu.org/libtranslate/ X X- Jean-Yves Lefort Xjylefort@brutele.be END-of-libtranslate/pkg-descr echo x - libtranslate/distinfo sed 's/^X//' >libtranslate/distinfo << 'END-of-libtranslate/distinfo' XMD5 (libtranslate-0.99.tar.gz) = 1fe75a6a6e8a0c6518890b5fa6984d42 XSIZE (libtranslate-0.99.tar.gz) = 532516 END-of-libtranslate/distinfo echo x - libtranslate/Makefile sed 's/^X//' >libtranslate/Makefile << 'END-of-libtranslate/Makefile' X# New ports collection makefile for: libtranslate X# Date created: 15 Jan 2005 X# Whom: Jean-Yves Lefort X# X# $FreeBSD$ X# X XPORTNAME= libtranslate XPORTVERSION= 0.99 XCATEGORIES= textproc XMASTER_SITES= ${MASTER_SITE_SAVANNAH} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= jylefort@brutele.be XCOMMENT= A natural language translation library X XUSE_GETOPT_LONG= yes XUSE_GNOME= glib20 gnomehack XGNU_CONFIGURE= yes XUSE_GMAKE= yes XINSTALLS_SHLIB= yes XCPPFLAGS= -I${LOCALBASE}/include XLDFLAGS= -L${LOCALBASE}/lib XCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" XCONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc X XOPTIONS= GENERIC "generic module" on \ X TALKFILTERS "talkfilters module" on X XMAN1= translate.1 X X.include X X.if defined(WITHOUT_GENERIC) XCONFIGURE_ARGS+= --disable-generic XPLIST_SUB+= GENERIC="@comment " X.else XPLIST_SUB+= GENERIC="" XUSE_GNOME+= libxml2 XLIB_DEPENDS+= soup-2.2:${PORTSDIR}/devel/libsoup XMAN5+= services.xml.5 X.endif X X.if defined(WITHOUT_TALKFILTERS) XCONFIGURE_ARGS+= --disable-talkfilters XPLIST_SUB+= TALKFILTERS="@comment " X.else XPLIST_SUB+= TALKFILTERS="" XLIB_DEPENDS+= talkfilters:${PORTSDIR}/misc/talkfilters X.endif X X.include END-of-libtranslate/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 15:40:10 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62E8116A4CE for ; Sun, 30 Jan 2005 15:40:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E20643D41 for ; Sun, 30 Jan 2005 15:40:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UFe9ba090313 for ; Sun, 30 Jan 2005 15:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UFe9j9090311; Sun, 30 Jan 2005 15:40:09 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 15:40:09 GMT Resent-Message-Id: <200501301540.j0UFe9j9090311@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B79D16A4CF for ; Sun, 30 Jan 2005 15:33:10 +0000 (GMT) Received: from gateway.lefort.net (212.68.242.35.brutele.be [212.68.242.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id F404943D48 for ; Sun, 30 Jan 2005 15:33:08 +0000 (GMT) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 2AE1759D7 for ; Sun, 30 Jan 2005 16:33:08 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id 1724322E1A; Sun, 30 Jan 2005 16:33:08 +0100 (CET) Message-Id: <20050130153308.1724322E1A@jsite.lefort.net> Date: Sun, 30 Jan 2005 16:33:08 +0100 (CET) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76860: New port: textproc/gnome-translate, a natural language translator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 15:40:10 -0000 >Number: 76860 >Category: ports >Synopsis: New port: textproc/gnome-translate, a natural language translator >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 Jan 30 15:40:09 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Tue Jan 25 10:48:58 CET 2005 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: Depends on #76859. >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: # # gnome-translate # gnome-translate/pkg-plist # gnome-translate/pkg-descr # gnome-translate/distinfo # gnome-translate/Makefile # echo c - gnome-translate mkdir -p gnome-translate > /dev/null 2>&1 echo x - gnome-translate/pkg-plist sed 's/^X//' >gnome-translate/pkg-plist << 'END-of-gnome-translate/pkg-plist' Xbin/gnome-translate X@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gnome-translate.schemas > /dev/null || /usr/bin/true Xetc/gconf/schemas/gnome-translate.schemas X@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gnome-translate.schemas > /dev/null || /usr/bin/true Xshare/gnome/applications/gnome-translate.desktop Xshare/gnome/gnome-translate/ui/app.glade Xshare/gnome/gnome-translate/ui/edit-toolbars.glade Xshare/gnome/gnome-translate/ui/hand-open.png Xshare/gnome/gnome-translate/ui/logo.png Xshare/gnome/gnome-translate/ui/menus.xml Xshare/gnome/gnome-translate/ui/preferences.glade Xshare/gnome/gnome-translate/ui/toolbars.xml Xshare/gnome/gnome-translate/ui/translate-web-page.glade Xshare/gnome/help/gnome-translate/C/documentation-license.xml Xshare/gnome/help/gnome-translate/C/figures/main-window.png Xshare/gnome/help/gnome-translate/C/gnome-translate.xml Xshare/gnome/help/gnome-translate/C/software-license.xml Xshare/gnome/omf/gnome-translate/gnome-translate-C.omf X@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-translate/gnome-translate-C.omf 2>/dev/null || /usr/bin/true X@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-translate/gnome-translate-C.omf 2>/dev/null || /usr/bin/true Xshare/gnome/pixmaps/gnome-translate.png Xshare/icons/hicolor/16x16/apps/gnome-translate-web-page.png Xshare/icons/hicolor/16x16/apps/gnome-translate.png Xshare/icons/hicolor/24x24/apps/gnome-translate-web-page.png Xshare/icons/hicolor/24x24/apps/gnome-translate.png Xshare/icons/hicolor/32x32/apps/gnome-translate-swap-panes.png Xshare/icons/hicolor/32x32/apps/gnome-translate-web-page.png Xshare/icons/hicolor/32x32/apps/gnome-translate.png Xshare/icons/hicolor/48x48/apps/gnome-translate-web-page.png Xshare/icons/hicolor/48x48/apps/gnome-translate.png Xshare/locale/fr/LC_MESSAGES/gnome-translate.mo X@dirrm share/gnome/gnome-translate/ui X@dirrm share/gnome/gnome-translate X@dirrm share/gnome/help/gnome-translate/C/figures X@dirrm share/gnome/help/gnome-translate/C X@dirrm share/gnome/help/gnome-translate X@dirrm share/gnome/omf/gnome-translate END-of-gnome-translate/pkg-plist echo x - gnome-translate/pkg-descr sed 's/^X//' >gnome-translate/pkg-descr << 'END-of-gnome-translate/pkg-descr' XGNOME Translate is a natural language translator. It can translate a Xtext or web page between several natural languages, and it can Xautomatically detect the source language as you type. X XWWW: http://www.nongnu.org/libtranslate/ X X- Jean-Yves Lefort Xjylefort@brutele.be END-of-gnome-translate/pkg-descr echo x - gnome-translate/distinfo sed 's/^X//' >gnome-translate/distinfo << 'END-of-gnome-translate/distinfo' XMD5 (gnome-translate-0.99.tar.gz) = 359f1bb7edc818034b08ca6c1bd254d0 XSIZE (gnome-translate-0.99.tar.gz) = 298179 END-of-gnome-translate/distinfo echo x - gnome-translate/Makefile sed 's/^X//' >gnome-translate/Makefile << 'END-of-gnome-translate/Makefile' X# New ports collection makefile for: gnome-translate X# Date created: 28 Jan 2005 X# Whom: Jean-Yves Lefort X# X# $FreeBSD$ X# X XPORTNAME= gnome-translate XPORTVERSION= 0.99 XCATEGORIES= textproc XMASTER_SITES= ${MASTER_SITE_SAVANNAH} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= jylefort@brutele.be XCOMMENT= A natural language translator X XLIB_DEPENDS= translate:${PORTSDIR}/textproc/libtranslate X XUSE_X_PREFIX= yes XUSE_GNOME= gnomehack gnomeprefix eel2 XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X XOPTIONS= LANGUAGE_DETECTION "language detection" on X X.include X X.if defined(WITHOUT_LANGUAGE_DETECTION) XCONFIGURE_ARGS+= --disable-language-detection X.else XLIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell X.endif X X.include END-of-gnome-translate/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 15:50:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2387916A4CE for ; Sun, 30 Jan 2005 15:50:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D427E43D3F for ; Sun, 30 Jan 2005 15:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UFoI8o090618 for ; Sun, 30 Jan 2005 15:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UFoI9h090609; Sun, 30 Jan 2005 15:50:18 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 15:50:18 GMT Resent-Message-Id: <200501301550.j0UFoI9h090609@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Heiner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A3EA16A4CE for ; Sun, 30 Jan 2005 15:43:52 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4387D43D39 for ; Sun, 30 Jan 2005 15:43:51 +0000 (GMT) (envelope-from h.eichmann@gmx.de) Received: (qmail invoked by alias); 30 Jan 2005 15:43:49 -0000 Received: from pD9EC246D.dip.t-dialin.net (EHLO [192.168.254.42]) (217.236.36.109) by mail.gmx.net (mp001) with SMTP; 30 Jan 2005 16:43:49 +0100 Message-Id: <200501301644.54943.h.eichmann@gmx.de> Date: Sun, 30 Jan 2005 16:44:54 +0100 From: Heiner To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76861: Port upgrade: sysutils/k3b to 0.11.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 15:50:19 -0000 >Number: 76861 >Category: ports >Synopsis: Port upgrade: sysutils/k3b to 0.11.19 >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 Jan 30 15:50:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Heiner Eichmann >Release: FreeBSD 4.10-STABLE i386 >Organization: Sirius Cybernetics Corp. >Environment: =46reeBSD 7of9.unimatrix-zero.borg 4.10-STABLE FreeBSD 4.10-STABLE #1: Sun = Jun=20 2014:49:25 CEST 2004 =A0 =A0=20 root@7of9.unimatrix-zero.borg:/usr/obj/usr/src/sys/MYKERNEL =A0i386 >Description: Upgrade to 0.11.19 >How-To-Repeat: >Fix: See attached diff --Boundary-00=_2DQ/Bv1iPk8p1Kz Content-Type: text/x-diff; charset="iso-8859-1"; name="diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="diff" diff -urN ../../sysutils/k3b/Makefile ./Makefile --- ../../sysutils/k3b/Makefile Mon Jan 10 16:05:59 2005 +++ ./Makefile Sun Jan 30 15:13:07 2005 @@ -6,7 +6,7 @@ # PORTNAME= k3b -PORTVERSION= 0.11.18 +PORTVERSION= 0.11.19 CATEGORIES= sysutils multimedia kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN ../../sysutils/k3b/distinfo ./distinfo --- ../../sysutils/k3b/distinfo Mon Jan 10 16:05:59 2005 +++ ./distinfo Sun Jan 30 15:14:46 2005 @@ -1,2 +1,2 @@ -MD5 (k3b-0.11.18.tar.bz2) = f5060c384c6830b51bad0451ec265326 -SIZE (k3b-0.11.18.tar.bz2) = 3189252 +MD5 (k3b-0.11.19.tar.bz2) = 4fb2ef833c78e537f9bed429b3190b83 +SIZE (k3b-0.11.19.tar.bz2) = 3190882 diff -urN ../../sysutils/k3b/pkg-plist ./pkg-plist --- ../../sysutils/k3b/pkg-plist Fri May 28 07:51:59 2004 +++ ./pkg-plist Sun Jan 30 16:20:14 2005 @@ -211,7 +211,27 @@ share/sounds/k3b_error1.wav share/sounds/k3b_success1.wav share/sounds/k3b_wait_media1.wav +@unexec /bin/rmdir %D/share/sounds 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/mimelnk/application 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/mimelnk 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/icons/crystalsvg/64x64/apps 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/icons/crystalsvg/64x64 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/icons/crystalsvg/48x48/apps 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/icons/crystalsvg/48x48 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/icons/crystalsvg/32x32/apps 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/icons/crystalsvg/32x32 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/icons/crystalsvg/16x16/apps 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/icons/crystalsvg/16x16 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/icons/crystalsvg/128x128/apps 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/icons/crystalsvg/128x128 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/icons/crystalsvg 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/icons 2>/dev/null || /usr/bin/true @dirrm share/doc/HTML/en/k3b +@unexec /bin/rmdir %D/share/doc/HTML/en 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/doc/HTML 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/doc 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/apps/konqueror/servicemenus 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/apps/konqueror 2>/dev/null || /usr/bin/true @dirrm share/apps/k3b/plugins @dirrm share/apps/k3b/pics/crystal @dirrm share/apps/k3b/pics/73lab @@ -227,3 +247,10 @@ @dirrm share/apps/k3b/icons @dirrm share/apps/k3b/cdi @dirrm share/apps/k3b +@unexec /bin/rmdir %D/share/apps 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/applnk/Multimedia 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/applnk/.hidden 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/applnk 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/lib/kde3 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/lib 2>/dev/null || /usr/bin/true --Boundary-00=_2DQ/Bv1iPk8p1Kz-- >Release-Note: >Audit-Trail: >Unformatted: --Boundary-00=_2DQ/Bv1iPk8p1Kz Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-send-pr-version: send-pr 3.113 X-GNATS-Notify: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 16:30:13 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A31B16A4CE for ; Sun, 30 Jan 2005 16:30:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21DD443D41 for ; Sun, 30 Jan 2005 16:30:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UGUCZX095712 for ; Sun, 30 Jan 2005 16:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UGUCn2095707; Sun, 30 Jan 2005 16:30:12 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 16:30:12 GMT Resent-Message-Id: <200501301630.j0UGUCn2095707@freefall.freebsd.org> 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 1FF3316A4CE for ; Sun, 30 Jan 2005 16:30:08 +0000 (GMT) Received: from lists.frmug.org (frmug-gw.frmug.org [193.56.58.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46BA743D1D for ; Sun, 30 Jan 2005 16:30:07 +0000 (GMT) (envelope-from olive@oban.frmug.org) Received: from localhost (localhost [127.0.0.1]) by lists.frmug.org (Postfix/TLS) with ESMTP id 7690C21069 for ; Sun, 30 Jan 2005 17:30:05 +0100 (CET) Received: from lists.frmug.org ([127.0.0.1]) by localhost (frmug.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 88821-01 for ; Sun, 30 Jan 2005 17:30:04 +0100 (CET) Received: by lists.frmug.org (Postfix/TLS, from userid 66) id C961F21052; Sun, 30 Jan 2005 17:30:04 +0100 (CET) Received: by chatelet.corp.google.com (Postfix, from userid 1001) id 58DD84AC58; Sun, 30 Jan 2005 16:26:06 +0000 (GMT) Message-Id: <20050130162606.58DD84AC58@chatelet.corp.google.com> Date: Sun, 30 Jan 2005 16:26:06 +0000 (GMT) From: Olivier Tharan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76863: [maintainer update] security/keychain v2.5.1 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: Sun, 30 Jan 2005 16:30:13 -0000 >Number: 76863 >Category: ports >Synopsis: [maintainer update] security/keychain v2.5.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: Sun Jan 30 16:30:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Olivier Tharan >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD chatelet.corp.google.com 5.3-STABLE FreeBSD 5.3-STABLE #4: Thu Jan 13 12:49:45 GMT 2005 root@chatelet.corp.google.com:/usr/obj/usr/src/sys/CHATELET i386 >Description: Update security/keychain to version 2.5.1. This version adds agent inheritance. >How-To-Repeat: >Fix: diff -ruN keychain.orig/Makefile keychain/Makefile --- keychain.orig/Makefile Sun Jan 30 16:16:05 2005 +++ keychain/Makefile Sun Jan 30 16:16:18 2005 @@ -6,7 +6,7 @@ # PORTNAME= keychain -PORTVERSION= 2.4.3 +PORTVERSION= 2.5.1 CATEGORIES= security MASTER_SITES= http://dev.gentoo.org/~agriffis/keychain/ diff -ruN keychain.orig/distinfo keychain/distinfo --- keychain.orig/distinfo Sun Jan 30 16:16:05 2005 +++ keychain/distinfo Sun Jan 30 16:16:25 2005 @@ -1,2 +1,2 @@ -MD5 (keychain-2.4.3.tar.bz2) = 0036dd3baad6cd25486f539b39e081c5 -SIZE (keychain-2.4.3.tar.bz2) = 27878 +MD5 (keychain-2.5.1.tar.bz2) = 1914e964bcc934867c9221612577d7c1 +SIZE (keychain-2.5.1.tar.bz2) = 29839 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 16:40:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF1216A4CE for ; Sun, 30 Jan 2005 16:40:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58AF343D3F for ; Sun, 30 Jan 2005 16:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UGeKxx096832 for ; Sun, 30 Jan 2005 16:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UGeKtF096831; Sun, 30 Jan 2005 16:40:20 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 16:40:20 GMT Resent-Message-Id: <200501301640.j0UGeKtF096831@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rob Evers Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C96416A4CE; Sun, 30 Jan 2005 16:34:06 +0000 (GMT) Received: from flappie.debank.tv (flappie.debank.tv [212.206.127.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D378343D1D; Sun, 30 Jan 2005 16:34:05 +0000 (GMT) (envelope-from rob@flappie.debank.tv) Received: from flappie.debank.tv (localhost.debank.tv [127.0.0.1]) by flappie.debank.tv (8.13.1/8.13.1) with ESMTP id j0UGYPqq068998; Sun, 30 Jan 2005 17:34:25 +0100 (CET) (envelope-from rob@flappie.debank.tv) Received: (from root@localhost) by flappie.debank.tv (8.13.1/8.13.1/Submit) id j0UGYOSU068997; Sun, 30 Jan 2005 17:34:24 +0100 (CET) (envelope-from rob) Message-Id: <200501301634.j0UGYOSU068997@flappie.debank.tv> Date: Sun, 30 Jan 2005 17:34:24 +0100 (CET) From: Rob Evers To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: yar@FreeBSD.org Subject: ports/76864: Update security/clamav to 0.81 release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rob Evers List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 16:40:20 -0000 >Number: 76864 >Category: ports >Synopsis: Update security/clamav to 0.81 release >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 30 16:40:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rob Evers >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD flappie.debank.tv 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Dec 23 15:29:18 CET 2004 rob@flappie:/usr/obj/usr/src/sys/FLAPPIE i386 >Description: Update security/clamav to 0.81 release >How-To-Repeat: >Fix: --- clamav.patch begins here --- diff -urN clamav.orig/Makefile clamav/Makefile --- clamav.orig/Makefile Sun Jan 30 17:12:52 2005 +++ clamav/Makefile Sun Jan 30 17:20:48 2005 @@ -7,7 +7,6 @@ PORTNAME= clamav PORTVERSION= ${DISTVERSION:C/([a-z])[a-z]*/.\1/g:S/-/./g} -PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= clamav @@ -24,7 +23,7 @@ arc:${PORTSDIR}/archivers/arc \ unzip:${PORTSDIR}/archivers/unzip -DISTVERSION= 0.80 +DISTVERSION= 0.81 OPTIONS= MILTER "Compile the milter interface" Off \ CURL "Support URL downloading" Off @@ -45,6 +44,8 @@ PLIST_SUB+= DBDIR=${DBDIR} LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} CONFIGURE_ARGS= --with-dbdir=${DBDIR} \ + --with-zlib=/usr \ + --disable-zlib-vcheck \ --disable-clamuko \ --disable-clamav \ --enable-bigstack \ @@ -169,9 +170,6 @@ @${MKDIR} ${DESTDIR}${DOCSDIR} @${INSTALL_DATA} ${INSTALL_WRKSRC}/NEWS ${INSTALL_WRKSRC}/ChangeLog \ ${DESTDIR}${DOCSDIR} - @${MKDIR} ${DESTDIR}${DOCSDIR}/html - @${INSTALL_DATA} ${INSTALL_WRKSRC}/docs/html/*.* \ - ${DESTDIR}${DOCSDIR}/html .endif @${SETENV} PKG_PREFIX=${PREFIX} PKG_DESTDIR=${DESTDIR} \ ${SH} ${PKGINSTALL} ${PREFIX} POST-INSTALL diff -urN clamav.orig/distinfo clamav/distinfo --- clamav.orig/distinfo Sun Jan 30 17:12:52 2005 +++ clamav/distinfo Sun Jan 30 17:13:50 2005 @@ -1,2 +1,2 @@ -MD5 (clamav-0.80.tar.gz) = 59bf21e169a35d7e9c27a34435f9b870 -SIZE (clamav-0.80.tar.gz) = 2679434 +MD5 (clamav-0.81.tar.gz) = 60081ddd9f29cbb8f0a2fe575e5a8afa +SIZE (clamav-0.81.tar.gz) = 3347423 --- clamav.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 16:50:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4438516A4CE for ; Sun, 30 Jan 2005 16:50:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0075543D45 for ; Sun, 30 Jan 2005 16:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UGoFpe097040 for ; Sun, 30 Jan 2005 16:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UGoFqi097039; Sun, 30 Jan 2005 16:50:15 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 16:50:15 GMT Resent-Message-Id: <200501301650.j0UGoFqi097039@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerhard Gonter Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F55116A4CE; Sun, 30 Jan 2005 16:43:45 +0000 (GMT) Received: from bgezal.inso.tuwien.ac.at (bgezal.inso.tuwien.ac.at [128.130.59.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7DD243D1D; Sun, 30 Jan 2005 16:43:44 +0000 (GMT) (envelope-from chaotix@bgezal.inso.tuwien.ac.at) Received: by bgezal.inso.tuwien.ac.at (Postfix, from userid 30020) id 2826422BF; Sun, 30 Jan 2005 17:43:43 +0100 (CET) Message-Id: <20050130164343.2826422BF@bgezal.inso.tuwien.ac.at> Date: Sun, 30 Jan 2005 17:43:43 +0100 (CET) From: Gerhard Gonter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: vs@FreeBSD.org cc: Gerhard Gonter Subject: ports/76865: maintainer update: lang/swi-pl, fix for alpha version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gerhard Gonter List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 16:50:16 -0000 >Number: 76865 >Category: ports >Synopsis: maintainer update: lang/swi-pl, fix for alpha version >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 Jan 30 16:50:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerhard Gonter >Release: FreeBSD 5.3-RELEASE alpha >Organization: none >Environment: System: FreeBSD bgezal.inso.tuwien.ac.at 5.3-RELEASE FreeBSD 5.3-RELEASE #1: Sun Oct 24 18:56:33 CEST 2004 stefan@bgezal.inso.tuwien.ac.at:/usr/obj/usr/src/sys/BGEZAL alpha >Description: This patch should fix a build problem on alpha. >How-To-Repeat: >Fix: diff -ruN swi-pl.orig/Makefile swi-pl/Makefile --- swi-pl.orig/Makefile Sat Jan 29 19:37:12 2005 +++ swi-pl/Makefile Sat Jan 29 22:40:29 2005 @@ -33,11 +33,8 @@ .endif .if (${ARCH} == "alpha") -EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-configure -.endif - -.if ${ARCH} != "i386" -BROKEN= "Broken pkg-plist" +EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-configure \ + ${FILESDIR}/extra-patch-src-Makefile-in .endif post-patch: diff -ruN swi-pl.orig/files/extra-patch-src-Makefile-in swi-pl/files/extra-patch-src-Makefile-in --- swi-pl.orig/files/extra-patch-src-Makefile-in Thu Jan 1 01:00:00 1970 +++ swi-pl/files/extra-patch-src-Makefile-in Sat Jan 29 21:28:42 2005 @@ -0,0 +1,10 @@ +--- src/Makefile.in.orig Sat Jan 29 21:27:47 2005 ++++ src/Makefile.in Sat Jan 29 21:27:57 2005 +@@ -310,7 +310,6 @@ + + iruntime:: + $(INSTALL_DATA) $(RUNTIME) $(PLBASE)/lib/$(ARCH) +- $(RANLIB) $(PLBASE)/lib/$(ARCH)/$(PLLIB) + if [ -f $(RUNTIMEDIR)/$(SHAREDV) ]; then \ + $(INSTALL_DATA) $(RUNTIMEDIR)/$(SHAREDV) $(PLBASE)/lib/$(ARCH) ; \ + ( cd $(PLBASE)/lib/$(ARCH) && rm -f $(SHARED) && ln -s $(SHAREDV) $(SHARED) ) ; \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 16:50:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7936216A4CE for ; Sun, 30 Jan 2005 16:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C03E43D31 for ; Sun, 30 Jan 2005 16:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UGoR3O097145 for ; Sun, 30 Jan 2005 16:50:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UGoQi7097138; Sun, 30 Jan 2005 16:50:26 GMT (envelope-from gnats) Date: Sun, 30 Jan 2005 16:50:26 GMT Message-Id: <200501301650.j0UGoQi7097138@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Matveychuk Subject: Re: ports/76854: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Matveychuk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 16:50:27 -0000 The following reply was made to PR ports/76854; it has been noted by GNATS. From: Sergey Matveychuk To: freebsd-gnats-submit@FreeBSD.org, blaz@si.FreeBSD.org Cc: Subject: Re: ports/76854: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 Date: Sun, 30 Jan 2005 19:50:11 +0300 Extra files left after deinstall: lib/charset.alias share/nagios/locale/locale.alias -- Sem. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 16:50:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B833E16A4CE for ; Sun, 30 Jan 2005 16:50:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63ED843D41 for ; Sun, 30 Jan 2005 16:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UGoMYa097125 for ; Sun, 30 Jan 2005 16:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UGoMm1097124; Sun, 30 Jan 2005 16:50:22 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 16:50:22 GMT Resent-Message-Id: <200501301650.j0UGoMm1097124@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hendrik Scholz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CDC316A4CF for ; Sun, 30 Jan 2005 16:47:31 +0000 (GMT) Received: from mail.wormulon.net (plant.wormulon.net [81.169.153.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 775DF43D41 for ; Sun, 30 Jan 2005 16:47:30 +0000 (GMT) (envelope-from hscholz@mail.wormulon.net) Received: from localhost (localhost [127.0.0.1]) by mail.wormulon.net (Postfix) with ESMTP id 2F1E94E39D; Sun, 30 Jan 2005 17:47:29 +0100 (CET) Received: from mail.wormulon.net ([127.0.0.1]) by localhost (plant.wormulon.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05448-03; Sun, 30 Jan 2005 17:47:22 +0100 (CET) Received: by mail.wormulon.net (Postfix, from userid 1001) id 9BB7F4E1FE; Sun, 30 Jan 2005 17:47:22 +0100 (CET) Message-Id: <20050130164722.9BB7F4E1FE@mail.wormulon.net> Date: Sun, 30 Jan 2005 17:47:22 +0100 (CET) From: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Hendrik Scholz Subject: ports/76866: maintainer-update: www/lighttpd (1.3.7 to 1.3.8) 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: Sun, 30 Jan 2005 16:50:22 -0000 >Number: 76866 >Category: ports >Synopsis: maintainer-update: www/lighttpd (1.3.7 to 1.3.8) >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 Jan 30 16:50:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: Freenet Cityline GmbH >Environment: System: FreeBSD plant.wormulon.net 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Aug 13 11:32:22 CEST 2004 hscholz@h2012.ka.strato.de:/usr/src/sys/i386/compile/PLANT i386 >Description: Changes: - update from 1.3.7 to 1.3.8 - update pkg-plist - add note about MySQL module The MySQL module is built no matter if there is MySQL installed on the system. If it lacks the include files a stub module is build. I'm in contact with the author and we will turn this into an OPTION in the next release. >How-To-Repeat: >Fix: --- lighttpd-1.3.7-to.1.3.8.diff begins here --- diff -urP lighttpd-1.3.7/Makefile lighttpd/Makefile --- lighttpd-1.3.7/Makefile Sun Jan 30 17:09:22 2005 +++ lighttpd/Makefile Sun Jan 30 17:41:23 2005 @@ -6,9 +6,9 @@ # PORTNAME= lighttpd -PORTVERSION= 1.3.7 +PORTVERSION= 1.3.8 CATEGORIES= www -MASTER_SITES= http://jan.kneschke.de/projects/lighttpd/download/ \ +MASTER_SITES= http://www.lighttpd.net/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ http://dl.kel.wormulon.net/lighttpd/ @@ -39,6 +39,9 @@ @${ECHO_MSG} @${ECHO_MSG} "You can disable SSL support by defining WITHOUT_OPENSSL" .endif + @${ECHO_MSG} + @${ECHO_MSG} "If you want MySQL virtual host support install" + @${ECHO_MSG} "databases/mysql*-client/ prior to building lighttpd!" post-install: @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ diff -urP lighttpd-1.3.7/distinfo lighttpd/distinfo --- lighttpd-1.3.7/distinfo Sun Jan 30 17:09:22 2005 +++ lighttpd/distinfo Sun Jan 30 17:09:41 2005 @@ -1,2 +1,2 @@ -MD5 (lighttpd-1.3.7.tar.gz) = 40ac1d07d9efb0366720d081c3e02224 -SIZE (lighttpd-1.3.7.tar.gz) = 641104 +MD5 (lighttpd-1.3.8.tar.gz) = 4ac341879497064b334e776288ad5e0f +SIZE (lighttpd-1.3.8.tar.gz) = 662271 diff -urP lighttpd-1.3.7/pkg-descr lighttpd/pkg-descr --- lighttpd-1.3.7/pkg-descr Sun Jan 30 17:09:22 2005 +++ lighttpd/pkg-descr Sun Jan 30 17:11:25 2005 @@ -5,4 +5,4 @@ URL-Rewriting and many more) make lighttpd the perfect webserver-software for every server that is suffering load problems. -WWW: http://jan.kneschke.de/projects/lighttpd/ +WWW: http://www.lighttpd.net/ diff -urP lighttpd-1.3.7/pkg-plist lighttpd/pkg-plist --- lighttpd-1.3.7/pkg-plist Sun Jan 30 17:09:22 2005 +++ lighttpd/pkg-plist Sun Jan 30 17:15:09 2005 @@ -10,11 +10,13 @@ lib/lighttpd/mod_evhost.so lib/lighttpd/mod_expire.so lib/lighttpd/mod_fastcgi.so +lib/lighttpd/mod_mysql_vhost.so lib/lighttpd/mod_proxy.so lib/lighttpd/mod_redirect.so lib/lighttpd/mod_rewrite.so lib/lighttpd/mod_rrdtool.so lib/lighttpd/mod_secdownload.so +lib/lighttpd/mod_setenv.so lib/lighttpd/mod_simple_vhost.so lib/lighttpd/mod_ssi.so lib/lighttpd/mod_status.so --- lighttpd-1.3.7-to.1.3.8.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 17:06:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B0F916A4CF; Sun, 30 Jan 2005 17:06:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E361C43D49; Sun, 30 Jan 2005 17:06:02 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UH62hm001775; Sun, 30 Jan 2005 17:06:02 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UH62R2001771; Sun, 30 Jan 2005 17:06:02 GMT (envelope-from krion) Date: Sun, 30 Jan 2005 17:06:02 GMT From: Kirill Ponomarew Message-Id: <200501301706.j0UH62R2001771@freefall.freebsd.org> To: olive@oban.frmug.org, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76863: [maintainer update] security/keychain v2.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 17:06:03 -0000 Synopsis: [maintainer update] security/keychain v2.5.1 State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Sun Jan 30 17:05:57 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76863 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 17:20:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5881016A4D5 for ; Sun, 30 Jan 2005 17:20:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C064243D64 for ; Sun, 30 Jan 2005 17:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UHKGnw002268 for ; Sun, 30 Jan 2005 17:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UHKGor002267; Sun, 30 Jan 2005 17:20:16 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 17:20:16 GMT Resent-Message-Id: <200501301720.j0UHKGor002267@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephane Legrand Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A8D116A4CF for ; Sun, 30 Jan 2005 17:16:29 +0000 (GMT) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCDD43D2F for ; Sun, 30 Jan 2005 17:16:28 +0000 (GMT) (envelope-from stephane@freebsd-fr.org) Received: from sequoia.mondomaineamoi.megalo (lns-vlq-17f-81-56-170-180.adsl.proxad.net [81.56.170.180]) by postfix4-1.free.fr (Postfix) with ESMTP id 24E57283F70 for ; Sun, 30 Jan 2005 18:16:26 +0100 (CET) Received: from sequoia.mondomaineamoi.megalo (localhost.mondomaineamoi.megalo [127.0.0.1])j0UHGQJD017699 for ; Sun, 30 Jan 2005 18:16:26 +0100 (CET) (envelope-from stephane@sequoia.mondomaineamoi.megalo) Received: (from stephane@localhost)j0UHGQTN017698; Sun, 30 Jan 2005 18:16:26 +0100 (CET) (envelope-from stephane) Message-Id: <200501301716.j0UHGQTN017698@sequoia.mondomaineamoi.megalo> Date: Sun, 30 Jan 2005 18:16:26 +0100 (CET) From: Stephane Legrand To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76867: [maintainer-update] Update x11-toolkits/gnocl to 0.5.18 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stephane Legrand List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 17:20:26 -0000 >Number: 76867 >Category: ports >Synopsis: [maintainer-update] Update x11-toolkits/gnocl to 0.5.18 >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 Jan 30 17:20:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Stephane Legrand >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: FreeBSD 5.3-STABLE i386 >Description: Update x11-toolkits/gnocl to 0.5.18 >How-To-Repeat: >Fix: diff -ruN gnocl-0.5.17/Makefile gnocl/Makefile --- gnocl-0.5.17/Makefile Fri Jan 28 16:48:32 2005 +++ gnocl/Makefile Sun Jan 30 16:52:51 2005 @@ -6,8 +6,7 @@ # PORTNAME= gnocl -PORTVERSION= 0.5.17 -PORTREVISION= 1 +PORTVERSION= 0.5.18 CATEGORIES= x11-toolkits devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnocl @@ -37,6 +36,7 @@ GNOCL_CANVAS_FILE="lib/libgnoclCanvas.so.1" GNOCL_GCONF_FILE="lib/libgnoclGconf.so.1" GNOCL_GNOME_FILE="lib/libgnoclGnome.so.1" +GNOCL_VFS_FILE="lib/libgnoclVFS.so.1" .if defined(WITHOUT_CANVAS) GNOCL_CANVAS_FILE= "@comment " @@ -56,9 +56,16 @@ USE_GNOME+= libgnomeui gnomepanel .endif +.if defined(WITHOUT_GNOMEVFS2) +GNOCL_VFS_FILE= "@comment " +.else +USE_GNOME+= gnomevfs2 +.endif + PLIST_SUB+= GNOCL_CANVAS_FILE=${GNOCL_CANVAS_FILE} PLIST_SUB+= GNOCL_GCONF_FILE=${GNOCL_GCONF_FILE} PLIST_SUB+= GNOCL_GNOME_FILE=${GNOCL_GNOME_FILE} +PLIST_SUB+= GNOCL_VFS_FILE=${GNOCL_VFS_FILE} post-patch: .if defined(WITHOUT_CANVAS) @@ -70,6 +77,9 @@ .if defined(WITHOUT_GNOME) ${REINPLACE_CMD} -e 's=^USE_GNOME=#USE_GNOME=' ${BUILD_WRKSRC}/Makefile .endif +.if defined(WITHOUT_GNOMEVFS2) + ${REINPLACE_CMD} -e 's=^USE_VFS=#USE_VFS=' ${BUILD_WRKSRC}/Makefile +.endif do-install: ${INSTALL_DATA} ${BUILD_WRKSRC}/gnocl.so ${PREFIX}/lib/libgnocl.so.1 @@ -81,6 +91,9 @@ fi; \ if ${TEST} -f ${BUILD_WRKSRC}/gnoclGnome.so; then \ ${INSTALL_DATA} ${BUILD_WRKSRC}/gnoclGnome.so ${PREFIX}/lib/libgnoclGnome.so.1; \ + fi; \ + if ${TEST} -f ${BUILD_WRKSRC}/gnoclVFS.so; then \ + ${INSTALL_DATA} ${BUILD_WRKSRC}/gnoclVFS.so ${PREFIX}/lib/libgnoclVFS.so.1; \ fi; \ .include diff -ruN gnocl-0.5.17/distinfo gnocl/distinfo --- gnocl-0.5.17/distinfo Fri Jan 28 16:48:32 2005 +++ gnocl/distinfo Fri Jan 28 16:50:08 2005 @@ -1,2 +1,2 @@ -MD5 (gnocl-0.5.17.tar.bz2) = 7bf93edbdd3a2de2e0f92a9aecb662ce -SIZE (gnocl-0.5.17.tar.bz2) = 346878 +MD5 (gnocl-0.5.18.tar.bz2) = f50192add7a85f17b7d2402a104de291 +SIZE (gnocl-0.5.18.tar.bz2) = 366478 diff -ruN gnocl-0.5.17/pkg-plist gnocl/pkg-plist --- gnocl-0.5.17/pkg-plist Fri Jan 28 16:48:32 2005 +++ gnocl/pkg-plist Sun Jan 30 16:59:59 2005 @@ -2,3 +2,4 @@ %%GNOCL_CANVAS_FILE%% %%GNOCL_GCONF_FILE%% %%GNOCL_GNOME_FILE%% +%%GNOCL_VFS_FILE%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 17:21:50 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25CC616A4CE; Sun, 30 Jan 2005 17:21:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF4EB43D45; Sun, 30 Jan 2005 17:21:49 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UHLnPE002379; Sun, 30 Jan 2005 17:21:49 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UHLm4o002375; Sun, 30 Jan 2005 17:21:48 GMT (envelope-from linimon) Date: Sun, 30 Jan 2005 17:21:48 GMT From: Mark Linimon Message-Id: <200501301721.j0UHLm4o002375@freefall.freebsd.org> To: emz@norma.perm.ru, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76696: /usr/ports/net-mgmt/nagios-plugins - BROKEN version committed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 17:21:50 -0000 Synopsis: /usr/ports/net-mgmt/nagios-plugins - BROKEN version committed State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Sun Jan 30 17:20:43 GMT 2005 State-Changed-Why: Maintainer reports that the change in ports/76854 should be committed instead. http://www.freebsd.org/cgi/query-pr.cgi?pr=76696 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 17:23:40 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F0716A4CE; Sun, 30 Jan 2005 17:23:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A08043D5C; Sun, 30 Jan 2005 17:23:40 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UHNejB002435; Sun, 30 Jan 2005 17:23:40 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UHNdL6002431; Sun, 30 Jan 2005 17:23:39 GMT (envelope-from arved) Date: Sun, 30 Jan 2005 17:23:39 GMT From: Tilman Linneweh Message-Id: <200501301723.j0UHNdL6002431@freefall.freebsd.org> To: murakami@ahs.scitec.kobe-u.ac.jp, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76855: [maintainer] math/ruby-numru_units: update to 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 17:23:40 -0000 Synopsis: [maintainer] math/ruby-numru_units: update to 1.3 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sun Jan 30 17:23:24 GMT 2005 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=76855 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 17:30:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29DF916A4CF for ; Sun, 30 Jan 2005 17:30:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F15F743D1F for ; Sun, 30 Jan 2005 17:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UHUJM4002652 for ; Sun, 30 Jan 2005 17:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UHUJFp002651; Sun, 30 Jan 2005 17:30:19 GMT (envelope-from gnats) Date: Sun, 30 Jan 2005 17:30:19 GMT Message-Id: <200501301730.j0UHUJFp002651@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Blaz Zupan Subject: Re: ports/76854: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Blaz Zupan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 17:30:20 -0000 The following reply was made to PR ports/76854; it has been noted by GNATS. From: Blaz Zupan To: Sergey Matveychuk Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/76854: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 Date: Sun, 30 Jan 2005 18:29:31 +0100 (CET) > Extra files left after deinstall: > lib/charset.alias > share/nagios/locale/locale.alias Huh? Those files don't even exist on my box after installation of nagios-plugins, how could they exist after deinstalation? From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 17:35:57 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDCC916A4D0; Sun, 30 Jan 2005 17:35:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A321E43D31; Sun, 30 Jan 2005 17:35:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UHZvaP003666; Sun, 30 Jan 2005 17:35:57 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UHZv8H003662; Sun, 30 Jan 2005 17:35:57 GMT (envelope-from pav) Date: Sun, 30 Jan 2005 17:35:57 GMT From: Pav Lucistnik Message-Id: <200501301735.j0UHZv8H003662@freefall.freebsd.org> To: fortune@n.jpn.ph, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76842: japanese/mozilla-jlp-devel ports update to Mozilla 1.8a6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 17:35:57 -0000 Synopsis: japanese/mozilla-jlp-devel ports update to Mozilla 1.8a6 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jan 30 17:35:51 GMT 2005 State-Changed-Why: Committed, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=76842 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 17:44:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C224A16A4CE; Sun, 30 Jan 2005 17:44:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9611843D6D; Sun, 30 Jan 2005 17:44:19 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UHiJjX004046; Sun, 30 Jan 2005 17:44:19 GMT (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UHiJBn004042; Sun, 30 Jan 2005 17:44:19 GMT (envelope-from obraun) Date: Sun, 30 Jan 2005 17:44:19 GMT From: Oliver Braun Message-Id: <200501301744.j0UHiJBn004042@freefall.freebsd.org> To: rob@flappie.debank.tv, obraun@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76864: Update security/clamav to 0.81 release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 17:44:19 -0000 Synopsis: Update security/clamav to 0.81 release State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Sun Jan 30 17:43:11 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76864 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 18:10:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE0D616A4CE for ; Sun, 30 Jan 2005 18:10:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E01443D55 for ; Sun, 30 Jan 2005 18:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UIAMQ9008675 for ; Sun, 30 Jan 2005 18:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UIAM1P008674; Sun, 30 Jan 2005 18:10:22 GMT (envelope-from gnats) Date: Sun, 30 Jan 2005 18:10:22 GMT Message-Id: <200501301810.j0UIAM1P008674@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Matveychuk Subject: Re: ports/76854: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Matveychuk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 18:10:22 -0000 The following reply was made to PR ports/76854; it has been noted by GNATS. From: Sergey Matveychuk To: Blaz Zupan Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/76854: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 Date: Sun, 30 Jan 2005 21:09:24 +0300 Blaz Zupan wrote: >> Extra files left after deinstall: >> lib/charset.alias >> share/nagios/locale/locale.alias > > > Huh? Those files don't even exist on my box after installation of > nagios-plugins, how could they exist after deinstalation? ok. i'll try again. -- Sem. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 18:20:14 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D470F16A4D1 for ; Sun, 30 Jan 2005 18:20:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3CEE43D2F for ; Sun, 30 Jan 2005 18:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UIKEsN008936 for ; Sun, 30 Jan 2005 18:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UIKExe008935; Sun, 30 Jan 2005 18:20:14 GMT (envelope-from gnats) Date: Sun, 30 Jan 2005 18:20:14 GMT Message-Id: <200501301820.j0UIKExe008935@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Matveychuk Subject: Re: ports/76854: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Matveychuk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 18:20:15 -0000 The following reply was made to PR ports/76854; it has been noted by GNATS. From: Sergey Matveychuk To: Blaz Zupan Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/76854: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 Date: Sun, 30 Jan 2005 21:12:45 +0300 Blaz Zupan wrote: >> Extra files left after deinstall: >> lib/charset.alias >> share/nagios/locale/locale.alias > > > Huh? Those files don't even exist on my box after installation of > nagios-plugins, how could they exist after deinstalation? I've repeated. The same thing. I've tested on 5.3 box. -- Sem. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 18:52:46 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D8816A4CE; Sun, 30 Jan 2005 18:52:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D835A43D1D; Sun, 30 Jan 2005 18:52:45 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UIqjp4010719; Sun, 30 Jan 2005 18:52:45 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UIqj8G010715; Sun, 30 Jan 2005 18:52:45 GMT (envelope-from vanilla) Date: Sun, 30 Jan 2005 18:52:45 GMT From: "Vanilla I. Shu" Message-Id: <200501301852.j0UIqj8G010715@freefall.freebsd.org> To: hendrik@scholz.net, vanilla@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76866: maintainer-update: www/lighttpd (1.3.7 to 1.3.8) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 18:52:46 -0000 Synopsis: maintainer-update: www/lighttpd (1.3.7 to 1.3.8) State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 30 18:52:37 GMT 2005 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=76866 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 19:14:37 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 649A216A4D0; Sun, 30 Jan 2005 19:14:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A0A43D54; Sun, 30 Jan 2005 19:14:37 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UJEaIM015249; Sun, 30 Jan 2005 19:14:37 GMT (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UJEaFx015245; Sun, 30 Jan 2005 19:14:36 GMT (envelope-from obraun) Date: Sun, 30 Jan 2005 19:14:36 GMT From: Oliver Braun Message-Id: <200501301914.j0UJEaFx015245@freefall.freebsd.org> To: kiwi@oav.net, obraun@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76799: security/clamav is out of date -> needs to be updated to 0.81 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 19:14:37 -0000 Synopsis: security/clamav is out of date -> needs to be updated to 0.81 State-Changed-From-To: suspended->closed State-Changed-By: obraun State-Changed-When: Sun Jan 30 19:13:00 GMT 2005 State-Changed-Why: Upgrade to 0.81 has been committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=76799 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 19:30:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89FBE16A4CF for ; Sun, 30 Jan 2005 19:30:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 527C443D1F for ; Sun, 30 Jan 2005 19:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UJUMD8015626 for ; Sun, 30 Jan 2005 19:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UJUM9c015625; Sun, 30 Jan 2005 19:30:22 GMT (envelope-from gnats) Date: Sun, 30 Jan 2005 19:30:22 GMT Message-Id: <200501301930.j0UJUM9c015625@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Blaz Zupan Subject: Re: ports/76854: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Blaz Zupan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 19:30:22 -0000 The following reply was made to PR ports/76854; it has been noted by GNATS. From: Blaz Zupan To: Sergey Matveychuk Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/76854: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 Date: Sun, 30 Jan 2005 20:20:54 +0100 (CET) > I've repeated. The same thing. I've tested on 5.3 box. I have just retried on a 5.3 box and still can not reproduce it. The only possible difference is that I'm using the 4.11 ports and not current, but I don't see any relevant changes in /usr/ports/Mk that could cause something like this. Is there anything special about your environment? From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 19:50:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2EE216A4CE for ; Sun, 30 Jan 2005 19:50:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D32143D76 for ; Sun, 30 Jan 2005 19:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UJoMRF016934 for ; Sun, 30 Jan 2005 19:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UJoLph016933; Sun, 30 Jan 2005 19:50:21 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 19:50:21 GMT Resent-Message-Id: <200501301950.j0UJoLph016933@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edwin Young Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C8816A4CF for ; Sun, 30 Jan 2005 19:45:10 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B5E43D58 for ; Sun, 30 Jan 2005 19:45:10 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UJj9BY028962 for ; Sun, 30 Jan 2005 19:45:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j0UJj9ej028961; Sun, 30 Jan 2005 19:45:09 GMT (envelope-from nobody) Message-Id: <200501301945.j0UJj9ej028961@www.freebsd.org> Date: Sun, 30 Jan 2005 19:45:09 GMT From: Edwin Young To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76868: Gnofract4D port is out of date - new version compiles OK X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 19:50:26 -0000 >Number: 76868 >Category: ports >Synopsis: Gnofract4D port is out of date - new version compiles OK >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: Sun Jan 30 19:50:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Edwin Young >Release: 5.2.1 >Organization: >Environment: >Description: Current port for Gnofract4D program corresponds to version 1.9, which didn't compile correctly on FreeBSD, so the port is currently marked as BROKEN. The most recent release is 2.6, which compiles fine. PS I'm the author of Gnofract4D, but haven't previously been involved in maintenance of the FreeBSD port. >How-To-Repeat: type 'make' in /sur/ports/graphics/gnofract4d >Fix: I've made a patch which I believe fixes this. However I'm not an expert on the FreeBSD ports process so it may need a bit of cleanup. You can find it at http://speakeasy.net/~edyoung/gnofract4d.patch >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 20:00:36 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AE1E16A4DC for ; Sun, 30 Jan 2005 20:00:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE6243D45 for ; Sun, 30 Jan 2005 20:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UK0YmK017271 for ; Sun, 30 Jan 2005 20:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UK0YUt017267; Sun, 30 Jan 2005 20:00:34 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 20:00:34 GMT Resent-Message-Id: <200501302000.j0UK0YUt017267@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ulrich Spoerlein Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E39D16A4D2 for ; Sun, 30 Jan 2005 19:55:05 +0000 (GMT) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DBAF43D1F for ; Sun, 30 Jan 2005 19:55:04 +0000 (GMT) (envelope-from q@uni.de) Received: from wrzx34.rz.uni-wuerzburg.de (wrzx34.rz.uni-wuerzburg.de [132.187.3.34]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 3AAB4D7D6C for ; Sun, 30 Jan 2005 20:55:03 +0100 (CET) Received: from virusscan (localhost [127.0.0.1]) by wrzx34.rz.uni-wuerzburg.de (Postfix) with ESMTP id 21329B1620 for ; Sun, 30 Jan 2005 20:55:03 +0100 (CET) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by wrzx34.rz.uni-wuerzburg.de (Postfix) with ESMTP id 06540B1577 for ; Sun, 30 Jan 2005 20:55:03 +0100 (CET) Received: from coyote.q.local (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id ADE1FD7D6C for ; Sun, 30 Jan 2005 20:55:02 +0100 (CET) Received: from roadrunner.q.local (roadrunner.q.local [192.168.0.148]) by coyote.q.local (8.13.1/8.13.1) with ESMTP id j0UJt2v2043982 for ; Sun, 30 Jan 2005 20:55:02 +0100 (CET) (envelope-from q@roadrunner.q.local) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.1/8.13.1) with ESMTP id j0UJt29v004681 for ; Sun, 30 Jan 2005 20:55:02 +0100 (CET) (envelope-from q@roadrunner.q.local) Received: (from q@localhost) by roadrunner.q.local (8.13.1/8.13.1/Submit) id j0UJt264004680; Sun, 30 Jan 2005 20:55:02 +0100 (CET) (envelope-from q) Message-Id: <200501301955.j0UJt264004680@roadrunner.q.local> Date: Sun, 30 Jan 2005 20:55:02 +0100 (CET) From: Ulrich Spoerlein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76869: [MAINTAINER] graphics/ocrad: Unbreak for 4.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 20:00:36 -0000 >Number: 76869 >Category: ports >Synopsis: [MAINTAINER] graphics/ocrad: Unbreak for 4.x >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 Jan 30 20:00:34 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD roadrunner 5.3-STABLE FreeBSD 5.3-STABLE #9: Thu Dec 16 18:33:14 CET 2004 >Description: Unbreak the build on pointyhat: Including getopt.h clashes with unistd.h In file included from main.cc:31: /usr/local/include/getopt.h:115: error: declaration of C function `int getopt()' conflicts with /usr/include/unistd.h:112: error: previous declaration `int getopt(int, char* const*, const char*)' here Define HAVE_DECL_GETOPT to make this work. I wonder how any port can use getopt.h on 4.x without that define. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- ocrad-0.10.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/ocrad/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 26 Jan 2005 05:42:46 -0000 1.5 +++ Makefile 30 Jan 2005 19:51:26 -0000 @@ -2,7 +2,7 @@ # Date created: 12.11.2003 # Whom: Ulrich Spoerlein # -# $FreeBSD: ports/graphics/ocrad/Makefile,v 1.5 2005/01/26 05:42:46 kevlo Exp $ +# $FreeBSD: ports/graphics/ocrad/Makefile,v 1.4 2004/03/01 19:20:34 krion Exp $ # PORTNAME= ocrad @@ -16,12 +16,21 @@ USE_BZIP2= yes HAS_CONFIGURE= yes +USE_GMAKE= yes USE_GETOPT_LONG= yes -USE_GCC= 3.4 CONFIGURE_ARGS= --prefix=${PREFIX} MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ - CXX=${CXX} + CXX="${CXX}" + +.include + +.if ${OSVERSION} < 500035 +USE_GCC= 3.4 +.endif +.if ${OSVERSION} < 500041 +MAKE_ENV+= CPPFLAGS="${CPPFLAGS} -DHAVE_DECL_GETOPT" +.endif DOCS= AUTHORS ChangeLog NEWS README TODO INFO= ocrad @@ -36,4 +45,4 @@ @install-info ${PREFIX}/info/ocrad.info ${PREFIX}/info/dir .endif -.include +.include --- ocrad-0.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 21:50:13 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44FF316A4CE for ; Sun, 30 Jan 2005 21:50:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE0C43D31 for ; Sun, 30 Jan 2005 21:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0ULoCFd029840 for ; Sun, 30 Jan 2005 21:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0ULoCmF029838; Sun, 30 Jan 2005 21:50:12 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 21:50:12 GMT Resent-Message-Id: <200501302150.j0ULoCmF029838@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Michael C.Shultz" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1437516A4CE for ; Sun, 30 Jan 2005 21:44:21 +0000 (GMT) Received: from out014.verizon.net (out014pub.verizon.net [206.46.170.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 766B243D1F for ; Sun, 30 Jan 2005 21:43:53 +0000 (GMT) (envelope-from mike@localhost.mechee.com) Received: from ringworm.mechee.com ([4.26.84.7]) by out014.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050130214337.MHND28388.out014.verizon.net@ringworm.mechee.com> for ; Sun, 30 Jan 2005 15:43:37 -0600 Received: by ringworm.mechee.com (Postfix, from userid 0) id 806DD2CE9FA; Sun, 30 Jan 2005 13:39:43 -0800 (PST) Message-Id: <20050130213943.806DD2CE9FA@ringworm.mechee.com> Date: Sun, 30 Jan 2005 13:39:43 -0800 (PST) From: "Michael C.Shultz" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76872: [MAINTAINER] sysutils/portmanager update to 0.2.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Michael C.Shultz" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 21:50:13 -0000 >Number: 76872 >Category: ports >Synopsis: [MAINTAINER] sysutils/portmanager update to 0.2.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: Sun Jan 30 21:50:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Michael C. Shultz >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD ringworm.mechee.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Jan 20 07:27:28 PST 2005 root@ringworm.mechee.com:/ROUTER/obj/ROUTER/src-5.3/sys/RINGWORM i386 >Description: update portmanager to ver 0.2.5 1) Add handling of identical portnames from differing origins in port tree 2) Minor bug fix involving portmanager's handling of missing dependencies >How-To-Repeat: N/A >Fix: Note to comitter, portmanager/files is no longer needed as the patches are obsolete, this update is a new tarball. --- portmanager-0.2.5.diff begins here --- diff -ruN portmanager/Makefile portmanager-0.2.5/Makefile --- portmanager/Makefile Fri Jan 28 15:19:54 2005 +++ portmanager-0.2.5/Makefile Sun Jan 30 13:29:15 2005 @@ -1,13 +1,13 @@ # New ports collection makefile for: portmanager # Date created: April 23, 2004 -# Whom: Michael C. Shultz +# Whom: Michael C. Shultz # # $FreeBSD: ports/sysutils/portmanager/Makefile,v 1.14 2005/01/28 23:19:54 pav Exp $ # PORTNAME= portmanager -PORTVERSION= 0.2.4 -PORTREVISION= 2 +PORTVERSION= 0.2.5 +PORTREVISION= 0 #----------------------------------------- #for local use, remove before submitting PR CATEGORIES= sysutils @@ -28,6 +28,7 @@ MAN1= portmanager.1 MAN3= libMG.3 \ + MGdbAdd.3 \ MGdbCreate.3 \ MGdbDelete.3 \ MGdbGetRecordQty.3 \ @@ -40,11 +41,11 @@ INSTALLS_SHLIB= yes USE_REINPLACE= yes # Need INSTALL_TARGET to install /usr/local/etc/portmanager/pm-020.conf.SAMPLE -INSTALL_TARGET= install info +INSTALL_TARGET= install info post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ - s|0.2.5|${PORTVERSION}_${PORTREVISION}|g ; \ + s|%%VERSION%%|${PORTVERSION}_${PORTREVISION}|g ; \ s|%%PORTSDIR%%|${PORTSDIR}|g ; \ s|%%PKG_DBDIR%%|${PKG_DBDIR}|g' ${WRKSRC}/libPMGR/src/libPMGR.h @@ -52,8 +53,9 @@ # is to use post-configure post-configure: .if defined(WITH_DEBUG) - @${REINPLACE_CMD} -e 's|# BDECFLAGS=|BDECFLAGS=|g' ${WRKSRC}/configure.ac - @${REINPLACE_CMD} -e 's|# CFLAGS=|CFLAGS=|g' ${WRKSRC}/configure.ac + @${REINPLACE_CMD} -e 's|# BDECFLAGS=|BDECFLAGS=|g ; \ + s|# CFLAGS=|CFLAGS=|g ; \ + s|# AC_SUBST(CFLAGS)|AC_SUBST(CFLAGS)|g' ${WRKSRC}/configure.ac cd ${WRKSRC};sh rePackage.sh;sh configure .endif diff -ruN portmanager/Makefile.rej portmanager-0.2.5/Makefile.rej --- portmanager/Makefile.rej Sun Jan 30 13:20:27 2005 +++ portmanager-0.2.5/Makefile.rej Wed Dec 31 16:00:00 1969 @@ -1,29 +0,0 @@ -*************** -*** 1,13 **** - # New ports collection makefile for: portmanager - # Date created: April 23, 2004 -- # Whom: Michael C. Shultz - # - # - # - - PORTNAME= portmanager -- PORTVERSION= 0.2.4 -- PORTREVISION= 2 - #----------------------------------------- - #for local use, remove before submitting PR - CATEGORIES= sysutils ---- 1,13 ---- - # New ports collection makefile for: portmanager - # Date created: April 23, 2004 -+ # Whom: Michael C. Shultz - # - # - # - - PORTNAME= portmanager -+ PORTVERSION= 0.2.5 -+ PORTREVISION= 0 - #----------------------------------------- - #for local use, remove before submitting PR - CATEGORIES= sysutils diff -ruN portmanager/distinfo portmanager-0.2.5/distinfo --- portmanager/distinfo Fri Jan 21 07:35:48 2005 +++ portmanager-0.2.5/distinfo Sun Jan 30 12:19:57 2005 @@ -1,2 +1,2 @@ -MD5 (portmanager-0.2.4.tar.gz) = 2264d957c50070045c1da17184435a51 -SIZE (portmanager-0.2.4.tar.gz) = 393458 +MD5 (portmanager-0.2.5.tar.gz) = 27fc6da9d10ef3793324c95b7597f8c8 +SIZE (portmanager-0.2.5.tar.gz) = 393258 diff -ruN portmanager/files/patch-0.2.4_1 portmanager-0.2.5/files/patch-0.2.4_1 --- portmanager/files/patch-0.2.4_1 Thu Jan 27 08:23:31 2005 +++ portmanager-0.2.5/files/patch-0.2.4_1 Wed Dec 31 16:00:00 1969 @@ -1,976 +0,0 @@ -diff -ruN ./THANKS ../portmanager-0.2.5/THANKS ---- ./THANKS Tue Jan 18 22:24:04 2005 -+++ ../portmanager-0.2.5/THANKS Wed Jan 26 11:28:42 2005 -@@ -1,11 +1,14 @@ - I know I am missing a few people who helped early on with --portmanager in this file, please accept my appologies. -+portmanager in this file, please accept my apologies. - - - Thanks to: - - Date of entry - -+Jan 26, 2005 Bart Silverstrim for identifying a looping problem -+ with XFree86-dri and his patience in helping me solve it. -+ - Jan 18 update portmanager to ver 0.2.3 - - NOTE: portmanager's normal hosting site is broken, thanks to Chuck Swiger for -@@ -29,11 +32,11 @@ - in PMGRrDbCreate.c - - 2004.12.27 "Noah" thanks for reporting segfault when portmanager -- self updates.(note emailed) -+ self updates.(note mailed) - - 2004.12.27 Jason/Carolyn thanks for suggesting port ignore option, -- I will try to have it implemented by version 0.2.3(note emailed) -+ I will try to have it implemented by version 0.2.3(note mailed) - - 2004.12.27 John E Hein for teaching me how to set portmanager up -- to run from a PREFIX directory. Implemented in ver 0.2.2(note emailed) -+ to run from a PREFIX directory. Implemented in ver 0.2.2(note mailed) - -diff -ruN ./libMG/src/MGdbAdd.c ../portmanager-0.2.5/libMG/src/MGdbAdd.c ---- ./libMG/src/MGdbAdd.c Wed Jan 19 22:12:30 2005 -+++ ../portmanager-0.2.5/libMG/src/MGdbAdd.c Mon Jan 24 15:59:26 2005 -@@ -70,7 +70,7 @@ - - /*zzzzzzzzzzzzzz*/ - db->parent.mallocIdx--; -- va_end(paramPtr); /* Clean up. */ -+ va_end(paramList); /* Clean up. */ - /*zzzzzzzzzzzzzz*/ - - fprintf( dbFileStream, "\n" ); -diff -ruN ./libMG/src/MGdbCreate.c ../portmanager-0.2.5/libMG/src/MGdbCreate.c ---- ./libMG/src/MGdbCreate.c Tue Jan 18 19:30:53 2005 -+++ ../portmanager-0.2.5/libMG/src/MGdbCreate.c Mon Jan 24 16:05:24 2005 -@@ -61,7 +61,7 @@ - - if(DEBUG) - { -- fprintf(stdout, "%s\n", DOUBLELINES); -+ fprintf(stdout, "%s\n", DOUBLE_LINES); - fprintf( stdout, "%s DEBUG: %s = %s\n", id, "db->parent.path", db->parent.path ); - } - -@@ -100,7 +100,7 @@ - - /*zzzzzzzzzzzzzz*/ - db->parent.mallocIdx--; -- va_end(paramPtr); /* Clean up. */ -+ va_end(paramList); /* Clean up. */ - /*zzzzzzzzzzzzzz*/ - - db->parent.recordQty++; -diff -ruN ./libMG/src/MGdbSeek.3 ../portmanager-0.2.5/libMG/src/MGdbSeek.3 ---- ./libMG/src/MGdbSeek.3 Tue Jan 18 19:30:53 2005 -+++ ../portmanager-0.2.5/libMG/src/MGdbSeek.3 Fri Jan 21 08:34:42 2005 -@@ -18,7 +18,7 @@ - .Fa "classDb* db" - .Fa "char* fieldName" - .Fa "char* search fieldName for this value" --.Fa "char* return value in this field" -+.Fa "char* return value of this field" - .Fc - .Sh DESCRIPTION - Searches key field for a given value and returns contents of value field. -diff -ruN ./libMG/src/MGdirSkip.c ../portmanager-0.2.5/libMG/src/MGdirSkip.c ---- ./libMG/src/MGdirSkip.c Tue Jan 18 19:30:53 2005 -+++ ../portmanager-0.2.5/libMG/src/MGdirSkip.c Fri Jan 21 20:44:59 2005 -@@ -36,12 +36,6 @@ - - if(dir->parent.eof) - { -- if( DEBUG_MGdir || DEBUG ) -- { -- fprintf(stdout, "%s\n", LINES); -- fprintf( stdout, "%s DEBUG level 1: dir->parent.fopenIdx = %d dir->parent.mallocIdx = %d\n", -- id, dir->parent.fopenIdx, dir->parent.mallocIdx ); -- } - return(0); - } - dir->parent.recordIdx++; -@@ -53,11 +47,5 @@ - dir->parent.eof = 1; - } - -- if( DEBUG_MGdir || DEBUG ) -- { -- fprintf(stdout, "%s\n", LINES); -- fprintf( stdout, "%s DEBUG level 1: dir->parent.fopenIdx = %d dir->parent.mallocIdx = %d\n", -- id, dir->parent.fopenIdx, dir->parent.mallocIdx ); -- } - return(0); - } -diff -ruN ./libMG/src/MGdirTest.c ../portmanager-0.2.5/libMG/src/MGdirTest.c ---- ./libMG/src/MGdirTest.c Tue Jan 18 19:30:53 2005 -+++ ../portmanager-0.2.5/libMG/src/MGdirTest.c Fri Jan 21 20:45:30 2005 -@@ -44,7 +44,7 @@ - - if( DEBUG_MGdir || DEBUG ) - { -- fprintf(stdout, "%s\n", LINES); -+ fprintf(stdout, "%s\n", SINGLE_LINES); - fprintf( stdout, "%s DEBUG level 1: dir->parent.fopenIdx = %d dir->parent.mallocIdx = %d\n", - id, dir->parent.fopenIdx, dir->parent.mallocIdx ); - } -diff -ruN ./libMG/src/libMG.3 ../portmanager-0.2.5/libMG/src/libMG.3 ---- ./libMG/src/libMG.3 Thu Jan 20 10:22:06 2005 -+++ ../portmanager-0.2.5/libMG/src/libMG.3 Sun Jan 23 15:08:26 2005 -@@ -4,7 +4,7 @@ - .\" The following commands are required for all man pages. - .Dd JANUARY 8, 2004 - .Os FreeBSD --.Dt MGDBCREATE 3 PRM -+.Dt LIBMG 3 PRM - .\======================================================================= - .Sh NAME - .Nm libMG -@@ -78,7 +78,7 @@ - .Fa "classDb* db" - .Fa "char* fieldName" - .Fa "char* search fieldName for this value" --.Fa "char* return value in this field" -+.Fa "char* return value of this field" - .Fc - .\.11.................................................................... - .Ft classDir* -@@ -121,7 +121,7 @@ - such as MGrIntToString. (MGrIntToString is derived from a similar routine - found in groff) - --Purpose of this man page is to serve as a quick reference to use of each -+Purpose of this man page is to serve as a quick reference to use for each - routine and cross reference of each routine's man page. - - Naming conventions are as follows: Convenience routines begin with -diff -ruN ./libMG/src/libMG.h ../portmanager-0.2.5/libMG/src/libMG.h ---- ./libMG/src/libMG.h Tue Jan 18 19:30:53 2005 -+++ ../portmanager-0.2.5/libMG/src/libMG.h Fri Jan 21 23:53:12 2005 -@@ -57,8 +57,8 @@ - #define SPACE 32 - #define TAB 9 - --#define LINES "-------------------------------------------------------------------------------" --#define DOUBLELINES "===============================================================================" -+#define SINGLE_LINES "-------------------------------------------------------------------------------" -+#define DOUBLE_LINES "===============================================================================" - - typedef struct classDb classDb; - typedef struct classDir classDir; -diff -ruN ./libPMGR/src/PMGRrDbCreate.c ../portmanager-0.2.5/libPMGR/src/PMGRrDbCreate.c ---- ./libPMGR/src/PMGRrDbCreate.c Thu Jan 20 10:44:19 2005 -+++ ../portmanager-0.2.5/libPMGR/src/PMGRrDbCreate.c Wed Jan 26 10:57:36 2005 -@@ -107,7 +107,7 @@ - property->fieldNewPortName, - NULL ); - /*zzzzzzzzzzzzzz*/ -- -+ - if( !MGrIfFileExist( property->cacheDbFileName ) ) - { - /*zzzzzzzzzzzzzz*/ -diff -ruN ./libPMGR/src/PMGRrDbDestroy.c ../portmanager-0.2.5/libPMGR/src/PMGRrDbDestroy.c ---- ./libPMGR/src/PMGRrDbDestroy.c Tue Jan 18 19:30:53 2005 -+++ ../portmanager-0.2.5/libPMGR/src/PMGRrDbDestroy.c Wed Jan 26 10:58:40 2005 -@@ -41,7 +41,6 @@ - property->objIdx--; - MGdbDestroy( property->cacheDb ); - -- - if(property->objIdx) - { - fprintf( stderr, "%s %s error: property->objIdx = %d \n", id, ver, property->objIdx ); -diff -ruN ./libPMGR/src/PMGRrDoUpgrade.c ../portmanager-0.2.5/libPMGR/src/PMGRrDoUpgrade.c ---- ./libPMGR/src/PMGRrDoUpgrade.c Thu Jan 20 16:19:04 2005 -+++ ../portmanager-0.2.5/libPMGR/src/PMGRrDoUpgrade.c Wed Jan 26 10:31:51 2005 -@@ -41,7 +41,7 @@ - { - property->portManagerUpdated = 1; - } -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - - MGdbGoTop( property->outOfDatePortsDb ); - oldPortDir = MGdbSeek( property->outOfDatePortsDb, property->fieldOldPortName, oldPortName, -@@ -65,7 +65,7 @@ - property->fieldNewPortName ); - - fprintf( stdout, "UPGRADING %s reason %s %s\n", oldPortName, reason, reasonPortName ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - /************************************************************************/ - /* Command "1" " make clean " */ - /************************************************************************/ -@@ -112,10 +112,10 @@ - strcat( command, "; make clean " ); - } - -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf( stdout, "intitial clean of work directories \n" ); - fprintf( stdout, "%s %s command: #1 of 8 %s\n", id, ver, command ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - - errorCode = system(command); - -@@ -174,10 +174,10 @@ - strcat( command, "; make " ); - } - -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf( stdout, "update %s \n", oldPortName ); - fprintf( stdout, "%s %s command: #2 of 8 %s\n", id, ver, command ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - - errorCode = system(command); - mallocIdx--; -@@ -214,10 +214,10 @@ - strcat( command, "; pkg_create -b " ); - strcat( command, oldPortName ); - -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf( stdout, "backing up installed %s before removing it \n", oldPortName ); - fprintf( stdout, "%s %s command: #3 of 8 %s\n", id, ver, command ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - system(command); - /* - An error here is no big deal, if for example the port is not installed it will not be able -@@ -239,20 +239,49 @@ - command[0] = 0; - strcpy(command, "pkg_delete -f "); - strcat(command, oldPortName); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf( stdout, "removing old %s \n", oldPortName ); - fprintf( stdout, "%s %s command: #4 of 8 %s\n", id, ver, command ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - -- system(command); -- /* -- If deinstall has started, even with an error it is better to continue and try to install -- the new port -- */ -+ errorCode = system(command); - /*zzzzzzzzzzzzz*/ - mallocIdx--; - free( command ); - /*zzzzzzzzzzzzz*/ -+ -+ if( errorCode ) -+ { -+ stringSize = strlen( "cd " ) -+ + strlen(PORTSDIR) -+ + strlen(oldPortDir) -+ + strlen( "; make deinstall " ) -+ + 1; -+ -+ /*zzzzzzzzzzzzz*/ -+ mallocIdx++; -+ command = (char*)malloc( stringSize ); -+ /*zzzzzzzzzzzzz*/ -+ command[0] = 0; -+ -+ strcpy( command, "cd " ); -+ strcat( command, PORTSDIR ); -+ strcat( command, oldPortDir ); -+ strcat( command, "; make deinstall " ); -+ -+ fprintf( stdout, "%s\n", SINGLE_LINES ); -+ fprintf( stdout, "trying one more way to remove %s...\n", oldPortName ); -+ fprintf( stdout, "%s %s command: #4 of 8 %s\n", id, ver, command ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); -+ -+ system(command); -+ -+ /*zzzzzzzzzzzzz*/ -+ mallocIdx--; -+ free( command ); -+ /*zzzzzzzzzzzzz*/ -+ } -+ - /************************************************************************/ - /* Command "5" " make reinstall " */ - /************************************************************************/ -@@ -297,10 +326,10 @@ - strcat( command, "; make reinstall " ); - } - -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf( stdout, "installing updated %s \n", oldPortDir ); - fprintf( stdout, "%s %s command: #5 of 8 %s\n", id, ver, command ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - - errorCode = system(command); - /*zzzzzzzzzzzzz*/ -@@ -323,10 +352,10 @@ - strcat(command, "/"); - strcat(command, oldPortName); - strcat(command, ".tgz"); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf( stderr, "restoring original port from backup \n" ); - fprintf( stderr, "%s %s command: #5!! ***Emergancy restore*** %s\n", id, ver, command ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - errorCode = system(command); - /*zzzzzzzzzzzzz*/ - mallocIdx--; -@@ -346,11 +375,16 @@ - return(0); - } - -- fprintf( stdout, "%s\n", LINES ); -- fprintf( stderr, "aborting upgrade due to port install failure, \n" ); -- fprintf( stderr, "try again after port error is corrected \n" ); -- fprintf( stdout, "%s\n", LINES ); -- return(4); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); -+ fprintf( stderr, "%s %s error: RESTORED BACKUP COPY\n", id, ver ); -+ fprintf( stderr, "%s %s info: adding %s to ignore.db\n", id, ver, oldPortDir ); -+ MGdbAdd( property->ignoreDb, oldPortDir, "performed (5) emergancy restore", NULL ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); -+ if( mallocIdx || fopenCount ) -+ { -+ assert(0); -+ } -+ return(0); - } - else - { -@@ -370,10 +404,10 @@ - strcat( command, "; rm -f "); - strcat( command, oldPortName); - strcat( command, ".tgz" ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf( stderr, "deleting backup copy, installation of updated %s successful\n", oldPortDir ); - fprintf( stdout, "%s %s command: #6 of 8 %s\n", id, ver, command ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - system(command); - /* - error is no big deal here, if the backup package wasn't made it can't be deleted... -@@ -428,10 +462,10 @@ - strcat( command, "; make package " ); - } - -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf( stderr, "making package of updated %s \n", oldPortDir ); - fprintf( stdout, "%s %s command: #7 of 8 %s\n", id, ver, command ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - - system(command); - /*zzzzzzzzzzzzz*/ -@@ -482,10 +516,10 @@ - strcat( command, "; make clean " ); - } - -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf( stderr, "terminal clean of work directories\n" ); - fprintf( stdout, "%s %s command: #8 of 8 %s\n", id, ver, command ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - - errorCode = system(command); - -diff -ruN ./libPMGR/src/PMGRrInitialize.c ../portmanager-0.2.5/libPMGR/src/PMGRrInitialize.c ---- ./libPMGR/src/PMGRrInitialize.c Thu Jan 20 20:12:55 2005 -+++ ../portmanager-0.2.5/libPMGR/src/PMGRrInitialize.c Wed Jan 26 10:22:34 2005 -@@ -34,6 +34,14 @@ - property->verbose = 0; - - stringSize = strlen(DATADIR) -+ + strlen(STRIKES_DB) -+ + 1; -+ property->strikesDbFileName = (char*)malloc(stringSize); -+ property->strikesDbFileName[0] = 0; -+ strcpy(property->strikesDbFileName, DATADIR); -+ strcat(property->strikesDbFileName, STRIKES_DB); -+ -+ stringSize = strlen(DATADIR) - + strlen(COMMANDLINE_DB) - + 1; - property->commandLineDbFileName = (char*)malloc(stringSize); -@@ -96,6 +104,9 @@ - property->configConfFileName[0] = 0; - strcpy(property->configConfFileName, ETC); - strcat(property->configConfFileName, CONFIGURE_CONF); -+ -+ MGmSetString( property->field3strikesPortDir, "field3strikesPortDir" ); /* 3strikesDb field 0 */ -+ MGmSetString( property->fieldStrikes, "fieldStrikes" ); /* 3strikesDb field 1 */ - - MGmSetString( property->fieldCommandLineKey, "fieldCommandLineKey" ); /* commandLineDb field 0 */ - MGmSetString( property->fieldCommandLineValue, "fieldCommandLineValue" ); /* commandLineDb field 1 */ -diff -ruN ./libPMGR/src/PMGRrMissingDependencies.c ../portmanager-0.2.5/libPMGR/src/PMGRrMissingDependencies.c ---- ./libPMGR/src/PMGRrMissingDependencies.c Tue Jan 18 19:30:53 2005 -+++ ../portmanager-0.2.5/libPMGR/src/PMGRrMissingDependencies.c Mon Jan 24 18:31:42 2005 -@@ -95,7 +95,7 @@ - childPortDir = MGdbSeek( property->installedPortsDb, property->fieldInstalledPortName, - childPortName, property->fieldInstalledPortDir ); - -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf( stdout, "-=>MISSING<=- %s[%s] %s %s\n", dependencyPortName, dependencyPortDir, - "may be a dependency of", childPortName ); - -@@ -280,6 +280,32 @@ - fopenIdx--; - pclose(makeDependAllStream); - /*zzzzzzzzzzzzzz*/ -+/***********************************************************************/ -+/* this is to handle things that have been moved to a new directory */ -+/***********************************************************************/ -+if( !strlen(buffer01) ) -+{ -+ fprintf( stdout, "%s %s WARNING: %s is missing! moved maybe? see /usr/ports/MOVED\n", id, ver, dependencyPortDir ); -+ fprintf( stdout, "removing %s from ports_old.db, whoever is dependent will have to pull it in during make\n", -+ dependencyPortName ); -+ property->outOfDatePortsDb = MGdbDelete( property->outOfDatePortsDb, -+ MGdbGetRecordQty( property->outOfDatePortsDb ) -1 ); -+ -+ -+ /*zzzzzzzzzzzzzz*/ -+ mallocIdx--; -+ free( buffer01 ); -+ /*zzzzzzzzzzzzzz*/ -+ -+ if( fopenIdx != 0 || mallocIdx != 0) -+ { -+ fprintf( stderr, "%s error: fopenIdx = %d mallocIdx = %d\n", id, fopenIdx, mallocIdx ); -+ assert(0); -+ } -+ -+ return(0); -+} -+ - - buffer01Idx = 127999; - /* convert LINEFEEDs to NULLs */ -@@ -411,7 +437,7 @@ - buffer01Idx += strlen( unInstalledPortDir ) + strlen( "/usr/ports/" ) + 1; - } - -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - fflush( stdout); - - /*zzzzzzzzzzzzzz*/ -diff -ruN ./libPMGR/src/PMGRrReadConfigure.c ../portmanager-0.2.5/libPMGR/src/PMGRrReadConfigure.c ---- ./libPMGR/src/PMGRrReadConfigure.c Tue Jan 18 19:30:53 2005 -+++ ../portmanager-0.2.5/libPMGR/src/PMGRrReadConfigure.c Tue Jan 25 11:34:18 2005 -@@ -46,6 +46,7 @@ - int PMGRrReadConfigure( structProperty* property ) - { - FILE* configDbStream; -+ char* configFileNameOld = NULL; - char id[] = "PMGRrReadConfigure"; - char* buffer = NULL; - char* command = NULL; -@@ -56,6 +57,91 @@ - int mallocIdx = 0; - int stringSize = 0; - -+ /*************************************/ -+ /* update old conf file if it exists */ -+ /*************************************/ -+ stringSize = strlen( ETC ) -+ + strlen( "portmanager.conf" ) -+ +1; -+ /*zzzzzzzzzzzzzz*/ -+ mallocIdx++; -+ configFileNameOld = (char*)malloc( stringSize ); -+ /*zzzzzzzzzzzzzz*/ -+ -+ configFileNameOld[0] = 0; -+ strcpy( configFileNameOld, ETC ); -+ strcat( configFileNameOld, "portmanager.conf" ); -+ if( MGrIfFileExist( configFileNameOld ) ) -+ { -+ -+ stringSize = strlen( "mv " ) -+ + strlen( configFileNameOld ) -+ + strlen( " " ) -+ + strlen( configFileNameOld ) -+ + strlen( "_OLD" ) -+ + 1; -+ -+ /*zzzzzzzzzzzzzz*/ -+ mallocIdx++; -+ command = (char*)malloc( stringSize ); -+ /*zzzzzzzzzzzzzz*/ -+ -+ command[0] = 0; -+ -+ strcpy( command, "mv " ); -+ strcat( command, configFileNameOld ); -+ strcat( command, " " ); -+ strcat( command, configFileNameOld ); -+ strcat( command, "_OLD" ); -+ fprintf( stdout, "moving %s to %s%s\n", configFileNameOld, configFileNameOld, "_OLD" ); -+ fprintf( stdout, "portmanager configuration file is now called %s. Please review %s%s and %s and make any nessesary changes.\n", -+ property->configConfFileName, property->configConfFileName, ".SAMPLE", configFileNameOld); -+ system( command ); -+ -+ /*zzzzzzzzzzzzzz*/ -+ mallocIdx--; -+ free( command ); -+ /*zzzzzzzzzzzzzz*/ -+ } -+ -+ /*zzzzzzzzzzzzzz*/ -+ mallocIdx--; -+ free( configFileNameOld ); -+ /*zzzzzzzzzzzzzz*/ -+ -+ /***************************************************************************/ -+ /* if pm-020.conf missing then copy pm-020.conf.SAMPLE to pm-020.conf */ -+ /***************************************************************************/ -+ if( !MGrIfFileExist( property->configDbFileName ) ) -+ { -+ stringSize = strlen( "cp " ) -+ + strlen( property->configConfFileName ) -+ + strlen( ".SAMPLE " ) -+ + strlen( property->configConfFileName ) -+ + 1; -+ -+ /*zzzzzzzzzzzzzz*/ -+ mallocIdx++; -+ command = (char*)malloc( stringSize ); -+ /*zzzzzzzzzzzzzz*/ -+ -+ command[0] = 0; -+ -+ strcpy( command, "cp " ); -+ strcat( command, property->configConfFileName ); -+ strcat( command, ".SAMPLE " ); -+ strcat( command, property->configConfFileName ); -+ system( command ); -+ -+ /*zzzzzzzzzzzzzz*/ -+ mallocIdx--; -+ free( command ); -+ /*zzzzzzzzzzzzzz*/ -+ } -+ -+ /*********************/ -+ /* parse pm-020.conf */ -+ /*********************/ - stringSize = strlen( "echo \"" ) - + strlen( property->fieldKey ) - + strlen( "zzNULLzz" ) -diff -ruN ./libPMGR/src/PMGRrStatus.c ../portmanager-0.2.5/libPMGR/src/PMGRrStatus.c ---- ./libPMGR/src/PMGRrStatus.c Thu Jan 20 20:52:07 2005 -+++ ../portmanager-0.2.5/libPMGR/src/PMGRrStatus.c Sat Jan 22 07:25:35 2005 -@@ -36,16 +36,16 @@ - int IDX_installedPortsDb = 1; - int QTY_dependencyPortsDb = 0; - int QTY_installedPortsDb = 0; -+ int answer = 0; - int errorCode = 0; - int fopenIdx = 0; - int mallocIdx = 0; - int stringSize = 0; -- - - /*.............................................................*/ -- fprintf( stdout, "%s\n", LINES ); -- fprintf( stdout, "%s %s info: Creating inital data bases\n", id, ver ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); -+ fprintf( stdout,"%s %s info: Creating inital data bases\n", id, ver ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); - - errorCode = PMGRrDbCreate(property); /* create/open initial databases */ - if(errorCode) -@@ -53,9 +53,9 @@ - exit(0); - } - /*.............................................................*/ -- fprintf( stdout, "%s\n", LINES ); -- fprintf( stdout, "%s %s info: looking for missing dependent ports\n", id, ver ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); -+ fprintf( stdout,"%s %s info: looking for missing dependent ports\n", id, ver ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); - - errorCode = PMGRrMissingDependencies( property ); - if(errorCode) -@@ -63,9 +63,9 @@ - exit(0); - } - /*.............................................................*/ -- fprintf( stdout, "%s\n", LINES ); -- fprintf( stdout, "%s %s info: looking for old installed ports\n", id, ver ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); -+ fprintf( stdout,"%s %s info: looking for old installed ports\n", id, ver ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); - - /* compare installedPortsDb records to "make describe" of each installed port */ - /* remove ports that no longer have a Makefile (deleted by CVSand in /usr/ports/MOVED hopefully ) */ -@@ -93,17 +93,28 @@ - { - installedPortName = - MGdbGet( property->installedPortsDb, IDX_installedPortsDb, property->fieldInstalledPortName); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); -+ - fprintf( stdout, -- "removing: %s, \n\t it is no longer in the ports collection, \n\t see /usr/ports/MOVED for possible explanation\n", -- installedPortName ); -+ "%s is no longer in the ports collection, see /usr/ports/MOVED\nis it OK to remove %s from your system? [y/n]\n", -+ installedPortDir, installedPortName ); -+ answer = getc(stdin); -+ if( answer != 89 && answer != 121 ) -+ { -+ fprintf( stdout, "answer = %d\n", answer ); -+ fprintf( stdout, "portmanager shutting down\n" ); -+ exit(0); -+ } -+ ungetc(answer, stdin); -+ -+ fprintf( stdout, "removing: %s\n", installedPortName ); - stringSize = strlen("pkg_delete -f ") + strlen(installedPortName) + 1; - command = ( char* )malloc( stringSize ); - command[0] = 0; - strcpy( command, "pkg_delete -f " ); - strcat( command, installedPortName ); -- fprintf( stdout, "%s\n", command ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout,"%s\n", command ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); - system( command ); - free( command ); - /* since installedPortName is no longer in ports collection need to delete record and restart */ -@@ -121,26 +132,26 @@ - MGdbGet( property->installedPortsDb, IDX_installedPortsDb, property->fieldInstalledPortDir); - if( strcmp( installedPortName, available ) ) - { -- fprintf( stdout, "have:%-25s status: OLD available:%-25s %-25s\n", -+ fprintf( stdout,"have:%-25s status: OLD available:%-25s %-25s\n", - installedPortName, available, installedPortDir ); - MGdbAdd( property->outOfDatePortsDb, installedPortDir, installedPortName, "OLD", available, NULL ); - IDX_installedPortsDb++; - continue; - } -- fprintf( stdout, "have:%-25s status: CURRENT: %-25s\n", installedPortName, installedPortDir ); -+ fprintf( stdout,"have:%-25s status: CURRENT: %-25s\n", installedPortName, installedPortDir ); - IDX_installedPortsDb++; - } - - /*.............................................................*/ -- fprintf( stdout, "%s\n", LINES ); -- fprintf( stdout, "%s %s info: looking for installed ports built with old dependencies\n", id, ver ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); -+ fprintf( stdout,"%s %s info: looking for installed ports built with old dependencies\n", id, ver ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); - /****************************************************************************/ - /* add any DependencyDir == installedDir && dependencyName != installedName */ - /* to outOfDatePortsDb */ - /****************************************************************************/ - IDX_dependencyPortsDb = 1; -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); - QTY_dependencyPortsDb = MGdbGetRecordQty( property->dependencyPortsDb); - while( IDX_dependencyPortsDb < QTY_dependencyPortsDb ) - { -@@ -165,34 +176,31 @@ - dependencyPortName, property->fieldChildPortName ) - ) ) - { --MGdbGoTop( property->outOfDatePortsDb ); --if( !MGdbSeek( property->outOfDatePortsDb, property->fieldOldPortName, oldPortName, property->fieldOldPortName ) ) --{ -- fprintf( stdout, "OLD %s built with old dependency %s, current dependency is %s\n", -- oldPortName, dependencyPortName, installedPortName ); -- MGdbGoTop( property->installedPortsDb ); -- oldPortDir = MGdbSeek( property->installedPortsDb, -- property->fieldInstalledPortName, -- oldPortName, -- property->fieldInstalledPortDir ); -- -- MGdbAdd( property->outOfDatePortsDb, oldPortDir, oldPortName, "OLD dependency", -- installedPortName, NULL ); --} -+ MGdbGoTop( property->outOfDatePortsDb ); -+ if( !MGdbSeek( property->outOfDatePortsDb, property->fieldOldPortName, oldPortName, property->fieldOldPortName ) ) -+ { -+ fprintf( stdout,"OLD %s built with old dependency %s, current dependency is %s\n", -+ oldPortName, dependencyPortName, installedPortName ); -+ MGdbGoTop( property->installedPortsDb ); -+ oldPortDir = MGdbSeek( property->installedPortsDb, -+ property->fieldInstalledPortName, -+ oldPortName, -+ property->fieldInstalledPortDir ); -+ -+ MGdbAdd( property->outOfDatePortsDb, oldPortDir, oldPortName, "OLD dependency", -+ installedPortName, NULL ); -+ } - } - } - } - ++IDX_dependencyPortsDb; - } -- -- fflush(stderr); -- fflush(stdout); -- fprintf( stdout, "%s\n", LINES ); -- fprintf( stdout, "status report finished\n" ); -- fprintf( stdout, "%s\n", DOUBLELINES ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); -+ fprintf( stdout,"status report finished\n" ); -+ fprintf( stdout,"%s\n", DOUBLE_LINES ); - if( fopenIdx || mallocIdx != 0) - { -- fprintf( stderr, "%s error: fopenIdx = %d mallocIdx = %d\n", -+ fprintf( stdout, "%s error: fopenIdx = %d mallocIdx = %d\n", - id, fopenIdx, mallocIdx ); - assert(0); - } -diff -ruN ./libPMGR/src/PMGRrUpgrade.c ../portmanager-0.2.5/libPMGR/src/PMGRrUpgrade.c ---- ./libPMGR/src/PMGRrUpgrade.c Wed Jan 19 23:08:12 2005 -+++ ../portmanager-0.2.5/libPMGR/src/PMGRrUpgrade.c Wed Jan 26 11:04:00 2005 -@@ -87,9 +87,9 @@ - if(property->portManagerUpdated) - { - PMGRrDbDestroy( property ); -- fprintf(stdout, "%s\n", LINES); -+ fprintf(stdout, "%s\n", SINGLE_LINES); - fprintf(stdout, "portmanager just updated itself, executing: portmanager -u \n"); -- fprintf(stdout, "%s\n", LINES); -+ fprintf(stdout, "%s\n", SINGLE_LINES); - fflush(stdout); - - /********************************/ -@@ -97,7 +97,8 @@ - /********************************/ - QTY_commandLineDb = MGdbGetRecordQty( property->commandLineDb ); - IDX_commandLineDb = 1; -- stringSize = strlen( "portmanager " ); -+ stringSize = strlen( BINDIR ) -+ + strlen( "portmanager " ); - while( IDX_commandLineDb < QTY_commandLineDb ) - { - /* continue if -ip has no options ) */ -@@ -121,7 +122,8 @@ - stringSize += 1; - command = (char*)malloc( stringSize ); - command[0] = 0; -- strcpy( command, "./portmanager " ); -+ strcpy( command, BINDIR ); -+ strcat( command, "portmanager " ); - IDX_commandLineDb = 1; - while( IDX_commandLineDb < QTY_commandLineDb ) - { -@@ -173,6 +175,7 @@ - char* ignoreReason = NULL; - char* oldPortDir = NULL; - char* oldPortName = NULL; -+ char* strike = NULL; - int IDX_outOfDatePortsDb = 1; - int QTY_outOfDatePortsDb = 0; - int errorCode = 0; -@@ -210,6 +213,38 @@ - { - property->portManagerUpdated = 1; - } -+ /*******************/ -+ /* 3 strikes check */ -+ /*******************/ -+ MGdbGoTop( property->strikesDb ); -+ strike = MGdbSeek( property->strikesDb, property->field3strikesPortDir, oldPortDir, -+ property->fieldStrikes ); -+ if( !strike ) -+ { -+ MGdbAdd( property->strikesDb, oldPortDir, "1", NULL ); -+ } -+ else -+ { -+ if( strike[0] == '2' ) -+ { -+ MGdbAdd( property->ignoreDb, oldPortDir, "looping, 3rd attempt at make", NULL ); -+ IDX_outOfDatePortsDb++; -+ continue; -+ } -+ if( strike[0] == '1' ) -+ { -+ fprintf( stdout, -+ "%s %s WARNING: This is the second time %s is being built, one more attempt and it will be marked as ignore.\n", -+ id, ver, oldPortName ); -+ -+ property->strikesDb = MGdbDelete( property->strikesDb, -+ MGdbGetRecno( property->strikesDb ) - 1 ); -+ MGdbAdd( property->strikesDb, oldPortDir, "2", NULL ); -+ } -+ } -+ -+ -+ - processed = 1; - errorCode = PMGRrDoUpgrade( property, oldPortName ); - switch(errorCode) -@@ -242,9 +277,9 @@ - } - if( !processed ) - { -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf(stdout, "update of ports collection complete with either some errors, ignored ports or both\n" ); -- fprintf( stdout, "%s\n", DOUBLELINES ); -+ fprintf( stdout, "%s\n", DOUBLE_LINES ); - exit(0); - } - return(0); -diff -ruN ./libPMGR/src/libPMGR.h ../portmanager-0.2.5/libPMGR/src/libPMGR.h ---- ./libPMGR/src/libPMGR.h Thu Jan 20 23:02:04 2005 -+++ ../portmanager-0.2.5/libPMGR/src/libPMGR.h Wed Jan 26 10:23:20 2005 -@@ -26,7 +26,7 @@ - #include - - #ifndef VER --static char ver[] = "0.2.4"; -+static char ver[] = "0.2.5"; - #define VER 1 - #endif - -@@ -42,10 +42,12 @@ - #define DATADIR "%%PREFIX%%/share/portmanager/" - #define ETC "%%PREFIX%%/etc/portmanager/" - #define LOCALBASE "%%PREFIX%%/" -+#define BINDIR "%%PREFIX%%/bin" - #define PKG_DBDIR "%%PKG_DBDIR%%" - #define PORTSDIR "%%PORTSDIR%%/" - #define TEMP_DIR "/tmp" - -+#define STRIKES_DB "3strikes.db" - #define PORTS_INSTALLED_DB "ports_installed.db" - #define COMMANDLINE_DB "commandLine.db" - #define PORT_DEPENDENCIES_DB "port_dependencies.db" -@@ -56,27 +58,9 @@ - #define CACHE_RESET "rm -f"" "DATADIR""PORTS_CACHE_DB - #define IGNORE_DB "ignore.db" - --/* --the following identify the fields of databases. For example --CONFIG_DB_PORT_DIR is for config_db and the field containing --port directory information is #0 --*/ -- --#define CONFIGDB_PORTDIR 0 --#define CONFIGDB_PORTOPTIONS 1 -- --#define DEPENDENCYPORTSDB_DEPENDENCYPORTDIR 2 --#define DEPENDENCYPORTSDB_DEPENDENCYPORTNAME 1 --#define DEPENDENCYPORTSDB_PORTNAME 0 -- --#define INSTALLEDPORTSDB_PORTDIR 1 --#define INSTALLEDPORTSDB_PORTNAME 0 -- --#define OUTOFDATEPORTSDB_PORTDIR 0 --#define OUTOFDATEPORTSDB_PORTNAME 1 -- - typedef struct - { -+ char* strikesDbFileName; - char* cacheDbFileName; - char* commandLineDbFileName; - char* configConfFileName; -@@ -86,6 +70,9 @@ - char* installedPortsDbFileName; - char* oldPortsFileName; - -+ char* field3strikesPortDir; /* 3strikesDb field 0 */ -+ char* fieldStrikes; /* 3strikesDb field 1 */ -+ - char* fieldCommandLineKey; /* commandLineDb field 0 */ - char* fieldCommandLineValue; /* commandLineDb field 1 */ - -@@ -115,6 +102,7 @@ - char* fieldUpgradePortDir; - char* fieldUpgradePortName; - -+ classDb* strikesDb; - classDb* cacheDb; - classDb* commandLineDb; - classDb* configDb; - -diff -ruN ./portmanager/portmanager.1 ../portmanager-0.2.5/portmanager/portmanager.1 ---- ./portmanager/portmanager.1 Thu Jan 20 08:43:27 2005 -+++ ../portmanager-0.2.5/portmanager/portmanager.1 Mon Jan 24 14:31:26 2005 -@@ -37,7 +37,7 @@ - .sp - example: portmanager \&-u \&-ip editors/nedit editors/openoffice - .sp -- Do not update editors/nedit or editors/openoffice or anything -+ Do not update editors/nedit nor editors/openoffice nor anything - dependent on them. Update everything else. - .It - \fB\&-h\fR Quick help reference -diff -ruN ./portmanager/portmanager.c ../portmanager-0.2.5/portmanager/portmanager.c ---- ./portmanager/portmanager.c Thu Jan 20 14:42:32 2005 -+++ ../portmanager-0.2.5/portmanager/portmanager.c Wed Jan 26 10:58:18 2005 -@@ -57,20 +57,26 @@ - property.ignoreDb = MGdbCreate( property.ignoreDbFileName, property.fieldIgnorePortDir, - property.fieldIgnoreReason, NULL ); - -+ property.strikesDb = MGdbCreate( -+ property.strikesDbFileName, -+ property.field3strikesPortDir, -+ property.fieldStrikes, -+ NULL ); -+ - -- /***************************************************************/ -- - idx = 0; - while( idx < argc ) - { - if( !strcmp(argv[idx], "-ip") ) - { - idx++; -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - while( idx < argc && argv[idx][0] != '-' ) - { -+ - fprintf( stdout, "%s %s info: adding %s to ignore.db reason: command line option -ip\n", - id, ver, argv[idx] ); -+ - MGdbAdd( property.ignoreDb, argv[idx], "command line option -ip", NULL ); - idx++; - } -@@ -159,15 +165,15 @@ - void rHelp( char* id ) - { - -- fprintf( stdout, "%s\n", DOUBLELINES ); -+ fprintf( stdout, "%s\n", DOUBLE_LINES ); - fprintf( stdout, "%s %s help:\n", id, ver ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf( stdout, "\n\t-ip ( ignore port ) example:\n\t\tportmanager -u -ip editors/nedit editors/openoffice\n\t\tupgrade evrything except nedit, open office and their dependencies\n" ); - fprintf( stdout, "\t-s or --status\n\t\tstatus of installed ports\n" ); - fprintf( stdout, "\t-u or --upgrade\n\t\tupgrade installed ports\n" ); - fprintf( stdout, "\t-v or --version\n\t\tportmanager version information\n\n" ); - fprintf( stdout, "\n\tsee portmanager(1), or http://portmanager.sourceforge.net/ for more information.\n\n" ); -- fprintf( stdout, "%s\n", LINES ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - return; - } - diff -ruN portmanager/files/patch-0.2.4_2 portmanager-0.2.5/files/patch-0.2.4_2 --- portmanager/files/patch-0.2.4_2 Fri Jan 28 15:19:55 2005 +++ portmanager-0.2.5/files/patch-0.2.4_2 Wed Dec 31 16:00:00 1969 @@ -1,27 +0,0 @@ -diff -ruN ./libMG/src/MGrIfFileExist.c ../portmanager-0.2.5/libMG/src/MGrIfFileExist.c ---- ./libMG/src/MGrIfFileExist.c Tue Jan 18 19:30:53 2005 -+++ ../portmanager-0.2.5/libMG/src/MGrIfFileExist.c Thu Jan 27 17:47:19 2005 -@@ -27,8 +27,9 @@ - int MGrIfFileExist( char* fileName ) - { - FILE* fileStream = NULL; -- -- if( ( fileStream = fopen( fileName, "r") ) ) -+ -+ fileStream = fopen( fileName, "r"); -+ if( fileStream ) - { - fclose( fileStream ); - return( 1 ); /* file does exist */ -diff -ruN ./libPMGR/src/PMGRrReadConfigure.c ../portmanager-0.2.5/libPMGR/src/PMGRrReadConfigure.c ---- ./libPMGR/src/PMGRrReadConfigure.c Wed Jan 26 22:00:03 2005 -+++ ../portmanager-0.2.5/libPMGR/src/PMGRrReadConfigure.c Thu Jan 27 17:52:49 2005 -@@ -112,7 +112,7 @@ - /***************************************************************************/ - /* if pm-020.conf missing then copy pm-020.conf.SAMPLE to pm-020.conf */ - /***************************************************************************/ -- if( !MGrIfFileExist( property->configDbFileName ) ) -+ if( !MGrIfFileExist( property->configConfFileName ) ) - { - stringSize = strlen( "cp " ) - + strlen( property->configConfFileName ) diff -ruN portmanager/pkg-descr portmanager-0.2.5/pkg-descr --- portmanager/pkg-descr Sat Jul 31 10:18:26 2004 +++ portmanager-0.2.5/pkg-descr Sun Jan 30 12:11:35 2005 @@ -5,4 +5,4 @@ WWW: http://portmanager.sourceforge.net/ Michael C. Shultz -ringworm@inbox.lv +reso3w83@verizon.net --- portmanager-0.2.5.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 22:44:06 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EB5F16A4CE; Sun, 30 Jan 2005 22:44:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54A9743D2D; Sun, 30 Jan 2005 22:44:06 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UMi6NE036189; Sun, 30 Jan 2005 22:44:06 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UMi644036185; Sun, 30 Jan 2005 22:44:06 GMT (envelope-from thierry) Date: Sun, 30 Jan 2005 22:44:06 GMT From: Thierry Thomas Message-Id: <200501302244.j0UMi644036185@freefall.freebsd.org> To: stephen@math.missouri.edu, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/75342: Upgrade of port science/vmd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 22:44:06 -0000 Synopsis: Upgrade of port science/vmd State-Changed-From-To: open->closed State-Changed-By: thierry State-Changed-When: Sun Jan 30 22:42:35 GMT 2005 State-Changed-Why: Committed, thanks! Remark: this port does not respect CFLAGS; would it be possible to fix that? http://www.freebsd.org/cgi/query-pr.cgi?pr=75342 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 23:30:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1E5C16A4CE for ; Sun, 30 Jan 2005 23:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5415943D5A for ; Sun, 30 Jan 2005 23:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UNUNra041301 for ; Sun, 30 Jan 2005 23:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UNUN36041300; Sun, 30 Jan 2005 23:30:23 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 23:30:23 GMT Resent-Message-Id: <200501302330.j0UNUN36041300@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Melzer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DB6716A4CE for ; Sun, 30 Jan 2005 23:27:38 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 181CF43D1F for ; Sun, 30 Jan 2005 23:27:38 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UNRbRn067316 for ; Sun, 30 Jan 2005 23:27:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j0UNRbZV067314; Sun, 30 Jan 2005 23:27:37 GMT (envelope-from nobody) Message-Id: <200501302327.j0UNRbZV067314@www.freebsd.org> Date: Sun, 30 Jan 2005 23:27:37 GMT From: Thomas Melzer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76875: security/cryptopp crashes if build with default optimization -O X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 23:30:24 -0000 >Number: 76875 >Category: ports >Synopsis: security/cryptopp crashes if build with default optimization -O >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: Sun Jan 30 23:30:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Thomas Melzer >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: Thomas Melzer Softwareentwicklung >Environment: FreeBSD terra.ddns.tomesoft.de 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Thu Jan 27 20:31:57 CET 2005 root@terra.ddns.tomesoft.de:/usr/obj/usr/src/sys/GENERIC i386 >Description: Building security/cryptopp with the default compile options yields to to a build with 'g++ -O -pipe -march=pentium -fPIC -msse2 -pipe'. Option -O optimizes for speed and size. This produces incorrect code with some encryption algoritmns and yield to crashes. >How-To-Repeat: - build port - run cryptest v cryptes crashes with core dump after executing 'BlumBlumShub validation suite running...' test >Fix: add the following patch (which supresses optimization) to the port and all tests succeed --- Makefile.orig Sun Jan 30 14:05:17 2005 +++ Makefile Mon Jan 31 00:24:57 2005 @@ -25,7 +25,7 @@ EXTRACT_BEFORE_ARGS= -aq USE_GMAKE= yes MAKEFILE= GNUmakefile -CXXFLAGS+= -fPIC +CXXFLAGS+= -fPIC -O0 .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 23:30:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1BF916A4CE for ; Sun, 30 Jan 2005 23:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B9043D55 for ; Sun, 30 Jan 2005 23:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0UNUNYP041242 for ; Sun, 30 Jan 2005 23:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0UNUN1g041241; Sun, 30 Jan 2005 23:30:23 GMT (envelope-from gnats) Resent-Date: Sun, 30 Jan 2005 23:30:23 GMT Resent-Message-Id: <200501302330.j0UNUN1g041241@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Craig Boston Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C6B416A4CE for ; Sun, 30 Jan 2005 23:25:38 +0000 (GMT) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE27043D1F for ; Sun, 30 Jan 2005 23:25:37 +0000 (GMT) (envelope-from craig@yekse.gank.org) Received: by ion.gank.org (mail, from userid 1001) id BC3D72D144; Sun, 30 Jan 2005 17:25:37 -0600 (CST) Message-Id: <20050130232537.BC3D72D144@ion.gank.org> Date: Sun, 30 Jan 2005 17:25:37 -0600 (CST) From: Craig Boston To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76874: New Ports: net/vde X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Craig Boston List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 23:30:25 -0000 >Number: 76874 >Category: ports >Synopsis: New Ports: net/vde >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 Jan 30 23:30:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Craig Boston >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD aldaris 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Jan 29 00:43:03 CST 2005 root@aldaris:/usr/obj/usr/src/sys/ALDARIS i386 >Description: VDE is a user-mode ethernet simulation. It's quite useful for hooking together multiple qemu instances into a single virtual network without needing root access. It can also be used for tunneling or other network simulation tasks. >How-To-Repeat: n/a >Fix: --- vde.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: # # vde # vde/files # vde/files/patch-Makefile # vde/files/patch-hash.c # vde/files/patch-port.c # vde/files/patch-qemu::vdeq.c # vde/files/patch-slirpvde::ip.h # vde/files/patch-slirpvde::slirp_config.h # vde/files/patch-slirpvde::slirpvde.c # vde/files/patch-slirpvde::tcp.h # vde/files/patch-tuntap.c # vde/files/patch-vde.h # vde/files/patch-vde_plug.c # vde/files/patch-vde_switch.c # vde/files/patch-vdetaplib::Makefile # vde/files/patch-vdetaplib::libvdetap.c # vde/files/patch-vdetaplib::test.c # vde/files/patch-vdetaplib::vdetap.c # vde/files/patch-qemu::Makefile # vde/files/patch-slirpvde::Makefile # vde/files/patch-slirpvde::libslirp.h # vde/Makefile # vde/distinfo # vde/pkg-descr # vde/pkg-plist # echo c - vde mkdir -p vde > /dev/null 2>&1 echo c - vde/files mkdir -p vde/files > /dev/null 2>&1 echo x - vde/files/patch-Makefile sed 's/^X//' >vde/files/patch-Makefile << 'END-of-vde/files/patch-Makefile' X--- Makefile Sat Jan 29 15:02:08 2005 X+++ Makefile Sun Jan 30 13:46:59 2005 X@@ -1,14 +1,15 @@ X-TUNTAP = $(shell [ -e /usr/include/linux/if_tun.h ] && echo -DTUNTAP) X+TUNTAP = $(shell [ -e /usr/include/net/if_tun.h ] && echo -DTUNTAP) X X OBJSSW = hash.o port.o vde_switch.o tuntap.o X BINSW = vde_switch X BIN = $(BINSW) dpipe vde_plug X #CFLAGS = -g -Wall $(TUNTAP) -DINFO -O3 X-CFLAGS = -Wall $(TUNTAP) -O3 X+CFLAGS += -Wall $(TUNTAP) -O X X-BIN_DIR ?= /usr/local/bin X-LIB_DIR ?= /usr/local/lib X-MAN_DIR ?= /usr/local/man X+PREFIX ?= /usr/local X+BIN_DIR ?= $(PREFIX)/bin X+LIB_DIR ?= $(PREFIX)/lib X+MAN_DIR ?= $(PREFIX)/man X X ifneq ($(TUNTAP),) X OBJS += tuntap.o X@@ -30,13 +31,13 @@ X vde_switch.o: vde_switch.c vde.h switch.h hash.h port.h tuntap.h X X $(BINSW) : $(OBJSSW) X- $(CC) $(CFLAGS) -o $(BINSW) $(OBJSSW) X+ $(CC) $(CFLAGS) $(LDFLAGS) -o $(BINSW) $(OBJSSW) X X dpipe: dpipe.o X- $(CC) $(CFLAGS) -o dpipe dpipe.o X+ $(CC) $(CFLAGS) $(LDFLAGS) -o dpipe dpipe.o X X vde_plug: vde_plug.o X- $(CC) $(CFLAGS) -o vde_plug vde_plug.o X+ $(CC) $(CFLAGS) $(LDFLAGS) -o vde_plug vde_plug.o X X clean : X rm -f $(BIN) *.o *~ END-of-vde/files/patch-Makefile echo x - vde/files/patch-hash.c sed 's/^X//' >vde/files/patch-hash.c << 'END-of-vde/files/patch-hash.c' X--- hash.c Sat Jan 29 15:02:08 2005 X+++ hash.c Sat Jan 29 15:08:18 2005 X@@ -14,7 +14,11 @@ X #include X #include X #include X+#ifdef __FreeBSD__ X+#include X+#else X #include X+#endif X #include "switch.h" X #include "hash.h" X X@@ -129,7 +133,7 @@ X printf("Hash: %d Addr: %02x:%02x:%02x:%02x:%02x:%02x to port: %s " X "age %ld secs\n", calc_hash(e->dst), X e->dst[0], e->dst[1], e->dst[2], e->dst[3], e->dst[4], e->dst[5], X- (*p->port_id)(e->port), (int) p->now - e->last_seen); X+ (*p->port_id)(e->port), (long) p->now - e->last_seen); X } X X void print_hash(char *(*port_id)(void *)) END-of-vde/files/patch-hash.c echo x - vde/files/patch-port.c sed 's/^X//' >vde/files/patch-port.c << 'END-of-vde/files/patch-port.c' X--- port.c Sat Jan 29 15:02:08 2005 X+++ port.c Sun Jan 30 11:36:03 2005 X@@ -10,6 +10,9 @@ X #include X #include X #include X+#ifdef __FreeBSD__ X+#include X+#endif X #include "switch.h" X #include "hash.h" X #include "port.h" X@@ -316,10 +319,19 @@ X port=p->data; X //if(match_sock(p->control, fd, p->data, p->data_len, &data)) break; X if(p->data_len == sizeof(struct sock_data) && X- !(memcmp(&(port->sock), &mine->sock, sizeof(mine->sock)))) break; X+#ifdef __FreeBSD__ X+ port->sock.sun_family == mine->sock.sun_family && X+ !(strcmp(port->sock.sun_path, mine->sock.sun_path))) X+#else X+ !(memcmp(&(port->sock), &mine->sock, sizeof(mine->sock)))) X+#endif X+ break; X } X } X- handle_direct_data(p,hub,&packet,len); X+ if (i < g_nfds) X+ handle_direct_data(p,hub,&packet,len); X+ else X+ printlog(LOG_WARNING, "No port associated with descriptor %d", fd); X return 0; X } X END-of-vde/files/patch-port.c echo x - vde/files/patch-qemu::vdeq.c sed 's/^X//' >vde/files/patch-qemu::vdeq.c << 'END-of-vde/files/patch-qemu::vdeq.c' X--- qemu/vdeq.c Sat Jan 29 15:02:08 2005 X+++ qemu/vdeq.c Sun Jan 30 13:31:46 2005 X@@ -7,14 +7,20 @@ X #include X #include X #include X+#ifndef __FreeBSD__ X #include X+#endif X #include X #include X #include X #include X #include X #include X+#ifdef __FreeBSD__ X+#include X+#include X #include "../vde.h" X+#endif X X #define SWITCH_MAGIC 0xfeedface X #define BUFSIZE 2048 X@@ -29,6 +35,15 @@ X struct sockaddr_un sock; X }; X X+#ifdef __FreeBSD__ X+static char *data_socket = NULL; X+ X+static void cleanup() X+{ X+ if(data_socket != NULL) X+ unlink(data_socket); X+} X+#endif X X static int send_fd(char *name, int fddata, struct sockaddr_un *datasock, int intno, int group) X { X@@ -37,6 +52,9 @@ X int fdctl; X X struct sockaddr_un sock; X+#ifdef __FreeBSD__ X+ struct timeval tv; X+#endif X X if((fdctl = socket(AF_UNIX, SOCK_STREAM, 0)) < 0){ X perror("socket"); X@@ -56,7 +74,14 @@ X X req.sock.sun_family=AF_UNIX; X memset(req.sock.sun_path, 0, sizeof(req.sock.sun_path)); X+#ifdef __FreeBSD__ X+ gettimeofday(&tv, NULL); X+ snprintf(req.sock.sun_path, sizeof(req.sock.sun_path), "%s.%i.%li", X+ VDEDATSOCK, pid, tv.tv_usec); X+ data_socket = strdup(req.sock.sun_path); X+#else X sprintf(&req.sock.sun_path[1], "%5d-%2d", pid, intno); X+#endif X X if(bind(fddata, (struct sockaddr *) &req.sock, sizeof(req.sock)) < 0){ X perror("bind"); X@@ -111,20 +136,23 @@ X static void leave() X { X fprintf(stderr,"qemu exited: %s quits\n", vdeqname); X+#ifdef __FreeBSD__ X+ cleanup(0, NULL); X+#endif X exit(0); X } X X int main(int argc, char **argv) X { X int *fddata; X- char *argsock,**sockname; X+ char *argsock = NULL,**sockname; X struct sockaddr_un *dataout,datain; X int datainsize; X int result; X int group=0; X int *connected_fd; X register ssize_t nx; X- int args; X+ int args = 0; X int newargc; X char **newargv; X typedef int pair[2]; X@@ -154,10 +182,10 @@ X )) { X usage(); X } else if (argc > args+1 && X- (strcmp(argv[args],"-vdesock")==0) || X+ ((strcmp(argv[args],"-vdesock")==0) || X (strcmp(argv[args],"-sock")==0) || X (strcmp(argv[args],"-unix")==0) || X- (strcmp(argv[args],"-s")==0) X+ (strcmp(argv[args],"-s")==0)) X ){ X argsock=argv[args+1]; X args+=2; END-of-vde/files/patch-qemu::vdeq.c echo x - vde/files/patch-slirpvde::ip.h sed 's/^X//' >vde/files/patch-slirpvde::ip.h << 'END-of-vde/files/patch-slirpvde::ip.h' X--- slirpvde/ip.h Sat Jan 29 15:02:08 2005 X+++ slirpvde/ip.h Sun Jan 30 14:00:32 2005 X@@ -37,6 +37,31 @@ X #ifndef _IP_H_ X #define _IP_H_ X X+#ifdef __FreeBSD__ X+#include X+ X+#if !defined(__BYTE_ORDER) X+#if defined(_BYTE_ORDER) X+#define __BYTE_ORDER _BYTE_ORDER X+#elif defined(BYTE_ORDER) X+#define __BYTE_ORDER BYTE_ORDER X+#else X+#error BYTE_ORDER not defined X+#endif X+#endif /* !defined(__BYTE_ORDER) */ X+ X+#if !defined(__BIG_ENDIAN) X+#if defined(_BIG_ENDIAN) X+#define __BIG_ENDIAN _BIG_ENDIAN X+#elif defined(BIG_ENDIAN) X+#define __BIG_ENDIAN BIG_ENDIAN X+#else X+#error BIG_ENDIAN not defined X+#endif X+#endif /* !defined(__BIG_ENDIAN) */ X+ X+#endif /* __FreeBSD__ */ X+ X #if __BYTE_ORDER == __BIG_ENDIAN X # ifndef NTOHL X # define NTOHL(d) END-of-vde/files/patch-slirpvde::ip.h echo x - vde/files/patch-slirpvde::slirp_config.h sed 's/^X//' >vde/files/patch-slirpvde::slirp_config.h << 'END-of-vde/files/patch-slirpvde::slirp_config.h' X--- slirpvde/slirp_config.h Sat Jan 29 15:02:08 2005 X+++ slirpvde/slirp_config.h Sat Jan 29 15:15:18 2005 X@@ -61,10 +61,18 @@ X #define HAVE_STDLIB_H X X /* Define if you have sys/ioctl.h */ X+#ifdef __FreeBSD__ X+#define HAVE_SYS_IOCTL_H X+#else X #undef HAVE_SYS_IOCTL_H X+#endif X X /* Define if you have sys/filio.h */ X+#ifdef __FreeBSD__ X+#define HAVE_SYS_FILIO_H X+#else X #undef HAVE_SYS_FILIO_H X+#endif X X /* Define if you have strerror */ X #define HAVE_STRERROR X@@ -162,7 +170,11 @@ X #define HAVE_MEMMOVE X X /* Define if you have */ X+#ifdef __FreeBSD__ X+#define HAVE_TERMIOS_H X+#else X #undef HAVE_TERMIOS_H X+#endif X X /* Define if you have gethostid */ X #undef HAVE_GETHOSTID END-of-vde/files/patch-slirpvde::slirp_config.h echo x - vde/files/patch-slirpvde::slirpvde.c sed 's/^X//' >vde/files/patch-slirpvde::slirpvde.c << 'END-of-vde/files/patch-slirpvde::slirpvde.c' X--- slirpvde/slirpvde.c Sat Jan 29 15:02:08 2005 X+++ slirpvde/slirpvde.c Sun Jan 30 14:24:33 2005 X@@ -7,7 +7,9 @@ X #include X #include X #include X+#ifndef __FreeBSD__ X #include X+#endif X #include X #include X #include X@@ -16,6 +18,10 @@ X #include X #include X #include X+#ifdef __FreeBSD__ X+#include X+#include X+#endif X X #define SWITCH_MAGIC 0xfeedface X #define BUFSIZE 2048 X@@ -32,6 +38,25 @@ X struct sockaddr_un sock; X }; X X+#ifdef __FreeBSD__ X+#include "../vde.h" X+static char *data_socket = NULL; X+ X+static void cleanup() X+{ X+ if(data_socket != NULL) X+ unlink(data_socket); X+} X+ X+static void sig_handler(int sig) X+{ X+ fprintf(stderr, "Caught signal %d, cleaning up and exiting\n", sig); X+ cleanup(1,NULL); X+ signal(sig, SIG_DFL); X+ kill(getpid(), sig); X+} X+#endif X+ X static int send_fd(char *name, int fddata, struct sockaddr_un *datasock, int group) X { X int pid = getpid(); X@@ -39,6 +64,9 @@ X int fdctl; X X struct sockaddr_un sock; X+#ifdef __FreeBSD__ X+ struct timeval tv; X+#endif X X if((fdctl = socket(AF_UNIX, SOCK_STREAM, 0)) < 0){ X perror("socket"); X@@ -58,7 +86,14 @@ X X req.sock.sun_family=AF_UNIX; X memset(req.sock.sun_path, 0, sizeof(req.sock.sun_path)); X+#ifdef __FreeBSD__ X+ gettimeofday(&tv, NULL); X+ snprintf(req.sock.sun_path, sizeof(req.sock.sun_path), "%s.%i.%li", X+ VDEDATSOCK, pid, tv.tv_usec); X+ data_socket = strdup(req.sock.sun_path); X+#else X sprintf(&req.sock.sun_path[1], "%5d", pid); X+#endif X X if(bind(fddata, (struct sockaddr *) &req.sock, sizeof(req.sock)) < 0){ X perror("bind"); X@@ -149,7 +184,6 @@ X int group=0; X int connected_fd; X register ssize_t nx; X- register int i; X fd_set rs,ws,xs; X int opt,longindx; X char *netw=NULL; X@@ -175,6 +209,12 @@ X exit(1); X } X connected_fd=send_fd(sockname, fddata, &dataout, group); X+#ifdef __FreeBSD__ X+ if(signal(SIGINT, sig_handler) < 0) { X+ perror("signal"); X+ } X+ signal(SIGPIPE, SIG_IGN); /* FreeBSD 4.x sends SIGPIPE on reset sockets */ X+#endif X slirp_init(netw); X X for(;;) { END-of-vde/files/patch-slirpvde::slirpvde.c echo x - vde/files/patch-slirpvde::tcp.h sed 's/^X//' >vde/files/patch-slirpvde::tcp.h << 'END-of-vde/files/patch-slirpvde::tcp.h' X--- slirpvde/tcp.h Sat Jan 29 15:02:08 2005 X+++ slirpvde/tcp.h Sun Jan 30 14:00:50 2005 X@@ -37,6 +37,31 @@ X #ifndef _TCP_H_ X #define _TCP_H_ X X+#ifdef __FreeBSD__ X+#include X+ X+#if !defined(__BYTE_ORDER) X+#if defined(_BYTE_ORDER) X+#define __BYTE_ORDER _BYTE_ORDER X+#elif defined(BYTE_ORDER) X+#define __BYTE_ORDER BYTE_ORDER X+#else X+#error BYTE_ORDER not defined X+#endif X+#endif /* !defined(__BYTE_ORDER) */ X+ X+#if !defined(__BIG_ENDIAN) X+#if defined(_BIG_ENDIAN) X+#define __BIG_ENDIAN _BIG_ENDIAN X+#elif defined(BIG_ENDIAN) X+#define __BIG_ENDIAN BIG_ENDIAN X+#else X+#error BIG_ENDIAN not defined X+#endif X+#endif /* !defined(__BIG_ENDIAN) */ X+ X+#endif /* __FreeBSD__ */ X+ X typedef u_int32_t tcp_seq; X X #define PR_SLOWHZ 2 /* 2 slow timeouts per second (approx) */ END-of-vde/files/patch-slirpvde::tcp.h echo x - vde/files/patch-tuntap.c sed 's/^X//' >vde/files/patch-tuntap.c << 'END-of-vde/files/patch-tuntap.c' X--- tuntap.c Sat Jan 29 15:02:08 2005 X+++ tuntap.c Sun Jan 30 00:27:23 2005 X@@ -11,8 +11,16 @@ X #include X #include X #include X+#ifdef __FreeBSD__ X+#include X+#include X+#endif X #include X+#ifdef __FreeBSD__ X+#include X+#else X #include X+#endif X #include "port.h" X #include "switch.h" X X@@ -28,13 +36,16 @@ X X int open_tap(char *dev) X { X+#ifndef __FreeBSD__ X struct ifreq ifr; X+#endif X int fd; X X- if((fd = open("/dev/net/tun", O_RDWR)) < 0){ X- printlog(LOG_ERR,"Failed to open /dev/net/tun %s",strerror(errno)); X+ if((fd = open(dev, O_RDWR)) < 0){ X+ printlog(LOG_ERR,"Failed to open %s %s", dev, strerror(errno)); X return(-1); X } X+#ifndef __FreeBSD__ X memset(&ifr, 0, sizeof(ifr)); X ifr.ifr_flags = IFF_TAP | IFF_NO_PI; X strncpy(ifr.ifr_name, dev, sizeof(ifr.ifr_name) - 1); X@@ -43,5 +54,6 @@ X close(fd); X return(-1); X } X+#endif X return(fd); X } END-of-vde/files/patch-tuntap.c echo x - vde/files/patch-vde.h sed 's/^X//' >vde/files/patch-vde.h << 'END-of-vde/files/patch-vde.h' X--- vde.h Sat Jan 29 15:02:08 2005 X+++ vde.h Sun Jan 30 11:39:43 2005 X@@ -2,6 +2,12 @@ X #define VDESTDSOCK "/tmp/vde.ctl" X #endif X X+#ifdef __FreeBSD__ X+#ifndef VDEDATSOCK X+#define VDEDATSOCK "/tmp/.vde.data" X+#endif X+#endif X+ X #define DO_SYSLOG X #define VDE_IP_LOG X END-of-vde/files/patch-vde.h echo x - vde/files/patch-vde_plug.c sed 's/^X//' >vde/files/patch-vde_plug.c << 'END-of-vde/files/patch-vde_plug.c' X--- vde_plug.c Sat Jan 29 15:02:08 2005 X+++ vde_plug.c Sun Jan 30 13:52:57 2005 X@@ -7,7 +7,9 @@ X #include X #include X #include X+#ifndef __FreeBSD__ X #include X+#endif X #include X #include X #include X@@ -15,6 +17,11 @@ X #include X #include X #include X+#ifdef __FreeBSD__ X+#include X+#include X+#include X+#endif X #include "vde.h" X #ifdef VDE_IP_LOG X #define DO_SYSLOG X@@ -47,6 +54,24 @@ X static struct passwd *callerpwd; X static char host[256]; X X+#ifdef __FreeBSD__ X+static char *data_socket = NULL; X+ X+static void cleanup() X+{ X+ if(data_socket != NULL) X+ unlink(data_socket); X+} X+ X+static void sig_handler(int sig) X+{ X+ fprintf(stderr, "Caught signal %d, cleaning up and exiting\n", sig); X+ cleanup(1,NULL); X+ signal(sig, SIG_DFL); X+ kill(getpid(), sig); X+} X+#endif X+ X void write_syslog_entry(char *message) X { X char *ssh_client; X@@ -183,6 +208,9 @@ X int fdctl; X X struct sockaddr_un sock; X+#ifdef __FreeBSD__ X+ struct timeval tv; X+#endif X X if((fdctl = socket(AF_UNIX, SOCK_STREAM, 0)) < 0){ X perror("socket"); X@@ -202,7 +230,14 @@ X X req.sock.sun_family=AF_UNIX; X memset(req.sock.sun_path, 0, sizeof(req.sock.sun_path)); X+#ifdef __FreeBSD__ X+ gettimeofday(&tv, NULL); X+ snprintf(req.sock.sun_path, sizeof(req.sock.sun_path), "%s.%i.%li", X+ VDEDATSOCK, pid, tv.tv_usec); X+ data_socket = strdup(req.sock.sun_path); X+#else X sprintf(&req.sock.sun_path[1], "%5d", pid); X+#endif X X if(bind(fddata, (struct sockaddr *) &req.sock, sizeof(req.sock)) < 0){ X perror("bind"); X@@ -309,6 +344,10 @@ X int connected_fd; X register ssize_t nx; X X+#ifdef __FreeBSD__ X+ atexit(cleanup); X+#endif X+ X uname(&me); X if (argv[0][0] == '-') X netusage(); //implies exit X@@ -383,6 +422,12 @@ X } X connected_fd=send_fd(sockname, fddata, &dataout, group); X pollv[1].fd=fddata; X+ X+#ifdef __FreeBSD__ X+ if(signal(SIGINT, sig_handler) < 0) { X+ perror("signal"); X+ } X+#endif X X for(;;) { X result=poll(pollv,2,-1); END-of-vde/files/patch-vde_plug.c echo x - vde/files/patch-vde_switch.c sed 's/^X//' >vde/files/patch-vde_switch.c << 'END-of-vde/files/patch-vde_switch.c' X--- vde_switch.c Sat Jan 29 15:02:08 2005 X+++ vde_switch.c Sun Jan 30 13:33:00 2005 X@@ -8,7 +8,9 @@ X #include X #include X #include X+#ifndef __FreeBSD__ X #include X+#endif X #include X #include X #include X@@ -17,7 +19,11 @@ X #include X #include X #include X+#ifdef __FreeBSD__ X+#include X+#else X #include X+#endif X #include "vde.h" X #include "switch.h" X #include "port.h" X@@ -95,6 +101,13 @@ X } X } X X+#ifdef __FreeBSD__ X+static void cleanupwrapper() X+{ X+ cleanup(0, NULL); X+} X+#endif X+ X void **g_fdsdata = NULL; X int g_nfds = 0; X int g_minfds = 0; X@@ -276,19 +289,27 @@ X X void bind_data_socket(int fd, struct sockaddr_un *sun) X { X+ struct timeval tv; X+ X+ sun->sun_family = AF_UNIX; X+#ifdef __FreeBSD__ X+ gettimeofday(&tv, NULL); X+ snprintf(sun->sun_path, sizeof(sun->sun_path), "%s.%i.%li", X+ VDEDATSOCK, getpid(), tv.tv_usec); X+ data_socket = strdup(sun->sun_path); X+#else X struct { X char zero; X int pid; X int usecs; X } name; X- struct timeval tv; X X name.zero = 0; X name.pid = getpid(); X gettimeofday(&tv, NULL); X name.usecs = tv.tv_usec; X- sun->sun_family = AF_UNIX; X memcpy(sun->sun_path, &name, sizeof(name)); X+#endif X if(bind(fd, (struct sockaddr *) sun, sizeof(*sun)) < 0){ X printlog(LOG_ERR,"Binding to data socket %s",strerror(errno)); X exit(1); X@@ -338,7 +359,11 @@ X int tap_fd = -1; X #endif X X+#ifdef __FreeBSD__ X+ atexit(cleanupwrapper); X+#else X on_exit(cleanup, NULL); X+#endif X prog = argv[0]; X /* option parsing */ X { END-of-vde/files/patch-vde_switch.c echo x - vde/files/patch-vdetaplib::Makefile sed 's/^X//' >vde/files/patch-vdetaplib::Makefile << 'END-of-vde/files/patch-vdetaplib::Makefile' X--- vdetaplib/Makefile Sat Jan 29 15:02:08 2005 X+++ vdetaplib/Makefile Sun Jan 30 12:21:39 2005 X@@ -9,7 +9,7 @@ X all: vdetap libvdetap.so X X libvdetap.so: libvdetap.a X- $(LD) -E -o $@ -L./ -ldl -shared -export-dynamic -Bdynamic \ X+ $(LD) -E -o $@ -L./ -shared -export-dynamic -Bdynamic \ X --whole-archive libvdetap.a X X libvdetap.a: libvdetap.o END-of-vde/files/patch-vdetaplib::Makefile echo x - vde/files/patch-vdetaplib::libvdetap.c sed 's/^X//' >vde/files/patch-vdetaplib::libvdetap.c << 'END-of-vde/files/patch-vdetaplib::libvdetap.c' X--- vdetaplib/libvdetap.c Sat Jan 29 15:02:08 2005 X+++ vdetaplib/libvdetap.c Sun Jan 30 13:29:07 2005 X@@ -5,26 +5,39 @@ X #include X #include X #include X+#include X+#include X #include X #include X #include X #include X-#define __USE_LARGEFILE64 X #include X #include X #include X-#include X-#include X-#include X+#include X+#include X+#include X+#include X X-#define TUNTAPPATH "/dev/net/tun" X+#define TUNTAPPATH "/dev/tap" X #define VDETAPEXEC "vdetap" X #define VDEALLTAP "VDEALLTAP" X #define MAX 10 X X+#if defined(RTLD_NEXT) X+#define REAL_LIBC RTLD_NEXT X+#else X+#define REAL_LIBC ((void *) -1L) X+#endif X+ X+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__bsdi__) X+typedef unsigned long request_t; X+#else X+typedef int request_t; X+#endif X+ X int tapfd[2] = {-1,-1}; X static int tapcount=0; X-static int tuncount=0; X X static struct pidlist { X pid_t pid; X@@ -39,11 +52,6 @@ X return rv; X } X X-static void plfree (struct pidlist *el) { X- el->next=flh; X- flh=el; X-} X- X static int addpid(int pid) { X struct pidlist *plp; X if ((plp=plmalloc ()) != NULL) { X@@ -74,105 +82,41 @@ X } X } X X- int X-native_open(const char *pathname, int flags, mode_t data) X-{ X- return (syscall(SYS_open, pathname, flags, data)); X-} X- X- int X-native_ioctl(int fd, unsigned long int command, char *data) X-{ X- return (syscall(SYS_ioctl, fd, command, data)); X-} X- X- X int open(const char *path, int flags, ...) X { X- static char buf[PATH_MAX]; X+ static int (*func) (const char *, int, mode_t) = NULL; X+ char *vdesock; X+ int pid; X va_list ap; X mode_t data; X X- va_start(ap, flags); X- data = va_arg(ap, mode_t); X- va_end(ap); X- X- if (strcmp(path,TUNTAPPATH)==0 && tapfd[0] == -1) { X- if (socketpair(PF_UNIX, SOCK_DGRAM, 0,tapfd) == 0) { X- return tapfd[0]; X- } X- else X- return -1; X- X- } else X- return native_open(path, flags, data); X-} X- X-int open64(const char *path, int flags, ...) X-{ X- static char buf[PATH_MAX]; X- va_list ap; X- mode_t data; X+ if (!func) X+ func = (int (*) (const char *, int, mode_t)) X+ dlsym (REAL_LIBC, "open"); X X va_start(ap, flags); X- data = va_arg(ap, mode_t); X+ data = va_arg(ap, int); X va_end(ap); X X if (strcmp(path,TUNTAPPATH)==0 && tapfd[0] == -1) { X if (socketpair(PF_UNIX, SOCK_DGRAM, 0,tapfd) == 0) { X- return tapfd[0]; X- } X- else X- return -1; X- X- } else X- return native_open(path, flags | O_LARGEFILE, data); X-} X- X-int ioctl(int fd, unsigned long int command, ...) X-{ X- va_list ap; X- char *data; X- char *vdesock; X- int pid; X- X- va_start(ap, command); X- data = va_arg(ap, char *); X- va_end(ap); X- X- if (fd == tapfd[0]) { X- if (command == TUNSETIFF) { X- struct ifreq *ifr = (struct ifreq *) data; X char num[5]; X char name[10]; X- X- ifr->ifr_name[IFNAMSIZ-1] = '\0'; X- if (ifr->ifr_name[0] == 0) { X- if (ifr->ifr_flags & IFF_TAP) X- sprintf(name,"tap%d",tapcount++); X- else X- sprintf(name,"tun%d",tuncount++); X- strncpy(ifr->ifr_name,name,IFNAMSIZ); X- } X- else if (strchr(ifr->ifr_name, '%') != NULL) { X- sprintf(name,ifr->ifr_name,tapcount++); X- strncpy(ifr->ifr_name,name,IFNAMSIZ); X- } X- if (ifr->ifr_flags & IFF_TAP && X- ((vdesock=getenv(ifr->ifr_name)) != NULL) X- ||(vdesock=getenv(VDEALLTAP)) != NULL){ X+ sprintf(name,"tap%d",tapcount++); X+ if (((vdesock=getenv(name)) != NULL) X+ ||(vdesock=getenv(VDEALLTAP)) != NULL){ X if ((pid=fork()) < 0) { X close(tapfd[1]); X errno=EINVAL; X return -1; X } else if (pid > 0) { /*father*/ X- if(pid=addpid(pid) < 0) { X+ if((pid=addpid(pid)) < 0) { X close(tapfd[0]); X close(tapfd[1]); X return -1; X } else { X close(tapfd[1]); X- return 0; X+ return tapfd[0]; X } X } else { /*son*/ X plh=NULL; X@@ -181,34 +125,53 @@ X execlp(VDETAPEXEC,"-",num,vdesock,(char *) 0); X } X } X- else /*roll back to the native tuntap*/ X- { X- int newfd; X- int saverrno; X- int resultioctl; X- close(tapfd[1]); X- if ((newfd=native_open(TUNTAPPATH, O_RDWR, 0)) < 0) { X- saverrno=errno; X- close(tapfd[0]); X- errno=saverrno; X- return -1; X- } else X- { X- resultioctl=native_ioctl(fd, command, data); X- if (resultioctl < 0) { X- saverrno=errno; X- close(tapfd[0]); X- errno=saverrno; X- return -1; X- } else { X- dup2(newfd,tapfd[0]); X- return resultioctl; X- } X- } X- } X- } else X- return 0; X+ return tapfd[0]; X+ } X+ else X+ return -1; X+ X } else X- return (native_ioctl(fd, command, data)); X+ return (*func)(path, flags, data); X+} X+ X+int ioctl(int fd, unsigned long int command, ...) X+{ X+ static int (*func) (int, request_t, void *) = NULL; X+ int dummy; X+ va_list ap; X+ char *data; X+ struct ifstat *ifs; X+ X+ if (!func) X+ func = (int (*) (int, request_t, void *)) X+ dlsym (REAL_LIBC, "ioctl"); X+ X+ va_start(ap, command); X+ data = va_arg(ap, char *); X+ va_end(ap); X+ X+ if (fd == tapfd[0]) { X+ switch(command) { X+ case SIOCSIFFLAGS: X+ case SIOCADDMULTI: X+ case SIOCDELMULTI: X+ break; X+ X+ case SIOCGIFSTATUS: X+ ifs = (struct ifstat *)data; X+ dummy = strlen(ifs->ascii); X+ if(plh && dummy < sizeof(ifs->ascii)) X+ snprintf(ifs->ascii + dummy, X+ sizeof(ifs->ascii) - dummy, X+ "\tOpened by PID %d\n", X+ plh[0].pid); X+ break; X+ X+ default: X+ return (*func) (fd, command, data); X+ } X+ } X+ X+ return (*func) (fd, command, data); X } X END-of-vde/files/patch-vdetaplib::libvdetap.c echo x - vde/files/patch-vdetaplib::test.c sed 's/^X//' >vde/files/patch-vdetaplib::test.c << 'END-of-vde/files/patch-vdetaplib::test.c' X--- vdetaplib/test.c Sat Jan 29 15:02:08 2005 X+++ vdetaplib/test.c Sun Jan 30 12:27:35 2005 X@@ -6,35 +6,28 @@ X #include X #include X #include X+#include X #include X+#include X #include X-#include X+#include X X static int tun_alloc(char *dev) X { X- struct ifreq ifr; X+ struct ifstat ifs; X int fd, err; X X- if( (fd = open("/dev/net/tun", O_RDWR)) < 0 ) X+ if( (fd = open("/dev/tap", O_RDWR)) < 0 ) X return (-1); X X- memset(&ifr, 0, sizeof(ifr)); X+ memset(&ifs, 0, sizeof(ifs)); X X- /* Flags: IFF_TUN - TUN device (no Ethernet headers) X- * IFF_TAP - TAP device X- * X- * IFF_NO_PI - Do not provide packet information X- */ X- ifr.ifr_flags = IFF_TAP; X- if( *dev ) X- strncpy(ifr.ifr_name, dev, IFNAMSIZ); X- X- if( (err = ioctl(fd, TUNSETIFF, (void *) &ifr)) < 0 ){ X+ if( (err = ioctl(fd, SIOCGIFSTATUS, (void *) &ifs)) < 0 ){ X close(fd); X return err; X } X printf("ioctl returns\n"); X- strcpy(dev, ifr.ifr_name); X+ puts(ifs.ascii); X printf("ioctl idev\n"); X return fd; X } END-of-vde/files/patch-vdetaplib::test.c echo x - vde/files/patch-vdetaplib::vdetap.c sed 's/^X//' >vde/files/patch-vdetaplib::vdetap.c << 'END-of-vde/files/patch-vdetaplib::vdetap.c' X--- vdetaplib/vdetap.c Sat Jan 29 15:02:08 2005 X+++ vdetaplib/vdetap.c Sun Jan 30 14:05:26 2005 X@@ -2,11 +2,25 @@ X * Reseased under the GPLv2 */ X X #include X+#ifndef __FreeBSD__ X #include X+#endif X+#ifdef __FreeBSD__ X+#include X+#include X+#include X+#else X #include X+#endif X #include X #include X #include X+#ifdef __FreeBSD__ X+#include "../vde.h" X+#include X+#include X+#include X+#endif X X #define SWITCH_MAGIC 0xfeedface X #define BUFSIZE 2048 X@@ -21,6 +35,23 @@ X X static unsigned char bufin[BUFSIZE]; X X+#ifdef __FreeBSD__ X+static char *data_socket = NULL; X+ X+static void cleanup() X+{ X+ if(data_socket != NULL) X+ unlink(data_socket); X+} X+ X+static void sig_handler(int sig) X+{ X+ cleanup(1, NULL); X+ signal(sig, SIG_DFL); X+ kill(getpid(), sig); X+} X+#endif X+ X static int send_fd(char *name, int fddata, struct sockaddr_un *datasock, int intno, int group) X { X int pid = getpid(); X@@ -28,6 +59,9 @@ X int fdctl; X X struct sockaddr_un sock; X+#ifdef __FreeBSD__ X+ struct timeval tv; X+#endif X X if((fdctl = socket(AF_UNIX, SOCK_STREAM, 0)) < 0){ X perror("socket"); X@@ -47,7 +81,14 @@ X X req.sock.sun_family=AF_UNIX; X memset(req.sock.sun_path, 0, sizeof(req.sock.sun_path)); X+#ifdef __FreeBSD__ X+ gettimeofday(&tv, NULL); X+ snprintf(req.sock.sun_path, sizeof(req.sock.sun_path), "%s.%i.%li", X+ VDEDATSOCK, pid, tv.tv_usec); X+ data_socket = strdup(req.sock.sun_path); X+#else X sprintf(&req.sock.sun_path[1], "%5d-%2d", pid, intno); X+#endif X X if(bind(fddata, (struct sockaddr *) &req.sock, sizeof(req.sock)) < 0){ X perror("bind"); X@@ -69,7 +110,7 @@ X X static struct pollfd pollv[]={{0,POLLIN|POLLHUP,0},{0,POLLIN|POLLHUP,0}}; X X-main(int argc,char *argv[]) X+int main(int argc,char *argv[]) X { X int fd,fddata; X struct sockaddr_un dataout,datain; X@@ -96,6 +137,12 @@ X send_fd(argv[2],fddata,&dataout,0,0); X pollv[0].fd=fd; X pollv[1].fd=fddata; X+ X+#ifdef __FreeBSD__ X+ if(signal(SIGINT, sig_handler) < 0) { X+ perror("signal"); X+ } X+#endif X for(;;) { X result=poll(pollv,2,-1); X if (pollv[0].revents & POLLHUP || pollv[1].revents & POLLHUP) X@@ -113,5 +160,7 @@ X write(fd,bufin,nx); X } X } X+ cleanup(0, NULL); X+ return 0; X } X END-of-vde/files/patch-vdetaplib::vdetap.c echo x - vde/files/patch-qemu::Makefile sed 's/^X//' >vde/files/patch-qemu::Makefile << 'END-of-vde/files/patch-qemu::Makefile' X--- qemu/Makefile Sat Jan 29 15:02:08 2005 X+++ qemu/Makefile Sun Jan 30 12:59:52 2005 X@@ -1,4 +1,4 @@ X-ALL: vdeq X+all: vdeq X X vdeq.o: vdeq.c ../vde.h X END-of-vde/files/patch-qemu::Makefile echo x - vde/files/patch-slirpvde::Makefile sed 's/^X//' >vde/files/patch-slirpvde::Makefile << 'END-of-vde/files/patch-slirpvde::Makefile' X--- slirpvde/Makefile Sat Jan 29 15:02:08 2005 X+++ slirpvde/Makefile Sun Jan 30 14:02:57 2005 X@@ -3,7 +3,7 @@ X tcp_timer.o udp.o \ X bootp.o X X-CFLAGS=-I. -DVDE X+CFLAGS+=-I. -DVDE X X all: libslirp.a slirpvde X X@@ -34,7 +34,7 @@ X udp.o: udp.c ip_icmp.h X X slirpvde: slirpvde.o libslirp.a X- $(CC) -o slirpvde slirpvde.o libslirp.a X+ $(CC) $(LDFLAGS) -o slirpvde slirpvde.o libslirp.a X X clean: X rm -rf *.o slirpvde libslirp.a END-of-vde/files/patch-slirpvde::Makefile echo x - vde/files/patch-slirpvde::libslirp.h sed 's/^X//' >vde/files/patch-slirpvde::libslirp.h << 'END-of-vde/files/patch-slirpvde::libslirp.h' X--- slirpvde/libslirp.h Sat Jan 29 15:02:08 2005 X+++ slirpvde/libslirp.h Sun Jan 30 13:55:31 2005 X@@ -2,7 +2,11 @@ X #define _LIBSLIRP_H X X #include X+#ifdef __FreeBSD__ X+#include X+#else X #include X+#endif X X void slirp_init(char *network); X END-of-vde/files/patch-slirpvde::libslirp.h echo x - vde/Makefile sed 's/^X//' >vde/Makefile << 'END-of-vde/Makefile' X# New ports collection makefile for: vde X# Date created: 30 Janurary 2005 X# Whom: Craig Boston X# X# $FreeBSD$ X# X XPORTNAME= vde XPORTVERSION= 1.5.7 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= vde XEXTRACT_SUFX= .tgz X XMAINTAINER= craig@yekse.gank.org XCOMMENT= User-mode virtual ethernet infrastructure X XUSE_GMAKE= yes XUSE_GETOPT_LONG=yes X X.include X XCFLAGS+= ${CPPFLAGS} XMAKE_ENV+= LDFLAGS="${LDFLAGS}" X XMAN1= dpipe.1 slirpvde.1 vdetaplib.1 vdeq.1 vde_plug.1 vde_switch.1 X X.include END-of-vde/Makefile echo x - vde/distinfo sed 's/^X//' >vde/distinfo << 'END-of-vde/distinfo' XMD5 (vde-1.5.7.tgz) = f89a958a6997114b46abd66c00e217c8 XSIZE (vde-1.5.7.tgz) = 139314 END-of-vde/distinfo echo x - vde/pkg-descr sed 's/^X//' >vde/pkg-descr << 'END-of-vde/pkg-descr' XVirtual Distributed Ethernet is a user-mode virtual network (layer X2) infrastructure. It can be used for network simulations, joining Xmultiple qemu instances together in a shared virtual network, or Xtunneling over the Internet. Physical hosts can be joined to the Xvirtual network by means of the tap(4) driver. X XWWW: http://vde.sourceforge.net/ END-of-vde/pkg-descr echo x - vde/pkg-plist sed 's/^X//' >vde/pkg-plist << 'END-of-vde/pkg-plist' Xbin/dpipe Xbin/slirpvde Xbin/vdeq Xbin/vdetap Xbin/vde_plug Xbin/vde_switch Xlib/libvdetap.so END-of-vde/pkg-plist exit --- vde.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 00:10:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98D4616A4CE for ; Mon, 31 Jan 2005 00:10:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5715443D1F for ; Mon, 31 Jan 2005 00:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0V0ALQF047161 for ; Mon, 31 Jan 2005 00:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0V0ALYF047159; Mon, 31 Jan 2005 00:10:21 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 00:10:21 GMT Resent-Message-Id: <200501310010.j0V0ALYF047159@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Travis Poppe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F0C416A4CE for ; Mon, 31 Jan 2005 00:04:01 +0000 (GMT) Received: from smtpauth.kewlio.net (smtpauth.kewlio.net [195.22.134.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A8843D3F for ; Mon, 31 Jan 2005 00:04:00 +0000 (GMT) (envelope-from tlp@LiquidX.org) Received: from maya (70-58-128-32.bois.qwest.net [70.58.128.32]) (authenticated bits=0) by smtpauth.kewlio.net (8.12.10/8.12.10) with ESMTP id j0V03uuB080368 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 31 Jan 2005 00:03:59 GMT Message-Id: <20050130170414.3318ba4c@maya> Date: Sun, 30 Jan 2005 17:04:14 -0700 From: Travis Poppe To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76876: [MAINTAINER UPDATE]: Update net/naim to naim 0.11.7.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 00:10:21 -0000 >Number: 76876 >Category: ports >Synopsis: [MAINTAINER UPDATE] Update net/naim to naim 0.11.7.3.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 Jan 31 00:10:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Travis Poppe >Release: >Organization: >Environment: >Description: Update naim to naim 0.11.7.3.1 >How-To-Repeat: >Fix: diff -ruN naim.orig/Makefile naim/Makefile --- naim.orig/Makefile Sun Jan 30 17:01:34 2005 +++ naim/Makefile Sun Jan 30 17:01:41 2005 @@ -6,7 +6,7 @@ # PORTNAME= naim -PORTVERSION= 0.11.7.3 +PORTVERSION= 0.11.7.3.1 CATEGORIES= net irc MASTER_SITES= http://shell.n.ml.org/n/naim/ diff -ruN naim.orig/distinfo naim/distinfo --- naim.orig/distinfo Sun Jan 30 17:01:34 2005 +++ naim/distinfo Sun Jan 30 17:01:56 2005 @@ -1,2 +1,2 @@ -MD5 (naim-0.11.7.3.tar.bz2) = 09e78ae6b7e4db98880501d3295aed50 -SIZE (naim-0.11.7.3.tar.bz2) = 462211 +MD5 (naim-0.11.7.3.1.tar.bz2) = 8efe3f267d9c192abc41885865f12734 +SIZE (naim-0.11.7.3.1.tar.bz2) = 461778 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 00:10:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBCA816A4CE for ; Mon, 31 Jan 2005 00:10:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D7C43D39 for ; Mon, 31 Jan 2005 00:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0V0ALse047219 for ; Mon, 31 Jan 2005 00:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0V0AL08047217; Mon, 31 Jan 2005 00:10:21 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 00:10:21 GMT Resent-Message-Id: <200501310010.j0V0AL08047217@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cedric Ware Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D45C716A4CE for ; Mon, 31 Jan 2005 00:07:02 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B308343D1D for ; Mon, 31 Jan 2005 00:07:02 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0V070VR077369 for ; Mon, 31 Jan 2005 00:07:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j0V070kp077368; Mon, 31 Jan 2005 00:07:00 GMT (envelope-from nobody) Message-Id: <200501310007.j0V070kp077368@www.freebsd.org> Date: Mon, 31 Jan 2005 00:07:00 GMT From: Cedric Ware To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76877: INDEX build fails at audio/aureal-kmod on 5.3-STABLE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 00:10:22 -0000 >Number: 76877 >Category: ports >Synopsis: INDEX build fails at audio/aureal-kmod on 5.3-STABLE >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 Jan 31 00:10:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Cedric Ware >Release: 5.3-STABLE (2005-01-30) >Organization: >Environment: FreeBSD krakatoa.tectonics 5.3-STABLE FreeBSD 5.3-STABLE #1: Sun Jan 23 18:10:03 CET 2005 ware@krakatoa:/data/usrobj/data/usrsrc/sys/KRAKATOA i386 >Description: Building the ports index fails at audio/aureal-kmod with the following errors: Generating INDEX-5 - please wait.."Makefile", line 81: warning: String comparison operator should be either == or != "Makefile", line 81: Malformed conditional (${VERSION_SOUND_C_MINOR} < 70) "Makefile", line 81: Need an operator "Makefile", line 84: if-less endif "Makefile", line 84: Need an operator make: fatal errors encountered -- cannot continue ===> audio/aureal-kmod failed *** Error code 1 Apparently, in /usr/ports/audio/aureal-kmod/Makefile (lines 32-39), the OS version is checked using "ident < /sys/dev/sound/pcm/sound.c", but the makefile assumes that that file's Id is of the form x.yy, whereas RELENG_5 has version 1.92.2.1 as of 2005-01-30. make then refuses to compare numerically "92.2.1" to "70" on line 81. >How-To-Repeat: "make index" in /usr/ports, or "portsdb -uU", on a system where /sys/dev/sound/pcm/sound.c has Id 1.92.2.1 >Fix: The following ugly patch works--until the next major version change of /sys/dev/sound/pcm/sound.c; otherwise, perhaps by calling an external program to compare versions? --- Makefile Sat Jan 10 08:18:53 2004 +++ Makefile.new Mon Jan 31 00:57:58 2005 @@ -37,6 +37,7 @@ .endif VERSION_SOUND_C_MINOR:= ${VERSION_SOUND_C:S/^1.//:S/^17.2.//} +VERSION_SOUND_C_MINOR!= echo ${VERSION_SOUND_C_MINOR} | ${SED} 's/\..*//' .if ${OSVERSION} < 410000 IGNORE= "FreeBSD 3.*, 4.0 are not supported" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 01:20:17 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9DEA16A4CE for ; Mon, 31 Jan 2005 01:20:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7259B43D3F for ; Mon, 31 Jan 2005 01:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0V1KGvS054386 for ; Mon, 31 Jan 2005 01:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0V1KGV2054385; Mon, 31 Jan 2005 01:20:16 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 01:20:16 GMT Resent-Message-Id: <200501310120.j0V1KGV2054385@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE42C16A4CE; Mon, 31 Jan 2005 01:16:05 +0000 (GMT) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 600F243D2D; Mon, 31 Jan 2005 01:16:05 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id 745073D030; Sun, 30 Jan 2005 23:16:04 -0200 (BRST) Received: by corp.grupos.com.br (Postfix, from userid 0) id ADF6820A25; Sun, 30 Jan 2005 23:16:03 -0200 (BRST) Message-Id: <20050131011603.ADF6820A25@corp.grupos.com.br> Date: Sun, 30 Jan 2005 23:16:03 -0200 (BRST) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: krion@FreeBSD.org Subject: ports/76878: Update port: mail/gmime2 change to 2.1.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 01:20:17 -0000 >Number: 76878 >Category: ports >Synopsis: Update port: mail/gmime2 change to 2.1.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jan 31 01:20:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #40: Fri Jan 28 13:42:33 BRST 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: mail/gmime2 change to 2.1.11 + Update to 2.1.11 + Repatch files/patch-reference-Makefile.in >How-To-Repeat: >Fix: --- gmime2.patch begins here --- diff -ruN gmime2.old/Makefile gmime2/Makefile --- gmime2.old/Makefile Mon Jan 17 01:17:22 2005 +++ gmime2/Makefile Sun Jan 30 22:40:28 2005 @@ -6,7 +6,7 @@ # PORTNAME= gmime -PORTVERSION= 2.1.10 +PORTVERSION= 2.1.11 CATEGORIES= mail MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.1/ diff -ruN gmime2.old/distinfo gmime2/distinfo --- gmime2.old/distinfo Mon Jan 17 01:17:22 2005 +++ gmime2/distinfo Sun Jan 30 22:41:00 2005 @@ -1,2 +1,2 @@ -MD5 (gmime-2.1.10.tar.gz) = 4e82952bb0ca66f1b09fd64725bff9f8 -SIZE (gmime-2.1.10.tar.gz) = 795493 +MD5 (gmime-2.1.11.tar.gz) = 7207ea18eb808f4f0940e805f6a8789f +SIZE (gmime-2.1.11.tar.gz) = 798661 diff -ruN gmime2.old/files/patch-reference-Makefile.in gmime2/files/patch-reference-Makefile.in --- gmime2.old/files/patch-reference-Makefile.in Mon Jan 17 01:17:22 2005 +++ gmime2/files/patch-reference-Makefile.in Sun Jan 30 23:03:04 2005 @@ -1,12 +1,12 @@ $FreeBSD: ports/mail/gmime2/files/patch-reference-Makefile.in,v 1.2 2005/01/16 16:21:55 krion Exp $ ---- docs/reference/Makefile.in.orig -+++ docs/reference/Makefile.in -@@ -104,7 +104,7 @@ - GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@ - GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@ +--- docs/reference/Makefile.in.orig Fri Jan 28 20:01:49 2005 ++++ docs/reference/Makefile.in Sun Jan 30 22:51:31 2005 +@@ -107,7 +107,7 @@ GTK_SHARP_LIBS = @GTK_SHARP_LIBS@ + HAVE_REGEX_FALSE = @HAVE_REGEX_FALSE@ + HAVE_REGEX_TRUE = @HAVE_REGEX_TRUE@ -HTML_DIR = $(datadir)/gtk-doc/html +HTML_DIR = @HTML_DIR@ INSTALL_DATA = @INSTALL_DATA@ --- gmime2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 04:40:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4162F16A4D5 for ; Mon, 31 Jan 2005 04:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8898C43D86 for ; Mon, 31 Jan 2005 04:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0V4eM6m079429 for ; Mon, 31 Jan 2005 04:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0V4eMpK079427; Mon, 31 Jan 2005 04:40:22 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 04:40:22 GMT Resent-Message-Id: <200501310440.j0V4eMpK079427@freefall.freebsd.org> 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 Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DBA016A4CE for ; Mon, 31 Jan 2005 04:32:26 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DC8043D4C for ; Mon, 31 Jan 2005 04:32:26 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0V4WNsB051779 for ; Mon, 31 Jan 2005 04:32:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j0V4WNiI051778; Mon, 31 Jan 2005 04:32:23 GMT (envelope-from nobody) Message-Id: <200501310432.j0V4WNiI051778@www.freebsd.org> Date: Mon, 31 Jan 2005 04:32:23 GMT From: Alex To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76879: ports/dri: for some reason drm.ko PCI vendor/device id detection is 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, 31 Jan 2005 04:40:24 -0000 >Number: 76879 >Category: ports >Synopsis: ports/dri: for some reason drm.ko PCI vendor/device id detection is broken >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 Jan 31 04:40:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alex >Release: 5.3-RELEASE-p5 >Organization: Intercaf >Environment: FreeBSD life.offshoredrive.com 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #2: Sun Jan 23 16:28:10 MSK 2005 lesha@life.offshoredrive.com:/usr/obj/usr/src/sys/LIFE i386 Graphics Card: Intel i852GM/i855GM GMCH Computer: Fujitsu-Siemens LifeBook S 7010 >Description: During drm_probe vendor and device ids are messed up. ------------ [from drm_drv.c] ------------ if (!strcmp(device_get_name(dev), "drmsub")) pciid = pci_get_devid(device_get_parent(dev)); else pciid = pci_get_devid(dev); vendor = (pciid & 0x0000ffff); device = (pciid & 0xffff0000) >> 16; ------------ This returns trash instead of real vendor/device ids for probed hardware. Why not to use pci_get_vendor(dev) and pci_get_device(dev) ?? p.s. I'm totally lame, but curious. ;) >How-To-Repeat: Install DRI port and see that your i915 is not detected/working ;) >Fix: *** drm_drv.c.org Mon Jan 31 07:14:19 2005 --- drm_drv.c Mon Jan 31 07:16:19 2005 *************** int drm_probe(device_t dev, drm_pci_id_l *** 150,155 **** --- 150,159 ---- vendor = (pciid & 0x0000ffff); device = (pciid & 0xffff0000) >> 16; + + // override + vendor = pci_get_vendor(dev); + device = pci_get_device(dev); s = drm_find_description(vendor, device, idlist); if (s != NULL) { -------- after this patch: drmsub1: mem 0xd0080000-0xd00fffff,0xe0000000-0xe7ffffff at device 2.1 on pci0 info: [drm] AGP at 0xd8000000 128MB info: [drm] Initialized i915 1.2.0 20041217 on minor 1 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 05:50:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C6A816A4CE for ; Mon, 31 Jan 2005 05:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB33943D53 for ; Mon, 31 Jan 2005 05:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0V5oK9Y088799 for ; Mon, 31 Jan 2005 05:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0V5oK4m088798; Mon, 31 Jan 2005 05:50:20 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 05:50:20 GMT Resent-Message-Id: <200501310550.j0V5oK4m088798@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Saito Tomokatsu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81A4216A4CE for ; Mon, 31 Jan 2005 05:45:09 +0000 (GMT) Received: from alpha.a2z.co.jp (alpha.a2z.co.jp [221.253.225.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4286143D1D for ; Mon, 31 Jan 2005 05:45:08 +0000 (GMT) (envelope-from saito@a2z.co.jp) Received: from a2z.co.jp (a2z.co.jp [221.253.225.130]) by a2z.co.jp (8.13.1/8.13.1) with ESMTP id j0V5j6JI083773; Mon, 31 Jan 2005 14:45:06 +0900 (JST) Received: from elephant.a2z.co.jp (localhost [127.0.0.1]) by elephant.a2z.co.jp (8.13.1/8.13.1) with ESMTP id j0V5j5dm049465; Mon, 31 Jan 2005 14:45:05 +0900 (JST) (envelope-from saito@elephant.a2z.co.jp) Received: (from saito@localhost) by elephant.a2z.co.jp (8.13.1/8.13.1/Submit) id j0V5j5KE049464; Mon, 31 Jan 2005 14:45:05 +0900 (JST) (envelope-from saito) Message-Id: <200501310545.j0V5j5KE049464@elephant.a2z.co.jp> Date: Mon, 31 Jan 2005 14:45:05 +0900 (JST) From: Saito Tomokatsu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: saito@a2z.co.jp Subject: ports/76881: math/asir2000 broken. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Saito Tomokatsu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 05:50:21 -0000 >Number: 76881 >Category: ports >Synopsis: math/asir2000 broken. >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: Mon Jan 31 05:50:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Saito Tomokatsu >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD elephant.a2z.co.jp 5.3-STABLE FreeBSD 5.3-STABLE #14: Mon Jan 24 14:13:41 JST 2005 saito@elephant.a2z.co.jp:/usr/obj/usr/src/sys/ELEPHANT i386 >Description: ports/math/asir2000 do'nt build on 5, 6 and amd64. In this resion is port/math/pari-devel updated. So, I update ports/math/asir2000. >How-To-Repeat: >Fix: diff -ruN asir2000.org asir2000|gcat| uuencode -o /tmp/asir.uu asir.diff.gz begin 644 asir.diff.gz M'XL(".?"_4$``V%S:7(N9&EF9@"U6?USFLP6_EG^BFV:V]'RX>X"`O;FWAAC M4YNH&;6]?>^\,PXB*&]5&"1->C/YW^_9!1$_2]].9QJ$W6?/.7N^]H%.?,]# M\D/41?;*CRC&6`FB:;5C?W4]?^YFH]F((,OR86QI8,?HX\,2(1UA6J=6G>H( M4)H@BN*^H%(G6**/]A*I!!&M3F$%9G!=N+Q$GDIH-<"$M!]KS_L M-CJMBQ(3)LCL^7.K/VCWNA*O8F;OJLJT5M&?`BKEP&PP MPW+$*G*J@GS='@S?M^^8Y/-G]L`L?SE_;GT9]AO-X6CPZ?V7%W3^W!BT^Z/K M7O-%D-=3O>[='Z=6">*6<"YAT&]N2Q-WI64PYLI.H]T=PE^K?U%:V7X<7*[W M`8[J=3JM[O"B-)RY:/5]%;L+U/=7=K4!$.2OD(VF[M*-[#ER@D7X$+L1LN=3 M=QS9*9Q'D%+)1")<">8A_#1HC1J?AKUFK_M^])DIIKJZ&>XT;EO),-&3T2]W M[:N+TG=W)PWD0;YX\-]P\^$LP M]!L8+^WWK>__)NESEVO MV;B[:@Q:+SRRJLYB*JJ&5..1+:WBAV@!L5^@1]>?SF+TM&!)IOA+9_XP<=$_ MQZN)$@91K(21JRR^_DN0!5GQ/9:P_>:'%_3J`IWYJED[0V_>;`W:BTE-.Q/D MJW[OM@5N*)U=!^X*+<'7+/=8AX(N\HJM1?9R@EZM%RCNP";I8[USHJ\YBO>UT:N@JZ0!-,S9I1 M\U3=M2:>X6)/)5Y-JVG8,6NFAP5YT/YOZ_AZJE+35'%."TN7=1WD@-AQJ>%A M6G,-JNH3%4]T#ZN&:7GZV-"<25[1$1%$P[H%+5G_]#HV\_G%"IFD+5IF!J0U6_WF1BL_6"HSL,2?EH8/ M+A=#342,NFK6=2Y&%62F?&]1:0`\@%4!HH@2IE;5$KQX0@E;=.TZB%@(D[J. MZP1G&SRD9&=O\"^M'<0VIQF2CD1^95T*H;>"#!=TW@O=Y9=.'26_(R=8QI$_ MIM7,A7N:I&^(*!8W1JUB4@4O8#/UPC*(`M1Z"M$Y$L1?D4^L&M]ME=`J`3?7 M4@_P\WFM`10`N9!?3X!#+=VDPZ>=G%M'H-;`Q\?F-4*)):#M><8F^NVK3T,& M.KL-QBXT4/&HB(1E'9U/Z99X0L4]G)70_:;H)@H>PK-"93,]DN'3'Y3-E&=) MQ_[.LHI">X6XX305CY;-=#>U**1POFQT5C5Z5C1PHJ_C!4G265V"C1" MGO_$K&MJ755S]9+'E]Y'/K>/0?6ZKM6U6JY4#HON!M\0U1@>"@5KN2K9$LTZ M!B\HR%?8.J[CM&/P`M$)'.`B7(VD0%ZOS^LS>Z[,SK9&N%@VR!::$C&0"%=] MO=!#2;0GY?M&OUW96@IDD3&>5&)R+LM,C($-"2I6-+`)5)'Y$I7""-B25SYK M!N'WB',)%AW6"1;X#*^F@AD43)XK(`5Z(WD[=>,0VG59XN<)ZPW/J*N8B5H-P"P>NG!G( MQA%5J*)).>O*S0JSD")&QSF$5\W:#+D4N4"_ENBGEZ=XK!`COX!8IB43R[(D MU`2'V/%#+*%;N'/G]M@&=URS^VAI1Q-?^A/>]M`'!36#F;OD#*RCH-[<_^:[ M$;/P'=MG&O*]C?ZB9A[>C=#3AC"LF&'_L6)C$K,C[5S;\W_?^[_9FZ*X'VX+ M)3E=^9U17!>NB#(#^#"\MJ(B_7M\A/:,?T![QL[?Z-_C/=JSV[\-UK^-K'^/ M'_PY'$C9MPG%7B2]-M>;,6642R>Y-GY@VU1JZ`*`_G3X*T&!=#G M[(250%+\D@)S0WLLQBZ!W`*SS2M`0'QDSK^A]P/?/G^&MSK/?WJISOWDJPL0 MCH/S_#4]013(4L<^G%".?3I+';LTG#WPA$,$P3L?.VHA+I:!CV=+-Z:#F1O!3H+#@7=1E8>XNX2GI[<3(-1;&"P6EH7_#RS M=%89_,H/LV=TT^JB41B3D017RJ_JZ!UJ-N[N6`.BY="3&OT;7+:C"KLA_*9S M>]]O->%64MD@98,5*0HK[Z!AB.PLS%.&=G?8ZG]NW%4VQ+7$UH^:O>[G$K/\ MEFP(9VZJ#-T6JR9P7EVMEJ_^&+8&HW9W=-?KWE2U2@6AZELT#Z9E@BO5\N#N M+;NG,`X4&BQPYRMWQQ*VC%1ZU1Y6V&1*8CB4YS+0J1UGH`*8`G+RGH,W9(FHX#I*54DC/_)='#@GY/-O MOTL;T'9U??^3\(V&PXGV%#)T\J/$[I-?`#*Q(\6"1XM&BQ:-% M?Z*FBD>+%H\6+1ZMHTUKTX!")9QX>[+2-L.F=I>N_^/H$DAXM,@^UR;L/!W< LT/'JS)V#J/#HE#L],+4SM'L*`B$[,Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 06:00:47 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB75816A4CF for ; Mon, 31 Jan 2005 06:00:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB2E43D2D for ; Mon, 31 Jan 2005 06:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0V60iap010704 for ; Mon, 31 Jan 2005 06:00:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0V60iKF010703; Mon, 31 Jan 2005 06:00:44 GMT (envelope-from gnats) Date: Mon, 31 Jan 2005 06:00:44 GMT Message-Id: <200501310600.j0V60iKF010703@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Doug Poland Subject: Re: ports/76668: gkrellmss2-2.6 fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Doug Poland List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 06:00:47 -0000 The following reply was made to PR ports/76668; it has been noted by GNATS. From: Doug Poland To: freebsd-gnats-submit@FreeBSD.org Cc: doug@polands.org Subject: Re: ports/76668: gkrellmss2-2.6 fails to build Date: Sun, 30 Jan 2005 23:58:22 -0600 Hope this helps! /usr/ports/audio/gkrellmss2 jericho# make clean ===> Cleaning for atk-1.8.0 ===> Cleaning for esound-0.2.35_1 ===> Cleaning for libaudiofile-0.2.6 ===> Cleaning for libiconv-1.9.2_1 ===> Cleaning for gettext-0.14.1 ===> Cleaning for glib-2.4.8 ===> Cleaning for gmake-3.80_2 ===> Cleaning for imake-6.8.1 ===> Cleaning for libtool-1.3.5_2 ===> Cleaning for libtool-1.5.10 ===> Cleaning for pkgconfig-0.15.0_1 ===> Cleaning for jpeg-6b_3 ===> Cleaning for png-1.2.8_1 ===> Cleaning for tiff-3.7.1_2 ===> Cleaning for perl-5.8.5 ===> Cleaning for fftw3-3.0.1_4 ===> Cleaning for hicolor-icon-theme-0.5 ===> Cleaning for shared-mime-info-0.15_7 ===> Cleaning for freetype2-2.1.7_4 ===> Cleaning for openssl-0.9.7e_2 ===> Cleaning for gkrellm-2.2.4_1 ===> Cleaning for expat-1.95.8 ===> Cleaning for intltool-0.32.1 ===> Cleaning for libxml2-2.6.17 ===> Cleaning for p5-XML-Parser-2.34_1 ===> Cleaning for bitstream-vera-1.10 ===> Cleaning for fontconfig-2.2.3,1 ===> Cleaning for libXft-2.1.6 ===> Cleaning for xorg-fonts-encodings-6.8.1 ===> Cleaning for xorg-fonts-truetype-6.8.1 ===> Cleaning for gtk-2.4.14_2 ===> Cleaning for pango-1.6.0 ===> Cleaning for xorg-clients-6.8.1_1 ===> Cleaning for xorg-libraries-6.8.1_1 ===> Cleaning for xterm-199 ===> Cleaning for gkrellmss-2.6 jericho# pkg_info | grep gcc | more gcc-3.2.3_3 GNU Compiler Collection 3.2.3 jericho# make ===> Vulnerability check disabled, database not found ===> Extracting for gkrellmss-2.6 => Checksum OK for gkrellmss-2.6.tar.gz. ===> Patching for gkrellmss-2.6 ===> gkrellmss-2.6 depends on file: /usr/X11R6/include/gkrellm2/gkrellm.h - found ===> gkrellmss-2.6 depends on executable: gmake - found ===> gkrellmss-2.6 depends on executable: pkg-config - found ===> gkrellmss-2.6 depends on file: /usr/local/bin/intltool-extract - found ===> gkrellmss-2.6 depends on shared library: fftw3.3 - found ===> gkrellmss-2.6 depends on shared library: X11.6 - found ===> gkrellmss-2.6 depends on shared library: esd.2 - found ===> gkrellmss-2.6 depends on shared library: glib-2.0.400 - found ===> gkrellmss-2.6 depends on shared library: atk-1.0.800 - found ===> gkrellmss-2.6 depends on shared library: pango-1.0.600 - found ===> gkrellmss-2.6 depends on shared library: gtk-x11-2.0.400 - found ===> gkrellmss-2.6 depends on shared library: X11.6 - found ===> Configuring for gkrellmss-2.6 ===> Building for gkrellmss-2.6 (cd po && gmake all) gmake[1]: Entering directory `/usr/ports/audio/gkrellmss2/work/gkrellmss-2.6/po' msgfmt -f -v -o ru.mo ru.po 28 translated messages, 1 fuzzy translation, 3 untranslated messages. gmake[1]: Leaving directory `/usr/ports/audio/gkrellmss2/work/gkrellmss-2.6/po' (cd src && gmake ) gmake[1]: Entering directory `/usr/ports/audio/gkrellmss2/work/gkrellmss-2.6/src' cc -Wall -fPIC `pkg-config gtk+-2.0 --cflags` `esd-config --cflags` -DENABLE_NLS -DLOCALEDIR=\"/usr/X11R6/share/locale\" -O -pipe -O -pipe -c -o gkrellmss.o gkrellmss.c In file included from gkrellmss.c:20: gkrellmss.h:87: error: syntax error before "fftw_plan" gmake[1]: *** [gkrellmss.o] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/gkrellmss2/work/gkrellmss-2.6/src' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/audio/gkrellmss2. -- Regards, Doug From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 06:45:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2F1416A4CE; Mon, 31 Jan 2005 06:45:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4DE843D3F; Mon, 31 Jan 2005 06:45:19 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0V6jJ1S000851; Mon, 31 Jan 2005 06:45:19 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0V6jJdR000846; Mon, 31 Jan 2005 06:45:19 GMT (envelope-from krion) Date: Mon, 31 Jan 2005 06:45:19 GMT From: Kirill Ponomarew Message-Id: <200501310645.j0V6jJdR000846@freefall.freebsd.org> To: marcus@corp.grupos.com.br, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76878: Update port: mail/gmime2 change to 2.1.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 06:45:20 -0000 Synopsis: Update port: mail/gmime2 change to 2.1.11 State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Mon Jan 31 06:45:04 GMT 2005 State-Changed-Why: Already committed some time ago, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76878 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 08:01:50 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0569516A4CE; Mon, 31 Jan 2005 08:01:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFEA143D46; Mon, 31 Jan 2005 08:01:49 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0V81n7l027535; Mon, 31 Jan 2005 08:01:49 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0V81nqu027531; Mon, 31 Jan 2005 08:01:49 GMT (envelope-from vs) Date: Mon, 31 Jan 2005 08:01:49 GMT From: Volker Stolz Message-Id: <200501310801.j0V81nqu027531@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/76865: maintainer update: lang/swi-pl, fix for alpha version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 08:01:50 -0000 Synopsis: maintainer update: lang/swi-pl, fix for alpha version Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Mon Jan 31 08:01:34 GMT 2005 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=76865 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 08:10:29 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C1C16A4CE for ; Mon, 31 Jan 2005 08:10:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B906B43D45 for ; Mon, 31 Jan 2005 08:10:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0V8ATbJ031752 for ; Mon, 31 Jan 2005 08:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0V8ATon031751; Mon, 31 Jan 2005 08:10:29 GMT (envelope-from gnats) Date: Mon, 31 Jan 2005 08:10:29 GMT Message-Id: <200501310810.j0V8ATon031751@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Volker Stolz" Subject: Re: ports/76877: INDEX build fails at audio/aureal-kmod on 5.3-STABLE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 08:10:30 -0000 The following reply was made to PR ports/76877; it has been noted by GNATS. From: "Volker Stolz" To: freebsd-gnats-submit@freebsd.org, cedric.ware+fbsdpr@enst.fr, ports@matey.org Cc: Subject: Re: ports/76877: INDEX build fails at audio/aureal-kmod on 5.3-STABLE Date: Mon, 31 Jan 2005 09:04:58 +0100 Dear maintainer, please look into this issue! Volker From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 09:10:02 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 635B416A4ED for ; Mon, 31 Jan 2005 09:10:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 204A343D31 for ; Mon, 31 Jan 2005 09:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0V9A1Bd038337 for ; Mon, 31 Jan 2005 09:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0V9A1Bw038335; Mon, 31 Jan 2005 09:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 09:10:01 GMT Resent-Message-Id: <200501310910.j0V9A1Bw038335@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BE8F16A4CE for ; Mon, 31 Jan 2005 09:08:10 +0000 (GMT) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id D879743D2F for ; Mon, 31 Jan 2005 09:08:09 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id D3F981F3; Mon, 31 Jan 2005 17:08:03 +0800 (CST) Message-Id: <20050131090803.D3F981F3@netnews.NCTU.edu.tw> Date: Mon, 31 Jan 2005 17:08:03 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: gslin@netnews.NCTU.edu.tw Subject: ports/76882: Update port: archives/pbzip2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gea-Suan Lin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 09:10:02 -0000 >Number: 76882 >Category: ports >Synopsis: Update port: archives/pbzip2 >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 Jan 31 09:10:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.10-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 4.10-RELEASE-p5 FreeBSD 4.10-RELEASE-p5 #1: Sun Dec 19 23:43:19 CST 2004 root@netnews.NCTU.edu.tw:/da1/usr.obj/da0/usr.src/sys/NETNEWS i386 >Description: Update to 0.9.1 >How-To-Repeat: diff -ruN /usr/ports/archivers/pbzip2/Makefile pbzip2/Makefile --- /usr/ports/archivers/pbzip2/Makefile Tue Jan 11 03:32:53 2005 +++ pbzip2/Makefile Mon Jan 31 17:06:50 2005 @@ -7,7 +7,7 @@ # PORTNAME= pbzip2 -PORTVERSION= 0.8.3 +PORTVERSION= 0.9.1 CATEGORIES= archivers MASTER_SITES= http://compression.ca/pbzip2/ diff -ruN /usr/ports/archivers/pbzip2/distinfo pbzip2/distinfo --- /usr/ports/archivers/pbzip2/distinfo Tue Jan 11 03:32:53 2005 +++ pbzip2/distinfo Mon Jan 31 17:06:57 2005 @@ -1,2 +1,2 @@ -MD5 (pbzip2-0.8.3.tar.gz) = be019a4bbad3dca79ac12fbd90e2d745 -SIZE (pbzip2-0.8.3.tar.gz) = 13145 +MD5 (pbzip2-0.9.1.tar.gz) = c67ba132b03324e0291e1b8060256177 +SIZE (pbzip2-0.9.1.tar.gz) = 14970 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 09:33:43 2005 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 41F4416A4CF; Mon, 31 Jan 2005 09:33:43 +0000 (GMT) Received: from aker.isnic.is (aker.isnic.is [193.4.58.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A9643D2D; Mon, 31 Jan 2005 09:33:42 +0000 (GMT) (envelope-from oli@aker.isnic.is) Received: by aker.isnic.is (Postfix, from userid 1000) id 5D5708A1C4; Mon, 31 Jan 2005 09:33:41 +0000 (UTC) Date: Mon, 31 Jan 2005 09:33:41 +0000 From: Olafur Osvaldsson To: freebsd-ports-bugs@FreeBSD.org Message-ID: <20050131093341.GL35200@isnic.is> Mail-Followup-To: freebsd-ports-bugs@FreeBSD.org, Edwin Groothuis References: <200501191116.j0JBGh7r099484@freefall.freebsd.org> <20050119120238.GA35200@isnic.is> <20050119120524.GK1033@k7.mavetju> <20050119131223.GC35200@isnic.is> <20050124091127.GJ35200@isnic.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050124091127.GJ35200@isnic.is> User-Agent: Mutt/1.4.2.1i Subject: Re: ports/76412: [MAINTAINER] dns/nsd: update to 2.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: Mon, 31 Jan 2005 09:33:43 -0000 Since I get no response from Edwin I ask that someone else please takes care of this. /Oli On Mon, 24 Jan 2005, Olafur Osvaldsson wrote: > Edwin, > Is there any chance to get this submitted any time soon? > I'm getting queries from users wondering why the port hasn't been > updated. > > /Oli > > On Wed, 19 Jan 2005, Olafur Osvaldsson wrote: > > > Edwin, > > > > On Wed, 19 Jan 2005, Edwin Groothuis wrote: > > > > > 5.8.2.3 Example > > > > > > OPTIONS= foo "Enable option foo" On \ > > > bar "Support feature bar" Off > > > > > > .include > > > > > > .if defined(WITH_FOO) > > > CONFIGURE_ARGS+= --with-foo > > > .else > > > CONFIGURE_ARGS+= --without-foo > > > .endif > > > > > > .if defined(WITH_BAR) > > > RUN_DEPENDS+= bar:${PORTSDIR}/bar/bar > > > .endif > > > > > > .include > > > > This example does not work, in OPTIONS foo is used but WITH_FOO > > is checked below, this seems to be case sensetive and when I tried > > it like in the example then it didn't work. > > > > > > I've made a patch with the options you requested but I decided > > to send you a fixed version of my previous patch as it was not > > working due to lines being to long. > > > > The reason I would rather like to use my previous method is that > > it makes it possible for people to put the options in /etc/make.conf > > > > If this is not acceptable the other method is attached in nsd-options.diff > > > > /Oli > > > > -- > > Olafur Osvaldsson > > Systems Administrator > > Internet a Islandi hf. > > Tel: +354 525-5291 > > Email: oli@isnic.is > > > diff -ruN nsd.orig/Makefile nsd/Makefile > > --- nsd.orig/Makefile Tue Jan 18 14:43:31 2005 > > +++ nsd/Makefile Wed Jan 19 12:54:09 2005 > > @@ -5,8 +5,15 @@ > > # $FreeBSD: ports/dns/nsd/Makefile,v 1.20 2004/11/30 12:58:19 sem Exp $ > > # > > > > +# To pre-select options in batch mode, run make like this: > > +# > > +# make -DBATCH NSD_OPTIONS="ROOT_SERVER BIND8_STATS" > > +# > > +# the options are the same names as in the scripts/configure.nsd file. > > +# NSD_OPTIONS can be set in /etc/make.conf also. > > + > > PORTNAME= nsd > > -PORTVERSION= 2.1.5 > > +PORTVERSION= 2.2.0 > > CATEGORIES= dns ipv6 > > MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ > > ftp://ftp.rhnet.is/pub/nsd/ > > @@ -19,70 +26,41 @@ > > NSDUSER?= bind > > NSDDIR?= ${PREFIX}/etc/nsd > > NSDDBFILE?= /var/db/nsd.database > > -NSDXFER?= /usr/libexec/named-xfer > > > > GNU_CONFIGURE= yes > > CONFIGURE_ARGS= --with-user=${NSDUSER} \ > > --with-configdir=${NSDDIR} \ > > --with-pidfile=/var/run/nsd.pid \ > > --with-dbfile=${NSDDBFILE} \ > > - --with-namedxfer=${NSDXFER} \ > > --with-libwrap > > CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > > > > -.if defined(WITHOUT_IPV6) > > -CONFIGURE_ARGS+= --disable-ipv6 > > -.endif > > - > > -.if defined(WITHOUT_AXFR) > > -CONFIGURE_ARGS+= --disable-axfr > > -.endif > > - > > -.if defined(WITH_PLUGINS) > > -CONFIGURE_ARGS+= --enable-plugins > > -.endif > > - > > -.if defined(WITH_BIND8_STATS) > > -CONFIGURE_ARGS+= --enable-bind8-stats > > -.endif > > - > > -.if defined(WITH_DNSSEC) > > -CONFIGURE_ARGS+= --enable-dnssec > > -.endif > > - > > -.if defined(WITH_ROOT_SERVER) > > -CONFIGURE_ARGS+= --enable-root-server > > -.endif > > - > > -.if defined(WITH_MMAP) > > -CONFIGURE_ARGS+= --enable-mmap > > -.endif > > - > > SED_SCRIPT= -e 's,%%NSDUSER%%,${NSDUSER},g' \ > > -e 's,%%NSDDIR%%,${NSDDIR},g' \ > > -e 's,%%PREFIX%%,${PREFIX},g' \ > > -e 's,%%RC_SUBR%%,${RC_SUBR},g' > > > > -MAN8= nsd.8 zonec.8 nsdc.8 nsd-notify.8 > > +MAN8= nsd.8 zonec.8 nsdc.8 nsd-notify.8 nsd-xfer.8 > > > > PORTDOCS= README RELNOTES CREDITS DIFFERENCES REQUIREMENTS > > > > -pre-everything:: > > - @${ECHO_MSG} "" > > - @${ECHO_MSG} "nsd has the following tunables:" > > - @${ECHO_MSG} "" > > - @${ECHO_MSG} " WITHOUT_IPV6 Disables IPv6 support" > > - @${ECHO_MSG} " WITHOUT_AXFR Disables AXFR" > > - @${ECHO_MSG} "" > > - @${ECHO_MSG} " WITH_PLUGINS Enable plugin support" > > - @${ECHO_MSG} " WITH_BIND8_STATS Enables BIND8 like NSTATS & XSTATS" > > - @${ECHO_MSG} " WITH_DNSSEC Enable experimental DNSSEC support" > > - @${ECHO_MSG} " according to the latest drafts" > > - @${ECHO_MSG} " WITH_ROOT_SERVER Configure NSD as a root server" > > - @${ECHO_MSG} " WITH_MMAP Configure NSD to load the database using mmap(2)" > > - @${ECHO_MSG} "" > > - > > -pre-build: > > +SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ > > + TOUCH="${TOUCH}" \ > > + MKDIR="${MKDIR}" \ > > + NSD_OPTIONS="${NSD_OPTIONS}" > > + > > +pre-fetch: > > + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.nsd > > + > > +.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) > > +.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" > > +.endif > > + > > +.if defined(NOPORTDOCS) > > +READMEDIR=no > > +.else > > +READMEDIR=${PREFIX}/share/doc/nsd > > +.endif > > > > post-install: > > ${SED} ${SED_SCRIPT} < ${FILESDIR}/nsd.sh.tmpl >${WRKDIR}/nsd.sh > > @@ -96,5 +74,8 @@ > > ${PREFIX}/etc/nsd/nsd.zones.sample > > ${INSTALL_SCRIPT} ${WRKDIR}/nsd.sh ${PREFIX}/etc/rc.d/ > > @${CAT} ${PKGMESSAGE} > > + > > +post-clean: > > + @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc > > > > .include > > diff -ruN nsd.orig/distinfo nsd/distinfo > > --- nsd.orig/distinfo Tue Jan 18 14:43:31 2005 > > +++ nsd/distinfo Wed Jan 19 12:54:09 2005 > > @@ -1,2 +1,2 @@ > > -MD5 (nsd-2.1.5.tar.gz) = 24e81b2bb25f0663e153e174bb585f04 > > -SIZE (nsd-2.1.5.tar.gz) = 225543 > > +MD5 (nsd-2.2.0.tar.gz) = e84b8e9d03062710ea847ea146ccb5d5 > > +SIZE (nsd-2.2.0.tar.gz) = 230431 > > diff -ruN nsd.orig/pkg-plist nsd/pkg-plist > > --- nsd.orig/pkg-plist Tue Jan 18 14:43:31 2005 > > +++ nsd/pkg-plist Wed Jan 19 12:54:09 2005 > > @@ -3,7 +3,8 @@ > > etc/nsd/nsd.zones.sample > > etc/nsd/nsdc.conf.sample > > sbin/nsd > > -sbin/nsd-notify > > -sbin/nsdc > > sbin/zonec > > +sbin/nsdc > > +sbin/nsd-notify > > +sbin/nsd-xfer > > @dirrm etc/nsd > > diff -ruN nsd.orig/scripts/configure.nsd nsd/scripts/configure.nsd > > --- nsd.orig/scripts/configure.nsd Thu Jan 1 00:00:00 1970 > > +++ nsd/scripts/configure.nsd Wed Jan 19 12:54:25 2005 > > @@ -0,0 +1,86 @@ > > +#!/bin/sh > > +# $FreeBSD$ > > + > > +if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then > > + exit > > +fi > > + > > +tempfile=`mktemp -t checklist` > > + > > +if [ "${NSD_OPTIONS}" ]; then > > + set ${NSD_OPTIONS} > > +fi > > + > > +for i; do > > + eval status_$i=ON > > +done > > + > > +if [ -z "${BATCH}" ]; then > > + /usr/bin/dialog --title "NSD configuration options" --clear \ > > + --checklist "\n\ > > +Please select desired options:" -1 -1 16 \ > > +ROOT_SERVER "Configure NSD as a root server" "$status_ROOT_SERVER" \ > > +NOIPv6 "Disable IPv6 support" "$status_NOIPv6" \ > > +DNSSEC "Enable experimental DNSSEC support" "$status_DNSSEC" \ > > +NOAXFR "Disable AXFR" "$status_NOAXFR" \ > > +BIND8_STATS "Enable BIND8 like NSTATS & XSTATS" "$status_BIND8_STATS" \ > > +PLUGINS "Enable plugin support" "$status_PLUGINS" \ > > +NOTSIG "Disable TSIG support" "$status_NOTSIG" \ > > +MMAP "Configure NSD to load the db using mmap(2)" "$status_MMAP" \ > > +2> $tempfile > > + > > + retval=$? > > + > > + if [ -s $tempfile ]; then > > + set `sed 's/"//g' $tempfile` > > + fi > > + rm -f $tempfile > > + > > + case $retval in > > + 0) if [ -z "$*" ]; then > > + echo "Nothing selected" > > + fi > > + ;; > > + 1) echo "Cancel pressed." > > + exit 1 > > + ;; > > + esac > > +fi > > + > > +${MKDIR} ${WRKDIRPREFIX}${CURDIR} > > +exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc > > + > > +while [ "$1" ]; do > > + case $1 in > > + ROOT_SERVER) > > + echo "CONFIGURE_ARGS+= --enable-root-server" > > + ;; > > + NOIPv6) > > + echo "CONFIGURE_ARGS+= --disable-ipv6" > > + ;; > > + DNSSEC) > > + echo "CONFIGURE_ARGS+= --enable-dnssec" > > + ;; > > + NOAXFR) > > + echo "CONFIGURE_ARGS+= --disable-axfr" > > + ;; > > + BIND8_STATS) > > + echo "CONFIGURE_ARGS+= --enable-bind8-stats" > > + ;; > > + PLUGINS) > > + echo "CONFIGURE_ARGS+= --enable-plugins" > > + ;; > > + NOTSIG) > > + echo "CONFIGURE_ARGS+= --disable-tsig" > > + ;; > > + MMAP) > > + echo "CONFIGURE_ARGS+= --enable-mmap" > > + ;; > > + *) > > + echo "Unknown option(s): $*" > /dev/stderr > > + rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc > > + exit 1 > > + ;; > > + esac > > + shift > > +done > > > diff -ruN nsd.orig/Makefile nsd/Makefile > > --- nsd.orig/Makefile Tue Jan 18 14:43:31 2005 > > +++ nsd/Makefile Wed Jan 19 12:47:02 2005 > > @@ -6,7 +6,7 @@ > > # > > > > PORTNAME= nsd > > -PORTVERSION= 2.1.5 > > +PORTVERSION= 2.2.0 > > CATEGORIES= dns ipv6 > > MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ > > ftp://ftp.rhnet.is/pub/nsd/ > > @@ -14,44 +14,57 @@ > > MAINTAINER= oli@isnic.is > > COMMENT= An authoritative only non-recursive name server > > > > +OPTIONS= ROOT_SERVER "Configure NSD as a root server" Off \ > > + IPV6 "Enable IPv6 support" On \ > > + DNSSEC "Enable experimental DNSSEC support" Off \ > > + AXFR "Enable AXFR" On \ > > + BIND8_STATS "Enable BIND8 like NSTATS & XSTATS" Off \ > > + PLUGINS "Enable plugin support" Off \ > > + TSIG "Enable TSIG support" On \ > > + MMAP "Configure NSD to load the db using mmap(2)" Off > > + > > +.include > > + > > USE_RC_SUBR= yes > > > > NSDUSER?= bind > > NSDDIR?= ${PREFIX}/etc/nsd > > NSDDBFILE?= /var/db/nsd.database > > -NSDXFER?= /usr/libexec/named-xfer > > > > GNU_CONFIGURE= yes > > CONFIGURE_ARGS= --with-user=${NSDUSER} \ > > --with-configdir=${NSDDIR} \ > > --with-pidfile=/var/run/nsd.pid \ > > --with-dbfile=${NSDDBFILE} \ > > - --with-namedxfer=${NSDXFER} \ > > --with-libwrap > > CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > > > > +.if defined(WITH_ROOT_SERVER) > > +CONFIGURE_ARGS+= --enable-root-server > > +.endif > > + > > .if defined(WITHOUT_IPV6) > > CONFIGURE_ARGS+= --disable-ipv6 > > .endif > > > > -.if defined(WITHOUT_AXFR) > > -CONFIGURE_ARGS+= --disable-axfr > > +.if defined(WITH_DNSSEC) > > +CONFIGURE_ARGS+= --enable-dnssec > > .endif > > > > -.if defined(WITH_PLUGINS) > > -CONFIGURE_ARGS+= --enable-plugins > > +.if defined(WITHOUT_AXFR) > > +CONFIGURE_ARGS+= --disable-axfr > > .endif > > > > .if defined(WITH_BIND8_STATS) > > CONFIGURE_ARGS+= --enable-bind8-stats > > .endif > > > > -.if defined(WITH_DNSSEC) > > -CONFIGURE_ARGS+= --enable-dnssec > > +.if defined(WITH_PLUGINS) > > +CONFIGURE_ARGS+= --enable-plugins > > .endif > > > > -.if defined(WITH_ROOT_SERVER) > > -CONFIGURE_ARGS+= --enable-root-server > > +.if defined(WITHOUT_TSIG) > > +CONFIGURE_ARGS+= --disable-tsig > > .endif > > > > .if defined(WITH_MMAP) > > @@ -63,23 +76,29 @@ > > -e 's,%%PREFIX%%,${PREFIX},g' \ > > -e 's,%%RC_SUBR%%,${RC_SUBR},g' > > > > -MAN8= nsd.8 zonec.8 nsdc.8 nsd-notify.8 > > +MAN8= nsd.8 zonec.8 nsdc.8 nsd-notify.8 nsd-xfer.8 > > > > PORTDOCS= README RELNOTES CREDITS DIFFERENCES REQUIREMENTS > > > > +.if defined(NOPORTDOCS) > > +READMEDIR=no > > +.else > > +READMEDIR=${PREFIX}/share/doc/nsd > > +.endif > > + > > pre-everything:: > > @${ECHO_MSG} "" > > @${ECHO_MSG} "nsd has the following tunables:" > > @${ECHO_MSG} "" > > + @${ECHO_MSG} " WITH_ROOT_SERVER Configure NSD as a root server" > > @${ECHO_MSG} " WITHOUT_IPV6 Disables IPv6 support" > > + @${ECHO_MSG} " WITH_DNSSEC Enable experimental DNSSEC support" > > @${ECHO_MSG} " WITHOUT_AXFR Disables AXFR" > > - @${ECHO_MSG} "" > > @${ECHO_MSG} " WITH_PLUGINS Enable plugin support" > > @${ECHO_MSG} " WITH_BIND8_STATS Enables BIND8 like NSTATS & XSTATS" > > - @${ECHO_MSG} " WITH_DNSSEC Enable experimental DNSSEC support" > > @${ECHO_MSG} " according to the latest drafts" > > - @${ECHO_MSG} " WITH_ROOT_SERVER Configure NSD as a root server" > > - @${ECHO_MSG} " WITH_MMAP Configure NSD to load the database using mmap(2)" > > + @${ECHO_MSG} " WITHOUT_TSIG Disable TSIG support" > > + @${ECHO_MSG} " WITH_MMAP Configure NSD to load the db using mmap(2)" > > @${ECHO_MSG} "" > > > > pre-build: > > @@ -97,4 +116,4 @@ > > ${INSTALL_SCRIPT} ${WRKDIR}/nsd.sh ${PREFIX}/etc/rc.d/ > > @${CAT} ${PKGMESSAGE} > > > > -.include > > +.include > > diff -ruN nsd.orig/distinfo nsd/distinfo > > --- nsd.orig/distinfo Tue Jan 18 14:43:31 2005 > > +++ nsd/distinfo Tue Jan 18 14:44:17 2005 > > @@ -1,2 +1,2 @@ > > -MD5 (nsd-2.1.5.tar.gz) = 24e81b2bb25f0663e153e174bb585f04 > > -SIZE (nsd-2.1.5.tar.gz) = 225543 > > +MD5 (nsd-2.2.0.tar.gz) = e84b8e9d03062710ea847ea146ccb5d5 > > +SIZE (nsd-2.2.0.tar.gz) = 230431 > > diff -ruN nsd.orig/pkg-plist nsd/pkg-plist > > --- nsd.orig/pkg-plist Tue Jan 18 14:43:31 2005 > > +++ nsd/pkg-plist Tue Jan 18 15:12:46 2005 > > @@ -3,7 +3,8 @@ > > etc/nsd/nsd.zones.sample > > etc/nsd/nsdc.conf.sample > > sbin/nsd > > -sbin/nsd-notify > > -sbin/nsdc > > sbin/zonec > > +sbin/nsdc > > +sbin/nsd-notify > > +sbin/nsd-xfer > > @dirrm etc/nsd > > > -- > Olafur Osvaldsson > Systems Administrator > Internet a Islandi hf. > Tel: +354 525-5291 > Email: oli@isnic.is -- Olafur Osvaldsson Systems Administrator Internet a Islandi hf. Tel: +354 525-5291 Email: oli@isnic.is From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 09:50:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8AC016A531 for ; Mon, 31 Jan 2005 09:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4376D43D55 for ; Mon, 31 Jan 2005 09:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0V9oISu040105 for ; Mon, 31 Jan 2005 09:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0V9oIBi040104; Mon, 31 Jan 2005 09:50:18 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 09:50:18 GMT Resent-Message-Id: <200501310950.j0V9oIBi040104@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerhard Schmidt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69B1A16A4CE for ; Mon, 31 Jan 2005 09:49:48 +0000 (GMT) Received: from sol.ze.tum.de (sol.ze.tum.de [129.187.39.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC1BD43D3F for ; Mon, 31 Jan 2005 09:49:47 +0000 (GMT) (envelope-from estartu@sol.ze.tum.de) Received: from sol.ze.tum.de (localhost.ze.tu-muenchen.de [127.0.0.1]) by sol.ze.tum.de (8.12.10/8.12.10) with ESMTP id j0V9nhUW002919 for ; Mon, 31 Jan 2005 10:49:43 +0100 (CET) (envelope-from estartu@sol.ze.tum.de) Received: (from root@localhost) by sol.ze.tum.de (8.12.10/8.12.10/Submit) id j0V9nhuM002918; Mon, 31 Jan 2005 10:49:43 +0100 (CET) (envelope-from estartu) Message-Id: <200501310949.j0V9nhuM002918@sol.ze.tum.de> Date: Mon, 31 Jan 2005 10:49:43 +0100 (CET) From: Gerhard Schmidt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76883: [UPDATE] to py-curl 7.12.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: Mon, 31 Jan 2005 09:50:26 -0000 >Number: 76883 >Category: ports >Synopsis: [UPDATE] to py-curl 7.12.3 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jan 31 09:50:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerhard Schmidt >Release: FreeBSD 5.2.1-RELEASE-p10 i386 >Organization: Augsburger Computer Forum e.V. >Environment: System: FreeBSD sol.ze.tum.de 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #6: Tue Sep 21 07:45:21 CEST 2004 root@sol.ze.tum.de:/usr/src/sys/i386/compile/SOL i386 >Description: curl changed the returncode of curl_multi_add_handle() in version 7.12.2 curl 7.12.3 ist in the port right now but the updated version 7.12.3 of py-curl still missing. so any python script using py-curl and multi request will fail. >How-To-Repeat: >Fix: Update to py-curl 7.12.3 diff -ruN py-curl.bak/Makefile py-curl/Makefile --- py-curl.bak/Makefile Mon Jan 31 10:06:42 2005 +++ py-curl/Makefile Mon Jan 31 10:06:55 2005 @@ -6,7 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.12 +PORTVERSION= 7.12.3 CATEGORIES= ftp python MASTER_SITES= http://pycurl.sourceforge.net/download/ \ http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/ diff -ruN py-curl.bak/distinfo py-curl/distinfo --- py-curl.bak/distinfo Mon Jan 31 10:06:42 2005 +++ py-curl/distinfo Mon Jan 31 10:09:58 2005 @@ -1,2 +1,2 @@ -MD5 (pycurl-7.12.tar.gz) = 379b050e9fbac136a42b855981a7b053 -SIZE (pycurl-7.12.tar.gz) = 59020 +MD5 (pycurl-7.12.3.tar.gz) = 9b6e38a590e2c9a48865071585c138d0 +SIZE (pycurl-7.12.3.tar.gz) = 59517 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 11:10:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 535E716A4CE for ; Mon, 31 Jan 2005 11:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11F0A43D62 for ; Mon, 31 Jan 2005 11:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VBAQ6V054758 for ; Mon, 31 Jan 2005 11:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VBAQ57054757; Mon, 31 Jan 2005 11:10:26 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 11:10:26 GMT Resent-Message-Id: <200501311110.j0VBAQ57054757@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Atushi Sakauchi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4DAF16A4CE for ; Mon, 31 Jan 2005 11:04:34 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B235043D45 for ; Mon, 31 Jan 2005 11:04:34 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VB4YfT065150 for ; Mon, 31 Jan 2005 11:04:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j0VB4YDO065149; Mon, 31 Jan 2005 11:04:34 GMT (envelope-from nobody) Message-Id: <200501311104.j0VB4YDO065149@www.freebsd.org> Date: Mon, 31 Jan 2005 11:04:34 GMT From: Atushi Sakauchi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76884: japanese/plain2 causes core dumps with -tex flag X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 11:10:27 -0000 >Number: 76884 >Category: ports >Synopsis: japanese/plain2 causes core dumps with -tex flag >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 Jan 31 11:10:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Atushi Sakauchi >Release: 4.10-Stable >Organization: >Environment: FreeBSD strider.micon.co.jp 4.10-STABLE FreeBSD 4.10-STABLE #2: Fri Sep 17 17:28:49 JST 2004 root@strider.micon.co.jp:/usr/obj/usr/src/sys/STRIDER i386 >Description: japanese/plain2 is broken. it causes core dumps, using with -tex flag. >How-To-Repeat: % echo | plain2 -tex \newif\ifNTT\NTTfalse \ifx\gtfam\undefined\ifx\gtfamily\undefined\NTTtrue\fi\fi \ifNTT\documentstyle[]{j-article} Segmentation fault (core dumped) % >Fix: --- files/patch-src::macro.c.orig Sun Oct 19 07:35:59 2003 +++ files/patch-src::macro.c Mon Jan 31 19:35:45 2005 @@ -16,7 +16,7 @@ -putMacro(macroNum, va_alist) -int macroNum; -va_dcl -+putMacro(int macroNum, char *fmt, ...) ++putMacro(int macroNum, ...) { va_list ap; union macroArg { @@ -25,7 +25,7 @@ mip = mip->cmac_next; } - va_start(ap); -+ va_start(ap, fmt); ++ va_start(ap, macroNum); for (i = 1; i <= maxarg; i++) { switch(argtype[i]) { case ATYPE_VOID: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 11:33:45 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1F1C16A4CE; Mon, 31 Jan 2005 11:33:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAF1043D31; Mon, 31 Jan 2005 11:33:45 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VBXjND059441; Mon, 31 Jan 2005 11:33:45 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VBXj4M059437; Mon, 31 Jan 2005 11:33:45 GMT (envelope-from sem) Date: Mon, 31 Jan 2005 11:33:45 GMT From: Sergey Matveychuk Message-Id: <200501311133.j0VBXj4M059437@freefall.freebsd.org> To: gslin@netnews.NCTU.edu.tw, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76882: Update port: archives/pbzip2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 11:33:46 -0000 Synopsis: Update port: archives/pbzip2 State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Mon Jan 31 11:33:36 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76882 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 11:40:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 246F316A4CE for ; Mon, 31 Jan 2005 11:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB50343D2F for ; Mon, 31 Jan 2005 11:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VBeOhj059621 for ; Mon, 31 Jan 2005 11:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VBeOLb059620; Mon, 31 Jan 2005 11:40:24 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 11:40:24 GMT Resent-Message-Id: <200501311140.j0VBeOLb059620@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A4B16A4CE for ; Mon, 31 Jan 2005 11:38:33 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 786E443D2D for ; Mon, 31 Jan 2005 11:38:30 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j0VBcSea081912 for ; Mon, 31 Jan 2005 09:38:28 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j0VBcRgw081911; Mon, 31 Jan 2005 09:38:27 -0200 (BRST) Message-Id: <200501311138.j0VBcRgw081911@digitalsign.com> Date: Mon, 31 Jan 2005 09:38:27 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76887: Update port: devel/pear-HTML_Template_Flexy to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 11:40:25 -0000 >Number: 76887 >Category: ports >Synopsis: Update port: devel/pear-HTML_Template_Flexy to 1.2.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 Jan 31 11:40:24 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + update port: devel/pear-HTML_Template_Flexy to 1.2.1 + changelog: http://pear.php.net/package/HTML_Template_Flexy/download/1.2.1/ >How-To-Repeat: >Fix: diff -ruN pear-HTML_Template_Flexy.orig/Makefile pear-HTML_Template_Flexy/Makefile --- pear-HTML_Template_Flexy.orig/Makefile Mon Jan 31 09:09:37 2005 +++ pear-HTML_Template_Flexy/Makefile Mon Jan 31 09:25:56 2005 @@ -6,7 +6,7 @@ # PORTNAME= HTML_Template_Flexy -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= devel www pear MAINTAINER= antonio@php.net @@ -69,5 +69,12 @@ .endif .include + +PHP_VERS= ${PHP_VERSION:S/.//g} + +.if defined(PHP_VERS) && ${PHP_VERS} < 430 +IGNORE= "You need PHP 4.3.0 or later to install PEAR::HTML_Template_Flexy" +.endif + .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include diff -ruN pear-HTML_Template_Flexy.orig/distinfo pear-HTML_Template_Flexy/distinfo --- pear-HTML_Template_Flexy.orig/distinfo Mon Jan 31 09:09:37 2005 +++ pear-HTML_Template_Flexy/distinfo Mon Jan 31 09:11:30 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/HTML_Template_Flexy-1.2.0.tgz) = a5c9fa1852055502b9dccb676747c094 -SIZE (PEAR/HTML_Template_Flexy-1.2.0.tgz) = 117845 +MD5 (PEAR/HTML_Template_Flexy-1.2.1.tgz) = 592cae803cbd743b4bb98404a48b6952 +SIZE (PEAR/HTML_Template_Flexy-1.2.1.tgz) = 117996 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 11:40:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7745616A4CE for ; Mon, 31 Jan 2005 11:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8FF43D39 for ; Mon, 31 Jan 2005 11:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VBeOqm059608 for ; Mon, 31 Jan 2005 11:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VBeNeM059607; Mon, 31 Jan 2005 11:40:23 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 11:40:23 GMT Resent-Message-Id: <200501311140.j0VBeNeM059607@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Simon Dick Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE75D16A4CE for ; Mon, 31 Jan 2005 11:32:33 +0000 (GMT) Received: from home.irrelevant.org (dsl-217-155-238-246.zen.co.uk [217.155.238.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 878F843D39 for ; Mon, 31 Jan 2005 11:32:29 +0000 (GMT) (envelope-from simond@home.irrelevant.org) Received: from simond by home.irrelevant.org with local (Exim 4.43 (FreeBSD)) id 1CvZnA-000Gp4-Qn for FreeBSD-gnats-submit@freebsd.org; Mon, 31 Jan 2005 11:32:28 +0000 Message-Id: Date: Mon, 31 Jan 2005 11:32:28 +0000 From: Simon Dick Sender: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76886: Maintainer port update: mail/squirrelmail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simon Dick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 11:40:25 -0000 >Number: 76886 >Category: ports >Synopsis: Maintainer port update: mail/squirrelmail >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: Mon Jan 31 11:40:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD nelly.internal.irrelevant.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #5: Sat Feb 7 07:48:58 GMT 2004 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386 >Description: Update mail/squirrelmail to v1.4.4 which fixes security problems and adds bug fixes and features. >How-To-Repeat: >Fix: Apply this diff and remove files/patch-sm143a-xss.diff diff -ruN squirrelmail.orig/Makefile squirrelmail/Makefile --- squirrelmail.orig/Makefile Mon Jan 31 11:26:40 2005 +++ squirrelmail/Makefile Mon Jan 31 10:53:05 2005 @@ -6,11 +6,13 @@ # PORTNAME= squirrelmail -PORTVERSION?= 1.4.3a -PORTREVISION?= 5 +PORTVERSION?= 1.4.4 CATEGORIES?= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= squirrelmail +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + all_locales-${PORTVERSION}-20050122${EXTRACT_SUFX} +DIST_SUBDIR= squirrelmail MAINTAINER?= simond@irrelevant.org COMMENT?= A webmail system which accesses mail over IMAP @@ -56,6 +58,7 @@ @${ECHO_CMD} @${ECHO_CMD} "Use WITH_LDAP to ensure PHP LDAP support is installed" @${ECHO_CMD} "Use WITH_DATABASE to ensure PEAR framework for database support is installed" + @${ECHO_CMD} " (note that this does not install the database specific PEAR support, e.g. MySQL)" @${ECHO_CMD} .if !target(slaveport-post-patch) @@ -74,6 +77,7 @@ ${MASTERDIR}/pkg-message > ${PKGMESSAGE} @${REINPLACE_CMD} -e 's|ispell|${LOCALBASE}/bin/ispell|g' \ ${WRKSRC}/plugins/squirrelspell/sqspell_config.php + @${RM} ${WRKSRC}/plugins/squirrelspell/sqspell_config.php.bak # Rearrange the documentation do-build: @@ -94,6 +98,9 @@ ${RM} -f doc/plugins/squirrelspell/index.php ; \ ${RM} -rf plugins/squirrelspell/doc @${ECHO} "left_refresh=300" >> ${WRKSRC}/data/default_pref + @${CP} -r ${WRKSRC}/../locale ${WRKSRC} + @${CP} -r ${WRKSRC}/../images ${WRKSRC} + @${CP} -r ${WRKSRC}/../help ${WRKSRC} pre-install: @${ECHO} "Your umask should be lax while installing this. Like, 022 or something." diff -ruN squirrelmail.orig/distinfo squirrelmail/distinfo --- squirrelmail.orig/distinfo Mon Jan 31 11:26:40 2005 +++ squirrelmail/distinfo Mon Jan 31 10:15:18 2005 @@ -1,2 +1,4 @@ -MD5 (squirrelmail-1.4.3a.tar.bz2) = 9564fed8b8dc6fc75d5ac31825569a77 -SIZE (squirrelmail-1.4.3a.tar.bz2) = 2254039 +MD5 (squirrelmail/squirrelmail-1.4.4.tar.bz2) = 285b42bec8967b88ef3c083fcad18634 +SIZE (squirrelmail/squirrelmail-1.4.4.tar.bz2) = 468790 +MD5 (squirrelmail/all_locales-1.4.4-20050122.tar.bz2) = ec7f97d77c706135571732ac7accf961 +SIZE (squirrelmail/all_locales-1.4.4-20050122.tar.bz2) = 2804548 diff -ruN squirrelmail.orig/pkg-plist squirrelmail/pkg-plist --- squirrelmail.orig/pkg-plist Mon Jan 31 11:26:40 2005 +++ squirrelmail/pkg-plist Mon Jan 31 11:25:47 2005 @@ -22,9 +22,9 @@ %%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.1.txt %%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.2.txt %%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.3.txt +%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.3a.txt %%PORTDOCS%%%%DOCSDIR%%/addressbook.txt %%PORTDOCS%%%%DOCSDIR%%/authentication.txt -%%PORTDOCS%%%%DOCSDIR%%/compose.txt %%PORTDOCS%%%%DOCSDIR%%/db-backend.txt %%PORTDOCS%%%%DOCSDIR%%/ie_ssl.txt %%PORTDOCS%%%%DOCSDIR%%/index.html @@ -56,6 +56,7 @@ %%PORTDOCS%%%%DOCSDIR%%/plugins/squirrelspell/UPGRADING %%PORTDOCS%%%%DOCSDIR%%/plugins/translate/INSTALL %%PORTDOCS%%%%DOCSDIR%%/plugins/translate/README +%%PORTDOCS%%%%DOCSDIR%%/presets.txt %%PORTDOCS%%%%DOCSDIR%%/rfc_documents.txt %%PORTDOCS%%%%DOCSDIR%%/themes.txt %%PORTDOCS%%%%DOCSDIR%%/translating.txt @@ -88,7 +89,6 @@ %%SQUIRRELDIR%%/data/default_pref %%SQUIRRELDIR%%/data/index.php %%SQUIRRELDIR%%/functions/abook_database.php -%%SQUIRRELDIR%%/functions/abook_global_file.php %%SQUIRRELDIR%%/functions/abook_ldap_server.php %%SQUIRRELDIR%%/functions/abook_local_file.php %%SQUIRRELDIR%%/functions/addressbook.php @@ -97,14 +97,6 @@ %%SQUIRRELDIR%%/functions/constants.php %%SQUIRRELDIR%%/functions/date.php %%SQUIRRELDIR%%/functions/db_prefs.php -%%SQUIRRELDIR%%/functions/decode/big5.php -%%SQUIRRELDIR%%/functions/decode/cp10000.php -%%SQUIRRELDIR%%/functions/decode/cp10006.php -%%SQUIRRELDIR%%/functions/decode/cp10007.php -%%SQUIRRELDIR%%/functions/decode/cp10017.php -%%SQUIRRELDIR%%/functions/decode/cp10029.php -%%SQUIRRELDIR%%/functions/decode/cp10079.php -%%SQUIRRELDIR%%/functions/decode/cp10081.php %%SQUIRRELDIR%%/functions/decode/cp1250.php %%SQUIRRELDIR%%/functions/decode/cp1251.php %%SQUIRRELDIR%%/functions/decode/cp1252.php @@ -116,28 +108,42 @@ %%SQUIRRELDIR%%/functions/decode/cp1258.php %%SQUIRRELDIR%%/functions/decode/cp855.php %%SQUIRRELDIR%%/functions/decode/cp866.php -%%SQUIRRELDIR%%/functions/decode/gb2312.php -%%SQUIRRELDIR%%/functions/decode/iso-ir-111.php -%%SQUIRRELDIR%%/functions/decode/iso8859-1.php -%%SQUIRRELDIR%%/functions/decode/iso8859-10.php -%%SQUIRRELDIR%%/functions/decode/iso8859-11.php -%%SQUIRRELDIR%%/functions/decode/iso8859-13.php -%%SQUIRRELDIR%%/functions/decode/iso8859-14.php -%%SQUIRRELDIR%%/functions/decode/iso8859-15.php -%%SQUIRRELDIR%%/functions/decode/iso8859-16.php -%%SQUIRRELDIR%%/functions/decode/iso8859-2.php -%%SQUIRRELDIR%%/functions/decode/iso8859-3.php -%%SQUIRRELDIR%%/functions/decode/iso8859-4.php -%%SQUIRRELDIR%%/functions/decode/iso8859-5.php -%%SQUIRRELDIR%%/functions/decode/iso8859-6.php -%%SQUIRRELDIR%%/functions/decode/iso8859-7.php -%%SQUIRRELDIR%%/functions/decode/iso8859-8.php -%%SQUIRRELDIR%%/functions/decode/iso8859-9.php -%%SQUIRRELDIR%%/functions/decode/koi8-r.php -%%SQUIRRELDIR%%/functions/decode/koi8-u.php -%%SQUIRRELDIR%%/functions/decode/tis620.php -%%SQUIRRELDIR%%/functions/decode/utf-8.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_1.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_10.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_11.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_13.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_14.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_15.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_16.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_2.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_3.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_4.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_5.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_6.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_7.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_8.php +%%SQUIRRELDIR%%/functions/decode/iso_8859_9.php +%%SQUIRRELDIR%%/functions/decode/iso_ir_111.php +%%SQUIRRELDIR%%/functions/decode/koi8_r.php +%%SQUIRRELDIR%%/functions/decode/koi8_u.php +%%SQUIRRELDIR%%/functions/decode/ns_4551_1.php +%%SQUIRRELDIR%%/functions/decode/tis_620.php +%%SQUIRRELDIR%%/functions/decode/us_ascii.php +%%SQUIRRELDIR%%/functions/decode/utf_8.php %%SQUIRRELDIR%%/functions/display_messages.php +%%SQUIRRELDIR%%/functions/encode/cp1251.php +%%SQUIRRELDIR%%/functions/encode/cp1255.php +%%SQUIRRELDIR%%/functions/encode/cp1256.php +%%SQUIRRELDIR%%/functions/encode/iso_8859_1.php +%%SQUIRRELDIR%%/functions/encode/iso_8859_15.php +%%SQUIRRELDIR%%/functions/encode/iso_8859_2.php +%%SQUIRRELDIR%%/functions/encode/iso_8859_7.php +%%SQUIRRELDIR%%/functions/encode/iso_8859_9.php +%%SQUIRRELDIR%%/functions/encode/koi8_r.php +%%SQUIRRELDIR%%/functions/encode/koi8_u.php +%%SQUIRRELDIR%%/functions/encode/tis_620.php +%%SQUIRRELDIR%%/functions/encode/us_ascii.php +%%SQUIRRELDIR%%/functions/encode/utf_8.php %%SQUIRRELDIR%%/functions/file_prefs.php %%SQUIRRELDIR%%/functions/forms.php %%SQUIRRELDIR%%/functions/gettext.php @@ -188,6 +194,15 @@ %%SQUIRRELDIR%%/help/cs_CZ/options.hlp %%SQUIRRELDIR%%/help/cs_CZ/read_mail.hlp %%SQUIRRELDIR%%/help/cs_CZ/search.hlp +%%SQUIRRELDIR%%/help/cy_GB/FAQ.hlp +%%SQUIRRELDIR%%/help/cy_GB/addresses.hlp +%%SQUIRRELDIR%%/help/cy_GB/basic.hlp +%%SQUIRRELDIR%%/help/cy_GB/compose.hlp +%%SQUIRRELDIR%%/help/cy_GB/folders.hlp +%%SQUIRRELDIR%%/help/cy_GB/main_folder.hlp +%%SQUIRRELDIR%%/help/cy_GB/options.hlp +%%SQUIRRELDIR%%/help/cy_GB/read_mail.hlp +%%SQUIRRELDIR%%/help/cy_GB/search.hlp %%SQUIRRELDIR%%/help/da_DK/FAQ.hlp %%SQUIRRELDIR%%/help/da_DK/addresses.hlp %%SQUIRRELDIR%%/help/da_DK/basic.hlp @@ -342,6 +357,15 @@ %%SQUIRRELDIR%%/help/ru_RU/options.hlp %%SQUIRRELDIR%%/help/ru_RU/read_mail.hlp %%SQUIRRELDIR%%/help/ru_RU/search.hlp +%%SQUIRRELDIR%%/help/sk_SK/FAQ.hlp +%%SQUIRRELDIR%%/help/sk_SK/addresses.hlp +%%SQUIRRELDIR%%/help/sk_SK/basic.hlp +%%SQUIRRELDIR%%/help/sk_SK/compose.hlp +%%SQUIRRELDIR%%/help/sk_SK/folders.hlp +%%SQUIRRELDIR%%/help/sk_SK/main_folder.hlp +%%SQUIRRELDIR%%/help/sk_SK/options.hlp +%%SQUIRRELDIR%%/help/sk_SK/read_mail.hlp +%%SQUIRRELDIR%%/help/sk_SK/search.hlp %%SQUIRRELDIR%%/help/sl_SI/FAQ.hlp %%SQUIRRELDIR%%/help/sl_SI/addresses.hlp %%SQUIRRELDIR%%/help/sl_SI/basic.hlp @@ -369,15 +393,6 @@ %%SQUIRRELDIR%%/help/sv_SE/options.hlp %%SQUIRRELDIR%%/help/sv_SE/read_mail.hlp %%SQUIRRELDIR%%/help/sv_SE/search.hlp -%%SQUIRRELDIR%%/help/th_TH/FAQ.hlp -%%SQUIRRELDIR%%/help/th_TH/addresses.hlp -%%SQUIRRELDIR%%/help/th_TH/basic.hlp -%%SQUIRRELDIR%%/help/th_TH/compose.hlp -%%SQUIRRELDIR%%/help/th_TH/folders.hlp -%%SQUIRRELDIR%%/help/th_TH/main_folder.hlp -%%SQUIRRELDIR%%/help/th_TH/options.hlp -%%SQUIRRELDIR%%/help/th_TH/read_mail.hlp -%%SQUIRRELDIR%%/help/th_TH/search.hlp %%SQUIRRELDIR%%/help/zh_CN/FAQ.hlp %%SQUIRRELDIR%%/help/zh_CN/addresses.hlp %%SQUIRRELDIR%%/help/zh_CN/basic.hlp @@ -387,24 +402,6 @@ %%SQUIRRELDIR%%/help/zh_CN/options.hlp %%SQUIRRELDIR%%/help/zh_CN/read_mail.hlp %%SQUIRRELDIR%%/help/zh_CN/search.hlp -%%SQUIRRELDIR%%/help/cy_GB/FAQ.hlp -%%SQUIRRELDIR%%/help/cy_GB/addresses.hlp -%%SQUIRRELDIR%%/help/cy_GB/basic.hlp -%%SQUIRRELDIR%%/help/cy_GB/compose.hlp -%%SQUIRRELDIR%%/help/cy_GB/folders.hlp -%%SQUIRRELDIR%%/help/cy_GB/main_folder.hlp -%%SQUIRRELDIR%%/help/cy_GB/options.hlp -%%SQUIRRELDIR%%/help/cy_GB/read_mail.hlp -%%SQUIRRELDIR%%/help/cy_GB/search.hlp -%%SQUIRRELDIR%%/help/sk_SK/FAQ.hlp -%%SQUIRRELDIR%%/help/sk_SK/addresses.hlp -%%SQUIRRELDIR%%/help/sk_SK/basic.hlp -%%SQUIRRELDIR%%/help/sk_SK/compose.hlp -%%SQUIRRELDIR%%/help/sk_SK/folders.hlp -%%SQUIRRELDIR%%/help/sk_SK/main_folder.hlp -%%SQUIRRELDIR%%/help/sk_SK/options.hlp -%%SQUIRRELDIR%%/help/sk_SK/read_mail.hlp -%%SQUIRRELDIR%%/help/sk_SK/search.hlp %%SQUIRRELDIR%%/images/down_pointer.png %%SQUIRRELDIR%%/images/index.php %%SQUIRRELDIR%%/images/draft.png @@ -414,12 +411,14 @@ %%SQUIRRELDIR%%/images/plus.png %%SQUIRRELDIR%%/images/senti.png %%SQUIRRELDIR%%/images/delitem.png +%%SQUIRRELDIR%%/images/sec_remove_bn_IN.png %%SQUIRRELDIR%%/images/sec_remove_da_DK.png %%SQUIRRELDIR%%/images/sec_remove_de_DE.png %%SQUIRRELDIR%%/images/sec_remove_el_GR.png %%SQUIRRELDIR%%/images/sec_remove_eng.png %%SQUIRRELDIR%%/images/sec_remove_es_ES.png %%SQUIRRELDIR%%/images/sec_remove_fr_FR.png +%%SQUIRRELDIR%%/images/sec_remove_fo_FO.png %%SQUIRRELDIR%%/images/sec_remove_hr_HR.png %%SQUIRRELDIR%%/images/sec_remove_hu_HU.png %%SQUIRRELDIR%%/images/sec_remove_id_ID.png @@ -433,9 +432,11 @@ %%SQUIRRELDIR%%/images/sec_remove_pt_PT.png %%SQUIRRELDIR%%/images/sec_remove_ru_RU.png %%SQUIRRELDIR%%/images/sec_remove_sl_SI.png +%%SQUIRRELDIR%%/images/sec_remove_sk_SK.png %%SQUIRRELDIR%%/images/sec_remove_sv_SE.png %%SQUIRRELDIR%%/images/sec_remove_tr_TR.png %%SQUIRRELDIR%%/images/sec_remove_sr_YU.png +%%SQUIRRELDIR%%/images/sec_remove_ug.png %%SQUIRRELDIR%%/images/sm_logo.png %%SQUIRRELDIR%%/images/sort_none.png %%SQUIRRELDIR%%/images/up_pointer.png @@ -447,6 +448,9 @@ %%SQUIRRELDIR%%/include/options/personal.php %%SQUIRRELDIR%%/include/validate.php %%SQUIRRELDIR%%/index.php +%%SQUIRRELDIR%%/locale/README.locales +%%SQUIRRELDIR%%/locale/ar/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/ar/LC_MESSAGES/address_add.po %%SQUIRRELDIR%%/locale/ar/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/ar/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/bg_BG/LC_MESSAGES/squirrelmail.mo @@ -455,6 +459,8 @@ %%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/squirrelmail.po +%%SQUIRRELDIR%%/locale/cy_GB/LC_MESSAGES/squirrelmail.mo +%%SQUIRRELDIR%%/locale/cy_GB/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/squirrelmail.mo @@ -469,6 +475,8 @@ %%SQUIRRELDIR%%/locale/et_EE/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES/squirrelmail.po +%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/squirrelmail.mo +%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/he_IL/LC_MESSAGES/squirrelmail.mo @@ -490,6 +498,8 @@ %%SQUIRRELDIR%%/locale/ko_KR/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/squirrelmail.po +%%SQUIRRELDIR%%/locale/ms_MY/LC_MESSAGES/squirrelmail.mo +%%SQUIRRELDIR%%/locale/ms_MY/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/squirrelmail.mo @@ -514,25 +524,834 @@ %%SQUIRRELDIR%%/locale/sr_YU/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/squirrelmail.po -%%SQUIRRELDIR%%/locale/th_TH/LC_MESSAGES/squirrelmail.mo -%%SQUIRRELDIR%%/locale/th_TH/LC_MESSAGES/squirrelmail.po -%%SQUIRRELDIR%%/locale/cy_GB/LC_MESSAGES/squirrelmail.po -%%SQUIRRELDIR%%/locale/cy_GB/LC_MESSAGES/squirrelmail.mo -%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/squirrelmail.po -%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/squirrelmail.mo -%%SQUIRRELDIR%%/locale/ms_MY/LC_MESSAGES/squirrelmail.po -%%SQUIRRELDIR%%/locale/ms_MY/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/timezones.cfg %%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/squirrelmail.po -%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/squirrelmail.mo -%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/squirrelmail.po -%%SQUIRRELDIR%%/locale/vi_VN/LC_MESSAGES/squirrelmail.mo -%%SQUIRRELDIR%%/locale/vi_VN/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/zh_TW/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/zh_TW/LC_MESSAGES/squirrelmail.po +%%SQUIRRELDIR%%/locale/bg_BG/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/bg_BG/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/bg_BG/LC_MESSAGES/change_pass.mo +%%SQUIRRELDIR%%/locale/bg_BG/LC_MESSAGES/change_pass.po +%%SQUIRRELDIR%%/locale/bn_IN/LC_MESSAGES/squirrelmail.mo +%%SQUIRRELDIR%%/locale/bn_IN/LC_MESSAGES/squirrelmail.po +%%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES/disk_quota.mo +%%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES/disk_quota.po +%%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/abook_group.mo +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/abook_group.po +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/bounce.mo +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/bounce.po +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/change_ldappass.mo +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/change_ldappass.po +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/quota_usage.mo +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/quota_usage.po +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/useracl.mo +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/useracl.po +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/yelp.mo +%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/yelp.po +%%SQUIRRELDIR%%/locale/cy_GB/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/cy_GB/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/ldap_abook.mo +%%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/ldap_abook.po +%%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/twc_weather.mo +%%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/twc_weather.po +%%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/abook_group.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/abook_group.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/admin_add.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/admin_add.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/archive_mail.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/archive_mail.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/askuserinfo.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/askuserinfo.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/auto_cc.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/auto_cc.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/autocomplete.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/autocomplete.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/change_ldappass.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/change_ldappass.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/change_merakpass.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/change_merakpass.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/change_mysqlpass.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/change_mysqlpass.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/change_pass.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/change_pass.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/change_passwd.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/change_passwd.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/chg_sasl_passwd.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/chg_sasl_passwd.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/custom_from.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/custom_from.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/empty_folders.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/empty_folders.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/file_manager.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/file_manager.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/folder_sizes.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/folder_sizes.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/gpg.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/gpg.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/gzip.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/gzip.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/image_buttons.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/image_buttons.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/japanese_input.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/japanese_input.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/junkfolder.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/junkfolder.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/ldapquery.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/ldapquery.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/left_css.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/left_css.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/login_alias.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/login_alias.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/mark_read.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/mark_read.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/naguser.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/naguser.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/online_users.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/online_users.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/restrict_senders.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/restrict_senders.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/rewrap.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/rewrap.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/select_range.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/select_range.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/show_headers.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/show_headers.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/show_user_and_ip.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/show_user_and_ip.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/startup_folder.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/startup_folder.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/taglines.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/taglines.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/templates.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/templates.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/timeout_user.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/timeout_user.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/twc_weather.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/twc_weather.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/useracl.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/useracl.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/username.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/username.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/vpopmail.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/vpopmail.po +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/change_ldappass.mo +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/change_ldappass.po +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/gzip.mo +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/gzip.po +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/junkfolder.mo +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/junkfolder.po +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/ldapquery.mo +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/ldapquery.po +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/useracl.mo +%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/useracl.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/abook_group.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/abook_group.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/askuserinfo.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/askuserinfo.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/change_ldappass.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/change_ldappass.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/change_merakpass.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/change_merakpass.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/change_mysqlpass.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/change_mysqlpass.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/change_pass.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/change_pass.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/chg_sasl_passwd.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/contactclean.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/contactclean.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/disk_quota.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/disk_quota.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/file_manager.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/online_users.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/online_users.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/select_range.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/select_range.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/show_user_and_ip.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/smallcal.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/smallcal.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/twc_weather.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/twc_weather.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/unsafe_image_rules.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/unsafe_image_rules.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/username.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/vacation.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/vpopmail.mo +%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/vpopmail.po +%%SQUIRRELDIR%%/locale/et_EE/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/et_EE/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/eu_ES/LC_MESSAGES/squirrelmail.mo +%%SQUIRRELDIR%%/locale/eu_ES/LC_MESSAGES/squirrelmail.po +%%SQUIRRELDIR%%/locale/fa_IR/LC_MESSAGES/squirrelmail.mo +%%SQUIRRELDIR%%/locale/fa_IR/LC_MESSAGES/squirrelmail.po +%%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/abook_group.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/abook_group.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/archive_mail.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/archive_mail.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/change_ldappass.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/change_ldappass.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/change_pass.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/change_pass.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/chg_sasl_passwd.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/chg_sasl_passwd.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/disk_quota.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/disk_quota.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/empty_folders.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/empty_folders.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/enews.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/enews.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/file_manager.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/file_manager.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/gpg.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/gpg.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/mark_read.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/mark_read.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/online_users.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/online_users.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/show_user_and_ip.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/show_user_and_ip.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/yelp.mo +%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/yelp.po +%%SQUIRRELDIR%%/locale/he_IL/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/he_IL/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/he_IL/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/he_IL/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/hr_HR/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/hr_HR/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/hu_HU/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/hu_HU/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/hu_HU/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/hu_HU/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/abook_group.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/abook_group.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/admin_add.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/admin_add.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/askuserinfo.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/askuserinfo.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/auto_cc.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/auto_cc.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/autocomplete.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/autocomplete.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/change_pass.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/change_pass.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/change_passwd.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/change_passwd.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/compatibility.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/compatibility.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/custom_from.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/custom_from.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/folder_sizes.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/folder_sizes.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/gzip.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/gzip.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/online_users.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/online_users.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/quota_usage.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/quota_usage.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/select_range.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/select_range.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/timeout_user.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/timeout_user.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES/chg_sasl_passwd.mo +%%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES/chg_sasl_passwd.po +%%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES/select_range.mo +%%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES/select_range.po +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/amavisnewsql.mo +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/amavisnewsql.po +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/gpg.mo +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/gpg.po +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/chg_sasl_passwd.mo +%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/chg_sasl_passwd.po +%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/select_range.mo +%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/select_range.po +%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/ko_KR/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/ko_KR/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/abook_group.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/abook_group.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/admin_add.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/admin_add.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/amavisnewsql.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/amavisnewsql.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/archive_mail.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/archive_mail.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/askuserinfo.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/askuserinfo.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/auto_cc.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/auto_cc.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/autocomplete.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/autocomplete.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/block_attach.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/block_attach.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/block_sender.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/block_sender.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/bounce.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/bounce.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/change_ldappass.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/change_ldappass.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/change_merakpass.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/change_merakpass.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/change_mysqlpass.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/change_mysqlpass.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/change_pass.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/change_pass.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/change_passwd.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/change_passwd.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/chg_sasl_passwd.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/chg_sasl_passwd.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/compatibility.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/compatibility.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/contactclean.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/contactclean.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/courier_vacation.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/courier_vacation.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/custom_from.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/custom_from.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/disk_quota.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/disk_quota.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/empty_folders.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/empty_folders.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/enews.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/enews.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/extract.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/extract.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/file_manager.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/file_manager.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/folder_sizes.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/folder_sizes.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/got_hotmail.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/got_hotmail.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/gpg.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/gpg.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/gzip.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/gzip.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/image_buttons.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/image_buttons.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/japanese_input.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/japanese_input.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/junkfolder.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/junkfolder.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/ldap_abook.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/ldap_abook.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/ldapquery.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/ldapquery.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/left_css.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/left_css.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/login_alias.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/login_alias.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/mark_read.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/mark_read.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/naguser.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/naguser.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/online_users.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/online_users.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/preview_pane.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/preview_pane.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/quicksave.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/quicksave.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/quota_usage.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/quota_usage.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/restrict_senders.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/restrict_senders.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/rewrap.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/rewrap.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/sasql.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/sasql.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/select_range.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/select_range.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/sent_confirmation.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/sent_confirmation.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/serversidefilter.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/serversidefilter.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/show_headers.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/show_headers.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/show_user_and_ip.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/show_user_and_ip.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/smallcal.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/smallcal.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/smime.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/smime.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/startup_folder.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/startup_folder.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/taglines.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/taglines.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/templates.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/templates.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/timeout_user.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/timeout_user.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/tmda.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/tmda.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/tmdatools.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/tmdatools.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/twc_weather.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/twc_weather.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/unsafe_image_rules.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/unsafe_image_rules.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/user_special_mailboxes.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/user_special_mailboxes.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/useracl.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/useracl.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/username.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/username.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/vacation.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/vacation.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/vadmin.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/vadmin.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/virus_scan.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/virus_scan.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/vkeyboard.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/vkeyboard.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/vpopmail.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/vpopmail.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/windows.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/windows.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/yelp.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/yelp.po +%%SQUIRRELDIR%%/locale/ms_MY/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/ms_MY/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/abook_group.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/abook_group.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/admin_add.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/admin_add.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/archive_mail.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/archive_mail.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/askuserinfo.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/askuserinfo.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/auto_cc.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/auto_cc.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/block_attach.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/block_attach.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/block_sender.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/block_sender.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/change_merakpass.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/change_merakpass.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/change_pass.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/change_pass.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/gpg.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/gpg.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/quicksave.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/quicksave.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/quota_usage.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/quota_usage.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/sent_confirmation.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/sent_confirmation.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/twc_weather.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/twc_weather.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/windows.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/windows.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/abook_group.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/abook_group.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/admin_add.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/admin_add.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/amavisnewsql.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/amavisnewsql.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/archive_mail.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/archive_mail.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/askuserinfo.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/askuserinfo.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/auto_cc.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/auto_cc.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/autocomplete.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/autocomplete.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/block_attach.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/block_attach.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/block_sender.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/block_sender.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/bounce.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/bounce.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/change_ldappass.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/change_ldappass.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/change_merakpass.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/change_merakpass.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/change_mysqlpass.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/change_mysqlpass.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/change_pass.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/change_pass.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/change_passwd.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/change_passwd.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/chg_sasl_passwd.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/chg_sasl_passwd.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/compatibility.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/compatibility.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/contactclean.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/contactclean.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/courier_vacation.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/courier_vacation.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/custom_from.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/custom_from.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/disk_quota.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/disk_quota.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/empty_folders.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/empty_folders.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/extract.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/extract.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/file_manager.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/file_manager.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/folder_sizes.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/folder_sizes.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/got_hotmail.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/got_hotmail.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/gpg.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/gpg.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/image_buttons.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/image_buttons.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/ldap_abook.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/ldap_abook.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/ldapquery.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/ldapquery.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/left_css.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/left_css.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/login_alias.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/login_alias.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/mark_read.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/mark_read.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/naguser.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/naguser.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/online_users.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/online_users.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/preview_pane.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/preview_pane.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/quicksave.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/quicksave.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/quota_usage.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/quota_usage.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/restrict_senders.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/restrict_senders.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/sasql.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/sasql.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/select_range.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/select_range.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/sent_confirmation.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/sent_confirmation.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/serversidefilter.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/serversidefilter.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/show_headers.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/show_headers.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/show_user_and_ip.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/show_user_and_ip.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/smallcal.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/smallcal.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/smime.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/smime.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/windows.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/windows.po +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/change_ldappass.mo +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/change_ldappass.po +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/change_pass.mo +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/change_pass.po +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/file_manager.mo +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/file_manager.po +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/select_range.mo +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/select_range.po +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/abook_group.mo +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/abook_group.po +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/change_ldappass.mo +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/change_ldappass.po +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/change_pass.mo +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/change_pass.po +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/disk_quota.mo +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/disk_quota.po +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/gpg.mo +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/gpg.po +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/twc_weather.mo +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/twc_weather.po +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/unsafe_image_rules.mo +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/unsafe_image_rules.po +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/vkeyboard.mo +%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/vkeyboard.po +%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/askuserinfo.mo +%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/askuserinfo.po +%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/change_pass.mo +%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/change_pass.po +%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/ro_RO/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/ro_RO/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/ro_RO/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/ro_RO/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/abook_group.mo +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/abook_group.po +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/gpg.mo +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/gpg.po +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/sasql.mo +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/sasql.po +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/serversidefilter.mo +%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/serversidefilter.po +%%SQUIRRELDIR%%/locale/sk_SK/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/sk_SK/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/sl_SI/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/sl_SI/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/sr_YU/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/sr_YU/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/abook_group.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/abook_group.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/admin_add.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/admin_add.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/archive_mail.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/archive_mail.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/askuserinfo.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/askuserinfo.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/attachment_doc.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/attachment_doc.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/auto_cc.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/auto_cc.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/autocomplete.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/autocomplete.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/block_attach.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/block_attach.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/block_sender.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/block_sender.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/bounce.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/bounce.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/change_ldappass.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/change_ldappass.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/change_merakpass.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/change_merakpass.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/change_mysqlpass.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/change_mysqlpass.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/change_pass.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/change_pass.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/change_passwd.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/change_passwd.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/check_quota.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/check_quota.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/chg_sasl_passwd.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/chg_sasl_passwd.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/compatibility.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/compatibility.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/cookie_warning.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/cookie_warning.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/courier_vacation.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/courier_vacation.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/custom_from.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/custom_from.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/disk_quota.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/disk_quota.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/empty_folders.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/empty_folders.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/extract.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/extract.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/file_manager.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/file_manager.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/folder_sizes.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/folder_sizes.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/gzip.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/gzip.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/image_buttons.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/image_buttons.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/japanese_input.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/japanese_input.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/junkfolder.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/junkfolder.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/left_css.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/left_css.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/login_alias.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/login_alias.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/mark_read.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/mark_read.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/naguser.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/naguser.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/notes.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/notes.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/online_users.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/online_users.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/preview_pane.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/preview_pane.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/qmailadmin_login.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/qmailadmin_login.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/quicksave.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/quicksave.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/quota_usage.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/quota_usage.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/restrict_senders.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/restrict_senders.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/rewrap.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/rewrap.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/select_range.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/select_range.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/show_headers.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/show_headers.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/show_user_and_ip.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/show_user_and_ip.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/smallcal.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/smallcal.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/smime.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/smime.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/startup_folder.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/startup_folder.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/taglines.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/taglines.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/templates.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/templates.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/timeout_user.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/timeout_user.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/tmda.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/tmda.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/twc_weather.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/twc_weather.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/unsafe_image_rules.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/unsafe_image_rules.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/user_special_mailboxes.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/user_special_mailboxes.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/username.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/username.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/windows.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/windows.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/yelp.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/yelp.po +%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/disk_quota.mo +%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/disk_quota.po +%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/online_users.mo +%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/online_users.po +%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/show_user_and_ip.mo +%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/show_user_and_ip.po +%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/view_as_html.mo +%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/view_as_html.po +%%SQUIRRELDIR%%/locale/ug/LC_MESSAGES/squirrelmail.mo +%%SQUIRRELDIR%%/locale/ug/LC_MESSAGES/squirrelmail.po +%%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/avelsieve.mo +%%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/avelsieve.po +%%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/select_range.mo +%%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/select_range.po +%%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/twc_weather.mo +%%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/twc_weather.po +%%SQUIRRELDIR%%/locale/zh_TW/LC_MESSAGES/address_add.mo +%%SQUIRRELDIR%%/locale/zh_TW/LC_MESSAGES/address_add.po +%%SQUIRRELDIR%%/locale/zh_TW/LC_MESSAGES/select_range.mo +%%SQUIRRELDIR%%/locale/zh_TW/LC_MESSAGES/select_range.po %%SQUIRRELDIR%%/plugins/abook_take/setup.php %%SQUIRRELDIR%%/plugins/abook_take/take.php %%SQUIRRELDIR%%/plugins/administrator/auth.php @@ -566,6 +1385,7 @@ %%SQUIRRELDIR%%/plugins/fortune/setup.php %%SQUIRRELDIR%%/plugins/index.php %%SQUIRRELDIR%%/plugins/info/functions.php +%%SQUIRRELDIR%%/plugins/info/index.php %%SQUIRRELDIR%%/plugins/info/options.php %%SQUIRRELDIR%%/plugins/info/setup.php %%SQUIRRELDIR%%/plugins/listcommands/index.php @@ -638,6 +1458,7 @@ %%SQUIRRELDIR%%/src/addrbook_search_html.php %%SQUIRRELDIR%%/src/addressbook.php %%SQUIRRELDIR%%/src/compose.php +%%SQUIRRELDIR%%/src/configtest.php %%SQUIRRELDIR%%/src/delete_message.php %%SQUIRRELDIR%%/src/download.php %%SQUIRRELDIR%%/src/empty_trash.php @@ -705,6 +1526,7 @@ %%SQUIRRELDIR%%/themes/midnight.php %%SQUIRRELDIR%%/themes/minimal_bw.php %%SQUIRRELDIR%%/themes/monostochastic.php +%%SQUIRRELDIR%%/themes/netstyle_theme.php %%SQUIRRELDIR%%/themes/penguin.php %%SQUIRRELDIR%%/themes/plain_blue_theme.php %%SQUIRRELDIR%%/themes/purple_theme.php @@ -770,14 +1592,8 @@ @dirrm %%SQUIRRELDIR%%/locale/zh_TW @dirrm %%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES @dirrm %%SQUIRRELDIR%%/locale/zh_CN -@dirrm %%SQUIRRELDIR%%/locale/vi_VN/LC_MESSAGES -@dirrm %%SQUIRRELDIR%%/locale/vi_VN -@dirrm %%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES -@dirrm %%SQUIRRELDIR%%/locale/uk_UA @dirrm %%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES @dirrm %%SQUIRRELDIR%%/locale/tr_TR -@dirrm %%SQUIRRELDIR%%/locale/th_TH/LC_MESSAGES -@dirrm %%SQUIRRELDIR%%/locale/th_TH @dirrm %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES @dirrm %%SQUIRRELDIR%%/locale/sv_SE @dirrm %%SQUIRRELDIR%%/locale/sr_YU/LC_MESSAGES @@ -850,14 +1666,23 @@ @dirrm %%SQUIRRELDIR%%/locale/ms_MY @dirrm %%SQUIRRELDIR%%/locale/ar/LC_MESSAGES @dirrm %%SQUIRRELDIR%%/locale/ar +@dirrm %%SQUIRRELDIR%%/locale/ug/LC_MESSAGES +@dirrm %%SQUIRRELDIR%%/locale/ug +@dirrm %%SQUIRRELDIR%%/locale/fa_IR/LC_MESSAGES +@dirrm %%SQUIRRELDIR%%/locale/fa_IR +@dirrm %%SQUIRRELDIR%%/locale/eu_ES/LC_MESSAGES +@dirrm %%SQUIRRELDIR%%/locale/eu_ES +@dirrm %%SQUIRRELDIR%%/locale/bn_IN/LC_MESSAGES +@dirrm %%SQUIRRELDIR%%/locale/bn_IN @dirrm %%SQUIRRELDIR%%/locale @dirrm %%SQUIRRELDIR%%/include/options @dirrm %%SQUIRRELDIR%%/include @dirrm %%SQUIRRELDIR%%/images -@dirrm %%SQUIRRELDIR%%/help/th_TH +@dirrm %%SQUIRRELDIR%%/help/zh_CN @dirrm %%SQUIRRELDIR%%/help/sv_SE @dirrm %%SQUIRRELDIR%%/help/sr_YU @dirrm %%SQUIRRELDIR%%/help/sl_SI +@dirrm %%SQUIRRELDIR%%/help/sk_SK @dirrm %%SQUIRRELDIR%%/help/ru_RU @dirrm %%SQUIRRELDIR%%/help/pt_PT @dirrm %%SQUIRRELDIR%%/help/pt_BR @@ -875,13 +1700,12 @@ @dirrm %%SQUIRRELDIR%%/help/en_GB @dirrm %%SQUIRRELDIR%%/help/de_DE @dirrm %%SQUIRRELDIR%%/help/da_DK +@dirrm %%SQUIRRELDIR%%/help/cy_GB @dirrm %%SQUIRRELDIR%%/help/cs_CZ @dirrm %%SQUIRRELDIR%%/help/ca_ES @dirrm %%SQUIRRELDIR%%/help/bg_BG -@dirrm %%SQUIRRELDIR%%/help/zh_CN -@dirrm %%SQUIRRELDIR%%/help/cy_GB -@dirrm %%SQUIRRELDIR%%/help/sk_SK @dirrm %%SQUIRRELDIR%%/help +@dirrm %%SQUIRRELDIR%%/functions/encode @dirrm %%SQUIRRELDIR%%/functions/decode @dirrm %%SQUIRRELDIR%%/functions @dirrm %%SQUIRRELDIR%%/data >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 11:48:04 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2A0016A4CE; Mon, 31 Jan 2005 11:48:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD2143D48; Mon, 31 Jan 2005 11:48:04 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VBm4Fs059801; Mon, 31 Jan 2005 11:48:04 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VBm4pA059797; Mon, 31 Jan 2005 11:48:04 GMT (envelope-from sem) Date: Mon, 31 Jan 2005 11:48:04 GMT From: Sergey Matveychuk Message-Id: <200501311148.j0VBm4pA059797@freefall.freebsd.org> To: reso3w83@verizon.net, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76872: [MAINTAINER] sysutils/portmanager update to 0.2.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, 31 Jan 2005 11:48:05 -0000 Synopsis: [MAINTAINER] sysutils/portmanager update to 0.2.5 State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Mon Jan 31 11:47:14 GMT 2005 State-Changed-Why: Committed, thanks! Please, be careful with extrafiles in a patch (Makefile.rej). http://www.freebsd.org/cgi/query-pr.cgi?pr=76872 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 11:53:26 2005 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 5BEC416A4CE; Mon, 31 Jan 2005 11:53:26 +0000 (GMT) Received: from terra.inf.ufsc.br (terra.inf.ufsc.br [150.162.60.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0359B43D45; Mon, 31 Jan 2005 11:53:26 +0000 (GMT) (envelope-from antonio@php.net) Received: from localhost (ns2.inf.ufsc.br [150.162.60.11]) (INE/CTC/UFSC)) with ESMTP id 7989766D5; Mon, 31 Jan 2005 09:53:22 -0200 (BRDT) Received: from netuno.inf.ufsc.br ([127.0.0.1]) by localhost (netuno [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09855-09; Mon, 31 Jan 2005 09:53:22 -0200 (BRDT) Received: from [10.1.1.191] (unknown [200.193.29.198]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested)(INE/CTC/UFSC)) with ESMTP id 5680A6F99F; Mon, 31 Jan 2005 09:53:20 -0200 (BRDT) Message-ID: <41FE1C25.2030201@php.net> Date: Mon, 31 Jan 2005 09:53:09 -0200 From: =?ISO-8859-1?Q?Ant=F4nio_Carlos_Ven=E2ncio_J=FAnior?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pav Lucistnik References: <200501292304.j0TN4TxC029443@freefall.freebsd.org> In-Reply-To: <200501292304.j0TN4TxC029443@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at inf.ufsc.br cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76795: Update port: sysutils/pear-I18Nv2 to 0.11.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: antonio@php.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 11:53:26 -0000 Pav, I have tested it here twice without problems. Pav Lucistnik wrote: > Synopsis: Update port: sysutils/pear-I18Nv2 to 0.11.0 > > State-Changed-From-To: open->feedback > State-Changed-By: pav > State-Changed-When: Sat Jan 29 23:03:56 GMT 2005 > State-Changed-Why: > Does not work: > > ===> Installing tests in /usr/local/share/pear/tests/I18Nv2. > install: /tmp/a/ports/sysutils/pear-I18Nv2/work/I18Nv2-0.11.0/tests/I18Nv2_Locale-PHPUnit_Testcase.php: No such file or directory > *** Error code 71 > > > Responsible-Changed-From-To: freebsd-ports-bugs->pav > Responsible-Changed-By: pav > Responsible-Changed-When: Sat Jan 29 23:03:56 GMT 2005 > Responsible-Changed-Why: > Watch > > http://www.freebsd.org/cgi/query-pr.cgi?pr=76795 > -- Ate' Antonio echo antonio php net | sed 's/ /@/;s/ /./g' FreeBSD/OpenBSD | PHP/MySQL | PGP Key ID 0x5BBEB073 "Can't buy what I want because its FREE!" - Pearl Jam From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 12:00:41 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B06416A4D2 for ; Mon, 31 Jan 2005 12:00:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E175543D41 for ; Mon, 31 Jan 2005 12:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VC0eMJ060192 for ; Mon, 31 Jan 2005 12:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VC0eds060191; Mon, 31 Jan 2005 12:00:40 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 12:00:40 GMT Resent-Message-Id: <200501311200.j0VC0eds060191@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB3B616A4CF for ; Mon, 31 Jan 2005 11:53:59 +0000 (GMT) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3B343D49 for ; Mon, 31 Jan 2005 11:53:58 +0000 (GMT) (envelope-from root@srv1.galle.com.br) Received: (qmail 24922 invoked by uid 0); 31 Jan 2005 11:53:56 -0000 Message-Id: <20050131115356.24921.qmail@srv1.galle.com.br> Date: 31 Jan 2005 11:53:56 -0000 From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: freebsd@simplerezo.com Subject: ports/76888: [PATCH] mail/qmail-scanner: update to 1.25, fix spamc test with sockets X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 12:00:41 -0000 >Number: 76888 >Category: ports >Synopsis: [PATCH] mail/qmail-scanner: update to 1.25, fix spamc test with sockets >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 Jan 31 12:00:39 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: Galle Folheados >Environment: System: FreeBSD srv1.galle.com.br 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #6: Mon Jan 17 09:05:47 BRDT 2005 >Description: - Update to 1.25 - Fix a bug when you run spamd/spamc using sockets and `ps -aux` can´t find socket path Port maintainer (freebsd@simplerezo.com) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- qmail-scanner-1.25.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/qmail-scanner.orig/Makefile /usr/ports/mail/qmail-scanner/Makefile --- /usr/ports/mail/qmail-scanner.orig/Makefile Fri Oct 22 09:42:44 2004 +++ /usr/ports/mail/qmail-scanner/Makefile Mon Jan 31 09:14:41 2005 @@ -6,7 +6,7 @@ # PORTNAME= qmail-scanner -PORTVERSION= 1.24 +PORTVERSION= 1.25 CATEGORIES= mail security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN --exclude=CVS /usr/ports/mail/qmail-scanner.orig/distinfo /usr/ports/mail/qmail-scanner/distinfo --- /usr/ports/mail/qmail-scanner.orig/distinfo Fri Oct 22 09:23:59 2004 +++ /usr/ports/mail/qmail-scanner/distinfo Mon Jan 31 08:55:15 2005 @@ -1,2 +1,2 @@ -MD5 (qmail-scanner-1.24.tgz) = 0281b721b059e09c8470982d26e4ccb0 -SIZE (qmail-scanner-1.24.tgz) = 197398 +MD5 (qmail-scanner-1.25.tgz) = 0117c425efb75208682fabcba4e1dd24 +SIZE (qmail-scanner-1.25.tgz) = 221156 diff -ruN --exclude=CVS /usr/ports/mail/qmail-scanner.orig/files/patch-configure /usr/ports/mail/qmail-scanner/files/patch-configure --- /usr/ports/mail/qmail-scanner.orig/files/patch-configure Fri Oct 22 08:45:25 2004 +++ /usr/ports/mail/qmail-scanner/files/patch-configure Mon Jan 31 09:07:54 2005 @@ -1,5 +1,5 @@ ---- configure.orig Tue Oct 19 02:26:55 2004 -+++ configure Fri Oct 22 01:36:34 2004 +--- ./configure.orig Mon Oct 18 21:26:55 2004 ++++ ./configure Mon Jan 31 09:07:22 2005 @@ -1,13 +1,6 @@ #!/bin/sh # @@ -78,6 +78,15 @@ --scanners Defaults to "auto" - will use whatever scanners are found on system. +@@ -910,7 +922,7 @@ + #Test to see if spamc is calling Unix sockets instead of TCP + SPAMD_SOCKET=`ps -ef 2>/dev/null|egrep 'spamd.*socket'|grep -v grep|sed -e 's/^.*socketpath=//'|awk '{print $1}'` + if [ "$SPAMD_SOCKET" = "" ]; then +- SPAMD_SOCKET=`ps aux 2>/dev/null|egrep 'spamd.*socket'|grep -v grep|sed -e 's/^.*socketpath=//'|awk '{print $1}'` ++ SPAMD_SOCKET=`ps auxwww 2>/dev/null|egrep 'spamd.*socket'|grep -v grep|sed -e 's/^.*socketpath=//'|awk '{print $1}'` + fi + if [ "$SPAMD_SOCKET" != "" -a -S "$SPAMD_SOCKET" ]; then + SPAMC_BINARY="$SPAMC_BINARY -U $SPAMD_SOCKET" @@ -1005,9 +1017,14 @@ MAILDOMAIN=${MAILDOMAIN:-$FQDN} --- qmail-scanner-1.25.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 12:00:41 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D80416A4E0 for ; Mon, 31 Jan 2005 12:00:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4572D43D55 for ; Mon, 31 Jan 2005 12:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VC0fMd060205 for ; Mon, 31 Jan 2005 12:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VC0fWZ060204; Mon, 31 Jan 2005 12:00:41 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 12:00:41 GMT Resent-Message-Id: <200501311200.j0VC0fWZ060204@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas-Martin Seck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0C2216A4CE for ; Mon, 31 Jan 2005 11:58:52 +0000 (GMT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2C443D31 for ; Mon, 31 Jan 2005 11:58:52 +0000 (GMT) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-81-173-173-177.netcologne.de [81.173.173.177]) by smtp1.netcologne.de (Postfix) with SMTP id 9EEB038DB5 for ; Mon, 31 Jan 2005 12:58:49 +0100 (MET) Received: (qmail 12254 invoked by uid 1001); 31 Jan 2005 11:59:06 -0000 Message-Id: <20050131115906.12253.qmail@laurel.tmseck.homedns.org> Date: 31 Jan 2005 11:59:06 -0000 From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76889: [Maintainer] www/squid: chase updated patch, unbreak fetching X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 12:00:41 -0000 >Number: 76889 >Category: ports >Synopsis: [Maintainer] www/squid: chase updated patch, unbreak fetching >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jan 31 12:00:40 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 4.11-STABLE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of Jan 31, 2005. >Description: The response_splitting patch has been updated to correct a problem with cache digests. Update distinfo accordingly. >How-To-Repeat: cd /usr/ports/www/squid && make fetch >Fix: Apply this patch: Index: distinfo =================================================================== --- distinfo (.../www/squid) (revision 376) +++ distinfo (.../local/squid) (revision 376) @@ -42,7 +42,7 @@ SIZE (squid2.5/squid-2.5.STABLE7-ftp_datachannel.patch) = 4825 MD5 (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 3cbed4fe923641bff5f23e69c444d63e SIZE (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 704 -MD5 (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = ff3d8ae3e933817c91e745beba76b5fc -SIZE (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = 9782 +MD5 (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = 9eb8049cd5dff0c8838e9e6b8b0fbe64 +SIZE (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = 10427 MD5 (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 01b1a4a23f170723d7e2bc3846e12c73 SIZE (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 505 Index: Makefile =================================================================== --- Makefile (.../www/squid) (revision 376) +++ Makefile (.../local/squid) (revision 376) @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.7 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 12:42:53 2005 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 6B76C16A4CE for ; Mon, 31 Jan 2005 12:42:53 +0000 (GMT) Received: from e0-a11.b1.lan.prg.vol.cz (e0-a11.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id B223F43D31 for ; Mon, 31 Jan 2005 12:42:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1])j0VCgpxA018137; Mon, 31 Jan 2005 13:42:51 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.1/8.13.1/Submit) id j0VCgoUX018136; Mon, 31 Jan 2005 13:42:50 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: antonio@php.net In-Reply-To: <41FE1C25.2030201@php.net> References: <200501292304.j0TN4TxC029443@freefall.freebsd.org> <41FE1C25.2030201@php.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-yfn9MZACqn80aiBgn9Br" Date: Mon, 31 Jan 2005 13:42:50 +0100 Message-Id: <1107175370.55017.19.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76795: Update port: sysutils/pear-I18Nv2 to 0.11.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 12:42:53 -0000 --=-yfn9MZACqn80aiBgn9Br Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Ant=F4nio Carlos Ven=E2ncio J=FAnior p=ED=B9e v po 31. 01. 2005 v 09:53 -02= 00: > Pav, >=20 > I have tested it here twice without problems. You're sure you don't have any local modifications to ports infrastructure? > > =3D=3D=3D> Installing tests in /usr/local/share/pear/tests/I18Nv2. > > install: /tmp/a/ports/sysutils/pear-I18Nv2/work/I18Nv2-0.11.0/tests/I18= Nv2_Locale-PHPUnit_Testcase.php: No such file or directory > > *** Error code 71 Here it want to install ${WRKSRC}/tests/I18Nv2_Locale-PHPUnit_Testcase.php but the file is in fact ${WRKSRC}/I18Nv2/tests/I18Nv2_Locale-PHPUnit_Testcase ... --=20 Pav Lucistnik Any sufficiently advanced technology is indistinguishable from magic. -- Arthur C. Clarke --=-yfn9MZACqn80aiBgn9Br Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB/ifKntdYP8FOsoIRAnk7AKCL1G4+L3lT95NCxqjenRdJQXTltwCfRt+g DtENmw/GVluRGhGYLbhG9Z8= =jVu1 -----END PGP SIGNATURE----- --=-yfn9MZACqn80aiBgn9Br-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 13:30:11 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8ED616A4CE for ; Mon, 31 Jan 2005 13:30:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7500043D3F for ; Mon, 31 Jan 2005 13:30:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VDUBY0071541 for ; Mon, 31 Jan 2005 13:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VDUBdu071539; Mon, 31 Jan 2005 13:30:11 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 13:30:11 GMT Resent-Message-Id: <200501311330.j0VDUBdu071539@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Laursen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A4916A4CE for ; Mon, 31 Jan 2005 13:23:29 +0000 (GMT) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B93243D2D for ; Mon, 31 Jan 2005 13:23:29 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 67CF3B827 for ; Mon, 31 Jan 2005 14:23:27 +0100 (CET) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id 27C0911422; Mon, 31 Jan 2005 14:23:27 +0100 (CET) Message-Id: <20050131132327.27C0911422@borg.borderworlds.dk> Date: Mon, 31 Jan 2005 14:23:27 +0100 (CET) From: Christian Laursen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76891: Update port: mail/mlmmj to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christian Laursen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 13:30:11 -0000 >Number: 76891 >Category: ports >Synopsis: Update port: mail/mlmmj to 1.2.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 Jan 31 13:30:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Christian Laursen >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: The Border Worlds >Environment: System: FreeBSD borg.borderworlds.dk 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #34: Mon Jan 17 22:04:59 CET 2005 root@borg.borderworlds.dk:/usr/obj/usr/src/sys/BORG i386 >Description: The attached patch updates mail/mlmmj to version 1.2.1. files/patch-include should be deleted after applying the patch. >How-To-Repeat: >Fix: --- mlmmj.diff begins here --- diff -urN /usr/ports/mail/mlmmj/Makefile mlmmj/Makefile --- /usr/ports/mail/mlmmj/Makefile Mon Jan 24 14:48:10 2005 +++ mlmmj/Makefile Mon Jan 31 14:16:45 2005 @@ -6,7 +6,7 @@ # PORTNAME= mlmmj -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= mail MASTER_SITES= http://mlmmj.mmj.dk/files/ diff -urN /usr/ports/mail/mlmmj/distinfo mlmmj/distinfo --- /usr/ports/mail/mlmmj/distinfo Mon Jan 24 14:48:10 2005 +++ mlmmj/distinfo Mon Jan 31 14:16:45 2005 @@ -1,2 +1,2 @@ -MD5 (mlmmj-1.2.0.tar.bz2) = e784cd91d73482098f5d57236eb2f332 -SIZE (mlmmj-1.2.0.tar.bz2) = 124898 +MD5 (mlmmj-1.2.1.tar.bz2) = d913286f37f5341eb61a2cea0b51475c +SIZE (mlmmj-1.2.1.tar.bz2) = 125196 diff -urN /usr/ports/mail/mlmmj/files/patch-include mlmmj/files/patch-include --- /usr/ports/mail/mlmmj/files/patch-include Mon Jan 24 14:48:10 2005 +++ mlmmj/files/patch-include Thu Jan 1 01:00:00 1970 @@ -1,9 +0,0 @@ ---- src/getaddrsfromfd.c.orig Mon Jan 24 14:10:45 2005 -+++ src/getaddrsfromfd.c Mon Jan 24 14:10:58 2005 -@@ -1,5 +1,5 @@ --#include - #include -+#include - #include - #include - #include --- mlmmj.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 14:19:18 2005 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 0DA3616A4CE; Mon, 31 Jan 2005 14:19:18 +0000 (GMT) Received: from mirapoint.kettering.edu (mirapoint.kettering.edu [192.138.137.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7246343D53; Mon, 31 Jan 2005 14:19:16 +0000 (GMT) (envelope-from mwicks@kettering.edu) Received: from gaspra.kettering.edu (gaspra.kettering.edu [198.110.4.97]) by mirapoint.kettering.edu (MOS 3.5.5-GR) with ESMTP id BPJ05465 (AUTH via LOGINBEFORESMTP); Mon, 31 Jan 2005 09:19:15 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by gaspra.kettering.edu (8.13.1/8.13.1) with ESMTP id j0VEJE9C013686; Mon, 31 Jan 2005 09:19:15 -0500 (EST) (envelope-from mwicks@kettering.edu) Date: Mon, 31 Jan 2005 09:19:14 -0500 (EST) From: "Mark A. Wicks" To: freebsd-gnats-submit@FreeBSD.org, Thierry Thomas In-Reply-To: <200501291647.j0TGlZGP082127@freefall.freebsd.org> Message-ID: <20050131091711.Q13685@gaspra.kettering.edu> References: <200501291647.j0TGlZGP082127@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Junkmail-Whitelist: YES (by domain whitelist at mirapoint.kettering.edu) cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76738: [Maintainer Update] Update of monotone to version 0.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mwicks@gaspra.kettering.edu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 14:19:18 -0000 Here's a uuencoded version of the patch to avoid the problem with long lines in the original one I submitted. begin 644 monotone-0.16-patch M9&EF9B`M=7(@+B]M;VYO=&]N92]-86ME9FEL92`O=7-R+W!O'`@)`HK(R`D M1G)E94)31"0*(",*(`H@4$]25$Y!344]"6UO;F]T;VYE"BU03U)45D524TE/ M3CT),"XQ,0HM4$]25%)%5DE324]./0DQ"BM03U)45D524TE/3CT),"XQ-@H@ M0T%414=/4DE%4ST)9&5V96P*($U!4U1%4E]3251%4ST):'1T<#HO+W=W=RYV M96YG92YN970O;6]N;W1O;F4O("!<"B`)"6AT='`Z+R]N;W)T;VXN:V5T=&5R M:6YG+F5D=2]F"XQ.B1[4$]25%-$ M25)]+V1E=F5L+V)O;W-T"BL)"6)O;W-T7W)E9V5X+C(Z)'M03U)44T1)4GTO M9&5V96PO8F]OTQ/0T%,0D%317TO M:6YC;'5D92`M3"1[3$]#04Q"05-%?2]L:6(*(`HM4$Q)4U1?1DE,15,]"6)I M;B]D97!O="YC9VD@8FEN+VUO;F]T;VYE"BM03$E35%]&24Q%4ST)8FEN+VUO M;F]T;VYE"B!)3D9//0D);6]N;W1O;F4*($U!3C$]"0EM;VYO=&]N92XQ"B`* M0$`@+34U+#(S("LU-"PV($!`"B`*("YI;F-L=61E(#QBT]35D524TE/3GT@/CT@-3`R,3(V"BU"4D]+14X]"0DB M1&]E"(*+2YE;F1I9@HM M"BTN:68@)'M/4U9%4E-)3TY](#P@-3`P,#`P"BU"4D]+14X]"0DB1&]E"D*+0HM+FEF("1[05)# M2'T@(3T@(FDS.#8B"BU"4D]+14X]"0DB1&]ET1)4U1.04U%?2]C;VYF:6=UU1/54-(?2`D>U=22T1) M4GTO)'M$25-43D%-17TO*BYI;@H@"B`N:6YC;'5D92`\8G-D+G!OBD@/2`Q,C9D-SDR8S5E.6$T,S@W9&(U9C4T-V,S,V(S9F4U M80HM4TE:12`H;6]N;W1O;F4M,"XQ,2YT87(N9WHI(#T@,3@V,3DY-@HK340U M("AM;VYO=&]N92TP+C$V+G1ABD@/2`V-F9E,V8U,&$X9F4V,C%A9F,X M9C,U-6(R-3(P,65C8@HK4TE:12`H;6]N;W1O;F4M,"XQ-BYT87(N9WHI(#T@ M,S0S.#8R-0ID:69F("UU6-L96%N+6-O;7!I;&4Z"BL@ M"2UR;2`M9B`J+B0H3T)*15A4*0ID:69F("UU%]P=&AR96%D7V-O;F9I9R!05$A214%$7T-#(%!42%)% M041?3$E"4R!05$A214%$7T-&3$%'4R!35$%424-?0D]/4U1?5%)512!35$%4 M24-?0D]/4U1?1D%,4T4@0D]/4U1?3$E"1$E2($)53D1,141?041.4U]44E5% M($)53D1,141?041.4U]&04Q312!"54Y$3$5$7TQ505]44E5%($)53D1,141? M3%5!7T9!3%-%($)53D1,141?4U%,251%7U12544@0E5.1$Q%1%]344Q)5$5? M1D%,4T4@3$E"3T)*4R!(059%7TE.151?4%1/3E]44E5%($A!5D5?24Y%5%]0 M5$].7T9!3%-%($Q43$E"3T)*4R<*+2!A8U]S=6)S=%]F:6QET-&3$%'4RMS971] M"BTM86-?8W9?96YV7T-&3$%'4U]V86QU93TD0T9,04=3"BTM86-?96YV7TQ$ M1DQ!1U-?T-04"MS M971]"BTM86-?8W9?96YV7T-04%]V86QU93TD0U!0"BT@86-?96YV7T-86%]S M970])'M#6%@KTQ$1DQ!1U,KT-&3$%'4RMS971] M"BTK86-?96YV7T-&3$%'4U]V86QU93TD0T9,04=3"BTK86-?8W9?96YV7T-& M3$%'4U]S970])'M#1DQ!1U,KT-86$-04"MS971]"BU`0"`M.#@S+#$U("LX-SDL,30@0$`* M+2`@("TM=VET:"UB=6YD;&5D+7-Q;&ET92`@($9O6]U(&AA=F4@;&EB2`\;&EB(&1I6]U(&AA=F4*+2`@("`@("`@("`@("`@(&AE861E2!@8V]N9FEG=7)E)R!OV%M M7U]L96%D:6YG7V1O='UD97!S(@HM+0HM+2`@("`@("`@("!A8U]C;VYF:6=? M8V]M;6%N9',](B1A8U]C;VYF:6=?8V]M;6%N9',@9&5P9FEL97,B"BTM"BTM M"BTM86U?;6%K93TD>TU!2T4M;6%K97T*+2UC870@/B!C;VYF:6YC(#P\("=% M3D0G"BTM86U?7V1O:70Z"BTM"4!E8VAO(&1O;F4*+2TN4$A/3EDZ(&%M7U]D M;VET"BTM14Y$"BTM(R!)9B!W92!D;VXG="!F:6YD(&%N(&EN8VQU9&4@9&ER M96-T:79E+"!J=7-T(&-O;6UE;G0@;W5T('1H92!C;V1E+@HM+65C:&\@(B1A M6QE(&EN M8VQU9&4N"BTM96-H;R`B:6YC;'5D92!C;VYF:6YC(B`^(&-O;F9M9@HM+2,@ M5V4@9W)E<"!O=70@8$5N=&5R:6YG(&1I2<@86YD(&!,96%V:6YG M(&1I2<*+2TC(&UE6QE(&EN8VQU9&4N"BTM:68@ M=&5S="`B)&%M7U]I;F-L=61E(B`]("(C(CL@=&AE;@HM+2`@(&5C:&\@)RYI M;F-L=61E(")C;VYF:6YC(B<@/B!C;VYF;68*+2T@("!I9B!T97-T(")@)&%M M7VUA:V4@+7,@+68@8V]N9FUF(#(^("]D978O;G5L;&`B(#T@(F1O;F4B.R!T M:&5N"BTM("`@("`@86U?7VEN8VQU9&4]+FEN8VQU9&4*+2T@("`@("!A;5]? M<75O=&4](EPB(@HM+2`@("`@(%]A;5]R97-U;'0]0E-$"BTM("`@9FD*+2UF M:0HM+0HM+0HM+65C:&\@(B1AT5#2$]?5'TD7V%M7W)E2UT2UT5]T"1E;F%B;&5?9&5P96YD96YC>5]T&YO.R!T:&5N"BTM("!A;5]D97!C;VUP/2(D86-?875X7V1IB(@)B8@0T9,04=3/2(M3S(@+69N;RUS M=')I8W0M86QI87-I;F'0@)$Q)0E,@/B8U)PHM+6%C7V-O;7!I;&5R M7V=N=3TD86-?8W9?8U]C;VUP:6QE&5E>'0@)$-86$9,04=3("1#4%!&3$%'4R`D3$1&3$%'4R!C M;VYF=&5S="XD86-?97AT("1,24)3(#XF-2<*+2MA8U]C;VUP:6QE%]C;VUP:6QE'UG8V,[(&%C7W=O"!C8RLK(&-L($9#0R!+0T,@4D-#('AL M0U]R('AL0PHM*R`@9&\*+2L@("`@(R!%>'1R86-T('1H92!F:7)S="!W;W)D M(&]F("(D86-?=&]O;%]P"1A8U]PB`B)&%S7V1I&5C M7V5X="!I;B`G)R`D86-?97AE8W5T86)L95]E>'1E;G-I;VYS.R!D;PHM("`@ M:68@)&%S7V5X96-U=&%B;&5?<"`B)&%S7V1I&5C M7V5X="([('1H96X*+2T@("`@86-?8W9?<')O9U]#0STB)'MA8U]T;V]L7W!R M969I>'UG8V,B"BTK("`@(&%C7V-V7W!R;V=?0UA8/2(D86-?=&]O;%]P'0B(#XF-0HM("`@("!BT5#2$]? M5'TD0UA8(B`^)C8*+2!E;'-E"BT@("!E8VAO("(D87-?;64Z)$Q)3D5.3SH@ M'1R86-T('1H92!F:7)S="!W;W)D(&]F(")G M8V,B+"!S;R!I="!C86X@8F4@82!PV%C7V-V7W!R;V=?86-?8W1?0T,K"!C M8RLK(&-L($9#0R!+0T,@4D-#('AL0U]R('AL0PHM(&1O"BTM("!)1E,])&%S M7W-A=F5?2493"BTM("!T97-T("UZ("(D87-?9&ER(B`F)B!A&5C=71A8FQE7V5X=&5N M2`D>V%C M7W1O;VQ?<')E9FEX?6-C.R!A8U]W;W)D/20R"BTK("`C($5X=')A8W0@=&AE M(&9IV%C7V-V7W!R M;V=?0T,KV%C7V-V7W!R M;V=?86-?8W1?0UA8*W-E='TB(#T@&5C=71A8FQE7V5X=&5NV%C7W1O M;VQ?<')E9FEX?6-C(@HM*R`@("!A8U]C=E]PT5#2$]?5'UN;R(@/B8V"BT@9FD*+2`*+2UF:0HM+6EF('1EV%C7V-V M7W!R;V=?86-?8W1?0T,KB`B)&%S7V1I&5C7V5X="!I;B`G)R`D86-?97AE8W5T86)L95]E>'1E;G-I M;VYS.R!D;PHM+2`@:68@)&%S7V5X96-U=&%B;&5?<"`B)&%S7V1I&5C7V5X="([('1H96X*+2T@("`@86-?8W9?<')O9U]A8U]C M=%]#0STB8V,B"BTM("`@(&5C:&\@(B1AB`B)$-#(CL@=&AE;@HM+2`@(R!% M>'1R86-T('1H92!F:7)S="!W;W)D(&]F(")C8R(L('-O(&ET(&-A;B!B92!A M('!R;V=R86T@;F%M92!W:71H(&%R9W,N"BTM'0@:6X@)R<@)&%C7V5X96-U=&%B;&5?97AT96YS:6]N&5C=71A8FQE7W`@(B1A'0B.R!T:&5N"BTM("`@(&EF('1E'0B(#T@(B]U2`D86-?8W9?<')O M9U]#0PHM+2`@T5#2$]?5'TD0T,B(#XF-@HM+65LT5#2$]?5'UN;R(@/B8V"BTM9FD*+2T*+2UF:0HM+6EF('1E"([ M('1H96X*+2T@(&9O"1A8U]P MV%C7V-V7W!R;V=?0T,K MB`B)&%S7V1I&5C7V5X="!I;B`G)R`D86-?97AE8W5T M86)L95]E>'1E;G-I;VYS.R!D;PHM+2`@:68@)&%S7V5X96-U=&%B;&5?<"`B M)&%S7V1I&5C7V5X="([('1H96X*+2T@("`@86-? M8W9?<')O9U]#0STB)&%C7W1O;VQ?<')E9FEX)&%C7W!R;V'1R86-T('1H92!F:7)S="!W;W)D(&]F("(D M86-?<')O9R(L('-O(&ET(&-A;B!B92!A('!R;V=R86T@;F%M92!W:71H(&%R M9W,N"BTM'0@:6X@ M)R<@)&%C7V5X96-U=&%B;&5?97AT96YS:6]N&5C=71A8FQE7W`@(B1A'0B.R!T M:&5N"BTM("`@(&%C7V-V7W!R;V=?86-?8W1?0T,](B1A8U]P&5C7V5X="(@/B8U"BTM("`@(&)R96%K(#(*+2T@(&9I"BTM9&]N M90HM+61O;F4*+2T*+2UF:0HM+69I"BTM86-?8W1?0T,])&%C7V-V7W!R;V=? M86-?8W1?0T,*+2UI9B!T97-T("UN("(D86-?8W1?0T,B.R!T:&5N"BTM("!E M8VAO("(D87-?;64Z)$Q)3D5.3SH@R!E8VAO("(D87-? M;64Z)$Q)3D5.3SH@97)R;W(Z(&YO(&%C8V5P=&%B;&4@0R!C;VUP:6QER`H979A;"!E8VAO("(D87-?;64Z)$Q)3D5.3SH@7"(D86-?;&EN:U]D969A M=6QT7"(B*2`^)C4*+2`@("AE=F%L("1A8U]L:6YK7V1E9F%U;'0I(#(^)C4* M+4!`("TR,3DR+#D@*S$Y,#,L.2!`0`HM("`@96-H;R`B)&%S7VUE.B!F86EL M960@<')O9W)A;2!W87,Z(B`^)C4*+2!S960@)W,O7B]\("\G(&-O;F9T97-T M+B1A8U]E>'0@/B8U"BT@"BTM>R![(&5C:&\@(B1AR![(&5C:&\@(B1A&ET(#&5C=71A8FQER!E8VAO("(D87-?;64Z)$Q)3D5.3SH@97)R;W(Z(&-A;FYO="!R=6X@ M0R!C;VUP:6QE9"!PR![(&5C:&\@(B1A6]U(&UE86YT('1O(&-R;W-S(&-O;7!I;&4L('5S92!<8"TM:&]S M="&ET(#$I.R!E M>&ET(#$[('T[('T*+4!`("TR,C4Y+#$R-#,@*S$Y-S`L-S<@0$`*+2`@(&-A M+ETJ7"A<+BXJ7"DG8`HM+2`@("`@("`@("!E M>'!OR![(&5C M:&\@(B1AR`H M97AI="`Q*3L@97AI="`Q.R!].R!]"BTM9FD*+2T*+2UR;2`M9B!C;VYF=&5S M="1A8U]C=E]E>&5E>'0*+2UE8VAO("(D87-?;64Z)$Q)3D5.3SH@T5#2$]?5'TD86-?8W9? M97AE97AT(B`^)C8*+2T*+2UR;2`M9B!C;VYF=&5S="XD86-?97AT"BTM15A% M15A4/21A8U]C=E]E>&5E>'0*+2UA8U]E>&5E>'0])$5814585`HM+65C:&\@ M(B1AV%C7V-V7V]B:F5X="MS971](B`]('-E=#L@=&AE;@HM+2`@96-H;R`D M14-(3U].("(H8V%C:&5D*2`D14-(3U]#(B`^)C8*+2UE;'-E"BTM("!C870@ M/F-O;F9T97-T+B1A8U]E>'0@/#Q?04-%3T8*+2TC;&EN92`D3$E.14Y/(")C M;VYF:6=UPHM+0HM+2`@.PHM+2`@R`H979A;"!E8VAO("(D87-?;64Z)$Q)3D5.3SH@7"(D86-?8V]M M<&EL95PB(BD@/B8U"BTM("`H979A;"`D86-?8V]M<&EL92D@,CXF-0HM+2`@ M86-?'0@?"`J+GAC;V9F('P@*BYT M9',@?"`J+F0@?"`J+G!D8B!\("HN>%-932!\("HN8F(@?"`J+F)B9R`I(#L[ M"BTM("`@("HI(&%C7V-V7V]B:F5X=#U@97APR!E8VAO("(D87-?;64Z)$Q)3D5.3SH@97)R;W(Z(&-A;FYO="!C;VUP M=71E('-U9F9I>"!O9B!O8FIE8W0@9FEL97,Z(&-A;FYO="!C;VUP:6QE"BTM M4V5E(%Q@8V]N9FEG+FQO9R<@9F]R(&UOR`H97AI="`Q*3L@ M97AI="`Q.R!].R!]"BTM9FD*+2T*+2UR;2`M9B!C;VYF=&5S="XD86-?8W9? M;V)J97AT(&-O;F9T97-T+B1A8U]E>'0*+2UF:0HM+65C:&\@(B1A'0B(#XF-0HM+65C:&\@(B1[ M14-(3U]4?21A8U]C=E]O8FIE>'0B(#XF-@HM+4]"2D585#TD86-?8W9?;V)J M97AT"BTM86-?;V)J97AT/21/0DI%6%0*+2UE8VAO("(D87-?;64Z)$Q)3D5. M3SH@8VAE8VMI;F<@=VAE=&AEV%C7V-V7V-?8V]M<&EL97)?9VYU*W-E='TB(#T@ M'0*+2UC870@/CYC;VYF=&5S="XD86-?97AT(#P\7T%#14]&"BTM+RH@ M96YD(&-O;F9D969S+F@N("`J+PHM+0HM+6EN=`HM+6UA:6X@*"D*+2U["BTM M(VEF;F1E9B!?7T=.54-?7PHM+2`@("`@("!C:&]K92!M90HM+2-E;F1I9@HM M+0HM+2`@.PHM+2`@'0*+2UI9B![("AE=F%L(&5C:&\@(B1A5PB(BD@/B8U"BTM("`H979A;"`D86-?=')Y M*2`R/B8U"BTM("!A8U]S=&%T=7,])#\*+2T@(&5C:&\@(B1A'0@/B8U"BTM"BTM86-? M8V]M<&EL97)?9VYU/6YO"BTM9FD*+2UR;2`M9B!C;VYF=&5S="XD86-?;V)J M97AT(&-O;F9T97-T+B1A8U]E>'0*+2UA8U]C=E]C7V-O;7!I;&5R7V=N=3TD M86-?8V]M<&EL97)?9VYU"BTM"BTM9FD*+2UE8VAO("(D87-?;64Z)$Q)3D5. M3SH@'0@/#Q?04-%3T8*+2TO M*B!E;F0@8V]N9F1E9G,N:"X@("HO"BTM"BTM:6YT"BTM;6%I;B`H*0HM+7L* M+2T*+2T@(#L*+2T@(')E='5R;B`P.PHM+7T*+2U?04-%3T8*+2UR;2`M9B!C M;VYF=&5S="XD86-?;V)J97AT"BTM:68@>R`H979A;"!E8VAO("(D87-?;64Z M)$Q)3D5.3SH@7"(D86-?8V]M<&EL95PB(BD@/B8U"BTM("`H979A;"`D86-? M8V]M<&EL92D@,CXF-0HM+2`@86-?2D@,CXF-0HM+2`@86-?T5#2$]?5'TD86-?8W9?<')O9U]C8U]G(B`^)C8*+2UI9B!T97-T("(D86-? M=&5S=%]#1DQ!1U,B(#T@65S.R!T:&5N"BTM("`@($-&3$%' M4STB+6<@+4\R(@HM+2`@96QS90HM+2`@("!#1DQ!1U,](BUG(@HM+2`@9FD* M+2UE;'-E"BTM("!I9B!T97-T("(D1T-#(B`]('EE'0@/#Q?04-% M3T8*+2TC;&EN92`D3$E.14Y/(")C;VYF:6=U7!E7,OPHM+2`@VEN="`H*F8I("AI;G0@ M82D[?3L*+2US=')U8W0@VEN="`H*F8I("AD;W5B;&4@82D[?3L*+2UI M;G0@<&%IPHM+7)E M='5R;B!F("AE+"!A2!G8V,@+6%N'1E;G-I;VYS(&%N9`HM+2,@8G)E86MS('-O;64@'0*+2UI9B![("AE=F%L(&5C:&\@(B1A5PB(BD@/B8U"BTM("`H979A;"`D86-?=')Y*2`R/B8U M"BTM("!A8U]S=&%T=7,])#\*+2T@(&5C:&\@(B1A'0@/B8U M"BTM"BTM9FD*+2UR;2`M9B!C;VYF=&5S="XD86-?;V)J97AT"BTM9&]N90HM M+7)M("UF(&-O;F9T97-T+B1A8U]E>'0@8V]N9G1E&YO*0HM+2`@("!E8VAO("(D87-?;64Z M)$Q)3D5.3SH@&ET)RP*+2TC(&EN($,K*R!W92!N M965D('1O(&1E8VQA&ET+"!S:6YC92!I="=S('1H92!M;W-T M(&1E;6%N9&EN9R!E;G9I'0@/#Q?04-%3T8*+2TC:69N9&5F(%]?8W!L=7-P;'5S"BTM("!C:&]K92!M M90HM+2-E;F1I9@HM+5]!0T5/1@HM+7)M("UF(&-O;F9T97-T+B1A8U]O8FIE M>'0*+2UI9B![("AE=F%L(&5C:&\@(B1A5PB(BD@/B8U"BTM("`H979A;"`D86-?=')Y*2`R/B8U"BTM("!A8U]S M=&%T=7,])#\*+2T@(&5C:&\@(B1A'1E'0*+2UC870@/CYC;VYF=&5S M="XD86-?97AT(#P\7T%#14]&"BTM+RH@96YD(&-O;F9D969S+F@N("`J+PHM M+2-I;F-L=61E(#QS=&1L:6(N:#X*+2TD86-?9&5C;&%R871I;VX*+2UI;G0* M+2UM86EN("@I"BTM>PHM+65X:70@*#0R*3L*+2T@(#L*+2T@(')E='5R;B`P M.PHM+7T*+2U?04-%3T8*+2UR;2`M9B!C;VYF=&5S="XD86-?;V)J97AT"BTM M:68@>R`H979A;"!E8VAO("(D87-?;64Z)$Q)3D5.3SH@7"(D86-?8V]M<&EL M95PB(BD@/B8U"BTM("`H979A;"`D86-?8V]M<&EL92D@,CXF-0HM+2`@86-? M2D@,CXF-0HM+2`@86-?'0*+2T@(&-A="`^8V]N9G1E'0*+2UC870@/CYC;VYF=&5S="XD86-?97AT(#P\7T%#14]& M"BTM+RH@96YD(&-O;F9D969S+F@N("`J+PHM+21A8U]D96-L87)A=&EO;@HM M+6EN=`HM+6UA:6X@*"D*+2U["BTM97AI="`H-#(I.PHM+2`@.PHM+2`@'0*+2UI9B![("AE=F%L(&5C:&\@(B1A5PB(BD@/B8U"BTM("`H979A;"`D86-?=')Y*2`R/B8U"BTM("!A8U]S M=&%T=7,])#\*+2T@(&5C:&\@(B1A'0@)$Q)0E,@ M/B8U)PHM+6%C7V-O;7!I;&5R7V=N=3TD86-?8W9?8U]C;VUP:6QEB`B)$%-1$507U12544B M("8F('1E2X*+2T@(&-P("(D86U?9&5P8V]M<"(@8V]N9G1E7!E/6YO M;F4*+2T@(&EF('1E2!D97!E;F1E;F-I97,L(&)E8V%U2!L:7-T'!L:6-I=&QY(')E<75ET]"2D58 M5"UO?2!S=6(O8V]N9G1ETU!2T4M;6%K97T@+7,@+68@8V]N9FUF(#X@+V1E=B]N=6QL(#(^ M)C$[('1H96X*+2T@("`@("`C(&EC8R!D;V5S;B=T(&-H;VME(&]N('5N:VYO M=VX@;W!T:6]N2!M97-S86=E"BTM("`@("`@(R!T:&%T('-A>7,@86X@;W!T:6]N M('=A7!E(B`^)C8*+2U#0T1%4$U/1$4]9&5P;6]D93TD86U? M8W9?0T-?9&5P96YD96YC:65S7V-O;7!I;&5R7W1Y<&4*+2T*+2T*+2T*+2UI M9@HM+2`@=&5S="`B>"1E;F%B;&5?9&5P96YD96YC>5]T&YO(%P*+2T@("8F('1E'0@/B8U)PHM+6%C7VQI;FL])R1#0R`M;R!C;VYF M=&5S="1A8U]E>&5E>'0@)$-&3$%'4R`D0U!01DQ!1U,@)$Q$1DQ!1U,@8V]N M9G1E"!E'0@/#Q?04-% M3T8*+2TC;&EN92`D3$E.14Y/(")C;VYF:6=U6YT87@@97)R M;W(*+2U?04-%3T8*+2UI9B![("AE=F%L(&5C:&\@(B1A'0I(#(^8V]N9G1E65S"BTM9FD*+2UI9B!T97-T("UZ("(D86-?8W!P M7V5R+WP@+R<@8V]N9G1E M'0*+2T*+2T@(",@3TLL('=O'0*+2UC870@/CYC;VYF=&5S="XD M86-?97AT(#P\7T%#14]&"BTM+RH@96YD(&-O;F9D969S+F@N("`J+PHM+2-I M;F-L=61E(#QA8U]N;VYE>&ES=&5N="YH/@HM+5]!0T5/1@HM+6EF('L@*&5V M86P@96-H;R`B)&%S7VUE.B1,24Y%3D\Z(%PB)&%C7V-P<"!C;VYF=&5S="XD M86-?97AT7"(B*2`^)C4*+2T@("AE=F%L("1A8U]C<'`@8V]N9G1E'0* M+2T*+2UD;VYE"BTM(R!"96-A=7-E(&]F(&!B'0*+2UI9B`D86-?<')E<')O M8U]O:SL@=&AE;@HM+2`@8G)E86L*+2UF:0HM+0HM+2`@("!D;VYE"BTM("`@ M(&%C7V-V7W!R;V=?0U!0/21#4%`*+2T*+2UF:0HM+2`@0U!0/21A8U]C=E]P M&ES=',@979E;B!O;B!F6YT87@@97)R;W(B(&ES(&AE'0@/#Q?04-%3T8*+2TO*B!E M;F0@8V]N9F1E9G,N:"X@("HO"BTM(VEF9&5F(%]?4U1$0U]?"BTM(R!I;F-L M=61E(#QL:6UI=',N:#X*+2TC96QS90HM+2,@:6YC;'5D92`\87-S97)T+F@^ M"BTM(V5N9&EF"BTM("`@("`@("`@("`@("`@("`@("`@4WEN=&%X(&5RR`H979A;"!E8VAO("(D87-?;64Z)$Q)3D5.3SH@ M7"(D86-?8W!P(&-O;F9T97-T+B1A8U]E>'1<(B(I(#XF-0HM+2`@*&5V86P@ M)&%C7V-P<"!C;VYF=&5S="XD86-?97AT*2`R/F-O;F9T97-T+F5R,0HM+2`@ M86-?("HK)R!C;VYF=&5S="YEB`B)&%C7V-P<%]E M'0@/B8U"BTM"BTM("`C($)R;VME;CH@9F%I;',@;VX@=F%L:60@ M:6YP=70N"BTM8V]N=&EN=64*+2UF:0HM+7)M("UF(&-O;F9T97-T+F5R'0@/#Q?04-%3T8*+2TC;&EN92`D3$E.14Y/(")C;VYF:6=U M'0I(#(^8V]N9G1E65S"BTM9FD* M+2UI9B!T97-T("UZ("(D86-?8W!P7V5R+WP@+R<@8V]N9G1ER`H97AI="`Q M*3L@97AI="`Q.R!].R!]"BTM9FD*+2T*+2UA8U]E>'0]8PHM+6%C7V-P<#TG M)$-04"`D0U!01DQ!1U,G"BTM86-?8V]M<&EL93TG)$-#("UC("1#1DQ!1U,@ M)$-04$9,04=3(&-O;F9T97-T+B1A8U]E>'0@/B8U)PHM+6%C7VQI;FL])R1# M0R`M;R!C;VYF=&5S="1A8U]E>&5E>'0@)$-&3$%'4R`D0U!01DQ!1U,@)$Q$ M1DQ!1U,@8V]N9G1E'0@/#Q?04-%3T8*+2TC;&EN92`D3$E. M14Y/(")C;VYF:6=UPHM+0HM+2`@.PHM+2`@'0* M+2UI9B![("AE=F%L(&5C:&\@(B1A5PB(BD@/B8U"BTM("`H979A;"`D86-?=')Y*2`R/B8U"BTM("!A8U]S=&%T M=7,])#\*+2T@(&5C:&\@(B1A+WP@+R<@ M8V]N9G1E65S.R!T:&5N"BTM("`C("]B M:6XO8V,@:6X@27)I>"TT+C`N-2!G971S(&YO;BU!3E-)(&-T>7!E(&UA8W)O M'0*+2UC870@/CYC;VYF=&5S="XD M86-?97AT(#P\7T%#14]&"BTM+RH@96YD(&-O;F9D969S+F@N("`J+PHM+2-I M;F-L=61E(#QC='EP92YH/@HM+2-I9B`H*"<@)R`F(#!X,$9&*2`]/2`P>#`R M,"D*+2TC(&1E9FEN92!)4TQ/5T52*&,I("@G82<@/#T@*&,I("8F("AC*2`\ M/2`G>BBPHM+2`@ M:6YT(&D["BTM("!F;W(@*&D@/2`P.R!I(#P@,C4V.R!I*RLI"BTM("`@(&EF M("A83U(@*&ES;&]W97(@*&DI+"!)4TQ/5T52("AI*2D*+2T@("`@("`@('Q\ M('1O=7!P97(@*&DI("$](%1/55!015(@*&DI*0HM+2`@("`@(&5X:70H,BD[ M"BTM("!E>&ET("@P*3L*+2U]"BTM7T%#14]&"BTMR`H979A;"!E8VAO("(D87-?;64Z)$Q)3D5.3SH@ M7"(D86-?;&EN:UPB(BD@/B8U"BTM("`H979A;"`D86-?;&EN:RD@,CXF-0HM M+2`@86-?&5E>'0G"BTM("![("AE=F%L M(&5C:&\@(B1A2D@,CXF-0HM+2`@86-?'0@/B8U M"BTM"BTM*"!E>&ET("1A8U]S=&%T=7,@*0HM+6%C7V-V7VAE861E'0*+2UF:0HM+69I"BTM9FD*+2UE8VAO("(D87-? M;64Z)$Q)3D5.3SH@7!E7,O='EP M97,N:"!S>7,O2YH('-T M'0@/#Q?04-% M3T8*+2TO*B!E;F0@8V]N9F1E9G,N:"X@("HO"BTM)&%C7VEN8VQU9&5S7V1E M9F%U;'0*+2T*+2TC:6YC;'5D92`\)&%C7VAE861ER`H979A;"!E8VAO("(D M87-?;64Z)$Q)3D5.3SH@7"(D86-?8V]M<&EL95PB(BD@/B8U"BTM("`H979A M;"`D86-?8V]M<&EL92D@,CXF-0HM+2`@86-?2D@,CXF-0HM+2`@86-?'0@ M/B8U"BTM"BTM979A;"`B)&%S7V%C7TAE861E'0@8V]N9G1E65S.R!T:&5N"BTM M("!C870@/CYC;VYF9&5FT5#2$]?5'U@979A;"!E8VAO("R'0*+2UC870@/CYC;VYF M=&5S="XD86-?97AT(#P\7T%#14]&"BTM+RH@96YD(&-O;F9D969S+F@N("`J M+PHM+21A8U]I;F-L=61E3TG=&5S="`MR`H979A;"!E8VAO("(D87-?;64Z)$Q)3D5.3SH@7"(D86-?=')Y7"(B M*2`^)C4*+2T@("AE=F%L("1A8U]T+WP@+R<@8V]N M9G1E'0@8V]N9G1E'0@ M/#Q?04-%3T8*+2TO*B!E;F0@8V]N9F1E9G,N:"X@("HO"BTM(VEN8VQU9&4@ M/"1A8U]H96%D97(^"BTM7T%#14]&"BTM:68@>R`H979A;"!E8VAO("(D87-? M;64Z)$Q)3D5.3SH@7"(D86-?8W!P(&-O;F9T97-T+B1A8U]E>'1<(B(I(#XF M-0HM+2`@*&5V86P@)&%C7V-P<"!C;VYF=&5S="XD86-?97AT*2`R/F-O;F9T M97-T+F5R,0HM+2`@86-?("HK)R!C M;VYF=&5S="YEB`B)&%C7V-P<%]E+WP@+R<@8V]N9G1E2!T:&4@8V]M<&EL97(L(')E:F5C=&5D(&)Y('1H92!P MRR'0]8V,*+2UA8U]C M<'`])R1#6%A#4%`@)$-04$9,04=3)PHM+6%C7V-O;7!I;&4])R1#6%@@+6,@ M)$-86$9,04=3("1#4%!&3$%'4R!C;VYF=&5S="XD86-?97AT(#XF-2<*+2UA M8U]L:6YK/2'0@)$Q)0E,@/B8U M)PHM+6%C7V-O;7!I;&5R7V=N=3TD86-?8W9?8WAX7V-O;7!I;&5R7V=N=0HM M+6EF('1E"([('1H96X*+2T@(&9O"!C8RLK(&-L M($9#0R!+0T,@4D-#('AL0U]R('AL0PHM+2`@9&\*+2T@("`@(R!%>'1R86-T M('1H92!F:7)S="!W;W)D(&]F("(D86-?=&]O;%]P"1A8U]P&5C=71A M8FQE7V5X=&5NT5#2$]?5'UN;R(@/B8V"BTM9FD*+2T*+2T@("`@ M=&5S="`M;B`B)$-86"(@)B8@8G)E86L*+2T@(&1O;F4*+2UF:0HM+6EF('1E M&Q#7W(@>&Q#"BTM9&\*+2T@(",@17AT2`D86-?<')O9SL@ M86-?=V]R9#TD,@HM+65C:&\@(B1AB`B)&%S7V1I&5C7V5X="!I;B`G)R`D86-?97AE8W5T86)L95]E>'1E M;G-I;VYS.R!D;PHM+2`@:68@)&%S7V5X96-U=&%B;&5?<"`B)&%S7V1I&5C7V5X="([('1H96X*+2T@("`@86-?8W9?<')O9U]A M8U]C=%]#6%@](B1A8U]P&5C7V5X="(@/B8U"BTM M("`@(&)R96%K(#(*+2T@(&9I"BTM9&]N90HM+61O;F4*+2T*+2UF:0HM+69I M"BTM86-?8W1?0UA8/21A8U]C=E]PT5#2$]?5'TD M86-?8W1?0UA8(B`^)C8*+2L@("`@("`@("`@97AP;W)T(&%C7V-V7V5X965X M=`HM*R`@("`@("`@("!BT5#2$]?5'UN;R(@/B8V"BTK("![ M('L@96-H;R`B)&%S7VUE.B1,24Y%3D\Z(&5R&5C=71A8FQE&ET(#$I.R!E>&ET(#$[('T[('T*+2!F:0HM(`HM+2`@=&5S="`M M;B`B)&%C7V-T7T-86"(@)B8@8G)E86L*+2UD;VYE"BTM=&5S="`M;B`B)&%C M7V-T7T-86"(@?'P@86-?8W1?0UA8/2)G*RLB"BTK"!O9B!O8FIE8W0@9FEL97,B(#XF-0HM*V5C:&\@)$5# M2$]?3B`B8VAE8VMI;F<@9F]R('-U9F9I>"!O9B!O8FIE8W0@9FEL97,N+BX@ M)$5#2$]?0R(@/B8V"BTK:68@=&5S="`B)'MA8U]C=E]O8FIE>'0K'0@/#Q?04-%3T8*+2LO M*B!E;F0@8V]N9F1E9G,N:"X@("HO"BT@"BTK:6YT"BTK;6%I;B`H*0HM*WL* M+2`*+2TC(%!R;W9I9&4@R`H979A;"!E M8VAO("(D87-?;64Z)$Q)3D5.3SH@7"(D86-?8V]M<&EL97(@+2UV97)S:6]N M(#PO9&5V+VYU;&P@/B8U7"(B*2`^)C4*+2T@("AE=F%L("1A8U]C;VUP:6QE M&ET("1A8U]S=&%T=7,I.R!].R!T M:&5N"BTK("!F;W(@86-?9FEL92!I;B!@*&QS(&-O;F9T97-T+F\@8V]N9G1E M&-O9F8@?"`J M+G1D'!R("(D86-?9FEL92(@.B`G M+BI<+EPH+BI<*2=@"BTK("`@("`@(&)R96%K.SL*+2L@(&5S86,*+2MD;VYE M"BTK96QS90HM*R`@96-H;R`B)&%S7VUE.B!F86EL960@<')O9W)A;2!W87,Z M(B`^)C4*+2MS960@)W,O7B]\("\G(&-O;F9T97-T+B1A8U]E>'0@/B8U"BTK M"BTK>R![(&5C:&\@(B1A&ET(#$I M.R!E>&ET(#$[('T[('T*+2MF:0HM(`HM*W)M("UF(&-O;F9T97-T+B1A8U]C M=E]O8FIE>'0@8V]N9G1E'0*+2MA8U]O8FIE>'0])$]"2D585`HM(&5C:&\@(B1AV%C7V-V7V-X>%]C;VUP:6QEV%M7U]L96%D:6YG7V1O='UD97!S(@HM M*PHM*R`@("`@("`@("!A8U]C;VYF:6=?8V]M;6%N9',](B1A8U]C;VYF:6=? M8V]M;6%N9',@9&5P9FEL97,B"BTK"BTK"BTK86U?;6%K93TD>TU!2T4M;6%K M97T*+2MC870@/B!C;VYF:6YC(#P\("=%3D0G"BTK86U?7V1O:70Z"BTK"4!E M8VAO(&1O;F4*+2LN4$A/3EDZ(&%M7U]D;VET"BTK14Y$"BTK(R!)9B!W92!D M;VXG="!F:6YD(&%N(&EN8VQU9&4@9&ER96-T:79E+"!J=7-T(&-O;6UE;G0@ M;W5T('1H92!C;V1E+@HM*V5C:&\@(B1A6QE(&EN8VQU9&4N"BTK96-H;R`B:6YC;'5D M92!C;VYF:6YC(B`^(&-O;F9M9@HM*R,@5V4@9W)E<"!O=70@8$5N=&5R:6YG M(&1I2<@86YD(&!,96%V:6YG(&1I2<*+2LC(&UE6QE(&EN8VQU9&4N"BTK:68@=&5S="`B)&%M7U]I;F-L=61E(B`] M("(C(CL@=&AE;@HM*R`@(&5C:&\@)RYI;F-L=61E(")C;VYF:6YC(B<@/B!C M;VYF;68*+2L@("!I9B!T97-T(")@)&%M7VUA:V4@+7,@+68@8V]N9FUF(#(^ M("]D978O;G5L;&`B(#T@(F1O;F4B.R!T:&5N"BTK("`@("`@86U?7VEN8VQU M9&4]+FEN8VQU9&4*+2L@("`@("!A;5]?<75O=&4](EPB(@HM*R`@("`@(%]A M;5]R97-U;'0]0E-$"BTK("`@9FD*+2MF:0HM*PHM*PHM*V5C:&\@(B1AT5#2$]?5'TD7V%M7W)E2UT M2UT5]T'A?8V]M<&EL97)?9VYU M"BT@"BT@"BTK96-H;R`B)&%S7VUE.B1,24Y%3D\Z(&-H96-K:6YG(&9OV%C7V-V7VAE861E7,O='EP97,@86YD(&EN='1Y<&5S+F@@ M87)E(&-O;F9L:6-T:6YG+@HM*PHM*PHM*PHM*PHM*PHM*PHM*PHM*PHM*PHM M*V9O'0*+2MC870@ M/CYC;VYF=&5S="XD86-?97AT(#P\7T%#14]&"BTK+RH@96YD(&-O;F9D969S M+F@N("`J+PHM*R1A8U]I;F-L=61E3TG=&5S="`MR`H979A;"!E8VAO("(D87-?;64Z)$Q)3D5.3SH@7"(D M86-?=')Y7"(B*2`^)C4*+2L@("AE=F%L("1A8U]T65S(@HM*V5L'0*+2MF:0HM*V5C:&\@(B1AT5#2$]?5'U@979A;"!E8VAO("RR%]L;V-K+BXN M("1%0TA/7T,B(#XF-@HM(&EF('1E&ET(#$I.R!E>&ET(#$[('T[('T*+2!F:0HM+6EF('1EB`B)'MA;5]?9F%S=&1E<$-# M7T9!3%-%?2([('1H96X*+2T@('L@>R!E8VAO("(D87-?;64Z)$Q)3D5.3SH@ M97)R;W(Z(&-O;F1I=&EO;F%L(%PB86U?7V9A2!T:&ES(&UE86YS('1H92!M86-R M;R!W87,@;VYL>2!I;G9O:V5D(&-O;F1I=&EO;F%L;'DN(B`^)C([?0HM+2`@ M('L@*&5X:70@,2D[(&5X:70@,3L@?3L@?0HM+69I"BT@:68@=&5S="`M>B`B M)'MA;5]?9F%S=&1E<$-86%]44E5%?2(@)B8@=&5S="`M>B`B)'MA;5]?9F%S M=&1E<$-86%]&04Q317TB.R!T:&5N"BT@("![('L@96-H;R`B)&%S7VUE.B1, M24Y%3D\Z(&5R2!T:&ES(&UE86YS('1H92!M M86-R;R!W87,@;VYL>2!I;G9O:V5D(&-O;F1I=&EO;F%L;'DN(B`^)C4*+4!` M("TQ,C`W,BPQ,2`K,3`W-30L,3$@0$`*+2!S+$!!5TM`+"1!5TLL.W0@=`HM M(',L0%-%5%]-04M%0"PD4T547TU!2T4L.W0@=`HM(',L0&%M7U]L96%D:6YG M7V1O=$`L)&%M7U]L96%D:6YG7V1O="P[="!T"BTM'!A;F1?86QI87,@*"D["BLK8V]NPID:69F M("UU2YH:`E7960@2F%N(#(V(#(R.C(Q.C0P(#(P,#4*0$`@+3$L-B`K M,2PV($!`"BTM+2T@2!G;&]B86Q?6]U('=A;G0@=&\@8G5I;&0@82!B;V]S="!F;W)M871T97(*0$`@+3DL-B`K M.2PW($!`"B`K(V5L diff -urN /usr/ports/cad/oregano/distinfo cad/oregano/distinfo --- /usr/ports/cad/oregano/distinfo Sat Jan 1 05:20:05 2005 +++ cad/oregano/distinfo Sun Jan 30 18:37:21 2005 @@ -1,2 +1,2 @@ -MD5 (oregano-0.40.1.tar.bz2) = 6c82193ab796d49adbef79aec0b99015 -SIZE (oregano-0.40.1.tar.bz2) = 894616 +MD5 (oregano-0.40.2.tar.bz2) = aca8b0c129b802db58149803eac546b7 +SIZE (oregano-0.40.2.tar.bz2) = 809590 diff -urN /usr/ports/cad/oregano/pkg-plist cad/oregano/pkg-plist --- /usr/ports/cad/oregano/pkg-plist Wed Jan 12 13:35:31 2005 +++ cad/oregano/pkg-plist Sun Jan 30 18:53:46 2005 @@ -6,10 +6,13 @@ share/gnome/help/oregano/C/oregano.xml share/gnome/help/oregano/es/legal.xml share/gnome/help/oregano/es/oregano.xml +share/gnome/help/oregano/fr/legal.xml +share/gnome/help/oregano/fr/oregano.xml share/gnome/mime-info/oregano.keys share/gnome/mime-info/oregano.mime share/gnome/omf/oregano/oregano-C.omf share/gnome/omf/oregano/oregano-es.omf +share/gnome/omf/oregano/oregano-fr.omf share/gnome/oregano/glade/clamp-properties-dialog.glade2 share/gnome/oregano/glade/log-window.glade2 share/gnome/oregano/glade/page-properties.glade2 @@ -69,6 +72,7 @@ @dirrm share/gnome/oregano/glade @dirrm share/gnome/oregano @dirrm share/gnome/omf/oregano +@dirrm share/gnome/help/oregano/fr @dirrm share/gnome/help/oregano/es @dirrm share/gnome/help/oregano/C @dirrm share/gnome/help/oregano >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:10:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A327C16A4D0 for ; Mon, 31 Jan 2005 15:10:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC35F43D60 for ; Mon, 31 Jan 2005 15:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFAHmB085193 for ; Mon, 31 Jan 2005 15:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFAH7m085192; Mon, 31 Jan 2005 15:10:17 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 15:10:17 GMT Resent-Message-Id: <200501311510.j0VFAH7m085192@freefall.freebsd.org> 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 58AF916A4FB for ; Mon, 31 Jan 2005 15:01:13 +0000 (GMT) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819D743D5A for ; Mon, 31 Jan 2005 15:01:12 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([218.222.64.140]) by hfep02.dion.ne.jp with SMTP id <20050131150110085.XRNI@hfep02.dion.ne.jp> for ; Tue, 1 Feb 2005 00:01:10 +0900 Message-Id: <20050201000013.61d5c414.tkato432@yahoo.com> Date: Tue, 1 Feb 2005 00:00:13 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76898: Update port: graphics/skencil X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 15:10:18 -0000 >Number: 76898 >Category: ports >Synopsis: Update port: graphics/skencil >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 Jan 31 15:10:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/skencil/pkg-descr graphics/skencil/pkg-descr --- /usr/ports/graphics/skencil/pkg-descr Thu Jan 29 11:03:10 2004 +++ graphics/skencil/pkg-descr Thu Dec 23 00:22:52 2004 @@ -9,4 +9,4 @@ Skencil was originally named "Sketch" and the name "Sketch" is still used is many places. -WWW: http://sketch.sourceforge.net/ +WWW: http://www.skencil.org/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:10:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C3C316A4D0 for ; Mon, 31 Jan 2005 15:10:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C4243D55 for ; Mon, 31 Jan 2005 15:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFAHEO085166 for ; Mon, 31 Jan 2005 15:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFAH6p085165; Mon, 31 Jan 2005 15:10:17 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 15:10:17 GMT Resent-Message-Id: <200501311510.j0VFAH6p085165@freefall.freebsd.org> 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 BE3E016A4CE for ; Mon, 31 Jan 2005 15:00:57 +0000 (GMT) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF1243D31 for ; Mon, 31 Jan 2005 15:00:56 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([218.222.64.140]) by hfep08.dion.ne.jp with SMTP id <20050131150051405.OVRV@hfep08.dion.ne.jp> for ; Tue, 1 Feb 2005 00:00:51 +0900 Message-Id: <20050201000010.26dc13b9.tkato432@yahoo.com> Date: Tue, 1 Feb 2005 00:00:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76896: Update port: editors/poedit to 1.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, 31 Jan 2005 15:10:19 -0000 >Number: 76896 >Category: ports >Synopsis: Update port: editors/poedit to 1.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 Jan 31 15:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.3.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/poedit/Makefile editors/poedit/Makefile --- /usr/ports/editors/poedit/Makefile Mon Nov 8 14:11:05 2004 +++ editors/poedit/Makefile Sun Jan 30 01:19:53 2005 @@ -7,8 +7,7 @@ # PORTNAME= poedit -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/editors/poedit/distinfo editors/poedit/distinfo --- /usr/ports/editors/poedit/distinfo Tue Oct 12 14:30:20 2004 +++ editors/poedit/distinfo Sun Jan 30 01:12:42 2005 @@ -1,2 +1,2 @@ -MD5 (poedit-1.3.1.tar.gz) = 1f654a72eea180884bd41ec36b3f5fd1 -SIZE (poedit-1.3.1.tar.gz) = 1511706 +MD5 (poedit-1.3.2.tar.gz) = 3fcf4a3b6a8b11f0b7d28fa180efdf7f +SIZE (poedit-1.3.2.tar.gz) = 1679698 diff -urN /usr/ports/editors/poedit/pkg-plist editors/poedit/pkg-plist --- /usr/ports/editors/poedit/pkg-plist Thu Dec 16 20:12:43 2004 +++ editors/poedit/pkg-plist Sun Jan 30 01:42:17 2005 @@ -1,6 +1,7 @@ bin/poedit share/locale/af_ZA/LC_MESSAGES/poedit.mo share/locale/am_ET/LC_MESSAGES/poedit.mo +share/locale/ast/LC_MESSAGES/poedit.mo share/locale/be/LC_MESSAGES/poedit.mo share/locale/bg/LC_MESSAGES/poedit.mo share/locale/bn/LC_MESSAGES/poedit.mo @@ -12,10 +13,12 @@ share/locale/el/LC_MESSAGES/poedit.mo share/locale/eo/LC_MESSAGES/poedit.mo share/locale/es/LC_MESSAGES/poedit.mo +share/locale/es_PR/LC_MESSAGES/poedit.mo share/locale/et/LC_MESSAGES/poedit.mo share/locale/eu/LC_MESSAGES/poedit.mo share/locale/fa_IR/LC_MESSAGES/poedit.mo share/locale/fr/LC_MESSAGES/poedit.mo +share/locale/he/LC_MESSAGES/poedit.mo share/locale/hi/LC_MESSAGES/poedit.mo share/locale/hr/LC_MESSAGES/poedit.mo share/locale/hu/LC_MESSAGES/poedit.mo @@ -23,13 +26,15 @@ share/locale/it/LC_MESSAGES/poedit.mo share/locale/ja/LC_MESSAGES/poedit.mo share/locale/ka/LC_MESSAGES/poedit.mo +share/locale/ko/LC_MESSAGES/poedit.mo +share/locale/ky/LC_MESSAGES/poedit.mo share/locale/lt/LC_MESSAGES/poedit.mo share/locale/lv/LC_MESSAGES/poedit.mo share/locale/mn/LC_MESSAGES/poedit.mo share/locale/nb/LC_MESSAGES/poedit.mo share/locale/nl/LC_MESSAGES/poedit.mo share/locale/nn/LC_MESSAGES/poedit.mo -share/locale/pa_IN/LC_MESSAGES/poedit.mo +share/locale/pa/LC_MESSAGES/poedit.mo share/locale/pl/LC_MESSAGES/poedit.mo share/locale/pt_BR/LC_MESSAGES/poedit.mo share/locale/pt_PT/LC_MESSAGES/poedit.mo @@ -42,6 +47,7 @@ share/locale/sv_SE/LC_MESSAGES/poedit.mo share/locale/ta/LC_MESSAGES/poedit.mo share/locale/tr/LC_MESSAGES/poedit.mo +share/locale/uk/LC_MESSAGES/poedit.mo share/locale/wa/LC_MESSAGES/poedit.mo share/locale/zh_CN/LC_MESSAGES/poedit.mo share/locale/zh_TW/LC_MESSAGES/poedit.mo @@ -50,13 +56,19 @@ %%DATADIR%%/help.zip %%DATADIR%%/resources.zip @dirrm %%DATADIR%% -@unexec rmdir %D/share/locale/af_ZA/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/af_ZA 2> /dev/null || true -@unexec rmdir %D/share/locale/am_ET/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/am_ET 2> /dev/null || true -@unexec rmdir %D/share/locale/pa_IN/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/pa_IN 2> /dev/null || true -@unexec rmdir %D/share/locale/sq_AL/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/sq_AL 2> /dev/null || true @unexec rmdir %D/share/locale/sv_SE/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/sv_SE 2> /dev/null || true +@unexec rmdir %D/share/locale/sq_AL/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/sq_AL 2> /dev/null || true +@unexec rmdir %D/share/locale/pa/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/pa 2> /dev/null || true +@unexec rmdir %D/share/locale/ky/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/ky 2> /dev/null || true +@unexec rmdir %D/share/locale/es_PR/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/es_PR 2> /dev/null || true +@unexec rmdir %D/share/locale/ast/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/ast 2> /dev/null || true +@unexec rmdir %D/share/locale/am_ET/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/am_ET 2> /dev/null || true +@unexec rmdir %D/share/locale/af_ZA/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/af_ZA 2> /dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:10:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 800DA16A4D2 for ; Mon, 31 Jan 2005 15:10:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 960FE43D5D for ; Mon, 31 Jan 2005 15:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFAHLw085179 for ; Mon, 31 Jan 2005 15:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFAHuO085178; Mon, 31 Jan 2005 15:10:17 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 15:10:17 GMT Resent-Message-Id: <200501311510.j0VFAHuO085178@freefall.freebsd.org> 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 3BBA716A4CE for ; Mon, 31 Jan 2005 15:01:07 +0000 (GMT) Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E6F643D58 for ; Mon, 31 Jan 2005 15:01:05 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([218.222.64.140]) by hfep06.dion.ne.jp with SMTP id <20050131150100999.HJFD@hfep06.dion.ne.jp> for ; Tue, 1 Feb 2005 00:01:01 +0900 Message-Id: <20050201000012.4a6a2dc3.tkato432@yahoo.com> Date: Tue, 1 Feb 2005 00:00:12 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76897: Update port: graphics/jpegpixi to 1.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 15:10:19 -0000 >Number: 76897 >Category: ports >Synopsis: Update port: graphics/jpegpixi to 1.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 31 15:10:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/jpegpixi/Makefile graphics/jpegpixi/Makefile --- /usr/ports/graphics/jpegpixi/Makefile Sun Dec 19 09:44:05 2004 +++ graphics/jpegpixi/Makefile Sat Jan 29 22:38:24 2005 @@ -6,10 +6,9 @@ # PORTNAME= jpegpixi -PORTVERSION= 0.14 +PORTVERSION= 1.0.3 CATEGORIES= graphics MASTER_SITES= http://www.zero-based.org/software/jpegpixi/ -MASTER_SITE_SUBDIR= jpegpixi MAINTAINER= ports@FreeBSD.org COMMENT= Useful to correct images from digtal camera with CCD defects @@ -17,9 +16,19 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-jpeglib-include=${LOCALBASE}/include \ - --with-jpeglib-lib=${LOCALBASE}/lib +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" -MAN1= jpegpixi.1 jpeghotp.1 +MANLANG= "" de fi fr +MAN1= jpeghotp.1 jpegpixi.1 + +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif .include diff -urN /usr/ports/graphics/jpegpixi/distinfo graphics/jpegpixi/distinfo --- /usr/ports/graphics/jpegpixi/distinfo Thu Mar 18 13:52:15 2004 +++ graphics/jpegpixi/distinfo Sat Jan 29 22:34:00 2005 @@ -1,2 +1,2 @@ -MD5 (jpegpixi-0.14.tar.gz) = 91a7a6d948c9e23a9be48611babdcc1e -SIZE (jpegpixi-0.14.tar.gz) = 113834 +MD5 (jpegpixi-1.0.3.tar.gz) = cd34dfe975d3822b117ba26f5f43b052 +SIZE (jpegpixi-1.0.3.tar.gz) = 153432 diff -urN /usr/ports/graphics/jpegpixi/pkg-descr graphics/jpegpixi/pkg-descr --- /usr/ports/graphics/jpegpixi/pkg-descr Thu Jun 20 13:47:47 2002 +++ graphics/jpegpixi/pkg-descr Sat Jan 29 22:30:14 2005 @@ -1,17 +1,17 @@ -"Jpegpixi" is short for "JPEG pixel interpolator". The intent of the -program is to interpolate pixels in JFIF images (commonly refered to as -"JPEG images"). This is useful to correct images from a digital camera -with CCD defects. For example, if one pixel is always bright green, this -pixel can be interpolated away with jpegpixi. +"Jpegpixi" is short for "JPEG pixel interpolator". The intent of +the program is to interpolate pixels in JFIF images (commonly refered +to as "JPEG images"). This is useful to correct images from a digital +camera with CCD defects. For example, if one pixel is always bright +green, this pixel can be interpolated away with jpegpixi. -Jpegpixi is unique in that it tries to preserve the quality of the JFIF -image as much as possible. Usual graphics programs decode JFIF images -when they are loaded, and re-encode them when they are saved, which -results in an overall loss of quality. Jpegpixi, on the other hand, does -not decode and re-encode the image, but manipulates the encoded image -data (known as the "DCT coefficients"). Therefore, the blocks (typically -8x8, 8x16, or 16x16 pixel areas) which contain the pixels to be -interpolated are minimally disturbed, and other blocks remain -pixel-by-pixel identical to the original image. +Jpegpixi is unique in that it tries to preserve the quality of the +JFIF image as much as possible. Usual graphics programs decode JFIF +images when they are loaded, and re-encode them when they are saved, +which results in an overall loss of quality. Jpegpixi, on the other +hand, does not decode and re-encode the image, but manipulates the +encoded image data (known as the "DCT coefficients"). Therefore, +the blocks (typically 8x8, 8x16, or 16x16 pixel areas) which contain +the pixels to be interpolated are minimally disturbed, and other +blocks remain pixel-by-pixel identical to the original image. WWW: http://jpegpixi.sourceforge.net/ diff -urN /usr/ports/graphics/jpegpixi/pkg-plist graphics/jpegpixi/pkg-plist --- /usr/ports/graphics/jpegpixi/pkg-plist Tue Jan 13 13:55:10 2004 +++ graphics/jpegpixi/pkg-plist Sat Jan 29 22:38:34 2005 @@ -1,2 +1,5 @@ -bin/jpegpixi bin/jpeghotp +bin/jpegpixi +%%NLS%%share/locale/de/LC_MESSAGES/jpegpixi.mo +%%NLS%%share/locale/fi/LC_MESSAGES/jpegpixi.mo +%%NLS%%share/locale/fr/LC_MESSAGES/jpegpixi.mo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:10:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A95AA16A4CE for ; Mon, 31 Jan 2005 15:10:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3661543D64 for ; Mon, 31 Jan 2005 15:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFAIox085206 for ; Mon, 31 Jan 2005 15:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFAIcT085205; Mon, 31 Jan 2005 15:10:18 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 15:10:18 GMT Resent-Message-Id: <200501311510.j0VFAIcT085205@freefall.freebsd.org> 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 8F63816A515 for ; Mon, 31 Jan 2005 15:01:20 +0000 (GMT) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505A143D58 for ; Mon, 31 Jan 2005 15:01:19 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([218.222.64.140]) by hfep08.dion.ne.jp with SMTP id <20050131150116604.OVXO@hfep08.dion.ne.jp> for ; Tue, 1 Feb 2005 00:01:16 +0900 Message-Id: <20050201000016.487b08ab.tkato432@yahoo.com> Date: Tue, 1 Feb 2005 00:00:16 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76899: Update port: graphics/xpaint to 2.7.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: Mon, 31 Jan 2005 15:10:20 -0000 >Number: 76899 >Category: ports >Synopsis: Update port: graphics/xpaint to 2.7.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: Mon Jan 31 15:10:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.7.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/xpaint/Makefile graphics/xpaint/Makefile --- /usr/ports/graphics/xpaint/Makefile Wed Oct 27 12:09:47 2004 +++ graphics/xpaint/Makefile Sun Jan 30 18:41:14 2005 @@ -6,7 +6,7 @@ # PORTNAME= xpaint -PORTVERSION= 2.7.2 +PORTVERSION= 2.7.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.ac-grenoble.fr/Office/ diff -urN /usr/ports/graphics/xpaint/distinfo graphics/xpaint/distinfo --- /usr/ports/graphics/xpaint/distinfo Wed Oct 27 12:09:47 2004 +++ graphics/xpaint/distinfo Sun Jan 30 18:54:25 2005 @@ -1,2 +1,2 @@ -MD5 (xpaint-2.7.2.tar.bz2) = 4713789df2aabc0d1352a63b10315864 -SIZE (xpaint-2.7.2.tar.bz2) = 609645 +MD5 (xpaint-2.7.3.tar.bz2) = acfdb2c7faeb3124988727727a41672d +SIZE (xpaint-2.7.3.tar.bz2) = 615007 diff -urN /usr/ports/graphics/xpaint/files/patch-ab graphics/xpaint/files/patch-ab --- /usr/ports/graphics/xpaint/files/patch-ab Mon Dec 11 11:50:27 2000 +++ graphics/xpaint/files/patch-ab Sun Jan 30 18:56:07 2005 @@ -1,15 +1,15 @@ ---- fileName.c.orig Wed Oct 4 00:11:54 2000 -+++ fileName.c Wed Oct 4 00:13:04 2000 -@@ -37,7 +37,7 @@ +--- fileName.c.orig Mon Nov 8 21:41:46 2004 ++++ fileName.c Sun Jan 30 18:55:53 2005 +@@ -38,7 +38,7 @@ #include #include #include --#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN__) -+#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN__) || defined(__FreeBSD__) +-#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN__) || defined(__VMS ) ++#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN__) || defined(__VMS ) || defined(__FreeBSD__) #include #else #include -@@ -395,7 +395,7 @@ +@@ -409,7 +409,7 @@ setCWD(arg_t * arg, char *dir) { DIR *dirp; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:10:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03DB616A4D0 for ; Mon, 31 Jan 2005 15:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9801043D69 for ; Mon, 31 Jan 2005 15:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFAIMS085219 for ; Mon, 31 Jan 2005 15:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFAI0g085218; Mon, 31 Jan 2005 15:10:18 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 15:10:18 GMT Resent-Message-Id: <200501311510.j0VFAI0g085218@freefall.freebsd.org> 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 D089216A4CE for ; Mon, 31 Jan 2005 15:01:28 +0000 (GMT) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51CB943D2F for ; Mon, 31 Jan 2005 15:01:27 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([218.222.64.140]) by hfep02.dion.ne.jp with SMTP id <20050131150123651.XRPR@hfep02.dion.ne.jp> for ; Tue, 1 Feb 2005 00:01:23 +0900 Message-Id: <20050201000017.02ed2e16.tkato432@yahoo.com> Date: Tue, 1 Feb 2005 00:00:17 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76900: Update port: multimedia/quark X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 15:10:20 -0000 >Number: 76900 >Category: ports >Synopsis: Update port: multimedia/quark >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 Jan 31 15:10:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Support CFLAGS properly - Support PKGMESSAGE - Support GCONF_SCHEMAS - Fix COMMENT format >How-To-Repeat: >Fix: diff -urN /usr/ports/multimedia/quark/Makefile multimedia/quark/Makefile --- /usr/ports/multimedia/quark/Makefile Thu Dec 30 14:32:57 2004 +++ multimedia/quark/Makefile Mon Jan 31 19:17:49 2005 @@ -6,32 +6,37 @@ PORTNAME= quark PORTVERSION= 3.21 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia gnome MASTER_SITES= http://quark.sunsite.dk/ \ http://demian.dyndns.org/src/ MAINTAINER= ports@FreeBSD.org -COMMENT= Quark is an audio player, for geeks, by geeks +COMMENT= A audio player, for geeks, by geeks LIB_DEPENDS= xine.12:${PORTSDIR}/multimedia/libxine USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix gnometarget gnomevfs2 +USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 -USE_GNOME= gnomehack gnomeprefix gnomevfs2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -DOCS= AUTHORS COPYING INSTALL README +GCONF_SCHEMAS= quark.schemas strange-quark.schemas + +post-patch: + @${REINPLACE_CMD} -e \ + 's|CFLAGS="-g |CFLAGS="$$CFLAGS |g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) - ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} +.for file in AUTHORS INSTALL README + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif - @${CAT} pkg-message + @${CAT} ${PKGMESSAGE} .include diff -urN /usr/ports/multimedia/quark/pkg-plist multimedia/quark/pkg-plist --- /usr/ports/multimedia/quark/pkg-plist Thu Jul 8 13:43:11 2004 +++ multimedia/quark/pkg-plist Sun Jan 30 23:35:55 2005 @@ -1,17 +1,10 @@ bin/charm-quark bin/quark bin/strange-quark -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/quark.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/quark.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/quark.schemas > /dev/null || /usr/bin/true -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/strange-quark.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/strange-quark.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/strange-quark.schemas > /dev/null || /usr/bin/true -%%PORTDOCS%%share/doc/quark/AUTHORS -%%PORTDOCS%%share/doc/quark/COPYING -%%PORTDOCS%%share/doc/quark/INSTALL -%%PORTDOCS%%share/doc/quark/README +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/README share/gnome/applications/quark.desktop share/gnome/pixmaps/quark.png share/locale/ko/LC_MESSAGES/quark.mo -@dirrm share/doc/quark +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:10:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E73E16A4D2 for ; Mon, 31 Jan 2005 15:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3B0843D46 for ; Mon, 31 Jan 2005 15:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFAGnH085109 for ; Mon, 31 Jan 2005 15:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFAG0H085108; Mon, 31 Jan 2005 15:10:16 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 15:10:16 GMT Resent-Message-Id: <200501311510.j0VFAG0H085108@freefall.freebsd.org> 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 58ECD16A4CE for ; Mon, 31 Jan 2005 15:00:48 +0000 (GMT) Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id B44CE43D31 for ; Mon, 31 Jan 2005 15:00:46 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([218.222.64.140]) by hfep03.dion.ne.jp with SMTP id <20050131150039166.FLDN@hfep03.dion.ne.jp> for ; Tue, 1 Feb 2005 00:00:39 +0900 Message-Id: <20050201000008.5f7cc631.tkato432@yahoo.com> Date: Tue, 1 Feb 2005 00:00:08 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76895: Update port: deskutils/kdissert to 0.3.4.1 (fix ports/76542) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 15:10:21 -0000 >Number: 76895 >Category: ports >Synopsis: Update port: deskutils/kdissert to 0.3.4.1 (fix ports/76542) >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 Jan 31 15:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.3.4.1 New file: files/patch-SConstruct Following PR should be superseded by this one: 2005/01/21 ports/76542 krion Update port: deskutils/kdissert to 0.3.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/kdissert/Makefile deskutils/kdissert/Makefile --- /usr/ports/deskutils/kdissert/Makefile Wed Jan 12 13:36:11 2005 +++ deskutils/kdissert/Makefile Mon Jan 31 20:10:36 2005 @@ -6,34 +6,99 @@ # PORTNAME= kdissert -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.4.1 CATEGORIES= deskutils kde -MASTER_SITES= http://freehackers.org/~tnagy/kdissert/ \ +MASTER_SITES= http://www.freehackers.org/~tnagy/kdissert/ \ ftp://ftp.fasta.fh-dortmund.de/mirror/gentoo/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= KDE mindmapping tool -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \ + gsed:${PORTSDIR}/textproc/gsed USE_BZIP2= yes USE_KDELIBS_VER= 3 USE_REINPLACE= yes USE_GMAKE= yes -WANT_LIBTOOL_VER= 15 -MAKE_ARGS= CXX="${CXX}" \ - COMMONCXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS}" \ - LIBTOOL="${LIBTOOL} --silent --tag=CXX" \ - SUBLIBS="${PTHREAD_LIBS}" \ - SHELL="${LOCALBASE}/bin/bash" -INSTALLS_SHLIB= yes post-patch: - @${REINPLACE_CMD} -e 's|#!/bin/bash|!#!${LOCALBASE}/bin/bash|g ; \ - s|-en|-n|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's:%%CXX%%:${CXX}:g ; \ + s:%%CXXFLAGS%%:${CXXFLAGS} ${PTHREAD_CFLAGS}:g ; \ + s:%%LINKFLAGS%%:${PTHREAD_LIBS}:g' ${WRKSRC}/SConstruct + @${REINPLACE_CMD} -e \ + 's:-en:-n:g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's:|sed:|gsed:g' ${WRKSRC}/kde.py do-configure: - @cd ${WRKSRC} \ - && QTDIR="${QT_PREFIX}" ./configure --prefix="${PREFIX}" + @cd ${CONFIGURE_WRKSRC} && ./configure --prefix="${PREFIX}" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/kdissert/kdissert ${PREFIX}/bin + @${MKDIR} ${PREFIX}/lib/kde3 + ${INSTALL_DATA} ${WRKSRC}/src/templates/*.la ${PREFIX}/lib/kde3 + ${INSTALL_DATA} ${WRKSRC}/src/templates/*.so ${PREFIX}/lib/kde3 + @${MKDIR} ${PREFIX}/share/applications/kde + ${INSTALL_DATA} ${WRKSRC}/src/appdata/kdissert.desktop \ + ${PREFIX}/share/applications/kde + @${MKDIR} ${PREFIX}/share/applnk/Utilities + ${INSTALL_DATA} ${WRKSRC}/src/appdata/kdissert.desktop \ + ${PREFIX}/share/applnk/Utilities + @${MKDIR} ${PREFIX}/share/apps/kdissert + ${INSTALL_DATA} ${WRKSRC}/src/appdata/kdissertui.rc \ + ${PREFIX}/share/apps/kdissert + ${INSTALL_DATA} ${WRKSRC}/src/appdata/tips \ + ${PREFIX}/share/apps/kdissert + @${MKDIR} ${PREFIX}/share/apps/kdissert/pics + ${INSTALL_DATA} ${WRKSRC}/src/pics/nopix.png \ + ${PREFIX}/share/apps/kdissert/pics + @${MKDIR} ${PREFIX}/share/apps/kdissert/templatedata + ${INSTALL_DATA} ${WRKSRC}/src/templates/*.tar.gz \ + ${PREFIX}/share/apps/kdissert/templatedata + @${MKDIR} ${PREFIX}/share/apps/kdissertpart + ${INSTALL_DATA} ${WRKSRC}/src/appdata/kdissertpart.rc \ + ${PREFIX}/share/apps/kdissertpart + @${MKDIR} ${PREFIX}/share/config.kcfg + ${INSTALL_DATA} ${WRKSRC}/src/kdissert/kdissert.kcfg \ + ${PREFIX}/share/config.kcfg +.for lang in en fr + @${MKDIR} ${PREFIX}/share/doc/HTML/${lang}/kdissert + ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/index.cache.bz2 \ + ${PREFIX}/share/doc/HTML/${lang}/kdissert + ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/index.docbook \ + ${PREFIX}/share/doc/HTML/${lang}/kdissert + ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/screenshot.png \ + ${PREFIX}/share/doc/HTML/${lang}/kdissert +.endfor +.for size in 16 22 32 64 128 + @${MKDIR} ${PREFIX}/share/icons/crystalsvg/${size}x${size}/actions + ${INSTALL_DATA} ${WRKSRC}/src/pics/toolbar/cr${size}-action-kdissert_sort.png \ + ${PREFIX}/share/icons/crystalsvg/${size}x${size}/actions/kdissert_sort.png +.endfor +.for size in 16 22 32 + @${MKDIR} ${PREFIX}/share/icons/crystalsvg/${size}x${size}/actions + ${INSTALL_DATA} ${WRKSRC}/src/pics/toolbar/cr${size}-action-kdissert_link.png \ + ${PREFIX}/share/icons/crystalsvg/${size}x${size}/actions/kdissert_link.png + ${INSTALL_DATA} ${WRKSRC}/src/pics/toolbar/cr${size}-action-kdissert_point.png \ + ${PREFIX}/share/icons/crystalsvg/${size}x${size}/actions/kdissert_point.png +.endfor +.for size in 16 32 64 128 + @${MKDIR} ${PREFIX}/share/icons/hicolor/${size}x${size}/apps + ${INSTALL_DATA} ${WRKSRC}/src/appdata/hi${size}-app-kdissert.png \ + ${PREFIX}/share/icons/hicolor/${size}x${size}/apps/kdissert.png +.endfor +.for lang in de fr nl pl + @${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES + ${INSTALL_DATA} ${WRKSRC}/po/${lang}.gmo \ + ${PREFIX}/share/locale/${lang}/LC_MESSAGES/kdissert.mo +.endfor + @${MKDIR} ${PREFIX}/share/mimelnk/application + ${INSTALL_DATA} ${WRKSRC}/src/appdata/x-kdissert.desktop \ + ${PREFIX}/share/mimelnk/application + @${MKDIR} ${PREFIX}/share/services + ${INSTALL_DATA} ${WRKSRC}/src/appdata/kdissertpart.desktop \ + ${PREFIX}/share/services .include diff -urN /usr/ports/deskutils/kdissert/distinfo deskutils/kdissert/distinfo --- /usr/ports/deskutils/kdissert/distinfo Thu Dec 16 14:04:30 2004 +++ deskutils/kdissert/distinfo Mon Jan 31 19:40:18 2005 @@ -1,2 +1,2 @@ -MD5 (kdissert-0.3.1.tar.bz2) = 78e8f19733df54e0f47479aaa3d27d98 -SIZE (kdissert-0.3.1.tar.bz2) = 443163 +MD5 (kdissert-0.3.4.1.tar.bz2) = d3ee0bec6fcbe1c7b81eb00d4eb1a2d4 +SIZE (kdissert-0.3.4.1.tar.bz2) = 506195 diff -urN /usr/ports/deskutils/kdissert/files/patch-SConstruct deskutils/kdissert/files/patch-SConstruct --- /usr/ports/deskutils/kdissert/files/patch-SConstruct Thu Jan 1 09:00:00 1970 +++ deskutils/kdissert/files/patch-SConstruct Tue Jan 18 19:51:28 2005 @@ -0,0 +1,13 @@ +--- SConstruct.orig Sun Jan 16 00:08:50 2005 ++++ SConstruct Tue Jan 18 19:45:45 2005 +@@ -14,6 +14,10 @@ + + env.AppendUnique(LIBS = ['qt-mt', 'kdecore']) + ++env['CXX'] = "%%CXX%%" ++env['CXXFLAGS'] = "%%CXXFLAGS%%" ++env.AppendUnique(LINKFLAGS = ['%%LINKFLAGS%%']) ++ + env['ITARGETS'] = [] + + ### subdirectories diff -urN /usr/ports/deskutils/kdissert/pkg-plist deskutils/kdissert/pkg-plist --- /usr/ports/deskutils/kdissert/pkg-plist Wed Jan 26 18:05:30 2005 +++ deskutils/kdissert/pkg-plist Tue Jan 18 23:25:28 2005 @@ -25,11 +25,14 @@ share/apps/kdissert/templatedata/kdisspdflatexbook.tar.gz share/apps/kdissert/templatedata/kdissprosperslides.tar.gz share/apps/kdissert/tips +share/apps/kdissertpart/kdissertpart.rc share/config.kcfg/kdissert.kcfg -share/doc/HTML/en/kdissert/common share/doc/HTML/en/kdissert/index.cache.bz2 share/doc/HTML/en/kdissert/index.docbook share/doc/HTML/en/kdissert/screenshot.png +share/doc/HTML/fr/kdissert/index.cache.bz2 +share/doc/HTML/fr/kdissert/index.docbook +share/doc/HTML/fr/kdissert/screenshot.png share/icons/crystalsvg/128x128/actions/kdissert_sort.png share/icons/crystalsvg/16x16/actions/kdissert_link.png share/icons/crystalsvg/16x16/actions/kdissert_point.png @@ -48,42 +51,12 @@ share/locale/de/LC_MESSAGES/kdissert.mo share/locale/fr/LC_MESSAGES/kdissert.mo share/locale/nl/LC_MESSAGES/kdissert.mo -share/locale/no/LC_MESSAGES/kdissert.mo share/locale/pl/LC_MESSAGES/kdissert.mo share/mimelnk/application/x-kdissert.desktop -@unexec rmdir %D/share/mimelnk/application 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/64x64 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/128x128/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/128x128 2>/dev/null || true -@dirrm share/icons/crystalsvg/64x64/actions/kdissert -@unexec rmdir %D/share/icons/crystalsvg/64x64/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/64x64 2>/dev/null || true -@dirrm share/icons/crystalsvg/32x32/actions/kdissert -@unexec rmdir %D/share/icons/crystalsvg/32x32/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/32x32 2>/dev/null || true -@dirrm share/icons/crystalsvg/22x22/actions/kdissert -@unexec rmdir %D/share/icons/crystalsvg/22x22/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/22x22 2>/dev/null || true -@dirrm share/icons/crystalsvg/16x16/actions/kdissert -@unexec rmdir %D/share/icons/crystalsvg/16x16/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/16x16 2>/dev/null || true -@dirrm share/icons/crystalsvg/128x128/actions/kdissert -@unexec rmdir %D/share/icons/crystalsvg/128x128/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/128x128 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true +share/services/kdissertpart.desktop +@dirrm share/doc/HTML/fr/kdissert @dirrm share/doc/HTML/en/kdissert -@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true +@dirrm share/apps/kdissertpart @dirrm share/apps/kdissert/templatedata @dirrm share/apps/kdissert/pics @dirrm share/apps/kdissert -@unexec rmdir %D/share/apps 2>/dev/null || true -@unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true -@unexec rmdir %D/share/applnk 2>/dev/null || true -@unexec rmdir %D/share/applications/kde 2>/dev/null || true -@unexec rmdir %D/share/applications 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:10:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1402316A4CE for ; Mon, 31 Jan 2005 15:10:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C7A43D55 for ; Mon, 31 Jan 2005 15:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFAKSk085253 for ; Mon, 31 Jan 2005 15:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFAKHW085252; Mon, 31 Jan 2005 15:10:20 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 15:10:20 GMT Resent-Message-Id: <200501311510.j0VFAKHW085252@freefall.freebsd.org> 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 0F28C16A4CE for ; Mon, 31 Jan 2005 15:01:51 +0000 (GMT) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id B293543D39 for ; Mon, 31 Jan 2005 15:01:49 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([218.222.64.140]) by hfep02.dion.ne.jp with SMTP id <20050131150145477.XRTE@hfep02.dion.ne.jp> for ; Tue, 1 Feb 2005 00:01:45 +0900 Message-Id: <20050201000021.38fb22f8.tkato432@yahoo.com> Date: Tue, 1 Feb 2005 00:00:21 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76902: Update port: sysutils/bubblemon2 to 2.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 15:10:21 -0000 >Number: 76902 >Category: ports >Synopsis: Update port: sysutils/bubblemon2 to 2.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 31 15:10:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.0.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/bubblemon2/Makefile sysutils/bubblemon2/Makefile --- /usr/ports/sysutils/bubblemon2/Makefile Mon Dec 13 13:32:33 2004 +++ sysutils/bubblemon2/Makefile Sun Jan 30 23:02:08 2005 @@ -5,39 +5,33 @@ # $FreeBSD: ports/sysutils/bubblemon2/Makefile,v 1.6 2004/12/12 14:49:37 josef Exp $ PORTNAME= bubblemon2 -PORTVERSION= 2.0.1 -PORTREVISION= 3 +PORTVERSION= 2.0.3 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= bubblemon DISTNAME= bubblemon-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Bubblemon2 is a system CPU and memory load monitor for GNOME2 +COMMENT= A system CPU and memory load monitor for GNOME2 LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2 USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomepanel gnomeprefix gnometarget intlhack USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 -USE_GNOME= gnomehack gnomeprefix gnomepanel -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAN1= bubblemon-gnome2.1 MANLANG= "" hu sv - -DOCS= AUTHORS COPYING ChangeLog FAQ PROFILING TRANSLATIONS NEWS README TODO - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ;' ${WRKSRC}/configure +MAN1= bubblemon-gnome2.1 post-install: .if !defined(NOPORTDOCS) - ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} +.for file in AUTHORS ChangeLog FAQ PROFILING TRANSLATIONS NEWS README TODO + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff -urN /usr/ports/sysutils/bubblemon2/distinfo sysutils/bubblemon2/distinfo --- /usr/ports/sysutils/bubblemon2/distinfo Wed Mar 31 18:13:53 2004 +++ sysutils/bubblemon2/distinfo Sun Jan 30 22:51:38 2005 @@ -1,2 +1,2 @@ -MD5 (bubblemon-2.0.1.tar.gz) = 8153a682551fcc73344420c4857ea198 -SIZE (bubblemon-2.0.1.tar.gz) = 112655 +MD5 (bubblemon-2.0.3.tar.gz) = 053ebe6fd72c225de1f5972a1ae01dd2 +SIZE (bubblemon-2.0.3.tar.gz) = 321322 diff -urN /usr/ports/sysutils/bubblemon2/pkg-plist sysutils/bubblemon2/pkg-plist --- /usr/ports/sysutils/bubblemon2/pkg-plist Thu Dec 16 20:20:45 2004 +++ sysutils/bubblemon2/pkg-plist Sun Jan 30 22:57:53 2005 @@ -1,32 +1,32 @@ libdata/bonobo/servers/GNOME_BubblemonApplet.server libexec/bubblemon-gnome2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/PROFILING +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/TRANSLATIONS share/gnome/gnome-2.0/ui/GNOME_BubblemonApplet.xml share/gnome/pixmaps/bubblemon.png -share/locale/sv/LC_MESSAGES/bubblemon.mo -share/locale/fr/LC_MESSAGES/bubblemon.mo -share/locale/pl/LC_MESSAGES/bubblemon.mo -share/locale/de/LC_MESSAGES/bubblemon.mo -share/locale/ko/LC_MESSAGES/bubblemon.mo -share/locale/fi/LC_MESSAGES/bubblemon.mo +share/locale/ca/LC_MESSAGES/bubblemon.mo share/locale/da/LC_MESSAGES/bubblemon.mo -share/locale/sh/LC_MESSAGES/bubblemon.mo -share/locale/pt/LC_MESSAGES/bubblemon.mo -share/locale/ro/LC_MESSAGES/bubblemon.mo +share/locale/de/LC_MESSAGES/bubblemon.mo share/locale/es/LC_MESSAGES/bubblemon.mo -share/locale/no/LC_MESSAGES/bubblemon.mo +share/locale/fi/LC_MESSAGES/bubblemon.mo +share/locale/fr/LC_MESSAGES/bubblemon.mo share/locale/hu/LC_MESSAGES/bubblemon.mo -share/locale/it/LC_MESSAGES/bubblemon.mo share/locale/is/LC_MESSAGES/bubblemon.mo +share/locale/it/LC_MESSAGES/bubblemon.mo +share/locale/ko/LC_MESSAGES/bubblemon.mo +share/locale/no/LC_MESSAGES/bubblemon.mo +share/locale/pl/LC_MESSAGES/bubblemon.mo +share/locale/pt/LC_MESSAGES/bubblemon.mo +share/locale/ro/LC_MESSAGES/bubblemon.mo share/locale/ru/LC_MESSAGES/bubblemon.mo -%%PORTDOCS%%share/doc/bubblemon2/AUTHORS -%%PORTDOCS%%share/doc/bubblemon2/COPYING -%%PORTDOCS%%share/doc/bubblemon2/ChangeLog -%%PORTDOCS%%share/doc/bubblemon2/FAQ -%%PORTDOCS%%share/doc/bubblemon2/NEWS -%%PORTDOCS%%share/doc/bubblemon2/PROFILING -%%PORTDOCS%%share/doc/bubblemon2/README -%%PORTDOCS%%share/doc/bubblemon2/TODO -%%PORTDOCS%%share/doc/bubblemon2/TRANSLATIONS -%%PORTDOCS%%@dirrm share/doc/bubblemon2 +share/locale/sh/LC_MESSAGES/bubblemon.mo +share/locale/sv/LC_MESSAGES/bubblemon.mo +%%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rmdir %D/share/locale/sh/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/sh 2> /dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:10:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F5A416A4CE for ; Mon, 31 Jan 2005 15:10:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF0A343D5F for ; Mon, 31 Jan 2005 15:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFAKpM085276 for ; Mon, 31 Jan 2005 15:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFAK57085275; Mon, 31 Jan 2005 15:10:20 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 15:10:20 GMT Resent-Message-Id: <200501311510.j0VFAK57085275@freefall.freebsd.org> 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 9E12416A4CE for ; Mon, 31 Jan 2005 15:01:59 +0000 (GMT) Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id C89B643D60 for ; Mon, 31 Jan 2005 15:01:57 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([218.222.64.140]) by hfep03.dion.ne.jp with SMTP id <20050131150153833.FLUS@hfep03.dion.ne.jp> for ; Tue, 1 Feb 2005 00:01:53 +0900 Message-Id: <20050201000022.2b366634.tkato432@yahoo.com> Date: Tue, 1 Feb 2005 00:00:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76903: Update port: textproc/rubber to 0.99.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 15:10:21 -0000 >Number: 76903 >Category: ports >Synopsis: Update port: textproc/rubber to 0.99.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 31 15:10:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.99.8 >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/rubber/Makefile textproc/rubber/Makefile --- /usr/ports/textproc/rubber/Makefile Mon May 10 13:31:19 2004 +++ textproc/rubber/Makefile Thu Jan 27 02:23:23 2005 @@ -7,7 +7,7 @@ # PORTNAME= rubber -PORTVERSION= 0.99.7 +PORTVERSION= 0.99.8 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/textproc/rubber/distinfo textproc/rubber/distinfo --- /usr/ports/textproc/rubber/distinfo Mon May 10 13:31:19 2004 +++ textproc/rubber/distinfo Thu Jan 27 02:25:39 2005 @@ -1,2 +1,2 @@ -MD5 (rubber-0.99.7.tar.gz) = f82508ed7b061aa7207f29a41687f464 -SIZE (rubber-0.99.7.tar.gz) = 70485 +MD5 (rubber-0.99.8.tar.gz) = bfa76fd5f2bf29a4805a4c422c249fc2 +SIZE (rubber-0.99.8.tar.gz) = 75781 diff -urN /usr/ports/textproc/rubber/files/patch-setup.py textproc/rubber/files/patch-setup.py --- /usr/ports/textproc/rubber/files/patch-setup.py Mon May 10 03:29:05 2004 +++ textproc/rubber/files/patch-setup.py Thu Jan 27 02:27:39 2005 @@ -1,5 +1,5 @@ ---- setup.py.orig Fri Feb 20 22:34:09 2004 -+++ setup.py Sat May 1 23:05:23 2004 +--- setup.py.orig Sat Jun 26 22:57:07 2004 ++++ setup.py Thu Jan 27 02:27:30 2005 @@ -103,10 +103,8 @@ from distutils.core import setup try: @@ -13,11 +13,11 @@ version = settings.sub["version"], @@ -132,8 +130,7 @@ [(mandir + "/man1", - ["doc/man-en/rubber.1", "doc/man-en/rubber-info.1"]), + ["doc/man-en/rubber.1", "doc/man-en/rubber-info.1", "doc/man-en/rubber-pipe.1"]), (mandir + "/fr/man1", -- ["doc/man-fr/rubber.1", "doc/man-fr/rubber-info.1"]), +- ["doc/man-fr/rubber.1", "doc/man-fr/rubber-info.1", "doc/man-fr/rubber-pipe.1"]), - (infodir, ["doc/rubber.info"])] -+ ["doc/man-fr/rubber.1", "doc/man-fr/rubber-info.1"])] ++ ["doc/man-fr/rubber.1", "doc/man-fr/rubber-info.1", "doc/man-fr/rubber-pipe.1"])] ) diff -urN /usr/ports/textproc/rubber/pkg-plist textproc/rubber/pkg-plist --- /usr/ports/textproc/rubber/pkg-plist Mon May 10 13:31:20 2004 +++ textproc/rubber/pkg-plist Thu Jan 27 02:32:13 2005 @@ -41,6 +41,8 @@ %%PYTHON_SITELIBDIR%%/rubber/modules/dvips.pyc %%PYTHON_SITELIBDIR%%/rubber/modules/epsfig.py %%PYTHON_SITELIBDIR%%/rubber/modules/epsfig.pyc +%%PYTHON_SITELIBDIR%%/rubber/modules/etex.py +%%PYTHON_SITELIBDIR%%/rubber/modules/etex.pyc %%PYTHON_SITELIBDIR%%/rubber/modules/expand.py %%PYTHON_SITELIBDIR%%/rubber/modules/expand.pyc %%PYTHON_SITELIBDIR%%/rubber/modules/graphics.py @@ -51,6 +53,8 @@ %%PYTHON_SITELIBDIR%%/rubber/modules/gz.pyc %%PYTHON_SITELIBDIR%%/rubber/modules/hyperref.py %%PYTHON_SITELIBDIR%%/rubber/modules/hyperref.pyc +%%PYTHON_SITELIBDIR%%/rubber/modules/index.py +%%PYTHON_SITELIBDIR%%/rubber/modules/index.pyc %%PYTHON_SITELIBDIR%%/rubber/modules/lhs2TeX.py %%PYTHON_SITELIBDIR%%/rubber/modules/lhs2TeX.pyc %%PYTHON_SITELIBDIR%%/rubber/modules/makeidx.py @@ -65,6 +69,8 @@ %%PYTHON_SITELIBDIR%%/rubber/modules/multibib.pyc %%PYTHON_SITELIBDIR%%/rubber/modules/natbib.py %%PYTHON_SITELIBDIR%%/rubber/modules/natbib.pyc +%%PYTHON_SITELIBDIR%%/rubber/modules/omega.py +%%PYTHON_SITELIBDIR%%/rubber/modules/omega.pyc %%PYTHON_SITELIBDIR%%/rubber/modules/pdftex.py %%PYTHON_SITELIBDIR%%/rubber/modules/pdftex.pyc %%PYTHON_SITELIBDIR%%/rubber/modules/ps2pdf.py >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:10:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0190616A4E2 for ; Mon, 31 Jan 2005 15:10:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF36943D2D for ; Mon, 31 Jan 2005 15:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFAI3W085232 for ; Mon, 31 Jan 2005 15:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFAIUX085231; Mon, 31 Jan 2005 15:10:18 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 15:10:18 GMT Resent-Message-Id: <200501311510.j0VFAIUX085231@freefall.freebsd.org> 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 F1EC516A4D2 for ; Mon, 31 Jan 2005 15:01:41 +0000 (GMT) Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 017E843D55 for ; Mon, 31 Jan 2005 15:01:40 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([218.222.64.140]) by hfep06.dion.ne.jp with SMTP id <20050131150131918.HJMB@hfep06.dion.ne.jp> for ; Tue, 1 Feb 2005 00:01:31 +0900 Message-Id: <20050201000019.31e3b98e.tkato432@yahoo.com> Date: Tue, 1 Feb 2005 00:00:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76901: Update port: net/gsk to 1.0.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, 31 Jan 2005 15:10:22 -0000 >Number: 76901 >Category: ports >Synopsis: Update port: net/gsk to 1.0.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 Jan 31 15:10:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.4 New file: files/patch-configure files/patch-src::gskhook.c files/patch-src::gskipv4.c files/patch-src::tests::name-resolver.c >How-To-Repeat: >Fix: diff -urN /usr/ports/net/gsk/Makefile net/gsk/Makefile --- /usr/ports/net/gsk/Makefile Sat Aug 14 13:58:35 2004 +++ net/gsk/Makefile Mon Jan 31 00:50:14 2005 @@ -7,7 +7,7 @@ # PORTNAME= gsk -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.4 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/net/gsk/distinfo net/gsk/distinfo --- /usr/ports/net/gsk/distinfo Sat Aug 14 13:58:36 2004 +++ net/gsk/distinfo Sun Jan 30 23:49:27 2005 @@ -1,2 +1,2 @@ -MD5 (gsk-1.0.0.tar.gz) = 9b78e94fb4eeee6900d40d8e84596464 -SIZE (gsk-1.0.0.tar.gz) = 1077531 +MD5 (gsk-1.0.4.tar.gz) = ec6bb710467c69461a80b8c62e0f25c1 +SIZE (gsk-1.0.4.tar.gz) = 1153854 diff -urN /usr/ports/net/gsk/files/patch-configure net/gsk/files/patch-configure --- /usr/ports/net/gsk/files/patch-configure Thu Jan 1 09:00:00 1970 +++ net/gsk/files/patch-configure Mon Jan 31 00:45:19 2005 @@ -0,0 +1,36 @@ +--- configure.orig Tue Jan 25 08:33:21 2005 ++++ configure Mon Jan 31 00:45:09 2005 +@@ -2947,6 +2947,7 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ ++#include + #include + int + main () +@@ -3007,8 +3008,8 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +-#include + #include ++#include + int + main () + { +@@ -3064,6 +3065,7 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ ++#include + #include + int + main () +@@ -3122,6 +3124,7 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ ++#include + #include + int + main () diff -urN /usr/ports/net/gsk/files/patch-src::gskhook.c net/gsk/files/patch-src::gskhook.c --- /usr/ports/net/gsk/files/patch-src::gskhook.c Thu Jan 1 09:00:00 1970 +++ net/gsk/files/patch-src::gskhook.c Sun Jan 30 23:53:34 2005 @@ -0,0 +1,17 @@ +--- src/gskhook.c.orig Sat Dec 11 07:30:36 2004 ++++ src/gskhook.c Sun Jan 30 23:53:21 2005 +@@ -121,12 +121,12 @@ + static inline void + gsk_hook_add_to_nonblocking_list (GskHook *hook) + { ++ GskMainLoop *loop = gsk_main_loop_default (); ++ NBThreadData *data = main_loop_force_nonblocking_data (loop); + { /* A Test TED*/ + GObject *object = GSK_HOOK_GET_OBJECT(hook); + (void)object; + } +- GskMainLoop *loop = gsk_main_loop_default (); +- NBThreadData *data = main_loop_force_nonblocking_data (loop); + gsk_tree_insert (data->hook_tree, hook, hook); + verify_nonblocking_data_has_source (data, loop); + } diff -urN /usr/ports/net/gsk/files/patch-src::gskipv4.c net/gsk/files/patch-src::gskipv4.c --- /usr/ports/net/gsk/files/patch-src::gskipv4.c Thu Jan 1 09:00:00 1970 +++ net/gsk/files/patch-src::gskipv4.c Sun Jan 30 23:55:31 2005 @@ -0,0 +1,10 @@ +--- src/gskipv4.c.orig Tue Dec 7 06:53:22 2004 ++++ src/gskipv4.c Sun Jan 30 23:55:09 2005 +@@ -1,5 +1,7 @@ + #include + #include ++#include ++#include + #include + #include "gskipv4.h" + diff -urN /usr/ports/net/gsk/files/patch-src::tests::name-resolver.c net/gsk/files/patch-src::tests::name-resolver.c --- /usr/ports/net/gsk/files/patch-src::tests::name-resolver.c Thu Jan 1 09:00:00 1970 +++ net/gsk/files/patch-src::tests::name-resolver.c Mon Jan 31 00:49:36 2005 @@ -0,0 +1,12 @@ +--- src/tests/name-resolver.c.orig Sat Dec 11 00:55:44 2004 ++++ src/tests/name-resolver.c Mon Jan 31 00:49:15 2005 +@@ -38,8 +38,8 @@ + { + GskNameResolverFamily family; + GskNameResolverTask *task; +- gsk_init (&argc, &argv, NULL); + guint i; ++ gsk_init (&argc, &argv, NULL); + + if (argc != 3) + g_error ("%s requires exactly 2 arguments, family and name", argv[0]); diff -urN /usr/ports/net/gsk/pkg-plist net/gsk/pkg-plist --- /usr/ports/net/gsk/pkg-plist Sat Aug 14 13:58:36 2004 +++ net/gsk/pkg-plist Mon Jan 31 00:59:38 2005 @@ -1,5 +1,6 @@ include/gsk-1.0/gsk/common/gskbase64.h include/gsk-1.0/gsk/common/gskdate.h +include/gsk-1.0/gsk/common/gsktimegm.h include/gsk-1.0/gsk/dns/gskdns.h include/gsk-1.0/gsk/dns/gskdnsclient.h include/gsk-1.0/gsk/dns/gskdnslocalresolver.h @@ -19,6 +20,7 @@ include/gsk-1.0/gsk/gskhttp.h include/gsk-1.0/gsk/gskinit.h include/gsk-1.0/gsk/gskio.h +include/gsk-1.0/gsk/gskipv4.h include/gsk-1.0/gsk/gskmacros.h include/gsk-1.0/gsk/gskmain.h include/gsk-1.0/gsk/gskmainloop.h @@ -29,6 +31,7 @@ include/gsk-1.0/gsk/gskpacket.h include/gsk-1.0/gsk/gskpacketqueue.h include/gsk-1.0/gsk/gskpacketqueuefd.h +include/gsk-1.0/gsk/gskrequest.h include/gsk-1.0/gsk/gsksimplefilter.h include/gsk-1.0/gsk/gsksocketaddress.h include/gsk-1.0/gsk/gskstream.h @@ -38,6 +41,7 @@ include/gsk-1.0/gsk/gskstreamfd.h include/gsk-1.0/gsk/gskstreamlistener.h include/gsk-1.0/gsk/gskstreamlistenersocket.h +include/gsk-1.0/gsk/gskstreamtransferrequest.h include/gsk-1.0/gsk/gskthreadpool.h include/gsk-1.0/gsk/gsktree.h include/gsk-1.0/gsk/gsktypes.h @@ -55,30 +59,137 @@ %%OPENSSL%%include/gsk-1.0/gsk/ssl/gskopensslbiostream.h %%OPENSSL%%include/gsk-1.0/gsk/ssl/gskstreamlistenerssl.h %%OPENSSL%%include/gsk-1.0/gsk/ssl/gskstreamssl.h +include/gsk-1.0/gsk/store/gskasynccache.h +include/gsk-1.0/gsk/store/gskfilestreammap.h +include/gsk-1.0/gsk/store/gskgtypeloader.h +include/gsk-1.0/gsk/store/gskstorageformat.h +include/gsk-1.0/gsk/store/gskstore.h +include/gsk-1.0/gsk/store/gskstreammap.h +include/gsk-1.0/gsk/store/gskvaluerequest.h +include/gsk-1.0/gsk/store/gskxmlformat.h +include/gsk-1.0/gsk/store/gskxmlvaluereader.h +include/gsk-1.0/gsk/store/gskxmlvaluewriter.h include/gsk-1.0/gsk/url/gskurl.h include/gsk-1.0/gsk/xmlrpc/gskxmlrpc.h include/gsk-1.0/gsk/xmlrpc/gskxmlrpcstream.h include/gsk-1.0/gsk/zlib/gskzlibdeflator.h include/gsk-1.0/gsk/zlib/gskzlibinflator.h -lib/libgsk.a -lib/libgsk.so -lib/libgsk.so.0 +lib/libgsk-1.0.a +lib/libgsk-1.0.so +lib/libgsk-1.0.so.0 libdata/pkgconfig/gsk-1.0.pc +share/doc/gsk-1.0/html/gsk/c10507.html +share/doc/gsk-1.0/html/gsk/c11418.html share/doc/gsk-1.0/html/gsk/c13837.html +share/doc/gsk-1.0/html/gsk/c13863.html +share/doc/gsk-1.0/html/gsk/c13886.html +share/doc/gsk-1.0/html/gsk/c13891.html +share/doc/gsk-1.0/html/gsk/c13906.html +share/doc/gsk-1.0/html/gsk/c13910.html +share/doc/gsk-1.0/html/gsk/c13921.html share/doc/gsk-1.0/html/gsk/c14355.html +share/doc/gsk-1.0/html/gsk/c14381.html +share/doc/gsk-1.0/html/gsk/c14404.html +share/doc/gsk-1.0/html/gsk/c14409.html +share/doc/gsk-1.0/html/gsk/c14424.html +share/doc/gsk-1.0/html/gsk/c14428.html +share/doc/gsk-1.0/html/gsk/c14439.html share/doc/gsk-1.0/html/gsk/c14565.html +share/doc/gsk-1.0/html/gsk/c14591.html +share/doc/gsk-1.0/html/gsk/c14614.html +share/doc/gsk-1.0/html/gsk/c14619.html +share/doc/gsk-1.0/html/gsk/c14634.html +share/doc/gsk-1.0/html/gsk/c14638.html +share/doc/gsk-1.0/html/gsk/c14649.html +share/doc/gsk-1.0/html/gsk/c16042.html +share/doc/gsk-1.0/html/gsk/c16656.html +share/doc/gsk-1.0/html/gsk/c16883.html share/doc/gsk-1.0/html/gsk/c17549.html +share/doc/gsk-1.0/html/gsk/c17582.html +share/doc/gsk-1.0/html/gsk/c17605.html +share/doc/gsk-1.0/html/gsk/c17610.html +share/doc/gsk-1.0/html/gsk/c17625.html +share/doc/gsk-1.0/html/gsk/c17629.html +share/doc/gsk-1.0/html/gsk/c17647.html share/doc/gsk-1.0/html/gsk/c17736.html +share/doc/gsk-1.0/html/gsk/c17769.html +share/doc/gsk-1.0/html/gsk/c17792.html +share/doc/gsk-1.0/html/gsk/c17797.html +share/doc/gsk-1.0/html/gsk/c17812.html +share/doc/gsk-1.0/html/gsk/c17816.html +share/doc/gsk-1.0/html/gsk/c17834.html share/doc/gsk-1.0/html/gsk/c18213.html +share/doc/gsk-1.0/html/gsk/c18246.html +share/doc/gsk-1.0/html/gsk/c18269.html +share/doc/gsk-1.0/html/gsk/c18274.html +share/doc/gsk-1.0/html/gsk/c18289.html +share/doc/gsk-1.0/html/gsk/c18293.html +share/doc/gsk-1.0/html/gsk/c18311.html share/doc/gsk-1.0/html/gsk/c19910.html +share/doc/gsk-1.0/html/gsk/c19943.html +share/doc/gsk-1.0/html/gsk/c19966.html +share/doc/gsk-1.0/html/gsk/c19971.html +share/doc/gsk-1.0/html/gsk/c20000.html +share/doc/gsk-1.0/html/gsk/c20004.html +share/doc/gsk-1.0/html/gsk/c20022.html share/doc/gsk-1.0/html/gsk/c20090.html +share/doc/gsk-1.0/html/gsk/c20123.html +share/doc/gsk-1.0/html/gsk/c20146.html +share/doc/gsk-1.0/html/gsk/c20151.html +share/doc/gsk-1.0/html/gsk/c20180.html +share/doc/gsk-1.0/html/gsk/c20184.html +share/doc/gsk-1.0/html/gsk/c20202.html +share/doc/gsk-1.0/html/gsk/c20293.html +share/doc/gsk-1.0/html/gsk/c20502.html share/doc/gsk-1.0/html/gsk/c21001.html +share/doc/gsk-1.0/html/gsk/c21034.html +share/doc/gsk-1.0/html/gsk/c21057.html +share/doc/gsk-1.0/html/gsk/c21064.html +share/doc/gsk-1.0/html/gsk/c21067.html +share/doc/gsk-1.0/html/gsk/c21093.html +share/doc/gsk-1.0/html/gsk/c21097.html +share/doc/gsk-1.0/html/gsk/c21115.html +share/doc/gsk-1.0/html/gsk/c23081.html +share/doc/gsk-1.0/html/gsk/c23281.html +share/doc/gsk-1.0/html/gsk/c24349.html share/doc/gsk-1.0/html/gsk/c4.html share/doc/gsk-1.0/html/gsk/c7479.html +share/doc/gsk-1.0/html/gsk/c7491.html share/doc/gsk-1.0/html/gsk/c7514.html +share/doc/gsk-1.0/html/gsk/c7519.html +share/doc/gsk-1.0/html/gsk/c7526.html +share/doc/gsk-1.0/html/gsk/c7534.html +share/doc/gsk-1.0/html/gsk/c7538.html +share/doc/gsk-1.0/html/gsk/c7543.html +share/doc/gsk-1.0/html/gsk/c7549.html +share/doc/gsk-1.0/html/gsk/c7554.html +share/doc/gsk-1.0/html/gsk/c7569.html +share/doc/gsk-1.0/html/gsk/c7573.html share/doc/gsk-1.0/html/gsk/c7576.html +share/doc/gsk-1.0/html/gsk/c7578.html +share/doc/gsk-1.0/html/gsk/c7588.html +share/doc/gsk-1.0/html/gsk/c7611.html +share/doc/gsk-1.0/html/gsk/c7616.html +share/doc/gsk-1.0/html/gsk/c7631.html +share/doc/gsk-1.0/html/gsk/c7635.html +share/doc/gsk-1.0/html/gsk/c7640.html +share/doc/gsk-1.0/html/gsk/c8798.html +share/doc/gsk-1.0/html/gsk/c8833.html +share/doc/gsk-1.0/html/gsk/c8895.html share/doc/gsk-1.0/html/gsk/c8996.html +share/doc/gsk-1.0/html/gsk/c9022.html +share/doc/gsk-1.0/html/gsk/c9045.html +share/doc/gsk-1.0/html/gsk/c9050.html +share/doc/gsk-1.0/html/gsk/c9065.html +share/doc/gsk-1.0/html/gsk/c9069.html +share/doc/gsk-1.0/html/gsk/c9074.html share/doc/gsk-1.0/html/gsk/c9775.html +share/doc/gsk-1.0/html/gsk/c9801.html +share/doc/gsk-1.0/html/gsk/c9824.html +share/doc/gsk-1.0/html/gsk/c9829.html +share/doc/gsk-1.0/html/gsk/c9844.html +share/doc/gsk-1.0/html/gsk/c9848.html +share/doc/gsk-1.0/html/gsk/c9853.html share/doc/gsk-1.0/html/gsk/gsk-gskbase64.html share/doc/gsk-1.0/html/gsk/gsk-gskbuffer.html share/doc/gsk-1.0/html/gsk/gsk-gskbufferstream.html @@ -141,6 +252,7 @@ share/doc/gsk-1.0/html/gsk/index.html share/doc/gsk-1.0/html/gsk/index.sgml share/doc/gsk-1.0/html/gsk/tutorial-client.html +share/doc/gsk-1.0/html/gsk/tutorial-debugging-hints.html share/doc/gsk-1.0/html/gsk/tutorial-httpclient.html share/doc/gsk-1.0/html/gsk/tutorial-httpserver.html share/doc/gsk-1.0/html/gsk/tutorial-server.html @@ -150,6 +262,7 @@ @dirrm include/gsk-1.0/gsk/zlib @dirrm include/gsk-1.0/gsk/xmlrpc @dirrm include/gsk-1.0/gsk/url +@dirrm include/gsk-1.0/gsk/store %%OPENSSL%%@dirrm include/gsk-1.0/gsk/ssl @dirrm include/gsk-1.0/gsk/mime @dirrm include/gsk-1.0/gsk/http >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:10:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25B2816A4CE for ; Mon, 31 Jan 2005 15:10:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFD3843D55 for ; Mon, 31 Jan 2005 15:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFAO2x085310 for ; Mon, 31 Jan 2005 15:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFAO4W085309; Mon, 31 Jan 2005 15:10:24 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 15:10:24 GMT Resent-Message-Id: <200501311510.j0VFAO4W085309@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eric van Gyzen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8955616A4D1; Mon, 31 Jan 2005 15:08:45 +0000 (GMT) Received: from which.isds.duke.edu (which.isds.duke.edu [152.3.22.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32EEF43D58; Mon, 31 Jan 2005 15:08:45 +0000 (GMT) (envelope-from vangyzen@stat.duke.edu) Received: from stat.duke.edu (why.isds.duke.edu [152.3.22.2]) by which.isds.duke.edu (Postfix) with ESMTP id 9A6E8C389A; Mon, 31 Jan 2005 10:08:44 -0500 (EST) Received: (from vangyzen@localhost) by stat.duke.edu (8.12.9p1/8.12.9/Submit) id j0VF8idE071295; Mon, 31 Jan 2005 10:08:44 -0500 (EST) (envelope-from vangyzen) Message-Id: <200501311508.j0VF8idE071295@stat.duke.edu> Date: Mon, 31 Jan 2005 10:08:44 -0500 (EST) From: Eric van Gyzen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Kris Kennaway Subject: ports/76904: [maintainer-update] duplicate LATEST_LINK X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eric van Gyzen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 15:10:25 -0000 >Number: 76904 >Category: ports >Synopsis: [maintainer-update] duplicate LATEST_LINK >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 Jan 31 15:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Eric van Gyzen >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: >Environment: N/A >Description: The math/jags and net/jags ports use the same LATEST_LINK. >How-To-Repeat: N/A >Fix: --- Makefile 27 May 2004 15:18:45 -0000 1.1 +++ Makefile 31 Jan 2005 14:28:29 -0000 @@ -5,11 +5,11 @@ # $FreeBSD: ports/math/jags/Makefile,v 1.1 2004/05/27 15:18:45 pav Exp $ # -PORTNAME= jags +PORTNAME= JAGS PORTVERSION= 0.50 CATEGORIES= math MASTER_SITES= http://www-fis.iarc.fr/~martyn/software/jags/ -DISTNAME= ${PORTNAME:U}-${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION} .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} bugs-examples.tar.gz manual.pdf EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:31:56 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B06816A4CE; Mon, 31 Jan 2005 15:31:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E84E643D1F; Mon, 31 Jan 2005 15:31:55 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFVtL6086858; Mon, 31 Jan 2005 15:31:55 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFVtL5086854; Mon, 31 Jan 2005 15:31:55 GMT (envelope-from erwin) Date: Mon, 31 Jan 2005 15:31:55 GMT From: Erwin Lansing Message-Id: <200501311531.j0VFVtL5086854@freefall.freebsd.org> To: xi@borderworlds.dk, erwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76891: Update port: mail/mlmmj to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 15:31:56 -0000 Synopsis: Update port: mail/mlmmj to 1.2.1 State-Changed-From-To: open->closed State-Changed-By: erwin State-Changed-When: Mon Jan 31 15:31:50 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76891 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:39:47 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23EE216A4EE; Mon, 31 Jan 2005 15:39:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D852043D46; Mon, 31 Jan 2005 15:39:46 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFdk3U087943; Mon, 31 Jan 2005 15:39:46 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFdkU7087939; Mon, 31 Jan 2005 15:39:46 GMT (envelope-from krion) Date: Mon, 31 Jan 2005 15:39:46 GMT From: Kirill Ponomarew Message-Id: <200501311539.j0VFdkU7087939@freefall.freebsd.org> To: vangyzen@stat.duke.edu, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76904: [maintainer-update] duplicate LATEST_LINK X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 15:39:47 -0000 Synopsis: [maintainer-update] duplicate LATEST_LINK State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Mon Jan 31 15:38:54 GMT 2005 State-Changed-Why: It's not a good idea to move PORTNAME to uppercase chars, so the fix was committed yesterday to net/jags http://www.freebsd.org/cgi/query-pr.cgi?pr=76904 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:40:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B1CA16A4CE for ; Mon, 31 Jan 2005 15:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E804943D41 for ; Mon, 31 Jan 2005 15:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFeMgK088015 for ; Mon, 31 Jan 2005 15:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFeMdQ088014; Mon, 31 Jan 2005 15:40:22 GMT (envelope-from gnats) Date: Mon, 31 Jan 2005 15:40:22 GMT Message-Id: <200501311540.j0VFeMdQ088014@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Valentin Zahariev Subject: Re: ports/76892: [MAINTAINER] security/xca: Fixup pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Valentin Zahariev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 15:40:23 -0000 The following reply was made to PR ports/76892; it has been noted by GNATS. From: Valentin Zahariev To: Anton Berezin Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/76892: [MAINTAINER] security/xca: Fixup pkg-plist Date: Mon, 31 Jan 2005 17:33:48 +0200 On Mon, Jan 31, 2005 at 03:30:30PM +0100, Anton Berezin wrote: > > How about > > @unexec rmdir %D/share/applications 2>/dev/null || true > > instead? (There are other ports that write to share/applications) > > \Anton. > -- > The moronity of the universe is a monotonically increasing function. -- > Jarkko Hietaniemi > Sure :) And 10x :) Here is real patch: --- xca-0.5.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/xca/pkg-plist /usr/home/curly/ports/xca/pkg-plist --- /usr/ports/security/xca/pkg-plist Thu Jan 27 13:33:10 2005 +++ /usr/home/curly/ports/xca/pkg-plist Mon Jan 31 17:30:21 2005 @@ -36,4 +36,5 @@ share/xca/xca-9.html share/xca/xca.html @dirrm share/xca -@dirrm share/pixmaps +@unexec rmdir %D/share/pixmaps || true +@unexec rmdir %D/share/applications 2>/dev/null || true --- xca-0.5.1.patch ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 15:40:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1394C16A4CE for ; Mon, 31 Jan 2005 15:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C124043D48 for ; Mon, 31 Jan 2005 15:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFeN7u088030 for ; Mon, 31 Jan 2005 15:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VFeNh4088029; Mon, 31 Jan 2005 15:40:23 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 15:40:23 GMT Resent-Message-Id: <200501311540.j0VFeNh4088029@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EB6116A4CE for ; Mon, 31 Jan 2005 15:36:15 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id C554B43D45 for ; Mon, 31 Jan 2005 15:36:14 +0000 (GMT) (envelope-from bogorodskiy@inbox.ru) Received: from [217.23.66.47] (port=50121 helo=localhost) by mx1.mail.ru with esmtp id 1Cvdb2-000Fop-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 31 Jan 2005 18:36:13 +0300 Message-Id: Date: Mon, 31 Jan 2005 18:36:13 +0300 From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76905: [ patch ] security/gnutls: update to 1.0.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 15:40:24 -0000 >Number: 76905 >Category: ports >Synopsis: [ patch ] security/gnutls: update to 1.0.24 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jan 31 15:40:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD lame.novel.ru 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Sat Dec 11 21:01:26 MSK 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/MIRRORBOX i386 >Description: Update to 1.0.24 >How-To-Repeat: >Fix: --- gnutls.diff begins here --- diff -ru gnutls.orig/Makefile gnutls/Makefile --- gnutls.orig/Makefile Mon Jan 31 17:57:44 2005 +++ gnutls/Makefile Mon Jan 31 18:25:19 2005 @@ -6,8 +6,7 @@ # PORTNAME= gnutls -PORTVERSION= 1.0.21 -PORTREVISION= 1 +PORTVERSION= 1.0.24 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ diff -ru gnutls.orig/distinfo gnutls/distinfo --- gnutls.orig/distinfo Mon Jan 31 17:57:44 2005 +++ gnutls/distinfo Mon Jan 31 18:19:08 2005 @@ -1,4 +1,2 @@ -MD5 (gnutls-1.0.21.tar.gz) = 04ca543897549b96beda45ce050a0657 -SIZE (gnutls-1.0.21.tar.gz) = 1619467 -MD5 (gnutls-1.0.21.tar.gz.sig) = 2260c1d6be5ab9c441e26146e37f77c2 -SIZE (gnutls-1.0.21.tar.gz.sig) = 184 +MD5 (gnutls-1.0.24.tar.gz) = 3debf25f86c8d42670719f654bb19f5e +SIZE (gnutls-1.0.24.tar.gz) = 1623082 diff -ru gnutls.orig/pkg-plist gnutls/pkg-plist --- gnutls.orig/pkg-plist Mon Jan 31 17:57:44 2005 +++ gnutls/pkg-plist Mon Jan 31 18:24:55 2005 @@ -42,6 +42,7 @@ %%EXAMPLESDIR%%/ex-client-srp.c %%EXAMPLESDIR%%/ex-client2.c %%EXAMPLESDIR%%/ex-crq.c +%%EXAMPLESDIR%%/ex-pgp-keyserver.c %%EXAMPLESDIR%%/ex-pkcs12.c %%EXAMPLESDIR%%/ex-serv-export.c %%EXAMPLESDIR%%/ex-serv-pgp.c --- gnutls.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 16:00:47 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DAFA16A4CE for ; Mon, 31 Jan 2005 16:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37E6943D6A for ; Mon, 31 Jan 2005 16:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VG0leC088656 for ; Mon, 31 Jan 2005 16:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VG0l0e088654; Mon, 31 Jan 2005 16:00:47 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 16:00:47 GMT Resent-Message-Id: <200501311600.j0VG0l0e088654@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Karsten Kretschmer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8736F16A4CE for ; Mon, 31 Jan 2005 15:57:47 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB1943D31 for ; Mon, 31 Jan 2005 15:57:47 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VFvivT047304 for ; Mon, 31 Jan 2005 15:57:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j0VFvi30047303; Mon, 31 Jan 2005 15:57:44 GMT (envelope-from nobody) Message-Id: <200501311557.j0VFvi30047303@www.freebsd.org> Date: Mon, 31 Jan 2005 15:57:44 GMT From: Karsten Kretschmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76908: [patch] port net/arla (AFS client) is marked 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, 31 Jan 2005 16:00:47 -0000 >Number: 76908 >Category: ports >Synopsis: [patch] port net/arla (AFS client) is marked broken >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 Jan 31 16:00:46 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Karsten Kretschmer >Release: 4.11-RELEASE >Organization: >Environment: FreeBSD oberon.mpe-garching.mpg.de 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Wed Jan 26 20:15:29 CET 2005 root@oberon.mpe-garching.mpg.de:/usr/obj/usr/src/sys/OBERON i386 >Description: The port net/arla is marked BROKEN and is on the list of ports to be deleted after 2005-02-18. >How-To-Repeat: Try to install net/arla >Fix: The archive at http://www.rzg.mpg.de/~kkr/port-arla-0.38.tar.gz contains a replacement port with the current version 0.38 of Arla. Remarks: - tested only on 4.11-RELEASE i386 - tested only with system heimdal + security/heimdal installed, and system Kerberos IV not installed - tested only in AFS cell (ipp-garching.mpg.de) running heimdal servers - Makefile options WITHOUT_KRB5 and WITH_SYSTEM_HEIMDAL untested. I suspect that system heimdal does not permit successful AFS authentication. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 16:00:47 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 828A916A4D3 for ; Mon, 31 Jan 2005 16:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C85C943D48 for ; Mon, 31 Jan 2005 16:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VG0kSb088597 for ; Mon, 31 Jan 2005 16:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VG0k4j088595; Mon, 31 Jan 2005 16:00:46 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 16:00:46 GMT Resent-Message-Id: <200501311600.j0VG0k4j088595@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C017B16A4D2 for ; Mon, 31 Jan 2005 15:54:44 +0000 (GMT) Received: from gateway.lefort.net (212.68.242.35.brutele.be [212.68.242.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D6343D48 for ; Mon, 31 Jan 2005 15:54:43 +0000 (GMT) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 06C2454F4 for ; Mon, 31 Jan 2005 16:54:41 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id A9E5122F33; Mon, 31 Jan 2005 16:54:41 +0100 (CET) Message-Id: <20050131155441.A9E5122F33@jsite.lefort.net> Date: Mon, 31 Jan 2005 16:54:41 +0100 (CET) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76907: Update port: deskutils/timer-applet to 0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 16:00:47 -0000 >Number: 76907 >Category: ports >Synopsis: Update port: deskutils/timer-applet to 0.4 >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 Jan 31 16:00:46 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Tue Jan 25 10:48:58 CET 2005 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/deskutils/timer-applet/Makefile timer-applet/Makefile --- /usr/ports/deskutils/timer-applet/Makefile Fri Jan 21 12:24:49 2005 +++ timer-applet/Makefile Mon Jan 31 16:44:40 2005 @@ -6,8 +6,7 @@ # PORTNAME= timer-applet -PORTVERSION= 0.3 -PORTREVISION= 1 +PORTVERSION= 0.4 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= timerapplet @@ -17,12 +16,17 @@ RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/gtk-events/clicked.wav:${PORTSDIR}/audio/gnomeaudio2 -USE_GNOME= gnomehack gnomeprefix gnometarget gnomepanel +USE_GNOME= gnomehack gnomeprefix gnomepanel GNU_CONFIGURE= yes +CONFIGURE_ARGS= --bindir=${PREFIX}/libexec # applets belong to libexec USE_X_PREFIX= yes USE_REINPLACE= yes post-patch: + @${REINPLACE_CMD} -e \ + 's|/usr/share/pixmaps/||; \ + s|location="timer-applet"|location="${PREFIX}/libexec/timer-applet"|' \ + ${WRKSRC}/timer-applet.server @${REINPLACE_CMD} -e 's|/usr/share/sounds|${X11BASE}/share/gnome/sounds|' \ ${WRKSRC}/src/timer-applet.c diff -ruN /usr/ports/deskutils/timer-applet/distinfo timer-applet/distinfo --- /usr/ports/deskutils/timer-applet/distinfo Wed Jan 19 08:30:42 2005 +++ timer-applet/distinfo Mon Jan 31 16:37:37 2005 @@ -1,2 +1,2 @@ -MD5 (timer-applet-0.3.tar.gz) = 43415a819440df85cecf0c971ab3a48a -SIZE (timer-applet-0.3.tar.gz) = 122601 +MD5 (timer-applet-0.4.tar.gz) = 199caad577d5f4af9295b411af54d964 +SIZE (timer-applet-0.4.tar.gz) = 124903 diff -ruN /usr/ports/deskutils/timer-applet/pkg-descr timer-applet/pkg-descr --- /usr/ports/deskutils/timer-applet/pkg-descr Wed Jan 19 08:30:42 2005 +++ timer-applet/pkg-descr Mon Jan 31 16:42:23 2005 @@ -1,14 +1,19 @@ -[From WebPage] - Timer Applet is a countdown timer applet for the GNOME panel. Highlights: - * Quickly set a time and the applet will notify you when time's up - * Create presets for quick access to frequently-used times - * Small and unobtrusive. Choose to either view the remaining time right in - the panel or hide it so you don't get distracted by the countdown. - You can still view the remaining time by hovering your mouse over the - timer icon - * User interface follows the GNOME Human Interface Guidelines -WWW: http://timerapplet.sourceforge.net/ + * Add multiple Timer Applets to the panel to have different + timers running simultaneously + * Quickly set a time and the applet will notify you when + time's up + * Create presets for quick access to frequently-used times + * Small and unobtrusive. Choose to either view the remaining + time right in the panel or hide it so you don't get + distracted by the countdown. You can still view the + remaining time by hovering your mouse over the timer icon + * User interface follows the GNOME Human Interface Guidelines + +WWW: http://timerapplet.sourceforge.net/ + +- Jean-Yves Lefort +jylefort@brutele.be diff -ruN /usr/ports/deskutils/timer-applet/pkg-plist timer-applet/pkg-plist --- /usr/ports/deskutils/timer-applet/pkg-plist Wed Jan 19 08:30:42 2005 +++ timer-applet/pkg-plist Mon Jan 31 16:42:36 2005 @@ -1,5 +1,5 @@ -bin/timer-applet libdata/bonobo/servers/timer-applet.server +libexec/timer-applet share/gnome/gnome-2.0/ui/timer-applet.xml share/gnome/pixmaps/timer-applet/timer-applet-icon.png @dirrm share/gnome/pixmaps/timer-applet >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 16:40:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70DFA16A4CE for ; Mon, 31 Jan 2005 16:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A4BA43D39 for ; Mon, 31 Jan 2005 16:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VGeMXZ094636 for ; Mon, 31 Jan 2005 16:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VGeM2F094635; Mon, 31 Jan 2005 16:40:22 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 16:40:22 GMT Resent-Message-Id: <200501311640.j0VGeM2F094635@freefall.freebsd.org> 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 Middleton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81B9B16A4CE for ; Mon, 31 Jan 2005 16:33:10 +0000 (GMT) Received: from smaug.vex.net (smaug.vex.net [66.96.28.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0661B43D45 for ; Mon, 31 Jan 2005 16:33:08 +0000 (GMT) (envelope-from root@xxvii.net) Received: from bee.xxvii.x (H140.C18.B96.tor.eicat.ca [66.96.18.140]) by smaug.vex.net (Postfix) with ESMTP id 7934127BA9; Mon, 31 Jan 2005 11:33:04 -0500 (EST) Received: by bee.xxvii.x (Postfix, from userid 0) id 000CE11448; Mon, 31 Jan 2005 11:33:04 -0500 (EST) Message-Id: <20050131163304.000CE11448@bee.xxvii.x> Date: Mon, 31 Jan 2005 11:33:04 -0500 (EST) From: Tim Middleton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: king@v2project.com Subject: ports/76910: [PATCH] misc/jbidwatcher: update to 0.9.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, 31 Jan 2005 16:40:23 -0000 >Number: 76910 >Category: ports >Synopsis: [PATCH] misc/jbidwatcher: update to 0.9.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jan 31 16:40:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Tim Middleton >Release: FreeBSD 5.3-RELEASE i386 >Organization: Vex.Net >Environment: System: FreeBSD bee.xxvii.x 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Mon Dec 6 21:58:53 EST >Description: - Update to 0.9.5 - Use 'java' rather than deprecated 'javavm' in shell script Port maintainer (king@v2project.com) is cc'd. >How-To-Repeat: >Fix: --- jbidwatcher-0.9.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/jbidwatcher/Makefile,v retrieving revision 1.1 diff -c -u -r1.1 Makefile --- Makefile 23 Aug 2004 20:27:31 -0000 1.1 +++ Makefile 31 Jan 2005 16:30:39 -0000 @@ -6,7 +6,7 @@ # PORTNAME= jbidwatcher -PORTVERSION= 0.9.3.1 +PORTVERSION= 0.9.5 CATEGORIES= misc java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/misc/jbidwatcher/distinfo,v retrieving revision 1.1 diff -c -u -r1.1 distinfo --- distinfo 23 Aug 2004 20:27:31 -0000 1.1 +++ distinfo 31 Jan 2005 16:30:39 -0000 @@ -1,2 +1,2 @@ -MD5 (JBidWatcher-0.9.3.1.jar) = c3453c675f3c1e3773a52add8d839fcb -SIZE (JBidWatcher-0.9.3.1.jar) = 469325 +MD5 (JBidWatcher-0.9.5.jar) = 4ae30983b445fee8fcafd81753583547 +SIZE (JBidWatcher-0.9.5.jar) = 484878 Index: files/jbidwatcher.sh =================================================================== RCS file: /home/ncvs/ports/misc/jbidwatcher/files/jbidwatcher.sh,v retrieving revision 1.1 diff -c -u -r1.1 jbidwatcher.sh --- files/jbidwatcher.sh 23 Aug 2004 20:27:31 -0000 1.1 +++ files/jbidwatcher.sh 31 Jan 2005 16:30:39 -0000 @@ -2,4 +2,4 @@ # # $FreeBSD: ports/misc/jbidwatcher/files/jbidwatcher.sh,v 1.1 2004/08/23 20:27:31 glewis Exp $ -javavm -jar %%JAVAJARDIR%%/jbidwatcher.jar $@ +java -jar %%JAVAJARDIR%%/jbidwatcher.jar $@ --- jbidwatcher-0.9.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 17:10:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F40E16A4CF for ; Mon, 31 Jan 2005 17:10:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1AAA43D1D for ; Mon, 31 Jan 2005 17:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VHAK5w099749 for ; Mon, 31 Jan 2005 17:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VHAKLF099748; Mon, 31 Jan 2005 17:10:20 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 17:10:20 GMT Resent-Message-Id: <200501311710.j0VHAKLF099748@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0944A16A4D0 for ; Mon, 31 Jan 2005 17:02:39 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E1C943D41 for ; Mon, 31 Jan 2005 17:02:37 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j0VH2Zea083367 for ; Mon, 31 Jan 2005 15:02:35 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j0VH2XAB083366; Mon, 31 Jan 2005 15:02:33 -0200 (BRST) Message-Id: <200501311702.j0VH2XAB083366@digitalsign.com> Date: Mon, 31 Jan 2005 15:02:33 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76911: Update port: sysutils/pear-Translation2 to 2.0.0beta6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 17:10:21 -0000 >Number: 76911 >Category: ports >Synopsis: Update port: sysutils/pear-Translation2 to 2.0.0beta6 >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 Jan 31 17:10:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + update port: sysutils/pear-Translation2 to 2.0.0beta6 + changelog: http://pear.php.net/package/Translation2/download/2.0.0beta6/ + add TESTS + fix DEPENDS >How-To-Repeat: >Fix: diff -ruN pear-Translation2.orig/Makefile pear-Translation2/Makefile --- pear-Translation2.orig/Makefile Mon Jan 31 14:31:31 2005 +++ pear-Translation2/Makefile Mon Jan 31 14:53:43 2005 @@ -6,9 +6,9 @@ # PORTNAME= Translation2 -PORTVERSION= 2.0.0 +DISTVERSION= 2.0.0beta6 +PORTEPOCH= 1 CATEGORIES= sysutils devel pear -DISTNAME= ${PORTNAME}-${PORTVERSION}beta4 MAINTAINER= antonio@php.net COMMENT= PEAR class for multilingual applications management @@ -18,6 +18,16 @@ USE_PHP= yes +LATEST_LINK= pear-Translation2 +OPTIONS= PEAR_CACHE_LITE "PEAR::Cache_Lite support" off \ + PEAR_DB "PEAR::DB support" off \ + PEAR_DB_DATAOBJECT "PEAR::DB_DataObject support" off \ + PEAR_MDB "PEAR::MDB support" off \ + PEAR_MDB2 "PEAR::MDB2 support" off \ + PEAR_FILE_GETTEXT "PEAR::File_Gettext support" off \ + PEAR_I18NV2 "PEAR::I18Nv2 support" off \ + PEAR_XML_SERIALIZER "PEAR::XML_Serializer support" off + FILES= Translation2.php Translation2/Admin.php Translation2/Container.php \ Translation2/Decorator.php Translation2/Admin/Decorator.php \ Translation2/Admin/Container/dataobjectsimple.php \ @@ -34,63 +44,59 @@ Translation2/Decorator/CacheLiteFunction.php \ Translation2/Decorator/CacheMemory.php \ Translation2/Decorator/DefaultText.php \ - Translation2/Decorator/Iconv.php Translation2/Decorator/Lang.php \ - Translation2/Decorator/SpecialChars.php \ + Translation2/Decorator/ErrorText.php Translation2/Decorator/Iconv.php \ + Translation2/Decorator/Lang.php Translation2/Decorator/SpecialChars.php \ Translation2/Decorator/UTF8.php DOCS= gettext_readme.txt +TESTS= admin_containers_tests.php admin_db_test.php admin_gettext_po_test.php \ + admin_mdb2_test.php admin_mdb_test.php admin_xml_test.php all_tests.php \ + containers_tests.php db_test.php dbms.php gettext_domains.ini \ + gettext_langs.ini gettext_mo_test.php gettext_po_test.php \ + gettext_prepare.php i18n.xml mdb2_test.php mdb_test.php readme.txt \ + simple_include.php tests.sql translation2_admin_include.php \ + translation2_include.php xml_test.php EXAMPLES= gettext_admin.php gettext_domains.ini gettext_langs.ini \ gettext_prepare.php gettext_settings.php settings.php \ Translation2_example.php Translation2_example.sql \ Translation2_gettext_example.php _EXAMPLESDIR= docs/examples -LATEST_LINK= pear-Translation2 -OPTIONS= PEAR_CACHE_LITE "PEAR::Cache_Lite support" off \ - PEAR_DB "PEAR::DB support" off \ - PEAR_DB_DATAOBJECT "PEAR::DB_DataObject support" off \ - PEAR_MDB "PEAR::MDB support" off \ - PEAR_MDB2 "PEAR::MDB2 support" off \ - PEAR_FILE_GETTEXT "PEAR::File_Gettext support" off \ - PEAR_I18NV2 "PEAR::I18Nv2 support" off \ - PEAR_XML_SERIALIZER "PEAR::XML_Serializer support" off - -.include - post-extract: ${MKDIR} ${WRKSRC}/Translation2 ${MV} ${WRKSRC}/[A-D]* ${WRKSRC}/Translation2 .if defined(WITH_PEAR_CACHE_LITE) -BUILD_DEPENDS+= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite +RUN_DEPENDS+= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite .endif .if defined(WITH_PEAR_DB) -BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB +RUN_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB .endif .if defined(WITH_PEAR_DB_DATAOBJECT) -BUILD_DEPENDS+= ${PEARDIR}/DB/DataObject.php:${PORTSDIR}/databases/pear-DB_DataObject +RUN_DEPENDS+= ${PEARDIR}/DB/DataObject.php:${PORTSDIR}/databases/pear-DB_DataObject .endif .if defined(WITH_PEAR_MDB) -BUILD_DEPENDS+= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB +RUN_DEPENDS+= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB .endif .if defined(WITH_PEAR_MDB2) -BUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +RUN_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 .endif .if defined(WITH_PEAR_FILE_GETTEXT) -BUILD_DEPENDS+= ${PEARDIR}/File/Gettext.php:${PORTSDIR}/sysutils/pear-File_Gettext +RUN_DEPENDS+= ${PEARDIR}/File/Gettext.php:${PORTSDIR}/sysutils/pear-File_Gettext .endif .if defined(WITH_PEAR_I18NV2) -BUILD_DEPENDS+= ${PEARDIR}/File/I18Nv2.php:${PORTSDIR}/sysutils/pear-I18Nv2 +RUN_DEPENDS+= ${PEARDIR}/File/I18Nv2.php:${PORTSDIR}/sysutils/pear-I18Nv2 .endif .if defined(WITH_PEAR_XML_SERIALIZER) -BUILD_DEPENDS+= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer +RUN_DEPENDS+= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer .endif +.include .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include diff -ruN pear-Translation2.orig/distinfo pear-Translation2/distinfo --- pear-Translation2.orig/distinfo Mon Jan 31 14:31:31 2005 +++ pear-Translation2/distinfo Mon Jan 31 14:44:54 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/Translation2-2.0.0beta4.tgz) = 349dc87b7cdd148b30a8e50848bbd2d7 -SIZE (PEAR/Translation2-2.0.0beta4.tgz) = 43116 +MD5 (PEAR/Translation2-2.0.0beta6.tgz) = fab1b6dbbad1f46ea5e9cb67fd01561c +SIZE (PEAR/Translation2-2.0.0beta6.tgz) = 47192 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 17:40:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 182E416A4CE for ; Mon, 31 Jan 2005 17:40:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C33B943D2D for ; Mon, 31 Jan 2005 17:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VHeLtN001600 for ; Mon, 31 Jan 2005 17:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VHeLUU001599; Mon, 31 Jan 2005 17:40:21 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 17:40:21 GMT Resent-Message-Id: <200501311740.j0VHeLUU001599@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A145E16A4CE for ; Mon, 31 Jan 2005 17:32:22 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7112343D48 for ; Mon, 31 Jan 2005 17:32:21 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j0VHWKea083464 for ; Mon, 31 Jan 2005 15:32:20 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j0VHWJ6K083463; Mon, 31 Jan 2005 15:32:19 -0200 (BRST) Message-Id: <200501311732.j0VHWJ6K083463@digitalsign.com> Date: Mon, 31 Jan 2005 15:32:19 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76912: Update port: devel/pear-PHPUnit to 1.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 17:40:22 -0000 >Number: 76912 >Category: ports >Synopsis: Update port: devel/pear-PHPUnit to 1.2.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 Jan 31 17:40:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + update port: devel/pear-PHPUnit to 1.2.2 + changelog: http://pear.php.net/package/PHPUnit/download/1.2.2/ + request maintainership (almost 3 months without updates) + update pkg-descr >How-To-Repeat: >Fix: diff -ruN pear-PHPUnit.orig/Makefile pear-PHPUnit/Makefile --- pear-PHPUnit.orig/Makefile Mon Jan 31 15:19:37 2005 +++ pear-PHPUnit/Makefile Mon Jan 31 15:22:13 2005 @@ -6,20 +6,21 @@ # PORTNAME= PHPUnit -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.2 CATEGORIES= devel www pear -MAINTAINER= tux@pinguru.net -COMMENT= Regression testing framework for unit tests +MAINTAINER= antonio@php.net +COMMENT= PEAR regression testing framework for unit tests BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} -FILES= PHPUnit.php \ - PHPUnit/Assert.php PHPUnit/RepeatedTest.php PHPUnit/TestCase.php \ - PHPUnit/TestDecorator.php PHPUnit/TestFailure.php PHPUnit/TestListener.php \ - PHPUnit/TestResult.php PHPUnit/TestSuite.php PHPUnit/Skeleton.php \ - PHPUnit/GUI/HTML.php PHPUnit/GUI/HTML.tpl PHPUnit/GUI/SetupDecorator.php +FILES= PHPUnit.php PHPUnit/GUI/Gtk.php PHPUnit/GUI/HTML.php \ + PHPUnit/GUI/HTML.tpl PHPUnit/GUI/SetupDecorator.php \ + PHPUnit/Assert.php PHPUnit/RepeatedTest.php PHPUnit/Skeleton.php \ + PHPUnit/TestCase.php PHPUnit/TestDecorator.php \ + PHPUnit/TestFailure.php PHPUnit/TestListener.php \ + PHPUnit/TestResult.php PHPUnit/TestSuite.php .include .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff -ruN pear-PHPUnit.orig/distinfo pear-PHPUnit/distinfo --- pear-PHPUnit.orig/distinfo Mon Jan 31 15:19:37 2005 +++ pear-PHPUnit/distinfo Mon Jan 31 15:22:20 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/PHPUnit-1.1.1.tgz) = 036c84775cfc50524ab85489d6fe55ee -SIZE (PEAR/PHPUnit-1.1.1.tgz) = 15387 +MD5 (PEAR/PHPUnit-1.2.2.tgz) = 4084cdc8b52f9e31b547490ecda867dc +SIZE (PEAR/PHPUnit-1.2.2.tgz) = 21058 diff -ruN pear-PHPUnit.orig/pkg-descr pear-PHPUnit/pkg-descr --- pear-PHPUnit.orig/pkg-descr Mon Jan 31 15:19:37 2005 +++ pear-PHPUnit/pkg-descr Mon Jan 31 15:24:18 2005 @@ -1,6 +1,4 @@ -PHPUnit is a regression testing framework used by the developer -who implements unit tests in PHP. It is based upon JUnit, which -can be found at http://www.junit.org/. +PHPUnit is a regression testing framework used by the developer who implements +unit tests in PHP. This is the version to be used with PHP 4. -WWW: http://pear.php.net/package-info.php?package=PHPUnit -WWW: http://www.sebastian-bergmann.de/PHPUnit/ +WWW: http://pear.php.net/package/PHPUnit/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 18:20:11 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2BE416A4D2 for ; Mon, 31 Jan 2005 18:20:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2197B43D55 for ; Mon, 31 Jan 2005 18:20:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VIK8qe006612 for ; Mon, 31 Jan 2005 18:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VIK87t006611; Mon, 31 Jan 2005 18:20:08 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 18:20:08 GMT Resent-Message-Id: <200501311820.j0VIK87t006611@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas-Martin Seck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 279B216A4CE for ; Mon, 31 Jan 2005 18:13:15 +0000 (GMT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 798BA43D5E for ; Mon, 31 Jan 2005 18:13:14 +0000 (GMT) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-81-173-225-26.netcologne.de [81.173.225.26]) by smtp1.netcologne.de (Postfix) with SMTP id 40A9638CDF for ; Mon, 31 Jan 2005 19:13:11 +0100 (MET) Received: (qmail 61639 invoked by uid 1001); 31 Jan 2005 18:13:34 -0000 Message-Id: <20050131181334.61638.qmail@laurel.tmseck.homedns.org> Date: 31 Jan 2005 18:13:34 -0000 From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76913: [Maintainer] www/gatling: correct HTTP range handling X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 18:20:11 -0000 >Number: 76913 >Category: ports >Synopsis: [Maintainer] www/gatling: correct HTTP range handling >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 Jan 31 18:20:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 4.11-STABLE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of Jan 31, 2005. >Description: Correct an off-by-one error in HTTP range handling. Patch obtained from: gatling CVS Note to committer: please 'cvs add' files/patch-gatling.c >How-To-Repeat: >Fix: Apply this patch: Index: files/patch-gatling.c =================================================================== --- files/patch-gatling.c (.../www/gatling) (revision 0) +++ files/patch-gatling.c (.../local/gatling) (revision 377) @@ -0,0 +1,19 @@ +--- gatling.c.orig Wed Jul 28 15:23:51 2004 ++++ gatling.c Mon Jan 31 18:42:03 2005 +@@ -1261,6 +1261,7 @@ e404: + ++c; + if ((i=scan_ulonglong(c,&range_last))) { + if (!i) goto rangeerror; ++ ++range_last; + } + } + } else { +@@ -1311,7 +1312,7 @@ rangeerror: + c+=fmt_str(c,"\r\nContent-Range: bytes "); + c+=fmt_ulonglong(c,range_first); + c+=fmt_str(c,"-"); +- c+=fmt_ulonglong(c,range_last); ++ c+=fmt_ulonglong(c,range_last-1); + c+=fmt_str(c,"/"); + c+=fmt_ulonglong(c,ss.st_size); + } Index: Makefile =================================================================== --- Makefile (.../www/gatling) (revision 377) +++ Makefile (.../local/gatling) (revision 377) @@ -7,7 +7,7 @@ PORTNAME= gatling PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www benchmarks ftp ipv6 MASTER_SITES= http://dl.fefe.de/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 18:23:37 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A80716A4CE; Mon, 31 Jan 2005 18:23:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9CF043D48; Mon, 31 Jan 2005 18:23:36 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (hq@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VINajx006826; Mon, 31 Jan 2005 18:23:36 GMT (envelope-from hq@freefall.freebsd.org) Received: (from hq@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VINahh006822; Mon, 31 Jan 2005 18:23:36 GMT (envelope-from hq) Date: Mon, 31 Jan 2005 18:23:36 GMT From: Herve Quiroz Message-Id: <200501311823.j0VINahh006822@freefall.freebsd.org> To: hq@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hq@FreeBSD.org Subject: Re: ports/76910: [PATCH] misc/jbidwatcher: update to 0.9.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, 31 Jan 2005 18:23:37 -0000 Synopsis: [PATCH] misc/jbidwatcher: update to 0.9.5 Responsible-Changed-From-To: freebsd-ports-bugs->hq Responsible-Changed-By: hq Responsible-Changed-When: Mon Jan 31 18:22:44 GMT 2005 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=76910 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 19:00:37 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 345BB16A4E3 for ; Mon, 31 Jan 2005 19:00:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0DA43D41 for ; Mon, 31 Jan 2005 19:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VJ0apc008670 for ; Mon, 31 Jan 2005 19:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VJ0amd008669; Mon, 31 Jan 2005 19:00:36 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 19:00:36 GMT Resent-Message-Id: <200501311900.j0VJ0amd008669@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michel Lavondes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22FC616A4CF for ; Mon, 31 Jan 2005 18:53:52 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E115043D4C for ; Mon, 31 Jan 2005 18:53:51 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VIrn9W020920 for ; Mon, 31 Jan 2005 18:53:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j0VIrn8m020919; Mon, 31 Jan 2005 18:53:49 GMT (envelope-from nobody) Message-Id: <200501311853.j0VIrn8m020919@www.freebsd.org> Date: Mon, 31 Jan 2005 18:53:49 GMT From: Michel Lavondes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76915: [patch] Handle port deinstall scripts when /var is mounted noexec X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 19:00:37 -0000 >Number: 76915 >Category: ports >Synopsis: [patch] Handle port deinstall scripts when /var is mounted noexec >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 31 19:00:36 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Michel Lavondes >Release: 4.8-Release-p27 >Organization: Ecdysiasts United for Overdressing >Environment: >Description: When /var (or whichever filesystem holds PKG_DBDIR) is mounted noexec, attempts to deinstall ports will fail and leave a mess behind if the port has a require or deinstall script. This patch checks for that and skips deinstalling if that is the case. >How-To-Repeat: mount -u -o noexec /var cd /usr/ports/www/firefox make deinstall or: mount -u -o noexec /var cd /usr/ports/www/firefox make deinstall-all >Fix: Apply the following patch (also available from http://www.livejournal.com/users/pauamma/13489.html) to ports/Mk/bsd.ports.mk (warning: tested under FreeBSD 4.8 only) --- ports/Mk/bsd.port.mk.orig Sat Jan 29 02:11:04 2005 +++ ports/Mk/bsd.port.mk Sat Jan 29 00:04:45 2005 @@ -919,6 +919,7 @@ FILE?= /usr/bin/file FIND?= /usr/bin/find FMT?= /usr/bin/fmt +FSTAT?= /usr/bin/fstat GREP?= /usr/bin/grep GUNZIP_CMD?= /usr/bin/gunzip -f GZCAT?= /usr/bin/gzcat @@ -3818,19 +3819,32 @@ @${ECHO_MSG} "===> Deinstalling for ${PKGORIGIN}" @found_names=`${PKG_INFO} -q -O ${PKGORIGIN}`; \ for p in $${found_names}; do \ - check_name=`${ECHO_CMD} $${p} | ${SED} -e 's/-[^-]*$$//'`; \ - if [ "$${check_name}" = "${PKGBASE}" ]; then \ - prfx=`${PKG_INFO} -q -p $${p} 2> /dev/null | ${SED} -ne '1s|^@cwd ||p'`; \ - if [ "x${PREFIX}" = "x$${prfx}" ]; then \ - ${ECHO_MSG} "===> Deinstalling $${p}"; \ - ${PKG_DELETE} -f $${p}; \ - else \ - ${ECHO_MSG} "===> $${p} has a different PREFIX: $${prfx}, skipping"; \ + check_name=`${ECHO_CMD} $${p} | ${SED} -e 's/-[^-]*$$//'`; \ + if [ "$${check_name}" = "${PKGBASE}" ]; then \ + cannot_exec=""; \ + for f in +REQUIRE +DEINSTALL +POST-DEINSTALL; do \ + if [ -e ${PKG_DBDIR}/$${p}/$${f} ]; then \ + : 'Is the filesystem f is on mounted noexec?'; \ + if /sbin/mount -p | ${AWK} '{ print $$2, $$4 }' | ${GREP} "^`${FSTAT} ${PKG_DBDIR}/$${p}/$${f} < ${PKG_DBDIR}/$${p}/$${f} | ${GREP} ${PKG_DBDIR}/$${p}/$${f} | ${AWK} '{ print $$5 }'` " | ${GREP} -q noexec; then \ + cannot_exec=${PKG_DBDIR}/$${p}/$${f}; \ fi; \ + fi; \ + done; \ + if [ -z "$${cannot_exec}" ]; then \ + prfx=`${PKG_INFO} -q -p $${p} 2> /dev/null | ${SED} -ne '1s|^@cwd ||p'`; \ + if [ "x${PREFIX}" = "x$${prfx}" ]; then \ + ${ECHO_MSG} "===> Deinstalling $${p}"; \ + ${PKG_DELETE} -f $${p}; \ + else \ + ${ECHO_MSG} "===> $${p} has a different PREFIX: $${prfx}, skipping"; \ + fi; \ + else \ + ${ECHO_MSG} "===> $${p} has deinstall script $${cannot_exec} on a filesystem mounted noexec, skipping"; \ fi; \ + fi; \ done; \ if [ -z "$${found_names}" ]; then \ - ${ECHO_MSG} "===> ${PKGBASE} not installed, skipping"; \ + ${ECHO_MSG} "===> ${PKGBASE} not installed, skipping"; \ fi @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} .endif @@ -3852,8 +3866,21 @@ @deinstall_names=`${PKG_INFO} -q -O ${PKGORIGIN}`; \ if [ -n "$${deinstall_names}" ]; then \ for d in $${deinstall_names}; do \ - ${ECHO_MSG} "===> Deinstalling $${d}"; \ - ${PKG_DELETE} -f $${d}; \ + cannot_exec=""; \ + for f in +REQUIRE +DEINSTALL +POST-DEINSTALL; do \ + if [ -e ${PKG_DBDIR}/$${d}/$${f} ]; then \ + : 'Is the filesystem f is on mounted noexec?'; \ + if /sbin/mount -p | ${AWK} '{ print $$2, $$4 }' | ${GREP} "^`${FSTAT} ${PKG_DBDIR}/$${d}/$${f} < ${PKG_DBDIR}/$${d}/$${f} | ${GREP} ${PKG_DBDIR}/$${d}/$${f} | ${AWK} '{ print $$5 }'` " | ${GREP} -q noexec; then \ + cannot_exec=${PKG_DBDIR}/$${d}/$${f}; \ + fi; \ + fi; \ + done; \ + if [ -z "$${cannot_exec}" ]; then \ + ${ECHO_MSG} "===> Deinstalling $${d}"; \ + ${PKG_DELETE} -f $${d}; \ + else \ + ${ECHO_MSG} "===> $${d} has deinstall script $${cannot_exec} on a filesystem mounted noexec, skipping"; \ + fi; \ done; \ else \ ${ECHO_MSG} "===> ${PKGORIGIN} not installed, skipping"; \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 19:10:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28F5616A4CE for ; Mon, 31 Jan 2005 19:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 867AE43D53 for ; Mon, 31 Jan 2005 19:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VJAJvc012964 for ; Mon, 31 Jan 2005 19:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VJAJ0n012963; Mon, 31 Jan 2005 19:10:19 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 19:10:19 GMT Resent-Message-Id: <200501311910.j0VJAJ0n012963@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Anderson S.Ferreira" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7120416A4CE for ; Mon, 31 Jan 2005 19:02:51 +0000 (GMT) Received: from ipe.cnpm.embrapa.br (ipe.cnpm.embrapa.br [200.136.111.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8901B43D1F for ; Mon, 31 Jan 2005 19:02:47 +0000 (GMT) (envelope-from root@cnpm.embrapa.br) Received: from localhost (localhost.cnpm.embrapa.br [127.0.0.1]) by ipe.cnpm.embrapa.br (Postfix) with ESMTP id 945768445F for ; Mon, 31 Jan 2005 17:02:42 -0200 (BRST) Received: from mogno.cnpm.embrapa.br (mogno.cnpm.embrapa.br [200.136.111.3]) by ipe.cnpm.embrapa.br (Postfix) with ESMTP id 1C23B8443D for ; Mon, 31 Jan 2005 17:02:41 -0200 (BRST) Received: by mogno.cnpm.embrapa.br (Postfix, from userid 0) id F02FC15340A; Mon, 31 Jan 2005 17:04:11 -0200 (BRST) Message-Id: <20050131190411.F02FC15340A@mogno.cnpm.embrapa.br> Date: Mon, 31 Jan 2005 17:04:11 -0200 (BRST) From: "Anderson S.Ferreira" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76916: [maintainer update] Postgis upgrade from 0.9.1 to 1.0.0-rc2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Anderson S.Ferreira" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 19:10:20 -0000 >Number: 76916 >Category: ports >Synopsis: [maintainer update] Postgis upgrade from 0.9.1 to 1.0.0-rc2 >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 Jan 31 19:10:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Anderson S. Ferreira >Release: FreeBSD 6.0-CURRENT amd64 >Organization: Embrapa Monitoramento por Satélite >Environment: System: FreeBSD mogno.cnpm.embrapa.br 6.0-CURRENT FreeBSD 6.0-CURRENT #23: Mon Jan 24 08:26:30 BRST 2005 anderson@mogno.cnpm.embrapa.br:/usr/src/sys/amd64/compile/MOGNO amd64 >Description: UPDATE - Postgis upgrade from 0.9.1 to 1.0.0-rc2 >How-To-Repeat: >Fix: --- postgis.patch begins here --- diff -ruN postgis.old/Makefile postgis/Makefile --- postgis.old/Makefile Sun Jan 30 22:35:42 2005 +++ postgis/Makefile Mon Jan 31 16:58:46 2005 @@ -6,11 +6,11 @@ # PORTNAME= postgis -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 1.0.0rc2 CATEGORIES= databases MASTER_SITES= http://postgis.refractions.net/ DISTNAME= postgis-${PORTVERSION} +DISTFILES= postgis-1.0.0-rc2.tar.gz MAINTAINER= anderson@cnpm.embrapa.br COMMENT= Adds support for geographic objects to PostgreSQL databases @@ -21,33 +21,41 @@ USE_PERL5_BUILD= yes PKGMESSAGE= pkg-message -WRKSRC= ${WRKDIR}/postgis-${PORTVERSION} +WRKSRC= ${WRKDIR}/postgis-1.0.0-rc2 PGSQL_SRC= ${WRKDIR}/pgsql/postgresql INSTALL_TARGET= install INSTALLS_SHLIB= no OPTIONS= GEOS "Include GEOS - the OpenGIS 'Simple Features for SQL'" off \ + UTF8 "UTF-8 support for shp2pgsql. (needs libiconv)" off USE_PGSQL= YES .include MAKE_ARGS= PGSQL_SRC="${PGSQL_SRC}" \ + USE_PROJ=1 \ DATADIR="${PREFIX}/share/postgis" \ + INSTALL_DATA="${INSTALL_DATA}" \ BINDIR="${PREFIX}/bin" \ LIBDIR="${PREFIX}/lib" -PGSQL_PORTDIR= ${PORTSDIR}/databases/postgresql${PGSQL_VER}-client +PGSQL_PORTDIR= ${PORTSDIR}/databases/postgresql${PGSQL_VER}-server .if !defined(NOPORTDOCS) BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl + ${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl MAKE_ARGS+= WITH-DOC=yes \ DOCSDIR="${DOCSDIR}" PORTDOCS= * .endif +.if defined(WITH_UTF8) +LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv +MAKE_ARGS+= USE_ICONV=1 +.endif + .if defined(WITH_GEOS) LIB_DEPENDS+= geos.2:${PORTSDIR}/graphics/geos MAKE_ARGS+= USE_GEOS=1 @@ -65,8 +73,8 @@ ${MV} ${WRKDIR}/pgsql/postgresql* ${PGSQL_SRC} \ post-install: - @ ${INSTALL_SCRIPT} ${FILESDIR}/updatedb.default ${PREFIX}/share/postgis - @ ${INSTALL_SCRIPT} ${FILESDIR}/UPDATE ${PREFIX}/share/postgis + @ ${INSTALL_DATA} ${FILESDIR}/updatedb.default ${PREFIX}/share/postgis + @ ${INSTALL_DATA} ${FILESDIR}/README.upgrade ${PREFIX}/share/postgis @ ${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL @ ${CAT} ${PKGMESSAGE} diff -ruN postgis.old/distinfo postgis/distinfo --- postgis.old/distinfo Thu Jan 13 20:53:39 2005 +++ postgis/distinfo Mon Jan 31 12:48:36 2005 @@ -1,2 +1,2 @@ -MD5 (postgis-0.9.1.tar.gz) = 43264e90d013aea9ce8f3f0c3540ac32 -SIZE (postgis-0.9.1.tar.gz) = 491789 +MD5 (postgis-1.0.0-rc2.tar.gz) = 7b39a1f3cec40cd30b2c1549a65e04c9 +SIZE (postgis-1.0.0-rc2.tar.gz) = 1270939 diff -ruN postgis.old/files/README.upgrade postgis/files/README.upgrade --- postgis.old/files/README.upgrade Wed Dec 31 21:00:00 1969 +++ postgis/files/README.upgrade Mon Jan 31 16:34:02 2005 @@ -0,0 +1,16 @@ +Updating databases from old versions of Postgis + +The postgis library has its name changed, now the library is called +liblwgeom.so.1 instead of libpostgis.so.0 . +Databases created with older versions of postgis won't work properly, +until all references of libpostgis.so.0 be corrected. +To solve this problem, please, make a dump (on text format) of your +database and use the PREFIX/share/updatedb script. + + sh PREFIX/share/updatedb dump.sql + +A new file with '.updated' extension will be created with the library +references updated. +After that, you can restore your database using the updated file. + + psql -f dump.sql.updated database diff -ruN postgis.old/files/UPDATE postgis/files/UPDATE --- postgis.old/files/UPDATE Thu Jan 13 20:53:39 2005 +++ postgis/files/UPDATE Wed Dec 31 21:00:00 1969 @@ -1,14 +0,0 @@ -Updating databases from old versions of Postgis - -Due the libpostgis.so.0 path modification, databases created with older -versions of postgis won't work properly. -To solve this problem, please, make a dump (on text format) of your database -and use the PREFIX/share/updatedb script. - - sh PREFIX/share/updatedb dump.sql - -A new file with '.updated' extension will be created with libpostgis -references updated. -After that you can restore your database using updated file. - - psql -f dump.sql.updated database diff -ruN postgis.old/files/patch-a postgis/files/patch-a --- postgis.old/files/patch-a Thu Jan 13 20:53:39 2005 +++ postgis/files/patch-a Mon Jan 31 16:49:25 2005 @@ -1,17 +1,22 @@ ---- doc/Makefile Thu Sep 9 17:51:32 2004 -+++ doc/Makefile.new Wed Dec 29 09:49:05 2004 -@@ -5,14 +5,16 @@ +--- doc/Makefile Thu Jan 13 07:42:40 2005 ++++ doc/Makefile Mon Jan 31 16:48:51 2005 +@@ -1,20 +1,22 @@ + COMMONOPTS = -f docbook -b html -e no-valid + LAST_RELEASE_VERSION = 1.0.0RC1 + ++include ../Makefile.config ++include $(top_srcdir)/src/Makefile.shlib + postgis-out.xml: postgis.xml cat $< | sed "s/@@LAST_RELEASE_VERSION@@/$(LAST_RELEASE_VERSION)/g" > $@ -+# html/ch01.html html/ch02.html html/ch03.html html/ch04.html html/ch05.html html/index.html -+ chunked-html: postgis-out.xml -- xsltproc \ + xsltproc \ - --param shade.verbatim 1 \ -+ xsltproc --param shade.verbatim 1 \ - --param chunk.section.depth 0 \ + --output html/ \ + --param chunk.section.depth 0 \ + --param section.autolabel 1 \ + --param section.label.includes.component.label 1 \ --stringparam html.stylesheet style.css \ --stringparam saxon.character.representation decimal \ - /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl \ @@ -21,25 +26,16 @@ html: postgis-out.xml xsltproc \ -@@ -20,11 +22,20 @@ - --param shade.verbatim 1 \ - --param chunk.section.depth 0 \ - --stringparam html.stylesheet style.css \ -- /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl \ -+ /usr/local/share/xsl/docbook/html/docbook.xsl \ - $< - - jw: postgis-out.xml - jw $(COMMONOPTS) -o html/ postgis-out.xml +@@ -53,3 +55,12 @@ + postgis.out \ + postgis.log - clean: -+ rm -f postgis-out.xml chunked-html html/*.html -+ +install: chunked-html ++ $(mkinstalldirs) $(DOCSDIR) ++ $(INSTALL_DATA) html/index.html $(DOCSDIR)/index.html + $(INSTALL_DATA) html/ch01.html $(DOCSDIR)/ch01.html + $(INSTALL_DATA) html/ch02.html $(DOCSDIR)/ch02.html + $(INSTALL_DATA) html/ch03.html $(DOCSDIR)/ch03.html + $(INSTALL_DATA) html/ch04.html $(DOCSDIR)/ch04.html + $(INSTALL_DATA) html/ch05.html $(DOCSDIR)/ch05.html -+ $(INSTALL_DATA) html/index.html $(DOCSDIR)/index.html - ++ $(INSTALL_DATA) html/ch06.html $(DOCSDIR)/ch06.html diff -ruN postgis.old/files/patch-b postgis/files/patch-b --- postgis.old/files/patch-b Thu Jan 13 20:53:39 2005 +++ postgis/files/patch-b Mon Jan 31 14:39:16 2005 @@ -1,6 +1,14 @@ ---- loader/Makefile Wed Dec 29 16:31:54 2004 -+++ loader/Makefile.new Wed Dec 29 16:32:25 2004 -@@ -50,8 +50,8 @@ +--- loader/Makefile Wed Jan 12 15:03:57 2005 ++++ loader/Makefile Mon Jan 31 14:36:59 2005 +@@ -18,6 +18,7 @@ + + ifeq ($(USE_ICONV),1) + override CFLAGS += -DUSE_ICONV ++ override LDFLAGS += -liconv + endif + + override CFLAGS := -g -I.. -I$(srcdir) -I$(top_builddir)/src/interfaces/libpq $(CFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"' -DUSE_VERSION=$(USE_VERSION) +@@ -31,8 +32,8 @@ $(CC) $(CFLAGS) $(OBJS) shp2pgsql.o $(LDFLAGS) -o $@ install: all @@ -9,5 +17,5 @@ + $(INSTALL_PROGRAM) pgsql2shp$(EXE) $(DESTDIR)$(BINDIR)/pgsql2shp$(EXE) + $(INSTALL_PROGRAM) shp2pgsql$(EXE) $(DESTDIR)$(BINDIR)/shp2pgsql$(EXE) - clean: - @rm -f $(OBJS) shp2pgsql.o pgsql2shp.o shp2pgsql$(EXE) pgsql2shp$(EXE) + uninstall: + rm -f $(DESTDIR)$(bindir)/pgsql2shp$(EXE) diff -ruN postgis.old/files/patch-c postgis/files/patch-c --- postgis.old/files/patch-c Thu Jan 13 20:53:39 2005 +++ postgis/files/patch-c Mon Jan 31 13:01:34 2005 @@ -1,64 +1,17 @@ ---- Makefile Wed Dec 29 09:44:01 2004 -+++ Makefile.new Wed Dec 29 09:56:30 2004 -@@ -28,7 +28,7 @@ - # - # Download from: http://geos.refractions.net - # --USE_GEOS=1 -+#USE_GEOS=1 - ifeq (${GEOS_DIR},) - GEOS_DIR=/usr/local - endif -@@ -105,10 +105,10 @@ - SCRIPTS_VERSION=0.0.1 - ifeq (${USE_VERSION}, 71) - MODULE_FILENAME = $(LPATH)/$(shlib) -- MODULE_INSTALLDIR = $(libdir) -+ MODULE_INSTALLDIR = $(LIBDIR) - else - MODULE_FILENAME = $(LPATH)/$(shlib) -- MODULE_INSTALLDIR = $(pkglibdir) -+ MODULE_INSTALLDIR = $(LIBDIR) - endif +--- Makefile Mon Jan 31 12:51:48 2005 ++++ Makefile Mon Jan 31 12:56:14 2005 +@@ -5,8 +5,14 @@ + #----------------------------------------------------- - #--------------------------------------------------------------- -@@ -191,6 +191,10 @@ - postgis_geos_wrapper.o: postgis_geos_wrapper.cpp - - all: $(GEOS_RULES) all-lib postgis.sql postgis_undef.sql loaderdumper + all: liblwgeom loaderdumper +ifneq ($(WITH-DOC),) + $(MAKE) -C doc chunked-html +endif -+ - - loaderdumper: - $(MAKE) -C loader -@@ -207,11 +211,15 @@ - perl create_undef.pl $< $(USE_VERSION) > $@ - install: all installdirs install-postgis-lib -- $(INSTALL_DATA) postgis.sql $(DESTDIR)$(datadir) -- $(INSTALL_DATA) postgis_undef.sql $(DESTDIR)$(datadir) -- $(INSTALL_DATA) spatial_ref_sys.sql $(DESTDIR)$(datadir) -- $(INSTALL_DATA) README.postgis $(DESTDIR)$(datadir) -+ $(INSTALL_DATA) postgis.sql $(DESTDIR)$(DATADIR)/postgis.sql.default -+ $(INSTALL_DATA) postgis_undef.sql $(DESTDIR)$(DATADIR) -+ $(INSTALL_DATA) spatial_ref_sys.sql $(DESTDIR)$(DATADIR) -+ $(INSTALL_DATA) README.postgis $(DESTDIR)$(DATADIR) - $(MAKE) DESTDIR=$(DESTDIR) -C loader install + install: all liblwgeom-install loaderdumper-install +ifneq ($(WITH-DOC),) + $(MAKE) INSTALL_DATA="$(INSTALL_DATA)" DOCSDIR=$(DOCSDIR) -C doc install +endif -+ - - #- This has been copied from postgresql and adapted - install-postgis-lib: $(shlib) -@@ -235,7 +243,7 @@ - ./geos_version.sh $(GEOS_DIR) > postgis_geos_version.h - installdirs: -- $(mkinstalldirs) $(docdir)/contrib $(datadir)/contrib $(libdir) -+ $(mkinstalldirs) $(DATADIR) $(libdir) + uninstall: liblwgeom-uninstall loaderdumper-uninstall - uninstall: uninstall-lib - @rm -f $(docdir)/contrib/README.postgis $(datadir)/contrib/postgis.sql diff -ruN postgis.old/files/patch-d postgis/files/patch-d --- postgis.old/files/patch-d Wed Dec 31 21:00:00 1969 +++ postgis/files/patch-d Mon Jan 31 13:28:39 2005 @@ -0,0 +1,38 @@ +--- lwgeom/Makefile Wed Jan 26 06:35:56 2005 ++++ lwgeom/Makefile Mon Jan 31 13:28:00 2005 +@@ -21,10 +21,10 @@ + SCRIPTS_VERSION=0.1.0 + ifeq (${USE_VERSION},71) + MODULE_FILENAME = $(LPATH)/$(shlib) +- MODULE_INSTALLDIR = $(libdir) ++ MODULE_INSTALLDIR = $(LIBDIR) + else + MODULE_FILENAME = $(LPATH)/$(shlib) +- MODULE_INSTALLDIR = $(pkglibdir) ++ MODULE_INSTALLDIR = $(LIBDIR) + endif + + #--------------------------------------------------------------- +@@ -123,7 +123,7 @@ + install: all installdirs install-lwgeom-lib install-lwgeom-scripts + + install-lwgeom-scripts: +- $(INSTALL_DATA) lwpostgis.sql $(DESTDIR)$(datadir) ++ $(INSTALL_DATA) lwpostgis.sql $(DESTDIR)$(DATADIR)/lwpostgis.sql.default + + #- This has been copied from postgresql and adapted + install-lwgeom-lib: $(shlib) +@@ -147,10 +147,11 @@ + sh ../geos_version.sh $(GEOS_DIR) > postgis_geos_version.h + + installdirs: +- $(mkinstalldirs) $(libdir) ++ $(mkinstalldirs) $(LIBDIR) ++ $(mkinstalldirs) $(DATADIR) + + uninstall-lwgeom-scripts: +- rm -f $(DESTDIR)$(datadir)/lwpostgis.sql ++ rm -f $(DESTDIR)$(DATADIR)/lwpostgis.sql + + uninstall: uninstall-lib uninstall-lwgeom-scripts + diff -ruN postgis.old/files/updatedb.default postgis/files/updatedb.default --- postgis.old/files/updatedb.default Thu Jan 13 20:53:39 2005 +++ postgis/files/updatedb.default Mon Jan 31 15:01:45 2005 @@ -2,4 +2,5 @@ LIBDIR=%%LIBDIR%% -sed "s|'.*/libpostgis.so.0'|'${LIBDIR}/libpostgis.so.0'|g" $1 > $1.updated +sed "s|'.*/libpostgis\.so\.0'|'${LIBDIR}/liblwgeom.so.1'|g + s|'.*/liblwgeom\.so\.1'|'${LIBDIR}/liblwgeom.so.1'|g $1 > $1.updated diff -ruN postgis.old/pkg-deinstall postgis/pkg-deinstall --- postgis.old/pkg-deinstall Thu Jan 13 20:53:39 2005 +++ postgis/pkg-deinstall Mon Jan 31 13:55:19 2005 @@ -5,7 +5,7 @@ "POST-DEINSTALL") PREF=${PREFIX:-$PKG_PREFIX} SHAREDIR=${PREF}/share/postgis - rm -f ${SHAREDIR}/postgis.sql ${SHAREDIR}/updatedb + rm -f ${SHAREDIR}/lwpostgis.sql ${SHAREDIR}/updatedb rmdir ${SHAREDIR} ;; esac diff -ruN postgis.old/pkg-install postgis/pkg-install --- postgis.old/pkg-install Thu Jan 13 20:53:39 2005 +++ postgis/pkg-install Mon Jan 31 16:34:31 2005 @@ -4,10 +4,8 @@ echo " ================== ** Postgis Upgrade Notice ** =================== - The Postgis 0.9.1 port has changed the location of some files, - including libpostgis.so.0 library. If you are a user from a old - version of Postgis (0.9.0 or older), make a backup from your - databases before continue ! + If you are a user from a old version of Postgis (0.9.1 or older), + make a backup from your databases before continue ! If you need to backup your data, press CTRL-C now ! @@ -43,8 +41,9 @@ PREF=${PREFIX:-$PKG_PREFIX} SHAREDIR=${PREF}/share/postgis LIBDIR=${PREF}/lib - sed -e "s|\$libdir|${LIBDIR}|g" ${SHAREDIR}/postgis.sql.default > ${SHAREDIR}/postgis.sql + sed -e "s|\$libdir|${LIBDIR}|g" ${SHAREDIR}/lwpostgis.sql.default > ${SHAREDIR}/lwpostgis.sql sed -e "s|%%LIBDIR%%|${LIBDIR}|g" ${SHAREDIR}/updatedb.default > ${SHAREDIR}/updatedb + chmod 0755 ${SHAREDIR}/updatedb ;; "MESSAGE") msg diff -ruN postgis.old/pkg-message postgis/pkg-message --- postgis.old/pkg-message Thu Jan 13 20:53:39 2005 +++ postgis/pkg-message Mon Jan 31 16:33:01 2005 @@ -1,16 +1,9 @@ ============================================================= -Postgis Installation notes +Postgis Installation note -* The Postgis SQL files had its locations changed. - Now they can be found at PREFIX/share/postgis - -* HTML Documentation was added to this port and can be found - at PREFIX/share/doc/postgis - -* libpostgis.so and libpostgis.so.1 were moved from - PREFIX/lib/postgresql to PREFIX/lib. - Users from older versions (0.9.0 or older), *must* read - PREFIX/share/postgis/UPDATE for instructions. +* The name of the postgis library has changed. + Users from older versions (0.9.1 or older), *must* read + PREFIX/share/postgis/README.upgrade for instructions. ============================================================= diff -ruN postgis.old/pkg-plist postgis/pkg-plist --- postgis.old/pkg-plist Fri Jan 14 07:55:49 2005 +++ postgis/pkg-plist Mon Jan 31 16:33:19 2005 @@ -1,13 +1,10 @@ bin/pgsql2shp bin/shp2pgsql -lib/libpostgis.so -lib/libpostgis.so.0 -%%DATADIR%%/README.postgis -%%DATADIR%%/UPDATE -%%DATADIR%%/postgis.sql.default +lib/liblwgeom.so +lib/liblwgeom.so.1 +%%DATADIR%%/README.upgrade %%DATADIR%%/updatedb.default -%%DATADIR%%/postgis_undef.sql -%%DATADIR%%/spatial_ref_sys.sql +%%DATADIR%%/lwpostgis.sql.default %%PORTDOCS%%@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true @unexec rmdir %D/%%DATADIR%% 2>/dev/null || true @unexec rmdir %D/lib 2>/dev/null || true --- postgis.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 19:30:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BD5F16A4CE for ; Mon, 31 Jan 2005 19:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E420343D62 for ; Mon, 31 Jan 2005 19:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VJUNEc013636 for ; Mon, 31 Jan 2005 19:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VJUN05013635; Mon, 31 Jan 2005 19:30:23 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 19:30:23 GMT Resent-Message-Id: <200501311930.j0VJUN05013635@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, IWATSUKI Hiroyuki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BE2916A4CE; Mon, 31 Jan 2005 19:23:20 +0000 (GMT) Received: from moonrock.jp (YahooBB219209236108.bbtec.net [219.209.236.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ACEF43D3F; Mon, 31 Jan 2005 19:23:19 +0000 (GMT) (envelope-from don@moonrock.jp) Received: from lemmy.moonrock.local (localhost [127.0.0.1]) by moonrock.jp (8.13.1/8.13.1) with ESMTP id j0VJP3cp081734; Tue, 1 Feb 2005 04:25:04 +0900 (JST) (envelope-from don@lemmy.moonrock.local) Received: (from root@localhost) by lemmy.moonrock.local (8.13.1/8.13.1/Submit) id j0VJP22M081733; Tue, 1 Feb 2005 04:25:02 +0900 (JST) (envelope-from don) Message-Id: <200501311925.j0VJP22M081733@lemmy.moonrock.local> Date: Tue, 1 Feb 2005 04:25:02 +0900 (JST) From: IWATSUKI Hiroyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: knu@FreeBSD.org Subject: ports/76917: [PATCH] security/ruby18-acl: Fix install problem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 19:30:24 -0000 >Number: 76917 >Category: ports >Synopsis: [PATCH] security/ruby18-acl: Fix install problem >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 Jan 31 19:30:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: IWATSUKI Hiroyuki >Release: FreeBSD 5.3-STABLE i386 >Organization: Natsume Co., Ltd. >Environment: System: FreeBSD lemmy.moonrock.local 5.3-STABLE FreeBSD 5.3-STABLE #3: Sun Dec 12 22:37:02 JST 2004 >Description: - Fix install problem. Added file(s): - files/patch-install.rb Port maintainer (knu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- ruby18-acl-1.0.1.patch begins here --- diff -ruN --exclude=CVS /mnt/ports/security/ruby-acl.orig/Makefile /mnt/ports/security/ruby-acl/Makefile --- /mnt/ports/security/ruby-acl.orig/Makefile Sun Dec 19 08:02:32 2004 +++ /mnt/ports/security/ruby-acl/Makefile Tue Feb 1 04:18:21 2005 @@ -15,13 +15,9 @@ MAINTAINER= knu@FreeBSD.org COMMENT= Ruby module to provide Access Control List checks -BROKEN= Does not build -EXPIRATION_DATE=2005-02-18 -DEPRECATED= ${BROKEN} - USE_RUBY= yes -NO_BUILD= yess +NO_BUILD= yes RUBY_RD_FILES= doc/acl.rd doc/ja/acl.rd.ja @@ -35,8 +31,6 @@ post-install: doc-install -.include - doc-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} @@ -44,3 +38,5 @@ ${MKDIR} ${RUBY_MODDOCDIR} ${CP} -R ${WRKSRC}/doc/* ${RUBY_MODDOCDIR}/ .endif + +.include diff -ruN --exclude=CVS /mnt/ports/security/ruby-acl.orig/files/patch-install.rb /mnt/ports/security/ruby-acl/files/patch-install.rb --- /mnt/ports/security/ruby-acl.orig/files/patch-install.rb Thu Jan 1 09:00:00 1970 +++ /mnt/ports/security/ruby-acl/files/patch-install.rb Fri Jan 28 00:38:51 2005 @@ -0,0 +1,11 @@ +--- install.rb~ Fri Jan 28 00:37:45 2005 ++++ install.rb Fri Jan 28 00:38:12 2005 +@@ -41,7 +41,7 @@ + site_libdir = $:.find {|x| x =~ /site_ruby$/} + if !site_libdir + site_libdir = File.join(@libdir, "site_ruby") +- elsif site_libdir !~ Regexp.quote(@version) ++ elsif site_libdir !~ /#{Regexp.quote(@version)}/ + site_libdir = File.join(site_libdir, @version) + end + site_libdir --- ruby18-acl-1.0.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 19:50:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 592F116A4CE for ; Mon, 31 Jan 2005 19:50:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C909F43D55 for ; Mon, 31 Jan 2005 19:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VJoIsa015181 for ; Mon, 31 Jan 2005 19:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VJoIjx015148; Mon, 31 Jan 2005 19:50:18 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 19:50:18 GMT Resent-Message-Id: <200501311950.j0VJoIjx015148@freefall.freebsd.org> 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 Thompson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B605316A4CF for ; Mon, 31 Jan 2005 19:42:33 +0000 (GMT) Received: from thingy.tbd.co.nz (thingy.tbd.co.nz [210.48.70.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB3043D1D for ; Mon, 31 Jan 2005 19:42:32 +0000 (GMT) (envelope-from andy@fud.org.nz) Received: from thingy.tbd.co.nz (localhost [127.0.0.1])j0VJiY2t019194 for ; Tue, 1 Feb 2005 08:44:34 +1300 Received: (from thompsa@localhost) by thingy.tbd.co.nz (8.12.3/8.12.3/Debian-7.1) id j0VJiY0I019192 for FreeBSD-gnats-submit@freebsd.org; Tue, 1 Feb 2005 08:44:34 +1300 Message-Id: <20050131194434.GA18415@thingy.tbd.co.nz> Date: Tue, 1 Feb 2005 08:44:34 +1300 From: Andrew Thompson To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76919: add new port x11-fonts/latex-xft-fonts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 19:50:20 -0000 >Number: 76919 >Category: ports >Synopsis: add new port x11-fonts/latex-xft-fonts >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 Jan 31 19:50:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrew Thompson >Release: FreeBSD 5.3-BETA6 i386 >Organization: >Environment: System: FreeBSD hudson.fire.org.nz 5.3-BETA6 FreeBSD 5.3-BETA6 #0: Sat Oct 16 09:21:06 NZDT 2004 root@hudson.fire.org.nz:/usr/obj/usr/src/sys/HUDSON i386 >Description: Add latex-xft-fonts and add RUN_DEPENDS to LyX when compiled with QT shar file attached with latex-xft-fonts port and a diff for LyX at the bottom >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: # # x11-fonts/latex-xft-fonts # x11-fonts/latex-xft-fonts/Makefile # x11-fonts/latex-xft-fonts/pkg-message # x11-fonts/latex-xft-fonts/pkg-descr # x11-fonts/latex-xft-fonts/pkg-plist # x11-fonts/latex-xft-fonts/distinfo # echo c - x11-fonts/latex-xft-fonts mkdir -p x11-fonts/latex-xft-fonts > /dev/null 2>&1 echo x - x11-fonts/latex-xft-fonts/Makefile sed 's/^X//' >x11-fonts/latex-xft-fonts/Makefile << 'END-of-x11-fonts/latex-xft-fonts/Makefile' X# New ports collection makefile for: Latex XFT Font Family X# Date created: February 1 2005 X# Whom: Andrew Thompson X# X# $FreeBSD$ X# X XPORTNAME= latex-xft-fonts XPORTVERSION= 0.1 XCATEGORIES= x11-fonts XMASTER_SITES= http://www.movement.uklinux.net/ X XMAINTAINER= andy@fud.org.nz XCOMMENT= xft-compatible versions of some LaTeX fonts X XBUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig XRUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig X XUSE_X_PREFIX= yes XNO_BUILD= yes X XPLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" X XMSG_FILE= ${PKGDIR}/pkg-message XPKGMESSAGE= ${WRKDIR}/pkg-message X X# X# Local variables X# X XFONTNAME= ${PORTNAME} XFONTSDIR?= ${PREFIX}/lib/X11/fonts/${FONTNAME} X X.SILENT: X Xpost-patch: X ${SED} 's|%%FONTSDIR%%|${FONTSDIR}|g' ${MSG_FILE} > ${PKGMESSAGE} X X# X# Install X# Xdo-install: install-fonts install-docs X Xinstall-fonts: X ${MKDIR} ${FONTSDIR} X ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR} X Xinstall-docs: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X Xpost-install: X ${ECHO_MSG} "===> Running fc-cache" X -${X11BASE}/bin/fc-cache -f -v ${FONTSDIR} X ${ECHO_MSG} X ${CAT} ${PKGMESSAGE} X ${ECHO_MSG} X X.include END-of-x11-fonts/latex-xft-fonts/Makefile echo x - x11-fonts/latex-xft-fonts/pkg-message sed 's/^X//' >x11-fonts/latex-xft-fonts/pkg-message << 'END-of-x11-fonts/latex-xft-fonts/pkg-message' XMake sure that the freetype module is loaded. If it is not, add the following Xline to the "Modules" section of your X Windows configuration file: X X Load "freetype" X XAdd the following line to the "Files" section of X Windows configuration file: X X FontPath "%%FONTSDIR%%/" X XNote: your X Windows configuration file is typically /etc/X11/XF86Config Xif you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. END-of-x11-fonts/latex-xft-fonts/pkg-message echo x - x11-fonts/latex-xft-fonts/pkg-descr sed 's/^X//' >x11-fonts/latex-xft-fonts/pkg-descr << 'END-of-x11-fonts/latex-xft-fonts/pkg-descr' XLatex-xft-fonts contains xft-compatible versions of LaTeX fonts for Xuse with visual math symbol display in LyX. You will need to install Xthis package if your version of Qt is using Xft for displaying Xfonts. X XWWW: http://movementarian.org/ END-of-x11-fonts/latex-xft-fonts/pkg-descr echo x - x11-fonts/latex-xft-fonts/pkg-plist sed 's/^X//' >x11-fonts/latex-xft-fonts/pkg-plist << 'END-of-x11-fonts/latex-xft-fonts/pkg-plist' X%%FONTSDIR%%/cmex10.ttf X%%FONTSDIR%%/cmmi10.ttf X%%FONTSDIR%%/cmr10.ttf X%%FONTSDIR%%/cmsy10.ttf X%%FONTSDIR%%/msam10.ttf X%%FONTSDIR%%/msbm10.ttf X%%FONTSDIR%%/wasy10.ttf X%%PORTDOCS%%share/doc/latex-xft-fonts/README X%%PORTDOCS%%@dirrm share/doc/latex-xft-fonts X@unexec /bin/rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true X@dirrm %%FONTSDIR%% X@exec %%X11BASE%%/bin/fc-cache -f -v %%FONTSDIR%% || /usr/bin/true END-of-x11-fonts/latex-xft-fonts/pkg-plist echo x - x11-fonts/latex-xft-fonts/distinfo sed 's/^X//' >x11-fonts/latex-xft-fonts/distinfo << 'END-of-x11-fonts/latex-xft-fonts/distinfo' XMD5 (latex-xft-fonts-0.1.tar.gz) = 0f3275e403be5fdbd14117dd8a26675f XSIZE (latex-xft-fonts-0.1.tar.gz) = 91730 END-of-x11-fonts/latex-xft-fonts/distinfo exit --- print/lyx.orig/Makefile Tue Feb 1 08:32:29 2005 +++ print/lyx/Makefile Tue Feb 1 08:35:19 2005 @@ -42,6 +42,7 @@ CONFIGURE_ARGS+= --with-frontend=qt QTCPPFLAGS+= ${PTHREAD_CFLAGS} QTCFGLIBS+= ${PTHREAD_LIBS} +RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/latex-xft-fonts/cmex10.ttf:${PORTSDIR}/x11-fonts/latex-xft-fonts .else LIB_DEPENDS+= forms.1:${PORTSDIR}/x11-toolkits/xforms USE_XPM= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 20:13:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC9AA16A4CE; Mon, 31 Jan 2005 20:13:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B70FB43D41; Mon, 31 Jan 2005 20:13:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VKDLYT020088; Mon, 31 Jan 2005 20:13:21 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VKDLk2020084; Mon, 31 Jan 2005 20:13:21 GMT (envelope-from pav) Date: Mon, 31 Jan 2005 20:13:21 GMT From: Pav Lucistnik Message-Id: <200501312013.j0VKDLk2020084@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 20:13:22 -0000 Synopsis: /usr/ports/audio/xmms-osssurround (build error amd64) Responsible-Changed-From-To: freebsd-amd64->freebsd-ports-bugs Responsible-Changed-By: pav Responsible-Changed-When: Mon Jan 31 20:13:00 GMT 2005 Responsible-Changed-Why: Refile under ports where it belongs. http://www.freebsd.org/cgi/query-pr.cgi?pr=76914 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 20:20:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3C5F16A4CE for ; Mon, 31 Jan 2005 20:20:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE82C43D4C for ; Mon, 31 Jan 2005 20:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VKKFhm020236 for ; Mon, 31 Jan 2005 20:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VKKFk8020235; Mon, 31 Jan 2005 20:20:15 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 20:20:15 GMT Resent-Message-Id: <200501312020.j0VKKFk8020235@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Thomas T. Veldhouse" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1739016A4CE for ; Mon, 31 Jan 2005 20:19:43 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 004BD43D54 for ; Mon, 31 Jan 2005 20:19:43 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VKJg7K035375 for ; Mon, 31 Jan 2005 20:19:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j0VKJg3b035374; Mon, 31 Jan 2005 20:19:42 GMT (envelope-from nobody) Message-Id: <200501312019.j0VKJg3b035374@www.freebsd.org> Date: Mon, 31 Jan 2005 20:19:42 GMT From: "Thomas T. Veldhouse" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76920: dspam w/neural networking doesn't recognize mysql as being selected X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 20:20:16 -0000 >Number: 76920 >Category: ports >Synopsis: dspam w/neural networking doesn't recognize mysql as being selected >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 31 20:20:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Thomas T. Veldhouse >Release: 5.3 (likely any) >Organization: >Environment: FreeBSD copperlion.veldy.net 5.3-STABLE FreeBSD 5.3-STABLE #2: Fri Jan 28 21:28:44 CST 2005 veldy@copperlion.veldy.net:/usr/obj/usr/src/sys/COPPERLION i386 >Description: If you select the mysql-4.1 option and also select neural-networking it will complain that you must either select mysql or postgresql to use neural networking, but clearly mysql 4.1 has been selected. The only way to build is to deselect neural networking. MAINTAINER=itetcu@people.tecnik93.com >How-To-Repeat: See full description. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 20:30:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34EDC16A4CE for ; Mon, 31 Jan 2005 20:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA69243D5A for ; Mon, 31 Jan 2005 20:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VKUQ7Y020517 for ; Mon, 31 Jan 2005 20:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VKUQwL020514; Mon, 31 Jan 2005 20:30:26 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 20:30:26 GMT Resent-Message-Id: <200501312030.j0VKUQwL020514@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D60116A4CE; Mon, 31 Jan 2005 20:28:41 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 775EC43D39; Mon, 31 Jan 2005 20:28:40 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id 77CF3119F5; Mon, 31 Jan 2005 21:30:13 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 39530-03; Mon, 31 Jan 2005 21:30:06 +0100 (CET) Received: by gate.xbsd.org (Postfix, from userid 2001) id DF66E119F3; Mon, 31 Jan 2005 21:30:05 +0100 (CET) Message-Id: <20050131203005.DF66E119F3@gate.xbsd.org> Date: Mon, 31 Jan 2005 21:30:05 +0100 (CET) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: markp@FreeBSD.org Subject: ports/76922: Update port: games/penguin-command - fix packing list X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 20:30:27 -0000 >Number: 76922 >Category: ports >Synopsis: Update port: games/penguin-command - fix packing list >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 Jan 31 20:30:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: Fix packing list. Maintainer (markp@FreeBSD.org) cc'ed. >How-To-Repeat: >Fix: --- penguin-command.diff begins here --- --- Makefile.orig Mon Jan 31 21:27:16 2005 +++ Makefile Mon Jan 31 21:27:59 2005 @@ -24,7 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" CONFIGURE_TARGET= -MAN6= penguin-command.6 +MAN6= penguin-command.6 penguin-command.ja.6 post-patch: ${REINPLACE_CMD} 's|"SDL/SDL|"SDL|g ; s|Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 20:40:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B2D716A5E8 for ; Mon, 31 Jan 2005 20:40:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4126243D1F for ; Mon, 31 Jan 2005 20:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VKeLsl021672 for ; Mon, 31 Jan 2005 20:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VKeLdF021671; Mon, 31 Jan 2005 20:40:21 GMT (envelope-from gnats) Date: Mon, 31 Jan 2005 20:40:21 GMT Message-Id: <200501312040.j0VKeLdF021671@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ion-Mihai Tetcu Subject: Re: ports/76920: dspam w/neural networking doesn't recognize mysql as being selected X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ion-Mihai Tetcu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 20:40:21 -0000 The following reply was made to PR ports/76920; it has been noted by GNATS. From: Ion-Mihai Tetcu To: freebsd-gnats-submit@FreeBSD.org, veldy@veldy.net Cc: Subject: Re: ports/76920: dspam w/neural networking doesn't recognize mysql as being selected Date: Mon, 31 Jan 2005 22:36:28 +0200 --- Makefile.old Mon Jan 31 22:35:45 2005 +++ Makefile Mon Jan 31 22:36:01 2005 @@ -482,7 +482,7 @@ @${ECHO_CMD} "You can use one and only one database back-end at once." @${FALSE} .endif -.if defined(WITH_NEURAL_NET) && !(defined(HAVE_MYSQL) || defined(WITH_POSTGRESQL)) +.if defined(WITH_NEURAL_NET) && !(defined(USE_MYSQL) || defined(WITH_POSTGRESQL)) @${ECHO_CMD} "You need MySQL or POSTGRESQL to use neural networking." @${FALSE} .endif -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 20:50:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8A4716A4D0 for ; Mon, 31 Jan 2005 20:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7732A43D31 for ; Mon, 31 Jan 2005 20:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VKoM0F021909 for ; Mon, 31 Jan 2005 20:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VKoM2Q021907; Mon, 31 Jan 2005 20:50:22 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 20:50:22 GMT Resent-Message-Id: <200501312050.j0VKoM2Q021907@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB77016A4D0 for ; Mon, 31 Jan 2005 20:50:07 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D5543D45 for ; Mon, 31 Jan 2005 20:50:05 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id F3302119F2; Mon, 31 Jan 2005 21:51:38 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 39956-04; Mon, 31 Jan 2005 21:51:33 +0100 (CET) Received: by gate.xbsd.org (Postfix, from userid 2001) id 6D576119ED; Mon, 31 Jan 2005 21:51:33 +0100 (CET) Message-Id: <20050131205133.6D576119ED@gate.xbsd.org> Date: Mon, 31 Jan 2005 21:51:33 +0100 (CET) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: fernan@iib.unsam.edu.ar Subject: ports/76923: Update port: devel/autodia - fix packing list X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 20:50:23 -0000 >Number: 76923 >Category: ports >Synopsis: Update port: devel/autodia - fix packing list >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 Jan 31 20:50:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: Fix packing list. Maintainer (fernan@iib.unsam.edu.ar) cc'ed. >How-To-Repeat: >Fix: --- autodia.diff begins here --- --- Makefile.orig Mon Jan 31 21:41:09 2005 +++ Makefile Mon Jan 31 21:41:49 2005 @@ -25,6 +25,7 @@ PERL_CONFIGURE= yes +MAN1= autodia.pl.1 autodia_java.pl.1 MAN3= Autodia.3 autodia.3 autodia_java.3 \ Autodia::Diagram.3 \ Autodia::Diagram::Class.3 \ --- autodia.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 21:10:17 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54D8D16A4D2 for ; Mon, 31 Jan 2005 21:10:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6266F43D6B for ; Mon, 31 Jan 2005 21:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VLAGbh026510 for ; Mon, 31 Jan 2005 21:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VLAG4g026509; Mon, 31 Jan 2005 21:10:16 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 21:10:16 GMT Resent-Message-Id: <200501312110.j0VLAG4g026509@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EB7816A4CE for ; Mon, 31 Jan 2005 21:04:54 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB2443D39 for ; Mon, 31 Jan 2005 21:04:54 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id CD9D7119F2; Mon, 31 Jan 2005 22:06:27 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 39956-05; Mon, 31 Jan 2005 22:06:22 +0100 (CET) Received: by gate.xbsd.org (Postfix, from userid 2001) id E28A1119EF; Mon, 31 Jan 2005 22:06:21 +0100 (CET) Message-Id: <20050131210621.E28A1119EF@gate.xbsd.org> Date: Mon, 31 Jan 2005 22:06:21 +0100 (CET) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: jeremy@external.org Subject: ports/76924: Update port: audio/p5-Xmms - fix packing list X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 21:10:17 -0000 >Number: 76924 >Category: ports >Synopsis: Update port: audio/p5-Xmms - fix packing list >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 Jan 31 21:10:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: Fix packing list. Maintainer (jeremy@external.org) cc'ed. >How-To-Repeat: >Fix: --- p5-Xmms.diff begins here --- --- Makefile.orig Mon Jan 31 22:02:31 2005 +++ Makefile Mon Jan 31 22:02:53 2005 @@ -25,7 +25,8 @@ PERL_CONFIGURE= YES -MAN3= Xmms::Remote.3 \ +MAN3= Xmms::Config.3 \ + Xmms::Remote.3 \ Xmms::SongChange.3 \ Xmms.3 \ Bundle::Xmms.3 --- p5-Xmms.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 21:40:36 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FEF216A4E7 for ; Mon, 31 Jan 2005 21:40:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C025543D60 for ; Mon, 31 Jan 2005 21:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VLeSn6028207 for ; Mon, 31 Jan 2005 21:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VLeStJ028206; Mon, 31 Jan 2005 21:40:28 GMT (envelope-from gnats) Date: Mon, 31 Jan 2005 21:40:28 GMT Message-Id: <200501312140.j0VLeStJ028206@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Thomas T. Veldhouse" Subject: Re: ports/76920: dspam w/neural networking doesn't recognize mysql as being selected X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Thomas T. Veldhouse" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 21:40:36 -0000 The following reply was made to PR ports/76920; it has been noted by GNATS. From: "Thomas T. Veldhouse" To: Ion-Mihai Tetcu Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/76920: dspam w/neural networking doesn't recognize mysql as being selected Date: Mon, 31 Jan 2005 15:39:40 -0600 Ion-Mihai Tetcu wrote: >--- Makefile.old Mon Jan 31 22:35:45 2005 >+++ Makefile Mon Jan 31 22:36:01 2005 >@@ -482,7 +482,7 @@ > @${ECHO_CMD} "You can use one and only one database back-end at once." > @${FALSE} > .endif >-.if defined(WITH_NEURAL_NET) && !(defined(HAVE_MYSQL) || defined(WITH_POSTGRESQL)) >+.if defined(WITH_NEURAL_NET) && !(defined(USE_MYSQL) || defined(WITH_POSTGRESQL)) > @${ECHO_CMD} "You need MySQL or POSTGRESQL to use neural networking." > @${FALSE} > .endif > > > > Yes, this patch works. Thanks. -- Thomas T. Veldhouse Key Fingerprint: 07C7 BF05 4176 F50B A083 4542 0118 1315 761F D300 Spammers please contact me at renegade@veldy.net. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 21:59:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 213F216A4CE; Mon, 31 Jan 2005 21:59:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC03943D45; Mon, 31 Jan 2005 21:59:20 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VLxKEo028696; Mon, 31 Jan 2005 21:59:20 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VLxKe1028692; Mon, 31 Jan 2005 21:59:20 GMT (envelope-from arved) Date: Mon, 31 Jan 2005 21:59:20 GMT From: Tilman Linneweh Message-Id: <200501312159.j0VLxKe1028692@freefall.freebsd.org> To: gert.cuykens@gmail.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 21:59:21 -0000 Synopsis: /usr/ports/audio/xmms-osssurround (build error amd64) State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Mon Jan 31 21:58:27 GMT 2005 State-Changed-Why: Works fine here. Do you have the patch files in the port's files-dir? http://www.freebsd.org/cgi/query-pr.cgi?pr=76914 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 22:08:49 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6EF516A4CF; Mon, 31 Jan 2005 22:08:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E76243D41; Mon, 31 Jan 2005 22:08:49 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VM8n2v033032; Mon, 31 Jan 2005 22:08:49 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VM8nKu033028; Mon, 31 Jan 2005 22:08:49 GMT (envelope-from thierry) Date: Mon, 31 Jan 2005 22:08:49 GMT From: Thierry Thomas Message-Id: <200501312208.j0VM8nKu033028@freefall.freebsd.org> To: kanou@khdd.net, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76844: maintainer-update: print/fontforge to 20050117 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 22:08:49 -0000 Synopsis: maintainer-update: print/fontforge to 20050117 State-Changed-From-To: open->closed State-Changed-By: thierry State-Changed-When: Mon Jan 31 22:08:09 GMT 2005 State-Changed-Why: Commited, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76844 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 22:30:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE51F16A4CF for ; Mon, 31 Jan 2005 22:30:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9203A43D5A for ; Mon, 31 Jan 2005 22:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VMUIxx033852 for ; Mon, 31 Jan 2005 22:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VMUIkA033851; Mon, 31 Jan 2005 22:30:18 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jan 2005 22:30:18 GMT Resent-Message-Id: <200501312230.j0VMUIkA033851@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Larkin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8DA216A4D0 for ; Mon, 31 Jan 2005 22:25:05 +0000 (GMT) Received: from sourcehosting.net (sourcehosting.net [204.8.45.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A73243D48 for ; Mon, 31 Jan 2005 22:25:05 +0000 (GMT) (envelope-from glarkin@slim.sourcehosting.net) Received: (qmail 13427 invoked from network); 31 Jan 2005 22:25:04 -0000 Received: from unknown (HELO slim.sourcehosting.net) (192.168.1.6) by 192.168.1.4 with AES256-SHA encrypted SMTP; 31 Jan 2005 22:25:04 -0000 Received: from slim.sourcehosting.net (localhost [127.0.0.1]) j0VMP34M034392; Mon, 31 Jan 2005 17:25:03 -0500 (EST) (envelope-from glarkin@slim.sourcehosting.net) Received: (from root@localhost) by slim.sourcehosting.net (8.12.11/8.12.11/Submit) id j0VMP3uc034391; Mon, 31 Jan 2005 17:25:03 -0500 (EST) (envelope-from glarkin) Message-Id: <200501312225.j0VMP3uc034391@slim.sourcehosting.net> Date: Mon, 31 Jan 2005 17:25:03 -0500 (EST) From: Greg Larkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: glarkin@sourcehosting.net Subject: ports/76928: New port: www/WebCalendar, web-based calendar application X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Greg Larkin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 22:30:19 -0000 >Number: 76928 >Category: ports >Synopsis: New port: www/WebCalendar, web-based calendar application >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 31 22:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Greg Larkin >Release: FreeBSD 4.10-RELEASE-p5 i386 >Organization: SourceHosting.net, LLC >Environment: System: FreeBSD slim.sourcehosting.net 4.10-RELEASE-p5 FreeBSD 4.10-RELEASE-p5 #4: Mon Dec 6 10:42:45 EST 2004 glarkin@slim.sourcehosting.net:/usr/obj/usr/src/sys/SLIM i386 >Description: WebCalendar is a PHP-based online calendar application >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: # # WebCalendar/ # WebCalendar/Makefile # WebCalendar/pkg-descr # WebCalendar/pkg-plist # WebCalendar/distinfo # WebCalendar/pkg-message # echo c - WebCalendar/ mkdir -p WebCalendar/ > /dev/null 2>&1 echo x - WebCalendar/Makefile sed 's/^X//' >WebCalendar/Makefile << 'END-of-WebCalendar/Makefile' X# New ports collection makefile for: WebCalendar X# Date created: 31 January 2005 X# Whom: glarkin X# X# $FreeBSD$ X# X XPORTNAME= WebCalendar XDISTVERSION= 0.9.45 XCATEGORIES= www XMASTER_SITES= http://www.k5n.us/ X XMAINTAINER= glarkin@sourcehosting.net XCOMMENT= A web-based calendar application X XUSE_PHP= yes XNO_BUILD= yes XWRKSRC= ${WRKDIR}/WebCalendar-${DISTVERSION} X XWEBWCDIR?= www/data/WebCalendar XPLIST= ${WRKDIR}/pkg-plist X Xpre-install: X cd ${WRKSRC} && ${FIND} -s * -type f | \ X ${SED} -e 's|^|${WEBWCDIR}/|' > ${PLIST} \ X && ${FIND} -d * -type d | \ X ${SED} -e 's|^|@dirrm ${WEBWCDIR}/|' >> ${PLIST} \ X && ${ECHO_CMD} @dirrm ${WEBWCDIR} >> ${PLIST} X Xdo-install: X ${MKDIR} ${PREFIX}/${WEBWCDIR} X ${CP} -R ${WRKSRC}/* ${PREFIX}/${WEBWCDIR} X ${CHOWN} -R www:www ${PREFIX}/${WEBWCDIR} X ${FIND} ${PREFIX}/${WEBWCDIR} -type f | ${XARGS} ${CHMOD} 644 X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-WebCalendar/Makefile echo x - WebCalendar/pkg-descr sed 's/^X//' >WebCalendar/pkg-descr << 'END-of-WebCalendar/pkg-descr' XThis is a port of the WebCalendar application. WebCalendar is an XOpen Source web-based calendar/scheduling system written in PHP. XWebCalendar has been under development since 2000 and continues Xto evolve. X X- Greg Larkin Xglarkin@sourcehosting.net END-of-WebCalendar/pkg-descr echo x - WebCalendar/pkg-plist sed 's/^X//' >WebCalendar/pkg-plist << 'END-of-WebCalendar/pkg-plist' X@comment real PLIST will be generated in pre-install phase END-of-WebCalendar/pkg-plist echo x - WebCalendar/distinfo sed 's/^X//' >WebCalendar/distinfo << 'END-of-WebCalendar/distinfo' XMD5 (WebCalendar-0.9.45.tar.gz) = 170a98f39fb288e4538dec0bd4d490ba XSIZE (WebCalendar-0.9.45.tar.gz) = 611865 END-of-WebCalendar/distinfo echo x - WebCalendar/pkg-message sed 's/^X//' >WebCalendar/pkg-message << 'END-of-WebCalendar/pkg-message' XTo make WebCalendar workable, please copy X${PREFIX}/${WEBWCDIR}/includes/settings.php.orig to X${PREFIX}/${WEBWCDIR}/includes/settings.php and edit it Xfor your installation. END-of-WebCalendar/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 22:43:11 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EC1916A4CF; Mon, 31 Jan 2005 22:43:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0589943D2D; Mon, 31 Jan 2005 22:43:11 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VMhAJU035296; Mon, 31 Jan 2005 22:43:10 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VMhA69035292; Mon, 31 Jan 2005 22:43:10 GMT (envelope-from krion) Date: Mon, 31 Jan 2005 22:43:10 GMT From: Kirill Ponomarew Message-Id: <200501312243.j0VMhA69035292@freefall.freebsd.org> To: tkato432@yahoo.com, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76903: Update port: textproc/rubber to 0.99.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 22:43:11 -0000 Synopsis: Update port: textproc/rubber to 0.99.8 State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Mon Jan 31 22:43:05 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76903 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 22:45:30 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D62A16A4CE; Mon, 31 Jan 2005 22:45:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B133743D39; Mon, 31 Jan 2005 22:45:29 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VMjTrN035367; Mon, 31 Jan 2005 22:45:29 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VMjTr6035363; Mon, 31 Jan 2005 22:45:29 GMT (envelope-from krion) Date: Mon, 31 Jan 2005 22:45:29 GMT From: Kirill Ponomarew Message-Id: <200501312245.j0VMjTr6035363@freefall.freebsd.org> To: tkato432@yahoo.com, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76901: Update port: net/gsk to 1.0.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, 31 Jan 2005 22:45:30 -0000 Synopsis: Update port: net/gsk to 1.0.4 State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Mon Jan 31 22:45:25 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76901 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 22:55:31 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34B1416A4CE; Mon, 31 Jan 2005 22:55:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AF2643D31; Mon, 31 Jan 2005 22:55:31 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VMtUOa035945; Mon, 31 Jan 2005 22:55:30 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VMtUl3035941; Mon, 31 Jan 2005 22:55:30 GMT (envelope-from krion) Date: Mon, 31 Jan 2005 22:55:30 GMT From: Kirill Ponomarew Message-Id: <200501312255.j0VMtUl3035941@freefall.freebsd.org> To: tkato432@yahoo.com, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76895: Update port: deskutils/kdissert to 0.3.4.1 (fix ports/76542) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 22:55:31 -0000 Synopsis: Update port: deskutils/kdissert to 0.3.4.1 (fix ports/76542) State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Mon Jan 31 22:55:25 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76895 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 22:59:51 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0806C16A4CF; Mon, 31 Jan 2005 22:59:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4FF643D39; Mon, 31 Jan 2005 22:59:50 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VMxoPO036087; Mon, 31 Jan 2005 22:59:50 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VMxok3036082; Mon, 31 Jan 2005 22:59:50 GMT (envelope-from krion) Date: Mon, 31 Jan 2005 22:59:50 GMT From: Kirill Ponomarew Message-Id: <200501312259.j0VMxok3036082@freefall.freebsd.org> To: tkato432@yahoo.com, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76898: Update port: graphics/skencil X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jan 2005 22:59:51 -0000 Synopsis: Update port: graphics/skencil State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Mon Jan 31 22:59:45 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76898 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 23:02:38 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BD9816A4CE; Mon, 31 Jan 2005 23:02:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C165343D46; Mon, 31 Jan 2005 23:02:37 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VN2bsG036338; Mon, 31 Jan 2005 23:02:37 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VN2bTD036334; Mon, 31 Jan 2005 23:02:37 GMT (envelope-from krion) Date: Mon, 31 Jan 2005 23:02:37 GMT From: Kirill Ponomarew Message-Id: <200501312302.j0VN2bTD036334@freefall.freebsd.org> To: tkato432@yahoo.com, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76897: Update port: graphics/jpegpixi to 1.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 23:02:38 -0000 Synopsis: Update port: graphics/jpegpixi to 1.0.3 State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Mon Jan 31 23:02:33 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76897 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 31 23:12:07 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C4116A4CE; Mon, 31 Jan 2005 23:12:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0AB343D2F; Mon, 31 Jan 2005 23:12:07 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0VNC7e4040593; Mon, 31 Jan 2005 23:12:07 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0VNC764040589; Mon, 31 Jan 2005 23:12:07 GMT (envelope-from krion) Date: Mon, 31 Jan 2005 23:12:07 GMT From: Kirill Ponomarew Message-Id: <200501312312.j0VNC764040589@freefall.freebsd.org> To: tkato432@yahoo.com, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76896: Update port: editors/poedit to 1.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, 31 Jan 2005 23:12:08 -0000 Synopsis: Update port: editors/poedit to 1.3.2 State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Mon Jan 31 23:11:39 GMT 2005 State-Changed-Why: thierry updated it to the newest version 2 days ago. http://www.freebsd.org/cgi/query-pr.cgi?pr=76896 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 00:30:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C47C616A4D9 for ; Tue, 1 Feb 2005 00:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4021D43D55 for ; Tue, 1 Feb 2005 00:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j110UMUI047491 for ; Tue, 1 Feb 2005 00:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j110ULGf047483; Tue, 1 Feb 2005 00:30:22 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 00:30:22 GMT Resent-Message-Id: <200502010030.j110ULGf047483@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Knight Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC53216A4CE for ; Tue, 1 Feb 2005 00:25:22 +0000 (GMT) Received: from shrewd.pub.knigma.org (shrewd.pub.knigma.org [81.2.102.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id B383243D45 for ; Tue, 1 Feb 2005 00:25:21 +0000 (GMT) (envelope-from markk@knigma.org) Received: from shrewd.pub.knigma.org (localhost [127.0.0.1]) by shrewd.pub.knigma.org (8.13.1/8.13.1) with ESMTP id j110PHsi039208 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 1 Feb 2005 00:25:20 GMT (envelope-from mkn@shrewd.pub.knigma.org) Received: (from mkn@localhost) by shrewd.pub.knigma.org (8.13.1/8.13.1/Submit) id j110PH7e039207; Tue, 1 Feb 2005 00:25:17 GMT (envelope-from mkn) Message-Id: <200502010025.j110PH7e039207@shrewd.pub.knigma.org> Date: Tue, 1 Feb 2005 00:25:17 GMT From: Mark Knight To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76931: openh323 port won't build if ffmpeg is installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mark Knight List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 00:30:26 -0000 >Number: 76931 >Category: ports >Synopsis: openh323 port won't build if ffmpeg is installed >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 00:30:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mark Knight >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD shrewd.pub.knigma.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Jan 14 18:57:56 GMT 2005 root@shrewd.pub.knigma.org:/slave/usr/obj/usr/src/sys/SHREWD i386 >Description: Cannot build net/openh323 port if the ffmpeg port is installed. Removing ffmpeg avoids the problem. c++ -I/usr/local/include -DP_FREEBSD=503101 -I/usr/local/include -I/usr/local/in clude -D_REENTRANT -Wall -DP_FREEBSD=503101 -DP_USE_PRAGMA -DPHAS_TEMPLATES -I/u sr/ports/devel/pwlib/work/pwlib/include/ptlib/unix -DPTRACING -I/usr/ports/net/o penh323/work/openh323/include -DHAS_OSS -DPTRACING -I/usr/ports/devel/pwlib/work /pwlib/include -DNDEBUG -O -pipe -march=pentiumpro -c h263codec.cxx -o /usr/port s/net/openh323/work/openh323/lib/obj_FreeBSD_x86_r/h263codec.o In file included from /usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix/ptlib /../../contain.h:776, from /usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix/ptlib /contain.h:120, from /usr/ports/devel/pwlib/work/pwlib/include/ptlib.h:139, from h263codec.cxx:98: /usr/ports/devel/pwlib/work/pwlib/include/ptlib/contain.inl: In constructor `PAb stractList::PAbstractList()': /usr/ports/devel/pwlib/work/pwlib/include/ptlib/contain.inl:419: warning: right- hand operand of comma has no effect h263codec.cxx: In member function `void H323_H263Codec::InitialiseCodec()': h263codec.cxx:523: error: invalid conversion from `void (*)(void*, int, int)' to `void (*)(AVCodecContext*, void*, int, int)' /usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix/ptlib/../../pdirect.h: At g lobal scope: /usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix/ptlib/../../pdirect.h:458: warning: inline function `static BOOL PDirectory::Remove(const PString&)' used b ut never defined gmake[2]: *** [/usr/ports/net/openh323/work/openh323/lib/obj_FreeBSD_x86_r/h263c odec.o] Error 1 gmake[2]: Leaving directory `/usr/ports/net/openh323/work/openh323/src' gmake[1]: *** [opt] Error 2 gmake[1]: Leaving directory `/usr/ports/net/openh323/work/openh323' gmake: *** [optnoshared] Error 2 *** Error code 2 Stop in /usr/ports/net/openh323. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 01:10:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBBAD16A4D8 for ; Tue, 1 Feb 2005 01:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A338143D54 for ; Tue, 1 Feb 2005 01:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j111AKV4053326 for ; Tue, 1 Feb 2005 01:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j111AKaO053325; Tue, 1 Feb 2005 01:10:20 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 01:10:20 GMT Resent-Message-Id: <200502010110.j111AKaO053325@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joseph Scott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EA8D16A4CE for ; Tue, 1 Feb 2005 01:00:37 +0000 (GMT) Received: from rhyll.com (rhyll.com [70.84.96.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2510B43D2D for ; Tue, 1 Feb 2005 01:00:37 +0000 (GMT) (envelope-from joseph@rhyll.com) Received: from localhost (localhost [127.0.0.1]) by rhyll.com (Postfix) with ESMTP id B8A2C2E050 for ; Mon, 31 Jan 2005 19:00:36 -0600 (CST) Received: from rhyll.com ([127.0.0.1]) by localhost (sm01.rhyll.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 90110-03 for ; Mon, 31 Jan 2005 19:00:36 -0600 (CST) Received: by rhyll.com (Postfix, from userid 1001) id 31D442E04E; Mon, 31 Jan 2005 19:00:36 -0600 (CST) Message-Id: <20050201010036.31D442E04E@rhyll.com> Date: Mon, 31 Jan 2005 19:00:36 -0600 (CST) From: Joseph Scott To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76934: NO-MAINTAINER UPDATE devel/naturaldocs 1.33 -> 1.34 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 01:10:21 -0000 >Number: 76934 >Category: ports >Synopsis: NO-MAINTAINER UPDATE devel/naturaldocs 1.33 -> 1.34 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 01:10:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD sm01.rhyll.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Jan 14 19:17:00 CST 2005 joseph@sm01.rhyll.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: NO-MAINTAINER UPDATE devel/naturaldocs 1.33 -> 1.34 This port is not PREFIX clean, but I haven't attempted to fix that yet. >How-To-Repeat: >Fix: --- naturaldocs.diff begins here --- diff -ruN naturaldocs-orig/Makefile naturaldocs/Makefile --- naturaldocs-orig/Makefile Mon Jan 31 18:52:31 2005 +++ naturaldocs/Makefile Mon Jan 31 18:52:38 2005 @@ -7,7 +7,7 @@ # PORTNAME= naturaldocs -PORTVERSION= 1.33 +PORTVERSION= 1.34 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN naturaldocs-orig/distinfo naturaldocs/distinfo --- naturaldocs-orig/distinfo Mon Jan 31 18:52:31 2005 +++ naturaldocs/distinfo Mon Jan 31 18:52:59 2005 @@ -1,2 +1,2 @@ -MD5 (NaturalDocs-1.33.zip) = aa477eb6197c1413c2cdb58b1a9ab015 -SIZE (NaturalDocs-1.33.zip) = 343092 +MD5 (NaturalDocs-1.34.zip) = 0890d98a1c1bbc7b124ae259d9e1e7a5 +SIZE (NaturalDocs-1.34.zip) = 344160 --- naturaldocs.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 02:30:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B15116A4DA for ; Tue, 1 Feb 2005 02:30:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F28C843D39 for ; Tue, 1 Feb 2005 02:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j112UKlN060562 for ; Tue, 1 Feb 2005 02:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j112UKdm060560; Tue, 1 Feb 2005 02:30:20 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 02:30:20 GMT Message-Id: <200502010230.j112UKdm060560@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Xin LI Subject: Re: ports/76875: security/cryptopp crashes if build with default optimization -O X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Xin LI List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 02:30:21 -0000 The following reply was made to PR ports/76875; it has been noted by GNATS. From: Xin LI To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/76875: security/cryptopp crashes if build with default optimization -O Date: Tue, 01 Feb 2005 10:24:08 +0800 --=-Us72KePwy5yHqrk22LWU Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Someone please commit this patch, thanks! =E5=9C=A8 2005-01-30=E6=97=A5=E7=9A=84 23:27 +0000=EF=BC=8CThomas Melzer=E5= =86=99=E9=81=93=EF=BC=9A > add the following patch (which supresses optimization) to the port and al= l tests succeed >=20 > --- Makefile.orig Sun Jan 30 14:05:17 2005 > +++ Makefile Mon Jan 31 00:24:57 2005 > @@ -25,7 +25,7 @@ > EXTRACT_BEFORE_ARGS=3D -aq > USE_GMAKE=3D yes > MAKEFILE=3D GNUmakefile > -CXXFLAGS+=3D -fPIC > +CXXFLAGS+=3D -fPIC -O0 >=20 > .include Cheers, --=20 Xin LI http://www.delphij.net/ --=-Us72KePwy5yHqrk22LWU Content-Type: application/pgp-signature; name=signature.asc Content-Description: =?UTF-8?Q?=E8=BF=99=E6=98=AF=E4=BF=A1=E4=BB=B6=E7=9A=84=E6=95=B0?= =?UTF-8?Q?=E5=AD=97=E7=AD=BE=E5=90=8D=E9=83=A8?= =?UTF-8?Q?=E5=88=86?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB/uhH/cVsHxFZiIoRAvR0AJ9RyasSnUbSCMfvzDvPkvgML9TwJACgg6rm +jfTBXOpUWTfoAfWk+rdYT8= =6VMb -----END PGP SIGNATURE----- --=-Us72KePwy5yHqrk22LWU-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 03:20:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D3FD16A4CE for ; Tue, 1 Feb 2005 03:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A4E43D2F for ; Tue, 1 Feb 2005 03:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j113KLKR067246 for ; Tue, 1 Feb 2005 03:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j113KLMH067245; Tue, 1 Feb 2005 03:20:21 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 03:20:21 GMT Resent-Message-Id: <200502010320.j113KLMH067245@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steven Friedrich Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE42E16A4CF for ; Tue, 1 Feb 2005 03:12:33 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD9FE43D54 for ; Tue, 1 Feb 2005 03:12:33 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j113CXIk048001 for ; Tue, 1 Feb 2005 03:12:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j113CXmQ047965; Tue, 1 Feb 2005 03:12:33 GMT (envelope-from nobody) Message-Id: <200502010312.j113CXmQ047965@www.freebsd.org> Date: Tue, 1 Feb 2005 03:12:33 GMT From: Steven Friedrich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76935: port barry fails if portsdb not btree format X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 03:20:22 -0000 >Number: 76935 >Category: ports >Synopsis: port barry fails if portsdb not btree format >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 03:20:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Steven Friedrich >Release: 4.11-STABLE >Organization: >Environment: FreeBSD lightning.StevenFriedrich.org 4.11-STABLE FreeBSD 4.11-STABLE #93: Sun Jan 30 17:01:42 EST 2005 admin@lightning.StevenFriedrich.org:/usr/obj/usr/src/sys/LIGHTNING i386 >Description: I changed my portsdb format by adding a variable PORTS_DBDRIVER to pkgtools.conf and set it to bdb1_hash. Barry fails to read the portsdb now. >How-To-Repeat: I changed my portsdb format by adding a variable PORTS_DBDRIVER to pkgtools.conf and set it to bdb1_hash. Barry fails to read the portsdb now. >Fix: you can avoid using anything other than btree for portsdb. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 03:20:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D733616A4CE for ; Tue, 1 Feb 2005 03:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9646343D2F for ; Tue, 1 Feb 2005 03:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j113KMmc067304 for ; Tue, 1 Feb 2005 03:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j113KMB8067303; Tue, 1 Feb 2005 03:20:22 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 03:20:22 GMT Resent-Message-Id: <200502010320.j113KMB8067303@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steven Friedrich Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F1116A4CE for ; Tue, 1 Feb 2005 03:17:22 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED05743D2F for ; Tue, 1 Feb 2005 03:17:21 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j113HLnD051016 for ; Tue, 1 Feb 2005 03:17:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j113HLBb051015; Tue, 1 Feb 2005 03:17:21 GMT (envelope-from nobody) Message-Id: <200502010317.j113HLBb051015@www.freebsd.org> Date: Tue, 1 Feb 2005 03:17:21 GMT From: Steven Friedrich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76936: port acroread with native mozilla and linuxpluginwrapper is broke X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 03:20:23 -0000 >Number: 76936 >Category: ports >Synopsis: port acroread with native mozilla and linuxpluginwrapper is broke >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 03:20:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Steven Friedrich >Release: 4.11-STABLE >Organization: >Environment: FreeBSD lightning.StevenFriedrich.org 4.11-STABLE FreeBSD 4.11-STABLE #93: Sun Jan 30 17:01:42 EST 2005 admin@lightning.StevenFriedrich.org:/usr/obj/usr/src/sys/LIGHTNING i386 >Description: I installed mozilla and the linuxpluginwrapper (which installed several plugins including acroread). If I try to open a pdf, it just hangs. Running from the command line, mozilla spits out /usr/local/Acrobat5/Reader/intellinux/bin/acroread: error while loading shared libraries: /usr/local/lib/libartsdsp.so.0: ELF file OS ABI invalid. I've repeated this under 6-current too. >How-To-Repeat: Install mozilla and linuxplugin. Open a pdf. >Fix: unknown >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 04:40:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A7B916A4CE for ; Tue, 1 Feb 2005 04:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2200843D39 for ; Tue, 1 Feb 2005 04:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j114eNCo079131 for ; Tue, 1 Feb 2005 04:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j114eNZL079130; Tue, 1 Feb 2005 04:40:23 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 04:40:23 GMT Resent-Message-Id: <200502010440.j114eNZL079130@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sangwoo Shim Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6532C16A4CE for ; Tue, 1 Feb 2005 04:35:39 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E31443D1D for ; Tue, 1 Feb 2005 04:35:39 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j114Zc6d061504 for ; Tue, 1 Feb 2005 04:35:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j114ZcqF061503; Tue, 1 Feb 2005 04:35:38 GMT (envelope-from nobody) Message-Id: <200502010435.j114ZcqF061503@www.freebsd.org> Date: Tue, 1 Feb 2005 04:35:38 GMT From: Sangwoo Shim To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76939: patch to graphics/gimageview: catch up with libexif 0.5.12 -> 0.6.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 04:40:24 -0000 >Number: 76939 >Category: ports >Synopsis: patch to graphics/gimageview: catch up with libexif 0.5.12 -> 0.6.10 >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: Tue Feb 01 04:40:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Sangwoo Shim >Release: RELENG_5 of Mon Jan 31, 2005 >Organization: Seoul Natl' Univ. >Environment: FreeBSD swoo.org 5.3-STABLE FreeBSD 5.3-STABLE #1: Mon Jan 31 10:07:28 KST 2005 root@swoo.org:/usr/obj/usr/src/sys/SANGWOO amd64 >Description: Due to API change during libexif 0.5.X -> 0.6.X, gimageview doesn't compile against libexif 0.6.10 anymore. >How-To-Repeat: >Fix: Put this patch into graphics/gimageview/files. %%% --- src/exif_view.c.orig Tue Feb 1 13:20:55 2005 +++ src/exif_view.c Tue Feb 1 13:20:16 2005 @@ -87,6 +87,7 @@ ExifContent *content) { const gchar *text[2]; + gchar value[1024]; gint i; g_return_if_fail (clist); @@ -104,7 +105,7 @@ for (i = 0; i < content->count; i++) { text[0] = exif_tag_get_name (content->entries[i]->tag); if (text[0] && *text[0]) text[0] = _(text[0]); - text[1] = exif_entry_get_value (content->entries[i]); + text[1] = exif_entry_get_value (content->entries[i], value, sizeof(value)); if (text[1] && *text[1]) text[1] = _(text[1]); #ifdef ENABLE_TREEVIEW { %%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 05:20:29 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99F8A16A4E0 for ; Tue, 1 Feb 2005 05:20:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA73243D2F for ; Tue, 1 Feb 2005 05:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j115KQ7W084011 for ; Tue, 1 Feb 2005 05:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j115KQtf084008; Tue, 1 Feb 2005 05:20:26 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 05:20:26 GMT Resent-Message-Id: <200502010520.j115KQtf084008@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fumihiko Kimura Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C4E16A4D0 for ; Tue, 1 Feb 2005 05:16:28 +0000 (GMT) Received: from sh0.radio.gr.jp (sh0.radio.gr.jp [61.195.157.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2793943D1F for ; Tue, 1 Feb 2005 05:16:28 +0000 (GMT) (envelope-from kimura@sh0.radio.gr.jp) Received: by sh0.radio.gr.jp (secret 10.1/smtpfeed 1.20) id j115GPS1060798; Tue, 1 Feb 2005 14:16:26 +0900 (JST) Received: by sh0.radio.gr.jp (secret/fkimura 9.0) id j115GOXa060797; Tue, 1 Feb 2005 14:16:25 +0900 (JST) Message-Id: <200502010516.j115GOXa060797@sh0.radio.gr.jp> Date: Tue, 1 Feb 2005 14:16:25 +0900 (JST) From: Fumihiko Kimura To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76940: update ports: japanese/wikicker X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Fumihiko Kimura List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 05:20:29 -0000 >Number: 76940 >Category: ports >Synopsis: update ports: japanese/wikicker >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 Feb 01 05:20:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Fumihiko Kimura >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: >Description: Upgrade to 0.24 >How-To-Repeat: >Fix: === begin cut here === diff -urN wikicker.orig/Makefile wikicker/Makefile --- wikicker.orig/Makefile Tue Jun 8 04:52:34 2004 +++ wikicker/Makefile Tue Feb 1 13:59:53 2005 @@ -6,13 +6,13 @@ # PORTNAME= WiKicker -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES+= japanese www perl5 MASTER_SITES= \ http://www.naney.org/comp/distrib/WiKicker/archive/ -MAINTAINER= jfkimura@yahoo.co.jp -COMMENT= Wiki like system by perl5 (Only Japanese Language) +MAINTAINER= ports@freebsd.org +COMMENT= Wiki like system by perl5 # ============================================================================ # = You have to appoint GPG to use a function to upload an image. = diff -urN wikicker.orig/distinfo wikicker/distinfo --- wikicker.orig/distinfo Tue Jun 8 04:52:34 2004 +++ wikicker/distinfo Tue Feb 1 13:42:04 2005 @@ -1,2 +1,2 @@ -MD5 (WiKicker-0.23.tar.gz) = 2bd9cffcc32bd4a24997855d3c80d2a5 -SIZE (WiKicker-0.23.tar.gz) = 149197 +MD5 (WiKicker-0.24.tar.gz) = 0b31c79c063150c486f46c46eed521e1 +SIZE (WiKicker-0.24.tar.gz) = 159672 === ended cut here === >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 05:30:36 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1352D16A4DD for ; Tue, 1 Feb 2005 05:30:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5676343D70 for ; Tue, 1 Feb 2005 05:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j115UTIN084973 for ; Tue, 1 Feb 2005 05:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j115UT4v084965; Tue, 1 Feb 2005 05:30:29 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 05:30:29 GMT Resent-Message-Id: <200502010530.j115UT4v084965@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sangwoo Shim Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76FC216A4CF for ; Tue, 1 Feb 2005 05:21:02 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE4143D55 for ; Tue, 1 Feb 2005 05:21:02 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j115L1Ig068453 for ; Tue, 1 Feb 2005 05:21:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j115L1CS068452; Tue, 1 Feb 2005 05:21:01 GMT (envelope-from nobody) Message-Id: <200502010521.j115L1CS068452@www.freebsd.org> Date: Tue, 1 Feb 2005 05:21:01 GMT From: Sangwoo Shim To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76941: Patch to science/vmd: compile and run vmd on amd64 machine. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 05:30:36 -0000 >Number: 76941 >Category: ports >Synopsis: Patch to science/vmd: compile and run vmd on amd64 machine. >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: Tue Feb 01 05:30:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Sangwoo Shim >Release: RELENG_5 of Mon Jan 31, 2005 >Organization: Seoul Natl' Univ. (in Korea) >Environment: FreeBSD swoo.org 5.3-STABLE FreeBSD 5.3-STABLE #1: Mon Jan 31 10:07:28 KST 2005 root@swoo.org:/usr/obj/usr/src/sys/SANGWOO amd64 >Description: science/vmd doesn't work on amd64 architecture. (It doesn't compile, either.) With following patch, I've successfully run vmd, read pdb file, etc etc. >How-To-Repeat: >Fix: This patch is against entire vmd port directory. (cd /usr/ports/science; diff -urN vmd.orig vmd) Or, retrive bzip2ed vmd port at http://www.swoo.org/~sangwoo/vmd.tar.bz2 %%% diff -urN vmd.orig/Makefile vmd/Makefile --- vmd.orig/Makefile Fri Sep 3 18:02:31 2004 +++ vmd/Makefile Sat Jan 22 16:01:16 2005 @@ -55,8 +55,13 @@ ${REINPLACE_CMD} "s/python2.2/${PYTHON_VERSION}/" ${WRKSRC}/configure do-build: +.ifdef ${ARCH} == "amd64" + cd ${WRKDIR}/plugins && ${SETENV} ${MAKE_ENV} PLUGINDIR=${WRKSRC}/plugins ${GMAKE} FREEBSDAMD64 distrib + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} TCL_INCLUDE_DIR=${PREFIX}/include/tcl8.4 TK_INCLUDE_DIR=${PREFIX}/include/tk8.4 ${GMAKE} freebsd.amd64.opengl +.else cd ${WRKDIR}/plugins && ${SETENV} ${MAKE_ENV} PLUGINDIR=${WRKSRC}/plugins ${GMAKE} FREEBSD distrib cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} TCL_INCLUDE_DIR=${PREFIX}/include/tcl8.4 TK_INCLUDE_DIR=${PREFIX}/include/tk8.4 ${GMAKE} freebsd.opengl +.endif cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} all do-install: diff -urN vmd.orig/files/patch-AtomParser.C vmd/files/patch-AtomParser.C --- vmd.orig/files/patch-AtomParser.C Sun Aug 22 01:34:57 2004 +++ vmd/files/patch-AtomParser.C Sat Jan 22 16:10:36 2005 @@ -5,7 +5,7 @@ #endif -#if !defined(_MSC_VER) && !defined(ARCH_MACOSX) -+#if !defined(_MSC_VER) && !defined(ARCH_MACOSX) && !defined(ARCH_FREEBSD) ++#if !defined(_MSC_VER) && !defined(ARCH_MACOSX) && !defined(ARCH_FREEBSD) && !defined(ARCH_FREEBSDAMD64) #include #endif diff -urN vmd.orig/files/patch-Make-arch vmd/files/patch-Make-arch --- vmd.orig/files/patch-Make-arch Thu Jan 1 09:00:00 1970 +++ vmd/files/patch-Make-arch Sat Jan 22 15:49:28 2005 @@ -0,0 +1,31 @@ +--- ../plugins/Make-arch.orig Fri Nov 14 07:50:25 2003 ++++ ../plugins/Make-arch Fri Jan 21 19:30:53 2005 +@@ -9,6 +9,7 @@ + @echo "--------------------------------------" + @echo " AIX4" + @echo " FREEBSD" ++ @echo " FREEBSDAMD64" + @echo " HPUX11" + @echo " IRIX6" + @echo " IRIX6_64" +@@ -142,6 +143,20 @@ + "CXX = g++" \ + "CCFLAGS = -O2 -Wall -ansi -I/usr/local/include/tcl8.4" \ + "CXXFLAGS = -O2 -Wall" \ ++ "TCLLDFLAGS = -L/usr/local/lib -ltcl84" \ ++ "NM = nm -p" \ ++ "RANLIB = touch" \ ++ "SHLD = gcc -shared" ++ ++FREEBSDAMD64: ++ $(MAKE) dynlibs staticlibs \ ++ "ARCH = FREEBSDAMD64" \ ++ "COPTO = -fPIC -m64 -o " \ ++ "LOPTO = -fPIC -m64 -o " \ ++ "CC = gcc" \ ++ "CXX = g++" \ ++ "CCFLAGS = -m64 -O2 -Wall -ansi -I/usr/local/include/tcl8.4" \ ++ "CXXFLAGS = -m64 -O2 -Wall" \ + "TCLLDFLAGS = -L/usr/local/lib -ltcl84" \ + "NM = nm -p" \ + "RANLIB = touch" \ diff -urN vmd.orig/files/patch-Makefile vmd/files/patch-Makefile --- vmd.orig/files/patch-Makefile Sun Aug 22 01:34:57 2004 +++ vmd/files/patch-Makefile Sat Jan 22 15:59:37 2005 @@ -1,6 +1,6 @@ ---- Makefile-ooo Fri Dec 5 13:20:58 2003 -+++ Makefile Thu Aug 12 00:12:06 2004 -@@ -52,11 +52,11 @@ +--- Makefile.orig Sat Dec 6 04:20:58 2003 ++++ Makefile Sat Jan 22 15:58:12 2005 +@@ -52,11 +52,14 @@ ## FreeBSD builds freebsd.mesa: @@ -11,6 +11,9 @@ freebsd.opengl: - ./configure FREEBSD OPENGL FLTK TK IMD VRPN SILENT SPACEBALL TCL PTHREADS ACTC LIBTACHYON PYTHON NUMPY + ./configure FREEBSD OPENGL FLTK TK IMD SILENT TCL PTHREADS PYTHON NUMPY ++ ++freebsd.amd64.opengl: ++ ./configure FREEBSDAMD64 OPENGL FLTK TK IMD SILENT TCL PTHREADS PYTHON NUMPY diff -urN vmd.orig/files/patch-configure vmd/files/patch-configure --- vmd.orig/files/patch-configure Fri Sep 3 18:02:31 2004 +++ vmd/files/patch-configure Sat Jan 22 15:56:31 2005 @@ -1,6 +1,23 @@ ---- configure-xxx Fri Dec 5 13:20:58 2003 -+++ configure Thu Aug 12 00:22:30 2004 -@@ -1174,8 +1174,10 @@ +--- configure.orig Sat Dec 6 04:20:58 2003 ++++ configure Sat Jan 22 15:55:09 2005 +@@ -46,6 +46,7 @@ + # --------------------------------------------------------------- + # AIX4 - compile on an RS/6000 machine (gcc/g++/xlc/xlC) + # FREEBSD - compile on a FreeBSD machine (gcc/g++) ++# FREEBSDAMD64- compile on a FreeBSD machine (gcc/g++) + # HPUX11 - compile on an HP-UX 11.0 machine (cc/CC/cc/aCC) + # IRIX6 - compile on an SGI, IRIX 6.X or later, 32-bit ABI + # IRIX6_64 - compile on an SGI, IRIX 6.X or later, 64-bit ABI +@@ -116,7 +117,7 @@ + + #################### Parse command line options ########### + # list of allowed architectures +-@archlist=('IRIX6', 'IRIX6_64', 'FREEBSD', 'HPUX11', 'AIX4', 'LINUX', 'LINUXALPHA', 'LINUXAMD64', 'LINUXPPC', 'MACOSX', 'TRU64', 'SOLARIS2', 'SOLARIS2_64', 'SOLARISX86', 'WIN32'); ++@archlist=('IRIX6', 'IRIX6_64', 'FREEBSD', 'FREEBSDAMD64', 'HPUX11', 'AIX4', 'LINUX', 'LINUXALPHA', 'LINUXAMD64', 'LINUXPPC', 'MACOSX', 'TRU64', 'SOLARIS2', 'SOLARIS2_64', 'SOLARISX86', 'WIN32'); + + if ($#ARGV == -1) { + $text = `cat configure.options`; # XFree 4.0 Direct Rendering Interface and GLX $opengl_dir = "/usr/X11R6"; @@ -13,11 +30,70 @@ $opengl_libs = "-lGL -lGLU"; $arch_lex = "flex"; -@@ -1209,7 +1211,7 @@ +@@ -1209,7 +1212,66 @@ # this is to make tcl happy, # also needed for plugins - $system_libs .= " -ldl"; ++ # $system_libs .= " -ldl"; ++ ++ if ($config_python) { ++ # this is to make python happy ++ $system_libs .= " -lutil"; ++ } ++ ++ # this is necessary for the embedded Python interpreter to dynamically ++ # load shared libraries. It increases the size of the binary by 200k. ++ $arch_lopts .= " -Xlinker -export-dynamic"; ++} ++ ++ ++ ++if ($config_arch eq "FREEBSDAMD64") { ++ $def_imageviewer="display %s"; ++ if ($config_lp64) { ++ print "LP64 ABI is already the default on this platform.\n"; ++ } ++ ++ # XFree 4.0 Direct Rendering Interface and GLX ++ $opengl_dir = "/usr/X11R6"; ++# -DGLX_GLXEXT_LEGACY is required for patched OpenGLExtensions.C to compile. ++# See patched OpenGLExtensions.C for explanation. ++ $opengl_include = "-DGLX_GLXEXT_LEGACY -I$opengl_dir/include"; ++ $opengl_library = "-L$opengl_dir/lib -L/usr/local/lib"; ++ $opengl_libs = "-lGL -lGLU"; ++ ++ $arch_lex = "flex"; ++ $arch_yacc = "bison -b y -d "; # If standard yacc doesn't work ++ ++ $arch_cc = "gcc"; ++ $arch_ccpp = "g++"; ++ $arch_depend_flag = "-MM"; ++ $arch_shld = "ld -shared"; ++ $arch_shlibname = "so"; ++ $arch_shcppopts = "-fPIC"; ++ $arch_shldopts = "-L/usr/local/lib -L/usr/X11R6/lib"; ++ ++ $arch_opt_flag = "-m64 -Wall -O6 -ffast-math"; ++ $arch_copts = "-m64 -Wall -O6 -ffast-math"; ++ ++ if ($config_static) { ++ $arch_lopts = "-static"; ++ $mesa_libs = "-lMesaGL -lMesaGLU -L/usr/X11R6/lib -lXext -lX11"; ++ } else { ++ $arch_lopts = ""; ++ $mesa_libs = "-lGL -lGLU -L/usr/X11R6/lib -lXext -lX11"; ++ } ++ ++ if ($config_shared) { ++ $arch_lopts = "-shared"; ++ } ++ ++ # a hack - to be removed, just keeps make happy ++ $arch_template_repository = "foobar"; ++ ++ # this is to make tcl happy, ++ # also needed for plugins + # $system_libs .= " -ldl"; if ($config_python) { diff -urN vmd.orig/files/patch-utilities.C vmd/files/patch-utilities.C --- vmd.orig/files/patch-utilities.C Thu Jan 1 09:00:00 1970 +++ vmd/files/patch-utilities.C Sat Jan 22 16:16:32 2005 @@ -0,0 +1,11 @@ +--- src/utilities.C.orig Sat Jan 22 16:15:24 2005 ++++ src/utilities.C Sat Jan 22 16:15:45 2005 +@@ -275,7 +275,7 @@ + return stringdup("Windows User"); + } + #else +-#if defined(ARCH_FREEBSD) || defined(ARCH_MACOSX) || defined(ARCH_LINUX) || defined(ARCH_LINUXALPHA) || defined(ARCH_LINUXAMD64) || defined(ARCH_LINUXPPC) ++#if defined(ARCH_FREEBSD) || defined(ARCH_FREEBSDAMD64) || defined(ARCH_MACOSX) || defined(ARCH_LINUX) || defined(ARCH_LINUXALPHA) || defined(ARCH_LINUXAMD64) || defined(ARCH_LINUXPPC) + return stringdup(getlogin()); + #else + return stringdup(cuserid(NULL)); diff -urN vmd.orig/files/patch-vmd vmd/files/patch-vmd --- vmd.orig/files/patch-vmd Thu Jan 1 09:00:00 1970 +++ vmd/files/patch-vmd Tue Feb 1 14:08:03 2005 @@ -0,0 +1,11 @@ +--- bin/vmd.orig Tue Feb 1 14:05:15 2005 ++++ bin/vmd Tue Feb 1 14:05:59 2005 +@@ -194,6 +194,8 @@ + # The standard options + if (`uname -m` == "i386") then + set ARCH=FREEBSD ++ else if (`uname -m` == "amd64") then ++ set ARCH=FREEBSDAMD64 + endif + set VMD_WINTERM=xterm + set VMD_WINOPTS='-sb -sl 1000 -e' %%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 06:00:50 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1025A16A4CE for ; Tue, 1 Feb 2005 06:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D967D43D5C for ; Tue, 1 Feb 2005 06:00:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1160nxq016851 for ; Tue, 1 Feb 2005 06:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1160nGu016848; Tue, 1 Feb 2005 06:00:49 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 06:00:49 GMT Message-Id: <200502010600.j1160nGu016848@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Gert Cuykens Subject: Re: amd64/76914: /usr/ports/audio/xmms-osssurround (build error amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 06:00:50 -0000 The following reply was made to PR ports/76914; it has been noted by GNATS. From: Gert Cuykens To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: amd64/76914: /usr/ports/audio/xmms-osssurround (build error amd64) Date: Tue, 1 Feb 2005 06:50:22 +0100 No i did not put or replaced any files in the port directory. Did you test it on a amd64 ? Can you post your make file please and the make output ? Did it compile with cc -fPIC ... ? From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 06:04:52 2005 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 953A816A4CE for ; Tue, 1 Feb 2005 06:04:52 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A68C43D53 for ; Tue, 1 Feb 2005 06:04:52 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so972223rne for ; Mon, 31 Jan 2005 22:04:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=fUFdzujKbs13pSYXyT97o0CTslKG/ISiq/kvbqExMALBD6QTLTKNpXPjphorJOoqOrCmOK2+oENTUooYTfOGp7IqWesPcuQ8lTp5Y6xrRacFrXOYmRQ1EAA4vE1Entnz84Pz85mLpbm8ycvSuoMLH+YnNU6SX5lNevJNXLDjE+A= Received: by 10.38.59.4 with SMTP id h4mr62102rna; Mon, 31 Jan 2005 22:04:51 -0800 (PST) Received: by 10.38.74.23 with HTTP; Mon, 31 Jan 2005 22:04:51 -0800 (PST) Message-ID: Date: Tue, 1 Feb 2005 07:04:51 +0100 From: Gert Cuykens To: Tilman Linneweh In-Reply-To: <200501312159.j0VLxKe1028692@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200501312159.j0VLxKe1028692@freefall.freebsd.org> cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 06:04:52 -0000 On Mon, 31 Jan 2005 21:59:20 GMT, Tilman Linneweh wrote: > Synopsis: /usr/ports/audio/xmms-osssurround (build error amd64) > > State-Changed-From-To: open->feedback > State-Changed-By: arved > State-Changed-When: Mon Jan 31 21:58:27 GMT 2005 > State-Changed-Why: > Works fine here. > > Do you have the patch files in the port's files-dir? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=76914 > No i did not put or replaced any files in the port directory. Did you test it on a amd64 ? Can you post your make file please and the make output ? Did it compile with cc -fPIC ... ? From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 06:40:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1423016A4CF; Tue, 1 Feb 2005 06:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7474743D48; Tue, 1 Feb 2005 06:40:22 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j116eFm5021464; Tue, 1 Feb 2005 06:40:15 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j116eEan021460; Tue, 1 Feb 2005 06:40:14 GMT (envelope-from linimon) Date: Tue, 1 Feb 2005 06:40:14 GMT From: Mark Linimon Message-Id: <200502010640.j116eEan021460@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, trevor@FreeBSD.org Subject: Re: ports/76936: print/acroread with native mozilla and linuxpluginwrapper is broke X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 06:40:23 -0000 Old Synopsis: port acroread with native mozilla and linuxpluginwrapper is broke New Synopsis: print/acroread with native mozilla and linuxpluginwrapper is broke Responsible-Changed-From-To: freebsd-ports-bugs->trevor Responsible-Changed-By: linimon Responsible-Changed-When: Tue Feb 1 06:39:57 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=76936 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 06:42:50 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A36716A4CE; Tue, 1 Feb 2005 06:42:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71DA943D1D; Tue, 1 Feb 2005 06:42:50 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j116goDW021619; Tue, 1 Feb 2005 06:42:50 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j116goLp021615; Tue, 1 Feb 2005 06:42:50 GMT (envelope-from linimon) Date: Tue, 1 Feb 2005 06:42:50 GMT From: Mark Linimon Message-Id: <200502010642.j116goLp021615@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/76915: [patch] Handle port deinstall scripts when /var is mounted noexec X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 06:42:50 -0000 Synopsis: [patch] Handle port deinstall scripts when /var is mounted noexec Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: linimon Responsible-Changed-When: Tue Feb 1 06:42:34 GMT 2005 Responsible-Changed-Why: affects bsd.port.mk http://www.freebsd.org/cgi/query-pr.cgi?pr=76915 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 06:49:11 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86EB316A4CE; Tue, 1 Feb 2005 06:49:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F3FE43D49; Tue, 1 Feb 2005 06:49:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j116nBtZ021820; Tue, 1 Feb 2005 06:49:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j116nBF9021816; Tue, 1 Feb 2005 06:49:11 GMT (envelope-from linimon) Date: Tue, 1 Feb 2005 06:49:11 GMT From: Mark Linimon Message-Id: <200502010649.j116nBF9021816@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perky@FreeBSD.org Subject: Re: ports/76883: [UPDATE] to ftp/py-curl 7.12.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: Tue, 01 Feb 2005 06:49:11 -0000 Old Synopsis: [UPDATE] to py-curl 7.12.3 New Synopsis: [UPDATE] to ftp/py-curl 7.12.3 Responsible-Changed-From-To: freebsd-ports-bugs->perky Responsible-Changed-By: linimon Responsible-Changed-When: Tue Feb 1 06:48:54 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=76883 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 06:49:35 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2339D16A4CE; Tue, 1 Feb 2005 06:49:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF82643D1F; Tue, 1 Feb 2005 06:49:34 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j116nYgb021869; Tue, 1 Feb 2005 06:49:34 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j116nYTj021865; Tue, 1 Feb 2005 06:49:34 GMT (envelope-from linimon) Date: Tue, 1 Feb 2005 06:49:34 GMT From: Mark Linimon Message-Id: <200502010649.j116nYTj021865@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, markp@FreeBSD.org Subject: Re: ports/76922: Update port: games/penguin-command - fix packing list X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 06:49:35 -0000 Synopsis: Update port: games/penguin-command - fix packing list Responsible-Changed-From-To: freebsd-ports-bugs->markp Responsible-Changed-By: linimon Responsible-Changed-When: Tue Feb 1 06:49:25 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=76922 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 06:50:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E69B16A4CE; Tue, 1 Feb 2005 06:50:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13D3643D41; Tue, 1 Feb 2005 06:50:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j116oJCB022001; Tue, 1 Feb 2005 06:50:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j116oJ6h021997; Tue, 1 Feb 2005 06:50:19 GMT (envelope-from linimon) Date: Tue, 1 Feb 2005 06:50:19 GMT From: Mark Linimon Message-Id: <200502010650.j116oJ6h021997@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, anholt@FreeBSD.org Subject: Re: ports/76879: graphics/dri: for some reason drm.ko PCI vendor/device id detection is 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: Tue, 01 Feb 2005 06:50:20 -0000 Old Synopsis: ports/dri: for some reason drm.ko PCI vendor/device id detection is broken New Synopsis: graphics/dri: for some reason drm.ko PCI vendor/device id detection is broken Responsible-Changed-From-To: freebsd-ports-bugs->anholt Responsible-Changed-By: linimon Responsible-Changed-When: Tue Feb 1 06:49:55 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=76879 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 06:51:07 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A9C316A4CE; Tue, 1 Feb 2005 06:51:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6FE943D49; Tue, 1 Feb 2005 06:51:06 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j116p6hY022114; Tue, 1 Feb 2005 06:51:06 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j116p6lf022110; Tue, 1 Feb 2005 06:51:06 GMT (envelope-from linimon) Date: Tue, 1 Feb 2005 06:51:06 GMT From: Mark Linimon Message-Id: <200502010651.j116p6lf022110@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/76905: [ patch ] security/gnutls: update to 1.0.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 06:51:07 -0000 Synopsis: [ patch ] security/gnutls: update to 1.0.24 Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: linimon Responsible-Changed-When: Tue Feb 1 06:50:57 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=76905 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 06:51:28 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A96F316A4CE; Tue, 1 Feb 2005 06:51:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81EAB43D3F; Tue, 1 Feb 2005 06:51:28 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j116pS34022159; Tue, 1 Feb 2005 06:51:28 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j116pSpY022155; Tue, 1 Feb 2005 06:51:28 GMT (envelope-from linimon) Date: Tue, 1 Feb 2005 06:51:28 GMT From: Mark Linimon Message-Id: <200502010651.j116pSpY022155@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/76917: [PATCH] security/ruby18-acl: Fix install problem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 06:51:28 -0000 Synopsis: [PATCH] security/ruby18-acl: Fix install problem Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: linimon Responsible-Changed-When: Tue Feb 1 06:51:21 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=76917 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 08:00:47 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6102616A4CF for ; Tue, 1 Feb 2005 08:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BF443D41 for ; Tue, 1 Feb 2005 08:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1180kov029491 for ; Tue, 1 Feb 2005 08:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1180k5n029488; Tue, 1 Feb 2005 08:00:46 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 08:00:46 GMT Resent-Message-Id: <200502010800.j1180k5n029488@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Sergey N. Voronkov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D111016A4D5 for ; Tue, 1 Feb 2005 08:00:42 +0000 (GMT) Received: from sbtx.tmn.ru (relay.tmn.ru [212.76.160.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 763D143D2F for ; Tue, 1 Feb 2005 08:00:40 +0000 (GMT) (envelope-from serg@tmn.ru) Received: from sv.tech.sibitex.tmn.ru (sv.tech.sibitex.tmn.ru [212.76.160.59]) by sbtx.tmn.ru (8.12.8p2/8.12.8) with ESMTP id j1180bmU072304 for ; Tue, 1 Feb 2005 13:00:38 +0500 (YEKT) (envelope-from serg@tmn.ru) Received: from sv.tech.sibitex.tmn.ru (localhost.tech.sibitex.tmn.ru [127.0.0.1])j1180bct073866 for ; Tue, 1 Feb 2005 13:00:37 +0500 (YEKT) (envelope-from serg@sv.tech.sibitex.tmn.ru) Received: (from serg@localhost) by sv.tech.sibitex.tmn.ru (8.13.1/8.13.1/Submit) id j1180aw9073865; Tue, 1 Feb 2005 13:00:36 +0500 (YEKT) (envelope-from serg) Message-Id: <200502010800.j1180aw9073865@sv.tech.sibitex.tmn.ru> Date: Tue, 1 Feb 2005 13:00:36 +0500 (YEKT) From: "Sergey N. Voronkov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76943: INDEX build fails at audio/aureal-kmod on 5.3-STABLE (absolets ports/76877) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Sergey N. Voronkov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 08:00:47 -0000 >Number: 76943 >Category: ports >Synopsis: INDEX build fails at audio/aureal-kmod on 5.3-STABLE (absolets ports/76877) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 08:00:46 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Sergey N. Voronkov >Release: FreeBSD 5.3-STABLE i386 >Organization: sibitex JSC >Environment: System: FreeBSD sv.tech.sibitex.tmn.ru 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Jan 25 15:04:35 YEKT 2005 serg@sv.tech.sibitex.tmn.ru:/usr/obj/usr/src/sys/SV i386 >Description: Do the same as ports/76877, but without echo/sed execution >How-To-Repeat: make index >Fix: --- Makefile.old Sat Jan 10 12:18:53 2004 +++ Makefile Tue Feb 1 12:44:17 2005 @@ -36,7 +36,7 @@ VERSION_SOUND_C= .endif -VERSION_SOUND_C_MINOR:= ${VERSION_SOUND_C:S/^1.//:S/^17.2.//} +VERSION_SOUND_C_MINOR:= ${VERSION_SOUND_C:S/^1.//:C/\.[0-9\.]+$//g} .if ${OSVERSION} < 410000 IGNORE= "FreeBSD 3.*, 4.0 are not supported" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 08:36:28 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B923816A4CE; Tue, 1 Feb 2005 08:36:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FAE143D39; Tue, 1 Feb 2005 08:36:28 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j118aSnY035747; Tue, 1 Feb 2005 08:36:28 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j118aSOs035743; Tue, 1 Feb 2005 08:36:28 GMT (envelope-from krion) Date: Tue, 1 Feb 2005 08:36:28 GMT From: Kirill Ponomarew Message-Id: <200502010836.j118aSOs035743@freefall.freebsd.org> To: tkato432@yahoo.com, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76899: Update port: graphics/xpaint to 2.7.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: Tue, 01 Feb 2005 08:36:28 -0000 Synopsis: Update port: graphics/xpaint to 2.7.3 State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Tue Feb 1 08:36:24 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76899 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 08:37:57 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8EDF16A4D0; Tue, 1 Feb 2005 08:37:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E98743D39; Tue, 1 Feb 2005 08:37:57 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j118bvlT035823; Tue, 1 Feb 2005 08:37:57 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j118bvLY035819; Tue, 1 Feb 2005 08:37:57 GMT (envelope-from krion) Date: Tue, 1 Feb 2005 08:37:57 GMT From: Kirill Ponomarew Message-Id: <200502010837.j118bvLY035819@freefall.freebsd.org> To: tkato432@yahoo.com, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76894: Update port: cad/oregano to 0.40.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 08:37:57 -0000 Synopsis: Update port: cad/oregano to 0.40.2 State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Tue Feb 1 08:37:53 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76894 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 08:55:09 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD6FF16A4D1; Tue, 1 Feb 2005 08:55:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C28A43D4C; Tue, 1 Feb 2005 08:55:09 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j118t9v6036313; Tue, 1 Feb 2005 08:55:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j118t8i8036309; Tue, 1 Feb 2005 08:55:08 GMT (envelope-from linimon) Date: Tue, 1 Feb 2005 08:55:08 GMT From: Mark Linimon Message-Id: <200502010855.j118t8i8036309@freefall.freebsd.org> To: cedric.ware+fbsdpr@enst.fr, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76877: INDEX build fails at audio/aureal-kmod on 5.3-STABLE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 08:55:09 -0000 Synopsis: INDEX build fails at audio/aureal-kmod on 5.3-STABLE State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Feb 1 08:54:40 GMT 2005 State-Changed-Why: Superceeded by ports/76943. http://www.freebsd.org/cgi/query-pr.cgi?pr=76877 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 09:10:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D9A16A4CE for ; Tue, 1 Feb 2005 09:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C0743D1F for ; Tue, 1 Feb 2005 09:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j119ANZY040941 for ; Tue, 1 Feb 2005 09:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j119AMLW040940; Tue, 1 Feb 2005 09:10:22 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 09:10:22 GMT Message-Id: <200502010910.j119AMLW040940@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Pav Lucistnik Subject: Re: ports/76875: security/cryptopp crashes if build with default optimization -O X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pav Lucistnik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 09:10:23 -0000 The following reply was made to PR ports/76875; it has been noted by GNATS. From: Pav Lucistnik To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/76875: security/cryptopp crashes if build with default optimization -O Date: Tue, 01 Feb 2005 10:08:35 +0100 Works fine for me. Your output seems to contain -march=pentium which mine system don't emit -- can you check without it? I think it's not there by default. -- Pav Lucistnik Bento's Law: If It Can Break, It Will Break Bento's Corollary: If It Can Break, Kris Can Send Mail About It From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 09:29:59 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E60D16A4CE; Tue, 1 Feb 2005 09:29:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3FE543D69; Tue, 1 Feb 2005 09:29:58 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j119TwJm041413; Tue, 1 Feb 2005 09:29:58 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j119Tw7G041409; Tue, 1 Feb 2005 09:29:58 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 09:29:58 GMT From: Volker Stolz Message-Id: <200502010929.j119Tw7G041409@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/76358: xlockmore PAM 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: Tue, 01 Feb 2005 09:29:59 -0000 Synopsis: xlockmore PAM support Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Tue Feb 1 09:29:48 GMT 2005 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=76358 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 09:30:47 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFEA316A4D1; Tue, 1 Feb 2005 09:30:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738F343D64; Tue, 1 Feb 2005 09:30:44 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j119Uirv042464; Tue, 1 Feb 2005 09:30:44 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j119UiW0042460; Tue, 1 Feb 2005 09:30:44 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 09:30:44 GMT From: Volker Stolz Message-Id: <200502010930.j119UiW0042460@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/76846: Update Port: x11/xlockmore to 5.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 09:30:47 -0000 Synopsis: Update Port: x11/xlockmore to 5.15 Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Tue Feb 1 09:30:27 GMT 2005 Responsible-Changed-Why: I'll handle this together with the PAM-patch http://www.freebsd.org/cgi/query-pr.cgi?pr=76846 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 09:39:52 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4797416A4CE; Tue, 1 Feb 2005 09:39:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FADE43D3F; Tue, 1 Feb 2005 09:39:52 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j119dqbY042594; Tue, 1 Feb 2005 09:39:52 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j119dp1j042590; Tue, 1 Feb 2005 09:39:51 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 09:39:51 GMT From: Volker Stolz Message-Id: <200502010939.j119dp1j042590@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76820: isc-dhcp3-server build for use in jail should define USE_SOCKETS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 09:39:52 -0000 Synopsis: isc-dhcp3-server build for use in jail should define USE_SOCKETS Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: vs Class-Changed-When: Tue Feb 1 09:39:36 GMT 2005 Class-Changed-Why: Fix class. http://www.freebsd.org/cgi/query-pr.cgi?pr=76820 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 09:50:12 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D6D16A4CE for ; Tue, 1 Feb 2005 09:50:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83CF443D53 for ; Tue, 1 Feb 2005 09:50:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j119oB59042843 for ; Tue, 1 Feb 2005 09:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j119oBF2042841; Tue, 1 Feb 2005 09:50:11 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 09:50:11 GMT Resent-Message-Id: <200502010950.j119oBF2042841@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCCE616A4CE for ; Tue, 1 Feb 2005 09:42:41 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACCBF43D49 for ; Tue, 1 Feb 2005 09:42:40 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id 9BB3D119EF; Tue, 1 Feb 2005 10:44:19 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 56653-10; Tue, 1 Feb 2005 10:44:08 +0100 (CET) Received: by gate.xbsd.org (Postfix, from userid 2001) id CC12C119ED; Tue, 1 Feb 2005 10:44:07 +0100 (CET) Message-Id: <20050201094407.CC12C119ED@gate.xbsd.org> Date: Tue, 1 Feb 2005 10:44:07 +0100 (CET) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: papowell@astart.com Subject: ports/76945: Update port: sysutils/LPRng - fix packing list, add a new configuration files handling policy X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 09:50:12 -0000 >Number: 76945 >Category: ports >Synopsis: Update port: sysutils/LPRng - fix packing list, add a new configuration files handling policy >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 Feb 01 09:50:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: I have asked for review on ports@ but it seems quite a few people are using this port. The major changes are : x if you install the port with SYSCONFDIR=/etc and you modify configuration files, they will be renamed with .saved suffix upon deinstall. .saved files are restored at install stage, so that portupgrade works correctly. x if you install the port with SYSCONFDIR=/etc, default lpr files (configuration, manpages and binaries) are saved with an .orig suffix. At deinstall, each file is restored if $file.orig is more recent than $file, that should be the case if you haven't modified $file, this is to avoid restoring old backuped files when you have later installed a new world. x all files are correctly added to the packing list (configuration files and manpages). x i've replaced the original pkg-* scripts with a single one. Maintainer (papowell@astart.com) cc'ed. >How-To-Repeat: >Fix: --- lprng.diff begins here --- diff -ruN LPRng.orig/Makefile LPRng/Makefile --- LPRng.orig/Makefile Fri Jan 28 12:16:20 2005 +++ LPRng/Makefile Sun Jan 30 17:11:03 2005 @@ -6,7 +6,7 @@ # PORTNAME= LPRng -PORTVERSION= 3.8.26 +PORTVERSION= 3.8.28 CATEGORIES= sysutils print MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \ ftp://ftp.cise.ufl.edu/pub/mirrors/%SUBDIR%/ \ @@ -23,8 +23,14 @@ GNU_CONFIGURE= yes USE_INC_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes +SUB_FILES= pkg-message pkg-install +SUB_LIST= SYSCONFDIR="${SYSCONFDIR}" + +PKGDEINSTALL= ${PKGINSTALL} + +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ + CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= \ --with-sbindir=${PREFIX}/sbin \ --with-filterdir=${PREFIX}/libexec/filters \ @@ -32,15 +38,15 @@ --with-lpd_conf_path=${PREFIX}/etc/lpd.conf \ --with-lpd_perms_path=${PREFIX}/etc/lpd.perms \ --with-printcap_path=/etc/printcap \ - LDFLAGS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include" \ --with-ld_library_path="${PREFIX}/lib:/lib:/usr/lib:/${LOCALBASE}/lib" \ --enable-gdbm=${LOCALBASE} -.if defined(PREFIX) - CONFIGURE_ARGS+= --prefix="${PREFIX}" -.endif + .if defined(SYSCONFDIR) - CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}" +CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}" +PLIST_SUB+= CWD="" SYSCONFDIR="${SYSCONFDIR:S,^/,,}" +.else +SYSCONFDIR= ${PREFIX}/etc +PLIST_SUB+= CWD="@comment " SYSCONFDIR="${SYSCONFDIR:S,^${PREFIX}/,,}" .endif MAN1= lpf.1 psbanner.1 lp.1 cancel.1 lprng_certs.1 lprng_index_certs.1 \ @@ -48,6 +54,12 @@ MAN5= printcap.5 lpd.conf.5 lpd.perms.5 MAN8= lpc.8 checkpc.8 lpd.8 +.include + +.if ${PREFIX} == "/usr" +CONFIGURE_ARGS+= --mandir="${PREFIX}/share/man" +.endif + pre-everything:: @${ECHO_MSG} "If you want to replace the default printing system with LPRng, use:" @${ECHO_MSG} " make PREFIX=/usr SYSCONFDIR=/etc clean all install" @@ -63,18 +75,30 @@ ${ECHO_MSG} 'man pages and defaults to $${PREFIX}/man, which is incorrect for FreeBSD.'; \ fi +post-patch: + @${ECHO} "#! /bin/sh" > ${WRKSRC}/postinstall.freebsd.sh + +pre-install: apply-slist + @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL + post-install: + @${INSTALL_DATA} ${WRKSRC}/lpd.conf ${SYSCONFDIR}/lpd.conf.sample + @${INSTALL_DATA} ${WRKSRC}/lpd.perms ${SYSCONFDIR}/lpd.perms.sample + @${INSTALL_DATA} ${WRKSRC}/printcap ${SYSCONFDIR}/printcap.sample + @${MKDIR} ${PREFIX}/etc/rc.d + @${INSTALL_DATA} ${WRKSRC}/init.freebsd ${PREFIX}/etc/rc.d/lprng.sh .if !defined(NOPORTDOCS) @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0555 ${DOCSDIR} @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0555 ${DOCSDIR}/Reference @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0555 ${DOCSDIR}/PrintingCookbook .for ext in html pdf ppt ps txt gif jpg png - for i in `${LS} ${WRKSRC}/DOCS | ${GREP} "\.${ext}$$"`; \ + @for i in `${LS} ${WRKSRC}/DOCS | ${GREP} "\.${ext}$$"`; \ do ${INSTALL_DATA} ${WRKSRC}/DOCS/$$i ${DOCSDIR}; done - for i in `${LS} ${WRKSRC}/PrintingCookbook/HTML | ${GREP} "\.${ext}$$"`; \ + @for i in `${LS} ${WRKSRC}/PrintingCookbook/HTML | ${GREP} "\.${ext}$$"`; \ do ${INSTALL_DATA} ${WRKSRC}/PrintingCookbook/HTML/$$i ${DOCSDIR}/PrintingCookbook; done; .endfor .endif - @${SED} -e "s!DOCSDIR!${DOCSDIR}/!" ${PKGMESSAGE} + @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + @${CAT} ${PKGMESSAGE} -.include +.include diff -ruN LPRng.orig/distinfo LPRng/distinfo --- LPRng.orig/distinfo Fri Jan 28 12:16:20 2005 +++ LPRng/distinfo Fri Jan 28 14:35:43 2005 @@ -1,2 +1,2 @@ -MD5 (LPRng-3.8.26.tgz) = 654a4a05a9b43b7592060a57c743c940 -SIZE (LPRng-3.8.26.tgz) = 10557934 +MD5 (LPRng-3.8.28.tgz) = 1b3a0abd291b260eab6087ac0e61ed84 +SIZE (LPRng-3.8.28.tgz) = 10212500 diff -ruN LPRng.orig/files/pkg-install.in LPRng/files/pkg-install.in --- LPRng.orig/files/pkg-install.in Thu Jan 1 01:00:00 1970 +++ LPRng/files/pkg-install.in Sat Jan 29 01:10:52 2005 @@ -0,0 +1,119 @@ +#! /bin/sh + +prefix=%%PREFIX%% +sysconfdir=%%SYSCONFDIR%% + +case "x$2" in + +"xPRE-INSTALL") + + # Preserve original files from being overwritten. + + if [ "x$prefix" = "x/usr" ]; then + cd $prefix + for i in bin/lp bin/lpq bin/lpr bin/lprm sbin/lpc sbin/lpd \ + share/man/man1/lp.1.gz share/man/man1/lpq.1.gz \ + share/man/man1/lpr.1.gz share/man/man1/lprm.1.gz \ + share/man/man5/printcap.5.gz share/man/man8/lpc.8.gz \ + share/man/man8/lpd.8.gz ; do + cp -p $i $i.orig + done + fi + + ;; + +"xPOST-INSTALL") + + cd $sysconfdir + + # Preserve original configuration files from being overwritten. + # Restore previously saved configuration if possible. + + if [ "x$sysconfdir" = "x/etc" ]; then + for i in lpd.conf lpd.perms printcap; do + [ -f $i ] && mv $i $i.orig + [ -f $i.saved ] && mv $i.saved $i || cp $i.sample $i + done + else + for i in lpd.conf lpd.perms printcap; do + [ -f $i.saved ] && mv $i.saved $i || cp $i.sample $i + done + fi + + # This is a trick to detect if the user installed a new world at deinstall stage. + + if [ "x$prefix" = "x/usr" ]; then + cd $prefix + for i in bin/lp bin/lpq bin/lpr bin/lprm sbin/lpc sbin/lpd \ + share/man/man1/lp.1.gz share/man/man1/lpq.1.gz \ + share/man/man1/lpr.1.gz share/man/man1/lprm.1.gz \ + share/man/man5/printcap.5.gz share/man/man8/lpc.8.gz \ + share/man/man8/lpd.8.gz ; do + touch $i.orig + done + fi + + ;; + +"xDEINSTALL") + + cd $sysconfdir + + # Remove unchanged files. + + for i in lpd.conf lpd.perms printcap; do + cmp -s $i $i.sample && rm -f $i + done + + # Remove backup files if installworld overwrited LPRng files. + + if [ "x$prefix" = "x/usr" ]; then + cd $prefix + for i in bin/lp bin/lpq bin/lpr bin/lprm sbin/lpc sbin/lpd \ + share/man/man1/lp.1.gz share/man/man1/lpq.1.gz \ + share/man/man1/lpr.1.gz share/man/man1/lprm.1.gz \ + share/man/man5/printcap.5.gz share/man/man8/lpc.8.gz \ + share/man/man8/lpd.8.gz ; do + [ $i -nt $i.orig ] && rm $i.orig + done + fi + + ;; + +"xPOST-DEINSTALL") + + cd $sysconfdir + + # Save remaining modified files so we can restore them at next install. + # Restore original files when LPRng files haven't changed. + + for i in lpd.conf lpd.perms printcap; do + if [ "x$sysconfdir" = "x/etc" ]; then + if [ -f $i ]; then + mv $i $i.saved + else + [ -f $i.orig ] && mv $i.orig $i + fi + else + [ -f $i ] && mv $i $i.saved + fi + done + + # Restore backup files. + + if [ "x$prefix" = "x/usr" ]; then + cd $prefix + for i in bin/lp bin/lpq bin/lpr bin/lprm sbin/lpc sbin/lpd \ + share/man/man1/lp.1.gz share/man/man1/lpq.1.gz \ + share/man/man1/lpr.1.gz share/man/man1/lprm.1.gz \ + share/man/man5/printcap.5.gz share/man/man8/lpc.8.gz \ + share/man/man8/lpd.8.gz ; do + [ -f $i.orig ] && mv $i.orig $i + done + fi + + ;; + +esac + +exit 0 diff -ruN LPRng.orig/files/pkg-message.in LPRng/files/pkg-message.in --- LPRng.orig/files/pkg-message.in Thu Jan 1 01:00:00 1970 +++ LPRng/files/pkg-message.in Fri Jan 28 15:45:28 2005 @@ -0,0 +1,30 @@ +********************************************************************** +If LPRng is not activated at installation time, +to activate the LPRng printing system do the following: + +On FreeBSD: + set'lpd_enable=NO' and 'lprng_enable=YES' in /etc/rc.conf. + The LPRng startup script is in /usr/local/etc/rc.d/lprng.sh + + If lprng_enable != NO then the LPRng lpd will run. + +- run 'checkpc -f' to make sure that necessary files have been created + +- reboot or kill the old lpd using 'killall lpd' and + start the new one using '%%PREFIX%%/etc/rc.d/lprng.sh start'. + +LPRng uses the printcap, lpd.conf, and lpd.perms configuration files + +For further information, see the LPRng Documentation: + %%DOCSDIR%% + +The LPRng Web Site is http://www.lprng.com + +Commercial support is available from Astart Technologies: + +Patrick Powell Astart Technologies +papowell@astart.com 6741 Convoy Court +Network and System San Diego, CA 92111 + Consulting 858-874-6543 FAX 858-751-2435 +LPRng - Print Spooler (http://www.lprng.com) +********************************************************************** diff -ruN LPRng.orig/pkg-deinstall LPRng/pkg-deinstall --- LPRng.orig/pkg-deinstall Fri Jan 28 12:16:20 2005 +++ LPRng/pkg-deinstall Thu Jan 1 01:00:00 1970 @@ -1,36 +0,0 @@ -#!/bin/sh -PREFIX=/usr/local -LPD_PATH="/usr/local/sbin/lpd" -INSTALL="/usr/bin/install -c -o root -g wheel" -LPD_PERMS_PATH="/usr/local/etc/lpd/lpd.perms" -LPD_CONF_PATH="/usr/local/etc/lpd/lpd.conf" -PRINTCAP_PATH="/usr/local/etc/printcap" -SYSCONFDIR=/usr/local/etc -SBINDIR=/usr/local/sbin -FILTER_DIR=/usr/local/libexec/filters -LOCKFILE="/var/run/lpd" -CONFIG_SUBDIR=lpd -PSHOWALL="-ax" -VERSION=3.8.23 -INIT= -MANDIR=/usr/local/man -# -# -- START -- -# preremove.freebsd.sh,v 1.1 2001/08/21 20:33:17 root Exp -# -# This is the shell script that does the preremove -# lpd shutdown. It is the script from hell -echo RUNNING preremove.freebsd.sh parms "'$0 $@'" -if [ "$VERBOSE_INSTALL" != "" ] ; then set -x; fi -if [ "X$2" = "XDEINSTALL" ] ; then - echo "Stopping LPD" - killall -INT lpd - if [ -f /etc/rc.conf ] ; then - perl -spi.bak -e '$_ = "" if( /lprng_enable/ );' ${DESTDIR}/etc/rc.conf - fi - init=/usr/local/etc/rc.d/lprng.sh - if [ -f $init ] ; then - rm -f $init - fi -fi -exit 0 diff -ruN LPRng.orig/pkg-install LPRng/pkg-install --- LPRng.orig/pkg-install Fri Jan 28 12:16:20 2005 +++ LPRng/pkg-install Thu Jan 1 01:00:00 1970 @@ -1,172 +0,0 @@ -#!/bin/sh -PREFIX=/usr/local -LPD_PATH="/usr/local/sbin/lpd" -INSTALL="/usr/bin/install -c -o root -g wheel" -LPD_PERMS_PATH="/usr/local/etc/lpd/lpd.perms" -LPD_CONF_PATH="/usr/local/etc/lpd/lpd.conf" -PRINTCAP_PATH="/usr/local/etc/printcap" -SYSCONFDIR=/usr/local/etc -SBINDIR=/usr/local/sbin -FILTER_DIR=/usr/local/libexec/filters -LOCKFILE="/var/run/lpd" -CONFIG_SUBDIR=lpd -PSHOWALL="-ax" -VERSION=3.8.23 -INIT= -MANDIR=/usr/local/man -# -# -- START -- -# postinstall.freebsd.sh,v 1.1 2001/08/21 20:33:16 root Exp -# -# If you are building a PORT, see the -# DISTRIBUTIONS/Freebsd directory for a complete port -# building package. -# -# This is the shell script that does the postinstall -# dynamic fixup -# It needs to be massaged with the information for -# various paths. -# If you are building a package, then you do NOT want -# to have this executed - it will put the sample files -# in place. You need to do this during the postinstall -# step in the package installation. -# -echo RUNNING postinstall.freebsd.sh parms "'$0 $@'" MAKEPACKAGE="$MAKEPACKAGE" MAKEINSTALL="$MAKEINSTALL" PREFIX="$PREFIX" INIT="$INIT" cwd `pwd` -if [ "$VERBOSE_INSTALL" != "" ] ; then set -x; fi - -fix () { - v=`echo $1 | sed -e 's/[:;].*//'`; - p=`echo $2 | sed -e 's/:.*//'`; d=`dirname $p`; - if expr "$p" : "\|" >/dev/null ; then - echo "$v is a filter '$p'" - return 0 - fi - echo "Putting $p in $d, using $v.sample" - if [ ! -d "$d" ] ; then - echo "Directory $d does not exist!" - mkdir -p $d - fi - old_version=` echo $p | sed -e "s,/$CONFIG_SUBDIR/,/,"` - if [ ! -f "$p" -a "$old_version" != "$p" -a -f "$old_version" ] ; then - echo "WARNING: Location of $p changed from $old_version" - echo " Copying $old_version to $p" - cp "$old_version" "$p" || echo "cannot copy $old_version to $p" - fi - if [ -f $v.sample ] ; then - if [ $v.sample != $p.sample ] ; then ${INSTALL} $v.sample $p.sample; fi - elif [ -f $v ] ; then - if [ $v != $p.sample ] ; then ${INSTALL} $v $p.sample; fi - else - echo "Do not have $v.sample or $v" - fi - if [ ! -f $p.sample ] ; then - echo "Do not have $p.sample" - elif [ ! -f $p ] ; then - ${INSTALL} -m 644 $p.sample $p; - fi; -} - -startserver(){ - cnf=${DESTDIR}/etc/rc.conf - if [ -f ${cnf} ] ; then - if grep lprng ${cnf} ; then - : # no changes - else - echo 'lprng_enable="YES"' >> ${cnf} - fi - fi - echo "Stopping LPD" - killall lpd || true - sleep 2; - # check the printcap information - echo "Checking Printcap Info and fixing permissions" - ${SBINDIR}/checkpc -f || true - # restart the server - echo "Restarting server" - sh $init start || true - echo "Done" -} - -# we use the /usr/local/etc/rc.d method to start -init=${DESTDIR}/usr/local/etc/rc.d/lprng.sh - -# we have to take them from one place and put in another -if [ "X$MAKEPACKAGE" = "XYES" ] ; then - hold=${DESTDIR}${SYSCONFDIR}/lpd - echo "Setting up configuration files path for package" ${hold} - # we put files into the destination - if [ ! -d ${hold} ] ; then mkdir -p ${hold} ; fi; - ${INSTALL} lpd.perms ${hold}/lpd.perms.sample - ${INSTALL} lpd.conf ${hold}/lpd.conf.sample - ${INSTALL} printcap ${hold}/printcap.sample - ${INSTALL} init.freebsd ${hold}/lprng.sh.sample - exit 0 -fi - -if [ "X$MAKEINSTALL" = XYES ] ; then - hold=${DESTDIR}${SYSCONFDIR}/lpd - echo "Setting up configuration files path for installation" ${hold} - # we have the port pre-install operation - if [ "$MANDIR" = "/usr/man" -a ! -d ${DESTDIR}/usr/man ] ; then - # we have the dreaded standard installation - # try to make a symbolic link to - echo "Creating symbolic link from /usr/man to /usr/share/man" - v=`ln -s ${DESTDIR}/usr/share/man ${DESTDIR}/usr/man`; - fi - if [ ! -d ${hold} ] ; then mkdir -p ${hold} ; fi; - ${INSTALL} lpd.perms ${hold}/lpd.perms.sample - ${INSTALL} lpd.conf ${hold}/lpd.conf.sample - ${INSTALL} printcap ${hold}/printcap.sample - ${INSTALL} init.freebsd ${hold}/lprng.sh.sample - - fix ${hold}/lpd.perms "${DESTDIR}${LPD_PERMS_PATH}" - fix ${hold}/lpd.conf "${DESTDIR}${LPD_CONF_PATH}" - fix ${hold}/printcap "${DESTDIR}${PRINTCAP_PATH}" - if [ "$INIT" != no ] ; then - echo "Setting up init script $init using init.freebsd" - if [ ! -d `dirname $init` ] ; then mkdir -p `dirname $init ` ; fi; - rm -f $init - ${INSTALL} -m 755 init.freebsd $init - #startserver; - fi - - exit 0 -fi - -# run from a package -if [ "X$2" = "XPOST-INSTALL" ] ; then - # when doing an install from a package we get the file from the hold locations - hold=etc/lpd - echo "Installing configuration files from `pwd` - $hold - `ls $hold`" - if [ -f ${hold}/lpd.perms.sample ] ; then - fix ${hold}/lpd.perms "${LPD_PERMS_PATH}" - fix ${hold}/lpd.conf "${LPD_CONF_PATH}" - fix ${hold}/printcap "${PRINTCAP_PATH}" - echo "Setting up init script $init.sample using ${hold}/lprng.sh.sample" - ${INSTALL} -c -m 755 ${hold}/lprng.sh.sample $init.sample; - if [ "$INIT" != no ] ; then - echo "Setting up init script $init using $init.sample" - ${INSTALL} -c -m 755 $init.sample $init; - #startserver; - fi - else - echo "WARNING: configuration files missing from package! CWD " `pwd` - echo "Contents" - ls - echo "Hold $hold" - ls $hold - exit 1 - fi - exit 0; -fi -if [ "X$2" = "XPRE-INSTALL" ] ; then - # we have the port pre-install operation - if [ "$MANDIR" = "/usr/man" -a ! -d /usr/man ] ; then - # we have the dreaded standard installation - # try to make a symbolic link to - echo "Creating symbolic link from /usr/man to /usr/share/man" - v=`ln -s /usr/share/man /usr/man`; - fi - exit 0 -fi -exit 0 diff -ruN LPRng.orig/pkg-message LPRng/pkg-message --- LPRng.orig/pkg-message Fri Jan 28 12:16:20 2005 +++ LPRng/pkg-message Thu Jan 1 01:00:00 1970 @@ -1,28 +0,0 @@ -If LPRng is not activated at installation time, -to activate the LPRng printing system do the following: - -On FreeBSD: - set'lpd_enable=NO' and 'lprng_enable=YES' in /etc/rc.conf. - The LPRng startup script is in /usr/local/etc/rc.d/lprng.sh - - If lprng_enable != NO then the LPRng lpd will run. - -- run 'checkpc -f' to make sure that necessary files have been created - -- reboot or kill the old lpd using 'killall lpd' and - start the new one using '/usr/local/etc/rc.d/lprng.sh start'. - -LPRng uses the printcap, lpd.conf, and lpd.perms configuration files - -For further information, see the LPRng Documentation: - DOCSDIR - -The LPRng Web Site is http://www.lprng.com - -Commercial support is available from Astart Technologies: - -Patrick Powell Astart Technologies -papowell@astart.com 6741 Convoy Court -Network and System San Diego, CA 92111 - Consulting 858-874-6543 FAX 858-751-2435 -LPRng - Print Spooler (http://www.lprng.com) diff -ruN LPRng.orig/pkg-plist LPRng/pkg-plist --- LPRng.orig/pkg-plist Fri Jan 28 12:16:20 2005 +++ LPRng/pkg-plist Sun Jan 30 16:53:50 2005 @@ -4,14 +4,7 @@ bin/lpr bin/lprm bin/lpstat -etc/lpd.conf -etc/lpd.conf.sample -etc/lpd.perms -etc/lpd.perms.sample -etc/lpd/lpd.conf.sample -etc/lpd/lpd.perms.sample -etc/lpd/lprng.sh.sample -etc/lpd/printcap.sample +etc/rc.d/lprng.sh lib/liblpr.a libexec/filters/lpbanner libexec/filters/lpf @@ -61,8 +54,13 @@ %%PORTDOCS%%%%DOCSDIR%%/license.txt %%PORTDOCS%%%%DOCSDIR%%/rfc1179.txt %%PORTDOCS%%%%DOCSDIR%%/y2k.txt -@dirrm %%PORTDOCS%%%%DOCSDIR%%/Reference -@dirrm %%PORTDOCS%%%%DOCSDIR%%/PrintingCookbook -@dirrm %%PORTDOCS%%%%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/Reference +%%PORTDOCS%%@dirrm %%DOCSDIR%%/PrintingCookbook +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm libexec/filters -@dirrm etc/lpd +%%CWD%%@cwd / +%%SYSCONFDIR%%/lpd.conf.sample +%%SYSCONFDIR%%/lpd.perms.sample +%%SYSCONFDIR%%/printcap.sample +%%CWD%%@unexec rmdir %D/etc/rc.d 2> /dev/null || true +%%CWD%%@unexec rmdir %D/etc 2> /dev/null || true --- lprng.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 10:00:38 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7241E16A4D2 for ; Tue, 1 Feb 2005 10:00:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9E0243D2D for ; Tue, 1 Feb 2005 10:00:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11A0ULA043132 for ; Tue, 1 Feb 2005 10:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11A0U72043131; Tue, 1 Feb 2005 10:00:30 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 10:00:30 GMT Message-Id: <200502011000.j11A0U72043131@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dawnshade Subject: Re: ports/72815: Segmentation fault /usr/ports/security/clamav 0.80 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dawnshade List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 10:00:38 -0000 The following reply was made to PR ports/72815; it has been noted by GNATS. From: dawnshade To: freebsd-gnats-submit@FreeBSD.org, h-k@mail.ru Cc: Subject: Re: ports/72815: Segmentation fault /usr/ports/security/clamav 0.80 Date: Tue, 1 Feb 2005 12:54:04 +0300 Problem appears again with clamav 0.81 and FreeBSD 4.11. I contact with developers (clamav-users@lists.clamav.net), and they said upgrade zlib to version 1.2.2. In FreeBSD 4.X was 1.1.4 - after uprading, clamav worked. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 10:07:04 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D056F16A4CF; Tue, 1 Feb 2005 10:07:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D22043D2F; Tue, 1 Feb 2005 10:07:04 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11A74Cu047335; Tue, 1 Feb 2005 10:07:04 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11A726l047331; Tue, 1 Feb 2005 10:07:02 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 10:07:02 GMT From: Volker Stolz Message-Id: <200502011007.j11A726l047331@freefall.freebsd.org> To: tremere@cainites.net, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76457: Doesn't compile on FreeBSD 6.0 SPARC64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 10:07:04 -0000 Synopsis: Doesn't compile on FreeBSD 6.0 SPARC64 State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Tue Feb 1 10:06:53 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76457 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 10:08:28 2005 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 78ED116A4CE; Tue, 1 Feb 2005 10:08:28 +0000 (GMT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5065F43D1D; Tue, 1 Feb 2005 10:08:27 +0000 (GMT) (envelope-from tilman@arved.at) Received: from jim.arved.de (localhost [127.0.0.1])j11A8PeA090828; Tue, 1 Feb 2005 11:08:25 +0100 (CET) (envelope-from tilman@arved.at) Received: (from arved@localhost) by jim.arved.de (8.13.1/8.13.1/Submit) id j11A8PAf090827; Tue, 1 Feb 2005 11:08:25 +0100 (CET) (envelope-from tilman@arved.at) X-Authentication-Warning: jim.arved.de: arved set sender to tilman@arved.at using -f Date: Tue, 1 Feb 2005 11:08:25 +0100 From: Tilman Linneweh To: Gert Cuykens Message-ID: <20050201100825.GB30065@arved.at> References: <200501312159.j0VLxKe1028692@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-ports-bugs@freebsd.org cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 10:08:28 -0000 * Gert Cuykens [2005-02-01 07:05]: > > Works fine here. > > > > Do you have the patch files in the port's files-dir? > > > No i did not put or replaced any files in the port directory. > Did you test it on a amd64 ? Yes. > Can you post your make file please and the make output ? > Did it compile with cc -fPIC ... ? Yes, that's why I was asking which patch files you have in the files-directory. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 10:10:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B09BC16A4CE for ; Tue, 1 Feb 2005 10:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A32443D1D for ; Tue, 1 Feb 2005 10:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11AAKqs047445 for ; Tue, 1 Feb 2005 10:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11AAKQA047444; Tue, 1 Feb 2005 10:10:20 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 10:10:20 GMT Message-Id: <200502011010.j11AAKQA047444@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tilman Linneweh Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tilman Linneweh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 10:10:20 -0000 The following reply was made to PR ports/76914; it has been noted by GNATS. From: Tilman Linneweh To: Gert Cuykens Cc: freebsd-ports-bugs@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) Date: Tue, 1 Feb 2005 11:08:25 +0100 * Gert Cuykens [2005-02-01 07:05]: > > Works fine here. > > > > Do you have the patch files in the port's files-dir? > > > No i did not put or replaced any files in the port directory. > Did you test it on a amd64 ? Yes. > Can you post your make file please and the make output ? > Did it compile with cc -fPIC ... ? Yes, that's why I was asking which patch files you have in the files-directory. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 10:15:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51DAD16A4CE; Tue, 1 Feb 2005 10:15:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2792B43D48; Tue, 1 Feb 2005 10:15:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11AFKt8047679; Tue, 1 Feb 2005 10:15:20 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11AFJXi047675; Tue, 1 Feb 2005 10:15:19 GMT (envelope-from pav) Date: Tue, 1 Feb 2005 10:15:19 GMT From: Pav Lucistnik Message-Id: <200502011015.j11AFJXi047675@freefall.freebsd.org> To: serg@tmn.ru, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76943: INDEX build fails at audio/aureal-kmod on 5.3-STABLE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 10:15:20 -0000 Synopsis: INDEX build fails at audio/aureal-kmod on 5.3-STABLE State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Tue Feb 1 10:15:13 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76943 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 10:30:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72CC016A4CE for ; Tue, 1 Feb 2005 10:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B1043D39 for ; Tue, 1 Feb 2005 10:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11AUQbj048439 for ; Tue, 1 Feb 2005 10:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11AUPdr048438; Tue, 1 Feb 2005 10:30:25 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 10:30:25 GMT Resent-Message-Id: <200502011030.j11AUPdr048438@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Choe, Cheng-Dae" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B7C316A4CE for ; Tue, 1 Feb 2005 10:28:35 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C6CB43D45 for ; Tue, 1 Feb 2005 10:28:35 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j11ASZ40094826 for ; Tue, 1 Feb 2005 10:28:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j11ASZGI094815; Tue, 1 Feb 2005 10:28:35 GMT (envelope-from nobody) Message-Id: <200502011028.j11ASZGI094815@www.freebsd.org> Date: Tue, 1 Feb 2005 10:28:35 GMT From: "Choe, Cheng-Dae" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76946: [PATCH] devel/bugzilla: fix plist missed files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 10:30:26 -0000 >Number: 76946 >Category: ports >Synopsis: [PATCH] devel/bugzilla: fix plist missed files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 10:30:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: "Choe, Cheng-Dae" >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD comdongin.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Wed Jan 26 05:08:35 KST 2005 >Description: - Because of bugzilla's bugs. checksetup.pl doesn't check File::Spec modules version. So disable it's version check. (https://bugzilla.mozilla.org/show_bug.cgi?id=257933) - fix web server's uid/gid - fix plist that not listed >How-To-Repeat: N/A >Fix: diff -ruN bugzilla.orig/Makefile bugzilla/Makefile --- bugzilla.orig/Makefile Tue Jan 25 01:44:20 2005 +++ bugzilla/Makefile Tue Feb 1 11:29:44 2005 @@ -7,6 +7,7 @@ PORTNAME?= bugzilla PORTVERSION?= 2.18 +PORTREVISION?= 1 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= webtools webtools/archived diff -ruN bugzilla.orig/files/patch-checksetup.pl bugzilla/files/patch-checksetup.pl --- bugzilla.orig/files/patch-checksetup.pl Tue Jan 25 01:44:20 2005 +++ bugzilla/files/patch-checksetup.pl Tue Feb 1 18:59:21 2005 @@ -1,11 +1,23 @@ ---- checksetup.pl.orig Fri Jan 14 10:51:36 2005 -+++ checksetup.pl Mon Jan 24 17:39:29 2005 + +$FreeBSD$ + +--- checksetup.pl.orig ++++ checksetup.pl +@@ -288,7 +288,7 @@ + }, + { + name => 'File::Spec', +- version => '0.82' ++ version => '0' + }, + { + name => 'File::Temp', @@ -616,7 +616,7 @@ my $webservergroup_default; if ($^O !~ /MSWin32/i) { - $webservergroup_default = 'apache'; -+ $webservergroup_default = 'nogroup'; ++ $webservergroup_default = 'www'; } else { $webservergroup_default = ''; } diff -ruN bugzilla.orig/pkg-plist bugzilla/pkg-plist --- bugzilla.orig/pkg-plist Tue Jan 25 01:44:20 2005 +++ bugzilla/pkg-plist Tue Feb 1 11:43:28 2005 @@ -120,6 +120,31 @@ %%PORTDOCS%%%%DOCSDIR%%/xml/troubleshooting.xml %%PORTDOCS%%%%DOCSDIR%%/xml/using.xml %%BUGZILLADIR%%/1x1.gif +%%BUGZILLADIR%%/Bugzilla/Auth/Cookie.pm +%%BUGZILLADIR%%/Bugzilla/Auth/CGI.pm +%%BUGZILLADIR%%/Bugzilla/Auth/DB.pm +%%BUGZILLADIR%%/Bugzilla/Auth/LDAP.pm +%%BUGZILLADIR%%/Bugzilla/Attachment.pm +%%BUGZILLADIR%%/Bugzilla/Auth.pm +%%BUGZILLADIR%%/Bugzilla/Bug.pm +%%BUGZILLADIR%%/Bugzilla/BugMail.pm +%%BUGZILLADIR%%/Bugzilla/CGI.pm +%%BUGZILLADIR%%/Bugzilla/Chart.pm +%%BUGZILLADIR%%/Bugzilla/Config.pm +%%BUGZILLADIR%%/Bugzilla/Constants.pm +%%BUGZILLADIR%%/Bugzilla/DB.pm +%%BUGZILLADIR%%/Bugzilla/Error.pm +%%BUGZILLADIR%%/Bugzilla/Flag.pm +%%BUGZILLADIR%%/Bugzilla/FlagType.pm +%%BUGZILLADIR%%/Bugzilla/RelationSet.pm +%%BUGZILLADIR%%/Bugzilla/Search.pm +%%BUGZILLADIR%%/Bugzilla/Series.pm +%%BUGZILLADIR%%/Bugzilla/Template.pm +%%BUGZILLADIR%%/Bugzilla/Token.pm +%%BUGZILLADIR%%/Bugzilla/User.pm +%%BUGZILLADIR%%/Bugzilla/Util.pm +%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Bugzilla.pm +%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Hook.pm %%BUGZILLADIR%%/Bugzilla.pm %%BUGZILLADIR%%/CGI.pl %%BUGZILLADIR%%/QUICKSTART @@ -133,6 +158,10 @@ %%BUGZILLADIR%%/colchange.cgi %%BUGZILLADIR%%/collectstats.pl %%BUGZILLADIR%%/config.cgi +%%BUGZILLADIR%%/js/duplicates.js +%%BUGZILLADIR%%/skins/standard/duplicates.css +%%BUGZILLADIR%%/skins/standard/global.css +%%BUGZILLADIR%%/skins/standard/show_multiple.css %%CONTRIB%%%%BUGZILLADIR%%/contrib/BugzillaEmail.pm %%CONTRIB%%%%BUGZILLADIR%%/contrib/README %%CONTRIB%%%%BUGZILLADIR%%/contrib/README.Mailif @@ -395,6 +424,13 @@ %%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/cmdline %%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/bugzilla-submit %%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib +@dirrm %%BUGZILLADIR%%/Bugzilla/Auth +@dirrm %%BUGZILLADIR%%/Bugzilla/Template/Plugin +@dirrm %%BUGZILLADIR%%/Bugzilla/Template +@dirrm %%BUGZILLADIR%%/Bugzilla +@dirrm %%BUGZILLADIR%%/js +@dirrm %%BUGZILLADIR%%/skins/standard +@dirrm %%BUGZILLADIR%%/skins @dirrm %%BUGZILLADIR%% @dirrm %%PORTDOCS%%%%DOCSDIR%%/xml @dirrm %%PORTDOCS%%%%DOCSDIR%%/txt >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 10:36:10 2005 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 499EA16A4CE for ; Tue, 1 Feb 2005 10:36:10 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E13043D48 for ; Tue, 1 Feb 2005 10:36:09 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so996906rne for ; Tue, 01 Feb 2005 02:36:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ZOJgABsRkqO5ZqPNjN9wqDbb9iio8fpvFKs3a9JCdZC47YQJklfUEAVIKWZ3e7oGRa3QFsFpy7pcW1fM0iu5rXlBaVJzPfgbfhxFFBcgHH/O8pHTvF+JZavgTHn0vMNUUgJKqueOaMwH2RxHXEaz+lUuEUaS8tC5Df9JcJpVIX4= Received: by 10.38.9.54 with SMTP id 54mr96688rni; Tue, 01 Feb 2005 02:36:06 -0800 (PST) Received: by 10.38.74.23 with HTTP; Tue, 1 Feb 2005 02:36:06 -0800 (PST) Message-ID: Date: Tue, 1 Feb 2005 11:36:06 +0100 From: Gert Cuykens To: Tilman Linneweh In-Reply-To: <20050201100825.GB30065@arved.at> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200501312159.j0VLxKe1028692@freefall.freebsd.org> <20050201100825.GB30065@arved.at> cc: freebsd-ports-bugs@freebsd.org cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 10:36:10 -0000 On Tue, 1 Feb 2005 11:08:25 +0100, Tilman Linneweh wrote: > * Gert Cuykens [2005-02-01 07:05]: > > > Works fine here. > > > > > > Do you have the patch files in the port's files-dir? > > > > > No i did not put or replaced any files in the port directory. > > Did you test it on a amd64 ? > > Yes. > > > Can you post your make file please and the make output ? > > Did it compile with cc -fPIC ... ? > > Yes, that's why I was asking which patch files you have in the > files-directory. > 7rxI# ls patch-OSSSurround-0.1_Makefile patch-OSSSurround-0.1_configure.c 7rxI# cat patch-OSSSurround-0.1_configure.c $FreeBSD: ports/audio/xmms-osssurround/files/patch-OSSSurround-0.1_configure.c,v 1.1 2002/08/11 21:04:30 naddy Exp $ --- OSSSurround-0.1/configure.c.orig Sun Jan 6 14:36:17 2002 +++ OSSSurround-0.1/configure.c Thu Aug 1 19:10:21 2002 @@ -136,7 +136,7 @@ } else item = gtk_menu_item_new_with_label(buffer); - gtk_signal_connect(GTK_OBJECT(item), "activate", sigfunc, (gpointer) index++); + gtk_signal_connect(GTK_OBJECT(item), "activate", sigfunc, GINT_TO_POINTER(index++)); gtk_widget_show(item); gtk_menu_append(GTK_MENU(menu), item); } 7rxI# cat patch-OSSSurround-0.1_Makefile $FreeBSD: ports/audio/xmms-osssurround/files/patch-OSSSurround-0.1_Makefile,v 1.1 2002/08/11 21:04:30 naddy Exp $ --- OSSSurround-0.1/Makefile.orig Sun Mar 31 10:26:30 2002 +++ OSSSurround-0.1/Makefile Thu Aug 1 19:16:46 2002 @@ -1,34 +1,34 @@ -CFLAGS = `gtk-config --cflags` +CFLAGS += `xmms-config --cflags` all: libOSSSurround.so libOSSSurround.so: about.o audio.o configure.o convert.o init.o mixer.o OSS.o - gcc -shared -olibOSSSurround.so about.o audio.o configure.o convert.o init.o mixer.o OSS.o + ${CC} -shared -olibOSSSurround.so about.o audio.o configure.o convert.o init.o mixer.o OSS.o about.o: about.c config.h i18n.h OSS.h - gcc -c -oabout.o about.c ${CFLAGS} + ${CC} ${CFLAGS} -c -oabout.o about.c audio.o: audio.c config.h i18n.h OSS.h - gcc -c -oaudio.o audio.c ${CFLAGS} + ${CC} ${CFLAGS} -c -oaudio.o audio.c configure.o: configure.c config.h i18n.h OSS.h - gcc -c -oconfigure.o configure.c ${CFLAGS} + ${CC} ${CFLAGS} -c -oconfigure.o configure.c convert.o: convert.c config.h i18n.h OSS.h - gcc -c -oconvert.o convert.c ${CFLAGS} + ${CC} ${CFLAGS} -c -oconvert.o convert.c init.o: init.c config.h i18n.h OSS.h - gcc -c -oinit.o init.c ${CFLAGS} + ${CC} ${CFLAGS} -c -oinit.o init.c mixer.o: mixer.c config.h i18n.h OSS.h - gcc -c -omixer.o mixer.c ${CFLAGS} + ${CC} ${CFLAGS} -c -omixer.o mixer.c OSS.o: OSS.c config.h i18n.h OSS.h - gcc -c -oOSS.o OSS.c ${CFLAGS} + ${CC} ${CFLAGS} -c -oOSS.o OSS.c clean: rm -f *.o libOSSSurround.so install: libOSSSurround.so install -s -o root -g root -m 755 libOSSSurround.so "`xmms-config --output-plugin-dir`" - echo `xmms-config --output-plugin-dir`/libOSSSurround.so >> ../installed.files + echo `xmms-config --output-plugin-dir`/libOSSSurround.so >> ../installed.files 7rxI# From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 10:40:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3193116A4CE for ; Tue, 1 Feb 2005 10:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C546C43D1D for ; Tue, 1 Feb 2005 10:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11AeMLq049598 for ; Tue, 1 Feb 2005 10:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11AeMfG049597; Tue, 1 Feb 2005 10:40:22 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 10:40:22 GMT Message-Id: <200502011040.j11AeMfG049597@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Gert Cuykens Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 10:40:23 -0000 The following reply was made to PR ports/76914; it has been noted by GNATS. From: Gert Cuykens To: Tilman Linneweh Cc: freebsd-ports-bugs@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) Date: Tue, 1 Feb 2005 11:36:06 +0100 On Tue, 1 Feb 2005 11:08:25 +0100, Tilman Linneweh wrote: > * Gert Cuykens [2005-02-01 07:05]: > > > Works fine here. > > > > > > Do you have the patch files in the port's files-dir? > > > > > No i did not put or replaced any files in the port directory. > > Did you test it on a amd64 ? > > Yes. > > > Can you post your make file please and the make output ? > > Did it compile with cc -fPIC ... ? > > Yes, that's why I was asking which patch files you have in the > files-directory. > 7rxI# ls patch-OSSSurround-0.1_Makefile patch-OSSSurround-0.1_configure.c 7rxI# cat patch-OSSSurround-0.1_configure.c $FreeBSD: ports/audio/xmms-osssurround/files/patch-OSSSurround-0.1_configure.c,v 1.1 2002/08/11 21:04:30 naddy Exp $ --- OSSSurround-0.1/configure.c.orig Sun Jan 6 14:36:17 2002 +++ OSSSurround-0.1/configure.c Thu Aug 1 19:10:21 2002 @@ -136,7 +136,7 @@ } else item = gtk_menu_item_new_with_label(buffer); - gtk_signal_connect(GTK_OBJECT(item), "activate", sigfunc, (gpointer) index++); + gtk_signal_connect(GTK_OBJECT(item), "activate", sigfunc, GINT_TO_POINTER(index++)); gtk_widget_show(item); gtk_menu_append(GTK_MENU(menu), item); } 7rxI# cat patch-OSSSurround-0.1_Makefile $FreeBSD: ports/audio/xmms-osssurround/files/patch-OSSSurround-0.1_Makefile,v 1.1 2002/08/11 21:04:30 naddy Exp $ --- OSSSurround-0.1/Makefile.orig Sun Mar 31 10:26:30 2002 +++ OSSSurround-0.1/Makefile Thu Aug 1 19:16:46 2002 @@ -1,34 +1,34 @@ -CFLAGS = `gtk-config --cflags` +CFLAGS += `xmms-config --cflags` all: libOSSSurround.so libOSSSurround.so: about.o audio.o configure.o convert.o init.o mixer.o OSS.o - gcc -shared -olibOSSSurround.so about.o audio.o configure.o convert.o init.o mixer.o OSS.o + ${CC} -shared -olibOSSSurround.so about.o audio.o configure.o convert.o init.o mixer.o OSS.o about.o: about.c config.h i18n.h OSS.h - gcc -c -oabout.o about.c ${CFLAGS} + ${CC} ${CFLAGS} -c -oabout.o about.c audio.o: audio.c config.h i18n.h OSS.h - gcc -c -oaudio.o audio.c ${CFLAGS} + ${CC} ${CFLAGS} -c -oaudio.o audio.c configure.o: configure.c config.h i18n.h OSS.h - gcc -c -oconfigure.o configure.c ${CFLAGS} + ${CC} ${CFLAGS} -c -oconfigure.o configure.c convert.o: convert.c config.h i18n.h OSS.h - gcc -c -oconvert.o convert.c ${CFLAGS} + ${CC} ${CFLAGS} -c -oconvert.o convert.c init.o: init.c config.h i18n.h OSS.h - gcc -c -oinit.o init.c ${CFLAGS} + ${CC} ${CFLAGS} -c -oinit.o init.c mixer.o: mixer.c config.h i18n.h OSS.h - gcc -c -omixer.o mixer.c ${CFLAGS} + ${CC} ${CFLAGS} -c -omixer.o mixer.c OSS.o: OSS.c config.h i18n.h OSS.h - gcc -c -oOSS.o OSS.c ${CFLAGS} + ${CC} ${CFLAGS} -c -oOSS.o OSS.c clean: rm -f *.o libOSSSurround.so install: libOSSSurround.so install -s -o root -g root -m 755 libOSSSurround.so "`xmms-config --output-plugin-dir`" - echo `xmms-config --output-plugin-dir`/libOSSSurround.so >> ../installed.files + echo `xmms-config --output-plugin-dir`/libOSSSurround.so >> ../installed.files 7rxI# From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 10:46:49 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 244EB16A4CE; Tue, 1 Feb 2005 10:46:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED6D943D53; Tue, 1 Feb 2005 10:46:48 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11AkmtS049772; Tue, 1 Feb 2005 10:46:48 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11AkmgW049768; Tue, 1 Feb 2005 10:46:48 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 10:46:48 GMT From: Volker Stolz Message-Id: <200502011046.j11AkmgW049768@freefall.freebsd.org> To: mitsuru@riken.jp, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76082: update java/eclipse-clay-core ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 10:46:49 -0000 Synopsis: update java/eclipse-clay-core ports State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Tue Feb 1 10:46:29 GMT 2005 State-Changed-Why: Committed by nork on 2005/01/16 http://www.freebsd.org/cgi/query-pr.cgi?pr=76082 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 10:48:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF4C16A4CF; Tue, 1 Feb 2005 10:48:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8014C43D31; Tue, 1 Feb 2005 10:48:20 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11AmK0X049844; Tue, 1 Feb 2005 10:48:20 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11AmKOk049840; Tue, 1 Feb 2005 10:48:20 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 10:48:20 GMT From: Volker Stolz Message-Id: <200502011048.j11AmKOk049840@freefall.freebsd.org> To: cartola@openit.com.br, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76078: Update port: graphics/vigra from 1.2.0 to 1.3.0 - will compile on Free >= 5.3 i386 (was broken) and maybe also on ia64 (not tested) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 10:48:20 -0000 Synopsis: Update port: graphics/vigra from 1.2.0 to 1.3.0 - will compile on Free >= 5.3 i386 (was broken) and maybe also on ia64 (not tested) State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Tue Feb 1 10:47:49 GMT 2005 State-Changed-Why: Please submit updates in "unified diff format" (cf. Porter's Handbook) http://www.freebsd.org/cgi/query-pr.cgi?pr=76078 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 10:50:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0E9716A4CE; Tue, 1 Feb 2005 10:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9921E43D5E; Tue, 1 Feb 2005 10:50:25 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11AoPCn049995; Tue, 1 Feb 2005 10:50:25 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11AoPjV049991; Tue, 1 Feb 2005 10:50:25 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 10:50:25 GMT From: Volker Stolz Message-Id: <200502011050.j11AoPjV049991@freefall.freebsd.org> To: mig@mig-29.net, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/75840: [MAINTAINER] www/p5-CGI-Application-ValidateRM: update to 1.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, 01 Feb 2005 10:50:25 -0000 Synopsis: [MAINTAINER] www/p5-CGI-Application-ValidateRM: update to 1.12 State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Tue Feb 1 10:49:56 GMT 2005 State-Changed-Why: ===> Configuring for p5-CGI-Application-ValidateRM-1.12 Creating custom builder _build/lib/My/Builder.pm in _build/lib/My Checking whether your kit is complete... Looks good * ERROR: Prerequisite HTML::FillInForm isn't installed * ERROR: Prerequisite Data::FormValidator isn't installed * ERROR: Prerequisite CGI::Application isn't installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation. Is this harmless since they'll be available at runtime? http://www.freebsd.org/cgi/query-pr.cgi?pr=75840 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 10:52:14 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0D6F16A4E2; Tue, 1 Feb 2005 10:52:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93F8643D31; Tue, 1 Feb 2005 10:52:12 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11AqCpw050115; Tue, 1 Feb 2005 10:52:12 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11AqChq050111; Tue, 1 Feb 2005 10:52:12 GMT (envelope-from ceri) Date: Tue, 1 Feb 2005 10:52:12 GMT From: Ceri Davies Message-Id: <200502011052.j11AqChq050111@freefall.freebsd.org> To: ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76926: New port to add in port tree: SBOX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 10:52:14 -0000 Synopsis: New port to add in port tree: SBOX Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Tue Feb 1 10:51:38 GMT 2005 Responsible-Changed-Why: New port. http://www.freebsd.org/cgi/query-pr.cgi?pr=76926 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 11:00:43 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A962016A4DD for ; Tue, 1 Feb 2005 11:00:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FD243D62 for ; Tue, 1 Feb 2005 11:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11B0eRO050309 for ; Tue, 1 Feb 2005 11:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11B0eW0050295; Tue, 1 Feb 2005 11:00:40 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 11:00:40 GMT Resent-Message-Id: <200502011100.j11B0eW0050295@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Filippo Natali" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBD8916A4CE for ; Tue, 1 Feb 2005 10:54:27 +0000 (GMT) Received: from w1001.widhost.net (w1001.widhost.net [209.235.192.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD4C43D3F for ; Tue, 1 Feb 2005 10:54:27 +0000 (GMT) (envelope-from filippo@widestore.net) Received: from mx0.hq.widestore.net (mx0.hq.widestore.net [212.97.46.42]) by w1001.widhost.net (Postfix) with ESMTP id 5A6CB22AC6 for ; Tue, 1 Feb 2005 05:54:26 -0500 (EST) Received: from cagnina.hq.widestore.net (cagnina.hq.widestore.net [192.168.1.1]) by mx0.hq.widestore.net (Postfix) with ESMTP id B91C0A6 for ; Tue, 1 Feb 2005 11:54:11 +0100 (CET) Message-Id: <1107255251.0@cagnina.hq.widestore.net> Date: Tue, 1 Feb 2005 11:54:11 +0100 From: "Filippo Natali" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.3 Subject: ports/76949: [MAINTAINER UPDATE] net/whois to 4.7.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, 01 Feb 2005 11:00:44 -0000 >Number: 76949 >Category: ports >Synopsis: [MAINTAINER UPDATE] net/whois to 4.7.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: Tue Feb 01 11:00:39 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Filippo Natali >Release: FreeBSD 5.3-STABLE i386 >Organization: Widestore srl >Environment: System: FreeBSD 5.3-STABLE #0: Thu Jan 13 12:15:26 CET 2005 filippo@cagnina.hq.widestore.net:/usr/obj/usr/src/sys/CAGNINA >Description: Update net/whois to 4.7.0 >From changelog: * Updated the .af, .ar, .cf, .dm, .ec, .es, .ga, .gu, .ky, .lt, .sb, .wf and .yt TLD servers. * Updated the IPv6 allocations and added support for a generic list of IPv6 prefixes. * Updated the IPv4 allocations. >How-To-Repeat: >Fix: --- whois-20050201.diff begins here --- diff -Nru /usr/ports/net/whois/Makefile whois/Makefile --- /usr/ports/net/whois/Makefile Wed Dec 29 11:05:09 2004 +++ whois/Makefile Tue Feb 1 11:49:43 2005 @@ -6,7 +6,7 @@ # PORTNAME= whois -PORTVERSION= 4.6.26 +PORTVERSION= 4.7.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} diff -Nru /usr/ports/net/whois/distinfo whois/distinfo --- /usr/ports/net/whois/distinfo Wed Dec 29 11:05:09 2004 +++ whois/distinfo Tue Feb 1 11:50:03 2005 @@ -1,2 +1,2 @@ -MD5 (whois_4.6.26.tar.gz) = f9eb884328fc7e49a9751389e7d1de71 -SIZE (whois_4.6.26.tar.gz) = 52053 +MD5 (whois_4.7.0.tar.gz) = 3a45f6db36bd64df938bc735f53d78f6 +SIZE (whois_4.7.0.tar.gz) = 52697 --- whois-20050201.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 11:12:30 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E490516A4CE; Tue, 1 Feb 2005 11:12:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B956D43D1D; Tue, 1 Feb 2005 11:12:30 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11BCUAN054984; Tue, 1 Feb 2005 11:12:30 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11BCUCQ054980; Tue, 1 Feb 2005 11:12:30 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 11:12:30 GMT From: Volker Stolz Message-Id: <200502011112.j11BCUCQ054980@freefall.freebsd.org> To: oss-freebsd-ports@technorama.net, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/75824: [patch] net/jabberd: rc.d/jabberd.sh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 11:12:31 -0000 Synopsis: [patch] net/jabberd: rc.d/jabberd.sh State-Changed-From-To: feedback->closed State-Changed-By: vs State-Changed-When: Tue Feb 1 11:11:14 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=75824 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 11:30:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E178216A4CF for ; Tue, 1 Feb 2005 11:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEEF143D5D for ; Tue, 1 Feb 2005 11:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11BUMUB055559 for ; Tue, 1 Feb 2005 11:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11BUMvU055556; Tue, 1 Feb 2005 11:30:22 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 11:30:22 GMT Resent-Message-Id: <200502011130.j11BUMvU055556@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ulrich Spoerlein Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5C3316A4CE for ; Tue, 1 Feb 2005 11:22:02 +0000 (GMT) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1935C43D31 for ; Tue, 1 Feb 2005 11:22:02 +0000 (GMT) (envelope-from q@uni.de) Received: from wrzx30.rz.uni-wuerzburg.de (wrzx30.rz.uni-wuerzburg.de [132.187.1.30]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id D6E22D8561; Tue, 1 Feb 2005 12:22:00 +0100 (CET) Received: from virusscan (localhost [127.0.0.1]) by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP id B9A4C9336E; Tue, 1 Feb 2005 12:22:00 +0100 (CET) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP id A77A293322; Tue, 1 Feb 2005 12:22:00 +0100 (CET) Received: from coyote.q.local (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 68F4CD8561; Tue, 1 Feb 2005 12:21:55 +0100 (CET) Received: from roadrunner.q.local (roadrunner.q.local [192.168.0.148]) by coyote.q.local (8.13.1/8.13.1) with ESMTP id j11BLthe069708; Tue, 1 Feb 2005 12:21:55 +0100 (CET) (envelope-from q@roadrunner.q.local) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.1/8.13.1) with ESMTP id j11BLo12008985; Tue, 1 Feb 2005 12:21:50 +0100 (CET) (envelope-from q@roadrunner.q.local) Received: (from q@localhost) by roadrunner.q.local (8.13.1/8.13.1/Submit) id j11BLkFR008982; Tue, 1 Feb 2005 12:21:46 +0100 (CET) (envelope-from q) Message-Id: <200502011121.j11BLkFR008982@roadrunner.q.local> Date: Tue, 1 Feb 2005 12:21:46 +0100 (CET) From: Ulrich Spoerlein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: mek@mek.uz.ua Subject: ports/76951: [PATCH] games/pvpgn: Unbreak INDEX / make describe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 11:30:25 -0000 >Number: 76951 >Category: ports >Synopsis: [PATCH] games/pvpgn: Unbreak INDEX / make describe >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 Feb 01 11:30:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD roadrunner 5.3-STABLE FreeBSD 5.3-STABLE #9: Thu Dec 16 18:33:14 CET 2004 >Description: Forgotten dependancy after the Postgresql Update/Removal Port maintainer (mek@mek.uz.ua) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: cd /usr/ports/games/pvpgn && make -DWITH_PGSQL describe >Fix: --- pvpgn-1.7.4_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/pvpgn/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 24 Jan 2005 15:48:44 -0000 1.2 +++ Makefile 1 Feb 2005 10:57:49 -0000 @@ -55,8 +55,7 @@ .endif .if defined(WITH_PGSQL) -POSTGRESQL_PORT?= databases/postgresql7 -LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} +USE_PGSQL= yes CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE} .endif --- pvpgn-1.7.4_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 11:30:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 625DE16A4CE for ; Tue, 1 Feb 2005 11:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C82C43D62 for ; Tue, 1 Feb 2005 11:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11BUO3Y055631 for ; Tue, 1 Feb 2005 11:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11BUODm055630; Tue, 1 Feb 2005 11:30:24 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 11:30:24 GMT Resent-Message-Id: <200502011130.j11BUODm055630@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Choe, Cheng-Dae" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D0B316A4CE for ; Tue, 1 Feb 2005 11:29:50 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3946643D1F for ; Tue, 1 Feb 2005 11:29:50 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j11BTo3o010868 for ; Tue, 1 Feb 2005 11:29:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j11BToma010867; Tue, 1 Feb 2005 11:29:50 GMT (envelope-from nobody) Message-Id: <200502011129.j11BToma010867@www.freebsd.org> Date: Tue, 1 Feb 2005 11:29:50 GMT From: "Choe, Cheng-Dae" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76952: [MAINTAINER] databases/py-sqlobject: [PATCH] fix DateTime bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 11:30:25 -0000 >Number: 76952 >Category: ports >Synopsis: [MAINTAINER] databases/py-sqlobject: [PATCH] fix DateTime bug >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 11:30:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: "Choe, Cheng-Dae" >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD comdongin.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Wed Jan 26 05:08:35 KST 2005 >Description: - sqlobject v0.6.1 has bug in usage DateTime column. Ths pr fix this problem. This patch was applied in repository but It's wonder when bugfix will be released. I write this pr because it's a serious problem using sqlobject. - see http://sourceforge.net/mailarchive/message.php?msg_id=10704546 >How-To-Repeat: - install databases/py-sqloject - try code below import psycopg from sqlobject import * conn = connectionForURI('postgres://%s@/%s' % ('whitekid', 'whitekid') ) class Test(SQLObject): _connection = conn timestamp = DateTimeCol( default=sqlbuilder.func.NOW() ) try: Test.createTable() except psycopg.ProgrammingError, e: pass Test() >Fix: diff -ruN py-sqlobject.orig/Makefile py-sqlobject/Makefile --- py-sqlobject.orig/Makefile Sat Jan 29 08:50:47 2005 +++ py-sqlobject/Makefile Tue Feb 1 19:46:38 2005 @@ -7,11 +7,15 @@ PORTNAME= sqlobject PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SQLObject-${PORTVERSION} + +PATCH_SITES= http://www.comdongin.com/ +PATCHFILES= sqlobject-0.6.1.patch MAINTAINER= whitekid@gmail.com COMMENT= A python object for manipulation with SQL table row diff -ruN py-sqlobject.orig/distinfo py-sqlobject/distinfo --- py-sqlobject.orig/distinfo Sat Jan 29 08:50:47 2005 +++ py-sqlobject/distinfo Tue Feb 1 19:51:29 2005 @@ -1,2 +1,4 @@ MD5 (SQLObject-0.6.1.tar.gz) = 0dbb6ea429aa40eee734751ad48fbfbb SIZE (SQLObject-0.6.1.tar.gz) = 147871 +MD5 (sqlobject-0.6.1.patch) = 9be5cf6a70fd8acd4ea7eab17f4bf06b +SIZE (sqlobject-0.6.1.patch) = 1829 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 11:40:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C670616A4DE for ; Tue, 1 Feb 2005 11:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7422643D3F for ; Tue, 1 Feb 2005 11:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11BeRbn056602 for ; Tue, 1 Feb 2005 11:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11BeRPi056601; Tue, 1 Feb 2005 11:40:27 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 11:40:27 GMT Resent-Message-Id: <200502011140.j11BeRPi056601@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Filippo Natali" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B583816A4CF for ; Tue, 1 Feb 2005 11:38:44 +0000 (GMT) Received: from w1001.widhost.net (w1001.widhost.net [209.235.192.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F32543D48 for ; Tue, 1 Feb 2005 11:38:44 +0000 (GMT) (envelope-from filippo@widestore.net) Received: from mx0.hq.widestore.net (mx0.hq.widestore.net [212.97.46.42]) by w1001.widhost.net (Postfix) with ESMTP id AB0AC22B2C for ; Tue, 1 Feb 2005 06:38:43 -0500 (EST) Received: from cagnina.hq.widestore.net (cagnina.hq.widestore.net [192.168.1.1]) by mx0.hq.widestore.net (Postfix) with ESMTP id 055AD58 for ; Tue, 1 Feb 2005 12:38:18 +0100 (CET) Message-Id: <1107257897.0@cagnina.hq.widestore.net> Date: Tue, 1 Feb 2005 12:38:17 +0100 From: "Filippo Natali" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.3 Subject: ports/76953: [MAINTAINER UPDATE] update misc/xfce4-weather-plugin 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: Tue, 01 Feb 2005 11:40:28 -0000 >Number: 76953 >Category: ports >Synopsis: [MAINTAINER UPDATE] update misc/xfce4-weather-plugin 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: Tue Feb 01 11:40:27 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Filippo Natali >Release: FreeBSD 5.3-STABLE i386 >Organization: Widestore srl >Environment: System: FreeBSD 5.3-STABLE #0: Thu Jan 13 12:15:26 CET 2005 filippo@cagnina.hq.widestore.net:/usr/obj/usr/src/sys/CAGNINA >Description: Update xfce4-weather-plugin 0.4.1, which fixes weather data files creation with xfce 4.2.0 Noticed by: Maxime Henrion >How-To-Repeat: >Fix: --- xfce4-weather-plugin-20050201.diff begins here --- diff -Nru /usr/ports/misc/xfce4-weather-plugin/Makefile xfce4-weather-plugin/Makefile --- /usr/ports/misc/xfce4-weather-plugin/Makefile Tue Feb 1 11:46:40 2005 +++ xfce4-weather-plugin/Makefile Tue Feb 1 11:56:08 2005 @@ -6,7 +6,7 @@ # PORTNAME= xfce4-weather-plugin -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= misc xfce MASTER_SITES= http://download.berlios.de/xfce-goodies/ diff -Nru /usr/ports/misc/xfce4-weather-plugin/distinfo xfce4-weather-plugin/distinfo --- /usr/ports/misc/xfce4-weather-plugin/distinfo Tue Feb 1 11:46:40 2005 +++ xfce4-weather-plugin/distinfo Tue Feb 1 12:00:34 2005 @@ -1,2 +1,2 @@ -MD5 (xfce4-weather-plugin-0.4.0.tar.gz) = 18f7171b73ad264671c472f6e0d3d251 -SIZE (xfce4-weather-plugin-0.4.0.tar.gz) = 654534 +MD5 (xfce4-weather-plugin-0.4.1.tar.gz) = 358ccd8d97567bb909b3e8d3bde0b4bb +SIZE (xfce4-weather-plugin-0.4.1.tar.gz) = 636258 --- xfce4-weather-plugin-20050201.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 12:00:42 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A50216A51E for ; Tue, 1 Feb 2005 12:00:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB4743D31 for ; Tue, 1 Feb 2005 12:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11C0a7f057335 for ; Tue, 1 Feb 2005 12:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11C0ahC057322; Tue, 1 Feb 2005 12:00:36 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 12:00:36 GMT Resent-Message-Id: <200502011200.j11C0ahC057322@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cyril Guibourg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B55E16A4CE for ; Tue, 1 Feb 2005 11:51:56 +0000 (GMT) Received: from sulfateuse.babasse.net (sulfateuse.babasse.net [213.41.169.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1255843D49 for ; Tue, 1 Feb 2005 11:51:46 +0000 (GMT) (envelope-from aragorn+ports@teaser.fr) Received: from blackbox.babasse.net (sulfateuse.babasse.net [192.168.254.129]) j11Bpih6076952 for ; Tue, 1 Feb 2005 12:51:44 +0100 (CET) (envelope-from aragorn+ports@teaser.fr) Received: from blackbox.babasse.net (localhost [127.0.0.1]) j11BphNv076948 for ; Tue, 1 Feb 2005 12:51:43 +0100 (CET) (envelope-from aragorn+ports@teaser.fr) Received: (from cyril@localhost) by blackbox.babasse.net (8.12.11/8.12.11/Submit) id j11BphNV076947; Tue, 1 Feb 2005 12:51:43 +0100 (CET) (envelope-from aragorn+ports@teaser.fr) Message-Id: <200502011151.j11BphNV076947@blackbox.babasse.net> Date: Tue, 1 Feb 2005 12:51:43 +0100 (CET) From: Cyril Guibourg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76954: [NEW PORT] mail/milter-greylist-devel: Easy-to-use greylist milter for sendmail (development) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 12:00:42 -0000 >Number: 76954 >Category: ports >Synopsis: [NEW PORT] mail/milter-greylist-devel: Easy-to-use greylist milter for sendmail (development) >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 Feb 01 12:00:35 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Cyril Guibourg >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD blackbox.babasse.net 4.10-RELEASE FreeBSD 4.10-RELEASE #4: Fri May 28 22:10:50 CEST 2004 >Description: This is a port of Emmanuel Dreyfus' milter-greylist. Grey listing is a wonderful spam filtering technique, which uses a behavior trick: spammers never resend a message when they get a temporary error, whereas real MTA do. The idea is to refuse any mail on first attempt, and accept it after some time has elapsed. milter-greylist is a stand-alone milter written in C that implement grey listing. WWW: http://hcpnet.free.fr/milter-greylist/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: begin 644 milter-greylist-devel-1.7.5.shar M(R!4:&ES(&ES(&$@2!Y;W4@86YD"B,@:&%V92!D969A=6QT('!E M6QI6QI6QI"`M(&UI;'1E6QI6QI6QI6QI6QI6QI6QI MVUI;'1E M6QIVUI M;'1E6QI6QI6QI6QI6QI6QI#T)"4!P M&5C7W!R969I>$`*6"!365-#3TY& M1$E2/0E`"`M(&UI;'1E6QI6QI M2UT;RUU6QI6QI M65S M"EA20U]30U))4%137U-50CT)4%)%1DE8/21[4%)%1DE8?2!20U]354)2/21[ M4D-?4U5"4GT*6`I8<&]S="UE>'1R86-T.@I8"4`D>U-%1'T))'M20U]30U)) M4%137U-50CI3+R0O(6TU+1$E2?2`D M>U!2149)6'TO971C+VUA:6P*6`E`)'M)3E-404Q,7U!23T=204U]("1[5U)+ M4U)#?2]M:6QT97(M9W)E>6QITE.4U1! M3$Q?34%.?2`D>U=22U-20WTO9W)E>6QITE.4U1!3$Q?34%.?2`D>U=22U-20WTO;6EL=&5R+6=R M97EL:7-T+C@@)'M04D5&25A]+VUA;B]M86XX"E@)0"1[24Y35$%,3%]$051! M?2`D>U=22U-20WTO9W)E>6QIU!2149)6'TO971C M+VUA:6PO9W)E>6QIU!2149)6'TO971C M+W)C+F0O"E@*6'!O6QI6QITU+1$E2?2`D M>T1/0U-$25)]"E@)0"1[34M$25)]("1[15A!35!,15-$25)]"E@)0"1[24Y3 M5$%,3%]$051!?2`D>U=22U-20WTO4D5!1$U%("1[1$]#4T1)4GT*6`E`)'M) M3E-404Q,7T1!5$%]("1[5U)+4U)#?2]G"`M(&UI;'1EBD@/2!B,&8P M8F0T,&$W.3EB-CBD@/2`Q,3,P,S$*14Y$+6]F+6UI;'1E6QI6"\O)R`^;6EL=&5R+6=R97EL:7-T M+61E=F5L+W!K9RUD97-C6QI2!E0I8;&ES=&EN9RX*6`I85U=7.B!H='1P.B\O:&-P;F5T+F9R964N M9G(O;6EL=&5R+6=R97EL:7-T+PI%3D0M;V8M;6EL=&5R+6=R97EL:7-T+61E M=F5L+W!K9RUD97-C<@IE8VAO('@@+2!M:6QT97(M9W)E>6QI6QI6QIU!2149)6'TO971C+VUA:6P*6"`@("`@9&ER96-T;W)Y+B!#;W!Y M(&%N9"!E9&ET(&ET('1O('-U:70@>6]UT1/0U-$25)] M+U)%041-12!F;W(@;W!E6QI6QI6QI6QI&5C(%L@+68@ M+W9A6QI6QI6QIB`\/"`G14Y$+6]F+6UI;'1E6QI+,K(A@[R46+"_8HL02C2518R<*6$KLW1BC(I;82RR)!47?G065!79W MWO<__W/N?>><^ZYX](I*C%!HTS0J+W^OL;C\W@2D!1"CVX@-5J$0B$H0"')\O%/*]()[7.VAVDH()"/)",@D3[@:7 M8<0PW.L_KD4@5K,9LU!0C[AH;;?$I'BY1IND[*52JQ(3PO@1%!O%!F,XF\\)Y8A9;R@2DU31JH0P,VS"N35V`-`,%.+:28*+ M6Q$8W-O2#2AF@PA$2]IU!"`4\M_R*90]*BC)3-).F7"26P%DF6$+%_R(N:\? MP$&L%CU'S#$,?=L_7B$.0_4(7P8C,K&,QT-$X!,F%`A12:B8CXA$/)[^-9.T MJL4<:34NL0X0R?0BF1X3(0)$)I7J,#V"PB*>1*;3HS`KPF[!AF`(1)@AMA[R M5]#$7`2FJIGI3N=XK`NB&JQTKZ7)="9+587SN'BH2"@3\5&4#_-YL$"BEZ(B M'29&>'J>D`_K819&(5S'JCJ;2L)F&XXY+--7 MD&)#'$,C73`[3<._./X(Q\)R'8N2CIH(B&V#N(-AHOH2E0/I8"%I-&*T9E@@ MTFPF774`;,!A/$R+,\S]0-_XH<-/W[]G^@#*VZ__-#A>_W M_W?1E#"9R::L;#OP^C4II!.6G'<$@!TH'> M3@96+?XY+%8T^`C1GTT60WGO#*L%Q0B]'8=(&VP&FR7=A=92&&*TF`;9L1`H MPVA"C!#(-'0''6:$!YNL!(LB3$AZF*.;&2-(R`+R#`$1&)UY`,Z,D21LP$!G M>HLV@N<:,`I8R"G,#"R&B4P((P@K$<("``*#2=`3QJ%XC1Q"K1Q(8\0@$XK! MM)&4%>CT=**#+9F0(ZE9+SH.D%9R` M*!/X903\&`[;0(D!9J%JG>*8".!.%I0-XU;+ZU,3E$&8`#VH32Q0%!@"#)!T MT>6H&>G.K(J9!)2]>_<.@XP490OC/&WQK_(I?Q+^#1,5\E_L42R?OX?Q?-%_+K!C:82+4";,$$4AZY]$&4"T3E MGLX!QU3!<'M*.8LTELKW^,FW9O.(-!Q\9L[NHDY8%?C M"9UDCB0&6ZK)*N3"&A453W,CJG)+FBA,2QM4K9_#IAH?`N,V(\RFZPP=B=:( M<*#LE-6EL@8[W8A=4KG`FX12R;NRS_7T.OL(<``4IN`J(OK]5&41O>`.QRWW MU\KKC\`4GU7#8X!]#(/>MR# MWE)57\DSJ\TW<%6W\PWT`@]ZH0>]R(->[$$O\:`/]:"7>M#+/.AQ#WJ+ATSB MV)$L;[W?5:9@Z/Y\V&JGWFF(O-D\6`P2*YW$_\7-[)W'W#L8D.POXF'B7`-A M9]+WJ?5]:OWO2:U.T^PL%[B0"UW(12[D8A=RB0MYJ`NYU(5^*KVG4O,D/=C8`P6&2Q$@F&=)$(C7)+;AS M[RAW*P'KM:GR2D4L[@;`VM@='':M2>T9A=B2VASM8NE4;ET3#XI+J>UJI-2&1(ZPQU2VO#M3VZ M,ULO&Z6-9)B"`+2'YG\$=6LL8=4F)3(SEK!KDY(9U-"O<5*)Q#/L]9/%GJ$5 M;R?<_:]FNE8=QVPP)*Y5JQA"!VO5#)VZ"EC4[:`H0JMYN_9N3[GV=&VRG-E4 ME4,=4Y7L#C?4J(U*H%-:5()G6'0D7\H3\I@`XSR`-+TYD2:#F,&IDS28:SQO MD^E8C?(AU>'@PN&\_Q+R7]#<_"'5W_']G\K?^ZNX@JPCYKW]_H]$"/`BB>!= M__T?_8;.Z[_O^S_MIS1P7+UK_]"WC#PGF?5RX8BZU_*/^-W;1^%[3;>V;UT9 MPN>7])ZKZ9DP+_?(^4:39NR9UYXE/]O3>F_$3D,K+^7^G)/;YZ>O6*ORGE)< M=&]#^Y%E):^N/=OY*OZ%ST^_Z%)6Q<^[<>"K5L\*6'?>^GPR^>IR9+\=F:3] M\;47=RX;!KU\67JWZ,^?E^U#TZ9?-8P?VFGT MU)]6:OZ09_9,;_=+O+K@RL:@.;VN?CVY;/P^1=&`Q=WU]CDMML[(#!FX1I'3 MJ/^IJ_T>S$_).4CXME3FWIPV)';5G*#8ER-Z]NX>T.DR.O.0_P[+558SZ;U'*I-6]#_USE M>:S1MT?4N>@J-'[2E.NK!^R?F]JVTPSQVH(+KYJ'%C:X%5-4M..()DVU.<-P M9JYW[=@S<=AFC[R4YFI>P?&]=MSJ^>RHC9YAR3UXQ>:XJV[8Q1?-SMYM%@%W7\^1%#: MXO&8'Y]>[[K]@[0=0_VW[0Y_^;S#Z)*?9D&3]Q@[%&Y_`#4N[>XM#"R^)&J< M-ZW!A/R"85W;#K\S?[/XF M],;X#'E)_59]4NI\-?J21K&YN&!DJWL7$JWRJP%><<7SY0.,D6N'2QL./=ET M5L,)CR/')NUI-9%Z=)Q_YVO"Q>U&3%DY,1V6V_*%VJ"VA>=U8BS)WX,KEQ MMZ5/FUT.9X7U,9W%ZD748Q4:J`E<_GO8T^Y.+96-/-6BX8M9:=8)HX=A\4U;0Z873 M`D[.W:%KG=UV;/LQ,'?Q.M^\/V13O7>K,C[L)@I8$AT<<4]W-ZM7K;L^6X0[ M-^'K=S\/*FR6=^Y5G;!A!K:H5DN?<:=3^WR1WW=[DWH;NNQL/Z5SRN2#CYHB MX6F:[:,4_3)?-GCILV;/=UGU^[;1;Z]]/Z!E2DYA06)Q_(7+1)_7W_O&BY("!NI!UOT=4T82H3N.C+X8O4>2L4=O9LQ>L M&YDM&X4D7&QRK'FS@8\TL_F[V\<<>]'/.^>`?]2">I%7/Q'&]?XPJ&X(K)AU M63M1&F/:U:\A-4-A34-%1WV'/ET0\LB[)'O0K`,O1MTT-@U]7#M^:)+IEN_J MAXIL<4'LJ(CO[QM7+SCZ\[S(-A/V-E[@EWPXKT.(=V*M?75^S\MIUM9;D+20K@>+/HS1GQ;L#]H=)\@_[I9%W\('MLK.3\\;\"E+FMR8A\, M9JUKM&AC^+)`=EI&UICF+1OY(1WJ3`NZ$YF57TLQ<\.I>BND<<3DVNN]YV9M M_"WU\*RB\2TF]"\]W53%:]!$#*T>>V7:\Q^Z3HWP'_]9Q)"C/VI6Y'8_<3?K MQ/"&VV[7"2Y^SOIBZB]IH88?4C_8I:L[[G[3VP&ZS.&;]WQSBNRF*YS4L,Z] M[>H9O6>_.!^T_[#@_(#Q8S^3%P0,[?B@%[0M4EN:^N6X78MNW%\W:&9/"]RN M)39SINQ!E$S;N_#)MHG34@\N\U[78#&/^G+3H36;5+-7S#F@3/KXAX`#+']^ MZX.!/BF!,WJ'3VGM8;8JZ>>+0[ML^BSYM.UTMS-Y[3;1Z4]-NJ M>P2]J_D=?20![28: MDKH^O=QKSH$CO4K\MHLB@I8U.1M<;'SPXG+@JR9E68]?WICQ%??%HXS?R^(: M;QN2A9_Z\\^MK>;=79_M4_^^)H'?^?*=AZ-33K0QRA_W;'.I78GD\O$C"Q=J M=W3]_%[QVN3A'0FIB47/$0CHA;WGPY;J8]]'ETXB?1 MH^\>7].RU;-.M@9+^5MJGXWKLR4X[J$E_>NSK7VW!J^Q[CB>$:#'A^W=MS'V M^QF;-BW]]-O40WZ_IA7L-^H60__(?9C?K.[5;VPE.U2#?N6GGFMX?0.%2VZO MWK?W2"JGZ<>S_RPZ/>!"Q_7&U/D#YW<0)W>/7)T7/O*S:)^Y>^[X^#^]QNJ[ M='_[)4M\[[/6+??R'FI/M1M#BJ;C_8T+>=DM&Y^9.L+4P:2=,:B3=NI4Z8*1 M61N/3:LW^:$<&G7X[MR/U_!/3I]])KVYK->RG`<>+1-,/]H.YX_Y#GLX,1BZ*C"HX!#IO4?X MS&/-94&S2Z>/G7?.*&>L M-V>W+\QO7/?`H?%QW:XEL6^W>#:G=%-`RZ"7'Y_Y_'[!*9GP:L=3P>,DQ_;O M:ECWQ_#.#XJ^\XD]>G7>BR]LUS^(G7MZ(@Y?^^YTG'04?/"?0J=ZXJ1]2*=_LO<><%$=7V^)6+,$$VL4E;C_<\[< MNWMW06.>YWW>W_=]_X?+[)UZYLR9,S-GYLR=61[NM;*N8D:["EA%(__K#4GI`2[#KDWIN:B6==^*%;J\=GTT<.^OOIO:N*PPM%J9]H56<6^W M:^`9Y>Q+0:.O?75F67-%G-.0PI&KFKQH=':V_SFKA-/WHS:L;'YBY,R++EG2 MZ;_ON73WS/K^T=]XR_?#/C_A^7YV_[95>_V=WZCI1$7?M^:;Y2O7QZK.'=LC7WZ];4 MU+FVH%V_-L6_J[1?;+BH7M'F\*KNJSKEY*[I5]1O<:NAC\)G2(9=GS]S3X.9 M\3,.W7C4M<&%9W%3M3/I3OCYXVI?E MMCFU/%,KM$;AF?G?MWA0]?M3\=4N-7F1Z#^ZT3=7<@L[?K%U2/^PF3VUCHH. MNUU:5ZTZN/[)8[/F']!_O65NXSN;SIZHT3RX^]J0WXL6.[TJL?]VX8QJ&T8I M-NAVAG0>&[/]\-5^)P?'Y,_K-M-C;L5GMU?WZU=[T8RW?[2N,OZS5_N47YV+ M5'S9=.+BRE.K[[WP_6G;WQ(.]Z[V?$1/[U[6ETXO_[[UKP\6'@[9%C&]1\Z- MZ9(GDC];]AQ;_=*/\[ZZ>&=1TOV-/]:+&N,D.5R[WO*G[_/V+EN<,.7>G(TV M/25;EX6\Z+GZE^I?;W]T^DIPT+7WPU2M:_^Z=>F(D!/5VH0^6IVX(?RDYZGL M):V']QX;$SCIYMX]N_8L+^ANWV#SML^S^L[NI3^;')5*2BZ]V_BS MI&;*+TNB\K>]7C]X\Z\+MFTL>J'[ZF;W9IG+/6\<= MMRV:X]=Z1ERWLQ.ZU59L&KYWR.;/QVQO[=IT]9*3CZ:!I M+H=/^QUKO'IYE<6V+3?O^+GKQ!,5UAU*";]P\&#M>I)6":D!3^:]+=?G^VT[ MBL8?W3JG7X]:I]L373;J-]3 M]MVP>:>BV]N\`XLBCOW!G9KD]]/WMOW:?79Y[Y_GR[^-SEYY\4;-NX=5O5=% M#MO6<&',_66R&94\_'K,[[%^^FC-Z&O*N8[Z?OGM@KM63_>;?")E\+J`F^-/ M5CKUV<&JF[6>/S]ZO/K(E)Z2\5_T[I@6+'/MTS3HP2^>#AW7-9B?GGF]E7.U MK#X;K9;M/]YF<77ME:\J__I;IL/6&A?W7JCU9_S,[+6#-_?O8RL/ZI%0^5SZ M[.W!]1+.-?\MRDIZI;7MI=B750_]I)_;98AN9F&#*IM:G*J]K[IKO?.3'ZS8 M_EV/2_5G/#Q^='$WC[J]UMY]>K_RE+J_7U3-=PBWSOGS_:W"+M=6KLZS6_KE MGO5UAO>HZ3'"BQLTZF;?9O>7K=Z M/MM^+W5LLF]!W._?58IZM:>P6L2=NW?*?=?YQPM76O]<84"XH]V[<5-\G4*/ MS_1ILKA]-.36;Z,\8]<.N_U':-;LN*7[[#IV/C_H1*,KEX]O M3;C=,/#,=W.>-\]0_KS0ZV??8FO/)?T>!_LZW];V+5K\KMN>YE=W3KP^W3_* MI63[C:+5K;\)Z[#-9UK#E\WW?#TK./MFOY_&5$Q>.M[3HT5"@Q->*WSM[-_Z M!2=WT`\)?M'WPM;@YFM>C-4G'^H[_.N_X@W7+US;XWHU6ZNY_>0K1=]?KPX\ M9-WA7-B#5V>Z[4L*6-C2][.A7[?IM/3RVA2=_[S9=[ZU*OEQ8LW-O9SSCSNT MBY[69^>*H^H_!PSJ7;VW_=%I@0[K'/S3?]Y0G#M5MF/-AH@Z/URIO^C'U?K= MA-8<*)U;_G:3P=&%?T8W_+'VJ0G;[H54E#:U<7M8;?;8)-J=MN?8[N5_[OAJY-U1NCL/_OJN7$/UU1OQ59(Z>E[J;%_X<,.)BALJ M?_^Z("_N2F5U?*5.^RL]/1?7N=GX)WN.O"^4.Y>[=V3YN[[2@[],6[8G:UB; MG'UM_=NV6>GCOVM*[KIQEPM3%_>N-N7MYTVG3SNZ>NRYJ_/'AYYK7/FAH-I<5/CO=NLJKDP M_-R`,PG2`WL^OW:EQJ)!CV_D=@].>'S#ZE+H8:?^8W8>SSZY^LRHRIV\=U1I MU43BTO_XLR,--DI:WQK8M.^^&Z_LWHQU'?>S8M+A03*I:K"KTU";+;:G>E7* M^VJ:ZV>J6:$C3HV_L+)Y4<*5@A$-:X0E#`QKL/)DQ*ZL%2,]OE^_-\\A,++/ MN"KM&O[R<_VSON/;!3WK&V?WUOU1]^]ZWVB5>[W&ESM_;9/J$-ZA:JN2I\MF M'9_8UW/P\]U^+E_.OO%=Y<W>?>.M&WQYQ^X>6-!X?YC/[>+W>9W9[O-ZW;*3WS82O%KM<[C'JT6V? MR%>/*MQ2/-M?Y_L_D]^=/)\XZ[1+!57KEEVG7=U28?N-+5&',S+TRNS&-;Z) M#?,=^,45]?.D](N-*G:^>>NG6C?_>!9YZ8LG#_>]7[-]Z!9]V]?E=^K3+K=> MUKG:VF7UECI-5S1.[E&CYX2Q#P=XM9P6M__'R#.%3OM^&&;M^_4UAQ6OUR7] M%/Q[3-'UAJZG@D8=K3GDY\MA>SNU_OW@K+XCPFOM&IT:VJ_:8/=N\VH55FT\ M^=V2FP=V5^LY^'COZYJJ+WP;IMU+O#C_2'I(D_X78^^-='XU9.'][MM^J#0B MK\X4GS3#\>+#UV]5T.0L#4^YL/#&YV$=(GQ\VH_]ONF#F>?FGFDYX/K"L7>6 MO![E]F)'2.R5?/>0`8''-D<=N['*]=PI_XXCW6+OKE+.*OC6Z\Z&V/Z.K\XO M&]2V_*W%@],O+?GNPY%S;J=WM_\Y]N];NS?W"FCGS3*;L7V'SQEY_Y8 MTCA^>_RN&]^XW@QZ]FC+[IA*8V=IMNNC%TS:F[P]R2E95G5\]AQ0W>S`^SO5/UA:'1FCJOM^8^.7IC[W=SCY5(*EP8EG_FZK0'/[26 MO_(^>/6[QH_F%CYK.OM=ZL!R=BL''*N\M&7NN0Z4, MJXL5%MWHD+][?P_/\+'O#E4\_FA6G\]=OUIRUO9FPK?[Z_3:[L,YM9E?>=3# MKXY$_W38^=6"`VULW?>U6GUYX-IKO3+NNLW\XM#RMG8AKR_T;K[EWM#CR6\/ M[CB_X%T[Q]F%IR;VL-US>&`-EZ9VSI):?AL6ORU:HE_8]NVM:IIK:SJ7_/7@ MYLK\E7N_K[FE.*G&T[<#1Z_K4NWG_4VV%E6+>IG4L7;XYN*E=V[;+:J[*;KG MK08M&ZW9[;AUV-N32ZI%;@A-_"[^_=5)KLEK5+.3?V[O>VU$Z/IV58^J)OVX M-Z!:M-_(>RU6)ORP?$['DU[5FVY=V;9*Q/.E;5_\\<><;Z>N[W%U<=*M!W6C M!FQ(;%H\?*LK8=^_49?MVI4=HZVUW?'F]PJJ5^^=?^AX>]SOX^L.G"D5^MK8;V_'W-F M]N6`PB97LB9?4Q=?N5-Q2^JJ[K]]=?35ST,FV3WL,RJ\7XMW:P?U[];\6*62 M<=\_S!K?MN^-D)>AE7;U;=8]0-;[XJ!OJ]9(&5K^S[!#GF,5*[K]]4B1$G[X M1(>K)^VN'MCN;IC43)(XP*WPO$_&;?FUWOUZ+>Q[]O'>#J_T-5K)JK5R/RZ? M67/1^)G-9;)A%R2I!7W>>8T[NLF^PQ"_+JW6W2[Z9)1;-Z[^K^2O*X7*55LR]5WU?S1@-Y MWC87]QG/LL/Z-1H9^?NBP](.FXOKWGE_9UOQSKZUI_\AKU6G_:,[NCZON@:D M^#3H=%JBVSPGMWE*A08O6^1($W.<[L]>,Z#_E;=O'R<.J7%[T\MKOG]6F7]R MR??KENRH-6=:SW?5APQ:=B%8/:/'WIZ=B+[AN[;C\SY.>0N;.3UUKIVN_*H9?_5CG]NOO-D2?/N M<^\_3J];XWJEW,YNU<_]]7QIT&O#F_#SAE_[W'/O^S;P@?_&>;MO.FE.;/_N MW9.Q;4==,CR,N'U@S(L_WIXY\^?O=XZ=>6?_8TK'VR6]'FQ5=B[>475B?:N> ML0,BRJ]J?>OSP8T6O#P_J,HC=1_%<.G*HN//]P?.KW!@1';?B$5+N[_KTJ#B MO,D_7MBX]JJB?NR7,XXW7U$Q^J?CC6;TB=B3^TA^=81;_MZ-VH2F&%^+GKYY[4#-G8K]_:VX6.]7[[;M.SV58K7%N\WG-]^FK7 ML%[V?GT+#PV^4J]XVM?O*Q9N:G;MNP'=%MU+B!FI[]=C>@_UPPVW+T3^XM93 M-G'&UJO:W^[.V#FY9R]U[R4#CZ7]D.=[=$]M+=2@B4_S1KX>=_E(V\& M[#,TCI\2OKWQO/G=OMJX&* MYT\[?;:H7+87AMZ'PW>D-Z\18OU6_WW MU?JMY\@W#L<:?/-SRV7E=*$%+\9YOFM9*[OAL\T3*PUW+BG9YM2S2_&[@5.6 M/=)YS#J66'_ER7'.V0V;3&I:,ZO0R_;^-]/7'GEVO]GB7UX?S<]?L_#L_.'. MO58VUK<7JK1JUO>3TN"T&""T\S\ MTZ.?[AK'S9M=OW.M<<[39C5Y62M8E[KKL>PN@P\O&.ZST.Z/_:UJ&K+J#WMX]WZ#);E3SK>; M4.+DONKA?2_'U]MN3.]Y.O9>ZK-!/G;WHXZ-#IEZL-KL4=>MUSW,E'&?.=E$ M?35T]JBC:V>L_2GUA]%+W%?=>#GG9+O3WPRS.]$V[W[#G46)IS8<<=MV;$2# MGJVBM[T^>BEH^@O9HBJUW&IF76WS3%6ETH*?-Q;L7=)R?IWQQWSVU>OR^J[: MZ>*/WBM?.AY;\57LENG#]SCZO>IC_71";+7<:?*E[ZYK3]9]U[=SQG"/MY74 M(4G;SUM/SVSS_,+A..<.HUOO6ESG99=O=X6WVTOW%L[/>*EI4>9+UWNZS M*BG'U!Z!/KU>+(A,G6_[=E(/AU];12U/:+*I^<7!O\UT.;ILW;8QSLM.]DB-?3WNXLK]_WSZA>7VI^]:1]U MTW[M7PX_UIO_^[2IRN5VBSH]ZF*[]]61][4O'#\=OJ[)@E>[VR\Y'ZVX_/G$ M,_TN?'/V3;]UO5LY]U,/^^G!P"N)\_HZV=>LTJ71UZT#'LZ9///5XOI#BBZ- MF3?JPK81\Y_(PJYW?_0^\'GP=W.25ASTF;$ANO_G4<_3MSK87W1*JF+WHOFN M)V]3HA:/Z'%M]8Y>9_M-=TD<7#M>/;73X!D]D\['K=^IJZ!P?M'_6$C-4^7& MYM3-?-6Y9?7Q.5,R8N>VNO=Z[>CTMWTW3IHRIG^MA(FG%EY\V7?OO,B\"U_> M&%KW\;.ZSUK_EI%]>$*#K5?+'6H^R+RZ]9,-NCNN5]QVQ:ST&8^: M[KQHNVO;UIE1RR=LCWMSH>8SF?\"^;[K%E5MT?_)/-7"E;\L2*QPJ^8VGQUV?5LI;@1Z#RW7 M1SOP7==,UX*=+2L^_38O<*U+;%K+":L2?CAUOM+)B0YA7P7.6OI9>LO=MZP9<:63B-]1DS_3#+]^("0ZM_5'G!IWO-N4[]?.J?=ZO6;FH^^[_KF M6:7/_*_/W_GHCZ%Y4L?0\<]V)RZ\/&'CR&,7-^5,G2.OTF=^VJ'I%P?\>L#: M;=#RPZZ5>K\>93-@J_OG*]M/Z_NJELWD@S'^W=;Z^5Z?.:B"/G;NE$J];FPJ MJ-95G[CQ^Q,[QS^[?+'IFVU>7WY6P;V9O?>@.16Y3DO&KU?M?IGJ9..VYNA4 M5?'G,QI:-0WOV^"K*H.V^24&7[N0/;*-=X^?L[^:$!#XR[93>[;HI?VW#3U2 MLTO,LCG[W*=_TR34+?R!=6A,^*3J/70#?#3A/W2LV+W<6IN44VO=OCR0>?.S M$?TBNA]/WW7<11[]8'SM9Y+),[]LOCMDL_9LC7T1CKX/-L? MPI:_.KGDUN?[*J[O_LV1ZUN560/^2OQL<(\GQQ^ZE!0.NO['[?&%W5\NW=RM MZZI6O9I4VM1Y?_E.Z1N^[ZIH&3FG?!UIC9@!#6XTW-QDT'/;M]UK!=1X4B$J M\K=6E2YXIN])W.,S:MM:^-%-^TEO5)N.P] M_>]2PV9>WI@?>V]FZJVU8 M3JTJ/ZQ]-7.E[9KPW^P2?YXU>_&]!S'E5=6.19EW3GUV([] M?^R^F?/&]HQ'_P/!W[KG_')RYL;IW_4[_.SW+FLCGW^V*K]+Y_26K>\E;`X? M,'SIR5[GNT1X'5WTQ:#1[CL.M#M>N_:L+^SS]R2=W^7XL$&D]^1'XUN?;Y.T M?N=7M?[XHJ"I2ZO/&]3>X-SU]Y8YG_^RV:;-PHB4@JH)H^_V]3M49>/D93/F MU'WC\M3NP$;EP2O?9EV=FA19,$.UXXEC^.G)M\=<>%";JS'J[DO'"_M^[?_* MUVEJ8"/]C-]V=MSSP.V,[+BO:M[;A-GRU%.*69O<7ZX/#1S[59"?_D>O&>\' MYGW5N&)),_OQSZ87O`]:-*?GW=_?SJA[*/.GS>]O[NS4+_Z:;(C:>9SO#Z'/ MMI:?,GCYLWO3G#LF?KMLAJYEAW(NDD6ZEW,6U.V^8L^0Q^Y#K%?*;,:-?CKS M"RNWA+FZV[7B>W]^2/[-N8U#&^T>^+A>:FS5T[:-XK?V#[#9?.?AB4XWOHW7 M3`I8;;%$&7N\]>6*TU^_"2\N%^GC=SJU4H-AO]9H.3+\T8-%[E9_7JWK>NGG M=?D M,]Q%;L;J4_%]GR646[UA_LG9#_+>^'@E;U06;FCUH^VUQUW6[;K?ZL7GP?O^ M>/G-M0++SY]N^],7>VR/@%S@YZKGCXV+O6N7,6OGFCZ3RCP,BAP7>VJ!Y<"I[=I<&7,99[N2N@#U< MYIC;JQOU^N.G=7TCFY?/5?ZPIZ)?@./RIJD55K[1?E?1>91OC1]3QDH\.]3\ M;%S*G?U%/TZ\TT;9?,RA*]U[+SW7(\FSO=7XXL][/K9E0F>JE>O MSQZVLBI1Z7(U0UJZ5%)&#NYC4[SLAZ)<_]_4?\R[9/.%^J="_;GBAYL-(TJ\ MJDS\ZYNHJ\4O[A[K6._]E(E6MS85+.[XZWSMKMWC[[P[,&BH4]'!/WO5F"+[ M<4&_[VK)OUK[_>(].UKXNHW<[&3W8&MN\IJ3C5]T+4C\*N_IB>JUW!*X72^4 M1[?U,JA[[?N\J&1!Q]#N>]KJ8D+?+%OS>X,CQU.U;PCMO7)[/O#^&C M;XV*?=:XN,NJ0'G3>6V/??TY5VM4>H>;23UF-JFTY/"+=D%MZK[,BW/79)RN M-&[?TD=U9U<9ZGNFYIR[Y>UB)G]YI]>VHSX'=KIWC,@Y[KQZQM)6BKY;.O[E M<+S]YC4.Y2_ M^(0.^FYBGNJG5G6XN9]OWG9[SMN5NF\'=YLPD#O9YE[/L"N!(;6;#'_Z^]&6 M7TQJ.62'2X4KSE=V#KU8[<3>K;Q/Z/=K:7-MB;WM[Z[N^=7X9Y M5`Z:^MVWG6[T6AUUYBGQ]P,.#KRK\\;>M5]Z%)51HYON]P9[9]HV8=ILQ23&W0O,GSSQ;=2&VRJ]MECTWI M5XY4K]/E_M>%KZO7O'2_8\'=GT?*SJW9^?2KYDG1LWKOD>\_JVOH7DM>'/)D M[L2H8U-<=KHO+>@75[E5B]8N&^Q&G/V\B?\EIR_RM[TS++%;^6SC*7G_R#5_ M?=G@^D#K03>GID[YK=.OO?[(G_G'SB>)#]O.Y=% M_;+]*^FF5X;A5O%!^CX#?=4ILC]JWOUUE*/[L0?5]M=W4GD^D!T>VO7@YFW3 M&O@=J=4#W_UKW!L$%!X8WK]G4>.ZFVS>WIM^^O&;YBR<\+[=R' M.7ZS<-S;-^^"LW_LMVA">OR4^(ES=Z]+?C_AUL1+!W^_4_+[O&VO]\T>O?)B MKZCK-53%=1(R.MUM<+1BBPVO?=;_=KBFO/+\S5_/[!50.VSI^>\+IUS\Z[,X M7<6.!:KN!_>.SQA;^#1T;V*/]?:-'[=TSZVW<'I\U)2MOZ^3G$F4_9XWN]=7 MJ[Y[4!SI:+-O:,.-K_>T#?XB7][:V67NDD9M^Z3OW)9^>.F>GMV'5JT_.72: MZ\&S^F=>'@&;FXZ>FC]FA6YYYMS$ZA=/N/2KU[SQSN;WARSN/^,NI[W[ZO2E M.2N^W&2]V7-SYH"0Y(I+QZ7)7SI)VM]\7W-IG2V1KFT.2%*#;4=O3'>W';;P MK&;JH9XY@\O?.#FRO?_:$VE[!R>?[/3E#TMSH@)&WEDU?L*3NS=_NM_#MEC6 M.7K7]MLUVV>F#RS^?D+("EA-_H(0WQFMXGQ_?Y#P^9?7AP4_L5KU.+?=?]"(AW6/M[C\383_ MA%CEFN51_MSQ@HR6)S)>;_`+N=7\P)@_WET+CQ_:G^/_OK)L[[/)KRX-W#&O667_46L*6)Y;>^]9][J']9".&UOYRIS)DZ?;3-HHM?ZZ/8N'1:O[;IIW*MU%>?5 M.^J0L.-'KS^K]\N]&W2TK>NEM':'XU;E-@T*6/\\X<`?SY\.*\A]%[+9X5[M MB<7U%M8^EG63>_O32N6Q0.L+&P[M]FPQL=7*C`Q%N3[OLOQL[LM?=SR^8W*E M/+5=GY*[]@V_N)]QK7R@M>NJF_?O7G78]65GJ?2[#J>Z+OFQ5H-C3I6\_=-M MV\^[\476EFJ>'?)2S_U>T_YYQO9.SQ;&.`<&O+*RK?)V^*;T>]WB%KH%[UUY M+*9NQOFLYC]=&--D2OY,K_Q?Y]^J>N2;A0VEUE$5?*OV<)DQ;.S-/VJ_'[^H M9[?):>X39Q\]-MAYZG"/62,V[V\C'W\NKGK$^HHM]EU?NF"MOOJ\3?(6_>\F M#8FL]_WFOM?6AUR?D/W;-S_E],Z3'_R#.U%PD'NY[?VM-S_Z8U;0O^[_O._\#(1"*I(+BM.&M.`N^215(; M'ZP['PGY^W!RKAS7C*O)U8`WNL%D0APP>6!'(P,C!6,-YB4:"$/S&=@_X\,D MO*$_"$,C;R'AT&!ZSH&%D]]>F0T:1P#8R,6*\L5P*WA=AO#+$(9F%[C1E./S M0.,`0!PF26W0.(';213&+J!@AW6Y)\:V5"3&N:6EN'DB>!L1GOS!>%SQ^/)< M-+**B&ZA8-J"<<4S='F_5#Z?`6`J@XD"$P>F.ACT4P/<`TX^F+?R%@AH$9!28,3%_>OZ[0 MWL'@8:_N8)"=1_#^\6`4O+TKF-J\'9>NVXOP0R(-!=,3#)X8B6U&Q8<)YTAW MYM\-P(S$-68P@\'TX?T'@8D%HP23QOMU$N71FZ]+%S`IO%]3,+YX7OE_L"U4 M^8"_O87;$4S5C\"I`::)A1_RK)V(MRS_:B+/\_9J8"HP5C<_JY%O6^(_+S`M M1>[F8`*PW?)N/U%8-XNTXH&B(Q@W,+7XMNW/^V.;;`0F0A2W#9CZ?%L)Q#-$ M16%=/D"3\B+[YR)[`IA>9<0_!$0Z_964%J>K\K2X#>XDWGT"P@,.R&RD5&_5 MN(O@?@SA7TM8^"-XEX`[DX^/;=5NKM3&G7=C^W,&MU"73R"^*[@#>;<4*JP= MN#OR;J1K3W`OES*W'80/!O=*/OP>N!/!/8AW-P#WN+DF_)N#>R:X>_#N=N!> M`NYCO#L4W)U%Y<%ZVP3AB7PXM@_LZQB?/C,,A/C[(+P]'QX-[M/@UO'N5'#? M%N6?`>['X.[)TP?Q*!&%CX=PNWE2F_-\./8=SN"6\>YL".\JP@_[+5<(;\*' MST9Z@3N5AX=MNR>X?7GW?`CO*4J_%.D'X5OX<.P;$\'=GW=C7SL.W-UY]S:D M'[BG\^YQ8):`NQ6?/Y9[TSQ3>;X$LP_X#[,NW>*V@+V"U\"H,X/RMNP(?"9X1W23Y3_6:3??!._ M2*"CP+&3Y5^)NX$T@_!V?+@=A,\$]T#>C6/L$G#'\6XYN#>!NR7OOHOT!/P"X'X/;3VA?R&^B^*\0AP52FZ>\>QC$=P;W!!Z^ M$MRA(GX9"VY7"-\@E`_BM0/W,-Z=`^$]P7V#=\\%]V!PK[)F[D7P3@2W/Q^^ M`MSC1.F_0WJ`^PWOM@'X2\!=6^`_I`>X(WCW'G#O`W>Q%7,?1GHL,)7O'-(# MW.MX]Q0HB,\!F;'^KB!](+P&G_XVN$O`78DO_WUPVRTT]5^^D-X9W$&\NSKV M5PM-_%0$\=LM-.7O#.$]1>X72`]P_\&[&T*XU$_&AU?D7,"=N-!$OQ*DST)3 M>5M#^$QPQ_+X8<4L`7<1'UX%W)O`W8IW?P;N?>#NR[L;@_LTN&O+F-L3W+?! M/90/[X#]MPC?\1;T"EC"^MAGZO]R+=K#0.SO(7UGOG_VA[<=R+"=>/KZ0;@S MN$?P\!.1?HM,[744\A.X!PC]&?(3N+ORX3T!WF!P7Q;J$^FUR,2_<\`];I$) M_WX0?Z;(O0CQ7V3J'PW("Y)D123.H8EBHZ-54)DA8I+BDY,3(GATA(5 MBE0N+25FI$+-I2D2%3%J(_BT,4GIT8G<\"\4JA1C-G@8>HR28W+`PI8C(Z'$JBC(:,*A$X#%(3FQNM*':^)8(JBN M5"X^#<"/X:`"HU4C+#.`RD.$XN(2-6E*#L]Y!C93$45&).&]&U!`E8*R`=]8 MQ6AN1#14*E0]<8(B.3U>E9+,Q?&,&Z.,C5=!WH`>'0T.N2J2L=ZC@.J:9`6> M(6Y>:F0OX,J1:?%?*)"FR<@>%DAFJ`A)"EB%>L%;1I#_HX(T*L!-'0:`>^)) M8@I8\XHBXL7%(@I87%R*B@>`W`5!"EAU5+(Z)16+'!V+(;&:5(`\(B8%\@=* M8ME3XF*CQT!2!`!>V`3B8A)3TA08$6>P2&VJ2*R"#"@P6I0I:6I&,(A$5$H: MF897G'!TW!E/5(AHI#3D'H?>YNAG1`/Z``,KA5HAY,-CGA0]DNH)O37D':5. M24S)`%:/4N#1V.`S/"TMBFYA`*]DG/*1S"ZS9K*NS(')E+):3#:4U65CO@R$ M\/70UY>'/G`3OE$VPS?T<=OQ#6/(+GS#)'$?OF%RD8=OZ#V/XALF3R?P#9/N MT_B&B?)Y?,,$[#*^80)^'=\P2;^-;YC@%>`;)H`/\`T3,#V^87+P&-\P@7^* M;YC8O<0W3-:*\0V3_1)\X^1[/[Q!6)#B&R;H-OB&288=OF'2[X!OZ,@=\0V3 M)R=\PP39&=\PL9/C&R9:C?`-$[-F^(9)I"N^89#RP#=,B'WP#8-^&WS#Q*L= MOEV!KO@&8;8SOF&2TQ7?,`GLB6]OH"N^86+7#]\P2`_`=VL8T_`-$[IA^`9A M+1;?("0I\0V3ID1\@]"8BF^8;*CQW8'C1N,;A.-Q^(8)9R:^89(R!=\@I$S' M=V<8`_$-D_9`7(9OF"0NQ#<,KDOP#8/@8\O@=`_>,; MA-[K^(:)Z&U\PR!:@._!4/_X'@+UCV\03A[C.PI8ZA_?("R^Q#=P#4O%QD:8ZO! MF1=76&"`O\;8>I085GB>W-B*E#B5+LPC-[8F)2Y9%6XA-[8J)8H;AV6F4FE9_F4?E)S>V?N4)*C^YL1=0GJ?RDQM[`^5U M*C^YL5=0%E#YR8V]@U)/Y2QME&W2GDAM['64`NH>1&WL?95=TAY(;>R%E*+H#R(V]D1)%[D(/RFG4_G) MC;V8,I?*3V[LS90+J?SDQEY-N9S*3V[LW93KJ?SDSJ3ZI_*3>PI8U3^5G]S3 MJ?ZI_.2>2?5/Y2=W+M4_E9_<0O6/[CQR;Z?Z1_<62^SS5/[H#R'V9ZA_='N2^ M3O6/;CFY;U/]H]N!W`54_^CFR/V`ZA_=3]]2^Z?ZI_*3^S'5/Y6?W$^I_JG\ MY'Y)]4_E)WI_*3&T<#Y74J/[EQ5%`64/G)C:.#4D_E)S>.$LJG5'YRXVBA M+*;ROZ'VCVY<(RXL(#>.'DH;=)\G-XXB2@=TYX&[O_9AUF.[R(AP[<49;=PU%7*Z2K25 MT#,`?#6/=^'"9':>VB[KZ,LP?2OHF;*..H!=B0L,^B;@U@=#=ED/GF8]=M(. M;L1IU8VDVG&-;/3#02+3=F[$Z;^$2#D*6/V@H5$GC^027C99[9OA>J;%F0_4/L?SG(OA)F>1Y\]4T5[U[GRS`YSJ)/'H'T M#.;)(^PM)*F:=;18V8\J!=,]B7WWVI@_']1V,BIN=IZF`<;I!7$2RNOW0FEUE#`_$V.,!&]B%484 M7;"=P2-GZ2X(#]=/K,IQQX-+`$IQ0OMP_3!D(`)HI;TN)`AEP&0;H`6$ZNN\ M%?(_/OD/U)/H8>Z+9&6Q7F7Z098V]MGY2*_V+Z_"=,$^>P\1KU@Y6BC%M&)B M7V`.5\@F5+F!6\=R-B M)>NY%VLUG3#J#8R*1+4WYMN<\N7\*=_IQD+E3S;F.YGR=:`:7#,=PHSM9M+C MP3*SNFKS"ECY52D!3LW940*%B#"D.8?KD^1\_=A/R29RZ!%[=6-`2=?+SN"9 MDT4TC3!LPWI2+F?(O&.5D-6^F,H:B04XZL\7H/=K4UG;'SP'WKO+&S!`P8 M(XW;&%,T>7L4IM153>@61D`_BFV28G1B38]!R:%(H3G9.):$\D@PF(N=!')G MUS`@(V$4;59GS*0]=ZV\C40S].`3?S/VZ)6?%2!CRL+,O4_07U,7JX?AFI.% M7J%ZFY<&0^'A]X13#D4[\!S@E.Q&?%^LB5M3N`8;Y"O`DII7N*Z735^]"E@: M%W5>.6L6ON791_N*^&?39V;\4_P":3WX$>O3=R%&G+H)0)-1_KIY&!2F&V(3 MKJ\C`"UT@XK'/AOJW*8ML,=XFTB]^Y\(*/$1S^6,(^S:$D>L>LVZ$JSCG*6K M?\/V?P?9:2F++\?`YFUY1GOX$B$IC9`2&!*97TB<-7X\IZL?(:>KG,/T6758 MUYJGKK/+!T#L1@RU^8S&MOD$IPWX9^U'&Z=QQKR&,;PJ`@XLQI2V?$_U,H'3 M/\`VE9U*"!3G+!V-^.;L0'>$7DE%D8 M(G7G#4,21NC75"8F"5Q9\&4:9ZQ#`'>K)69FP)[?Z,,"O+`!R[=!W_$M3D1'`7Z(B M^WTF(J,`-Y9%/DCE;+< M`N!R`CCCA7F17UL4V>'#`/M8`"P@@'XOS(O\Q**6`SX,\/US:,'8'ZF4P18`$PA@R'-SQGYG++*. MBMRH1$MOZ&%<0@U;V7@)*1.L]3\]-S5VY1&"5OQ,Z-!R]F/CCLS)QDX@-&<> M]A)A.NJ%(G74488J+V$:94%[H3]8BB-XN/[%'PC$`T"'*YT[\+)&;X!6N!5E MT3W'MJW\4GO^=5&.7;5#;RIJ;QYZ6\_E0H[T#`Y@+B<.%<@D\"-U.;)'.WWZ M=(PH@2@R[?5#Q?5<#FO/8QC\6+D9W03*J">Y0O2]Q9G$"R-@TE$YG^_#@4*'1#]((\ MWQ,&-=T0.T\#BO++[Y2WT5=(@J&J.R":E76UJ8PBM+JLR`FD+,>*T-8 M1V,9:K$R)`3H.>13\[)FFN(]_UTHZ[AR5-85&'/54RKB&LKJI17)`/FR]68X M2`I8;UDA#I0`<*A.56H+%%MU`H+9B,YGF&?*<)(QPXHL0P9-7IACA2*4&9[W M3,FZ&Y-=EHGP/`'<4AAN549]EIC25C:F72A.>]E81DFA`RNC!8P:`488IQX+ M,/J)89PWLD)FX6E)63`\3#"F&F$XB&$\-N(A+9Q>)HSN)AB=C#!.2RUXL^D3 M7FS/>B]/+YW2QIARCI"R6'D==@3`U+_64Y=2U!K;WE$SWG4H:@#]PB:S M=II95#F79:ZBS>F`8-,YQD5>UC-J04&^RSYT%OF&U05]%+8S`F-M3%OS/9 M_&76T=/:7P\$[$7)O1))[OJSQ'\!D%0@V`I84YE'_<8::K`^\G=JZ_H1PV'" M^\UH^*D.O8T^$7583Y3P&;7M7ZD7Y;`M,V;XM%$@]Q!.$,\&$N*]_A(JQ7?8O'!$OCAE`J,RBO'S$H`8$D(JS_301!5T0X MK'``>O'K:3"O9GRUPH,\[:?,I_8%`4M_,TZX-3[$0R_UW^HIDSF4B2\F@:R& ML:S:_\9+#9B5G&\TZ3;Z'47"3*HJ[]/P-]$:")2?`6W/8SZ)@?M#3+T+D")7 M_W4JL-IPF'#I_W0E))7+MTEM](V,X%I"Q2%$*P:QZ"$VNR4,WC=B>),0'K\J MH:F0U?XQ+4_(]!6T`'SNK[A8N)ZD!6'=JL2@L5$N[V2LF=!?A9&L%9*)R11J M)E,4YP0O#PW7_R[PB<;^5?"W>>H*6"1M_`I8"75#IAOE$%P?U6E`5K'SO)79 MD5/W;CO$(2TLU_Z`8]M);PW8(SG0LFEWE%!F>W:0F$`D&H70I.")Z=]:K[^Z8KY]K?17MO"E>Q& M9=?S[U]?R!EE@,HN[YE7-`I8^&1&9R^#=(G]@;RLXFH97B"YM`N2V8`_R15% M+7,/XF:_HL:Y!QU@9EE4)_=@9E\)K@4>S/2OP!55RB6\FP(5BAKF8HMR#,L9 MH@_77X%Z/M[9&Q=4@![E(=Q^<[&V.$=Q0BR?#4-QRD:GL2-Z7@9ZYCQD$^+@ M]>`8!C6L"[ZNZ[7)Y9`N^+:N_Q:C9)EC-TD7K(>J]@O>-[[BI$.X5%Y4"_#6 M!3_5]3_JL)1:#P$2 M?`+W MR[**Y1,JX^`C#=>[0X(BY]S=J&TEE!.X75C-EPI80O75@'A::Q"^47SEZ8WX M]B)`)]4VD][@6,A@.83K[P,B1:US/2\>0`BY66_J3:RH?7I)__I\$?(#P9U: M<.B$P]0"K;16UJ&",5:>)[,.2[/>VD^XJ+W.HYMKXO?Q-ID3)4YCC4^70 M^XK:4SB/N9HC_9/F,4^1.9YBK1\R2[3J+KJ/%NGD8'!8>$0I8#),SC=8^=3Q./]*,CNL,]5]._^8! MZT/;/Z4.J8XR`/R5R?BC[LQ/Q!18&^W8^I:I MFT+JG#777_.S(4$7PB8XGR&_[F&H)`,J^J1$:-E5^;6V`A;0_P$_C2U6E@\F MGR#P,>HU\F5=C[!]D_FRGF!#%[&?LC/8]-,*6(1>T8GY)I*\46!"Q#3A@4`@3)PJ M]!:.:H@<3'AF3-C"R8QR5=4X?8&`E&XF:.YD\X7VT'V*_LIW^#Z\"O= M!+FP#F1H%:Y?<4=H%3ZH9DBWTP4[A.HKWA5\ZY*O@ZZ_8YC^3V,+L@$N]0MQ M5,_2A3CJYF$IL3;:RGI"&YC@;D;D=`<`:FBE+&!$_K)`8)8(O8(I5+7O`;OL M6$*;)\/7/PMD\!#(L/`VDN$W(QFX$")#8(&(#(WN4A?SSDQOQ-?+01PK\JE& MB`FQN6JS<7=!?O9CWI/)N+_;)V*)-W M`T*(K/YW!+*&ZRO_)124U[X6'L7O2(*D]CM#)5EOK=0V66^=U?9%-7-9R9T` M>I$MLSM3)U:BFX>.L%`J<)A44#1,1&9(L]/U=PC3ZX7B:N+)%T9%Z,LN&GW# MM>];[,`"V&MG,-*&ZZ=4X"TC2X3%0EU_>5@"AVD1*HRLH318)`SB.,]7XE+( MBT)RM2]0._#+>WXYJ%0JY5O6\3(Z1,!8H-O!:EA$#6.%M;HE5)BW4&'>-['" MNDHLF.SVSZ(*6#OX"VMKT(NK9=A;>V2-=^;4U5KL?TJJ5%9INO[.T%?L)W8# M\;Y6/,=EOU*7`P&WO/85;JSA1(Q*_5,B,&E^\&J.U]L.#^&U0E&`IG(\N)2S M\&>YX-_EEG%VR/CO1BG^B[V!Q8DS%J>`%:>2N#A/?S;QG[IWSOCU.9K+D'\D M#4UI$!BI+-\%DC6+T&?_S.=8$F%(I1MT6X]4/<@E?G**:+Y@_"^BD;OY_=%,^)"7(R0?["LM75 M%$-^>QO'"4.0LQ%0,R.*G@*@Q@1HG"6*9V^)`/T`@')Y@;8L_/J6QN_L-00[ MQ1*_##'8SPD_79!S3JA!&^ZL/9^=-Z&;$>BXZSQ0^RF;6=LBP!H"/,T2W[IB MP)+;;"[/`'E?+U4O'@1DAB60&S=%0/;=,LH*6)-N"V)`QFV3&&"GC^?]TQST M0V^;^J:PVS@)Y6D5*[YA MD+1AA-3OO-H=VH\'T"7$"6<=?D%.FC\\3X+;T0\B=:YHT[!?91N_\YH;68>D M66_L)_Q*#MG-")2TZ231?&:_LY,I+_NB"EBYND"I7R>IN@'D MTE`7R/+HY*1YFJ.RR1ECL]O!J,+^A0";\21`'N(@0*0]+I6*ZJ/NNI.TJ!R] M8<[F&!Z*44+U-Z_C0K4&^P,IRBLB_G%E0H3]SB&.*$7(N$85H)3967`'0J45&Y7)I3"5-BX_Z9?-D`7K9FLO-@ M;-6^5P3N:2)(SL\O(_<$="&>67-=)#E/O\$K-Y2AF/;-Y5)I=XK3QHO3]C2F M[8=I>UTKE?8+2AO%TK84IW6X@5,$H^X%69^0WW75V(9FB]J0)P)*2%:.ZX(M MD\'[^9J(]_.N8W^)U"ABRU@':PG#2KA^FC!4:A[`>&M_QN\U.QY@U?\$+TU\XSX3K\L6FMBN&9?0EPG,%P+ M&*Z>8EP=K_.MS20#8T`C?<7+QAF*VI'?&Y5QU3A1P'4]6L[ROD)+!PWX*6.1[FG8%23F3F)\?A)^%PQ3'CN8.?#$"KY3J#P]<1.AS M4;(34WW$55%)NE,^>Y`H*P;0],$10)3/Z>&H[>J4JZ7ZT(8[&;/Y_%*IL3V2 MLIEOS(8G&"?.YOY5-K;SDI8]2C;>RMI0E4$:@!GUF1;O`8YPDCZFS&;21=+T6\" M9;/)LF!-Q=G88N6^,EL/L<"_66G\&Q/@'RWQ/WM9//Y=*0M_2;C^=(TR\3]T MH73]G\=L#EKB/T*<3?+/K].]9'W*P]*T&4ZP3UKR5D4Q[#^P,;R:--;9 M8,UQ&1DZ8-@07-6J!+:<"#MM*,W+YJO<8<4(8$5M'ER2GXV?"=#P-%;*:6I35]I)(LQ;*M*@5MA8@KJZ\7:LZ.EW_A M_J:8L\)TJ!'%1>+H?SE'G6K^&0I80\5#'F+2C?1E"/H,I2K)H4*%Y@07AT;H M7`=H>2Z$46;7Q#C^AA8BN^]C`)R!HMY=CF MXV$,D16,FU>T89J?*H3\3,:'4PN*7'%_L7)F-]R]#C_ZK0+S:^HA'RU"OZ%" M;/L?SVOGK8;,BBH"WP7`]!T=3$@:4A"NWW$&A:0'-/CP$E+V=B1AN/*;;C1' M`;)O.2\0$L=1$-L,*F="ZE>^/BB:-BFB$YZ>.J&_=(XN$,ND'.T"/N$^#93WG" M\?L>3#`WBF#:3SG"IN\H6%9`P=*IJ#FV.R<=$2-.&VJUYR&@6]3&W.]W]&N$ M].6Z4V&J,Y:-U&\"&E!=XK1:">-W-GXE@V,XB-]2W.A)C*R@!6CEYG<6LHU&]^]B:`(64+HSGD M"$V01E)_R;#`9J=/8K`B3N$R#M5N)@,D/6O`[/_C-#8(O5]D6'P[!!4XR9P$?K,4V:XW/V)X)PZ24M*6"BN!P$9 M+0)23!LF2R)87[)TUU^XK%[SE+!1W-6,4K,9Q-$GS2@%0`LGL_W[+R/T8T_Q M/Q/^O&?^WQZ^Z-'ZX"$203O:@E?8;IW$J;J--E6I' MV\`,HP>$9G:72TPU&0EY%+GG&G$S>(0K,UG9EIPV+?H-0T#];?([F;JCG#73 M_S+?(^4081+49Y\H-1[./('#2'4K"\'$][1H&''"XC`IVGYNGOW.ZT:`'4Z6 M&I?:$L":5A;CTH.?1`#S3].XA"R,GS4S3X8G1]"]H,XU#4DOJ$M+^'TE#!--&QX!L#`1/O4DL32(1_\A,O M\U(Z=9`2W\K39Z0V"3##+`G5OS\N8-U4F&Y5)&@!#-J!4R)H*WXB_38AH^X8 M(8:SLS2<(\<13B:#DRZ&,Q#AB.2]28_'\>OKP(39^%%73O`#;?82M&3O>T?? M;9"]@.P+W['])\4)SCJ*%*I?D(\+@1B5_ZY$1RE"^7`=`36D2O7?YPNKB.\, M1C*ZG&#MGQ#.8P@?.\GV@E1"#FWCJ\YEJ']SBL_;/`-]^GU^15E'Z(4:=NRC M!4,6NOV)L+C&!RL+>E++BSK)]I!C#Q6N'W6"C0SR;(.F'2*6FT^(C3E&.;&4 M\EZ$7^.3IH67W:?8HFD7O>$DU3?KGR+U!<>$6FG`%[4#@]@4(2J',5`W3Q@7 M&ZD-O3U:J@V]/HKQ4RT;Y?(3HC:4Q?+FYPOVV=/XQ<[,7MC[:HXS%0#EL/"8 MT#T99=5YE(/&LI5V$.=0_R1;WXK4O\XG:*9ZW7F2/E#`]>``*6D#V,%O>86; M<-7]>$[V+N*=U<1'>61?3WP$XXQ10P#"AHZ\0_7!QY"C\OBEY?SLHWRD_.P3 MO)^.@(7R"4@*6#&TTK!I`F`C'<=%C-P;\HU]KAI3&S&>H_"9B4X8(P6ZWCX-;-@?BDQ MOSQ51W"!,QW#EM._("QGR(/P4/U28<^:Q#Y[(2,6B9[Z)0R?O>78QW/6N@$V MV:]H!V>$ON`X+WTVQLHM:FTNKUH)?1K-.9B\^KUY"E@9R:KV._L_1-V++.NM MLZ9NG#;X$7;N"1+[G<$/0_5[#QOW*AHTE?+I3+G"7J0+R@^^S5=L@C1GR.WP M!*D2P4;HIQT1N$AHN-E'J.$F'T(23F(DK,^:D1A*>((-#Z)S*1"=&(@6!&(I M`_$+<8D\<_Q#9TV`.:#:"2X1^O>'+:&4'"8H#_,0RFX&9>%1H7\S:`I8H.^& M.W9ZF/A,VLC MO(FBZ#N-T>VAK^)Q+0I8Y/=*VBJS1'%G'!)M32_A?973$-M@?O\S@9`(LO=E M8:J:P.G''S#M.*+=&BLP725^3S'EM;L/#F:-A%SLLQ])R@#D@X`.8XR+&GLC MH*.L762?Y^1QD90CA)^?F>>(++,?'_EC/D64[Z<*=_# M91';8;]IRF+*C6$FX\@`UKRD'^.9U:S^UBL+6$N/W=5:A M&&.X$&,WBY&UGQC7/OL'3J1Z?WR@U#@6OX\6X*PMUK6JYHG&L3_SF*R@(ZQ# M(W14?2"7(3?E9%^GEN!XVUS-RNTOE==?>S&O<]868^;:@Z*\M)0782_1]/Z[ M3#?^;)R8U@,ZP#RRS&B=VU%'I]_7G6T-HOFBT-_\NM?(.`/>L5&Y&=&T\GZ> MIE<.X%"Z_J\ROT\I5@:$TOZ_?2QM++DN[C,BED`>A_C@Y>3:9@I8+B"/E7RP MO"^ZYIJ",\DC:Q^O]KBY5Z07G/386?@NNY@./JM/8O`I8D8,$<9`?!AWU^_>86I4K/SJ] MV4NCT[W=Q(9]B2'F[1=-<$9CW^:M"[;3!MGPV[+JW.7W>Q6'1^B="EB%@:*. M(=T9I$,NC("$[N=)UL6(/-.*O=XE,&8S87H52[G[LX0U3;F'Z-_N+[6>+NBM MNR4P"F7W#+.Z!X8LW01LGRV"[,'_:5P2**$N2RA7)S0FN&0 MT_^EMO_UG.#'VN#;.>,?X!ID3O^2,$;'<_M$2U@,H#,!_)X!/+>7U]"Q]5/B MYM-AM'JZ?2^OI]0%7P_5A^SE1:\"?F\1$[H/_EAJ/6/?CP@_26HQ=5+L%74@ M70$M0<\R0GL\%YE0$UED3]74%@_-"2Y@:L@(/::K4HM/[88\(Y[E8`$8G^RD+ MW@O$Z7\[3.^RAV44_%+7_['+86W_![K^UW6=I+K^3W$KF;:+-#MO?$5#KP>3 MND@#.MG3.I8A0VK0/-`%%X!LR`@>M(>-&VW9=^*FN<`0W-<.4B;VBB#Y%^VD MW(3-!;*L8F>-;5Q^\"/<9$KC)`:!&!D.(YHWC;]5$JS(3U_O1^,`.Y[G37WM M7=2ZI3MI&22<2OXC-#:VNAY+N4;H=_S(5P,N)'34/\**;^.I]M3?)EL-81U$ M?_I'`K=C!RFQ&3CE;C8+M(-R>=XJDNWEQ>X(_1_8W5P7A%DJLS.VI?8+:=$E M.5^VD#]/.:O]$EH+LLV7+>'/#,EJOYQYK<"#ZE8MIR6KU;P7GF&W:C5YY9)7 M;5H]#N#P1"X\1^37BARW*I=V:3KH-U2DO6J^<\&]/!.23B^GU;S449[:]LO! M(U^V_D`YF]5@T[ZRWUENAC1;'HL2]HL-E-E,,J`,-<%VAO-2N1(`#'F1(P4`N48`-^T/ M.D9H#_F]U9RV/SB)>?=_(3D/`(+SDF0V*Q`/;9LLPD>JTSR.F]1N/$9;*;// M'HY*#0S("2W15D>+;G0)8#2^(!K(L07=U?&W2-Z;1>M:HJUDC.9(T;04(_NB M^C8FO`<^?H?'0_:._>51$.J[":,'OURUY*?R-MIG+H>TE1:";4:YE4BWX^4X M+5$QIY,AJ]C;?AI^DVIHE#TW6V:3RU.V-XMAA/$<6DGULF`4CF1M89<5GIYD M)6/?6F*=X-"W"SV6T?\'L]FA/9G8ZK6LXLU=!>P2S5Y7P M7Z^"O1K:.S![#;1[,7M-M#=A=CKEJQ:S?X;VRLQ>B\K/["A/%+ZB;T1WU4'[ M;\Q>%^V_,'L]M%]D=CHI[#BS-T#['F;'PX4+O[>VH"ENVBQ<"-9=N/!?.(O% M;8KVR2%R8P.S-T3Z4V5N@//FB>'CHZ)2K#"D9BBLE1Z[UM&I9''+FM,,0;GN/G! MQ31A<\9Y@3B^M3&^NC;/\#IJ,P89MJO"L26,IZ4(RNV#>+[<:L(3E;V%UL8Y M9REZGMAJHF=MC'M-F'N\7(&Q0`9\""1?A9%WR8C_):9ZQZ[4(%L/-HIL?X`K M7&"<7QI\,8#/K$DV?G^XF:V^!NHG;>?WWW7*QD]U61K/O$(\YCE7^[2%#!/E M##`(5*A.O>T7C3A-#5TGAU53P'<%=L5:J_Q.C6B)D6*LP`#K3E(_&?8!&6'6 M=:B7J(,N?3=DJGP2^:G-'-95HM!>+VEJK79:09T/GGV%%NU9[;7"7F]1Y\]Z ME#MHUY.\"Q54:R)NC@@HM'[+]`8PG@XJ?/6&UDEET_F3K8DJJZC'JH[TZJX] M?TA?3W+XPMNLP]Z%CC`?,<-P'59I/LN.DFJ#7Q:>(ICFY2.0>CP8C44&Z!B[ M_\M"_[=L87,8TONG\FPE).H-D_<4UTUC)7X'M`)AZ@9(=51'!#Q`QH[T9A`?$%'I;&%5YF^[?;8_CK:];M M,7JV88)]3B36\XQRTZU#@KIK7O,0&UEIG/)E4WB:Y0?0O1B%M1F,`#N78F"$ M[%L3<8>6,@\1>E&.;6FX->'QI'=XM-`$V5Y\"6SB!'+65P!C-YZ>[OFJJ(I` M/VTQ$&^Z7;D0OU_&M])51PX"82NGJT';7:H]`:(6^]8OZSNV(_]047D=B#\V M!JNL-P80E][8:G[$'P<1M./2K`NB<7Y`(RLZ1#[7\Y:N.B:4O-72F[%``!3#BD5EP>C3&88F(9B- MMM>%+[WXN0O*6[HZ).C4,1=T6-6WI8JWS^*_P<#/*^WM=Y8W"EA`AB+I\6"# M)$=:VRC%]#)(3J&\0&)0_Z?:LSH21;3]B[MHQ[_T&_)4[7>0R43.0T@F>L?+ M1'8Y)!/U,I0!+5)[UN\FRD29Z"UY"EB)21[2!1=KG01I:/Q+'MW)_0PH68KV MR^*7>=LDNPCF0<>NO%#6+\+*[Y2ZI3;?_J!=+\+E#1&<[9B`Y(07WL M=UY""4P:XG="O1AJY&E':+!TI)X]GWU14YF):38\8IYYX&>E/6&^][NZ M2=RTTE%_E>G':106W>"AM/+')5Q1;^TK[4\MJ*<)9)V;'K?G8S=6=V(%Z,;J M%[5@?9BFH8F+VAOWR7AJ7XG[*6K]]CL=C@-WF769,P(D)(5ISPO?`]&W;64+ MT7BSBB!$HTI'`T,%.O6!0`Q]/SK8C^A>?%9F:G/[F1L M']I*!,R.OH/#_I@=%0CP=!2B"V3#B*XO2*V4EOI0G80F`S.LJ"#B,P+MV%=M MR["/-JWJOE0&8!.-MF+M/`UCY818A>KQ0A;AJS51Q#8L8GZ0(VNR6.YP/=Z( M9/&=)JU#P,35O6T=1!V;GZ(7#B-\):Z#@38'PRJ'*IW^!9W8MLOR],>SKHGT48X%=GDYHX`UG\ M#2K2]+TDO7+FN-;O.4UY>!DXVK>M)'T"$-M+8D'L3*3A2X9_3LA[;9"==JQ4 M.]8&Z$EC!UV?I`T"^CJQS;?B+^[R@QIQPCF]?5/HSV;OPWMZ*//G&ML-RB687ICN6DJH+<:PXASI MY%6YZ*0"6-?!'+*.O-?6280L@`F-WP#H1=\`3'KLRO9?Y,MB\X6O;*?\)-CF M@HVV>;5':)RFDO[R>VI7V8_QJ^?JZ*NMCF58@9A0_IZWXG`_'!NVDOM#1S2/ M-F_D9U^TS^Y&Q]\@6&Z\D[[F$Q`6T`&2BBW+C78/647B4&-77IN#*;-/VD_Y MED1BC"`A:/;3%X#/I/UHQRNB[&?CG@/=#G1+7MD?G*H:+,-/1M0KL/1^,D11 M54E?@\?>#;!?@7XYH58,?_N#WUP?*+.)TPZPFB3#8DAQ1T=[M!W`N4+);IQT MO5ACHLF**82X_:RJX.BZ"EA=A>5QI(7L#W8>`.4F[+(-ZHYBS$=[FK">V%A' M)92XJOU!+6+"REZ(TV`0C8CZ-;`Y-0/FU3=GZWD&JC06;&4_^[RQ M]JS9-Z%\R:QP'09IJF7;:,YG$0:<>L(D\L`S&T>K1&C%"82,FW0`T>(DFO"V MLD1&PXLEC(:_5?A7:4B'?0/_M94A_]A/_0Z_'\Q[3VV!)<1/,PO;T]D`C%GL MITRO(&;(PJ4`0K>4L+QE?S!K>3\LW0-P[L$^AIVO8",YG^.#QX5R!X<=`:+X M$F@>"1T5/2OOCO9.5G&P_;1SY6EQ9OIT',!+5F!4@T>"@XR^$M7W]P()WI8I M"!/D"0X&@J7O@-XO>-V>D,:93U,?`Z\RY1YI+A*<^63E,60?K\M[R7O^X0V> MZ_B]?;S?5!\V&+:7TDDX5=F7K'H_B.E<7IC7)DCT5]$'#Z42I5WI"[W7YR;W M\U9EP5J"*<^7$\&:@3X'RIG!V@!X%%4VN:F3:2<7R8E7UV30I8>RJ$V1C#I/;9[VA!\*40QM8' MBP7GSU(C#6SLL\]18(D0F$=..NH5G3^8XCK89Z^B0*D0.)?.]7S(PJ916#LA M;+0Q#,H[DL(Z"V&#P9G9_@'I$6;V87LA^`4=)(@R[R)^8UH'Q&H\8*BP.`/G7QOSQ3*G"+TSY`WU32LY"9RM32Y:5&BCLF-_7UA)6NS-AL'P_TJ/%ZP\)F5F,UZ M&_UOF/FW0G_\)+WPD)E_7:/_MU98?3[7!.F@C8#I5VP]CC_)\VQY&V,'L,.X MD>ISBPZ@XQ*AQ0:O@'Y>E%9H[6..FYU6(&KMUL:T%3`MPPG3BG`R2/CS_,SQ MC;Y%7\+CFBG5`;KU7WT#PSF&'@]PY&@+NA@?!V(#&9[[$JI_(.RKU-2Q*%#R MUP)2:NC;+'$J,]_:9OEVM\C769QO8EGY$C%>+1;R+5GVB?FN6BK.]R(_YL!H M$.&#R@'!+=&'H'NK^9@4TA*5`^9^K=S!;X:YWRF(5S3&Y%9Y@#O>Y(YP`_=` MDWNK)[B[E1Y[\4PS&G/IN]O2XVR10ZGQ=5US_AQU%`@D>4P.0LT*6)-2:K$` M$!"L>8N5"XD=(+A=#$?!#7UA_I*0;=#$T5I43BTBTA`JZ.C<,E% M^X.326Z\KK&U/[@8I2^8YX(*HRV^;GP4;$5?E%TPO(\%J:SW"[H++<;=9:[!)WE+J/.X$"7H+'-%.LO,N68ZRX4BG66K`^A$G67`/,C-$,P4EG-%"EA+ M8VJ3PO(<2/3,6U!85 MHKLZ_A8U!%KW9C%19VF,Z4@QM11)T%E.GFW26>;-0IWE8XP>_'+5PK."SM+U M#.D;D6ZD;]PBZ"PKVD_#RT5`+%9_+;/)9?J2M:2GX:G2+=$D-&1V4SR+#\=(&245_Z M7&*4`2GQ/>@S5R$PIGJZ9-3Q\+HGC$29Z4D^B8S M_=!1\%VQSUP_A#%68`#IA[;P^B&JA3I;+/1##7C]$(6:]$-;A,7.+8)^Z&X) MZ8>HQO"*I-+ZH04E(OW0C!*F'SH!:)!^"#-811Q1?9>%?LBN$+>DF6$HZ(>V M"*1$_=#0$J8?$I>/0/+Z(0:=8O=_6?@3VVBN#`"ZZH_P^J$7[SZ@']HDZ(

T8@B'T5X,+5XQA"A` M(I%6B,IIPV-DIA42G>U6W32D6^FHG^+U0F;=G[E>"*LBD'5J>KQW[,-ZH7UE MZ(5,_1.U>EXO9-95HEX(4;+0"Y4MJ)!>:).Y7FC31_1"F\ST0N+BLS)OX?5" M?+O05MIDT@MA/RS2"VWB]4+$X:@7HK34=^HD)'#-L**"?(I>*'/))^J%*.*_ MHA?:Q.N%-OT']4+%L_YC>J%-_X-ZH;PE_Z?KA;BE_Z9>R&7I)^F%NBPUG7\] M2]`+5?VRE%[(/J=,O9!^5AEZH55?6NJ%4'!3]EA*(MNQV:5U0FW._`.=D,\9 MU`GE_52&3FC@+`N=T("9)IT0ID.=$*;45?GA5LS.H$4+TK>L@?-((33]+&B'C6;OF M.B$VSN7+VITQJH'."EBVF6<%A1`"0X70-5ZEDH'SQ^KHJZV.!5B!>%#V(,)C M8M(*6,$@A'/;,L_D,]X5,H.&P'+: M?#Q:81D)P!@HN60__4O4!+VS)BT0KO8SA` MTU>@'^DN\FCJ__5"Q&E(L:Y7<9RV*\R*$7<\,U#7'FT'<#I0LCN,8UH@@1`K MYIYE6J`&I`5"5V%-L,($U>87^FTZ%ZM9\2:B7FJ<([J!8B@:8-# M%\(<+$`%EV\S4=XYX27:(P?0/^NMS'[:7MS%UVC>]*5T+XK`O(6K^?6I%9C4 MX)&3BQB%Y>3B/"7_K.J#I&S)F,T4)S M)J?2%U*3*5:"0U$#ZN,_%L=YTF&\_3-,[^!`NA1=<`FN65'_<5BH"E@K;3!4 M0TF.5)LC/01MWH5H"EA5]%R+5522-;Z8T\1!WSHL:XVTI(TFYLA@M"(YV`M'0)6:VX]I'AT8Y[/ZN0X0A5.1D9K M&URLJ6Q_<`ZQ4?_B(CO4C6H#T-6K6-PR*^CQOE(\K=:$:>^XX_#^"E M,@V;2HNWXK4I?O9GZOOQI#D'7*,/GUKJFQJ'J?2Y\U+:I']$*_JX9.T,T=G0 M[#N$@P57@?OQ4IZ2WB>M:1C, MX%.I0_!K@6^FT=<"T[+I*@2,K.2^,8Y]'M.,WUC)3;ZUIK'5A1!A?4,_@$$) M%$$9]@V[_V`Z-#'#;:/E/U&R MG\Z?$_'GA2-TB*-T!I._'?F.@G=3)] M8Z*2&C3Z73;+<$&1$5VVJSRX0I7R933JG^,)S(>VR)>1A;I9K&G3(8FC<0D] M@*=\+O\-$/%5VZFERKPK"\N\W)*4T=-$9>X,1354:O2`#AIGD$9-*7W^*4%: M:4F]FF)(;Z=1>RA]#\6D)BC?BO?C)BN,NRK)JI(@R1/W75L:PYG22K\*WKE=>V$M)T@@PF:A-Z M:ZN;46)$EO%SZ5T2TX&.PRBO_9;4J"#.ZS$XM`3:".VSK%)TK4&0#EE".I@M M@K1R*G\GI="DEM&Q"%]GLP_6ABP)US^9)'PN;^Q3]DU"R"F,ABG9HCXEC(<' M$T5.SH7K+V:5.D-E(B5>SA)[B1-7A\2YP(?C*LMLPG."%X;JO2>5ZL\"*/DQ MEOS%%%'RJ]E\GVG0+-3'3R[U?5XY2GF'I=PM3KDDFV^;JS)+Y7<^DPZB64ZI MLL2IXB@_NJ+$3*;&"1O>N1"`7PZ'1N@K`PWH8I'79C>(!*(`+3O>N9Q!=.6( M^)O6?&N)^)!*&]$AE?E!#NS%)DW&N1)7:JZ4']3,ICR^7/'.D?P@#^;I(U]. M1]?G!+4)39#K;RUA-X8$M0LEA9.^ZE(\@:T?BSR`O7JR5RA[#6:O8=;THKO# M\X,2,Q>4XT3?7]KDRYH]$#H;5[`U>R#<<>"!?>FJB:7H/6PB'>/"Z%TM2T3O M5UEF=QGTY/=W99_FCS'1U<$]"RA&%UKQ75H.:98B]2,GXQVF>'YUS@[\S0\A MHAKOY\-K]RIJYUW&49E*2$*A'XD:6W_O=U_+&`>)1;A+)@.6O_1ICA^G6X?XB(C,/"2?Z.;8,W':$= ML<[\9.?VM`<">\YB@$<'K[MG&K_KGLFOF*39T>'KU8403;IN'E:+-5,.ACOH MLF^CDU2'VB#']AUAM)M0J1.$R/+V/T6O7`&EESJB;)@N^SP=74,U%R8&FLV;P4[_RY3 M5+/%Z-A/O*ZVT\U#BZ0ZWNB0LV:]Z%SV28_;V?#MXO9KX7B?ZZ\M6XC!U$+P M7I1(?;>)V$+TK[&%X.\'6@C=.,Y:"%IUV?A++819H(4PRX=;2,'K#[60RZ\_ MT$*ZKC&VD!!Q"UD]OM39!O7'TMD&1E+RC>34!!$IOYM(NB!J(Z_LI\RERXYQ M-X)N@A.[)\8OQ&%\)T(EW)`N-;32'U_-W])E9TC'BT!9,U$;H4;H,W'["]$< MFTDKIO/H;V-Q9C?>88"U(=QA@';A#@-RA!I:49%S5AD;UF^BAL4NO;"A2R^N MCC,VK'R^8:7;T<47^TPAWV&US\,:M::K=;01T+@>HY-NU=&&\(W+KA.$L,85 MXBB4`W@=ZP1XO8#N1*6Z+2OS=@/."CK`\NI1?^ M!`C^BB^,1V\0WMFC2^$]>33BW=B(]["5A'<+,=Z5QXO[32>6UTLE9.$###F''&H]F4TQ!HLTA]-D&5$Q_SW?W[%73<221_&0)V M^5\)Z*\%FAJHQ("*;I`3](F+C6797;HL.S,P,V_+.H@:*RI+IW%4%G;6W9KI M9>VI8)T2ZXS&%T?J#P(5M4.>YFB>\GT00I+K;48;N4?CSG^'WGD,S0E;$B(; M&2D+OA")#$?&\GL\BA/DX?K@T8RIH5O1[\Y@IX>C7-N8*K@MWQ@/=^7/<56.-IP*/&"N^#V'@ M6+YIAHZU.$>2WY9K:+V!T21\C(@FK;XP6V_`LSG:U),)9W-T MU90Z%Z,_@2I@H&S$H(K&F)_-X2@ZF>/)F%(XV1$@;A6;_XP6`5HYAI\SA.LS M2J>[K*:SNEBZ:>)T"91N!>XV%.ZHK%P4@*T%!6&\SP#/JV!$\P0IMY?PR\2H,N@GB_<.Y:CQR91-)67@?EO'(2S/5S,KG%* MSZ"V;O#%I,HQJV@UX%`&.^2#+H-"AC+XXIY2Y9Q5PJUH^TM(9'92\Z?NV//E M+C9H6B#OG],0[^]*@SPBE=^P,B1DB(C3:S3KGY0_0B#,[]--*T-XAK$^AT%( M9Q#R&(1F8@@51PM[L\+UEZQXC<_41>Q@"W9`9#_\G-?1@^TG0Z)&A"D+5N$A M/;^H3<+KRG1VLC$5,E+_E5J8RPI8]W1*&"Z_J1`7GA;RU831_'31-9UC,DSW M8.)-94CGI8_I_KC*Z6S9AEWT13<1H9R#LFL._;([=LQ6<2H9#L]`3)90ZM#=-."JJO[I4'W]Q%.*"'P(H\U;C&@*#,%8CZN.'I@MKE312 MV*M+GW]+4%Y:0O$50W%*QS-Y'^%&3X$UC2#;J4K)>7X$\B\C2/D:=OZU6@3R MF(;_=IU*]WI4*;Q>IB*0]Y9`EHJ!9&KXCC!2S7>$(IT;:^`M4TNM-2PFR%T8 MO%YJT4E&'AJ1WBY5..\^@=/7A%A:O(VH.&?(^O"C3&=8D<X(ZL5*=MOCFNY& MT=IQOJR-<7[>#FQMC/-S6NNT3BW5)^:ET!DR:ZED:6FB1ANAIKMV=09!!PG] M$W_'I,9&UPL_T,#3C=6-C4<.*(>M-:[X-ALE[/:M3'#L=X:0X%P>!>?*14Y[ M<%7C(/5^'GM09CN(2R!X7K@`;+D)V*U4`=@AP##7[\)$:?;)\:*X)TQQ-QOC MSL.XF&=%S+-NSI"G1>WIK*4A3\/[ZG_4X?C]M'X(;@F@<\J9_Z\Z/((>]PZ\ MTO5K]K1^OW(V67G2K&+["4\%8:,GT&R5]$AYD6@1J6^-GG:"IU&F24UEYQ\G M(YD?,3+;J<3G'ZO8OMK^=MKJ-I2\)"S"X(O@]=N2F7@7;O!%R/I5R>*SGTSK MIJ'\5RC85T%:!,-#^'F!<0Z&DP8>T`I8#+/?&2`)U9]/%<[%#(]0E@!^^MY) MU$6]+OO^0H6C:N3@*NK):[+3;A>2A)P MW9TJX-H1<74JA6MQ$N%Z=Z0(U[DI(EPS4C^&:S[BVMDY]D MI&\6`%K5K!0^[1@^C>-%]+TNKJ*]21^CKSO2=[KR;^AKT>`:EMG@AB<(].V: M]`GT]0:,5[F6*D]B`I6GOU)$7QMQ>8H2S>@[;N0'Z.M*]&V?:$G?O?$B8-\D M&NG;$-N31RE\;L<3/L=&B.@[6EQ%@Q(_1M\N2-]F(TK1E^E+$$([O8NR])F4 M"EB6;6_*-IIE*Q%G^P`]:DSL!C1 M<>)M9V*]#RM'](C2Y5BJI'),C1.5PR]!5`[G#Y0C/\B'YOR$=E`;F/,+A=`W M%N%M)^#-OB,J`_45B/I:A1AU=FZI'?'W"E@I72Y;_$*DYCZA,/*4("X?4V`! M-N."SX_K<<&'%24Y7B0N]TW`<>9<0"$>5>9YR].@\VW#K[/:T9HH[7`&[Q"\ M;HZ.UT[G5WD7SS(N>5Y&^0[%4G9S(NX\#:4USZK"A77VV5MPAG#.01?BBOM? M28;&!]?N0_5[E,**QSUZ$1[@;-#*2;'6XCF"+NWHK%57#NCPG*6I*;ZNB>OPYP[\RHK\9P3J: M$/T=9=EM;T"92^E_Y=!4D%I[=1G'A89C6;"X2NY;FG$N(\@!14[:5P=IH^E^ MY`M.+3MH1924OL;];IS]%$]X'<\NP=55IF;19K]\@?J#$OQ=B@&O\[$2U4,) M%=-*\.@Z#@XN8)U3^2+[EF2^[T8,1 MW\@5.(=A=Y6_H`5^)U*@*2^:<*U`N'I\*,L-L9:X+HS%$4CCK.0VD&J@J\*X M.$[]BW)XJ3F](IJ._[42^I>`#<3JE16B_N69`N^O+4ZS@+?89]SQ7CD$!%^@*;R[6EZ M+_2].AKZ=.$^;&VXC;93&WYMN,VJ=A321A?DH[5B=X'6I$H)50@*6&)],*M" M79"#\:90+X:\CJZW9%[U!"\GHY>=X.5L](J/Y;WD1J]'@E0X-7,Z)4G M>+D:O>H(7AY&K\4"/\*$9Q9OYVE!?:]IW4/K2^/IE3_XW<+&_07\V*@;;T-# MUHH1P(VKN(/E;9:/!-M*Z4&:>A.[[TH'GZR..-XF;L#Q%J/IYTX?OQ0 M80I83M[A++NFT3B^4(:T9R!4F6.9L#,E-$OU;!A+)<^:Z,RI/0T91"^"VVB+D@D`Q8KKV#4 M:_"CEPUC=Q_Q/5[Z8&'QV;@?,6TP]GC'K2PD*N=AHA[/,$S082G_8%WI7U%X MI2];JL./0-JR\]7_8LOC)1%*R4:*=R6*96C`??J\=Z3^X!#^=CL?$%&/&;&[ M/KA4?WQE$&)WUK(_GA`EPBYZ&-ZM8\`+PEY&ZKVC2N^Y=PS?.W,?[D[$7X,: MOQ'061O.9QTIR6IKT+P<9-PK=/*(7@<\?(3[E_Y&J!1C$N/3U-S8^/%<6E)< M?-0(A3IM3%)Z=*(\+CH^41$KCTM1R3&TF29Y9')*1K(\/M:%&QNM42NC\$>1 M//XC\/NG*53RQFER%E,='Q.M5L2ZRH>/28U.2XM/'B$7$``[-S9=H8J/&S.> MZ].#&QNC4*FCTC3#$Q0QZ@_G$-XO,*Q?OY[A\C1-3(Q"$D5R++9203(Z51\?&JA1I:>14*>3AH2$M8U*24A/CHY/598'[&_HV M3O,GD/+V`-%5'J=*2>*MJIA4-5FYL0*L\5QDUV[]@KD,9;Q:@1Y0FN%CY*+P M=AVX9DF:1'5\:J)"KE+$Q*?&`U73H#X2/EI]$#HV/BX*6#$9S_G[>W+=0M-; M^:/E;_X^QA("/`\W>KC&T:[RQK'RQL/EC0?*&_?C&G_.N/%5!@>(ORA0G,\&ET$_ZZA;HB7I@'I0I+;!_+-L?[&GW^456"T?TQZYUC_41G^ M_HE$@Y;1\F2H0.QCH%\9H4D"&MM"_C%C5/&)`<,3HV-&#D\9[38'ARY51N,9IMH1M2G+B&+DJ!>@>`_AJTA3REAK;#]9O M2XU0-CGT$?&QF`#8*:2-MN:1H=8R2[/Y$)'/\>XE3I:H4EQ(Q4J`%V2GI\+`Z@BM'Q M.)+9XE1QL:KL*%B+?H;*Y8/!6X?:?),@^X=:HWA M54;Y@E@B&`58S39F_6$IJ#'*Z&3HZOIWZ\R"8*@'+)NYB"!S3NND-ITW,C-= M9"_+G/Y6:I.X0>3WK(OAW2[ M1'B_!/LP2#\:3%GUI\'>'TLN']0RL'/ZJ/!^B4/`&DW]*W6$Z(R5QVJ24N.` M2D/DMG+V-P@8.#4^EGD.`AYCC(7V.'E,2G)<_`@*6#/%SV"]),;04$WA>(NN MGO*8^%@56#A1G.[##\TERW<+\&TX%H".V#?B8;+ MP/+SO).2JD@62B-'R8PZW`P5,3$Q1N-$:!+RZ#AL(9T#^P7*4Y4XWG*?*E\! MA6EH;4S#$[(HZ]G1OU3?;DK?Q205RN.A.XC!P=15#N(5Y`YD!H%E./3-\D1@ M9A7G`[VJ)^?CZ_F/TT.8!0I8(?$XY@F"!3%`&>4K(Y8_#(A"6X.B4L)@UAV4 M3I^J5JH4T;%1JHQ$J/6H^.1XM;@Y.3`+,4C;IL^)KD3X8?HU3$C/QH M#K:V#6T;&L5]\%1KH';3P+>4S&4NN1+\AG*CC%NA<1K^]P/()%:FJG$4^'O^ M+ET^5:QE^1H/;-DXJ24*6-\@=J?Q.4&MR1M23^SQ0?A_PQ]",/0WL:4"T\8D MQY15Y_^3]?^)]S;V/0$=BH(P6_RQ_5WE<+`V:?T,:4?Z)\5"# MPS5Q<0I8%6)@69JR\^_YG^,_'LPG\F`0XS$,9CVP(@W&/.ARE1^=OPI8Y5=' MJ]3R7@-X1N#%Y4_H8'CY1*5)%E++65]`XQZMDGRL^_C[]#X?3Q^?##*".77, MY/!N0K@`712/-?*/]R]EP>>[*I:/&:.5)M4'^8O'S]/#%^2@6VF)]6P$$M,B41)C9F7-C&`@5T%,JD0T!I_@TFNU',^;I-0#@MY(/ M3-'(E='IN(@"_JJD^+0TGDW4T8DCH2=)D4=G1(^I;_NOE=\XQI$H9,$T2/,H MD)Q1+(4IGAH9W;2>`9V+B$#A?:+"@ON'!P=V[APF'I7XL![!P:&!/;M%!%N& M=0N-:!45T:I/[YX#2U5`V?P]/#XY]I.&SP^D)TE&S&F'?*`B6NDJSU!& MJZ'JY&.`ZAG1R>J.ME`)GEC)0,DDZ/MM.20$IU0DIN+PAR,BQ/"2=TMFLW\^ M&O4$F-9;3DP,0I-:88*!?30$^LA%/\L#$1+DJ?H12[2KOUA3L@+X:BF'+-4L:C25V@5A>\BXI*;BJHQ#S MB1>@UQ5*TE$>KE$IH/0*6,9J6#KX42G\;2D.^PU,!XI!KV0L!RT2^W]DC,=4 M!$O>LJ4\-CXM%81JD"Z5P.A);&GPXP("ID=R4WHU,G]R-)&1Y^:_$R`Q/TBT_MP-B_G0(EU`Y,7!$<)+.T0\FW`V6'Z8!+2"BP_0A\%(G^%?AL0B'* M0I#B$F$4Q;A)$$$UYJ,<+@PR-(S(`9PJ+C$E0SS"N+@BW6.B53A%D2K7"B9BY?@M!&Z_2X#INF2<65 M1&AJ@2&0WM8\O-2H:6L6;-'I,(YH%*)2*#J%=X;4JAAW39K*#:*YCX'YC7O: M2`4T^91DMQC7=+FGFU<;-R\W3UQZ]'3W:.WNZ2?W\/7W:>7O[0>=.G:OP:-3 MY8TXCGTY^._\2?C'BK/FI)R,*\>5YVSH<8"G"E@\%3A;KB)GQU7B*G/VG!/W M&5>5J\8Y@M`_GR[7BO+DVG)>9 MOQ\8L:S>&BCV[_XU!JHV`8JVX%RYEIP[Y\9YPORB+=>.:\]UX#IR`5P@UXD+ MXCIS(5PPUY7KPC7G7,RXPIP?S'D`^4+,`\@3M:C^L<[K0\V:__7E^J!VAHO@ M(KD!W$#NZQY!87 MP):5S`W*Y@%E\P*Z,OJV!OKZ`3W;NQ,3@8?`VM#(T-S<#_[7N.JVJH9GCUOISA#7Z^`Z6US*$T M-8.!GEV`GMVX[EP/*!N6L`^4-,(0^2^VU-:&-@8_@P2>?Y^L_\#?M@R"M#<9DU%OUO MYFC/73#,LH`REP=2!0?P&WF%M$'#^7 MFP=\C=S=F_N:6FTTM-L8P$(!6(S@E%P\E\"-Y!*Y)"Z92^%2N5&?%$2'K'PCONWX(A_%GQ/MCK3+6$JG$2B*A-[IK2]C?-,Y&4D=25U)/(I8PBT#<-__TK]64F8$6K[7X'12,*,"69+<+7DX560V`(WV4DJ22I+["4. MDBJ2JI)J%+N&I*;$2?*9I!:XG(WIZTL:2!I*$%X3,,UX?[R,O%Q'$ M%O`TH%#G?P&B*TEF+0FR&[D$J-9F<:1FKL_HMQS]UJ=?F07,&B*,\6W]05B5 M>$B52T&I80&S%IAZ1I<-_=H:W4Y@JEND:,Z_&]%O/;.P*I1&2%$7C(-9FJI@ MZH"I0*[:8&KRJ>1@[/DT&+L\'[\.'U<.\B_SK4AN=%4#8P?&D>R.9K,Y"X)L@)*!^`FG MIQ\ONP\B.6PHC/G_VJC_!8W\;.P?#V/_!'[\GP22QA20.*:2Q&Z2UW-!0D#9 M`&6.^2"#+`099#%('4M`+D%Y83FW@EO)K>)6<.<'G<(>X(=Y0[SN5S)[E3W$_<:>X, M=Y8[QUW@+G*7N,O<%>XJ=XV[SMW@;G*WN-O/N">\G]R;WB7G/%W!ON'?<7]YX#<0W&/&L8 M1;`/@Y'-HO]RA'&M!M]WU98X&\=!UG,UEC2!<<@%1CI7B9O$7>(A\9+X2%I) M6DO\)&TE[23M)1TE@9).DB!)L*2+I*NDFZ2[I(>DIZ27I+JEX53#6:\3$9IP:8FF#P=!RQC(-G M(=8!4Q=,/9I;]*P=](`?MCJ-9=G-1_D+>+?BW.']7 MB_Q;EI&_VP?R=[?(W\,B?ZF%D?S7_/_><&6TO\#W$K9'C#?0KOPA5&F$\QHW6#./`O&HF$P.LV&<>L' M[B#T_-G@OQ'&Q^W@OYM["^/09(`Q`4+'PSBV4O8K9RO)Y"I+O&!,:`*CX$E. M*CD$XV(H^#>"?KXZ]-ENT%.WDW2&GCD&>N9(Z)4'2Q02M21#,DZ2)9DBT4ER M)0LE"R0*6&Z;Y(@$+]1:*3/`[#T*6,;0^Y)%8'KA.?Y<'C`O)6\D M[R4E$IG5/8F=534K6ZOJ5O6M&EDUL7*QVXR59SK)99N7")\*N"7%98+;'ZUNH'JZU6^ZU.6!VT.F=UWNJ,U2VK MGZWT5L^LGE@]M2JVDEJ#`&Y=SKJ*M;UU5>M:UG6LZUEWL.X!3P/KE;)NUMVM MPZP'6G\.]D'6<=;QUB.MTZW'6D\`]U3K:?`[RWJV]7SKE=;+K%>#:YWU-NLC MUJ>M3UG_9'W)^KKU'>N[UH^M?[?^P_J)]5OK$IC`V4BK21VE5:3UI0VEC:2N M4D]I9VF@M).TH[2/=*4L5!HI'2H=)E5(1TD3P;U2-DXZ7CI!JI/.E.9(%TL7 M2A=)UTC72K^7?B?=(=T),?9+3TH/P/NX]*STFO0&I5DINR>]"EBVW\#\*BV4 M/H?W:ZE!^E9J(V/AC65NLM:R#K)`63=9+UF$+$H6)TN1C9:-EV7+9LF^E"V4 MEDWX=8*G.HWP#M"[X^,D8<]GG/BI16E,,H`CI)93G.KP MZ\!])L&TX);4%VS\[Z<\#4"^J`4R16V`B_#QD4L8Y$8`L;[DLW\,4W@0;X3= MF.`QB/\:)*1"8PF#*89OF5]I7\LX_[P,ENZ_@RB$F^*Q>A?\R@[GC/SQX:=L M_A*ORE0`EVE%'M=ERM'*#,X%JM'*?&7^J0G&"8QXE1[7U85P1_IU!I_&\`R! MA^ED7$"":`;]GQO\-B+9/P3>76C^T)!F(0VY@;0RCW:<\Z$=?2>#&SQY7 M4?JV$(;K\ZY<1WX&Z\JUX_P`%INSM:=8KC#KR8+'"WR"P=7&.(/K0!3`G"(I M9\3;B[0/CI*A!"'`B-4PLG6%W_H\]&XP?T);=_+IA7,S"1K,,]"8KA?9^L"O MB<88KQF,0H/A<90$07RD,?IVAI$DE""%$FYHCP170YJ=A<+(J[PN\7(`N$\K$F\G[A MHG"$&LI3#>>QF<9P]#<]&#Z!CQU:9HU-@=]L>-#%J.QJ5GY,JR7;=+#/X+G> M4:(#605KRQ7FS*ZB5&+*Y=#O5P1U%N_W)1]C+KD6B>H`8^22[QP^[@(CI'E& M^//-:+?0+%^O-.-&$':L/YG:4?&O!4YLX]-E@ M]/V.4KARWU.,C=QF(Q6VT/L'LS4C4TO"9ZLHWVUF83M``MUIAI\K]Z,9=05X MN^EWK]%G'TB.@GT/M]\L]SSZ/P&=^Y7&UX`_VG.).P-&%5+@^Q.Q7:9WHEI%3;W!' MP'X;'E,*6/;\S.=UQPR3`NZ74JW"E-M=L&/\>Q:KD>:4NP_F`9A'%F'WN5_! MG[GT7"'8'IK!P-_?S%IC$?P^MJ#<;_#[AYG/[V">@.T(5P0VC/\4'LO>Q[PG M9K\ON&=F-2;$?VZ6^B7]OC&C!JZM"2Y<8V.VMV`$_Q+NM8@Z?_'V8NZ=19]J M@$>P5*T]/DMB<;KB):TKH:;W/@8]M+!&X2^M*&)$?S4D\4P(B" M7\L^/I2;!#Z3./$S#7RF<6O,'MDGR-[_WO,INZW^4P_J)E&NQOD!/EE@[.'! M7Y3C:Y/!D$KPK@1/))B)O!WG$I5H+A`)IA7,$RK3;*`.Z1!:T2RC#I@!9"OK M"06.P!E(/1@+/&$&4@],#=(^-"/[0)A9-"8?4QJAF1'34T#TFS4 M@M^J,+>I1=H.W'%4'>Q5:3;B"*86N*L:G^K$M]5AQM,$3$V8(]4$5WGXE0'/ M.).?$[R=X(D"4Y?L4GC+R1_WJ:&?-T@EZDW?:A&5Q=,%X0]AG? M)CZC]50OLKG3NNMGY&I.J["?T6XW=UJ918Y'>P2YA*=%J8>C]6!O>-"%\GMK M>#AP^]$J\#!XMX:W'_CXP^\PL/N#CS?/9?ZTBZP-//Z4FCT&-J!W.UA%M46[.UHCQ,'\Q,.WAWAW9E"`^"-.TR"V-?A\`Z& M7]P-%0SV0'@XVE\6"))[",GOZ(>ZIA`*6.-HKQ1'^\^Z@4]7^NU"+O3'G2`< MOY>*OK\`F["OBN/?N'^L#X=WX_;BWSVH%T)[7]JCTA?F.C&T"PW??7D-%]K# MV*YZ87>]FI8!9$[XY>'/PC@.?>+`KP1X/\QL%S(WP'4]S)([7M;'Y M$CNT(0WL\>270O94>(^")Q7F5:/`G@)O_'(2?=1@YV"NA!]3JTA+QY$]G>QJ MTMFE@Z%/4TE_EP'/%_`>#6[4XW$8.?(/9YF M2>B;23[,SI$O>[#GYLSZ<8[<'.\[6?1P,&.:3/,F=*'ND",_+3>=WAR_`W`& M;Z?3F,"P/8%T7PV\F0_'ZQUS8$8UP[A?$.=7@CT7WG-@YL2TDK/HC7]S*.Q+ MF&'-@?D4Q^%U\G/I5[#/@^3 MII/I/)>"_6N84RWFEI'VLYGTKNS] M+=B8?0N'%\3\0-K8C?#>"E@/'JRX#>P5'/>Y!LA^!]`,(.<7CGW4&*AW?6'08[ M>W,0`?LY_F+E)<03?-@=\5HYZ:,[X% M.P>S%]1>H_[Z*KCPS9%&^P9O1ZTV1[:;8+_-QV(S&`YF(ARO\6::;P[>@A_: M[W!WR89O_+O'V^_!+P>S#0YF&Z@EOP?OA]ROY/<0[!S8[_-^C\#U$'X?4?AO ME.81KT]_R+_Q[W?>_@A^F9Z=,^K;GQKMJ'E_:GRC#IX3V9_`K('YO8*'V?&- M?SB'0#N^\>\MS1^*Z?T.0CB0_IG]/86^0VT^VB4&L)>3O`>#=HD$WS21(#T_ M1WO(4-IMDR2J2ZN!BN^+P70-^:TC$3\U2CQ/$87H'?']&.PXXKI9$_.!N.HY#'03' M.4O$3QWPJ2,1/W7-GGJE'GFIIS[`0$U#`W@WD(B?AN#34")^&H$/[G\0/X[_ M\4?X,%:=,E*1S#[1I*_Y\!.0N$3%:'D:?@VC4,D3HI.2S+ZWC(M6X[%/XCCQ M9N?UM&R9G,(?>R"/2]$D0V+E':G-B0*I#7=7:F,'1@[&!TP`F)Y@!H")!9,* M6&8P`/C!.81F`\P+0#TQ5,/S## MP*C!9(*9"68AF-5@MH#9!T8/QN&^U*8-F%@P<\$4@+%[`'Y@!H`9#68)F.U@ M-O'F8[.?3Z"/(CE6GA+'?SDIQZ\7112.3T[5J(4PX?,E5SQ1I:E:KDA.C%:- M$#ZZE`]7Q$3C63Q"1F!/DX<%=P\.ZL?#B4\V1X5]K?,Q_%,@%2`7.R8Y.BD^ MAO_B"ECAC!G#?_L4Q7)OYO*/TR,6'T_]*>G'J!5ID'QX=*Q`AS)"\7,D=B8* M6'^*5+1:X'#CMU7JZ-$L$(@E?%5H.H/+U"!$H:U*A^*G3?@Y9T_,Z,AS4PPR\%L`9,'YCR8`C`OP7`0QQ', M?_;[,--W2M;\-U(:H0069DAV&>)_:3&7^D'^ROSO=F5H(>KRM7@G+A:7!VS[QP;6WSKR/;3LZ\= MA>\=Q5\\^O,K>Z6_1\05-O&WB+CZU8]6(O_OW?\K=E?@]P!+^7W`GV+L^+25 M^'25^;>]:`^PI:GZ-Z9:&7["_N&RXEON_ZU@L0?Y/YW_?_?__M=\;/^ON*U; MMLMRHCV_@E\%T5Y?6PMC_K%F4+MP8*<(@6LJ^.*WH=\1W\>39J(KZ1,4W$$NB=;8 M!W`AT-OAU^2X:C\8PH="WXFZ$D>`?HF[S15POW)/N3^Y]YR-Q%Y2E590/OX7 M#'0)YA_\TCN8OI[O1GTY^G2'7];7!@-%*M"[.U<;XN"NN]Y0@BYT4D(?B!-, M_;YP;D(HA+I32#"$-85^GX6$PJ\WV<4/9\3"_/D4V4O80RB,6.P+3YP)H-PM MC&8.,-J@=JX1T,N#QIA&I*FKSG_S7YUT:=5)D^9$OKB[T$GT.,#X@Q""H/]B MNPX;$`0\%:(*6/^@9J\NY=$(\FL-HU]*`-QV)OT=.*GBH`QQ[JI97H,:5N1P]++;C84P72 M,"/\.I9Z\&0-ID$,YG_QC3L:F1%^49;`L,9=XJ-FDS4>Z+="^0+ M?/M#;Q#\R<^_I_\N#Y1#/JQ+>EC4IG8F=X5/?FR!\U`?'FC\:M>NU)>^=J3U M9CM7W4ECZ@D@K M0--3ZY.?VE`CV+H;0ZW5@3?RI]`_.-.N7GNR-?V$AW%T96C;,J@U,9=[?\(3 M0II;CC2U[+=+J:_#:6^P7+9]>93R]*79ODE;[D!U/ M+,"_T'_`?67QWX=7=EWE:2/C4U/ID.@/K_'^*^N[X_Z2VCB72&VFPSL/S%,P M[=Y+;0:#F0YF"9A]8"Z#.?W^O^NG_Y>LG^)!PI^R>EKF"EBHAYW,YCZ8`#!* M,+E@MH-Q5ZACW/'X+W?A!%TW7*?]U/-G57\W^L>(SI?F%X#IC&EVRB`M"EBK MXY,UQ@,Q@9D5H_'L7>1G1,?VWX%/:\X?/0+W?^G\6TZE^%!Z/`97$6N&O/EQ M8>(0ZD`TR='".7<`%],C^3#(6%W1:K6J]&'2'SE?F!+@0?/(-VGQ7Y1YI-J' M#UN+54`Z91F9F<&/5:2I52ECQ-'?T5WZ?.Y@(J'M_]#YVX']^_7A#^%.HG,-+4KUT0.V M+<_OQ!X:4&5)6(R/GD9HRWW\/$+;OSF0D,]/?-XI73R!U\%@&'8+4.:DE-CX M./X>&B!%6LL!_!^7-!)J(RFU&?8=9M=`9%CTKW@3@,)X"0+U-:Q\6+OAFJ2D M:#H'DBZH25'%IM%%0Z8SV#/X>#9Q=`S?OPT?8\S@;\]?%Q63S]JB M]U29LHB.-2\![5[#BC../M')HSI]BA,\+$!Y'_W_'3^,$Q6[Z48V^QB M'OX/Z\>B>S7>5@"U1)`^=)4.C,"-T]P^7@4-Y9W[R'OWZ2A#0@=V(B"'PDH2!SJ17);B:N^.3^G?6_:<#]P.'8KV3$Q]#X M&1C4TZ03_L@?BEWFQY&S:R(22?@P@$%'V:'H4[K[H`/N,2A9@?VM>UGL M3'WRW^%O!,3WX"(PU)=_ECTV!;C;YTR'P\8TPD"XJQ0@-"/(XN"$= M47(SM5],!*-^++!M6:2A$@$`$.K9>:9B3,OPY_,WA2":I4G?)2QX8,]NX?W8 MA6UD,][O0]G&J](8)OKWPJB\L9'OA M3CFR(,NU9^=IT]5%K`TR&0'%%M,E=Q!#?,N7J\41GVD6M[>53L''*!U@NDNL M=!@=@(PWB2FAU^+G+.>%""&9A?D8F-UIY?T8)&!W=U4FI[NSNN99, M4E4,UXS@`MEM=*R7Q:M@;+F_&OU.R1,M[7E*ZD-Z;8` M7URW;S9):H/K]-=U4AMOV0?*Z>3-=,A5>'/ MGUF8*[5!>RJ\J_+GR53C]0#_],^2#I?WFLIT$?"_!^8Y&*NYD!>8!F"\P'0" M$P9F.!@5F,E@YH!9"68KF,-@+H*Y!^8Y&*MYD!Y,`S!>8#J!"0,S'(P*6,QD M,'/`K`2S%0[&:@&D!],`C!>83F#"P`P'HP(S&;,NO?N[R&/D7FY^ MOFX^N`?)R\/;RT,^B-^]-.33XS7J!CV&A83"[W#"T^[QYCUW#T]W+S^Y9QM_ M'R]_7V_HH9,U_.ZF?Y2+\=HE@M[*%V/ZN'OXN7MZ$W!/?U_??QDXN]R'(/OZ MFM#VDGNV]O?R]O=L_2]#QO6&*%Q$P+MR+R]_#\]_A[U( MM&*`37#;(%Q@6Y__),EL1..7AZ>;AZ=H'/G_BQ_GEJ8$<1PF@)P;+>2GU8C3\QH$#@E)P9@EIZ%>AC(I3@4A*,'#QFW.+4:>H`$0L>XU(@91X3P>( MH`R)?S"65Q3M%WB9*;5YR9]39RG#5./W!V`\!Y!)\.L&)S/M-/NKS^\KL.)E MEV80;YBU*5S8L]*4S]N*EVFF@V=H>996(MI/XR[:QX`RT/6*3/:QQ*\UOX_! MBI=Q4AV8C"/E<1?V'`6(XJ%,M-"!R4I2B[,)N_&PR_$RV99J#%_+\G86Q=L' M\?9!O(!RYO&DI`(-$]8:RKWPW?0I8 M:)*'A74A/A[24`YRFKR%A+[8LHP7+XIW'N*=AWC2,O)-$YT?AW+?98BWBZ]S M3D2_<2)X>+/[3%>)F:PIP,L2Q9L+\>9^(-X,43R4<9=`O(62TG1N*SK/+N"` MS";`#6=;R.<8KV<9?+60YWOA;Z87P).4CB$NZ;C\P% M_NE?V>HEM[1HO&_H?VAWKX[;V;.V!5R2U;MVJE8]7*V^( M[^OCX$J:`B\(3=6HW2!J;[S& M#"^=DJ>0QJKQ352+8HG:1)5,=#:Y'W&L!N!D-P22P,XM,-2\)%0R8*6!@70^A6NNBD M%"@GHM%K@&U#2N+IY^7F@9]TM+;T:&.+>."M;DG1>-MDFA+AXGI-M+!0&".G MFX>,2Z7$0:)$B+>3+"JC,4"EB\>D^1YB;O@_U:F@O[(8O1%8`'YV6%C\B61'K)@],EC=MWI3R$4?`E(IHK-3D,8(G MD!7QH`6@YF([0[5UJS9^(E^A]%YE^;$4?JW;^(I"\4L8_]CA;?S]/?UCO(?[ M^GMZ>?]-,(,#%A];BW9!I,"-(KWZ!>+"6S1R%7!2=*P\/E81[2]/5H`'EM., MXY&/7'F-.2.*@L%+U:A2@:&`"+@T9EH/8^7R:LUN['1O(^(XK&#\I@I8[^D4 M9V+;L`P04"H0W-L(C$+-`F^C0TZ)3D^)-VE_S$H7DX@+CE1?T6GR#$5BHBNV MCSB:CV-,W"]!L4TWRK%+.[$ZY5T5T$SCZ6)XQ6@:0N3Q)N2%ZH()4*LRD3:+ M@`4GW41T8EH*6%YLGQ:/[296(4J5%!VC!`I8I\G9(BIRF>"CH3LS@0?C3:NO MB*-YMOSR(8^L6[)"+5`L!B^W+T4H6QS::G12<9E74C!",.C">1B]T,2#P]7T%Z- MQ$1VJ2`4&7N,5-SUI()>HI]2,:8L?D)2P&1#%8WWV<53ZX!T=`NVG+(E4$A, M.4]--R.A&4UY@D(JT])W:9)BAE#'BG0V7)0B%*T3=T]1)KMU3E$$6-0LXR@C M,_'=9FD%"6DIB>38$F!`(*C8FAD%Q+H4ZA*'XSU\>%,K%1,)E@CS-"!L,W<7 M-]'@AOMGTF*B:;D=>=MX(2*@@H.%*B4=F,.8.CXY#9U(V])(EEUT=[?F0JD' M8['=L=S]D`?Y$1,B)Z:54@*"?`.#*0Q'RA1-8BR6&F\]3)8/:"ET@W*E(AH8 MW4W>F5_4.@$ M8(AD:APW>3?6N\3@M?40*9J-OB!JB%I'Y_#>KF*]D"@(T804O"BD3$F&KH&Z M%?Y>>H8NO_T#2L3C$0?M/B6#>C=>#*.>@9>+6I)F5(>"(`9\M&C1S>`I$;F\52:X1J; M@JQJMED&285J26CI>!=M//6('HAN"EC>FTEMNU0*6!'P MT!`Y?Q^G*T).1E8,#6E)5^7&(\JLD:<9"UMF28FQV-RDK,(9RP:Y"9!C%!\O M8/C'"EB8EAIG/C,2$]FRR("42D$2"E@DB4_F6RA@IL*=Q/)F,)K$1BM@[N#R M<8PZ?PPCMC?PPTB91DS13Y_7H@IBS:LA>%8!FTNS=B'""U5C5(*6%:\ MJ-(_3J-1'Z81]%[F@B&;94$&_*03+SHNS:^L!TY38T^&.(9VZ_QQ%$(_C$)J M?"S;%T4;,E6:9,M-F6X0HP$;'!7"3;0D=*G9Q=.:Y'BZ$YBU':@57/7!PD`2 M0,>TP82?4%/)_#^.;^J'\>4Q:%#F_E%+U#&R$7?C%C"ZQ!BO:/XH#K$?QL&T MF>SO=K$V$'KYE#B\UYO)0#CZT)YNY#,Q8LT\_%%45>".6K9?RE7>TI.?`KKP M^:H4H^2>'DEFPP>)#@BJU%8O',RPF0O[+O&29YQJ^<8*6&1!J9X-@4Q6YG$$ M3H"9VL=)I/DPB0AJ@[2DI+34!D;)BJ:WA!Y^-J"B+R-PVDMCR7"5(II?^!!- MC-SD02FIR#V"S*Q4JU/]W=UCTM/<8*H+?=B(^!B7T$U`>2>GJT=O/R\'/S\O&AQ`WE(Q6J M9$6B&\SC/C%W(PA?#QY$&H@P,8H,Z,`^%4PK;[K8%<'J9"],167F9T M'S>(ZNOMYMF&CXVY`E,H1KO%1,N;(<,`CZ>FI"2Z?"`](@Y$\W#W\N'3!_;I M^>DI6UND_%C<-I\:UP?HZ./F[2?GX^(%Z2!,?RH-$02R@A=4A5";.!..'HXS MJ4\"TFCE[M6&83$P6IF2(N\"@W8J+E6HTE$J^7M"&4%Y>_V/@?*! MZO;X-T%Y>GBX>7EZ`+\QUFG(@&3$IRDZ?BB)MR]QN%"-#>7!PZ'#:D:R`O1U M\AA5O#J>5BP3%2IUFLM'X'CZM;:`\Z'(K:`>/?'=BJ_+O\73RP.,E[%DD"0T M43$:))V/1_?^9]%]_EETWT^,[MG&K16U1V_YOUG#!*KU_QRH-O\SH%J[^7HB M0",]$A.&JVE8D3,[I M#J.@BG(J.PFP-["FMQ]PI]`H^N$96,EQ*;3%-'@TDQ14\G1@2H\/`?'!&H?6 MY2'DFS0BF=:N_BZ^WS^+[^GQ#^-[_K/X7O\TOM>GQ??RIE.N/'P%(J>-'`/1 MW4#R:981KU#%TJK`&'DJ+@NIDEW^!HZ73VDX'TL"PZ6I9S`F^9L4WI^6`@#9ZN,C)<:EOL7;T]08 MPA4Q&LAJ3$A*C":--:F_'^V\$%]/7S=H6:8>.525$AL_8HR\I7&%AO^($%X9:R-JG$G17^#99BE)'TW2QN.?)VG]SY/\<\3\/ATQ3^C4_$CJ,!$Q M)56M24-F@41NT9I/YVXO3V\2RZ##\_84N+O7F+11B9]GNC//L)PZR7 M)XJ1;=Q\@6E;"YU6X(`>\:B7^#P^/UO_=__&_LO^COCL>*)F&^AO369.XJ)K& M]@59KIK@"EA(6AG>%!??MWRT,0GKVZ=*M-WAT"E@.Z8/N-'ZU"EB\>@0/C.P3UKG4#G&$ MW%D1AZL;:J4B36$!/:JY/#U:%8^+\:39X_-3@L M&.):8,VVBK1O-+9,_Y8->O=I,-XRC4J3')U6.@EYM^17>DHEXE<72R?C`UI^ M?-FQ%#Q/G"`0FF@<8G1(\H@ M''FW;-`R5-ZH;-K(!]NVC"L5R&,B;YE:*D@@@;REIE0851/@9NLFMR@"<%B: M9KC*UA8W,K1O8)ZN@:TJ!LC9?EB:`F"@=9@MO^377DP+;.H6)&Y@:XL?[T&J M*'[O5R/,P=864&&>;.6P02//!O\=M?^?^TM31JL4[K$I,99\T3)6D:Y(=`\+ M#NS<*_C?'_\_O/_3Q]NKU/[/5JU:M_KO^/^_,OZS'9ZLFD5?RM!G'SB(>_I[ M>_M[^YIM[?R?^[.UK5"!1M'VG_0GQ):7_H8]&>HQ,9$41O]?>]?>W+:1Y/_> M^12SJ:VU=$4BDBP[MIRDCA8I&W42J2.IV*FK.P[9W6G[X2@&K0'OAB M$2YLEV"X+3+[/?[^5[+9)MD,'N%1MTR1+J4Q]MB^+*(%]Y[! MB(HA_+F-//,[9\^@\J!V%J)Z+HRG9-^?6=.6OD\'G?&?QQ:_:4.$"=^\_3Z) M;F2']!@W0TI2.XFR)*:_%]%$`USP"'(C@EJ\$D]TXK6]'HS\M]K'`TF6DS0@ ML_C@6K*G.-&,/IPB2IPZ-&7!6"[IC[5=L,@!F?SE MT<0E)V7BD+HU*TX.6D9WON M(=5@'BY61#_)?@RV[*\%9R]RA*_("EB:S\;S?_ZS)$.Y?W7QC?%O,2&MU[82 M$G08=WD2"/@O`W;'+]82AD6+D"(+3;N-]6AO#5%]JB.QTN3BIB54)INFT2KW M&`I8A/>16BRTCC#F-I44G*(5Q/3+"EC9D8OP+IR9&[_+H/#0^F*.8N*=-'3' M7M&$I4U3Q@DBBS*J'2(C)T^C2>%2QSF["EB@```"!RXVX#)/DV*RT&AYA59, M%E@J8I>S=R('^1?0^)+R[ M/`M#D-8>MP<19]Z50$E;H'Z8D^76/O:>>A\/9;]KJAJQD0E!NS8Q4H#`HVB" M^7T8(&77#`0O=2*Q])I52Y+1'6@\DOL^*%L."!#&-<5Z0-]-:! ML_6J,R(E6KY5D2/<<<%?9C]4$N9MQ;I&/[`QL)U]_]C!M0?XA3*/;]2>FX=]PXSLR+9$.^LGLS(,$47*VNP+X^`41&TEH0C,0P M)YBJ--KEJ;Q27QC)GC*:X";2O;Z]9!^?0OV)150)'WE=3`C']H8TN&!Z2-O- M[U_?C-]==?S+=Q?^Y;@W//C%P?>H97[YZEWVZ-`(2@Y^`=.^XC%I_//A8/3N M?-#O]\['CUKVEU^);MVF^^PSKWN7`SQ04LD6K7WVX5[_IXOAX`I8SV]OE"\] MA_1J?F^Y7/2$\3_0\EQX)-+03RS\J^R'9:#9]=L8H15@D(7 M2I@^6^ES!6G99*_@QQS(17-+%V; M)\^^7._F)4BI6=5EN1O3:_B"&9]?98-QV ME9M\W6F9(NJ*H9B;]CW;AABV3(B>)Z@^+K/%[]7"2<-;*:.]HUT7.SW"V]9G MW,2XTH=>EUGA(J#[XR-B\&@'JJZ+]CVQ,J8QVPYNKZI+HM>5JRZ1;+5D/)6V8"VBX>$]J9F"SBZVX#-+WT'0VV\F*U9-%M,Q! MJIG'9763&Z+DA))Y`!I'\&P6K#U[PR66[>#(N$(721P/@YSL4F9/3^Q0W!N` MQ+&,^WE"]V8H6_D=[&D8(HE34IEW][3G>=\XL<9-XQZ2@V+BN3:F>[<1.IMN M,:*-#5;7Q&F>$H43\SOD>L=R83S4KV3UHDSCJC+15YWIJ#9:2R3T-EB8H+:C M5]0MK7G8S/;87"?;)0U=\415266^V3>O;\Z("=_:'X?6[4+KM.EOP+7)E*4 MI_K.$ISNL"J1:D(W6K*+REK'=1G[7#SH:FV-JS!43YGLZMT2RKV"9[>"\@&N M:^Q3VPV#1=F?5M2,(%UFGR%L=5SXW*8_S!E%Z.FIM9\INT2P`J^37`:4#54; MO66$:9;HC-"8'ARAK']F/X@ZJ>`SB;F:4QB&\,5:?6/E MZ$O++FK4GF\^7-4&;,L.Y8"79=L&%O_!K#U/ID0=T_=*XNSB20ANTM3\W.$D MVZ&(P)[[W:&T?%4+\U[41%*_F)[KAY-"L9D]>?+$ M<_\?J=98;",H^KR[CJ`I7JJ`>9T>H@833*EB)GM&N$VS<(#Y#DY=8/-!I!$.=1 MO@:[<11@T'3U7N0=+S^33X)J\WFPN'4%GS+BKE&-8S%H'T%$.@N>@,SG)/'O MYNH4K]SC<)9[7`E*PH\7^)F\@$ADEDRYW.2LBD>X`CY2/F/1B8'/0*K:X+:- M:/.)"[2J.YNC0#V79@.6.\H&ZETUU<[P;$>:3"@:U/$+.Z'6L2"5)L?8(^SO M92^/<;G(HLM"$&KYLNX?J9EW):BMRI<9HS]!%//Y%Z8N)<"R60Y^9]_0!"L^ M4;4,^:P$-(;KD35$4&[WJ[?R=N?KT5H@;F"/HB1ENL$MK:A!Y9G;ZJ0I9:KD MS#!"D7'1]D;O5]>JA`\3$)M5:YVNWH)QL+[C*J18[0$K%@WPGBSJ*$:S$2%O MLIO,OUCUTQ:K:%;6I8H@!,3.=JM*X6EZE2O86&@*6`6#POK,5.;*H@X#<_E` MK4/,QERCN$4#J#13;(DVR:^N\;>KMS))'HYM^D!5%D"@B$=E<59V39&J?,:6 MAWEV;CF*4BM2SC94L4P;"*/?-BLULU*?0NL8>H\3:NSZ!GD1(D9YL`C+5=%R MT(*V._0T=@I8+HIL3AS#EOT=N%Q<2\A8%2EAJFGJZ$;\&[1+,'II%OR)QE"T ML8A'8QAMO`ZK0L%8;Y3!EXHB/1OA8)R(=B6L81$1X6X#`:=J6*OBO8^;=`NJ8!B?$P-3M[CSVD^(A-3.DF"CCD/< MC[C^1EB-F!^[7B7S3QP3W*E&6``OU9.3)R?,S)[M8>1V+_?:7A7G(@TC9OK[ MI`B+MC`E"EA8\L!L:V4P-L):G)%N_J'K#_'HQH<8@;^H=,D-F\3B.]>P`VO* MQ9?;MJCZ^UQXU+CO72X[[4#E[DK2F;N5X]!*0'S:$^D=YDUGV/?[K\[V$6D@ MLD""J;0.Q#COTF#IFHS(24[FMHA%JD:YG+I430'/M;/@-D3O"E@NFQ6D*D"* M$Z-@$Y5"KE9/T7QFK#>'Z])Y#26$MEBR^(!N'R_+&%;+;'];VM2L+$K(G1=3 M;F#>P_AW#SA?20V"UAY_OI;W,Z/X2Q%-WQ/0TS0@;2=)#>IHO%JTRC7^8,.' M9<9>NH*PI_W)AO`=E*C;9=9-G4<<%H>.GW MN_:TY8*P&S.VLE)U?@;W)+/7R>[1#++3W2P!O6/'_))G!`R!.2>!1J@M85>M M8;*Q22M,M(^\4QE8)&$8DTB%,5)*;1O=$MN:3"+1QIAF*O',81N"%ZYM)7G6 MU;,0CXH-@8P'YSCCUPN\VBO&=8I1]Q'M;O[Z.:,PTCCGTV$QC%B[-5`H)"^1+-:6H=-5TMY.-G)<'`\-P_2"3'ZL^K>]F2RD^+4QO$A MC[W\[J_`SO&14\5`&$GR'DYACJ_SAW")W:?)%NH^[VBY@#W?DG-8]H1$#IY) M7L%.JYP[\T;[`,#TH M8Y760HQ`6EGMT2>(3/GT'!I%!4N]#41IYY;N,=4RX(#5^$Y>?8G0,!MS8NA4 M*I79=-,1P0/M&>LIX@RN27H#]E'J@4+T]R&[*$7#J:EJ-8/AC'2@:GYGMEO3 MAXZ.SIX\/CLYWG<8S)6W-)*5=L#V?=V7_!^E@O'T/P]?V#>8^&.$P3@?#NW( MCX[/CI[:-I(Q'P87[&] M)#4?M'A1G?\YV#HW;!LE9F^R)A#SU2C1H;81(PI8&P;4TU"6P:^)@"F6*`?M MP':*Y00MYFX?<$VQ)/A2GQ#1V+@IB+I/JE&DM=R,2TLVFH.((E`%'PCQW!(& M(C14(WU;I)7L"#<'*;H#-N&BI[K6Z@;UM`9H#SA22V$<6(8Q!/(O_LT?';?KO^/EW M1X>>W1\`Y(COR6/OV-KOB4@7&GJMMSK\D;Y:)4D*6%]Z/5Y&GQ\????L\>GI MZ=%S#FAR;%XZ8:W+'H.@=#LO2%ZU(9K$-L342N8D'8A$-AD]-Y57D MEGZ3ZX+(.Q@=_!)GJY>V]OMP?4_Z'A]F9X*=,7AP+&_F_+;[C^,3$I@1U1CI MX<>O=J M7%9ET3YMKWLD1(AKD16@7(+BDJ/'UK$Z^!#N\:"X'-M_XQ-WW0OW:"AL"._T MPD(,D>Q1I%](I@0\*LE*4RM:&H^0V!Q,9:,)DXMHB3MY7@7_80^R^;?OZ7^R M_N:'8B?PQU/Z+*7'.8D"\8XF'J=,8S>+NIG-20=V&]B(S-C3>(SLKMPK&P+Q(8JN MMS`LKLT'7@B*Y--,$I/1FU,LD5JK-O&9+U'>79-98^7!\>'>_3U M,]A%,8TAQ]RQ6HRE$%>?8(>6#=S,LW\_=R0I8DDO-!<=)H^R]Y...$IHG M0A+>LUWBPHZ]2]&I2@XN5HK2_FO.5C:S@@,_[$.;%'>98W$N:SO.%I+X)A%W M01G\F-HA%>?`QG<8":6C4WOP\=E3VF)NHL_%61'`!-6.;[`EU90,;F^YKZ9GW/T\ M?+B5ZJL].K7O5%;$O-(>_<)MIWZLHU:DFBL.\(?^6P(?Z5#JU;=;VXO^#LDJ M0_+6]UD^BQ)O_N.CS%[XESU@JIAR>(YU`Q+YJ?-]%AP96(ICFDCMY,D3:S)T M)5^6M,<'(Z/I.9&&4B6S<-F6.$&M2*5F=2Q%.#XA M(WT:QEE8ES-0^4#ER6V.'EN;'@2M.R#=<[H0/P45]LPP*6%0`T3L)S:2%I1X-<;(+ M!AS9%3(<&*XXZA\"B7)+&>TP0 MP>P#$K,YY%8]CO'I/C;4Q%/-RI5:4FX(+/1(^;W:%G&F;\VA_9T>!B_*8S[%GZ76OYN_:7 M7SHC^N#1(]OI=^G_GVWO[?6P-QK9P=#Z5]>7?J]+`]!SPTY_[/=&+>OWSR]O MNG[_5?=@[3$:8W!AKWI#U-*/B5]<^N.?^9T7 M_KB/]UW0"SOVNC,<^^EWBB7UZJ^W] MU.N/[>AUY_*27XI_K[Y@$S9\@N6R1 MZM$[]_%+[VV/`.\,?VYA]N>#_JCW[S=T$WUINYVKSBN>Q\$7$$"X/;\9]JX` M'?348=(%8&F34&_[DG_=&+^SE`,B^L#>C7HM;3_/+:1!" M#'V-&=V,?$:1WQ_WAL.;Z[$_Z!_2(*\';P@)!&F''NXR-@=]GC+A8S#\&<," M%XSLEGWSND>?#X$^FMMXV!&DC,9#_WQ.1X,Q[69VG[OU:7_JM<_[^'; M`<9YXX]Z@*(S]$>XQ9=7O^G0>V]XZE@5@DQ^K5%@B]?.^A>VT_V)1ND*6'7@ M=EKQD:_4P<@[?ZVHKXK/4/'%BGB)%M+8YB9PLDKNU0=3VNDS. MU$R/%O/2EL@8^K=D96%+JR58]:L+4(EU0*9LLDM.W"+K0X^[@*"%PX8/`@AB MEU_(B#L.).5"7T'W4,75T*4V8#?,@NX]J\E(M+75W M5+57./JP.:E6]1K.20DDS>_*\[VQYQJNL[,'P-7X?9+24)RV,T6N#KV]C"0F MFQ$'=0R4Z'5(RDTXBY!P44Z%;`\%!5&Q3'(W5^+M"U3V39(B5PF' M&L5@$BTT>VAS6;>6#V:-'*#@UNF;`-;A-P!'0=3<.MX$2ZF]I*&PV&LH9'\I MPB+T'$F?JHJUJ6%M*U@@ZQ9^/C;V#]A-P_".DT@4365J/L_@/%A$!'<JZ?F*KDEA"-/W9+"N'=^U9;%8DF:8Z*EG^QH+ MJ_.HK7'CI/J:26U[*)VGM)9V_NLPGB5\2!0'C)Z1-C$>LM+`VXI,N-1B.-C52J!=[==*OU$BA M^^T\^+=JI*SS]#8TT@=44C=)T2:K.98Z*@VUI:7^'3HJM&314O]>'17ZV/#_ MC(ZJ&BH-]K?IJ'LT5$SP*W74_1HJ].<-'=4\J#1N\IF'U,`3D9?\\Y1_/N&? M3_GG,_[YO`77Q1'_/.:?)R"D-`SMR'&E"^0PJ7SSXRE8BWA.MT'CY)>P4EE> MB%_H@<&09TA\(K-%S)YWR,L-+504T$KQE(`>ZZ/$I`A!3>>F_\G^3QI+RQYH M`K61\O%/./_SY/@I?=WT?VK._VS._VS._VS._VS._VS._VS._VS._VS._VS. M_VS._VS._VS._VS._VS._VS._VS._VS._VS._VS._VS._VS._VS._VS._VS. M_VS._VS._VS._VS._VS._VS._VRNYFJNYFJNYFJNYFJNYFJNYFJNYFJNYFJN MYFJNYFJNYFJNYFJNYFJNYFJNYFJNYFJNYFJNYFJNYOI_>_TWXN/NXP!8`@`* M14Y$+6]F+6UI;'1E6QIRelease-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 12:00:43 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B02A616A520 for ; Tue, 1 Feb 2005 12:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD2F43D1D for ; Tue, 1 Feb 2005 12:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11C0ekR057405 for ; Tue, 1 Feb 2005 12:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11C0eI1057404; Tue, 1 Feb 2005 12:00:40 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 12:00:40 GMT Message-Id: <200502011200.j11C0eI1057404@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Lupe Christoph Subject: Re: ports/75885: [maintainer update] sysutils/munin-node 1.0.4 -> 1.0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lupe Christoph List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 12:00:43 -0000 The following reply was made to PR ports/75885; it has been noted by GNATS. From: Lupe Christoph To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/75885: [maintainer update] sysutils/munin-node 1.0.4 -> 1.0.5 Date: Tue, 1 Feb 2005 12:58:56 +0100 While working on 1.2.0rc1 I found that I missed one thing during the conversion from /etc/rc.d to ${PREFIX}/etc/rc.d, that is the stopping of a running processing during deinstall. Here is an additional patch that fixes this. It changes one a file previously unchanged, pkg-deinstall. Lupe Christoph diff -ruN munin-node.ports/pkg-deinstall munin-node-1.0.5/pkg-deinstall --- munin-node.ports/pkg-deinstall Tue Dec 14 02:43:10 2004 +++ munin-node-1.0.5/pkg-deinstall Tue Feb 1 12:46:40 2005 @@ -39,6 +39,8 @@ } stop_process() { + STARTSTOP=${PKG_PREFIX}/etc/rc.d/munin-node.sh + if [ -x $STARTSTOP ]; then $STARTSTOP stop fi @@ -53,13 +55,6 @@ echo "Done." fi } - -OSVERSION=`/sbin/sysctl -n kern.osreldate` -if [ $OSVERSION -lt 500000 ]; then - STARTSTOP=${PKG_PREFIX}/etc/rc.d/munin-node.sh -else - STARTSTOP=/etc/rc.d/munin_node -fi case $2 in DEINSTALL) -- | lupe@lupe-christoph.de | http://www.lupe-christoph.de/ | | Ask not what your computer can do for you | | ask what you can do for your computer. | From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 12:10:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D801116A4CE for ; Tue, 1 Feb 2005 12:10:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D3E443D45 for ; Tue, 1 Feb 2005 12:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11CAI6f061634 for ; Tue, 1 Feb 2005 12:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11CAImJ061633; Tue, 1 Feb 2005 12:10:18 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 12:10:18 GMT Resent-Message-Id: <200502011210.j11CAImJ061633@freefall.freebsd.org> 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 Deiter Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C411916A4CE for ; Tue, 1 Feb 2005 12:08:41 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C16143D41 for ; Tue, 1 Feb 2005 12:08:41 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j11C8fXI024087 for ; Tue, 1 Feb 2005 12:08:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j11C8eid024086; Tue, 1 Feb 2005 12:08:40 GMT (envelope-from nobody) Message-Id: <200502011208.j11C8eid024086@www.freebsd.org> Date: Tue, 1 Feb 2005 12:08:40 GMT From: Alex Deiter To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76956: update port: mail/imapsync from 1.118 up to 1.121 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 12:10:19 -0000 >Number: 76956 >Category: ports >Synopsis: update port: mail/imapsync from 1.118 up to 1.121 >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 Feb 01 12:10:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alex Deiter >Release: 5.3-STABLE >Organization: MTS Komi >Environment: FreeBSD sakura.komi.mts.ru 5.3-STABLE FreeBSD 5.3-STABLE #0: Wed Jan 12 20:37:30 MSK 2005 root@sakura.komi.mts.ru:/var/devel/obj/var/devel/src/sys/MTSKOMI i386 >Description: update port: mail/imapsync from 1.118 up to 1.121 ChangeLog: Added links imapcopy and migrationtool Success stories : MDaemon Fixed undef flag array problem (that I've never encounter). Don't remenber who gave the patch patches/imapsync-undef_arrayref.diff >How-To-Repeat: >Fix: changed files: --- mail/imapsync/Makefile.orig Tue Feb 1 14:59:24 2005 +++ mail/imapsync/Makefile Tue Feb 1 14:59:46 2005 @@ -6,7 +6,7 @@ # PORTNAME= imapsync -PORTVERSION= 1.118 +PORTVERSION= 1.121 CATEGORIES= mail perl5 MASTER_SITES= http://www.linux-france.org/prj/imapsync/dist/ EXTRACT_SUFX= .tgz --- mail/imapsync/distinfo.orig Tue Feb 1 14:59:30 2005 +++ mail/imapsync/distinfo Tue Feb 1 15:01:04 2005 @@ -1,2 +1,2 @@ -MD5 (imapsync-1.118.tgz) = 4eebd7da774f95706655a89788c1ec83 -SIZE (imapsync-1.118.tgz) = 40959 +MD5 (imapsync-1.121.tgz) = 1d0551bc6987204621d467e1e455e969 +SIZE (imapsync-1.121.tgz) = 41591 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 12:12:10 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0914316A4CE; Tue, 1 Feb 2005 12:12:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA8943D5D; Tue, 1 Feb 2005 12:12:09 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11CC83b061830; Tue, 1 Feb 2005 12:12:08 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11CC8ZJ061826; Tue, 1 Feb 2005 12:12:08 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 12:12:08 GMT From: Volker Stolz Message-Id: <200502011212.j11CC8ZJ061826@freefall.freebsd.org> To: tmseck@netcologne.de, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76913: [Maintainer] www/gatling: correct HTTP range handling X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 12:12:10 -0000 Synopsis: [Maintainer] www/gatling: correct HTTP range handling State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Tue Feb 1 12:11:58 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76913 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 12:20:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B572616A4CE for ; Tue, 1 Feb 2005 12:20:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8185043D48 for ; Tue, 1 Feb 2005 12:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11CKIuL061965 for ; Tue, 1 Feb 2005 12:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11CKIF5061964; Tue, 1 Feb 2005 12:20:18 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 12:20:18 GMT Resent-Message-Id: <200502011220.j11CKIF5061964@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD6AA16A4CF for ; Tue, 1 Feb 2005 12:11:29 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8522E43D2D for ; Tue, 1 Feb 2005 12:11:29 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j11CBSA1025082 for ; Tue, 1 Feb 2005 12:11:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j11CBSJa025080; Tue, 1 Feb 2005 12:11:28 GMT (envelope-from nobody) Message-Id: <200502011211.j11CBSJa025080@www.freebsd.org> Date: Tue, 1 Feb 2005 12:11:28 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76957: New port: www/mediawiki X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 12:20:18 -0000 >Number: 76957 >Category: ports >Synopsis: New port: www/mediawiki >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 Feb 01 12:20:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.3-RELEASE >Organization: pitcom GmbH >Environment: FreeBSD asus.site 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 12 23:43:33 CET 2004 root@asus.site:/usr/src/sys/i386/compile/ASUS i386 >Description: MediaWiki is the collaborative editing software that runs Wikipedia, the free encyclopedia, and other projects. It's designed to handle a large number of users and pages without imposing too rigid a structure or workflow. WWW: http://www.mediawiki.org/ >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: # # mediawiki/ # mediawiki/Makefile # mediawiki/distinfo # mediawiki/pkg-descr # echo c - mediawiki/ mkdir -p mediawiki/ > /dev/null 2>&1 echo x - mediawiki/Makefile sed 's/^X//' >mediawiki/Makefile << 'END-of-mediawiki/Makefile' X# New ports collection makefile for: www/mediawiki X# Date created: February 1st 2005 X# Whom: Gerrit Beine X# X# $FreeBSD$ X# X XPORTNAME= mediawiki XPORTVERSION= 1.3.9 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= tux@pinguru.net XCOMMENT= The wiki enginge used by Wikipedia X XNO_BUILD= yes XUSE_PHP= yes X Xdo-install: X @${CP} -r ${WRKSRC} ${PREFIX}/www/${PORTNAME} X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/${PORTNAME} X Xpost-install: X @${FIND} ${WRKSRC}/${file} -not -type d \ X | ${SED} -ne 's,^${WRKSRC},www/${PORTNAME},p' >> ${TMPPLIST} X @${FIND} -d ${WRKSRC}/${file} -type d \ X | ${SED} -ne 's,^${WRKSRC},@dirrm www/${PORTNAME},p' >> ${TMPPLIST} X X.include END-of-mediawiki/Makefile echo x - mediawiki/distinfo sed 's/^X//' >mediawiki/distinfo << 'END-of-mediawiki/distinfo' XMD5 (mediawiki-1.3.9.tar.gz) = 3fbd3add87575918c282b4a285657dde XSIZE (mediawiki-1.3.9.tar.gz) = 1575391 END-of-mediawiki/distinfo echo x - mediawiki/pkg-descr sed 's/^X//' >mediawiki/pkg-descr << 'END-of-mediawiki/pkg-descr' XMediaWiki is the collaborative editing software that runs Wikipedia, Xthe free encyclopedia, and other projects. XIt's designed to handle a large number of users and pages without imposing Xtoo rigid a structure or workflow. X XWWW: http://www.mediawiki.org/ END-of-mediawiki/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 12:27:17 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B0D16A4CE; Tue, 1 Feb 2005 12:27:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A7143D3F; Tue, 1 Feb 2005 12:27:17 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11CRG29062617; Tue, 1 Feb 2005 12:27:16 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11CRGl2062613; Tue, 1 Feb 2005 12:27:16 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 12:27:16 GMT From: Volker Stolz Message-Id: <200502011227.j11CRGl2062613@freefall.freebsd.org> To: jylefort@brutele.be, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76907: Update port: deskutils/timer-applet to 0.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, 01 Feb 2005 12:27:17 -0000 Synopsis: Update port: deskutils/timer-applet to 0.4 State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Tue Feb 1 12:27:07 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76907 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 12:40:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 799EA16A4DB for ; Tue, 1 Feb 2005 12:40:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED6343D41 for ; Tue, 1 Feb 2005 12:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11CeGBc064100 for ; Tue, 1 Feb 2005 12:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11CeFvS064099; Tue, 1 Feb 2005 12:40:15 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 12:40:15 GMT Message-Id: <200502011240.j11CeFvS064099@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Cyril Guibourg Subject: Re: ports/76954: [NEW PORT] mail/milter-greylist-devel: Easy-to-use greylist milter for sendmail (development) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cyril Guibourg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 12:40:16 -0000 The following reply was made to PR ports/76954; it has been noted by GNATS. From: Cyril Guibourg To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/76954: [NEW PORT] mail/milter-greylist-devel: Easy-to-use greylist milter for sendmail (development) Date: Tue, 01 Feb 2005 13:40:03 +0100 >Fix: Ooops... apologies for the shar file including a binary pkg... The right one is below. --- milter-greylist-devel-1.7.5.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: # # milter-greylist-devel # milter-greylist-devel/files # milter-greylist-devel/files/milter-greylist.sh # milter-greylist-devel/files/patch-Makefile.in # milter-greylist-devel/Makefile # milter-greylist-devel/distinfo # milter-greylist-devel/pkg-descr # milter-greylist-devel/pkg-message # milter-greylist-devel/pkg-plist # echo c - milter-greylist-devel mkdir -p milter-greylist-devel > /dev/null 2>&1 echo c - milter-greylist-devel/files mkdir -p milter-greylist-devel/files > /dev/null 2>&1 echo x - milter-greylist-devel/files/milter-greylist.sh sed 's/^X//' >milter-greylist-devel/files/milter-greylist.sh << 'END-of-milter-greylist-devel/files/milter-greylist.sh' X#!/bin/sh X# $FreeBSD: ports/mail/milter-greylist/files/milter-greylist.sh,v 1.2 2004/07/29 20:07:03 pav Exp $ X X# PROVIDE: miltergreylist X# REQUIRE: LOGIN X# BEFORE: sendmail X# KEYWORD: milter-greylist X X# Define these miltergreylist_* variables in one of these files: X# /etc/rc.conf X# /etc/rc.conf.local X# /etc/rc.conf.d/miltergreylist X# X# DO NOT CHANGE THESE DEFAULT VALUES HERE X# Xmiltergreylist_enable=${miltergreylist_enable-"NO"} Xmiltergreylist_runas=${miltergreylist_runas-"smmsp"} Xmiltergreylist_pidfile=${miltergreylist_pidfile-"/var/run/milter-greylist.pid"} Xmiltergreylist_sockfile=${miltergreylist_sockfile-"/var/milter-greylist/milter-greylist.sock"} Xmiltergreylist_cfgfile=${miltergreylist_cfgfile-"%%PREFIX%%/etc/mail/greylist.conf"} Xmiltergreylist_flags=${miltergreylist_flags-"-P $miltergreylist_pidfile \ X-f $miltergreylist_cfgfile -p $miltergreylist_sockfile -u $miltergreylist_runas"} X X. %%RC_SUBR%% X Xname="miltergreylist" Xrcvar=`set_rcvar` Xcommand="%%PREFIX%%/bin/milter-greylist" X Xload_rc_config $name X Xrun_rc_command "$1" END-of-milter-greylist-devel/files/milter-greylist.sh echo x - milter-greylist-devel/files/patch-Makefile.in sed 's/^X//' >milter-greylist-devel/files/patch-Makefile.in << 'END-of-milter-greylist-devel/files/patch-Makefile.in' X--- Makefile.in.orig Sun Dec 19 09:11:21 2004 X+++ Makefile.in Tue Dec 28 14:36:39 2004 X@@ -29,9 +29,9 @@ X # OF THE POSSIBILITY OF SUCH DAMAGE. X # X X-CFLAGS= @CFLAGS@ -D_BSD_SOURCE X-LDFLAGS= @LDFLAGS@ X-LIBS= @LIBS@ X+CFLAGS= -O2 -pthread X+LDFLAGS= -pthread X+LIBS= -lmilter X prefix= @prefix@ X exec_prefix= @exec_prefix@ X SYSCONFDIR= @sysconfdir@ X@@ -40,16 +40,16 @@ X MANDIR= @mandir@ X USER= @USER@ X X-CC= @CC@ X-MKDEP= @MKDEP@ X+#CC= @CC@ X+#MKDEP= @MKDEP@ X RM= @RM@ X MV= @MV@ X-TEST= @TEST@ X+#TEST= @TEST@ X SED= @SED@ X-INSTALL= @INSTALL@ X-LEX= @LEX@ X-YACC= @YACC@ X-TRUE= @TRUE@ X+#INSTALL= @INSTALL@ X+#LEX= @LEX@ X+#YACC= @YACC@ X+#TRUE= @TRUE@ X X OBJ= milter-greylist.o pending.o sync.o \ X conf_yacc.o dump_yacc.o conf.o autowhite.o dump.o spf.o acl.o END-of-milter-greylist-devel/files/patch-Makefile.in echo x - milter-greylist-devel/Makefile sed 's/^X//' >milter-greylist-devel/Makefile << 'END-of-milter-greylist-devel/Makefile' X# New ports collection makefile for: milter-greylist-devel X# Date created: 11 Dec 2004 X# Whom: Cyril Guibourg X# X# $FreeBSD$ X# X XPORTNAME= milter-greylist-devel XPORTVERSION= 1.7.5 XCATEGORIES= mail XMASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ XDISTNAME= milter-greylist-${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= aragorn+ports@teaser.fr XCOMMENT= Easy-to-use greylist milter for sendmail (development) X XMAN5= greylist.conf.5 XMAN8= milter-greylist.8 X XGNU_CONFIGURE= yes XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ARGS+= --with-user=smmsp X XALL_TARGET= milter-greylist X XUSE_RC_SUBR= yes XRC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} X Xpost-extract: X @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ X ${FILESDIR}/milter-greylist.sh > ${WRKSRC}/milter-greylist.sh X Xdo-install: X @${MKDIR} ${PREFIX}/etc/mail X @${INSTALL_PROGRAM} ${WRKSRC}/milter-greylist ${PREFIX}/bin X @${INSTALL_MAN} ${WRKSRC}/greylist.conf.5 ${PREFIX}/man/man5 X @${INSTALL_MAN} ${WRKSRC}/milter-greylist.8 ${PREFIX}/man/man8 X @${INSTALL_DATA} ${WRKSRC}/greylist.conf \ X ${PREFIX}/etc/mail/greylist.conf.sample X @${INSTALL_SCRIPT} ${WRKSRC}/milter-greylist.sh ${PREFIX}/etc/rc.d/ X Xpost-install: X @${MKDIR} /var/milter-greylist X @${CHOWN} smmsp /var/milter-greylist X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${MKDIR} ${EXAMPLESDIR} X @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/greylist.conf ${EXAMPLESDIR} X.endif X @${CAT} ${PKGMESSAGE} X X.include END-of-milter-greylist-devel/Makefile echo x - milter-greylist-devel/distinfo sed 's/^X//' >milter-greylist-devel/distinfo << 'END-of-milter-greylist-devel/distinfo' XMD5 (milter-greylist-1.7.5.tgz) = b0f0bd40a799b6745226a386d52c03b6 XSIZE (milter-greylist-1.7.5.tgz) = 113031 END-of-milter-greylist-devel/distinfo echo x - milter-greylist-devel/pkg-descr sed 's/^X//' >milter-greylist-devel/pkg-descr << 'END-of-milter-greylist-devel/pkg-descr' XThis is a port of Emmanuel Dreyfus' milter-greylist. X XGrey listing is a wonderful spam filtering technique, which uses a behavior Xtrick: spammers never resend a message when they get a temporary error, Xwhereas real MTA do. The idea is to refuse any mail on first attempt, and Xaccept it after some time has elapsed. X Xmilter-greylist is a stand-alone milter written in C that implement grey Xlisting. X XWWW: http://hcpnet.free.fr/milter-greylist/ END-of-milter-greylist-devel/pkg-descr echo x - milter-greylist-devel/pkg-message sed 's/^X//' >milter-greylist-devel/pkg-message << 'END-of-milter-greylist-devel/pkg-message' X===> IMPORTANT NOTE X X A sample configuration file has been installed in ${PREFIX}/etc/mail X directory. Copy and edit it to suit your needs before launching X milter-greylist. X X To run milter-greylist from startup, add miltergreylist_enable="YES" X in your /etc/rc.conf or your /etc/rc.conf.local X X See ${DOCSDIR}/README for operation details. END-of-milter-greylist-devel/pkg-message echo x - milter-greylist-devel/pkg-plist sed 's/^X//' >milter-greylist-devel/pkg-plist << 'END-of-milter-greylist-devel/pkg-plist' Xbin/milter-greylist Xetc/mail/greylist.conf.sample Xetc/rc.d/milter-greylist.sh X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%EXAMPLESDIR%%/greylist.conf X@exec /bin/mkdir -p /var/milter-greylist X@exec /usr/sbin/chown smmsp /var/milter-greylist X%%PORTDOCS%%@dirrm %%DOCSDIR%% X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% X@unexec /bin/rmdir %D/etc/mail 2>/dev/null || true X@unexec [ -f /var/milter-greylist/greylist.db ] || /bin/rmdir /var/milter-greylist || true END-of-milter-greylist-devel/pkg-plist exit --- milter-greylist-devel-1.7.5.shar ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 13:00:44 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E28B16A4D1 for ; Tue, 1 Feb 2005 13:00:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 123A143D1D for ; Tue, 1 Feb 2005 13:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11D0hmZ065049 for ; Tue, 1 Feb 2005 13:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11D0hwu065048; Tue, 1 Feb 2005 13:00:43 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 13:00:43 GMT Message-Id: <200502011300.j11D0hwu065048@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thomas Melzer Subject: Re: ports/76875: security/cryptopp crashes if build with default optimization -O X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas Melzer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 13:00:44 -0000 The following reply was made to PR ports/76875; it has been noted by GNATS. From: Thomas Melzer To: freebsd-gnats-submit@FreeBSD.org, tmelzer@tomesoft.de Cc: Subject: Re: ports/76875: security/cryptopp crashes if build with default optimization -O Date: Tue, 1 Feb 2005 13:51:07 +0100 I've tested the build by supressing the -march=pentium switch. The port build emits the same behaviour. Build with -O crash, build with -O0 cryptest runs fine. Further investigation have shown where the compileswitches -O and -march=pentium come from. In my /etc/make.conf i have the following 2 lines CPUTYPE=i586 CFLAGS= -O -pipe I use CPUTYPE=i586 because my build machine is a Pentium4 2.8 GHz machine and Several of my older servers have only pentium cpus. This line lead to -march=pentium option. CFLAGS is the supported maximum for buildworld and kernel. If i comment out these settings cryptopp port is compiled with -fPIC -msse2 -pipe Cryptest runs as expected. But if you use the CFLAGS setting above You have to apply my patch as cryptest breaks. So I think the save way will be to disable optimization explicit so that optimazation settings in make.conf can not break the port. Regards -- Thomas From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 13:00:48 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3547C16A4CF for ; Tue, 1 Feb 2005 13:00:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0499443D45 for ; Tue, 1 Feb 2005 13:00:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11D0lGt065056 for ; Tue, 1 Feb 2005 13:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11D0lkr065055; Tue, 1 Feb 2005 13:00:47 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 13:00:47 GMT Message-Id: <200502011300.j11D0lkr065055@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tilman Linneweh Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tilman Linneweh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 13:00:48 -0000 The following reply was made to PR ports/76914; it has been noted by GNATS. From: Tilman Linneweh To: Gert Cuykens Cc: freebsd-gnats-submit@freebsd.org, Tilman Linneweh Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) Date: Tue, 1 Feb 2005 13:53:28 +0100 > 7rxI# ls > patch-OSSSurround-0.1_Makefile > patch-OSSSurround-0.1_configure.c > Hm, looks okay. Do you have special settings in your make.conf? What's the output of make -V CFLAGS in the ports directory? From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 13:00:49 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B07B16A4D0 for ; Tue, 1 Feb 2005 13:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BEF043D48 for ; Tue, 1 Feb 2005 13:00:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11D0mNm065069 for ; Tue, 1 Feb 2005 13:00:48 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11D0mFa065068; Tue, 1 Feb 2005 13:00:48 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 13:00:48 GMT Resent-Message-Id: <200502011300.j11D0mFa065068@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jesper Dalberg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49F1116A4CE for ; Tue, 1 Feb 2005 12:56:26 +0000 (GMT) Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E8E43D49 for ; Tue, 1 Feb 2005 12:56:25 +0000 (GMT) (envelope-from jdalberg@kylie.jdn.dk) Received: from kylie.jdn.dk (unknown [212.242.86.18]) by cicero1.cybercity.dk (Postfix) with ESMTP id EFB197E3E9E for ; Tue, 1 Feb 2005 13:56:22 +0100 (CET) Received: from kylie.jdn.dk (localhost [127.0.0.1]) by kylie.jdn.dk (8.13.1/8.13.1) with ESMTP id j11Cubjj023623 for ; Tue, 1 Feb 2005 13:56:37 +0100 (CET) (envelope-from jdalberg@kylie.jdn.dk) Received: (from jdalberg@localhost) by kylie.jdn.dk (8.13.1/8.13.1/Submit) id j11CubxA023622; Tue, 1 Feb 2005 13:56:37 +0100 (CET) (envelope-from jdalberg) Message-Id: <200502011256.j11CubxA023622@kylie.jdn.dk> Date: Tue, 1 Feb 2005 13:56:37 +0100 (CET) From: Jesper Dalberg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76958: [MAINTAINER] net/sipp: Marked BROKEN in ia64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 13:00:49 -0000 >Number: 76958 >Category: ports >Synopsis: [MAINTAINER] net/sipp: Marked BROKEN in ia64 >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 Feb 01 13:00:48 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jesper Dalberg >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD kylie.jdn.dk 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC >Description: Marked BROKEN on ia64. Getting it to compile on ia64 is a matter of setting the correct compiler switched. The Makefile seems to assume HPUX when architecture is ia64. A patch made by someone with a working ia64 system for the Makefile should do it. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- sipp-1.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/sipp/Makefile /home/jdalberg/ports/net/sipp/Makefile --- /usr/ports/net/sipp/Makefile Wed Jan 26 10:22:04 2005 +++ /home/jdalberg/ports/net/sipp/Makefile Mon Jan 31 11:26:18 2005 @@ -21,8 +21,8 @@ .include -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha - patch for call.cpp needed" +.if ((${ARCH} == "alpha") || (${ARCH} == "ia64")) +BROKEN= "Does not compile - patch needed by someone who can test it" .endif pre-install: --- sipp-1.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 13:00:49 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A058816A4CE for ; Tue, 1 Feb 2005 13:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E55C343D39 for ; Tue, 1 Feb 2005 13:00:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11D0mV1065082 for ; Tue, 1 Feb 2005 13:00:48 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11D0mmJ065081; Tue, 1 Feb 2005 13:00:48 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 13:00:48 GMT Resent-Message-Id: <200502011300.j11D0mmJ065081@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ewgenij Gawrilow Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E393016A4CE for ; Tue, 1 Feb 2005 12:59:07 +0000 (GMT) Received: from mail.math.TU-Berlin.DE (mail.math.TU-Berlin.DE [130.149.12.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75F8343D46 for ; Tue, 1 Feb 2005 12:59:06 +0000 (GMT) (envelope-from gawrilow@math.TU-Berlin.DE) Received: from mail (mail.math.TU-Berlin.DE [130.149.12.212]) j11Cx4EB008647 for ; Tue, 1 Feb 2005 13:59:04 +0100 (MET) Received: from sokol.math.TU-Berlin.DE ([130.149.12.73]) by mail.math.TU-Berlin.DE (MailMonitor for SMTP v1.2.2 ) ; Tue, 1 Feb 2005 13:59:04 +0100 (MET) Received: (from gawrilow@localhost) by sokol.math.tu-berlin.de (8.9.3/8.8.8) id NAA09898; Tue, 1 Feb 2005 13:59:00 +0100 Message-Id: <16895.32018.931160.978566@sokol.math.tu-berlin.de> Date: Tue, 1 Feb 2005 13:58:58 +0100 From: Ewgenij Gawrilow To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76959: Update port: math/polymake: patches has grown once again X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 13:00:49 -0000 >Number: 76959 >Category: ports >Synopsis: Update port: math/polymake: patches has grown once again >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 Feb 01 13:00:48 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ewgenij Gawrilow >Release: FreeBSD 5.3-RELEASE i386 >Organization: Technische Universitaet Berlin, Germany >Environment: Any. >Description: Checksums for the patch files must be updated; install script was simplified a little bit. >How-To-Repeat: n/a >Fix: --- port.diff begins here --- diff -Nur -I '\$FreeBSD' polymake/distinfo /homes/combi/gawrilow/polymake/Packages/FreeBSD/distinfo --- polymake/distinfo 2005-01-10 02:16:26.000000000 +0100 +++ /homes/combi/gawrilow/polymake/Packages/FreeBSD/distinfo 2005-02-01 13:44:35.000000000 +0100 @@ -1,6 +1,6 @@ MD5 (polymake-2.1.0.tar.bz2) = 76857a92faccc0b5371becad44f3724a SIZE (polymake-2.1.0.tar.bz2) = 2883560 -MD5 (polymake-2.1.0-p1.diff.bz2) = 1de60e375b5d7abbacdfe3bd249b0134 -SIZE (polymake-2.1.0-p1.diff.bz2) = 9411 +MD5 (polymake-2.1.0-p1.diff.bz2) = 9f4a2731177bbf0699073bbf46453e76 +SIZE (polymake-2.1.0-p1.diff.bz2) = 12070 MD5 (polymake-2.1.0-p2.diff.bz2) = a761bdbb2189722f27524c9f3e1f4330 SIZE (polymake-2.1.0-p2.diff.bz2) = 8072 diff -Nur -I '\$FreeBSD' polymake/Makefile /homes/combi/gawrilow/polymake/Packages/FreeBSD/Makefile --- polymake/Makefile 2005-01-10 02:16:26.000000000 +0100 +++ /homes/combi/gawrilow/polymake/Packages/FreeBSD/Makefile 2005-02-01 13:42:59.000000000 +0100 @@ -7,7 +7,7 @@ PORTNAME= polymake PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ftp://ftp.math.tu-berlin.de/pub/combi/polymake/ @@ -42,6 +42,7 @@ echo Cflags='${CFLAGS} -I${PREFIX}/include'; \ echo CXXflags='${CXXFLAGS} -I${PREFIX}/include'; \ echo LDflags='-L${PREFIX}/lib'; \ + echo PREFIX='${PREFIX}'; \ echo InstallTop='$${PREFIX}/share/polymake'; \ echo InstallArch='$${PREFIX}/libexec/polymake'; \ echo InstallDoc='$${PREFIX}${DOCSDIR:S,^${PREFIX},,}'; \ @@ -53,9 +54,7 @@ rm -f `find ${WRKSRC} -name '*.orig'` post-install: - ${AWK} '/InstallTop=/ { print "PREFIX=${PREFIX}" } { print }' \ - ${PREFIX}/libexec/polymake/Makefile >${PREFIX}/libexec/polymake/Makefile.devel - cp -p ${PREFIX}/libexec/polymake/Makefile.devel ${PREFIX}/libexec/polymake/Makefile + cp -p ${PREFIX}/libexec/polymake/Makefile ${PREFIX}/libexec/polymake/Makefile.devel rm ${PREFIX}/bin/polymake ${SED} -e '/^use lib/ s|"[^"]*/perlx"|"${PREFIX}/libexec/polymake/perlx"|' \ ${PREFIX}/share/polymake/perl/polymake >${PREFIX}/bin/polymake --- port.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 13:10:32 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E41AE16A4CE for ; Tue, 1 Feb 2005 13:10:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB69C43D3F for ; Tue, 1 Feb 2005 13:10:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11DAWfO069290 for ; Tue, 1 Feb 2005 13:10:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11DAWZS069289; Tue, 1 Feb 2005 13:10:32 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 13:10:32 GMT Message-Id: <200502011310.j11DAWZS069289@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Gert Cuykens Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 13:10:33 -0000 The following reply was made to PR ports/76914; it has been noted by GNATS. From: Gert Cuykens To: Tilman Linneweh Cc: freebsd-gnats-submit@freebsd.org, Tilman Linneweh Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) Date: Tue, 1 Feb 2005 14:08:58 +0100 On Tue, 1 Feb 2005 13:53:28 +0100, Tilman Linneweh wrote: > > > 7rxI# ls > > patch-OSSSurround-0.1_Makefile > > patch-OSSSurround-0.1_configure.c > > > Hm, looks okay. > Do you have special settings in your make.conf? > > What's the output of make -V CFLAGS in the ports directory? > > 7rxI# cat /etc/make.conf ################## # /etc/make.conf # ################## CPUTYPE?=k8 CFLAGS= -O -pipe COPTFLAGS= -O -pipe DOC_LANG= en_US.ISO8859-1 X_WINDOW_SYSTEM=xorg WITH_LAME= yes PERL_VER=5.8.5 PERL_VERSION=5.8.5 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo WITH_APACHE2=yes APACHE_PORT=www/apache21 DEFAULT_PHP_VER=5 WITH_MYSQL_VER=50 7rxI# make -V CFLAGS -O -pipe -march=k8 -fPIC 7rxI# From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 13:30:31 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE13716A4D0 for ; Tue, 1 Feb 2005 13:30:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B7CB43D58 for ; Tue, 1 Feb 2005 13:30:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11DUVvR070177 for ; Tue, 1 Feb 2005 13:30:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11DUVu9070173; Tue, 1 Feb 2005 13:30:31 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 13:30:31 GMT Resent-Message-Id: <200502011330.j11DUVu9070173@freefall.freebsd.org> 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 Novitsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4465C16A4CE for ; Tue, 1 Feb 2005 13:20:40 +0000 (GMT) Received: from mail.icc-vvd.ru (mail.icc-vvd.ru [62.141.104.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC5943D41 for ; Tue, 1 Feb 2005 13:20:38 +0000 (GMT) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: from server.v42of.icc-vvd.ru (localhost.icc-vvd.ru [127.0.0.1]) by mail.icc-vvd.ru (8.13.1/8.12.9) with ESMTP id j11DKaFH017877; Tue, 1 Feb 2005 16:20:36 +0300 (MSK) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: (from root@localhost) by server.v42of.icc-vvd.ru (8.12.10/8.12.9/Submit) id j11DKabl017876; Tue, 1 Feb 2005 16:20:36 +0300 (MSK) Message-Id: <200502011320.j11DKabl017876@server.v42of.icc-vvd.ru> Date: Tue, 1 Feb 2005 16:20:36 +0300 (MSK) From: Alexander Novitsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: alecn2002@yandex.ru Subject: ports/76960: [MAINTAINER-UPDATE] sysutils/luma: update to 2.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 13:30:32 -0000 >Number: 76960 >Category: ports >Synopsis: [MAINTAINER-UPDATE] sysutils/luma: update to 2.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 13:30:30 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alexander Novitsky >Release: FreeBSD 5.2-RELEASE i386 >Organization: Inzhcomcentre VVD >Environment: System: FreeBSD server.v42of.icc-vvd.ru 5.2-RELEASE FreeBSD 5.2-RELEASE #2: Mon Jul 12 21:45:44 MSD 2004 >Description: - Update to 2.0.2 Port maintainer (alecn2002@yandex.ru) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- luma-2.0.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/luma.orig/Makefile /usr/ports/sysutils/luma/Makefile --- /usr/ports/sysutils/luma.orig/Makefile Tue Feb 1 16:10:40 2005 +++ /usr/ports/sysutils/luma/Makefile Tue Feb 1 16:11:01 2005 @@ -6,7 +6,7 @@ # PORTNAME= luma -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= sysutils net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} # MASTER_SITES= http://home.tu-clausthal.de/~ifwd/luma/ diff -ruN --exclude=CVS /usr/ports/sysutils/luma.orig/distinfo /usr/ports/sysutils/luma/distinfo --- /usr/ports/sysutils/luma.orig/distinfo Tue Feb 1 16:10:40 2005 +++ /usr/ports/sysutils/luma/distinfo Tue Feb 1 16:11:50 2005 @@ -1,2 +1,2 @@ -MD5 (luma-2.0.1.tar.bz2) = 5bf1fba1993f380d5ffa129276097a1d -SIZE (luma-2.0.1.tar.bz2) = 419644 +MD5 (luma-2.0.2.tar.bz2) = 296bfa3893f9fbaecf5629829985652e +SIZE (luma-2.0.2.tar.bz2) = 437429 diff -ruN --exclude=CVS /usr/ports/sysutils/luma.orig/pkg-plist /usr/ports/sysutils/luma/pkg-plist --- /usr/ports/sysutils/luma.orig/pkg-plist Tue Feb 1 16:10:40 2005 +++ /usr/ports/sysutils/luma/pkg-plist Tue Feb 1 16:17:43 2005 @@ -292,6 +292,7 @@ %%DATADIR%%/i18n/es.png %%DATADIR%%/i18n/gb.png %%DATADIR%%/i18n/luma_br.qm +%%DATADIR%%/i18n/luma_cs.qm %%DATADIR%%/i18n/luma_de.qm %%DATADIR%%/i18n/luma_es.qm %%DATADIR%%/i18n/luma_fr.qm @@ -306,6 +307,10 @@ %%DATADIR%%/icons/AdvancedObjectWidget/displayall.png %%DATADIR%%/icons/AdvancedObjectWidget/save.png %%DATADIR%%/icons/AdvancedObjectWidget/single.png +%%DATADIR%%/icons/1leftarrow.png +%%DATADIR%%/icons/1rightarrow.png +%%DATADIR%%/icons/2leftarrow.png +%%DATADIR%%/icons/2rightarrow.png %%DATADIR%%/icons/addattribute.png %%DATADIR%%/icons/binary.png %%DATADIR%%/icons/binary_big.png @@ -379,6 +384,7 @@ %%DATADIR%%/icons/server.png %%DATADIR%%/icons/single.png %%DATADIR%%/icons/tip.png +%%DATADIR%%/icons/today.png %%DATADIR%%/icons/trashcan.png %%DATADIR%%/icons/trashcan_empty.svgz %%DATADIR%%/icons/view_icon.png --- luma-2.0.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 13:37:45 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2CB616A4D0; Tue, 1 Feb 2005 13:37:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DA943D41; Tue, 1 Feb 2005 13:37:45 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11Dbj8i071270; Tue, 1 Feb 2005 13:37:45 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11DbjdD071266; Tue, 1 Feb 2005 13:37:45 GMT (envelope-from sem) Date: Tue, 1 Feb 2005 13:37:45 GMT From: Sergey Matveychuk Message-Id: <200502011337.j11DbjdD071266@freefall.freebsd.org> To: jesper@jdn.dk, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76958: [MAINTAINER] net/sipp: Marked BROKEN in ia64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 13:37:45 -0000 Synopsis: [MAINTAINER] net/sipp: Marked BROKEN in ia64 State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Tue Feb 1 13:37:38 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76958 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 12:00:42 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A511916A4F4 for ; Tue, 1 Feb 2005 12:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6EC243D46 for ; Tue, 1 Feb 2005 12:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11C0anA057381 for ; Tue, 1 Feb 2005 12:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11C0aCf057376; Tue, 1 Feb 2005 12:00:36 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 12:00:36 GMT Resent-Message-Id: <200502011200.j11C0aCf057376@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Loren M. Lang" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBD7A16A4CE for ; Tue, 1 Feb 2005 11:59:00 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F73143D2F for ; Tue, 1 Feb 2005 11:59:00 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j11Bx0qD020790 for ; Tue, 1 Feb 2005 11:59:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j11Bx0gL020789; Tue, 1 Feb 2005 11:59:00 GMT (envelope-from nobody) Message-Id: <200502011159.j11Bx0gL020789@www.freebsd.org> Date: Tue, 1 Feb 2005 11:59:00 GMT From: "Loren M. Lang" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 X-Mailman-Approved-At: Tue, 01 Feb 2005 13:46:17 +0000 Subject: ports/76955: NEW PORT: multimedia/cinelerra Non-Linear Video Editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 12:00:43 -0000 >Number: 76955 >Category: ports >Synopsis: NEW PORT: multimedia/cinelerra Non-Linear Video Editor >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 Feb 01 12:00:36 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Loren M. Lang >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: Alzatex, Inc. >Environment: FreeBSD bsd 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #1: Fri Jan 28 06:53:12 PST 2005 root@bsd:/usr/obj/usr/src/sys/IPSEC i386 >Description: Cinelerra is a Non-Linear Audio/Video Editor designed more for professionals rather than consumers. It is very similar to Adobe Premier available for Windows and Macintosh. It can do many real-time effects and supports cluster render farms. >How-To-Repeat: >Fix: begin 644 cinelerra.tbz M0EIH.3%!6293613$3,8`JJG_F/^\!3[_______________\$``@```A@MC[Q M6CVP`8[````=WN;&[FMYR6&FZ]OMP:`.@>3Z[W=]\YSY]J:WO(\B;>ZW1]W1 M^U3#-M>O=C7WMVS;[@:/;#70'KE]]GWW;N]@\55T`[QE*5SZQ\!R MT7GGJYW>[WL2!]VT.(EX#I]]H??)!```66@0``"QYZ,KCV[>7T?*V]]WQO?< M/?9\[35[ZOMX/N@```^[Q]/E5]]N>+IUIR>]]\GWU-[V[RWESOGGWCWW;G>8 M;WGW.VTTYW;[>?->Z?6W@0+>[X/OO>X\F[=3???=]Z^KLP-ON'1=C>+ MO7B]BC0`,M4N?1];=;NN]]?9]'WEO<94]:6T][;F$]DK-:WWMSGMG&Y*OK>K MO'7LU]G"F[NVV;CA\W/55FUWFWI,^;F='2[6]V>NON5>[AR[G<=S5LTS=N5:ZV[MC6F3*=`#"TS7<:S'MQ[OG73[( MO?YD'I]6NWWG6=S;IW6-]W+DGNXZ"M-FW=EQMI-7-==RZ! M*"`@"`)H`$&C0(R9-`&DQ,2&DQD!J8AH'HU`-3T":`4((F:)B)XFDT:IZ8T: M4:&C3RAZGJ'J`:`&AIH``2$1!")M3)IDU,1IJI_HF&JGO5/35/RH_%-J:;2F MCU-ZFIZ@:&U&@>H#1Z@"322$$!-!$\3328IY&IZ9"$]/353\J/)O4-*`_*F@ M-I&0;$0&@1)"$$R"9,$3T,IDTVHR",-!-4]/32:>B0?J9&AI1Z>DA^J>B!H( MDA`@$:`AD)JGY%4_TGA&JF_)4/Q-4_35/4!Y$R:?J@T`:``#O/]O=\/_E1W9 M"`6#N/,6.',`]N0:H7@0&!I`V2&23_?#+`P9$5B#(C(",%)$8,26$EA=-!K" MH@R(HP4&,9%84M(P$B((BI8(]I"HC8`%9J_9]_ZOMM)7[K5^'PYJO?$U1D8- M5D)604W.182:88PTPP^27W_C/]+WM;[]/X8PST? M4S*J*FIAA&8MOHS,H@D!+57_%Q)#&L<+"8D#$%!&MM@I*Q$C%18'Q),9)B(P MKJ8%%%3&RYF1&"J0F-)'W1C&P;*JJ9_5Z#.?_'[\UH$B^YM(&P7W+_**.J1$ M4##P[(?J^[E^#PUJ^_U!ZK[?1F M2BC2V*(*XDHK((JF$*9;`P%500555(6)0%$6"(L6-;1*P45$6ML0H#&!;"VQ M:,8)&E@AF&&-@A$62+%(4M@M926DEB++2H5)2(^VE5$%43&"-@H*16,]EJF) M*E%:,%1C!*[.1$C['4PE`2,8C#56QD68E$4$C-B4Q(L,"(P$!6(C$!L2%D"I M"B-MB09&`(QH:CA!PJ'[T,,:`LL!"U%(C29]\/WA^MA8,*"+!_6U\'%<`RW> M'05/WL_WWIF^0-T]M;4;FE#L?TK_A6_X1IEN0>;=:S*5J"U#3IQ M+K_;K2PBGE_B9=MT6<:L''?*F0X>G24Z<7=Y=AV=>Q>S#0/?9*#$MD*B,']% M:5%%_,E11111K)+(JJC-)5BQ2$MH"*I1%'[/+(2:BQ1%U842^:8*H(*B*B." MQ4C(HB"B*C(P2#@MIE)9C)+`&`P*E(F&"K,P6%I18C(L4181!/>DK,3[IR=S M0FQ.'>:NG!`,EL6I&U18*B%8(TAE%8"R#$1&(J,6*5$I:E!%%+4K2X6S' M&H94E23BV*BBQ1=>A!N(;"RM@*42%&`4=.#"=&:#"BT6"B,9!F[2##.'#)$& M1WMRZ^62AJ,$V55:!3>R&+Q2APAX;:4`FM"BBQ5.7!@XJKH@N641@`L4B>\UJ9-L*N1<0HRLPI<5@@B+!B@J(+*-+5LK8*B")%(L%51@)'%\TJO)4`Q>EV9T5'[R0^RUA5HH2MB&#%$4*R MJ%8A$GPJ[;2@@];4M]0I6+#A"HKT/\N7+==]MS[]C4P7H]=![/GZ?'IZ[)B^ M/*CLU?)#QSLXU/C.=>VQ$68,J2R9+A#D^-$Y^(C.#5K3U.&'L]*43&60?HKO MU^0P._VW-K@_]8334!BW\O&_DB%1`1;3!2`UFMI-*G936/LRE<$5[-23B6;V,GCE@OC3NWO`H'0I2@MI00K* MRL*LME_&^&25(7SSL/#@T!X'V=<9'@H[E9X]J-ND>;7."P50%^EIZ6@JJIR* MRG4=Q4J'>Z8=?;1&IY^[",.L-82+JIZ6_H*;<[]CU_%+^.!&&./#KQAO MPOS5!C??41?PW1TCZ'R)3I7=/7"CJD>/WL)04)S=U55%D3'3Q$"XSQS]YPD: M=11$_WJF\2H@-XOOW/0;2YX8^$G;Z"GF(`>#;)$%-HHU%=\D4+G^/O>SK_E^ MO-$]Z;!K]#B>/-'7:J[KWS MF(Z0+*AC]2%BBD&(QBJJ?^A[^`_`^H.IQ%@1%+SF*!(MT9@W@,=F=L?/HNC& MIN\CBJ9P@/$&2Y>W3Y>VAX=A52F:-=K;J4@HQ`V2@ZB05_"KCLR,LHPZ[-\& M>C>IK\KO)PY[+W-SW5,]>>.:W-!_-7^DV&M-]C"5404\!X#`T':,<\EF)U"A MU&\-YD3")#K.<\(//%N5W(0=VT2V1 MYB%-6X*S6EYIFR!S8LBJ4%P>\A`0=`7`439\8DS[EKX_YO7Z_7PO.F9H;P5;X%]AR&FPTD/M)DLP8XV4 M4R\4-C&Y4<&)B97F\GULT/&44Y/#L<:F!J55R;EG;[+A*!:2`0X)!`_)UQ$& MQ!'3[DZ-LO?@#4HJB!AW(=*Q9BC#2X0I8M+IF%Y\YC)_+C3<)HYP-.-48 M=T>I+TL[<*)ZZV]&M;$O&2NHIVTLB,(%(P&EB)671.&+! M1@BR(D4!8*LD6!]*;B=S#0PQA*R+!0BR*%9!:A$15K5$6LK!0*E0.VV,0!5@ MN)K"F.95QMIAGZ-?/]&^TWV;GT,"L&,6:55C(73!H+(WJ:M-!VZ&CVSN^S^) ML4*Y.:*P98:'AM'/X>#D*J*FE1+%1.G9&@W1S8%\)]#SE-J\^XCSP2J_CJOP MYC(D@NF3/^/LX:/PXN>!5?K@RJJ0&\_XB8\N>^$>S7S>/ZOTL/ROS_T+F`JJ M&WL_I3UYL;%Y&,HL_8FDR;,V'Y_(/)GTC/H-65&TN4IU^]X,/@EOW.7&M&TM1*3J@^/PQC$72_7[?MTN]YX5C=50>`<(A1S^TOO%B6@X241"2$)TGO M9^P(F:N8O@\?J///?KR@>Y/7S[O#??ZJ:\*%C!9*U+=>&LU2WX\G-FO MCN6EPKHDRH958,ET3Y_6X7T9LP)^V4KE?KMD0#]&EB3"]F+)U\>[G^?GWG8[ M->U`6$.SW\/'=+/MT;/X0XA5A:&7\HS7=O=5?E%P4@O?%QRS7Z[^V,?MU="P MV]2MCRES\RW?$OIV;>E$>)$[HBT(/JKQA]W;GNK\VK+C[7T`5%U$`?`03U$`_%/K!#1!A!$C!`@AW'W80_8($0YV4M(;` MP4(,,%+`ASC,P_31P",!M5KTN4>K3-')B$'_%H0([?=VN4E.]K]/5W5R09Z> MEL*:%30#Z8!!J1ODPQ0%`W.*%`TD+C!`J!T4`,JH$`4)XG(,!)"B*()YZ4?^ M7F;'O?I/=@8FSWIMG?EE0$,C#;*%R,VQ:U$(W`TIW&[N)(<6D2A2AR4.T\#W M$-^O:=XG43G.>CT'6KB"=4"@,(D0B)$+#G3CB%54]Y@68'YOJG4PMF)/12G/ MH#R'>^E@O8S[M_M\/Q7YOJ.8?Q>WUYF9F:]VX^2SYTW(((B06'TA4`]J"/Y' MX2V78]M4//=8L:1?7M=6YWQ3J*D""3F*?I3Z)`242<@8<=`LN(L<^-I]('3N MZ@.>/)*^2K5ZFV)ZY>^=?3?G#8:$SA_:V(`'IB/NP0 MG72!_LER^\6KP_B@<1BHGM:4T4/2HM/M-QI0>)@`.)?R<7D%6P7`2X5"J@>7 M$NAUGH_:;BLC$M&MUQL,E)BW!(_X%-XJ>'Z?X[(7%^FT#S7P)(M\E7;GR$A$ M50X+>)H>W#VYWR$?:Z'SL_3^)XN?;?Q?3XT"[V"]_V",T'\3$O*-?0UU]@QD M"V&07UYKD+MSH\]D-XVWV.8H?D$7_UI,,%^E?]N>;:7S\5F$=.\%8+-MCGX+\IX=-OW?(*JJJJKT);99U/?CM%5'N)TZE5.$-71Q(EX' M5^:'NTJ#`\\48)0I0`.[JUFSJ)>^_?(R2=CQ.L.5%#%%)GX21T]B3V'%TB4# MI,AL#(L=4;=&IW=U%$_OTZNW]W6<1;^" M=A@-SQ81E3'F&`]BH=I79G4-A&[=:1U*+(I/BCVTM(51B8L0<)>U<"XK!FN& MQ-E$AF$AZH$3]O^A^AXGX'3]'Q[5^YHL@*0D%AUH%D@=""!%8(R(R(D1!$BP4!8"Q119%(C(*']5! M&0E(2"@L)(H(@K((!M(HM0063J@@"_JD0H_'G\77SO'RM6@MA>A*T4@,#"MB M8%)RZ!#OG5(Z`39"V"L_.K$B*1#S(.EL*(OSD?< MU6)6@>"7)K^5EHR#VJ[I`8,R,$4(&L])<)9TL+3",)*RMBJ5<6J2SS%I0K*H M[.J!Z*T'DL:RHM9[L,N/D=-"/JSD<(T(B\-YLXN%SGI0Y<<>T@FX3>F^V])8 MVP?$;`)WY0\>>6G)H/](;,(,A%E!OAX*4DF@ZB94S)]DQ)I:JDT$L@.[,%!3 MX>-^KZ'X@(D`_Q]M_579]^=[UP=G3MA:I/;]?J)1F0J8)*D>39#<^3V_PUX] MG]%_GN7[//O"'L0/I%)-HG29C43I!G\*#]'GNVVSU_K^ZO\&0+52V-9/2&YN MCUSII>=T<0@2=H*;6&@KOS9ND!MK$M3("&[G'S6F%#<7QFQE*645AUHJA%+W MH`0$"DY&2G)Y9^.+`K3-%56(55Z>WA0UO/O%TY!'0F<$L1Q;AAT@C'AX:^E^+2A%"[.<-^13?7T9PGFC(=OXW5[ M]XH:312P)[\,S`EF"95&+E_+5324HR4(&4$D#K0GM8+WA\Y*.S,E^]:,!?=ESMD-$FJ:ZL>GES9 M%=*[WN'M+SZX,_`0D/`H=2&:\C,@[;#F?Y4>\3[3[?M^Z5W.FVE9?W0NTY5+ MS%1.XQE28Q`PY[(5ED>+-'2<90("#2UI9A$(ZP[.CA0I4S,1 M4H+#P'S^_Q6GB03F0X!RV7'JW^/U@VQ?L^'I0^B[&L.[Q)G*8H+_.R/TUVZ( MGK`/\=?0WI?2?8/MA6\+&74*&;\#E2/F/Y@"I=:FI2]%6^+T9/-89JZM/,*1 M7(X&:9>*SQ58Z"FQ3I/OP[@/$TJ**M>[QAL=@?)>?+S@M>!=AFY0_V7D7KTY MV[U^Z\3?+_M>A)/0AR2F7?&MVS6_O4-DD0^Z)]H1,?Y,!S=^!6V"JY*V:'LP MNI&T,8G0>4Y?14/R=!BV'4@VKWK7\$(`\_7=@0D-D=HA@+[ M@#>XJBH6H2^_PFM#5,P^U3WI%U/'(+%3<>-&X$-JC.IR7IA3Q1U33)4^&`FL M MXA:/0HE)\;!-VA]J*0U,6D4^#.FU3S*S;.$#99/'=Q;9CBJL;KI9?5A)2ZTN M1*+]5!H'77],.X\?<=UT?=#L#D(/,UAWZ#OMP4:QMS8"YC+?('DL201>*BJF M-KR"A^#R,>X-%QQAQ"$IQX_O.[2'U:\GVDTJD+7EAGS[#NMD+\X.4+9^'&@[ M_D^$E)_9[_2=&I7Q(DQP3'&EL6QE75USW^,-3]6:XT_W0A8)`DJ\B](3#57BER:N:Z[BDP]WW.87P!?Y76PKL:B_?\/NL1%0#]D0I MB,(@^'#52'H'@>)1<8502DH>BDL4VI1!B,B[YR_'Z&JQ_Z.VZ'#FNR@LL8IROY%AP4)#L)DV?1`*_B,;3"5PB6$T+YV(+=RC/'6^6^LE[YN2M8)&C0 MUU1@H,]A!8*JQ@@_S4X3IGMI*$6L04^"0/%]7X?A]:_B.T,AX>B$>\Q6]<.% MY]7K.&\TQ*,'&OF=^2)()J=/5^KY.F+*+QY4*\IS/9ZZ=+<\6ZM'I*+)J3(/`LW^*IK,9*NLPF%S(1;[J1["2J%-#'/&G MXL\J8O(CFE,H.O*E`:15UPLWFN,_'YE\XBZ+"BW7M1BW!CGNOEE*Z'XU))(; M5\#NOE%A;U0W.^1OR#7!)>(5**)2(U\<;6>\<_"XXK3[YV2JJJ^37^5_O:UT MZ55:UK6M55[)GYESYYIE>1FFTXVV#Q*(J+I&F/&!ND3)+.F_T05])(E0-UB4 M==V,L$OVHE#AA5<7./\GE%557`L.C5>3@L4%OQ-7 M+ODI^J1$CWDY/[BA*@^FWE*'ZPR4L?,@$]"Q&CY?-#U/'JI!J&`/7T(0^]-K M)UGJQ#K/B9L9;^K8Y?/C'455[VYD,VAJ+(FRZM";#* M+OLOZ9%)'5UFD-*:0TC/)A)J3^>1SFXB&G/6%0\ MI'Q*CU\C7_MZ=D*3.7B*6(-)LF!UA6+L+Q*Z41?F[>^'OC^Q2I5NGJ8XZ</("QGQ&NL(19#EY0ZLGFQ#,@7X^6<=I6B;M M[\[#G9::\4EF#ZZX3RY!2/7X)RAJ`1(I4%-Z&.30S(@XJ`RBINL#'I*&'2UB M2D6BBB8N:\9Y068P?8MNJ%!K^%5-RDG8'E*YNOM)D%0MXA=$IRMBYPI:U2X: M@=67:^(V`JT'>%?"^H.`#DYL%/<*#6KZU1(2&'6\AOZ@:,RQW'`.W,Y)C8AK M$]])<@/T\L/;.R4\LOAR'8T:$UR'S#W?)X/L5]+22>K>\BI'/$3SP"V#M%#@ M>8+VGJ>A0^(!"M'G&8IM*H&`M7M++^*RTH7'M90PNU$#2N-QG0;*2:\MS4.5 M-,WXU.\W]2R4SMK1?2!SZB4INR]^G<^(V)R":C$YE]4/9W:\GW5*SUGA^5IM M<-S/#`UC"0@)L#8:`?:J21$)*T7H;X1(&W"<8)BN^!;Q\7`3$H0SXM%RJX,O M+)LE3Z].W@,/VY:[F0706L-JPUWP"$21:"T"<3DT!PY?(3F1"DCE^)T(QE:0,3Y-<)XRG#FVDGCRSAJE'V39?< M?EMLA4;7SB>`6NB2H3Q\H?UP=]'LYF'D>?X/\ZJJJJJJJJJJJJJJJJJJJJJJ MJJJJJJJJJJJJJJJJJJJJJJJJK?>;O+L\93"U+6I6Z/8BSWY.'%3I?R\L)!<7 MRLAR;3;?S<'P3X"E-%"_1Z\#N$/N'S*O]S5?JV!9\M.;TFT*&F&N._$YE3L6 MNL-[S@=:KIGBDC5.)0Z)$S8V]'GK\RJ]S55^)6]=MWCN/Q89ZJ:RGM[1L3E( MALR6*%@EQ;HOU9*6EQ43&&FS*TDO]6V*`NND<[40RUU4G(0W0]3$(2]=,XRC0*L.\-`:1M4+07(V6/P+ M_'Q&A:L6UFR*"C&/9/!JM`LM6!-UJ[RL*_>U[6NV#0*:#H+O>ZUQ>STL4H@# M_@<,#689,7U#JH2T7JLB%F;(.L+C&7$"13V.)!^;Y&3W-&^YK[":6(0]M+*2,Z\M?S]S+,OHJ[? MUL;UY`DU-<`)AVJ?R]P8%D'W?9-8P16KX%.C(R`;A'$!L_.]BA5"+.JN:)!]5V[Z&F)23Z(-TE80L46@:V,!Y/B M58YUDEPP8VE3&RO:*)D/01+[,9RUDK49$38(JZ?18A:30].=N6G'#<]@%P>O MP>`[O'W?,&@]=6\U/B(!()!"QVOA6H,C_5&-0NDANBU!E<&X$'PA2"[Y!D&1PY5A^$^GWO18/K^SR>7D,;T%-L3T;CXAO_,B#%"$!C$,]?A] M?=8?7[J!N1,L3*[<.D*Q]^^]O#PC_D$L,#[#9QT\?R-BI\7N955>Y&=3]V,? MC[OJZ8>!?'C]\):L*T/GIPY/+%^>G9-+M-O)"IN!:*8/_P[?CGZ>%A:0PV[: MM'?*M"$CKXN3V0QTTDYWN ME%5DQ$B*)*?=*2FM&&9EF"T01A$4BJH@Q.('QGH/U")X_S[QO9W!R##@$01: M[A"#"@HO&'G&G]=MG^GMN1U^YFP,QVY%EOD,X>\?N?^J(38L"%-*F6T[0(-F M_L%?6?\2)[/75U5/3L6=X##9%0P<+?-#I.G-9ZU+HRZ1FH&E&4GLRG/8+)X'D67[]#$3]SN_A8Q.OV]N6#6'W)_+GT_3EF!54+D%]\);FK<] MX%D+]V>UN9#`C#?32?^U*')"T10@&CR^$#1(/@.>3[YND=(#1%U#C#+0RA-_ MK[]4M)OI:X'HU>;RMZRHJQ!E=!?KWU'FI*'=/%MKKP@R87P,ULMD72P@RG+? M9/Z%S@.7F8?TBB:)BYS+=P12AH4A'DT-O`"*6BE`1(C?1]/!]C5FJS1+138R MJ"LKR@'Y*=SM`C'/-AR`B#S"8P+!VHHVA\HNVM!TWWM?PCF566QK;.(9X$QO M(6Z;W.#8UZ#S_\QV=5[7J\KXGJ#PU#>]H***"L5/QWN$10TJF' MG"^NOG\:V,>B04]2^@X%:W2K>051MV%"TH?DLU%ZHFAS@L` M%I6,<83-$@VO8^FC53%<(#0,D$880+3*O"FN:33-<2X+&NE!5BCJCL\^=FI[ MC[?L_^<0:^@PE\9V]'69)Y/BT[MAYE[O-XH)XH]YH&!.&[-10;2%IY&2"?[WWDBZ2+C![`0J0?WIP]NJ4Y-AHZXF/KGG,A M$\"U57D56S82XS\XRZ=6E+;*5V:'[)S$17!NCA?KNPN2^Q95X=<\=.9A(PAU MM>(_'^P1,9R4UNR7*I#R=!HC+P7<]+=';+5._4(UD3!40P4\-AX@3M5]0WZR M(W2;#22]V9T^)S?JW);IW:]IRP9N?K=8`WIC<6SWP4ZZM;CMMRRPZ\,J)X<'/S)M(=2BZ(&9HZ>I]3$[S>AW_W.<*;B[OW>J1+JZ9 MU3XK"&F-N]K0]NF<=?"&6,?;-MTQI^F$S9Z7]!W;D;:K0E`4[L#H1,Q#J&%5 M5%8QR,E=_1D_ITSTG;J;C.GG-6H-<4RIY:&PY_\;#=XZ!DOV]Z]&@[@QPV?3 MLD]NY[KHOESU?U+>5.9.&<4$.>V2NGBVHPF`L'('=6*)OX)S?X41$2Q1`K5+ MI)7=?LC$DBFK#1`XFT2ZGLG<_5)9@9\>MM'\Q@F:(%O451L^5U,Z'A]"TU!, M>KBC@CN"P&;7$ZE5"7/4O/8)7'::@(R+[[ZJ8O2/<"WH]GF]=A:C,_5Z_DK; M.=FJ>.]1#E-[[_@'X.'I8)V?9CQ>'N%QYMT@E1A4+5V-IKJ\Q,FMNW)\C*5^ MFB-ZKH.*8K1,%("T"^I15[FOW-T:M<^0P\8<$U9TCI&M M*KELBRJG-IJLK@7UK75&CS:W+1$NJTYBKDN2_M398E_.$MX,%\D2FX$&\@N- MN@[-X]F7Y9F7^7EY;>D`9TIG/@E/+K514]MI#74LU6%+FU:N0!5R:#B$GN3@ MUA;U\I#@JUP[BEJ>(X!T/@I^% M2HH@K^IBL@J,@T3YYF02'J$L=$2"H%14%0;9*@*"D*RH"-2D6-$VVH:8(Q9# M0E866EJ"J6B`_V4S*I26#*R5!K1J+0!%!8G)HJ;&I<$&-:TWRW,P<$P5%8JB M_:)-RI:?= M$J(OR`BNV"(I)1@-*`#"!900`8P6,`(P8,$D8$$("4*E(D$%Y8HO"V52B"G4 MIB/=$NB!LW6OWUDZ\U0H%`T2A*5@C1!*HI600>D]?7\7CJ_^R5^K%CLF(6MZ M[W MC[/Q^N#6V3?CB0; M+HZ%CE*$-'PI]METH9Z:W8+.U\VRSS%PE7B+H49K'TZX;&.7P=XSE;SVK"37 MNMGJW<'8(8Z;54W7%V-=:181%CN[8%[VCFK)TU+I.=E+947Q9Z[UC#]>^OY>/]?M]J<=>7DY/:BG-INU\E$G+-Y6]'/8<-C3ZELFL.]@J[?9H7S2N8[+E$8NP&Z0FG^PG(@I^:?4)V64;JU)6V7SF/[N+3R M,R_3^^I0T$,.%PA(R%)?67Y&Y4Z`#/16)DM5Y=[]@O%LK[(<:)N[YUIAWSX< MS^2^,Z5\.CBEY5E9Y3O["]Z3\6-#GLN[WR>CTUF%LJ/(MSE>9K5KMUFN++9* MKR[M;POW=T]N[.VOF&QS71^Z.O)4:@I;OVJ%+=Z;FU3COW>;WNO3EK=Z$:M? MKG&V5>E]>_OSK6>=>L:J\1L]>)?I4HEA6$+=+#!47O9* M.JPM;YY&9K>(OGJVM:7N2U\ZY@59-XW*+`O:U:GG-S.+]\6WS+F0@C3W9WPK,LLLB^E.8SQ[-8MM\X&9-WQ.]+MB M7?*ZW&.2)6,[EF709ZQ>9F)3CXL[-8NUL-9;VTA>M5QOF>-:52N8#W$Y&^9Y MMC)3&ZZT;B.1K<8KG`9(YHO9GY5-J17E\A:D9BSJ+,)YG4WN M]@D[OO%M=-BF71QJ:X>8S6VVYNVQ#'F=XTK3?<;F&UB&SG3M:: MSA9?*5L^];G7+3RV$9PE^6O#::N(&,OA:IJ,Q:ZW=*MEZHCOM4-S.[*F7463 M"UFPR+;;>9W9:UU='G;;EFA<:(;>*\!0V-)%VS?FK'*&YQM]YA[+=C-L%ZS& MN6W5.$7G&LR7O6L8O6K8FN9LLXMS<>?Q\SOZ?*O:VJK'U!U:M?W1U7:8W MQ3D4SY.=F);O[T*WW7,W7+O!=[V]SWKA?:!T<*CV2'P'),'#BY/:5B9%[3(';!/0"J#PV;&H+L MGAC%G3U86$1:5ET1A$VDEBF/J++'NCV^K.+Q77LUA';&6&V#7Z888 M69W(BV^:,:X'SG65YI=:;6ERO-+KC(NMC<#6['8SH:X,U%=7QJ MU-$``!=\Y'%UOEJJ\\C2VOD9U7&Q6S:&MSK@KG.M)KB[36MY3/%QI2FAK8UL M6VN=#7!NLFU-`'&M57?-QQ8!&DU93?A.2]>!'KSA.#;1+:Y->:9\\D5;:\? M3;W4``"%QK*9'*G6AG)R.9.N;W&1MV`VRZNNM-KBZIF6*SJ^AK6^;->9X.3R MMMF;8QG2WW6$3-KNNM[YFIHF];#[&^:,@``9U@H.1EPN%J4',;<,RC-.4@-JG*FM$@T@N6LE!4N7N"@K"`(MC(9 M)O6UD:JO*UK5($@D.YFKO0BU6E9#V5*3:R5:MK6B),VM6RHM88+92B56AL[K M::V5+(]H1':M34J;68J;05F;29LP4PS15D272`LRX1F-G*Q"3LS%6><"0L:2 M9B)%B.6Y+>0]CKK/T.=!!$`^T(J#*(5$0I$"2A$H:!0G:T?:71`N=4`_JB'O M715*3D]T'Q`5W`^A,#^C[OTV1XPY2EYDBH^2/7!!.>`=>8E`GPR-3ZOPE#+- M"=J'S^HL)<9"$),4?/YE>&'.P5H>OXW"^SDV4(:7_K@S#4DB38@F(+%`4Y!U MU[@-%2!R(PWQ3&803A`B&68V-Q8,!I-)2&B$$RVI*!O"A(+E3Q1P?7E)@."F M_5;N\<7=I(D(P38;$($.!,TX8P:#EE&&5L+($(G$G$PC-*"F)SA!D"J_S^?! M@<`>N`4[2.[TIP;DN(;7J36V><#TG5M0,/"F-BC@7:+@:/@)',PE[/(2J0SX M)JYJ])A1"?!XBXH=_FK:00>?/G^"WP[9:UMA@K0[R)XID#I%)1&B.K_.\%5V M7IT\L_1&>VCQ;V+$UP?V0,29B.8FB>A8BF2W;-/,I!+9O@K=5=4)4\>VR$Z^ M>D")QNPI_RT[POF\>JP()Z&/E+$XT*!D4*$5SS<6P('=V/6@1?[DVA!#X*"% M6G+L:^T9Q>!.JR%+ZCDHWWZ4_`P=VZT(>`)1;VJ'G]'S>8?3Z+J>NKA`_J`K M&`@/G$,`Q'K\1[)Y2>O?X&6,JUJH;PO\LK,/*2J$S"S5'24"3`18+UF0)LGY MJBS]"YT>G3IS#ETOUY.GUJJJJJOTG^1HG?KP]G/P_&;?1\V?;P>4W\9V'(]/ MDU*((Q155$7YM@5ID:24%R?!E_4"@D(@0(T,I#!U5H416%@:%56FE&CNCUG8 MG5@PT/R&\=)?L0<5P5W0P#SM07TQ.22/S5^C[R:[)@'M#=55&N'0$J[LSPE% M,1$.Z0GK=`M"AKLJS(>AV/%!]<)"(+_I^<>CNE6NO%1*L@31^Y#A+.EHC=5\ MP>U]K:M^RXAW8+.,X-(,L:S5F5F9FGLDEHB3#/&\I\>"<$$T(FZY`GB(?WM, M%7@,O)O>6<'RJ:WC=C""?V?/PA.R30TZT<@>`)'/<.RB8U[68@>0.40(1WMY M>CR>U>64@-WO:!#*Z3W2&+)G0Y8I;A/&K12Y>71@JBY6%?2!;DG%\"Q<&VT2 M=HNMIMQ](M#1'RAZ#/9?MZ-I)?.NX^H6PN2POYT^./E\W,S,A5LY881+/5;U M[1X4L2",@Q,>`6Z1#W_@1>0^JCJ]Q;P+Z]/-\B*`IE"&1T4C_W+*T(JXQ!I%$4#[TQ5,B:,PQA04H MB%*%3-65_==IM+.4Z]`3B=Q.-T(*0%(16("@1!B(H__--(0A]D+GPISULR,( MEF22!_DZS_4?IX^M/I.<.CMZO3[?(=BX9_2%W[*_:S(S"'%9J#,I,S(E4D") MEJ2I,H[4Z@Z]!#.@A^&%AWP$P`I;6"&(7AR@;@&YH/$#H18QB(JJNVE>XM^T MIVR:$4!104%*4*3S!_'`0I#-`M)!@Q`2C($$8C*02BD$B`@B1%("D8*L1+V" M@\':>F2@L35,/,0H*%-!&H5\X.SI5!U[:C1R0YA%Y';1B`KB<(V"QODEOX8N M)9H/.&_E/RIWQ?H/$.0;@GHMWWXH'<,04!!%555555555?SAR.D50W_I!W@_ M4#;>+D%'5@-NM5:5HW[LPEB)H[`D`FJ`=88#2(J)3IQ86[[FM"J?"%H.X,`YQ$`X=Y^7[ MH@]?RQ?90X`6V5)1]A4)$C'Y(K@]!?GL`T;,28-"H2'[F#9S#D`'`'D:$*DG M'U/R1YWF,8D^G7]GF$?=^RX>:>.=9D1"JS[[_7!D5^!87.*,@N;>UA.K=;Y2KLBI17<84FD[;J/^5\;(1T?=W MVRC)SOSNPCC&?U?'9]^.7Z[A6Z7C`T0:6I37Y[A1EAS/WT7+9.0``(3Q\.S]_:_N[8_ M@NLWF;WM>^#Z8W6E[[77,<2_-PSOG#;YO/RC-YGLM[W>/' MAJ9,:7C/TI MX;:OKD^&FE^6W2U+)Z%B9S:)M=8S-\K3.K'N^;?Z4P$[B31:&A(ZI1KH(Z99 M0NLFL(S5R2CC]%J'467"AX_0Q#8=*(JH&5#+R6IBOF4K>=53O=4#+2X@_&L5 M3)32H1=W+(#]T?TF01.08#I.01/YF7+>:(9C@RW>CJ M1PO334C.Q\YF&YYWO"%D.&J%$=2E57?:Q)"W`\OU#RB%B)C955%+2Y&G(0@^ MN1SO4FV ML-ULRPV5V'US+)`(A<7;JQ[[;\_LC\8ZW<[YNW;=_#6/-=9O,VO:]\%P``/, M@C=[[KKF.87>MAS]5$Z.W:E\\J72>CO*,EII9QN51%2Q@Z`U^`!5zL`\ M^:(!\D"YYTJ/'L9N)?&/A#*XH!,-^?8_F]^U+]D%I<7!>76+!"6H/.3`C*=K M*XRJ;2R`EI2PJ!MWV%D")H2E+$3X+(!`MK51>1X0AUF79V;ESO$<\Y-V;R+W MS,EMMQN%UQC(K+I81D%LP54G":R(631D"4A1;)>A;MUJW*,+=**<)WM_"&U4 M]1AY4"X[0>:$ACRBZC1]P(^3XZ`Q`5/@"IV*=0%-()A]"Y+E%4W_0>DOB;EU MLLVAX?'`'BTF+\^R_USB3\CW6]'=NP8CC=;Y97,]MFZPZ^R..G";M]NOMJ:U MU5$S`G=]@K=;?;:^*Z;6\:G0K,X"IT[#*MGT=?MUGV[[8Q?KGPO-_&>8QLEG&Y99C*VJPBRO(\_``\H"@G1:FH8+4*,GB\<7'?"U#P+ M7PL$D5+#RG[MC MTZ+L]N2;&V@:&:=AB8J227P)AP1SQE"=3(6R\\-M49T?/1N5#(E@\\@%F'0B MDM[/YD&,*!@6]M$6Z#IN3U;W11X%\*/"?YIQ"@8KU9 MH^WG:Y,;PY_,5Y7A"VS1@OS`Q(/@?2BY@^9VRB#2@UVKTU?(3Y=[F-CX]WX9LUKKCLT=+528$7E7U]@G"K7>WJVT;.\GE M$BOU7]_3X)KHTQ71=K5(@`5U9V=^,N]K*5I2RRMEEUS;I[QBM]\QQ+PKFXD2 MF?BB]&0I5.?'JE266HCW?PD`#^7QFU"[PJHBKAA%`BH$2*)AA@7)6M!.E4K5 M5`F32BQK%`(;;ICLXF].NP%=G'8K+P1?UC-Y

<0BC2&3ZB/PQM$) MK]@(&EA./S="`"-"`]FG&V_EKR%#9SI'>I5-W&QFD#Y+$YCAAM:O@MMY^2/B M\%;J^)YUN6$:4BOBLLEQUTVM*RUUY$Q&HO#XA7D^.EM"=*UI4\J]K]U`%'77 MP]_9UPD;[3KX=\]4^/6MK:O%KIF-3=*8W/BFYS2]SICL[A7?L=H0[%E#B=NK ML2AT@7V6[(J-*(J0D@71K;S.053064'(Y@4A@,TL#I-M-1]BD;TRD554!U:- MK*7QI=NM&"D+!OZ')+CGI"9_7DAD.2CR8(6V>T-J.0-GAP+Y.EZZYA+) M!O]7@PM\_J7UCKU<]*Y[=>M[>KP^>Z7O,VO>]\'S6C=]P``!>VN"9,N#9F;/@S+)UEIE\#5QH&=X[Z69#']*.&2HP@=VS_C\X?1`\&0[Q)BJ) M_$@)_QW$<()^[(.?68$ZDQG+Q_%XFV_7NZ[Z%BB*Q80AJ&'QH``O`36%P M__M^&?/^%%8Y.WWZT_Q[OBR?@TD=N[P5^]?A;OF%W5CF]\:A+6WB;XUC/,:% M@N[UVV'1]KG=LG3N?P7QW=OAW_@\,7[LW`^&;8OBE\YQA[ MWU:_FU3F+89P`L@1Z?U>X2DQ&F M(D:*1!I1$4^2!-!,Q'-B-,Z05('NBO-'[O[[ZN/I-<1Z3[\;YM.2QS4VJU9H M&;D[&1#[%1-PAU%.%MAS<^/#.F7)4DMS-TLW3(:>B-URUMTRSA;LV(J]YBS> M[V.>8:%P6WO&_HA>1FY:UF[J`0_.>ZL^JO7Z)W>>[$^S%^GAC6<:SC>?'$\O M/+SR]^<8;SR(=_1T\GFJDI48\7>"]'CJ"]./?V+P,`U:5L3$0W@<&AL2%BCG M`-\`MMGWO%PD,`&D0-4X%Y@%_`8#V1;;N3Q-$KH7ANUW7H>C1%$*&:"PHPZ> MG7/3Z&&*HG5_FW:M5XS3=V')\IC*)5YE4,^6%%:VG%UQW2J=8U6K*U<\RBZM MA[=:, M6?.8*J$\_D@%(]%`.PLE*4H!IHXEQ*%T"5"\/#&"6!T%HV"D$('A2'@+;0<( M:QP^[X;F]_*;57'[1^H:PA`YIHRJ3-GZ/YUBU M4G3U=BK\"28EB2MMTQ4W_UZ/F=&L'[3UO"4FK,7;S?IE-T/DW M]4=A!E?(U5=^-)-L;2>P$V@L2"5L5U6+0!51`KN(+#;)26 M++F1XFNI`N\O!5T.%:08\Q%$2:4XR-6S_6>&;^6Q=)!D_XF+L$+D!ABPVFKH M?44N,U,9$2;,#-B"72TE0Q"E4!24,4*D?P1`J%3<\>7UI`?8)$9INP=(;#\* M#W(?X$RCXH_'#^$T@6Q675K\5^L_U10\\]%'!T@;1O(%23LG(S(Q;Z0QI%TX MAFY\4VK3^J5MYM+RP.O].Q6CUD*#NE5)I%,8BQJRRH=7^U`-.A.UHQ-KHY%G M).3TVIP+X^U1'QO##&($[PWXP+1;#;`B#]3(9AA/C5IZ7@QB.Q`,Y<*IQH6F M3T;^OR5=\]]U;"U4WRUO54,E[EX_IEBZ:B6Z?DEM'L-.*.%F;6I`X<\B)MB? M$^]4T*%-C;(V_MWQ+K6P=A20S,QJU-"(%&^L;+Z:#"MI-W!3>.L<4<\:N`2E[FEY3LCN5"X9M!,,% M,6M_6? M\^*?0=9Z/[G#D;34U0QA.]T@?,Q1W9'CZ.Y0Z]ZV8'UD+0$A+,`W3E#,J4IJ8%2*>_UP4B&:O9#""4%TMU* M&N;";)51#$U1Q5"?@BDZQ,]^[:Q0=3->)^AG7@AEZM&[0>49TH=='&J8U4+F M4UV1((D?6GKNX^;N[8O="VM@;J]9`3(P$GW`D+^I#BC*((?$CC%TK&YFW2O= MEV65"T-NYS2HDL>E,)N/K3]IR`C21B2,`C($)!.,[08^O[]`5,^-SRHI_C4_ M?9<*()HQ8.]3N4_?1?M9/YOIC]N?N%C)#8/`*P"+U M=?S[L]OQ6L'$_!8P0BP,SK*. MX?,85;UE*B-NP_LX./P)C]9"$C(J'(,`^_O9S'*6XDP$/\80CL.:%A+F<"Z; M'C$*CV^WU?2ZV"0W>F99?IN_<#Q`$'R,#Y_F[N),DU*H?K_)OZ>% M+$YGXO+JOR#%/L]V;=1Q&Y_]`>@`UYH@0!B)+FHL\?'6#@W?38#@]BJ]Q/.% MP!D`@S"S&59&I)>(3P\S]O2NGI[5XVIVVI5NRV9X)R\6$?'XY\*SPVB;V4VC MD/[4:^=,SQQ\IJ:_:/I'4GL8*'P&\A0]@=Y_RE6X`6!X'<20HZ@3%\<'*'!R/+\$G1FRR:&\VARG04KJ3V"P&[8%5`2[C`Y`>W1#^]X^N/KO\ MO5^&/Q&NV7&HWC>BR8Q^+0*UYGB+@8S&.;N(2WOH;HIWQ`X.5H#M>*WH+H>A M@=.L*#KZU=5:*E=)N!'.3!UA[H[=;DHFP-M#YTV@C`VGG_F!@@6/?)3")&`, M""%57DYO3L-?FQW5[>_ZFZ"OP,^3;1_EQ/E/3"3*-5]U^2!:XK:X M2I2\NN.#+9>ZWK8M:0O6ZN.>[5KX/NVL@L#PB8*@@;O01&HQJ- MX@EMC<.H`AYRP8\3L6V+MJ+:^IWMKC]5(9O,/#"[SLU,A.(&F^G1#P'9>$W+ M@[7C6VK=B5K:,O^W])))),(C90P`((9(:T;GNCA+`C^_/8.+?1A!X M]SU\33*A*Q?3[MZ;U.)KGR78D-A[5P<4%$%513(;D"),*(=Y0+K"X1?):AQV M:\@[6>A/`JCL8';V8;Z>-AU$RS)`=`4N@P4H71!RD%T%>41[CV_31P[3XM^% M&X_?^+V>?V=O>F%F66_R>]1'T^^5F/B\Y^6'WOZFSDRUTQ(^6QJ5PA;?5L5K M59%/$8,R`'%I1@ZTV\8()D01"$D`,K3+_*Z7=%]T*25H\[6SXO=VFQ.ZN:>Z M!<)$#[!BS4A.QDTN%-B@^&!0=6##M$^;G7N8ID&0='('`":F\&(+4M+;"QV' M:&1^0HY]?FM#]Y.LS343>05-\![&X6L!<^)4;#N"#Z#WR@#A1BOQ[*38^';Q M^%I7OI,LX0[WW)"W&G+0.8/=I(`;NRX[P(5SS>TPJ@:<$`'@"-8@(LG-)@P2 MHI203`?E^.65Y&1#0$X7+W_53Q0+6H;/550":.B![+V"R:GUVJQ\[@KK]F>Q MZ3+!8:('H(O2<3VP/7W)%?4.#SWB%)P'&%$/]'#/8]UH5CC6:]YOXQ5>$4+$ M4R3@:FW=ON`&9W/XIS*=MLKG?NU1/XI`1_8`]AQ) M9Q-,4B);=T3HES*>_6%&\[`Q^4'>8$U31U2YH!C(N)J3"]O1\?;2O^F=$2?6 M>0T_N^':@!XF/V'MN+F*`=>G-.9\M@@YO15Z]<9155$ZS^;YOT/LPD<9QJ6M M\73?%!SL8T\L`P10;M&.7O[YP/VU;RH/6>\.N:]8D]U2.OOS#I%R'4D$`>#` M/'X0X@^S2;BP34XD%!FY?MWT2>VB'AOURFP&74O8!ZX-E[G>=-0T/,B/XD4(1A!*+G]&WTG'/H/U?*EY9 M&,0*3D>/,[7OW+;O3@RWE*S]AD0$8&N&A@2=5"Y-JGVT`SHM0`Q3611"I1*1 M"'DTC':0<^V9-0,;$=0,O=[:>!T#G.P$TF3"T4"5L^B*Q/L9_,JDSVZAP"S? M^]$#DW(F&'0LE-95QK-A1J)UHR0,J=)C^_.@%J=`;TZGEAZ<(GC2 M)+1LA]8G>^TTP?K^[]2VMU/\\#QDY3D(`D\)3#S30K,144^0?QCY@/7,/5XT M.R:WI[>HQ044>5XV.J(=,1SIZ(CG-W+R(3J7"=>H7JNNM0Y5J7F"?UM:'(J' M863M%[,-#JYS-\J:PVJ34O>;]\EC*(G(+<#>?FGP+\&D%E"Y(\^/#FX\C#0C M[P9-H*,*)7?VE7AT#RAM`ZTH=_"8*NY&:9CS,`5=YR$G0+ITFRSOGAHX@YM:+0PO"IPV?-#5!R@8M)N#Y)HZOK_*^"$(@HB*+%4158J(HP#R/$^X-T/ M80GS'S^A0VF"-ZLDP49^165?)DZ:KJ$#'/<;K89K,M`U-8;@-$,CSA,6>NX[ MTW*:6[Z/)G)\Z'9.XAGR4=J?D;J;0,^\[T.(]%AP+I35(]IB3X) MF&F\]_'/2=>"AXCIJ)P,C/@%TP28*))#S@BY M7W9F75Y83P*+Q#8RT;.3L!-$\316YG&<0U\1M=2 M1/"Q0P-7?99"$$.OS^%6!A`&1N1'\Y/>%3V MS[+4B`0G7'FW'0UV_,OO\NH=@1%A5JONYO4.\R0@>"%H`Y@>97@E:;D-#+RU MV/NXT.6P@=3)+[:V+>Z1)F>V>*0&UY^M40'K=Y0 M`GA@"H6&(J@R*(")_1/[]OR[GX#NT-!!#M.U[R6"]BBX="5M0E#\SSZ%@4./ M"E0"N_XIYI\LSVDHAL2Z4>6'6-@+5W'(#ATZ0]1/"B!S+`%HT(KK%[OZ/M/N M_$_"CY;%^-V91-;&,FQ-J-F&;S1DS!%LHM"! M<*M/LK9%K6I`]0*?KB?VV3^GQQRG84>61@I)N=4=70R^D"\::R-VJ9915(;J M^&3+4%P&+D+D*Z((T5&"B(_;OJS3H0)?B?5_YKZ`]F0QK.'X-*M52_OP/WR*6'EXU_>[XPJNZKYAH)2D_3YQZ MINEM-3BT/P08$S,L-1YL-4S1JW[4N":JL9/&<7DO+HP4H,8%A3-F:H&IX!I? M$EG]W>^K[>/T_;]DG:'E"N*] MT&28>T_%!:`9-ZW(K5`Z?H<3WQ_%W-+N!`Q@Z(P03V!IRX$1AUJ4%:15^HFB MVY45NN6@;V;U'C*C25XPBL()^IPIQ7;XT:BE%J#R\=[S95%0[,[UTLXAI&:/ MG7!#JJ",JF+"&,:0_/SDZ0B^-S9Y--$4FIB8T@`R(58P$DI33ML$C%0T-+S0 MOR8V&R:X+V,QYG@221PFZBH=EWMWFJY#H&<33?=-&E*5@@5>L`PC"$9Z^?JHH[$"W!I1C+B!!Z\^),!<78-`-C^TR(3@8@?]I8F:5V0"FG,@,"!0;/ M3MY&7BL4XB0&0_N(=(6V%3F#4IYRTH,HI2B6SX3$;:K`;XAN%.&F:3+,"(>:FP9=;!X^.YS0S8.A"4&VC!8;R3+WG"34 M/(W.U+.P2AAW]'`1;IWH4\=S:)`IWF!OA@,(LA&`Q)(A@(0AER>:;#N;G(-0 M:8O,$-B4H:[FX+:N;;^%S//8A8S%T`:4W1*`WIQ0XF;U`YQ91GD4<-N.PLA(3VA;M,. M44(?O\_T\)-3:;T"'<&O/6,VA06"I`<:!F8*HM&);L;V#Z,UI>-B`?DS-$=T M<)$T$S,/X7[-N!TCEIHAB.8P.JDP1,SWGL`P!P.YV<_5RI+CJ>T,L!T0OZGQ%]N1<<@\X8"K4,HA&*4D< MY^-A9QL13H343@PPU5#!;,/%Y_AK^0]1#()-#ZF=_X\_1[/W_'VV_7B]_V>7O;F[\QOV^KC$X_$\%A;1>?N[?+<<,!,*L$0#R/)V=O;3E M6I0XF-!T`?@!!=K%O>P&&@H)+AP([JWW!X6^9XWM\ZS"8(E_"Y[;T1$->I"E M..!WOZ4NOCRE`21A]F].8/'(VE-%)6@8$#6Q0:/-"CSH_&'47+#R!#@A+;=V MW4"0B[!P<.9QZ^\*)?N3=FM5X;HIHI#U_Q4XH\>I)I22HWM1(DY].>X8P\?P M$=@^`>B![WP4%R-%>M/L(E\HU7R,6<[H5; M(=.A?45<&W,BAF!L%(>@6+!FYH%S1MH(:EH$.XJ*.N",EYG-^*'$.BA@U,GU M&:(:-J#-\FE0[_D-6@8-H<1`X+I-U!O`?W08<=`1("*(LA[TE009/A.Z8'M-C^9@"^J<*^+<52X:* MA[CFWB.Q'B%7BF0\X)45A05:Q],NZ'@>A*#3P@@[=\17C8@G;`XV*I M8K?@E70Y50/<0L8RV-@0$/Y*C0CK]AER38/I78FJ/(A`B+-KR=-$!-FLDB3[N8U(/, MEBQS]:<#5(PDY@*"@>/BH7F`A>@@J33AM]R&9R@HM35=!:C(E@(L8'0W(!:C M54J:G!%A4&"8:0"@BA4.Q!&P;'%NV!UZE_RZCG/7[/E^@8B'S%(=D=7O]\&E\WT4^B^W78V'3*E*UP ME98UU\ZWVX86-EC(`#8;!-9--MA0'Z'C(W!HI(0%#YX)X@#V@'JZ$@1)%D4Z MPV^)8?=ZF[O\>WF]ZVW8`^A1T8F^)$ M$G)O=YEK[MV[=NZ_,SP\P'_@@$&!8'B@:A=T"?]*%$11.PM(40WI*3]+*NJ? M2^<_V;.>,AW`A3[&9#O[F@^A)Z$#'3+2D0D)$"@"B);7QD@$SE4\ M-H?MG=T'O3ZNU.N:?F0&$7C)SH\]H&H>'-_>0-09"'"+/-W9A#S/T>RG)#34 M-@$`W&)#QMA(<6(JU&]:T[RY(=,&]Z$+_(11K"I)096\/6E]7S[8<12=:+EP MR&PD/0`>(=(6[+AVV%,T(2CJL])7;K=,X222`%`P/F4V`D'=%>"#XLE MZS+2<=SQ36$//OUMP`/3`Y(IV`MMK4($)TIZCN?07._.Y(V]4,$_?Z@OF<@T&H]:*/0NU549KPS=_#461MI#,F`J0E,C`E4421J*+0 M,(J1?647^I.(]SF!Z3K0-7%L\5GW!Z\@,C"F4%*E1"H/`#U"T+2OYMLDDB29\?A?2,>)I3Z)+8UC*V+3 MW`$GX0,O,WD[^1Q!+L'R!$"L#1]+X"[G/`H%]/?AL[(,H9`^K)11TB4,.TG! MK?4RJ$QB[XHP#*_CE[_'(0/V\]0-VS,"6H_@T6BX$$/2&W>$%%$U#P^8/:HA[+`HAT%+<,87;M(;T81FRJ61EV>BDJ90\DLI"UHB((V-/S$0R6?&5R)@0@8%^D_'J+ MVG,4"GCS+/0*QVT(GI!1NNV5KI+U0N;`"K32QE$R+[K]H&`Q`\TA`A(20C48YIR#S%&U"?Z`.(>NW#`J7AC6B&^UC42H0B\2P=%4+ MIB&_B>5#"A:35ME9%?H@`69Y$N8FMW&KYDMP6/F@FZ`7V;G-S`Y5X.8RU[RX M#@I6Z3<@893*)%]?NJT7;#U"D0]R]X`6LC(( M?S1`S$[>`<4P&2=5O`$OX[V`^O+NZ7(D6#$>?Q]PS7KZ"8Y3]/00_0@AE[:! M]9^1[OAJ9;?49TD35]3Q'V)=57(_H,","Q>0)I,V(-X1'XPS)FY113I-`R%R M(B(B(C!`XB&_E0L\:.^^L#4'`W(077]L/@4$!("JB*'EY@I/SZZD-H9$FV#; ML)I"GW3ZBS(GS$#X?EN[O@`\GY57+VCZD'\#[[V]GGS#218$24'6"07\]"L> M]>4E*GFHJ#LUM`5H1`L'H[C7&$$R\D$J<(3Y&&)%QSW!Q"HD5$$\MMT[6E6D MH-Z"W(BHI5Y$R"&"+4%[F*16`%X8%:!";&:CK>.Q:AA'HK2GOH\C!IH0J+0; MF0X%'05(W1(S%14L&*JIC9!E:/0C&3%\L9,:):@\`P-`+]^'Q:H MBHIU74X`G>X#&E"++4-HL"X()JH80%#7&)EJ"0B!"`V\,&FAHE`\T0BSOI9A M6XC>:&;*71QHV>XT$XQ;L6AD&%J20ABI>H3H+6@S"SBURN`U2!?$1\60O"!: M-A"X6L6+5%A0K1F,;099(2\CH%$*D2Z4`R+*&+`Q25%,70`G=0#=,N-]C>[B MV&%=*@A'`3;K3JCY<5`@!@#-!(N[%BDAD)D-;0P9T;[9%AO*A"9[4ZY&O&^< M+[N:67D"I`R;8T.APFX%,=3TH"*OJK(!L,>BA6#;(W7IQH-]+@8NPI?I4;2= M4&*)T8"0^0:@5H&$RG[K`!*@N0-6Z*S,+(D<>XCH#374)9^Q!-4OTA!RPMK@ M,)H51EJK'F%&-,<^-ZX88T,$*"X-E%J,700'%F4!7FDF,]6:H0)1T,5`#.'% MD0$-QF#"Q:*K1+RBU`1!5;@L:5HRNAXJ@W>-FB,PH-R\1VLU,,@[EU3MFSRK MMFAG>J3+OEFKE@+:BL%!C!G>["Q@FJ(8TJHZ4!0DT%JT:+%Q^K'W]WYOOS]_ MOZ6[>&,?JQCZL8\KZF^ILPWULKAC;9C;9C;C=MTE_$*(H*#*J"(J@PR`*`H( M0JIVLSQ?;W9G=>:LV=*VS[;Y&F+;9;9>O4Q!18ONT'!SJEI1$J" MATDBHB%`G:I++%L2XMEE:3-EO!_;`J09@*#'T.`FP1NDI`=0/J5)BW42YTNJ MD!%X1*"#Q]!3UFO27<=^>HW4.45\YT,TN9<B)$HFS8QU!NTDNH@9HD+$BF6 MVXL!65G(P5+QT!@2"A8&&&D&;0AHCH8=V@9&>.%W]R;$#_I"3*J%J`#]0!`4 MJ"AF1-#=N.]B6UF"B(>6G#3+]P<7F?+7FD"P:/]J0D+F9XL'A^N M/T'^)\!$ML#8',,.0FO;L.`B7+,4Y+?I>^BT1,;0:201K&"%^:,[2;^OZO$N M,9STR)S.`^.G'B$3:;UIOI6JAOB956=?)*3P:CP#>8`"D^7Z/S_6 M7'M()KBT-4;V=,+1.(_+^_LM:5A[):`:SDQ'IJ[C,$(UH'PN@_MZS3M[A5PH M&4V?,_JW7B;`:I7!41VK@Z$6X;+6Y![1P!T)(D@:R*9/(!VI*,%%@@;@V*B" M(B+%$(21B#)(R*Q.I!HB<&,7!$'"#LQK=9^C@-.!)$*I4(,/RCCBV!VFD#YX MJE.OP!MT-@FT"*7';*JX1OH:301BR(,5+QFB&9X+&?;Y-\.8CI8<5#(E2BBV8LX]SW*CQ`AD!O>?I"T9&,=#B_@ MKYQV([$',W)2/.:&ULG8]@)IH]=9>0((('FI8(:);#IM4NLTR*2+(`-Z:@JR MP12#E1T!`\%\'/7X#F[14/,KH/$%LN`O9@,-R5*=_5Z@,"N1"0`Z'Y?$\R;\ M:U%Y6:@9&?&R^@+*Z2*J(L>"45E4*J#%*4S6T-6O+)6UG=1&0ZBMQ"+<#+S= M7D9K:P+'35#-;B-=$H./`DTJ'(50F54WM#L"=T&1-8G>AG[./YRY)Q>?'()[LF$J.MZJDQ8([:PU$(`ML5. M*'=?>X#N!:L6L+4'DJFX6(%7$$F@L+N+L7'G(XAU!09PYM336S#>\&QB)T%N MV!H/JHRGRB9:54YUM?)=K9-QRO@X`^D4ZB&$O9MT_(&[?ET!-U5*T*L$"+6& M`?Y58/`AP#@>5@UY&$NX%P6TI1$H\,TT+AWT)1\,8=OL)*S1=)LCC,@D\1$0 M'O#H:#!D61LC%(00D$@P6",$D&2204XA@6T1=BW(V'&(6+!^5TO)D44W01[2 M*+&)WV=!/``QN"<;H;>P@QS33+6(&AY$!$D)("(00<=DVPCS(OKB"9"&3-J4 MDH5I-OO_$4=1$,9"9)8^6P]-TU)_7%'X<_5@Z4?X$/)4I20K"(D@=$*PDD]. M">0(R=Z(C_I2R0^QK508'<$O(71`_G>,A>YX8-&\4-6E#Y'GH*1'0BD3;IJ& MVP;"Q(3&044!P2Q`ATA"($L2"P@:$`:(D@HU5"EDI*!T%-'^J*OW?/\[K!60 MB*`&^'/&_X?)!I2^WX?"^GV_!<>>4ZUKA*MC74X:6X;M./& MLL)^*'9(0\2(35"E-V1J9T3#NB&R@\;4!*IE4`RJ;`P71Z1KW`]'6-4%Q701 MR'C^MR/SIF)^N,@C%-T`L!"332B.#GQ0GQFI?@W`@H<(J2``W;(@Q M3HA",(1","171"[#*0BQ@2$!7DTIJA$"0%B)TC7!D(!1PIW;-*?[W#*'2DV= MV3^W;9_>P8B%2:C-,6!K MM6)NGZ1*KO1#(^0".8:OL(&)XFVTCJ3Z%\T3)+[$_L=Z6$\"=YTV,@VU)-:: MN_;8,]54+"#A@#0021&0$;FMSYQA"^M-B`Y(GR$P)8+HP+I9L!.M-270"$$0 M***#C#%+0E=&`T=Q]HZ.V&*H($0C%<.(9!@QBY(>&5 MYJ\4R#DHMAJ"MB#^^$6`A"*D""F4$!-I2I`PJ?URA=7B.TKW"$")@"']@"$B MR*0C!!$41@L!5$04A&#(,11&**1$BP%080)%R+"ZCJ,+`>=^!.MRJ)]*+$O4 MTT%B&D0#E)-TJ(P7+IVT6CI3:$`01$>I]2*("<0..#I,D-X=`C`K.2J"@H,0 M8BQ02!ZO^34)L:FX4(8W^9JFQGF)8>@R2U@"#X5]UN$"$4B$#&YJW@!FB'1# MZXYPL+W6,D0#(J=A?)N\][N=VI<.?)_UCJR?]G9\]]BI0@69!;:8Q@L'.DQ9 ME8]O9IZ8%,"F/*0<_QNEH0*!.'U9[KH>\>3SSMO4GAE#L`V+QD&S%,U.`U"0 M&8)1)&(XB%1?`?NXGMI5FT=17"=Y"[B4!^B]T?!]0>D+ESE+S80X,4;O/;I>!/"O<_V4 MB^;F'XQ:(K2"AX6@BOK>B11"[9[/3XE[@HU!?M38JF^`I(A$("!^V(2"!D0' M=!RB+JG*0^H`L9+L&!\HAVG>'W>@754^^"?@+Q#J>FI:)"=_,^4"1(0G6@J: MMA(%/IH4+=&>,$1B95,8`*8BYZMLAK1O(($B"2`@@I(#-)&O8(4G'V!ER]9H M+DF/6<2&X[3B6(A'=4O2HVRN>6OFVCP!AZ,"R5[$7L\2B9B/1V62AU3#M`E0 MO\I?64FDWQ@1'@A"^@`B$8``DA?0T.FFO-5,Z=3T/Y^)[_=.R$=%(2BT[?BP MH[T([HFBNTJS_G@ZZQ45<[P>H<,1ML:VJ@*7&%UB8ORAW=/K/9S M2\.O`9GYW*OU#Q<=Q%0D+"[`A1A<'>,KH*,.A!1D(P#0?.8X9B52I0L$A7Z^-S0:)-I M$)<:(P9NS;>S+#0$+NF5,]F3A/P-W(+`YY,><.E:=*6P4+-((UA?JK1V M-LS$Y&)0HX,V^W%E<:).IT']==")!!O_N@:2*0'[(#(J\S(SR0+#ODB!0,`*B634J(5,-+NWZ!:)"5+)]5Q/.MM+QWG! M$HC(H$@J9@;S>^)`\NH:(_R`BEP^3GZ'J,/U$*(?.)(#[."0.D"NG.W[^AD6 M+A*R:3(J@D$79`&W+3D#3R<:7)I!:BDZ:ZJ<=4L&`RV.S[/[LM0&&IDU7J!4J*5`<; MUW\AQ+/XBBBBBBBBBBBBAD=$)1>QWLW0TA/%').IO$XGD9/%2QUG6BA\PB`^ MX-`.PV)L>K"^A'4Z3!DN7`&ELE7HP#QP6<&Q"ZHTIN"2LM.88:8C!0%D$AAM M&`,GF<90A-/=^NDY/VH,W(?SM!R? M&(VY`Q!*Q*`N"G4>49`[0P(B]S*,(VPH,4%EA9*C$8OI&BJQ9*`R2@R8(7*2 MB6#`%$!P*NBAT,L&@[\&$G41A("8'!@5*2*-"P?8=YXEM>(9DM);P`T-BCP( M]J=W.5WH$3T".4+Y,(4DA[WW1(:YB'@=_QLX%.=5N$G_8ZU/]4928&FP7-L,A30P M*&9&0=C5',XA^5(W.)R.?O"8/JZ#C?MFG`,Y_4'LMM?S3PO MH68R(:)&IS('OC<4#^`E#(C7"_YDP)J`Q`^0L"E6!]18N6%;C!+3*@*)9HC! M.X_'6FH=T,K!9+/:@_M"!\02X^(J'G3T)T#D#B-4^M/E`E](5`F!(^&\/A.) MX_?9\QVI240*NG19-_F-H1KE1)Y-+*.SR20!*>-WSD@E35_B&TVJ?15*53IE MGOIZY&T91[TI!;P^7@/I?`7'T$!,@NT@/7H`+95\B*GI&`0B`<'2%)XXEM60 M8ZWA!-_#L0)SR@<'5NQ0:;;0;$"`8+LI`4,P*H-8I7H MC.!-;(@S4D)MH%02%(H#NT#!O`^L\Q-"0(?"+[\G;`YNGIGK]XA]]GQLO<]A M#8U`,C=4(3>TED*+]$$I`Y@/QG1HC(@O"21EH-:NBD4087$4P2M)(LD6`,!D MHE@RT1!11`2I$:II`TH$*XSJ"X\AV^!D@Q-K>%.M-SL"@DGR[0VFA`O$;18- MNLJP.]&A=[:&Y>S,P&`R+$R;FAM?DX4*,VF4>164_8:Q`OL0#1)/I1[;"'Q= M@U3LY,$0E;A."PJR)::[RNB2:`1$];/D3V]P<0R4NO,81,2ON)YZNAA%_-@G MCW'F#X:D]46E[^X`KWPC, M&'<,(X&^PJ(B*C3)$@^,VWJ>>8PI"@"DD$/Q'E&]EIXN)0_5/-*=5*HN:_LSHL["W"%F.C#EAAN"40%-F+(P24M#'L MD=:8NRQZ,_Z)4P;%LP$::`U[;XF<:.UA9%#S@'K=*31@786C$"@@LI(#8!#! M6@:8%:#*(!@N084Z!J(8N%2WFD`(HQ,:91BS`*1-4H`LA2()H`A0QS(#B>!I MUAJL`>@AS&?7)Z4\-TJH2'ZMA=B'B%/XQ1N$-#0J.2B7IA"!*O"(214A!@R$%A)&T#@$7 MJD7PI$"MM#2%T.]0#28JD2X(@P,]L;04V1*#N*(0A&!'M2@IU#W$`>X8<[<[ MC;W%%YDX1BG0D"4@6[L@$Z=0-4!:Q"AL'IA`YP@_G+YTQ(5)RJHJJJM3Y'8Z&TXZ"WH" MQYHK^ES-T$#D8!!"+(%&>`B(B/BT:6C$$*E$6V1I%B?#B"8.AUH1"V"Z/Q@# M2+F((G.[3"C`-%+)N&J(P:+^:ER22;85!6`(R+!2"@5A`:4(I`8@1!D0+98@ MC$&,F6`6L4%DFA``R`D8B*"A",(2560+48*QB+$(QDH4,!A##`,3`8BVA".< M%2R?.E08`*!&U1%,C*A`*(/*"X=YA.WP#P/)0C(D&"1U=H:(:V0B:,76IS'; MR],XSJ+0JTI)B!@_8GM:P$RH'+*_NTO"'9OV\M6\M/G^.\3:+>\?P-[7,@FV MI1:J3@QWP,BU&9$-T.&^C=S`B6[#(T-H5SC0E3`IAT&!;['#!6)KVS0!L=TW MI@$$V-7D;=UY.VRJK&*[,-C>U55Q\.[857S!L=#B;'441#Q`Z&[TNW[C7`-9 MADL0['<&$!,#F0UZ?<[7M*L^>5<+2R^OVFPV+L*=A0[$M9FU`.Y.Z@#F?-W^ MK\`P%LPE:S:,1-0@4*)0>="@P(15B7X"CA)Y=[\/C:$")R+*(H4)0I_,A8`P M@,^'S$,AA!AZIL;SDAD19`2008!P(_`2QVJX*?7;\)Z[/#-PS3*Q739V9@Y6 M:/'R/P)&.KE-T#Z/V>;H0#8]/]V?+VB_+.MN>@A&?GEW5X$FOP[K5#(\)\'] MT'I=0=W3OX-])#H1)$HA"9TD*>YYET"9U!Z-&YB![\%5`#U^"/.`*C%@"@B] MJ7M!(!U@R0Z?P$J.(!I`-"!:WGM6I>(0",H4+@Y$`/9QL'Q(IDIS;;*.BKL2 MCF4@6"24@)$UOO[_P2R/+R/@3/IW!KA*"4-%!$[CXT>G%5!)55#(\Q0S8&9E<[,_E0_E!@ MP=:F[*+T'72'H[S_0$#-`SP$J4",@92`-NY,1%0I/(+T\G)M'JEK]YB@IBD8 MG=U'`,+/PQR%'^E_3CQ?P_/A\R[C1HC"7\KN*#-="[3E5'F#;'"QA+XJ00@!$E"0B3T'"@;(?7W!MV'=W,$>'OD%97U:NBZ/PT@<&C"< ME1Y@7D=Q^,V-^#<<@%"2*02[,OY@7=G9PK82#KW-NH?XNV@L4MWPWI>B*%B, MBL@7B=AZ.D5,P<)[$G`9"G!/8#-A]XZIB(9=#2F&M:*">/=SG?\02Z0;5.#X MH77-^]'L!@$41(IG_%@R('NA4`3M-1A32<(&BEO&[^C!Z$P]O5?[(+(R`'=` M+1F3Y(`;8NQTZ/M`Z!(?FSNAP(%/0;3AV`D$ZA\`RQNHVXZ`& M`>^`F;)%"DB>F'7VP)#F/99!1$01$1$10R'Q3(OC;CQW:Y0DV8/2!;V%/?H' M'C`C"(;XI1B,3E#SH-B!`@0E-O0-P>`EP]('_"QP*SRF6%TG7RS.D+NTFT3A M#J.H*#ZJ.N&>9SROPHYU=Z!4209`[DKI#]I5`0=WC?GN&$),/;VBD>M-TD\` MZCU_MF\LZ]A8VNH47P&.W%BQ]HFY\01S'=Z_1#M8222$8.K14BQ5BQ&+&($6 M(I%17@^2F*BJHJ(JB*H2,`0(Q&_&WN\W6ONWAL@ M'NX,$1$1$1$1$1$1$1^0NA\#J=NL[=28*B**GN[M&8*P%!DD`&%HC0A?&J06 MUQR+)0&B&PS>:+`QE2(M+RE+!0W32:.60R28-QJ*"ME*K25DE*BK%08HJ5"H MEB5@4E*2RP+D,AJX8R,9I9;5C%2(RUHLL*U8*@DZN)CAL M2]GEH*$$9`(@@0G3C.?!9@BS7Y;#!%DA$YE-Q1L9,84&$W$),D$"-I8@4#1# M$(T&Y$&\!1"(2R'Y=)<$@"\@-Z?B!%`D601"$D!'94#XG;^_88$`D$D`N;DK M7N1*1V0W.42S79:BJ/!VS.6R'>9'0UU*"M>K=+D9!;FY3=1HC&<`R<'JH&EU M3B8"466$S"8*H*E'J+1$,JR!(X,DJ@C:?N)`:,-8%(H#$2$Y6ZU0*`+#>R`' MIY^>\D$*,5HGQ:PTP$QED/9-&F>L&UL-P@X[0`HY")U?W21*3>7'U^.WM#I[ M@%[9VIH/N#V$$Y]1J$(!6O!/38/$#>;IC.EKJ#LC6,D.SJ]F3B%&PZ'0>9@- MAG1[=Y[802$*(#1.L-1Y^0?XP]`OW)[!2)1M%FLZ0ZS?L\'&9V4V##>%C6`P MQ#O:`*'LS*S&?+22B#H25II/Z]85U=&LB(KZD_*2T"&!ZYX=A-!H4@I)!5D1 MG"5D$@K/]/]__"W^&QM",9(*HAL0=`3MYJ7+VDNC]8]X(=H`>YQ300/4D-V> M!`^T$">TR`%C#>B42A^4>L6RB!^O8:CLV-M`CJ*:@[%1#I/A[`M13FN41$"W`HNEYK2@ M,"H%_-W@ETZ&IH_2S0[7,U8T$!I]+G?Z:SK&B$!!SVPY;E&*S*'HJ]RHG,0` MJ,`@B)2+M=;@2`M[AZ2XHA/]E*2I*157(:F(62\X^FD+(['K*,ZBC+?HC'LN MT5J"I,!*=&9FIN-8:$K&AK$85[7PZV&_CF=G`?+WRMP-9"S2AH138*'($`(H M!I!OTC;(#M`9F[FU%D*8MB8-,&:9?19=H-T/7.*6_#:]L\/E;IQV91DO!7!V;0C\LHHR-4.V6-*GP M>QY(LA08/!'A76@R(@0<`@V,0PU$<;NI<8L.%);;H7#:HT>,Z6>3";5JRVEK M!IN-WC15=+%6HJL.'(=(M)J$"S[N?,JZ;!H32M8%UO6[6YEQQ8-U7G7:L(3B M&@G,8I!'E()@U`D1:/"@I*P&$!@I?&CC4$X8D3'7EE`U;5AHU7Z*"BJHJU:I M8NPR#$)A>SSCM,76+QQJ4$KC'0T+,'(Y@(9`?0__H)_]0#EWFHZFI`"04/0Y MN19[4Z9^?@0N%.69,?M@'V'#H:9)P0\\T;CN:3T&^YSX*4'5Y*<0\5A"\0P& MD25E9+(7O7XP*=+Y8\+-YD37(7+FO@CJ MA.,A456X=>D_%&Z]Y$FMKD+J%K M!:"8ZW+;(41CH5+5(L3+(=2?/$YWD9D<7T;O69-""AM:)NF_!NV?'&'=X>DG M344&?MD!L@*HI(20C(02+$/4F[<>%_/R:O3UB?VIK>.Q MQ1`M!N!TX'G0%X:-%PR6=X);!TO8:A\4YLE72"^/^RR\-CB@D1:[LRW(AE/L M]%/$?(8!V\>4/8>\DDD)2=W1'[*T.NOL/B'51R/`_*<32*@91E/;K%@+' M5]?L*>!Z1N_Z[)64O&<-0J*402DBW+.![7-/%NQ#F?>I@ M>'I#0L1,Z"@-K9.KT6=RG/2Q@A8K!3$LWU:`P!L7"&UK$%GT4_3;IL^BQ1B& ME4T4-(J'44HSRQ%%$=1%->II&`##R<#_3\MN09A,UWJ`Z0`?%XPN0@!>0N=0 M7+W:#X#6=\)E+]5;88$-`[@BN\%V(591W8$,L(E"0Q`BX2'.0BI`;F3`YH+? M2!N%+0ULSAE;F%ZQ9#1T%I34=.T-+7!2LB2)"WPDDDDE28^#=;#.&^-5@3,. M-3&V>N>X,Z(@;H8CG`+1!D2Y#4A4-H+N,LL-RL!NSN7,BMH$O3EC!+::&2YN MP9O0JA<&QHXX9H4"!X#6(XX$88M(VPB&-0#CA^%&"&YLC&A@R9_-P-;-FC#E M2/3::C-=IQ>IN)&E*J@?M=%Y8/?*P2R,9N9A5Q9>+X480T=#XM!@X#6M54M` MTTT9KB;S;!JT`9:O%53'P"KSC<,X>G!TDZ`-!)52I[TZ9T M%+!#U4FBA"4#H$9BB81]60.L.UG3IF@D!A-!D.IU:7H\NK&WM'@O90MJAU>. M<."'.TFDC"0HLD9O`P(Q%$R#:!;`#B%-!`@*-BFV,2^FTLBP@+>*UN;8K@\+ MN2!0;BF10TJ<:EO&[QKGTO',YO>9PY"&QS1W`H,$BR,&*2"&Z$;N5;)C&Q@K M!B-,3!MH'.CGMC)LP#-Z#VNI6:CSOTPUHX9QF0R;=#^E+>PH66Z`W!\WO9OI M94=*DJ%2<,.")M$;[&--44\#>/CF:IS1YN0VD(3^WC'("7H#-D,J(P?F#0A[&DP2+PW9@U+ M<@RHU64)BV2HF2A+"#P:OI6)L#3X>[2PN:7N=3, MMS8Y!90W@9B!R@)\_C/=(P$&"3G\[6D<9$$Y)[*1FX>00"23>>RG@D0O`#4" M40#(L&"%WB3*!I!'OTAN918QT8Q?!"_!$=D$,=?=JC8*ZV'>0(!@A'I#84A6 M*.H604$5)K8WPVV1H4>9(`'T?0M^F0[.2HJJLP/0)V!V!LJN4_"R=SJ&P;>` MZGN23S3Z&]`&^CIBAO<3L#DHL'-M,A.,0:#KR_JSR3#L0]-#G/B&9E5E5I@> MD1$+%3!C9@`$@`U&PH66,C.$CQA0-*'5`7AB"6COE1<"+ZCD5^^VTV4Q/GWA[8(Y"'*=W:<3O(']QV\R%BYB46=-#J[P\P\/U!8#`"$>@LBC(*1 MW[>FOB&,5\9D-HP#]<@&.E&`+R9A0E@B\Y`'/D(6"P>J*O-D[S%U5Q$`R"8I MGE.?P'<7OL1'CHN]&8*-+&;4[C,2/#(BIP-&M70H\-BA"(00RR7;C,8'I84+ ME)#DH.X3,L[C!X?Z=CT9PW<0*"`<^O3E"O.N^E*_445UU5YD*(E1A$6=A$H@ MK%"$9($&2U/8*B4FR&_X(G;J\$*#>D6QMY'1D,I=*EJDU^@;\T/@@]`:U]VBI/>8-#(@K"*@,8,*"5G!0"D,0Y@%A?$ M)W\Z`8HW"("U'PB`ONBB2"%`N1SA@+6+6N3V1//R"[^XN:CB.OKXOX?Z_.2<('@+"E"V%K%$:();!!($J0C$"((2,8 M`@@$6`1[T8!08NF8D$@4Q>:NH;4S'+M#`A`$BI8%#0#@/STL96"X>P(;UX#OB#BC@*A&P.FL=IT`2`2S1\'.DMHG M:>!-'=YUIA>SWHA2\UW,YF@/>&WJ'G7 MV`!YB^L6R9]]'-(I"](63LB*B0_Q>D?BIY/'>;/!KRFI]_KH36MET/II79T4 M`STL^8@=_KG,-Q1);Z2=%X]9U^/>.@@9!=H/_7*@X>38LU$D/(;IW*$#%V$( M:">;3^B?3F$_T`:>[5)X6*5GC_K,[A?J"!4B&(7'V@HBGBU%*BMXH`.P:V1; MCSI.J&2`TD`1)%`2`?B$:4D!?U0`&E=\;P>(?ZNE02"VCF(I&>[B,[?11RU6 M:^&J9[S%KM/R*EFHY\3JN[-#>F`F\@WP#1T45N43$C,'U7R2Y"0#@$NLR$S2 M9)O2YF$)H0@>HL@4UKA7JL:0EK4IO2%<$7HE5A$VB<-!@HG<:+`O*7@W1H5A MLQ8(%&D%@LI@LM#:$-B;`HO%P,+"`:HI/*D$>`+:H">0#RP#6S4*=7TT!M53 M8WHNPTYJQ(!^D.2`\SQX\/0*,%#9]5`=8`$]+U_IX3UA.R#U>%%__Q=R13A0D!3$3,8`` ` end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 13:53:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E64E016A4D2; Tue, 1 Feb 2005 13:53:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 984A343D1D; Tue, 1 Feb 2005 13:53:20 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11DrK59071758; Tue, 1 Feb 2005 13:53:20 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11DrJ6C071754; Tue, 1 Feb 2005 13:53:19 GMT (envelope-from sem) Date: Tue, 1 Feb 2005 13:53:19 GMT From: Sergey Matveychuk Message-Id: <200502011353.j11DrJ6C071754@freefall.freebsd.org> To: tiamat@komi.mts.ru, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76956: update port: mail/imapsync from 1.118 up to 1.121 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 13:53:21 -0000 Synopsis: update port: mail/imapsync from 1.118 up to 1.121 State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Tue Feb 1 13:53:12 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76956 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 14:00:37 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8439816A4CE; Tue, 1 Feb 2005 14:00:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1840A43D5C; Tue, 1 Feb 2005 14:00:37 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11E0Sxx071903; Tue, 1 Feb 2005 14:00:28 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11E0RCc071898; Tue, 1 Feb 2005 14:00:28 GMT (envelope-from sem) Date: Tue, 1 Feb 2005 14:00:28 GMT From: Sergey Matveychuk Message-Id: <200502011400.j11E0RCc071898@freefall.freebsd.org> To: filippo@widestore.net, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76949: [MAINTAINER UPDATE] net/whois to 4.7.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, 01 Feb 2005 14:00:37 -0000 Synopsis: [MAINTAINER UPDATE] net/whois to 4.7.0 State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Tue Feb 1 14:00:17 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76949 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 14:00:38 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2262E16A4CE for ; Tue, 1 Feb 2005 14:00:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72E1243D5E for ; Tue, 1 Feb 2005 14:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11E0SfM071929 for ; Tue, 1 Feb 2005 14:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11E0Sgh071923; Tue, 1 Feb 2005 14:00:28 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 14:00:28 GMT Resent-Message-Id: <200502011400.j11E0Sgh071923@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E03216A4CE for ; Tue, 1 Feb 2005 13:59:59 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD6143D1D for ; Tue, 1 Feb 2005 13:59:58 +0000 (GMT) (envelope-from bogorodskiy@inbox.ru) Received: from [217.23.66.43] (port=55959 helo=localhost) by mx1.mail.ru with esmtp id 1CvyZQ-000E6U-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 01 Feb 2005 16:59:57 +0300 Message-Id: Date: Tue, 01 Feb 2005 16:59:57 +0300 From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76961: [ maintainer ] mail/msmtp-devel: update to 1.3.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 14:00:38 -0000 >Number: 76961 >Category: ports >Synopsis: [ maintainer ] mail/msmtp-devel: update to 1.3.5 >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 Feb 01 14:00:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD lame.novel.ru 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Sat Dec 11 21:01:26 MSK 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/MIRRORBOX i386 >Description: Update to 1.3.5. I disabled gnutls support because this new version of msmtp needs gnutls >= 1.1.23, while we have only 1.1.9 in the tree (security/gnutls-devel). By the way, should I add some message for users that WITH_GNUTLS are ignored now and it's requred to use WITH_OPENSSL to get SSL support? PS I've tried to update gnutls-devel to 1.1.23 but I had some weird errors about some texi file (I'm still tring to find a solution). >How-To-Repeat: >Fix: --- port.msmtp-devel.diff begins here --- diff -ru msmtp-devel.orig/Makefile msmtp-devel/Makefile --- msmtp-devel.orig/Makefile Tue Feb 1 13:40:43 2005 +++ msmtp-devel/Makefile Tue Feb 1 14:43:24 2005 @@ -6,7 +6,7 @@ # PORTNAME= msmtp -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.5 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= msmtp @@ -27,6 +27,11 @@ # conflicts with mail/msmtp CONFLICTS= msmtp-1.2.* + +# XXX we need gnutls >= 1.1.23 which is not in the tree yet +.if defined(WITH_GNUTLS) +.undef WITH_GNUTLS +.endif .if defined(WITH_GNUTLS) LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls diff -ru msmtp-devel.orig/distinfo msmtp-devel/distinfo --- msmtp-devel.orig/distinfo Tue Feb 1 13:40:43 2005 +++ msmtp-devel/distinfo Tue Feb 1 13:42:35 2005 @@ -1,2 +1,2 @@ -MD5 (msmtp-1.3.2.tar.bz2) = 8461c307baad0928c190269c74fc3133 -SIZE (msmtp-1.3.2.tar.bz2) = 162756 +MD5 (msmtp-1.3.5.tar.bz2) = 0294f299ac5b9ffa909bb898df5fb4f5 +SIZE (msmtp-1.3.5.tar.bz2) = 173478 --- port.msmtp-devel.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 14:02:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF0F416A4CE; Tue, 1 Feb 2005 14:02:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5088F43D39; Tue, 1 Feb 2005 14:02:23 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11E2NHI072167; Tue, 1 Feb 2005 14:02:23 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11E2MR3072163; Tue, 1 Feb 2005 14:02:22 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 14:02:22 GMT From: Volker Stolz Message-Id: <200502011402.j11E2MR3072163@freefall.freebsd.org> To: sakauchi@micon.co.jp, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76884: japanese/plain2 causes core dumps with -tex flag X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 14:02:23 -0000 Synopsis: japanese/plain2 causes core dumps with -tex flag State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Tue Feb 1 14:01:47 GMT 2005 State-Changed-Why: I updated the port to the latest Debian patch-level which fixes this bug. Thanks for your submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=76884 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 14:11:53 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F403E16A4CE; Tue, 1 Feb 2005 14:11:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD8943D2F; Tue, 1 Feb 2005 14:11:52 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11EBqPp076930; Tue, 1 Feb 2005 14:11:52 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11EBqr0076926; Tue, 1 Feb 2005 14:11:52 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 14:11:52 GMT From: Volker Stolz Message-Id: <200502011411.j11EBqr0076926@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/76902: Update port: sysutils/bubblemon2 to 2.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 14:11:53 -0000 Synopsis: Update port: sysutils/bubblemon2 to 2.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Tue Feb 1 14:11:41 GMT 2005 Responsible-Changed-Why: I'll handle this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=76902 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 14:11:55 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 840F816A4CE; Tue, 1 Feb 2005 14:11:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B86043D31; Tue, 1 Feb 2005 14:11:55 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11EBtvI076947; Tue, 1 Feb 2005 14:11:55 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11EBsBn076940; Tue, 1 Feb 2005 14:11:54 GMT (envelope-from sem) Date: Tue, 1 Feb 2005 14:11:54 GMT From: Sergey Matveychuk Message-Id: <200502011411.j11EBsBn076940@freefall.freebsd.org> To: tmseck@netcologne.de, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76889: [Maintainer] www/squid: chase updated patch, unbreak fetching X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 14:11:55 -0000 Synopsis: [Maintainer] www/squid: chase updated patch, unbreak fetching State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Tue Feb 1 14:11:47 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76889 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 14:30:42 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AF7016A4CE; Tue, 1 Feb 2005 14:30:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3307543D58; Tue, 1 Feb 2005 14:30:42 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11EUg0t078661; Tue, 1 Feb 2005 14:30:42 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11EUfOn078645; Tue, 1 Feb 2005 14:30:41 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 14:30:41 GMT From: Volker Stolz Message-Id: <200502011430.j11EUfOn078645@freefall.freebsd.org> To: q@uni.de, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/76869: [MAINTAINER] graphics/ocrad: Unbreak for 4.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 14:30:42 -0000 Synopsis: [MAINTAINER] graphics/ocrad: Unbreak for 4.x State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Tue Feb 1 14:28:13 GMT 2005 State-Changed-Why: On 4.11: g++34 -O2 -pipe -g -c main.cc In file included from main.cc:31: /usr/local/include/getopt.h:115: error: declaration of C function `int getopt()' conflicts with /usr/include/unistd.h:112: error: previous declaration `int getopt(int, char* const*, const char*)' here *** Error code 1 - Your patch to the Makefile is based on v1.4 while the CVS-version is already at 1.5 - Do you mind if I remove pkg-plist in favour of PORTDOCS and PLIST_FILES once we get this sorted out? Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Tue Feb 1 14:28:13 GMT 2005 Responsible-Changed-Why: I'll track this. http://www.freebsd.org/cgi/query-pr.cgi?pr=76869 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 14:50:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8867016A4DB for ; Tue, 1 Feb 2005 14:50:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DD6043D4C for ; Tue, 1 Feb 2005 14:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11EoMnY079364 for ; Tue, 1 Feb 2005 14:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11EoMJC079363; Tue, 1 Feb 2005 14:50:22 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 14:50:22 GMT Resent-Message-Id: <200502011450.j11EoMJC079363@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Laursen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 415BC16A4CE for ; Tue, 1 Feb 2005 14:46:54 +0000 (GMT) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39DAA43D1F for ; Tue, 1 Feb 2005 14:46:53 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 2A8FDB801 for ; Tue, 1 Feb 2005 15:46:51 +0100 (CET) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id 0481B11442; Tue, 1 Feb 2005 15:46:50 +0100 (CET) Message-Id: <20050201144650.0481B11442@borg.borderworlds.dk> Date: Tue, 1 Feb 2005 15:46:50 +0100 (CET) From: Christian Laursen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76962: Update port: mail/mlmmj to 1.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christian Laursen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 14:50:22 -0000 >Number: 76962 >Category: ports >Synopsis: Update port: mail/mlmmj to 1.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 14:50:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Christian Laursen >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: The Border Worlds >Environment: System: FreeBSD borg.borderworlds.dk 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #34: Mon Jan 17 22:04:59 CET 2005 root@borg.borderworlds.dk:/usr/obj/usr/src/sys/BORG i386 >Description: The attached patch update mail/mlmmj to version 1.2.2. files/patch-mlmmj-make-ml.sh should be deleted after applying the patch. This release fixes a hang that could occur under some circumstances. >How-To-Repeat: >Fix: --- mlmmj.diff begins here --- diff -urN /usr/ports/mail/mlmmj/Makefile mlmmj/Makefile --- /usr/ports/mail/mlmmj/Makefile Mon Jan 31 16:31:11 2005 +++ mlmmj/Makefile Tue Feb 1 15:41:43 2005 @@ -6,7 +6,7 @@ # PORTNAME= mlmmj -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= mail MASTER_SITES= http://mlmmj.mmj.dk/files/ diff -urN /usr/ports/mail/mlmmj/distinfo mlmmj/distinfo --- /usr/ports/mail/mlmmj/distinfo Mon Jan 31 16:31:11 2005 +++ mlmmj/distinfo Tue Feb 1 15:41:43 2005 @@ -1,2 +1,2 @@ -MD5 (mlmmj-1.2.1.tar.bz2) = d913286f37f5341eb61a2cea0b51475c -SIZE (mlmmj-1.2.1.tar.bz2) = 125196 +MD5 (mlmmj-1.2.2.tar.bz2) = 04c6836948a48d19dfaa2208aa132c8d +SIZE (mlmmj-1.2.2.tar.bz2) = 125795 diff -urN /usr/ports/mail/mlmmj/files/patch-mlmmj-make-ml.sh mlmmj/files/patch-mlmmj-make-ml.sh --- /usr/ports/mail/mlmmj/files/patch-mlmmj-make-ml.sh Fri Dec 17 13:41:29 2004 +++ mlmmj/files/patch-mlmmj-make-ml.sh Thu Jan 1 01:00:00 1970 @@ -1,23 +0,0 @@ ---- ../mlmmj-0.8.1.orig/src/mlmmj-make-ml.sh Fri Jun 25 02:05:43 2004 -+++ src/mlmmj-make-ml.sh Sun Jun 27 20:31:18 2004 -@@ -5,6 +5,7 @@ - - VERSION="0.1" - DEFAULTDIR="/var/spool/mlmmj" -+PREFIX="%%PREFIX%%" - - USAGE="mlmmj-make-ml "$VERSION" - "$0" [OPTIONS] -@@ -81,8 +82,11 @@ - fi - echo "$OWNER" > "$LISTDIR"/"control/owner" - --echo -n "The path to texts for the list? (listtexts/ dir in the src) [] : " -+echo -n "The path to texts for the list? (listtexts/ dir in the src) [$PREFIX/share/mlmmj/text.skel] : " - read TEXTPATH -+if [ -z "$TEXTPATH" ]; then -+ TEXTPATH="$PREFIX/share/mlmmj/text.skel" -+fi - if [ -z "$TEXTPATH" -o ! -d "$TEXTPATH" ]; then - echo "**NOTE** Could not copy the texts for the list" - echo "Please manually copy the files from the listtexts/ directory" --- mlmmj.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 15:00:31 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E367D16A4DA for ; Tue, 1 Feb 2005 15:00:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0BDA43D54 for ; Tue, 1 Feb 2005 15:00:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11F0USi079734 for ; Tue, 1 Feb 2005 15:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11F0UbQ079733; Tue, 1 Feb 2005 15:00:30 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 15:00:30 GMT Resent-Message-Id: <200502011500.j11F0UbQ079733@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6062D16A4CE for ; Tue, 1 Feb 2005 14:54:29 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 078B543D39 for ; Tue, 1 Feb 2005 14:54:29 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id EB5C3119E6; Tue, 1 Feb 2005 15:56:09 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 59769-01; Tue, 1 Feb 2005 15:56:04 +0100 (CET) Received: by gate.xbsd.org (Postfix, from userid 2001) id ECB06119E0; Tue, 1 Feb 2005 15:56:03 +0100 (CET) Message-Id: <20050201145603.ECB06119E0@gate.xbsd.org> Date: Tue, 1 Feb 2005 15:56:03 +0100 (CET) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: jesper@jdn.dk Subject: ports/76963: Update port: net/sipp - possibly unbreak on alpha. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 15:00:32 -0000 >Number: 76963 >Category: ports >Synopsis: Update port: net/sipp - possibly unbreak on alpha. >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 Feb 01 15:00:29 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: This patch should (not tested) unbreak net/sipp on alpha. Maintainer (jesper@jdn.dk) cc'ed. >How-To-Repeat: >Fix: --- sipp.diff begins here --- diff -ruN sipp.orig/Makefile sipp/Makefile --- sipp.orig/Makefile Tue Feb 1 15:51:29 2005 +++ sipp/Makefile Tue Feb 1 15:52:02 2005 @@ -21,7 +21,7 @@ .include -.if ((${ARCH} == "alpha") || (${ARCH} == "ia64")) +.if ${ARCH} == "ia64" BROKEN= "Does not compile - patch needed by someone who can test it" .endif diff -ruN sipp.orig/files/patch-sipp.hpp sipp/files/patch-sipp.hpp --- sipp.orig/files/patch-sipp.hpp Thu Jan 1 01:00:00 1970 +++ sipp/files/patch-sipp.hpp Tue Feb 1 15:51:49 2005 @@ -0,0 +1,11 @@ +--- sipp.hpp.orig Tue Feb 1 15:12:35 2005 ++++ sipp.hpp Tue Feb 1 15:12:49 2005 +@@ -268,7 +268,7 @@ + void pollset_remove(int idx); + int pollset_add(call * p_call, int socket); + +-#if defined (__hpux) || defined (__alpha) ++#if defined (__hpux) + #define sipp_socklen_t int + #else + #define sipp_socklen_t socklen_t --- sipp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 15:10:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17F7316A4D8 for ; Tue, 1 Feb 2005 15:10:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC12043D3F for ; Tue, 1 Feb 2005 15:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11FAFIC083970 for ; Tue, 1 Feb 2005 15:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11FAF0k083969; Tue, 1 Feb 2005 15:10:15 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 15:10:15 GMT Resent-Message-Id: <200502011510.j11FAF0k083969@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C73216A4CE for ; Tue, 1 Feb 2005 15:09:08 +0000 (GMT) Received: from gateway.lefort.net (212.68.242.35.brutele.be [212.68.242.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id A43F743D2D for ; Tue, 1 Feb 2005 15:09:07 +0000 (GMT) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 20A0554DA for ; Tue, 1 Feb 2005 16:09:06 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id BCA1122F33; Tue, 1 Feb 2005 16:09:05 +0100 (CET) Message-Id: <20050201150905.BCA1122F33@jsite.lefort.net> Date: Tue, 1 Feb 2005 16:09:05 +0100 (CET) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76964: Update port: net/link-monitor-applet to 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 15:10:16 -0000 >Number: 76964 >Category: ports >Synopsis: Update port: net/link-monitor-applet to 1.3 >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 Feb 01 15:10:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Tue Jan 25 10:48:58 CET 2005 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/link-monitor-applet/Makefile link-monitor-applet/Makefile --- /usr/ports/net/link-monitor-applet/Makefile Mon Nov 8 05:44:01 2004 +++ link-monitor-applet/Makefile Tue Feb 1 15:51:09 2005 @@ -6,8 +6,7 @@ # PORTNAME= link-monitor-applet -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 1.3 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= link-monitor diff -ruN /usr/ports/net/link-monitor-applet/distinfo link-monitor-applet/distinfo --- /usr/ports/net/link-monitor-applet/distinfo Fri Oct 15 12:38:54 2004 +++ link-monitor-applet/distinfo Tue Feb 1 15:52:48 2005 @@ -1,2 +1,2 @@ -MD5 (link-monitor-applet-1.2.tar.gz) = f551b9d653e72ab5e54b717720ef0731 -SIZE (link-monitor-applet-1.2.tar.gz) = 200140 +MD5 (link-monitor-applet-1.3.tar.gz) = 2ffa5473258069a276aa9ad60996f564 +SIZE (link-monitor-applet-1.3.tar.gz) = 198619 diff -ruN /usr/ports/net/link-monitor-applet/pkg-plist link-monitor-applet/pkg-plist --- /usr/ports/net/link-monitor-applet/pkg-plist Fri Oct 15 12:38:54 2004 +++ link-monitor-applet/pkg-plist Tue Feb 1 15:52:17 2005 @@ -9,8 +9,6 @@ share/gnome/help/link-monitor-applet/C/figures/link-monitor-applet-empty.png share/gnome/help/link-monitor-applet/C/link-monitor-applet.xml share/gnome/help/link-monitor-applet/C/software-license.xml -share/gnome/link-monitor-applet/ui/about-logo.png -share/gnome/link-monitor-applet/ui/link-monitor-applet.png share/gnome/link-monitor-applet/ui/preferences.glade share/gnome/omf/link-monitor-applet/link-monitor-applet-C.omf share/gnome/pixmaps/link-monitor-applet.png >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 15:30:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EB5F16A4CF for ; Tue, 1 Feb 2005 15:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D255843D45 for ; Tue, 1 Feb 2005 15:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11FUPZ5084588 for ; Tue, 1 Feb 2005 15:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11FUPHc084587; Tue, 1 Feb 2005 15:30:25 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 15:30:25 GMT Resent-Message-Id: <200502011530.j11FUPHc084587@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3220716A4CE for ; Tue, 1 Feb 2005 15:26:13 +0000 (GMT) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A6A543D2F for ; Tue, 1 Feb 2005 15:26:12 +0000 (GMT) (envelope-from root@srv1.galle.com.br) Received: (qmail 54346 invoked by uid 0); 1 Feb 2005 15:26:07 -0000 Message-Id: <20050201152607.54342.qmail@srv1.galle.com.br> Date: 1 Feb 2005 15:26:07 -0000 From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ports@FreeBSD.org Subject: ports/76965: [PATCH] archivers/arj: take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 15:30:26 -0000 >Number: 76965 >Category: ports >Synopsis: [PATCH] archivers/arj: take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 15:30:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: Galle Folheados >Environment: System: FreeBSD srv1.galle.com.br 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #6: Mon Jan 17 09:05:47 BRDT 2005 >Description: - Take maintainership Port maintainer (ports@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- arj-3.10.21.patch begins here --- diff -ruN --exclude=CVS /usr/ports/archivers/arj.orig/Makefile /usr/ports/archivers/arj/Makefile --- /usr/ports/archivers/arj.orig/Makefile Sun Jul 18 06:30:10 2004 +++ /usr/ports/archivers/arj/Makefile Tue Feb 1 13:25:07 2005 @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= renato@galle.com.br COMMENT= Open-source ARJ #WRKSRC= ${WRKDIR}/${PORTNAME} --- arj-3.10.21.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 15:44:53 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6957B16A4CE; Tue, 1 Feb 2005 15:44:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DACE43D4C; Tue, 1 Feb 2005 15:44:53 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11FirYK086173; Tue, 1 Feb 2005 15:44:53 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11Fiq2P086169; Tue, 1 Feb 2005 15:44:52 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 15:44:52 GMT From: Volker Stolz Message-Id: <200502011544.j11Fiq2P086169@freefall.freebsd.org> To: thomas@goirand.fr, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/76926: New port to add in port tree: SBOX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 15:44:53 -0000 Synopsis: New port to add in port tree: SBOX State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Tue Feb 1 15:44:04 GMT 2005 State-Changed-Why: How about the following: rm -rf files and ... USE_APACHE= yes CFLAGS+= -DWEB_GROUP='\"nobody\"' MAKE_ARGS= CC="${CC}" COPTS="${CFLAGS}" \ INSTALL_DIRECTORY=${PREFIX}/www/cgi-bin ... Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Tue Feb 1 15:44:04 GMT 2005 Responsible-Changed-Why: I'll track this. http://www.freebsd.org/cgi/query-pr.cgi?pr=76926 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 15:58:59 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4CC016A4CF; Tue, 1 Feb 2005 15:58:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A56C43D39; Tue, 1 Feb 2005 15:58:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11Fwxop086587; Tue, 1 Feb 2005 15:58:59 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11Fwxn1086583; Tue, 1 Feb 2005 15:58:59 GMT (envelope-from pav) Date: Tue, 1 Feb 2005 15:58:59 GMT From: Pav Lucistnik Message-Id: <200502011558.j11Fwxn1086583@freefall.freebsd.org> To: filippo@widestore.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76953: [MAINTAINER UPDATE] update misc/xfce4-weather-plugin 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: Tue, 01 Feb 2005 15:58:59 -0000 Synopsis: [MAINTAINER UPDATE] update misc/xfce4-weather-plugin to 0.4.1 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Tue Feb 1 15:58:52 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76953 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 16:00:34 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 657FD16A4DB for ; Tue, 1 Feb 2005 16:00:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE5243D46 for ; Tue, 1 Feb 2005 16:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11G0Xxm086650 for ; Tue, 1 Feb 2005 16:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11G0XqL086649; Tue, 1 Feb 2005 16:00:33 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 16:00:33 GMT Resent-Message-Id: <200502011600.j11G0XqL086649@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas-Martin Seck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2184F16A4CF for ; Tue, 1 Feb 2005 15:53:25 +0000 (GMT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C2543D54 for ; Tue, 1 Feb 2005 15:53:24 +0000 (GMT) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-213-196-243-141.netcologne.de [213.196.243.141]) by smtp1.netcologne.de (Postfix) with SMTP id 12FF7389A8 for ; Tue, 1 Feb 2005 16:53:20 +0100 (MET) Received: (qmail 3327 invoked by uid 1001); 1 Feb 2005 15:53:43 -0000 Message-Id: <20050201155343.3326.qmail@laurel.tmseck.homedns.org> Date: 1 Feb 2005 15:53:43 -0000 From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: security-team@FreeBSD.org Subject: ports/76967: [Maintainer/security] integrate vendor patch regarding oversized HTTP reply headers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 16:00:34 -0000 >Number: 76967 >Category: ports >Synopsis: [Maintainer/security] integrate vendor patch regarding oversized HTTP reply headers >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 Feb 01 16:00:33 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 4.11-STABLE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of Feb 01, 2005. >Description: Integrate the following vendor patch as published on : - Address HTTP protocol mismatch related to oversized reply headers and enhance cache.log on reply header parsing failures (squid bug #1216) This bug is classified as security issue by the vendor, further details about the impact of the vulnerability are not known (to maintainer). Proposed VuXML data, entry date left to be filled in: squid -- correct handling of oversized HTTP reply headers squid 2.5.7_12

The squid patches page notes:

This patch addresses a HTTP protocol mismatch related to oversized reply headers. In addition it enhances the cache.log reporting on reply header parsing failures to make it easier to track down which sites are malfunctioning.

http://www.squid-cache.org/bugs/show_bug.cgi?id=1216 http://www.squid-cache.org/Versions/v2/2.5/bugs/squid-2.5.STABLE7-oversize_reply_headers.patch 2005-01-31 >How-To-Repeat: >Fix: Apply this patch: Index: distinfo =================================================================== --- distinfo (revision 376) +++ distinfo (revision 378) @@ -46,3 +46,5 @@ SIZE (squid2.5/squid-2.5.STABLE7-response_splitting.patch) = 10427 MD5 (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 01b1a4a23f170723d7e2bc3846e12c73 SIZE (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 505 +MD5 (squid2.5/squid-2.5.STABLE7-oversize_reply_headers.patch) = 729c626f76637546b5ded70da6e0ee20 +SIZE (squid2.5/squid-2.5.STABLE7-oversize_reply_headers.patch) = 3056 Index: Makefile =================================================================== --- Makefile (revision 376) +++ Makefile (revision 378) @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.7 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -109,7 +109,8 @@ squid-2.5.STABLE7-ftp_datachannel.patch \ squid-2.5.STABLE7-short_icons_urls.patch \ squid-2.5.STABLE7-response_splitting.patch \ - squid-2.5.STABLE7-wccp_buffer_overflow.patch + squid-2.5.STABLE7-wccp_buffer_overflow.patch \ + squid-2.5.STABLE7-oversize_reply_headers.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 16:03:36 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3634616A4CE; Tue, 1 Feb 2005 16:03:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FEC643D7E; Tue, 1 Feb 2005 16:03:36 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11G3ZW1086899; Tue, 1 Feb 2005 16:03:35 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11G3Z5g086895; Tue, 1 Feb 2005 16:03:35 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 16:03:35 GMT From: Volker Stolz Message-Id: <200502011603.j11G3Z5g086895@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/76886: Maintainer port update: mail/squirrelmail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 16:03:36 -0000 Synopsis: Maintainer port update: mail/squirrelmail Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: vs Responsible-Changed-When: Tue Feb 1 16:03:18 GMT 2005 Responsible-Changed-Why: nork@ owns the other squirrelmail-PR http://www.freebsd.org/cgi/query-pr.cgi?pr=76886 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 16:10:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75B2A16A4CE for ; Tue, 1 Feb 2005 16:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A15443D46 for ; Tue, 1 Feb 2005 16:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11GARnJ091032 for ; Tue, 1 Feb 2005 16:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11GAROn091031; Tue, 1 Feb 2005 16:10:27 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 16:10:27 GMT Resent-Message-Id: <200502011610.j11GAROn091031@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AEC416A4CE for ; Tue, 1 Feb 2005 16:07:31 +0000 (GMT) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFEC43D6D for ; Tue, 1 Feb 2005 16:07:30 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id B461C3CE63 for ; Tue, 1 Feb 2005 14:07:28 -0200 (BRST) Received: by corp.grupos.com.br (Postfix, from userid 0) id 0D07920A25; Tue, 1 Feb 2005 14:07:28 -0200 (BRST) Message-Id: <20050201160728.0D07920A25@corp.grupos.com.br> Date: Tue, 1 Feb 2005 14:07:28 -0200 (BRST) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76969: [MAINTAINER] Update port: databases/py-MySQLdb-devel change to 1.1.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 16:10:27 -0000 >Number: 76969 >Category: ports >Synopsis: [MAINTAINER] Update port: databases/py-MySQLdb-devel change to 1.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: Tue Feb 01 16:10:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #40: Fri Jan 28 13:42:33 BRST 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: databases/py-MySQLdb-devel change to 1.1.10 + Change to 1.1.10 >How-To-Repeat: >Fix: --- py-MySQLdb-devel.patch begins here --- diff -ruN py-MySQLdb-devel.old/Makefile py-MySQLdb-devel/Makefile --- py-MySQLdb-devel.old/Makefile Sat Jan 29 18:59:56 2005 +++ py-MySQLdb-devel/Makefile Tue Feb 1 14:02:22 2005 @@ -6,7 +6,7 @@ # PORTNAME= MySQLdb -PORTVERSION= 1.1.9 +PORTVERSION= 1.1.10 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mysql-python diff -ruN py-MySQLdb-devel.old/distinfo py-MySQLdb-devel/distinfo --- py-MySQLdb-devel.old/distinfo Sat Jan 29 18:59:56 2005 +++ py-MySQLdb-devel/distinfo Tue Feb 1 13:55:59 2005 @@ -1,2 +1,2 @@ -MD5 (MySQL-python-1.1.9.tar.gz) = 3512f24f8c6ffd3640ff0f5d1a1a27f3 -SIZE (MySQL-python-1.1.9.tar.gz) = 250025 +MD5 (MySQL-python-1.1.10.tar.gz) = 30e6585440bc236b172bb5f9a12416b9 +SIZE (MySQL-python-1.1.10.tar.gz) = 252070 --- py-MySQLdb-devel.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 16:23:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE53816A4CE; Tue, 1 Feb 2005 16:23:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C735043D49; Tue, 1 Feb 2005 16:23:16 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11GNFn4091451; Tue, 1 Feb 2005 16:23:16 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11GN0mT091446; Tue, 1 Feb 2005 16:23:00 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 16:23:00 GMT From: Volker Stolz Message-Id: <200502011623.j11GN0mT091446@freefall.freebsd.org> To: saito@asir.org, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76881: math/asir2000 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: Tue, 01 Feb 2005 16:23:17 -0000 Synopsis: math/asir2000 broken. State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Tue Feb 1 16:22:44 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76881 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 16:30:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F9EE16A4CE for ; Tue, 1 Feb 2005 16:30:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78BAA43D1F for ; Tue, 1 Feb 2005 16:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11GUMWT091630 for ; Tue, 1 Feb 2005 16:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11GUMwe091629; Tue, 1 Feb 2005 16:30:22 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 16:30:22 GMT Message-Id: <200502011630.j11GUMwe091629@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: June-Yen Huang Subject: Re: ports/76676: cvs2svn requires py-gdbm, dependency not declared X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: June-Yen Huang List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 16:30:22 -0000 The following reply was made to PR ports/76676; it has been noted by GNATS. From: June-Yen Huang To: freebsd-gnats-submit@freebsd.org Cc: Volker Stolz , toby@opendarwin.org Subject: Re: ports/76676: cvs2svn requires py-gdbm, dependency not declared Date: Wed, 02 Feb 2005 00:20:01 +0800 Dear Volker, Thank your feedback, the patch attached. JI Volker Stolz wrote: > Dear maintainer, please look into this issue! > > Volker --- Makefile (revision 689) +++ Makefile (revision 690) @@ -2,7 +2,7 @@ # Date created: 1 May 2004 # Whom: Hye-Shik Chang # # $FreeBSD: ports/devel/cvs2svn/Makefile,v 1.3 2004/10/26 09:09:05 clsung Exp $ PORTNAME= cvs2svn PORTVERSION= 1.1.0 @@ -12,7 +12,8 @@ MAINTAINER= jihuang@gate.sinica.edu.tw COMMENT= CVS to Subversion Repository Converter -RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion +RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion \ + ${PYTHON_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 16:30:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB32716A4CE for ; Tue, 1 Feb 2005 16:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DB1343D39 for ; Tue, 1 Feb 2005 16:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11GUQqp091658 for ; Tue, 1 Feb 2005 16:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11GUQaX091656; Tue, 1 Feb 2005 16:30:26 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 16:30:26 GMT Message-Id: <200502011630.j11GUQaX091656@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Gert Cuykens Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 16:30:26 -0000 The following reply was made to PR ports/76914; it has been noted by GNATS. From: Gert Cuykens To: Tilman Linneweh Cc: freebsd-gnats-submit@freebsd.org, Tilman Linneweh Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) Date: Tue, 1 Feb 2005 17:28:18 +0100 On Tue, 1 Feb 2005 15:33:53 +0100, Tilman Linneweh wrote: > >> What's the output of make -V CFLAGS in the ports directory? > > 7rxI# make -V CFLAGS > > -O -pipe -march=k8 -fPIC > > 7rxI# > > > That looks right too. > > Can you send me offlist a buildlog of > make -dl clean build 7rxI# make -dl clean build cd /usr/ports/audio/xmms-osssurround && make clean-depends for dir in $(checked=""; for dir in $(echo " xmms.4:/usr/ports/multimedia/xmms X11.6:/usr/ports/x11/xorg-libraries " | /usr/bin/sed -e 'y/ /\n/' | /usr/bin/cut -f 2 -d ':') $(echo | /usr/bin/sed -e 'y/ /\n/' | /usr/bin/cut -f 1 -d ':'); do if [ -d $dir ]; then if (echo $checked | /usr/bin/grep -qwv "$dir"); then child=$(cd $dir; make PARENT_CHECKED="$checked" all-depends-list); for d in $child; do echo $d; done; echo $dir; checked="$dir $child $checked"; fi; else echo "xmms-osssurround-0.1_1: \"$dir\" non-existent -- dependency list incomplete" >&2; fi; done | /usr/bin/sort -u); do (cd $dir; make NOCLEANDEPENDS=yes clean); done Unknown modifier '/' Unknown modifier ''' Unknown modifier ''' Unknown modifier ''' Unknown modifier '/' Unclosed variable specification for cd d dependency dir do done done; echo else fi; for iconv.3 Unknown modifier '' hild: not found cd: can't cd to " *** Error code 2 Stop in /usr/ports/audio/xmms-osssurround. *** Error code 1 Stop in /usr/ports/audio/xmms-osssurround. 7rxI# From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 16:55:56 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 748C116A4CE; Tue, 1 Feb 2005 16:55:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0317343D5F; Tue, 1 Feb 2005 16:55:55 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11GttNS093122; Tue, 1 Feb 2005 16:55:55 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11Gtt08093118; Tue, 1 Feb 2005 16:55:55 GMT (envelope-from vs) Date: Tue, 1 Feb 2005 16:55:55 GMT From: Volker Stolz Message-Id: <200502011655.j11Gtt08093118@freefall.freebsd.org> To: toby@opendarwin.org, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76676: cvs2svn requires py-gdbm, dependency not declared X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 16:55:56 -0000 Synopsis: cvs2svn requires py-gdbm, dependency not declared State-Changed-From-To: feedback->closed State-Changed-By: vs State-Changed-When: Tue Feb 1 16:55:41 GMT 2005 State-Changed-Why: Fixed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76676 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 17:10:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA4D216A4D1 for ; Tue, 1 Feb 2005 17:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED90543D49 for ; Tue, 1 Feb 2005 17:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11HAQcE097469 for ; Tue, 1 Feb 2005 17:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11HAQgs097468; Tue, 1 Feb 2005 17:10:26 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 17:10:26 GMT Resent-Message-Id: <200502011710.j11HAQgs097468@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Adrian Penisoara Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E2CA16A4CE for ; Tue, 1 Feb 2005 17:00:48 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7B9043D1D for ; Tue, 1 Feb 2005 17:00:47 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j11H0l0d076326 for ; Tue, 1 Feb 2005 17:00:47 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j11H0ktK076305; Tue, 1 Feb 2005 17:00:47 GMT (envelope-from nobody) Message-Id: <200502011700.j11H0ktK076305@www.freebsd.org> Date: Tue, 1 Feb 2005 17:00:47 GMT From: Adrian Penisoara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76970: mail/imap-uw port needs to be upgraded due to mail/cclient port 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: Tue, 01 Feb 2005 17:10:27 -0000 >Number: 76970 >Category: ports >Synopsis: mail/imap-uw port needs to be upgraded due to mail/cclient port update >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 17:10:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Adrian Penisoara >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: FreeBSD test007.avira.local 5.3-STABLE FreeBSD 5.3-STABLE #0: Wed Jan 12 16:18:38 EET 2005 root@test007.avira.local:/usr/obj/usr/src/sys/GENERIC i386 >Description: The mail/cclient port has been updated in tha last two days from cclient-2004a to cclient-2004c1 (released around 20th January). OTOH the mail/imap-uw port is version dependent on the mail/cclient port as they use the exact same distribution file. Currently the mail/imap-uw port does not build due to this issue: >How-To-Repeat: Try to build the imap-uw port from the current port collection: # cvsup ports-supfile # cd /usr/ports/mail/imap-uw ; make >Fix: Apply the following uuencoded patchset to update the mail/imap-uw port to version 2004c1. begin 644 imap-uw.diff M9&EF9B`M7,O'1ERelease-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 17:40:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51BC116A4D5 for ; Tue, 1 Feb 2005 17:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B0B43D1D for ; Tue, 1 Feb 2005 17:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11HeQ19099600 for ; Tue, 1 Feb 2005 17:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11HeQF3099599; Tue, 1 Feb 2005 17:40:26 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 17:40:26 GMT Message-Id: <200502011740.j11HeQF3099599@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tilman Linneweh Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tilman Linneweh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 17:40:26 -0000 The following reply was made to PR ports/76914; it has been noted by GNATS. From: Tilman Linneweh To: Gert Cuykens Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) Date: Tue, 1 Feb 2005 18:36:57 +0100 * Gert Cuykens [2005-02-01 17:28]: > > Can you send me offlist a buildlog of > > make -dl clean build > > 7rxI# make -dl clean build > cd /usr/ports/audio/xmms-osssurround && make clean-depends > for dir in $(checked=""; for dir in $(echo " > xmms.4:/usr/ports/multimedia/xmms X11.6:/usr/ports/x11/xorg-libraries > " | /usr/bin/sed -e 'y/ /\n/' | /usr/bin/cut -f 2 -d ':') $(echo | > /usr/bin/sed -e 'y/ /\n/' | /usr/bin/cut -f 1 -d ':'); do if [ -d > $dir ]; then if (echo $checked | /usr/bin/grep -qwv "$dir"); then > child=$(cd $dir; make PARENT_CHECKED="$checked" all-depends-list); > for d in $child; do echo $d; done; echo $dir; checked="$dir $child > $checked"; fi; else echo "xmms-osssurround-0.1_1: \"$dir\" > non-existent -- dependency list incomplete" >&2; fi; done | > /usr/bin/sort -u); do (cd $dir; make NOCLEANDEPENDS=yes clean); done > Unknown modifier '/' > > Unknown modifier ''' > > Unknown modifier ''' > > Unknown modifier ''' > > Unknown modifier '/' > > Unclosed variable specification for cd > d > dependency > dir > do > done > done; > echo > else > fi; > for > iconv.3 > Unknown modifier '' > > hild: not found > cd: can't cd to " > *** Error code 2 > > Stop in /usr/ports/audio/xmms-osssurround. > *** Error code 1 Hm, sorry for not testing first, not sure why "make -dl clean" is broken, Can you send me _offlisti_ the output of a clean make -dl build. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 18:56:49 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16D6516A4D1; Tue, 1 Feb 2005 18:56:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C63643D5F; Tue, 1 Feb 2005 18:56:48 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (kwm@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11Iul6q006732; Tue, 1 Feb 2005 18:56:47 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11Iul0Q006728; Tue, 1 Feb 2005 18:56:47 GMT (envelope-from kwm) Date: Tue, 1 Feb 2005 18:56:47 GMT From: Koop Mast Message-Id: <200502011856.j11Iul0Q006728@freefall.freebsd.org> To: pdseniura@techie.com, kwm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/68022: [PATCH] net/gnomemeeting: a possible work-around for compile problems on -Current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 18:56:49 -0000 Synopsis: [PATCH] net/gnomemeeting: a possible work-around for compile problems on -Current State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Tue Feb 1 18:56:30 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=68022 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 19:10:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C758C16A4D0 for ; Tue, 1 Feb 2005 19:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDCBD43D5E for ; Tue, 1 Feb 2005 19:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11JAM0L011073 for ; Tue, 1 Feb 2005 19:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11JAMxC011072; Tue, 1 Feb 2005 19:10:22 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 19:10:22 GMT Resent-Message-Id: <200502011910.j11JAMxC011072@freefall.freebsd.org> 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 Holland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C86716A4D1 for ; Tue, 1 Feb 2005 19:02:51 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A928143D5E for ; Tue, 1 Feb 2005 19:02:50 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j11J2o56013203 for ; Tue, 1 Feb 2005 19:02:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j11J2oot013202; Tue, 1 Feb 2005 19:02:50 GMT (envelope-from nobody) Message-Id: <200502011902.j11J2oot013202@www.freebsd.org> Date: Tue, 1 Feb 2005 19:02:50 GMT From: John Holland To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76974: port textproc/py-pyx12 - Update to pyx12-1.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, 01 Feb 2005 19:10:24 -0000 >Number: 76974 >Category: ports >Synopsis: port textproc/py-pyx12 - Update to pyx12-1.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 19:10:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: John Holland >Release: 4-STABLE >Organization: Kalamazoo CMH >Environment: FreeBSD bashful.kazoocmh.org 4.11-PRERELEASE FreeBSD 4.11-PRERELEASE #1: Fri Dec 17 01:48:17 EST 2004 toor@bashful.kazoocmh.org:/usr/obj/usr/src/sys/BASHFUL i386 >Description: Diff patch to update textproc/py-pyx12 to pyx12-1.1.0 >How-To-Repeat: >Fix: diff -u py-pyx12-old/Makefile py-pyx12/Makefile --- py-pyx12-old/Makefile Wed Jul 7 04:31:26 2004 +++ py-pyx12/Makefile Tue Feb 1 13:53:39 2005 @@ -1,12 +1,12 @@ # New ports collection makefile for: pyx12 -# Date created: 29 Jan 2004 +# Date created: 30 Jan 2005 # Whom: john@zoner.org # # $FreeBSD: ports/textproc/py-pyx12/Makefile,v 1.3 2004/07/07 05:33:55 marcus Exp $ # PORTNAME= pyx12 -PORTVERSION= 1.0.1.b3 +PORTVERSION= 1.1.0 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,10 +14,12 @@ DISTNAME= pyx12-${PORTVERSION:S/.b/b/} MAINTAINER= john@zoner.org -COMMENT= Validate HIPAA X12 documents +COMMENT= Validate and convert HIPAA X12 documents BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 +USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes diff -u py-pyx12-old/distinfo py-pyx12/distinfo --- py-pyx12-old/distinfo Wed Feb 11 17:30:47 2004 +++ py-pyx12/distinfo Tue Feb 1 12:44:36 2005 @@ -1,2 +1,2 @@ -MD5 (pyx12-1.0.1b3.tar.gz) = 89da03eb54bfab6f493defc280950ffe -SIZE (pyx12-1.0.1b3.tar.gz) = 593109 +MD5 (pyx12-1.1.0.tar.bz2) = 1f253a298cff7ff1f3e7bdd155375e86 +SIZE (pyx12-1.1.0.tar.bz2) = 247334 diff -u py-pyx12-old/pkg-plist py-pyx12/pkg-plist --- py-pyx12-old/pkg-plist Wed Feb 11 17:30:47 2004 +++ py-pyx12/pkg-plist Tue Feb 1 12:52:11 2005 @@ -1,8 +1,11 @@ -bin/x12_build_pkl.py -bin/x12html.py -bin/x12lint.py -bin/x12html.py -bin/x12lint.py -bin/x12norm.py -bin/x12xml.py +bin/x12_build_pkl +bin/x12html +bin/x12info +bin/x12valid +bin/x12norm +bin/x12sql +bin/x12xml +bin/xmlx12 %%PYTHON_SITELIBDIR%%/pyx12/__init__.py %%PYTHON_SITELIBDIR%%/pyx12/codes.py %%PYTHON_SITELIBDIR%%/pyx12/error_997.py @@ -13,9 +16,10 @@ %%PYTHON_SITELIBDIR%%/pyx12/errors.py %%PYTHON_SITELIBDIR%%/pyx12/map_if.py %%PYTHON_SITELIBDIR%%/pyx12/map_index.py +%%PYTHON_SITELIBDIR%%/pyx12/map_override.py %%PYTHON_SITELIBDIR%%/pyx12/map_walker.py %%PYTHON_SITELIBDIR%%/pyx12/params.py -%%PYTHON_SITELIBDIR%%/pyx12/utils.py +%%PYTHON_SITELIBDIR%%/pyx12/segment.py %%PYTHON_SITELIBDIR%%/pyx12/x12file.py %%PYTHON_SITELIBDIR%%/pyx12/x12n_document.py %%PYTHON_SITELIBDIR%%/pyx12/x12xml.py @@ -32,9 +36,10 @@ %%PYTHON_SITELIBDIR%%/pyx12/errors.pyc %%PYTHON_SITELIBDIR%%/pyx12/map_if.pyc %%PYTHON_SITELIBDIR%%/pyx12/map_index.pyc +%%PYTHON_SITELIBDIR%%/pyx12/map_override.pyc %%PYTHON_SITELIBDIR%%/pyx12/map_walker.pyc %%PYTHON_SITELIBDIR%%/pyx12/params.pyc -%%PYTHON_SITELIBDIR%%/pyx12/utils.pyc +%%PYTHON_SITELIBDIR%%/pyx12/segment.pyc %%PYTHON_SITELIBDIR%%/pyx12/x12file.pyc %%PYTHON_SITELIBDIR%%/pyx12/x12n_document.pyc %%PYTHON_SITELIBDIR%%/pyx12/x12xml.pyc @@ -51,21 +56,52 @@ %%PYTHON_SITELIBDIR%%/pyx12/errors.pyo %%PYTHON_SITELIBDIR%%/pyx12/map_if.pyo %%PYTHON_SITELIBDIR%%/pyx12/map_index.pyo +%%PYTHON_SITELIBDIR%%/pyx12/map_override.pyo %%PYTHON_SITELIBDIR%%/pyx12/map_walker.pyo %%PYTHON_SITELIBDIR%%/pyx12/params.pyo -%%PYTHON_SITELIBDIR%%/pyx12/utils.pyo %%PYTHON_SITELIBDIR%%/pyx12/params.pyo -%%PYTHON_SITELIBDIR%%/pyx12/utils.pyo +%%PYTHON_SITELIBDIR%%/pyx12/segment.pyo %%PYTHON_SITELIBDIR%%/pyx12/x12file.pyo %%PYTHON_SITELIBDIR%%/pyx12/x12n_document.pyo %%PYTHON_SITELIBDIR%%/pyx12/x12xml.pyo %%PYTHON_SITELIBDIR%%/pyx12/x12xml_idtag.pyo %%PYTHON_SITELIBDIR%%/pyx12/x12xml_simple.pyo %%PYTHON_SITELIBDIR%%/pyx12/xmlwriter.pyo +etc/pyx12.conf.xml.sample +share/examples/pyx12/pyx12.conf.xml.sample share/examples/pyx12/test/test.py share/examples/pyx12/test/test_codes.py +share/examples/pyx12/test/test_functional.py share/examples/pyx12/test/test_map_if.py share/examples/pyx12/test/test_map_walker.py +share/examples/pyx12/test/test_params.py +share/examples/pyx12/test/test_segment.py +share/examples/pyx12/test/test_syntax.py share/examples/pyx12/test/test_utils.py share/examples/pyx12/test/test_x12file.py +share/examples/pyx12/test/files/bad_2010AA_bug.997.base +share/examples/pyx12/test/files/bad_2010AA_bug.txt +share/examples/pyx12/test/files/bad_elements.997.base +share/examples/pyx12/test/files/bad_elements.txt +share/examples/pyx12/test/files/bad_header_looping.997.base +share/examples/pyx12/test/files/bad_header_looping.txt +share/examples/pyx12/test/files/ele.997.base +share/examples/pyx12/test/files/ele.txt +share/examples/pyx12/test/files/explicit_missing.997.base +share/examples/pyx12/test/files/explicit_missing.txt +share/examples/pyx12/test/files/fail_no_IEA.997.base +share/examples/pyx12/test/files/fail_no_IEA.txt +share/examples/pyx12/test/files/gs_id.txt +share/examples/pyx12/test/files/loop_counting.997.base +share/examples/pyx12/test/files/loop_counting.txt +share/examples/pyx12/test/files/ordinal.997.base +share/examples/pyx12/test/files/ordinal.txt +share/examples/pyx12/test/files/per_repeat.997.base +share/examples/pyx12/test/files/per_repeat.txt +share/examples/pyx12/test/files/simple1.997.base +share/examples/pyx12/test/files/simple1.txt +share/examples/pyx12/test/files/trailer_errors.997.base +share/examples/pyx12/test/files/trailer_errors.txt +share/doc/pyx12/LICENSE.txt share/doc/pyx12/README.txt share/doc/pyx12/view/Makefile share/doc/pyx12/README.txt share/doc/pyx12/view/Makefile share/doc/pyx12/view/codes.xsl @@ -138,6 +174,7 @@ @dirrm share/doc/pyx12 @dirrm share/pyx12/map @dirrm share/pyx12 +@dirrm share/examples/pyx12/test/files @dirrm share/examples/pyx12/test @dirrm share/examples/pyx12 @dirrm %%PYTHON_SITELIBDIR%%/pyx12 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 19:40:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30EE716A537 for ; Tue, 1 Feb 2005 19:40:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B38AB43D2D for ; Tue, 1 Feb 2005 19:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11JeJX0012918 for ; Tue, 1 Feb 2005 19:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11JeJSF012916; Tue, 1 Feb 2005 19:40:19 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 19:40:19 GMT Resent-Message-Id: <200502011940.j11JeJSF012916@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0628816A4CE for ; Tue, 1 Feb 2005 19:30:33 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99E4F43D2F for ; Tue, 1 Feb 2005 19:30:31 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j11JUTea085359 for ; Tue, 1 Feb 2005 17:30:29 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j11JUScp085358; Tue, 1 Feb 2005 17:30:28 -0200 (BRST) Message-Id: <200502011930.j11JUScp085358@digitalsign.com> Date: Tue, 1 Feb 2005 17:30:28 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76975: New port: www/pear-Text_Wiki Abstracts parsing and rendering rules for Wiki markup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 19:40:20 -0000 >Number: 76975 >Category: ports >Synopsis: New port: www/pear-Text_Wiki Abstracts parsing and rendering rules for Wiki markup >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 Feb 01 19:40:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: New port: www/pear-Text_Wiki Abstracts parsing and rendering rules for Wiki markup Abstracts parsing and rendering rules for Wiki markup in structured plain text. >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: # # pear-Text_Wiki # pear-Text_Wiki/Makefile # pear-Text_Wiki/distinfo # pear-Text_Wiki/pkg-descr # echo c - pear-Text_Wiki mkdir -p pear-Text_Wiki > /dev/null 2>&1 echo x - pear-Text_Wiki/Makefile sed 's/^X//' >pear-Text_Wiki/Makefile << 'END-of-pear-Text_Wiki/Makefile' X# Ports collection makefile for: pear-Text_Wiki X# Date created: 01 February 2005 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= Text_Wiki XPORTVERSION= 0.25.0 XCATEGORIES= www devel pear X XMAINTAINER= antonio@php.net XCOMMENT= Abstracts parsing and rendering rules for Wiki markup X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XFILES= Text/Wiki.php Text/Wiki/Parse.php Text/Wiki/Parse/Default/Anchor.php \ X Text/Wiki/Parse/Default/Blockquote.php Text/Wiki/Parse/Default/Bold.php \ X Text/Wiki/Parse/Default/Break.php Text/Wiki/Parse/Default/Center.php \ X Text/Wiki/Parse/Default/Code.php Text/Wiki/Parse/Default/Colortext.php \ X Text/Wiki/Parse/Default/Deflist.php Text/Wiki/Parse/Default/Delimiter.php \ X Text/Wiki/Parse/Default/Embed.php Text/Wiki/Parse/Default/Emphasis.php \ X Text/Wiki/Parse/Default/Freelink.php Text/Wiki/Parse/Default/Function.php \ X Text/Wiki/Parse/Default/Heading.php Text/Wiki/Parse/Default/Horiz.php \ X Text/Wiki/Parse/Default/Html.php Text/Wiki/Parse/Default/Image.php \ X Text/Wiki/Parse/Default/Include.php Text/Wiki/Parse/Default/Interwiki.php \ X Text/Wiki/Parse/Default/Italic.php Text/Wiki/Parse/Default/List.php \ X Text/Wiki/Parse/Default/Newline.php Text/Wiki/Parse/Default/Paragraph.php \ X Text/Wiki/Parse/Default/Phplookup.php Text/Wiki/Parse/Default/Prefilter.php \ X Text/Wiki/Parse/Default/Raw.php Text/Wiki/Parse/Default/Revise.php \ X Text/Wiki/Parse/Default/Strong.php Text/Wiki/Parse/Default/Superscript.php \ X Text/Wiki/Parse/Default/Table.php Text/Wiki/Parse/Default/Tighten.php \ X Text/Wiki/Parse/Default/Toc.php Text/Wiki/Parse/Default/Tt.php \ X Text/Wiki/Parse/Default/Url.php Text/Wiki/Parse/Default/Wikilink.php \ X Text/Wiki/Render.php Text/Wiki/Render/Xhtml.php \ X Text/Wiki/Render/Xhtml/Anchor.php Text/Wiki/Render/Xhtml/Blockquote.php \ X Text/Wiki/Render/Xhtml/Bold.php Text/Wiki/Render/Xhtml/Break.php \ X Text/Wiki/Render/Xhtml/Center.php Text/Wiki/Render/Xhtml/Code.php \ X Text/Wiki/Render/Xhtml/Colortext.php Text/Wiki/Render/Xhtml/Deflist.php \ X Text/Wiki/Render/Xhtml/Delimiter.php Text/Wiki/Render/Xhtml/Embed.php \ X Text/Wiki/Render/Xhtml/Emphasis.php Text/Wiki/Render/Xhtml/Freelink.php \ X Text/Wiki/Render/Xhtml/Function.php Text/Wiki/Render/Xhtml/Heading.php \ X Text/Wiki/Render/Xhtml/Horiz.php Text/Wiki/Render/Xhtml/Html.php \ X Text/Wiki/Render/Xhtml/Image.php Text/Wiki/Render/Xhtml/Include.php \ X Text/Wiki/Render/Xhtml/Interwiki.php Text/Wiki/Render/Xhtml/Italic.php \ X Text/Wiki/Render/Xhtml/List.php Text/Wiki/Render/Xhtml/Newline.php \ X Text/Wiki/Render/Xhtml/Paragraph.php Text/Wiki/Render/Xhtml/Phplookup.php \ X Text/Wiki/Render/Xhtml/Prefilter.php Text/Wiki/Render/Xhtml/Raw.php \ X Text/Wiki/Render/Xhtml/Revise.php Text/Wiki/Render/Xhtml/Strong.php \ X Text/Wiki/Render/Xhtml/Superscript.php Text/Wiki/Render/Xhtml/Table.php \ X Text/Wiki/Render/Xhtml/Tighten.php Text/Wiki/Render/Xhtml/Toc.php \ X Text/Wiki/Render/Xhtml/Tt.php Text/Wiki/Render/Xhtml/Url.php \ X Text/Wiki/Render/Xhtml/Wikilink.php Text/Wiki/Render/Latex.php \ X Text/Wiki/Render/Latex/Anchor.php Text/Wiki/Render/Latex/Blockquote.php \ X Text/Wiki/Render/Latex/Bold.php Text/Wiki/Render/Latex/Break.php \ X Text/Wiki/Render/Latex/Center.php Text/Wiki/Render/Latex/Code.php \ X Text/Wiki/Render/Latex/Colortext.php Text/Wiki/Render/Latex/Deflist.php \ X Text/Wiki/Render/Latex/Delimiter.php Text/Wiki/Render/Latex/Embed.php \ X Text/Wiki/Render/Latex/Emphasis.php Text/Wiki/Render/Latex/Freelink.php \ X Text/Wiki/Render/Latex/Function.php Text/Wiki/Render/Latex/Heading.php \ X Text/Wiki/Render/Latex/Horiz.php Text/Wiki/Render/Latex/Html.php \ X Text/Wiki/Render/Latex/Image.php Text/Wiki/Render/Latex/Include.php \ X Text/Wiki/Render/Latex/Interwiki.php Text/Wiki/Render/Latex/Italic.php \ X Text/Wiki/Render/Latex/List.php Text/Wiki/Render/Latex/Newline.php \ X Text/Wiki/Render/Latex/Paragraph.php Text/Wiki/Render/Latex/Phplookup.php \ X Text/Wiki/Render/Latex/Prefilter.php Text/Wiki/Render/Latex/Raw.php \ X Text/Wiki/Render/Latex/Revise.php Text/Wiki/Render/Latex/Strong.php \ X Text/Wiki/Render/Latex/Superscript.php Text/Wiki/Render/Latex/Table.php \ X Text/Wiki/Render/Latex/Tighten.php Text/Wiki/Render/Latex/Toc.php \ X Text/Wiki/Render/Latex/Tt.php Text/Wiki/Render/Latex/Url.php \ X Text/Wiki/Render/Latex/Wikilink.php Text/Wiki/Render/Plain.php \ X Text/Wiki/Render/Plain/Anchor.php Text/Wiki/Render/Plain/Blockquote.php \ X Text/Wiki/Render/Plain/Bold.php Text/Wiki/Render/Plain/Break.php \ X Text/Wiki/Render/Plain/Center.php Text/Wiki/Render/Plain/Code.php \ X Text/Wiki/Render/Plain/Colortext.php Text/Wiki/Render/Plain/Deflist.php \ X Text/Wiki/Render/Plain/Delimiter.php Text/Wiki/Render/Plain/Embed.php \ X Text/Wiki/Render/Plain/Emphasis.php Text/Wiki/Render/Plain/Freelink.php \ X Text/Wiki/Render/Plain/Function.php Text/Wiki/Render/Plain/Heading.php \ X Text/Wiki/Render/Plain/Horiz.php Text/Wiki/Render/Plain/Html.php \ X Text/Wiki/Render/Plain/Image.php Text/Wiki/Render/Plain/Include.php \ X Text/Wiki/Render/Plain/Interwiki.php Text/Wiki/Render/Plain/Italic.php \ X Text/Wiki/Render/Plain/List.php Text/Wiki/Render/Plain/Newline.php \ X Text/Wiki/Render/Plain/Paragraph.php Text/Wiki/Render/Plain/Phplookup.php \ X Text/Wiki/Render/Plain/Prefilter.php Text/Wiki/Render/Plain/Raw.php \ X Text/Wiki/Render/Plain/Revise.php Text/Wiki/Render/Plain/Strong.php \ X Text/Wiki/Render/Plain/Superscript.php Text/Wiki/Render/Plain/Table.php \ X Text/Wiki/Render/Plain/Tighten.php Text/Wiki/Render/Plain/Toc.php \ X Text/Wiki/Render/Plain/Tt.php Text/Wiki/Render/Plain/Url.php \ X Text/Wiki/Render/Plain/Wikilink.php X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-Text_Wiki/Makefile echo x - pear-Text_Wiki/distinfo sed 's/^X//' >pear-Text_Wiki/distinfo << 'END-of-pear-Text_Wiki/distinfo' XMD5 (PEAR/Text_Wiki-0.25.0.tgz) = 0921881a6e8c87fedaac900589775d14 XSIZE (PEAR/Text_Wiki-0.25.0.tgz) = 46425 END-of-pear-Text_Wiki/distinfo echo x - pear-Text_Wiki/pkg-descr sed 's/^X//' >pear-Text_Wiki/pkg-descr << 'END-of-pear-Text_Wiki/pkg-descr' XAbstracts parsing and rendering rules for Wiki markup in structured plain text. X XWWW: http://pear.php.net/package/Text_Wiki/ END-of-pear-Text_Wiki/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 20:00:38 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD55716A4D1 for ; Tue, 1 Feb 2005 20:00:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 710AD43D45 for ; Tue, 1 Feb 2005 20:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11K0cjP013645 for ; Tue, 1 Feb 2005 20:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11K0cls013643; Tue, 1 Feb 2005 20:00:38 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 20:00:38 GMT Resent-Message-Id: <200502012000.j11K0cls013643@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2EF016A4CF for ; Tue, 1 Feb 2005 19:53:15 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id A112443D45 for ; Tue, 1 Feb 2005 19:53:14 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j11JrDea085461 for ; Tue, 1 Feb 2005 17:53:13 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j11JrDM2085460; Tue, 1 Feb 2005 17:53:13 -0200 (BRST) Message-Id: <200502011953.j11JrDM2085460@digitalsign.com> Date: Tue, 1 Feb 2005 17:53:13 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76976: Update port: security/pear-File_Passwd to 1.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 20:00:38 -0000 >Number: 76976 >Category: ports >Synopsis: Update port: security/pear-File_Passwd to 1.1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 20:00:37 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + update port: security/pear-File_Passwd to 1.1.2 + changelog: http://pear.php.net/package/File_Passwd/download/1.1.2/ + add PEAR::Crypt_CHAP dependency (optional) + add PHP version dependency >How-To-Repeat: >Fix: diff -ruN pear-File_Passwd.orig/Makefile pear-File_Passwd/Makefile --- pear-File_Passwd.orig/Makefile Tue Feb 1 17:36:24 2005 +++ pear-File_Passwd/Makefile Tue Feb 1 17:43:27 2005 @@ -6,7 +6,7 @@ # PORTNAME= File_Passwd -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= security www pear MAINTAINER= antonio@php.net @@ -15,6 +15,11 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} +USE_PHP= yes + +LATEST_LINK= pear-File_Passwd +OPTIONS= PEAR_CRYPT_RC4 "PEAR::Crypt_RC4 support" off + CATEGORY= File FILES= Passwd.php Passwd/Common.php Passwd/Unix.php Passwd/Cvs.php \ Passwd/Smb.php Passwd/Authbasic.php Passwd/Authdigest.php \ @@ -25,6 +30,17 @@ passwd.cvs.txt passwd.smb.txt passwd.authbasic.txt \ passwd.authdigest.txt passwd.custom.txt +.if defined(WITH_PEAR_CRYPT_RC4) +RUN_DEPENDS+= ${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4 +.endif + .include + +PHP_VERS= ${PHP_VERSION:S/.//g} + +.if defined(PHP_VERS) && ${PHP_VERS} < 406 +IGNORE= "You need PHP 4.0.6 or later to install PEAR::File_Passwd" +.endif + .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include diff -ruN pear-File_Passwd.orig/distinfo pear-File_Passwd/distinfo --- pear-File_Passwd.orig/distinfo Tue Feb 1 17:36:24 2005 +++ pear-File_Passwd/distinfo Tue Feb 1 17:41:31 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/File_Passwd-1.1.1.tgz) = 55275a4affd6734d56aaa25b6a8f5821 -SIZE (PEAR/File_Passwd-1.1.1.tgz) = 23200 +MD5 (PEAR/File_Passwd-1.1.2.tgz) = 2a5a15c8c227d480d62b5ea21684db18 +SIZE (PEAR/File_Passwd-1.1.2.tgz) = 23282 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 21:30:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3988916A4D7 for ; Tue, 1 Feb 2005 21:30:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E300043D48 for ; Tue, 1 Feb 2005 21:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11LUHbB025581 for ; Tue, 1 Feb 2005 21:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11LUHjt025580; Tue, 1 Feb 2005 21:30:17 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 21:30:17 GMT Resent-Message-Id: <200502012130.j11LUHjt025580@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62D0016A4D0 for ; Tue, 1 Feb 2005 21:23:26 +0000 (GMT) Received: from 82-168-140-74-bbxl.xdsl.tiscali.nl (82-168-140-74-bbxl.xdsl.tiscali.nl [82.168.140.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E671843D62 for ; Tue, 1 Feb 2005 21:23:24 +0000 (GMT) (envelope-from r.c.ladan@student.tue.nl) Received: from 82-168-140-74-bbxl.xdsl.tiscali.nl (localhost [127.0.0.1]) j11LPsUb074001 for ; Tue, 1 Feb 2005 22:25:54 +0100 (CET) (envelope-from r.c.ladan@student.tue.nl) Received: (from rene@localhost)j11LPrHi074000; Tue, 1 Feb 2005 22:25:53 +0100 (CET) (envelope-from r.c.ladan@student.tue.nl) Message-Id: <200502012125.j11LPrHi074000@82-168-140-74-bbxl.xdsl.tiscali.nl> Date: Tue, 1 Feb 2005 22:25:53 +0100 (CET) From: Rene Ladan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76977: [MAINTAINER] math/coq: update to 8.0p2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Feb 2005 21:30:18 -0000 >Number: 76977 >Category: ports >Synopsis: [MAINTAINER] math/coq: update to 8.0p2 >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 Feb 01 21:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 82-168-140-74-bbxl.xdsl.tiscali.nl 5.3-STABLE FreeBSD 5.3-STABLE #8: Mon Jan 31 01:58:50 CET 2005 >Description: - Update to 8.0p2 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: diff -ruN --exclude=CVS /usr/ports/math/coq.orig/Makefile /usr/ports/math/coq/Makefile --- /usr/ports/math/coq.orig/Makefile Tue Feb 1 20:49:25 2005 +++ /usr/ports/math/coq/Makefile Tue Feb 1 21:04:00 2005 @@ -6,13 +6,10 @@ # PORTNAME= coq -PORTVERSION= 8.0p1 +PORTVERSION= 8.0p2 CATEGORIES= math -MASTER_SITES= ftp://ftp.inria.fr/INRIA/coq/V8.0pl1/ -DISTNAME= coq-8.0pl1 - -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= patch-coq-8.0pl1-ocaml-3.08.1 +MASTER_SITES= ftp://ftp.inria.fr/INRIA/coq/V8.0pl2/ +DISTNAME= coq-8.0pl2 MAINTAINER= r.c.ladan@student.tue.nl COMMENT= Theorem prover based on lambda-C diff -ruN --exclude=CVS /usr/ports/math/coq.orig/distinfo /usr/ports/math/coq/distinfo --- /usr/ports/math/coq.orig/distinfo Tue Feb 1 20:49:25 2005 +++ /usr/ports/math/coq/distinfo Tue Feb 1 21:11:47 2005 @@ -1,4 +1,2 @@ -MD5 (coq-8.0pl1.tar.gz) = 95237e64081d7306fdea49e1988bde12 -SIZE (coq-8.0pl1.tar.gz) = 2272613 -MD5 (patch-coq-8.0pl1-ocaml-3.08.1) = 02ac210c6af5d8e258a2805a22822a8b -SIZE (patch-coq-8.0pl1-ocaml-3.08.1) = 1321 +MD5 (coq-8.0pl2.tar.gz) = 39ee0fed76e47a11de2f49e2c236ef79 +SIZE (coq-8.0pl2.tar.gz) = 2285855 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 21:40:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF3716A4D8 for ; Tue, 1 Feb 2005 21:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06CF543D55 for ; Tue, 1 Feb 2005 21:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11LeM7M026654 for ; Tue, 1 Feb 2005 21:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11LeMRD026653; Tue, 1 Feb 2005 21:40:22 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 21:40:22 GMT Resent-Message-Id: <200502012140.j11LeMRD026653@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas-Martin Seck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD8F16A4CE for ; Tue, 1 Feb 2005 21:38:58 +0000 (GMT) Received: from smtp2.netcologne.de (smtp2.netcologne.de [194.8.194.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F6343D3F for ; Tue, 1 Feb 2005 21:38:57 +0000 (GMT) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-213-196-247-5.netcologne.de [213.196.247.5]) by smtp2.netcologne.de (Postfix) with SMTP id 9EC4C42BA for ; Tue, 1 Feb 2005 22:38:54 +0100 (MET) Received: (qmail 508 invoked by uid 1001); 1 Feb 2005 21:39:11 -0000 Message-Id: <20050201213911.507.qmail@laurel.tmseck.homedns.org> Date: 1 Feb 2005 21:39:11 -0000 From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76978: [Maintainer] devel/libowfat: update to 0.21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 21:40:23 -0000 >Number: 76978 >Category: ports >Synopsis: [Maintainer] devel/libowfat: update to 0.21 >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 Feb 01 21:40:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 4.11-STABLE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of Feb 01, 2005. >Description: Update libowfat to 0.21. For a list of changes see . This version of libowfat is required to build www/gatling >= 0.6. >How-To-Repeat: >Fix: Apply this patch: Index: distinfo =================================================================== --- distinfo (.../devel/libowfat) (revision 386) +++ distinfo (.../local/libowfat) (revision 386) @@ -1,2 +1,2 @@ -MD5 (libowfat-0.20.tar.bz2) = 60e112c24b0f3d6e2757baa96f1ed07e -SIZE (libowfat-0.20.tar.bz2) = 109541 +MD5 (libowfat-0.21.tar.bz2) = 4023b5ecadbfb5c8ef81f956a42b7529 +SIZE (libowfat-0.21.tar.bz2) = 118300 Index: files/manpages =================================================================== --- files/manpages (.../devel/libowfat) (revision 386) +++ files/manpages (.../local/libowfat) (revision 386) @@ -1,63 +1,295 @@ MAN3=\ -array.3 array_allocate.3 array_bytes.3 array_cat.3 array_cat0.3 \ -array_catb.3 array_cate.3 array_cats.3 array_cats0.3 array_equal.3 \ -array_fail.3 array_get.3 array_length.3 array_reset.3 array_start.3 \ -array_trunc.3 array_truncate.3 buffer.3 buffer_feed.3 buffer_flush.3 \ -buffer_fromsa.3 buffer_get.3 buffer_get_token.3 buffer_get_token_pred.3 \ -buffer_get_token_sa.3 buffer_get_token_sa_pred.3 buffer_getc.3 \ -buffer_getline_sa.3 buffer_getn.3 buffer_init.3 buffer_peek.3 \ -buffer_put.3 buffer_put8long.3 buffer_putalign.3 buffer_puterror.3 \ -buffer_puterror2.3 buffer_putflush.3 buffer_putlong.3 buffer_putlonglong.3 \ -buffer_putnlflush.3 buffer_puts.3 buffer_putsa.3 buffer_putsalign.3 \ -buffer_putsflush.3 buffer_putspace.3 buffer_putulong.3 \ -buffer_putulonglong.3 buffer_putxlong.3 buffer_seek.3 byte_chr.3 \ -byte_copy.3 byte_copyr.3 byte_diff.3 byte_equal.3 byte_rchr.3 \ -byte_zero.3 case_diffb.3 case_diffs.3 case_lowerb.3 case_lowers.3 \ -case_starts.3 dns_ip4.3 dns_ip4_packet.3 dns_ip4_qualify.3 dns_ip6.3 \ -dns_ip6_packet.3 dns_ip6_qualify.3 dns_mx.3 dns_mx_packet.3 dns_name4.3 \ -dns_name4_domain.3 dns_name6.3 dns_name6_domain.3 dns_name_packet.3 \ -dns_txt.3 dns_txt_packet.3 fmt_8long.3 fmt_double.3 fmt_fill.3 \ -fmt_httpdate.3 fmt_human.3 fmt_humank.3 fmt_ip4.3 fmt_ip6.3 \ -fmt_ip6_flat.3 fmt_ip6c.3 fmt_ip6if.3 fmt_ip6ifc.3 fmt_long.3 \ -fmt_longlong.3 fmt_minus.3 fmt_pad.3 fmt_plusminus.3 fmt_str.3 \ -fmt_strn.3 fmt_uint.3 fmt_uint0.3 fmt_ulong.3 fmt_ulong0.3 \ -fmt_ulonglong.3 fmt_xlong.3 fmt_xlonglong.3 imult16.3 imult32.3 \ -imult64.3 io_appendfile.3 io_canread.3 io_canwrite.3 io_check.3 io_close.3 \ -io_closeonexec.3 io_createfile.3 io_dontwantread.3 io_dontwantwrite.3 \ -io_eagain.3 io_fd.3 io_finishandshutdown.3 io_getcookie.3 io_nonblock.3 \ -io_passfd.3 io_pipe.3 io_readfile.3 io_readwritefile.3 io_receivefd.3 io_sendfile.3 \ -io_setcookie.3 io_socketpair.3 io_timeout.3 io_timeouted.3 io_tryread.3 \ -io_tryreadtimeout.3 io_trywrite.3 io_trywritetimeout.3 io_wait.3 \ -io_waitread.3 io_waituntil.3 io_wantread.3 io_wantwrite.3 iob_addbuf.3 \ -iob_addbuf_free.3 iob_addfile.3 iob_addfile_close.3 iob_adds.3 \ -iob_adds_free.3 iob_new.3 iob_prefetch.3 iob_send.3 iopause.3 mmap_private.3 \ -mmap_read.3 mmap_shared.3 ndelay_off.3 ndelay_on.3 open_append.3 \ -open_excl.3 open_read.3 open_rw.3 open_trunc.3 open_write.3 \ -openreadclose.3 readclose.3 readclose_append.3 scan_8int.3 scan_8long.3 \ -scan_8short.3 scan_charsetnskip.3 scan_double.3 scan_httpdate.3 \ -scan_int.3 scan_ip4.3 scan_ip6.3 scan_ip6_flat.3 scan_ip6if.3 \ -scan_long.3 scan_longlong.3 scan_noncharsetnskip.3 scan_nonwhitenskip.3 \ -scan_plusminus.3 scan_short.3 scan_uint.3 scan_ulong.3 scan_ulonglong.3 \ -scan_ushort.3 scan_whitenskip.3 scan_xint.3 scan_xlong.3 scan_xlonglong.3 \ -scan_xshort.3 socket_accept4.3 socket_accept6.3 socket_bind4.3 \ -socket_bind4_reuse.3 socket_bind6.3 socket_bind6_reuse.3 \ -socket_broadcast.3 socket_connect4.3 socket_connect6.3 socket_connected.3 \ -socket_getifidx.3 socket_getifname.3 socket_listen.3 socket_local4.3 \ -socket_local6.3 socket_mchopcount6.3 socket_mcjoin4.3 socket_mcjoin6.3 \ -socket_mcleave4.3 socket_mcleave6.3 socket_mcloop4.3 socket_mcloop6.3 \ -socket_mcttl4.3 socket_recv4.3 socket_recv6.3 socket_remote4.3 \ -socket_remote6.3 socket_send4.3 socket_send6.3 socket_tcp4.3 \ -socket_tcp6.3 socket_udp4.3 socket_udp6.3 str_chr.3 str_copy.3 \ -str_diff.3 str_diffn.3 str_equal.3 str_len.3 str_rchr.3 str_start.3 \ -stralloc_0.3 stralloc_append.3 stralloc_cat.3 stralloc_catb.3 \ -stralloc_catlong0.3 stralloc_cats.3 stralloc_catulong0.3 stralloc_chomp.3 \ -stralloc_chop.3 stralloc_copy.3 stralloc_copyb.3 stralloc_copys.3 \ -stralloc_diff.3 stralloc_diffs.3 stralloc_free.3 stralloc_init.3 \ -stralloc_ready.3 stralloc_readyplus.3 stralloc_starts.3 tai_add.3 \ -tai_approx.3 tai_less.3 tai_now.3 tai_pack.3 tai_sub.3 tai_unpack.3 \ -taia_add.3 taia_addsec.3 taia_approx.3 taia_frac.3 taia_less.3 \ -taia_now.3 taia_pack.3 taia_sub.3 taia_tai.3 taia_uint.3 taia_unpack.3 \ -uint16_pack.3 uint16_pack_big.3 uint16_read.3 uint16_read_big.3 \ -uint16_unpack.3 uint16_unpack_big.3 uint32_pack.3 uint32_pack_big.3 \ -uint32_read.3 uint32_read_big.3 uint32_unpack.3 uint32_unpack_big.3 \ -umult16.3 umult32.3 umult64.3 +array.3 \ +array_allocate.3 \ +array_bytes.3 \ +array_cat.3 \ +array_cat0.3 \ +array_catb.3 \ +array_cate.3 \ +array_cats.3 \ +array_cats0.3 \ +array_equal.3 \ +array_fail.3 \ +array_get.3 \ +array_length.3 \ +array_reset.3 \ +array_start.3 \ +array_trunc.3 \ +array_truncate.3 \ +buffer.3 \ +buffer_close.3 \ +buffer_feed.3 \ +buffer_flush.3 \ +buffer_fromsa.3 \ +buffer_get.3 \ +buffer_get_new_token_sa.3 \ +buffer_get_new_token_sa_pred.3 \ +buffer_get_token.3 \ +buffer_get_token_pred.3 \ +buffer_get_token_sa.3 \ +buffer_get_token_sa_pred.3 \ +buffer_getc.3 \ +buffer_getline.3 \ +buffer_getline_sa.3 \ +buffer_getn.3 \ +buffer_getnewline_sa.3 \ +buffer_init.3 \ +buffer_init_free.3 \ +buffer_mmapread.3 \ +buffer_peek.3 \ +buffer_put.3 \ +buffer_put8long.3 \ +buffer_putalign.3 \ +buffer_puterror.3 \ +buffer_puterror2.3 \ +buffer_putflush.3 \ +buffer_putlong.3 \ +buffer_putlonglong.3 \ +buffer_putm.3 \ +buffer_putnlflush.3 \ +buffer_puts.3 \ +buffer_putsa.3 \ +buffer_putsaflush.3 \ +buffer_putsalign.3 \ +buffer_putsflush.3 \ +buffer_putspace.3 \ +buffer_putulong.3 \ +buffer_putulonglong.3 \ +buffer_putxlong.3 \ +buffer_seek.3 \ +byte_chr.3 \ +byte_copy.3 \ +byte_copyr.3 \ +byte_diff.3 \ +byte_equal.3 \ +byte_rchr.3 \ +byte_zero.3 \ +case_diffb.3 \ +case_diffs.3 \ +case_lowerb.3 \ +case_lowers.3 \ +case_starts.3 \ +dns_ip4.3 \ +dns_ip4_packet.3 \ +dns_ip4_qualify.3 \ +dns_ip6.3 \ +dns_ip6_packet.3 \ +dns_ip6_qualify.3 \ +dns_mx.3 \ +dns_mx_packet.3 \ +dns_name4.3 \ +dns_name4_domain.3 \ +dns_name6.3 \ +dns_name6_domain.3 \ +dns_name_packet.3 \ +dns_txt.3 \ +dns_txt_packet.3 \ +fmt_8long.3 \ +fmt_double.3 \ +fmt_fill.3 \ +fmt_httpdate.3 \ +fmt_human.3 \ +fmt_humank.3 \ +fmt_ip4.3 \ +fmt_ip6.3 \ +fmt_ip6_flat.3 \ +fmt_ip6c.3 \ +fmt_ip6if.3 \ +fmt_ip6ifc.3 \ +fmt_long.3 \ +fmt_longlong.3 \ +fmt_minus.3 \ +fmt_pad.3 \ +fmt_plusminus.3 \ +fmt_str.3 \ +fmt_strn.3 \ +fmt_uint.3 \ +fmt_uint0.3 \ +fmt_ulong.3 \ +fmt_ulong0.3 \ +fmt_ulonglong.3 \ +fmt_xlong.3 \ +fmt_xlonglong.3 \ +imult16.3 \ +imult32.3 \ +imult64.3 \ +io_appendfile.3 \ +io_canread.3 \ +io_canwrite.3 \ +io_check.3 \ +io_close.3 \ +io_closeonexec.3 \ +io_createfile.3 \ +io_dontwantread.3 \ +io_dontwantwrite.3 \ +io_eagain.3 \ +io_fd.3 \ +io_finishandshutdown.3 \ +io_getcookie.3 \ +io_nonblock.3 \ +io_passfd.3 \ +io_pipe.3 \ +io_readfile.3 \ +io_readwritefile.3 \ +io_receivefd.3 \ +io_sendfile.3 \ +io_setcookie.3 \ +io_socketpair.3 \ +io_timeout.3 \ +io_timeouted.3 \ +io_tryread.3 \ +io_tryreadtimeout.3 \ +io_trywrite.3 \ +io_trywritetimeout.3 \ +io_wait.3 \ +io_waitread.3 \ +io_waituntil.3 \ +io_wantread.3 \ +io_wantwrite.3 \ +iob_addbuf.3 \ +iob_addbuf_free.3 \ +iob_addfile.3 \ +iob_addfile_close.3 \ +iob_adds.3 \ +iob_adds_free.3 \ +iob_new.3 \ +iob_prefetch.3 \ +iob_send.3 \ +iob_write.3 \ +iopause.3 \ +mmap_private.3 \ +mmap_read.3 \ +mmap_shared.3 \ +ndelay_off.3 \ +ndelay_on.3 \ +open_append.3 \ +open_excl.3 \ +open_read.3 \ +open_rw.3 \ +open_trunc.3 \ +open_write.3 \ +openreadclose.3 \ +readclose.3 \ +readclose_append.3 \ +scan_8int.3 \ +scan_8long.3 \ +scan_8short.3 \ +scan_charsetnskip.3 \ +scan_double.3 \ +scan_httpdate.3 \ +scan_int.3 \ +scan_ip4.3 \ +scan_ip6.3 \ +scan_ip6_flat.3 \ +scan_ip6if.3 \ +scan_long.3 \ +scan_longlong.3 \ +scan_noncharsetnskip.3 \ +scan_nonwhitenskip.3 \ +scan_plusminus.3 \ +scan_short.3 \ +scan_uint.3 \ +scan_ulong.3 \ +scan_ulonglong.3 \ +scan_ushort.3 \ +scan_whitenskip.3 \ +scan_xint.3 \ +scan_xlong.3 \ +scan_xlonglong.3 \ +scan_xshort.3 \ +socket_accept4.3 \ +socket_accept6.3 \ +socket_bind4.3 \ +socket_bind4_reuse.3 \ +socket_bind6.3 \ +socket_bind6_reuse.3 \ +socket_broadcast.3 \ +socket_connect4.3 \ +socket_connect6.3 \ +socket_connected.3 \ +socket_getifidx.3 \ +socket_getifname.3 \ +socket_listen.3 \ +socket_local4.3 \ +socket_local6.3 \ +socket_mchopcount6.3 \ +socket_mcjoin4.3 \ +socket_mcjoin6.3 \ +socket_mcleave4.3 \ +socket_mcleave6.3 \ +socket_mcloop4.3 \ +socket_mcloop6.3 \ +socket_mcttl4.3 \ +socket_recv4.3 \ +socket_recv6.3 \ +socket_remote4.3 \ +socket_remote6.3 \ +socket_send4.3 \ +socket_send6.3 \ +socket_tcp4.3 \ +socket_tcp6.3 \ +socket_udp4.3 \ +socket_udp6.3 \ +str_chr.3 \ +str_copy.3 \ +str_diff.3 \ +str_diffn.3 \ +str_equal.3 \ +str_len.3 \ +str_rchr.3 \ +str_start.3 \ +stralloc_0.3 \ +stralloc_append.3 \ +stralloc_cat.3 \ +stralloc_catb.3 \ +stralloc_catlong0.3 \ +stralloc_catm.3 \ +stralloc_cats.3 \ +stralloc_catulong0.3 \ +stralloc_chomp.3 \ +stralloc_chop.3 \ +stralloc_copy.3 \ +stralloc_copyb.3 \ +stralloc_copym.3 \ +stralloc_copys.3 \ +stralloc_diff.3 \ +stralloc_diffs.3 \ +stralloc_free.3 \ +stralloc_init.3 \ +stralloc_ready.3 \ +stralloc_readyplus.3 \ +stralloc_starts.3 \ +stralloc_zero.3 \ +tai_add.3 \ +tai_approx.3 \ +tai_less.3 \ +tai_now.3 \ +tai_pack.3 \ +tai_sub.3 \ +tai_unpack.3 \ +taia_add.3 \ +taia_addsec.3 \ +taia_approx.3 \ +taia_frac.3 \ +taia_less.3 \ +taia_now.3 \ +taia_pack.3 \ +taia_sub.3 \ +taia_tai.3 \ +taia_uint.3 \ +taia_unpack.3 \ +uint16_pack.3 \ +uint16_pack_big.3 \ +uint16_read.3 \ +uint16_read_big.3 \ +uint16_unpack.3 \ +uint16_unpack_big.3 \ +uint32_pack.3 \ +uint32_pack_big.3 \ +uint32_read.3 \ +uint32_read_big.3 \ +uint32_unpack.3 \ +uint32_unpack_big.3 \ +umult16.3 \ +umult32.3 \ +umult64.3 Index: Makefile =================================================================== --- Makefile (.../devel/libowfat) (revision 386) +++ Makefile (.../local/libowfat) (revision 386) @@ -6,7 +6,7 @@ # PORTNAME= libowfat -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= devel ipv6 MASTER_SITES= http://dl.fefe.de/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 22:00:29 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE4716A4D0 for ; Tue, 1 Feb 2005 22:00:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D75AC43D66 for ; Tue, 1 Feb 2005 22:00:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11M0SIb027484 for ; Tue, 1 Feb 2005 22:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11M0SuP027476; Tue, 1 Feb 2005 22:00:28 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 22:00:28 GMT Resent-Message-Id: <200502012200.j11M0SuP027476@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, GomoR Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF69616A4CF for ; Tue, 1 Feb 2005 21:56:39 +0000 (GMT) Received: from enslaved.homeunix.org (ARennes-351-1-47-241.w82-126.abo.wanadoo.fr [82.126.59.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5360543D76 for ; Tue, 1 Feb 2005 21:56:37 +0000 (GMT) (envelope-from gomor@enslaved.homeunix.org) Received: from enslaved.homeunix.org (localhost.enslaved.lan [127.0.0.1]) by enslaved.homeunix.org (8.13.1/8.13.1) with ESMTP id j11LufNx009804 for ; Tue, 1 Feb 2005 22:56:41 +0100 (CET) (envelope-from gomor@enslaved.homeunix.org) Received: (from gomor@localhost) by enslaved.homeunix.org (8.13.1/8.13.1/Submit) id j11LufHE009803; Tue, 1 Feb 2005 22:56:41 +0100 (CET) (envelope-from gomor) Message-Id: <200502012156.j11LufHE009803@enslaved.homeunix.org> Date: Tue, 1 Feb 2005 22:56:41 +0100 (CET) From: GomoR To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76979: New port: devel/p5-Class-Gomor-Hash class and object builder, hash version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: GomoR List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 22:00:29 -0000 >Number: 76979 >Category: ports >Synopsis: New port: devel/p5-Class-Gomor-Hash class and object builder, hash version >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 Feb 01 22:00:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: GomoR >Release: FreeBSD 5.3-RELEASE-p4 i386 >Organization: myself >Environment: System: FreeBSD dani.enslaved.lan 5.3-RELEASE-p4 FreeBSD 5.3-RELEASE-p4 #9: Mon Jan 10 15:23:56 CET 2005 gomor@dani.enslaved.lan:/usr/obj/usr/src/sys/DANI i386 >Description: This module is yet another class builder. This one adds parameter checking in new constructor, that is to check for attributes existence, and definedness. Since objects are built as hashes, this module is suf- fixed by Hash. >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: # # ./devel/p5-Class-Gomor-Hash # ./devel/p5-Class-Gomor-Hash/CVS # ./devel/p5-Class-Gomor-Hash/CVS/Root # ./devel/p5-Class-Gomor-Hash/CVS/Repository # ./devel/p5-Class-Gomor-Hash/CVS/Entries # ./devel/p5-Class-Gomor-Hash/CVS/Tag # ./devel/p5-Class-Gomor-Hash/Makefile # ./devel/p5-Class-Gomor-Hash/distinfo # ./devel/p5-Class-Gomor-Hash/pkg-descr # ./devel/p5-Class-Gomor-Hash/pkg-plist # echo c - ./devel/p5-Class-Gomor-Hash mkdir -p ./devel/p5-Class-Gomor-Hash > /dev/null 2>&1 echo c - ./devel/p5-Class-Gomor-Hash/CVS mkdir -p ./devel/p5-Class-Gomor-Hash/CVS > /dev/null 2>&1 echo x - ./devel/p5-Class-Gomor-Hash/CVS/Root sed 's/^X//' >./devel/p5-Class-Gomor-Hash/CVS/Root << 'END-of-./devel/p5-Class-Gomor-Hash/CVS/Root' X:pserver:anoncvs@anoncvs.fr.freebsd.org:/home/ncvs END-of-./devel/p5-Class-Gomor-Hash/CVS/Root echo x - ./devel/p5-Class-Gomor-Hash/CVS/Repository sed 's/^X//' >./devel/p5-Class-Gomor-Hash/CVS/Repository << 'END-of-./devel/p5-Class-Gomor-Hash/CVS/Repository' Xports/net/p5-Net-Pcap END-of-./devel/p5-Class-Gomor-Hash/CVS/Repository echo x - ./devel/p5-Class-Gomor-Hash/CVS/Entries sed 's/^X//' >./devel/p5-Class-Gomor-Hash/CVS/Entries << 'END-of-./devel/p5-Class-Gomor-Hash/CVS/Entries' X/Makefile/1.4/Mon Dec 8 13:26:15 2003//TRELEASE_5_3_0 X/distinfo/1.3/Wed Mar 31 03:10:09 2004//TRELEASE_5_3_0 X/pkg-descr/1.2/Mon Dec 8 13:26:15 2003//TRELEASE_5_3_0 X/pkg-plist/1.2/Fri Oct 24 12:03:03 2003//TRELEASE_5_3_0 XD END-of-./devel/p5-Class-Gomor-Hash/CVS/Entries echo x - ./devel/p5-Class-Gomor-Hash/CVS/Tag sed 's/^X//' >./devel/p5-Class-Gomor-Hash/CVS/Tag << 'END-of-./devel/p5-Class-Gomor-Hash/CVS/Tag' XNRELEASE_5_3_0 END-of-./devel/p5-Class-Gomor-Hash/CVS/Tag echo x - ./devel/p5-Class-Gomor-Hash/Makefile sed 's/^X//' >./devel/p5-Class-Gomor-Hash/Makefile << 'END-of-./devel/p5-Class-Gomor-Hash/Makefile' X# New ports collection makefile for: Class-Gomor-Hash X# Date created: 01 Feb 2005 X# Whom: GomoR X# X# $FreeBSD$ X# X XPORTNAME= Class-Gomor-Hash XPORTVERSION= 0.20 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} http://www.gomor.org/netpkt/ XMASTER_SITE_SUBDIR= Class XPKGNAMEPREFIX= p5- X XMAINTAINER= netpkt@gomor.org XCOMMENT= Class and object builder, hash version X XPERL_CONFIGURE= yes X XMAN3= Class::Gomor::Hash.3 X X.include END-of-./devel/p5-Class-Gomor-Hash/Makefile echo x - ./devel/p5-Class-Gomor-Hash/distinfo sed 's/^X//' >./devel/p5-Class-Gomor-Hash/distinfo << 'END-of-./devel/p5-Class-Gomor-Hash/distinfo' XMD5 (Class-Gomor-Hash-0.20.tar.gz) = 35f199e6295ea016a9ed89708c5c120f XSIZE (Class-Gomor-Hash-0.20.tar.gz) = 5380 END-of-./devel/p5-Class-Gomor-Hash/distinfo echo x - ./devel/p5-Class-Gomor-Hash/pkg-descr sed 's/^X//' >./devel/p5-Class-Gomor-Hash/pkg-descr << 'END-of-./devel/p5-Class-Gomor-Hash/pkg-descr' XThis module is yet another class builder. This one adds parameter checking in Xnew constructor, that is to check for attributes existence, and definedness. XSince objects are built as hashes, this module is suffixed by Hash. X XWWW: http://search.cpan.org/~gomor/ X X- GomoR Xnetpkt@gomor.org END-of-./devel/p5-Class-Gomor-Hash/pkg-descr echo x - ./devel/p5-Class-Gomor-Hash/pkg-plist sed 's/^X//' >./devel/p5-Class-Gomor-Hash/pkg-plist << 'END-of-./devel/p5-Class-Gomor-Hash/pkg-plist' X%%SITE_PERL%%/Class/Gomor/Hash.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Gomor/Hash/.packlist X@dirrm %%SITE_PERL%%/Class/Gomor X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Gomor/Hash X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Gomor X@unexec rmdir %D/%%SITE_PERL%%/Class/Gomor 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Gomor/Hash 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Gomor 2>/dev/null || true END-of-./devel/p5-Class-Gomor-Hash/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 22:10:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EACD816A4D8 for ; Tue, 1 Feb 2005 22:10:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A008E43D2F for ; Tue, 1 Feb 2005 22:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11MAGJk031821 for ; Tue, 1 Feb 2005 22:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11MAGgH031820; Tue, 1 Feb 2005 22:10:16 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 22:10:16 GMT Resent-Message-Id: <200502012210.j11MAGgH031820@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas-Martin Seck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F9716A4CE for ; Tue, 1 Feb 2005 22:03:42 +0000 (GMT) Received: from smtp2.netcologne.de (smtp2.netcologne.de [194.8.194.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE6143D54 for ; Tue, 1 Feb 2005 22:03:40 +0000 (GMT) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-213-196-250-212.netcologne.de [213.196.250.212]) by smtp2.netcologne.de (Postfix) with SMTP id 9623B4346 for ; Tue, 1 Feb 2005 23:03:38 +0100 (MET) Received: (qmail 6243 invoked by uid 1001); 1 Feb 2005 22:03:55 -0000 Message-Id: <20050201220355.6242.qmail@laurel.tmseck.homedns.org> Date: 1 Feb 2005 22:03:55 -0000 From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76980: [Maintainer] www/gatling: update to 0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 22:10:17 -0000 >Number: 76980 >Category: ports >Synopsis: [Maintainer] www/gatling: update to 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: Tue Feb 01 22:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 4.11-STABLE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of Feb 01, 2005. >Description: - update gatling to 0.6 - remove a patch that is no longer needed - move server programs to ${PREFIX}/sbin Note: this version requires libowfat >= 0.21 to be installed in order to build! Note to committer: please 'cvs rm' files/patch-gatling.c (sorry for the churn, the vendor decided to release 0.6 shortly after I submitted the update to 0.5_2) ports/UPDATING information: AFFECTS: users of www/gatling AUTHOR: tmseck@netcologne.de gatling-0.6 needs at least libowfat-0.21 to build. Please update devel/libowfat manually before you update gatling or use 'portupgrade -R gatling' to automate this process. >How-To-Repeat: >Fix: Apply this patch: Index: distinfo =================================================================== --- distinfo (.../www/gatling) (revision 387) +++ distinfo (.../local/gatling) (revision 387) @@ -1,2 +1,2 @@ -MD5 (gatling-0.5.tar.bz2) = ee15becac325864afc99cca6f3d08779 -SIZE (gatling-0.5.tar.bz2) = 42576 +MD5 (gatling-0.6.tar.bz2) = 2067d666c01834f2c8702b08644f95d8 +SIZE (gatling-0.6.tar.bz2) = 47267 Index: files/patch-Makefile =================================================================== --- files/patch-Makefile (.../www/gatling) (revision 387) +++ files/patch-Makefile (.../local/gatling) (revision 387) @@ -1,14 +1,7 @@ ---- Makefile.orig Sat May 8 02:26:21 2004 -+++ Makefile Thu Aug 12 11:37:25 2004 -@@ -2,16 +2,13 @@ - BINDIR=${prefix}/bin - MANDIR=${prefix}/man - man1dir=$(MANDIR)/man1 -+CFLAGS+=-I${LOCALBASE}/include/libowfat +--- Makefile.orig Tue Feb 1 17:50:50 2005 ++++ Makefile Tue Feb 1 17:53:20 2005 +@@ -8,10 +8,6 @@ - TARGET=gatling httpbench dl bindbench mmapbench forkbench pthreadbench \ - mktestdata manymapbench ioerr forksbench - all: $(TARGET) -CC=gcc @@ -18,7 +11,7 @@ gatling: gatling.o libsocket libiconv $(CC) -o $@ gatling.o $(LDFLAGS) `cat libsocket libiconv` -@@ -34,7 +31,7 @@ +@@ -34,7 +30,7 @@ $(CC) -static -o $@ forkbench.o $(LDFLAGS) pthreadbench: pthreadbench.o @@ -27,3 +20,12 @@ mktestdata: mktestdata.o $(CC) -o $@ mktestdata.o $(LDFLAGS) +@@ -50,7 +50,7 @@ + $(CC) -c $< -I. $(CFLAGS) + + tlsgatling: gatling.c ssl.o +- $(CC) -o $@ $(CFLAGS) $^ $(LDFLAGS) -lssl -lcrypto $(LDLIBS) ++ $(CC) -o $@ $(CFLAGS) $> -DSUPPORT_HTTPS $(LDFLAGS) -lssl -lcrypto $(LDLIBS) + + libsocket: trysocket.c + if $(DIET) $(CC) $(CFLAGS) -o trysocket trysocket.c >/dev/null 2>&1; then echo ""; else \ Index: files/patch-gatling.c =================================================================== --- files/patch-gatling.c (.../www/gatling) (revision 387) +++ files/patch-gatling.c (.../local/gatling) (revision 387) @@ -1,19 +0,0 @@ ---- gatling.c.orig Wed Jul 28 15:23:51 2004 -+++ gatling.c Mon Jan 31 18:42:03 2005 -@@ -1261,6 +1261,7 @@ e404: - ++c; - if ((i=scan_ulonglong(c,&range_last))) { - if (!i) goto rangeerror; -+ ++range_last; - } - } - } else { -@@ -1311,7 +1312,7 @@ rangeerror: - c+=fmt_str(c,"\r\nContent-Range: bytes "); - c+=fmt_ulonglong(c,range_first); - c+=fmt_str(c,"-"); -- c+=fmt_ulonglong(c,range_last); -+ c+=fmt_ulonglong(c,range_last-1); - c+=fmt_str(c,"/"); - c+=fmt_ulonglong(c,ss.st_size); - } Index: Makefile =================================================================== --- Makefile (.../www/gatling) (revision 387) +++ Makefile (.../local/gatling) (revision 387) @@ -2,12 +2,11 @@ # Date created: Feb 21, 2004 # Whom: Thomas-Martin Seck # -# $FreeBSD: ports/www/gatling/Makefile,v 1.6 2005/02/01 12:11:48 vs Exp $ +# $FreeBSD$ # PORTNAME= gatling -PORTVERSION= 0.5 -PORTREVISION= 2 +PORTVERSION= 0.6 CATEGORIES= www benchmarks ftp ipv6 MASTER_SITES= http://dl.fefe.de/ @@ -17,17 +16,21 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/devel/libowfat USE_BZIP2= yes +USE_OPENSSL= yes -MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lowfat" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" +CFLAGS+= -I${LOCALBASE}/include/libowfat -I${OPENSSLINC} +LDFLAGS+= -L${LOCALBASE}/lib -lowfat -L${OPENSSLLIB} -bin= dl gatling +MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" + +bin= dl examples= run-gatling examplesdir= ${EXAMPLESDIR:S,^${PREFIX}/,,} +sbin= gatling tlsgatling MAN8= gatling.8 .if !defined(NOPORTDOCS) -PORTDOCS= CHANGES README README.ftp README.http README.performance \ - README.prefetch README.proxy README.redirect +PORTDOCS= CHANGES README README.ftp README.htaccess README.http \ + README.performance README.prefetch README.proxy README.redirect .endif OPTIONS= BENCHMARKS "Install system benchmark programs" on @@ -43,13 +46,15 @@ .endif PLIST_DIRS= ${examplesdir} -PLIST_FILES= ${bin:S,^,bin/,} ${examples:S,^,${examplesdir}/,} +PLIST_FILES= ${bin:S,^,bin/,} ${examples:S,^,${examplesdir}/,} \ + ${sbin:S,^,sbin/,} pre-install: @cd ${WRKSRC} && ${CP} gatling.1 gatling.8 do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} ${bin} ${PREFIX}/bin + cd ${WRKSRC} && ${INSTALL_PROGRAM} ${sbin} ${PREFIX}/sbin ${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_SCRIPT} ${examples} ${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_MAN} ${MAN8} ${MAN8PREFIX}/man/man8 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 22:10:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9259216A4D8 for ; Tue, 1 Feb 2005 22:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BAD243D2D for ; Tue, 1 Feb 2005 22:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11MAJVH031872 for ; Tue, 1 Feb 2005 22:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11MAJSW031871; Tue, 1 Feb 2005 22:10:19 GMT (envelope-from gnats) Date: Tue, 1 Feb 2005 22:10:19 GMT Message-Id: <200502012210.j11MAJSW031871@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Anton Berezin Subject: Re: ports/76979: New port: devel/p5-Class-Gomor-Hash class and object builder, hash version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Anton Berezin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 22:10:20 -0000 The following reply was made to PR ports/76979; it has been noted by GNATS. From: Anton Berezin To: GomoR Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/76979: New port: devel/p5-Class-Gomor-Hash class and object builder, hash version Date: Tue, 1 Feb 2005 23:05:14 +0100 On Tue, Feb 01, 2005 at 10:56:41PM +0100, GomoR wrote: > # This is a shell archive. > # This archive contains: > # > # ./devel/p5-Class-Gomor-Hash/CVS > # ./devel/p5-Class-Gomor-Hash/CVS/Root > # ./devel/p5-Class-Gomor-Hash/CVS/Repository > # ./devel/p5-Class-Gomor-Hash/CVS/Entries > # ./devel/p5-Class-Gomor-Hash/CVS/Tag You did not mean that, did you? :-) \Anton. -- The moronity of the universe is a monotonically increasing function. -- Jarkko Hietaniemi From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 22:50:17 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E30D716A4D8 for ; Tue, 1 Feb 2005 22:50:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C2B43D53 for ; Tue, 1 Feb 2005 22:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11MoGQv033727 for ; Tue, 1 Feb 2005 22:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11MoGP3033726; Tue, 1 Feb 2005 22:50:16 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 22:50:16 GMT Resent-Message-Id: <200502012250.j11MoGP3033726@freefall.freebsd.org> 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 Thiel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3603316A4CE for ; Tue, 1 Feb 2005 22:42:44 +0000 (GMT) Received: from redundancy.redundancy.org (redundancy.redundancy.org [198.144.201.242]) by mx1.FreeBSD.org (Postfix) with SMTP id BDB0B43D69 for ; Tue, 1 Feb 2005 22:42:43 +0000 (GMT) (envelope-from lx@redundancy.redundancy.org) Received: (qmail 92413 invoked by uid 1000); 1 Feb 2005 22:44:22 -0000 Message-Id: <20050201224422.92412.qmail@redundancy.redundancy.org> Date: 1 Feb 2005 22:44:22 -0000 From: David Thiel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76982: New port: devel/log4sh, a logging lib for Bourne shell X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Thiel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 22:50:17 -0000 >Number: 76982 >Category: ports >Synopsis: New port: devel/log4sh, a logging lib for Bourne shell >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 Feb 01 22:50:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: David Thiel >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD redundancy.redundancy.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Jan 9 21:41:16 PST 2005 root@redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386 >Description: Log4sh is a logging library similar to log4j, log4c, etc, for Bourne shell. >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: # # log4sh # log4sh/pkg-descr # log4sh/Makefile # log4sh/distinfo # echo c - log4sh mkdir -p log4sh > /dev/null 2>&1 echo x - log4sh/pkg-descr sed 's/^X//' >log4sh/pkg-descr << 'END-of-log4sh/pkg-descr' XLog4sh is a logging framework for shell scripts that works similar to Xthe other wonderful logging products available from the Apache Software XFoundataion (eg. log4j, log4perl). Although not as powerful as the Xothers, it can make the task of adding advanced logging to shell scripts Xeasier. It has much more power than just using simple "echo" commands Xthroughout. In addition, it can be configured from a properties file so Xthat scripts in a production environment do not need to be altered to Xchange the amount of logging they produce. X XWWW: http://forestent.com/products/log4sh/ END-of-log4sh/pkg-descr echo x - log4sh/Makefile sed 's/^X//' >log4sh/Makefile << 'END-of-log4sh/Makefile' X# New ports collection makefile for: log4sh X# Date created: 2005-02-01 X# Whom: David Thiel END-of-log4sh/Makefile echo x - log4sh/distinfo sed 's/^X//' >log4sh/distinfo << 'END-of-log4sh/distinfo' XMD5 (log4sh-1.2.5.tgz) = 9a14581c679697d7c8364dd1361ace57 XSIZE (log4sh-1.2.5.tgz) = 33746 END-of-log4sh/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 23:00:46 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBD216A4CF for ; Tue, 1 Feb 2005 23:00:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2784C43D4C for ; Tue, 1 Feb 2005 23:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11N0jbv034060 for ; Tue, 1 Feb 2005 23:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11N0iXn034059; Tue, 1 Feb 2005 23:00:44 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 23:00:44 GMT Resent-Message-Id: <200502012300.j11N0iXn034059@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jacques Marneweck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FEBD16A4CF for ; Tue, 1 Feb 2005 22:59:38 +0000 (GMT) Received: from avenger.firstier.co.za (avenger.firstier.co.za [67.18.204.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id E635143D4C for ; Tue, 1 Feb 2005 22:59:37 +0000 (GMT) (envelope-from root@maquis.powertrip.co.za) Received: from [65.75.184.91] (helo=ns1.yourwebhost.co.za) by avenger.firstier.co.za with esmtp (Exim 4.42 (FreeBSD)) id 1Cw7Aj-000BtF-TV for FreeBSD-gnats-submit@freebsd.org; Wed, 02 Feb 2005 01:11:01 +0200 Received: from root by maquis.powertrip.co.za with local (Exim 4.34; FreeBSD) id 1Cw6zg-0008oj-W3; Wed, 02 Feb 2005 00:59:36 +0200 Message-Id: Date: Wed, 02 Feb 2005 00:59:36 +0200 From: Jacques Marneweck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: jacques@powertrip.co.za Subject: ports/76983: Fix security vulnerabilities in awstats < 6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jacques Marneweck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 23:00:46 -0000 >Number: 76983 >Category: ports >Synopsis: Fix security vulnerabilities in awstats < 6.3 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 23:00:42 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jacques Marneweck >Release: FreeBSD 5.*snip* i386 >Organization: Powertrip Networks >Environment: System: FreeBSD maquis.powertrip.co.za 5.*snip* FreeBSD 5.*snip* i386 >Description: Versions of awstats prior to 6.3 contain various security vulnerabilities, and is listed in the VuXML and needs to be upgraded to 6.3 to close the three holes that have been reported. Apparently people can run shell commands in certain circumstances. >How-To-Repeat: >Fix: Upgrade to awstats 6.3 --- awstats.6.3.patch begins here --- diff -Nurd awstats.old/Makefile awstats/Makefile --- awstats.old/Makefile Tue Jan 18 14:38:13 2005 +++ awstats/Makefile Wed Feb 2 00:42:32 2005 @@ -6,7 +6,7 @@ # PORTNAME= awstats -PORTVERSION= 6.2 +PORTVERSION= 6.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +15,6 @@ MAINTAINER= webmaster@lightningfire.net COMMENT= Free real-time logfile analyzer to get advanced web statistics -FORBIDDEN= http://vuxml.FreeBSD.org/0f5a2b4d-694b-11d9-a9e7-0001020eed82.html - RUN_DEPENDS= ${SITE_PERL}/Net/XWhois.pm:${PORTSDIR}/net/p5-Net-XWhois NO_BUILD= yes @@ -51,7 +49,7 @@ ${INSTALL_SCRIPT} ${WRKSRC}/tools/logresolvemerge.pl ${PREFIX}/www/awstats/tools ${INSTALL_SCRIPT} ${WRKSRC}/tools/maillogconvert.pl ${PREFIX}/www/awstats/tools ${INSTALL_SCRIPT} ${WRKSRC}/tools/urlaliasbuilder.pl ${PREFIX}/www/awstats/tools - ${INSTALL_SCRIPT} ${WRKSRC}/tools/webmin/awstats-1.4.wbm ${PREFIX}/www/awstats/tools/webmin + ${INSTALL_SCRIPT} ${WRKSRC}/tools/webmin/awstats-1.5.wbm ${PREFIX}/www/awstats/tools/webmin ${INSTALL_SCRIPT} ${WRKSRC}/wwwroot/cgi-bin/awredir.pl ${PREFIX}/www/awstats/cgi-bin ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/awstats.model.conf ${PREFIX}/www/awstats/cgi-bin ${INSTALL_SCRIPT} ${WRKSRC}/wwwroot/cgi-bin/awstats.pl ${PREFIX}/www/awstats/cgi-bin diff -Nurd awstats.old/distinfo awstats/distinfo --- awstats.old/distinfo Fri Dec 31 13:35:09 2004 +++ awstats/distinfo Tue Feb 1 19:35:08 2005 @@ -1,2 +1,2 @@ -MD5 (awstats-6.2.tgz) = ee3096899d40e23ecdc897d752b79ac8 -SIZE (awstats-6.2.tgz) = 860606 +MD5 (awstats-6.3.tgz) = edb73007530a5800d53b9f1f90c88053 +SIZE (awstats-6.3.tgz) = 938794 diff -Nurd awstats.old/pkg-plist awstats/pkg-plist --- awstats.old/pkg-plist Fri Dec 31 13:35:09 2004 +++ awstats/pkg-plist Wed Feb 2 00:44:16 2005 @@ -32,7 +32,6 @@ %%PORTDOCS%%%%DOCSDIR%%/images/screen_shot_1.jpg %%PORTDOCS%%%%DOCSDIR%%/images/screen_shot_1.png %%PORTDOCS%%%%DOCSDIR%%/images/screen_shot_2.png -%%PORTDOCS%%%%DOCSDIR%%/images/screen_shot_3.gif %%PORTDOCS%%%%DOCSDIR%%/images/screen_shot_3.png %%PORTDOCS%%%%DOCSDIR%%/images/screen_shot_4.png %%PORTDOCS%%%%DOCSDIR%%/images/star.png @@ -575,7 +574,7 @@ www/awstats/tools/logresolvemerge.pl www/awstats/tools/maillogconvert.pl www/awstats/tools/urlaliasbuilder.pl -www/awstats/tools/webmin/awstats-1.4.wbm +www/awstats/tools/webmin/awstats-1.5.wbm @dirrm www/awstats/tools/webmin @dirrm www/awstats/tools @dirrm www/awstats/js --- awstats.6.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 23:10:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC06D16A4CE for ; Tue, 1 Feb 2005 23:10:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A67243D39 for ; Tue, 1 Feb 2005 23:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j11NAMTV038249 for ; Tue, 1 Feb 2005 23:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j11NAMxP038248; Tue, 1 Feb 2005 23:10:22 GMT (envelope-from gnats) Resent-Date: Tue, 1 Feb 2005 23:10:22 GMT Resent-Message-Id: <200502012310.j11NAMxP038248@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brad Huntting Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2561B16A4CE for ; Tue, 1 Feb 2005 23:02:57 +0000 (GMT) Received: from pernicious.glarp.com (home-ppp4-83.colorado.edu [198.11.22.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C22E43D41 for ; Tue, 1 Feb 2005 23:02:56 +0000 (GMT) (envelope-from huntting@glarp.com) Received: from pernicious.glarp.com (localhost [127.0.0.1]) j11N2qRm021258 for ; Tue, 1 Feb 2005 16:02:55 -0700 (MST) (envelope-from huntting@pernicious.glarp.com) Received: (from huntting@localhost) by pernicious.glarp.com (8.12.10/8.12.9/Submit) id j11N2nxs021257; Tue, 1 Feb 2005 16:02:50 -0700 (MST) (envelope-from huntting) Message-Id: <200502012302.j11N2nxs021257@pernicious.glarp.com> Date: Tue, 1 Feb 2005 16:02:50 -0700 (MST) From: Brad Huntting To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76984: update for 'qcl' port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brad Huntting List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 23:10:23 -0000 >Number: 76984 >Category: ports >Synopsis: update for 'qcl' port >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 Feb 01 23:10:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Brad Huntting >Release: FreeBSD 5.3-RELEASE i386 >Organization: little >Environment: System: FreeBSD hunkular.glarp.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update for the (currently broken) emulators/qcl port >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: # # qcl # qcl/files # qcl/files/patch-aa # qcl/files/patch-bb # qcl/Makefile # qcl/distinfo # qcl/pkg-descr # qcl/pkg-plist # echo c - qcl mkdir -p qcl > /dev/null 2>&1 echo c - qcl/files mkdir -p qcl/files > /dev/null 2>&1 echo x - qcl/files/patch-aa sed 's/^X//' >qcl/files/patch-aa << 'END-of-qcl/files/patch-aa' X--- Makefile.orig Mon Mar 29 15:24:31 2004 X+++ Makefile Tue Feb 1 01:37:09 2005 X@@ -14,25 +14,25 @@ X X # Directory for Standard .qcl files X X-QCLDIR = /usr/local/lib/qcl X+QCLDIR = ${PREFIX}/share/qcl X X # Path for qcl binaries X X-QCLBIN = /usr/local/bin X+QCLBIN = ${PREFIX}/bin X X # Debugging options X X #DEBUG = -g -pg -DQCL_DEBUG -DQC_DEBUG X #DEBUG = -g -DQCL_DEBUG -DQC_DEBUG X-DEBUG = -O2 -g -DQCL_DEBUG -DQC_DEBUG X+DEBUG = -DQCL_DEBUG -DQC_DEBUG X #DEBUG = -O2 X X # Plotting support X # X # Comment out if you don't have GNU libplotter and X X X-PLOPT = -DQCL_PLOT X-PLLIB = -L/usr/X11/lib -lplotter -lXaw -lXmu -lXt -lXext -lXpm -lSM -lICE -lX11 X+#PLOPT = -DQCL_PLOT X+#PLLIB = -L/usr/X11/lib -lplotter -lXaw -lXmu -lXt -lXext -lXpm -lSM -lICE -lX11 X #PLLIB = -L/usr/X11/lib -lplotter -lXaw -lXmu -lXt -lXext -lX11 X #PLLIB = -L/usr/X11/lib -lplotter -lXaw -lXmu -Xt -lSM -ICE -lXext -lX11 X X@@ -42,8 +42,8 @@ X # explicit linking against libtermcap or libncurses may be required X X RLOPT = -DQCL_USE_READLINE X-#RLLIB = -lreadline X-RLLIB = -lreadline -lncurses X+RLLIB = -lreadline X+#RLLIB = -lreadline -lncurses X X # Interrupt support X # X@@ -51,12 +51,6 @@ X X IRQOPT = -DQCL_IRQ X X-# Replace with lex and yacc on non-GNU systems (untested) X- X-LEX = flex X-YACC = bison X-INSTALL = install X- X ##### You shouldn't have to edit the stuff below ##### X X DATE = `date +"%y.%m.%d-%H%M"` X@@ -65,13 +59,11 @@ X QCLIB = $(QCDIR)/libqc.a X QCLINC = lib X X-CC = g++ X-CPP = $(CC) -E X-CFLAGS = -c -Wall $(DEBUG) $(PLOPT) $(RLOPT) $(IRQOPT) -I$(QCDIR) -DDEF_INCLUDE_PATH="\"$(QCLDIR)\"" X-LFLAGS = -L$(QCDIR) $(DEBUG) $(PLLIB) -lm -lfl -lqc $(RLLIB) X+CXXFLAGS += $(DEBUG) $(PLOPT) $(RLOPT) $(IRQOPT) -I$(QCDIR) -DDEF_INCLUDE_PATH="\"$(QCLDIR)\"" X+LDFLAGS += -L$(QCDIR) $(DEBUG) $(PLLIB) -lm -lfl -lqc $(RLLIB) X X-FILESCC = $(wildcard *.cc) X-FILESH = $(wildcard *.h) X+FILESCC = *.cc X+FILESH = *.h X X SOURCE = $(FILESCC) $(FILESH) qcl.lex qcl.y Makefile X X@@ -79,23 +71,11 @@ X lex.o yacc.o print.o quheap.o extern.o eval.o exec.o \ X parse.o options.o debug.o cond.o dump.o plot.o format.o X X-all: do-it-all X+all: build X X-ifeq (.depend,$(wildcard .depend)) X-include .depend X-do-it-all: build X-else X-do-it-all: dep X- make X-endif X- X-#### Rules for depend X- X-dep: lex.cc yacc.cc yacc.h $(QCLIB) X- for i in *.cc; do \ X- $(CPP) -I$(QCDIR) -MM $$i; \ X- echo -e '\t$(CC) $(CFLAGS)' $$i '\n'; \ X- done > .depend X+ X+dep: X+ mkdep ${CXXFLAGS} ${FILESCC} X X lex.cc: qcl.lex X $(LEX) -olex.cc qcl.lex X@@ -107,26 +87,26 @@ X mv yacc.*?h yacc.h X X $(QCLIB): X- cd $(QCDIR) && make libqc.a X+ +cd ${QCDIR} && ${MAKE} ${MAKEFLAGS} libqc.a X X #### Rules for build X X build: qcl $(QCLINC)/default.qcl X X qcl: $(OBJECTS) qcl.o $(QCLIB) X- $(CC) $(OBJECTS) qcl.o $(LFLAGS) -o qcl X+ $(CXX) $(OBJECTS) qcl.o $(LDFLAGS) -o qcl X X qcl-static: $(OBJECTS) qcl.o $(QCLIB) X- $(CC) -static $(OBJECTS) qcl.o $(LFLAGS) -o qcl-static X+ $(CXX) -static $(OBJECTS) qcl.o $(LDFLAGS) -o qcl-static X strip qcl-static X X $(QCLINC)/default.qcl: extern.cc X grep "^//!" extern.cc | cut -c5- > $(QCLINC)/default.qcl X X install: build X- $(INSTALL) -m 0755 -d $(QCLBIN) $(QCLDIR) X- $(INSTALL) -m 0755 ./qcl $(QCLBIN) X- $(INSTALL) -m 0644 ./lib/*.qcl $(QCLDIR) X+ umask 022; mkdir -p $(QCLDIR); chmod 0755 $(QCLDIR) X+ ${INSTALL} -m 0755 ./qcl $(QCLBIN) X+ ${INSTALL} -m 0644 ./lib/*.qcl $(QCLDIR) X X uninstall: X rm -f $(QCLBIN) END-of-qcl/files/patch-aa echo x - qcl/files/patch-bb sed 's/^X//' >qcl/files/patch-bb << 'END-of-qcl/files/patch-bb' X--- qc/Makefile.orig Mon Mar 29 15:24:31 2004 X+++ qc/Makefile Tue Feb 1 01:27:33 2005 X@@ -12,7 +12,7 @@ X X # Debugging options X X-DEBUG = -g -O2 -DQC_DEBUG X+DEBUG = -DQC_DEBUG X #DEBUG = -g -pg -DQC_DEBUG X #DEBUG = -O2 X X@@ -21,10 +21,8 @@ X X #PRGOPT = -DQC_USE_RAND48 X X-CC = g++ X-CFLAGS = -c -pedantic -Wall $(DEBUG) $(PRGOPT) X- X-LNKOPT = -L. -lm -lqc X+CXXFLAGS += $(DEBUG) $(PRGOPT) X+LDFLAGS += -L. -lm -lqc X X FILESCC = bitvec.cc terms.cc qustates.cc operator.cc X FILESH = bitvec.h terms.h qustates.h operator.h qc.h X@@ -36,23 +34,9 @@ X ar rc libqc.a bitvec.o terms.o qustates.o operator.o X ranlib libqc.a X X-bitvec.o: bitvec.cc bitvec.h X- $(CC) bitvec.cc -o bitvec.o $(CFLAGS) X- X-terms.o: terms.cc terms.h bitvec.h X- $(CC) terms.cc -o terms.o $(CFLAGS) X- X-qustates.o: qustates.cc qustates.h terms.h bitvec.h X- $(CC) qustates.cc -o qustates.o $(CFLAGS) X- X-operator.o: operator.cc operator.h qustates.h terms.h bitvec.h X- $(CC) operator.cc -o operator.o $(CFLAGS) X- X-shor.o: shor.cc qustates.h terms.h bitvec.h X- $(CC) shor.cc -o shor.o $(CFLAGS) X X shor: shor.o libqc.a X- $(CC) shor.o -o shor $(LNKOPT) X+ $(CXX) shor.o -o shor $(LDFLAGS) X X # Other Functions X END-of-qcl/files/patch-bb echo x - qcl/Makefile sed 's/^X//' >qcl/Makefile << 'END-of-qcl/Makefile' X# ports collection makefile for: qcl X# Date created: 2005-02-01 X# Whom: Brad Huntting X# X# $FreeBSD: ports/emulators/qcl/Makefile,v 1.6 2003/09/24 09:37:05 osa Exp $ X# X XPORTNAME= qcl XPORTVERSION= 0.6.1 XPORTREVISION= 1 XCATEGORIES= science math XMASTER_SITES= http://tph.tuwien.ac.at/~oemer/tgz/ XEXTRACT_SUFX= .tgz X XMAINTAINER= huntting@glarp.com XCOMMENT= A quantum computer simulator X XUSE_GETOPT_LONG=yes X X.include X X.if ${OSVERSION} < 500000 XUSE_GCC= 3.3 X.endif X Xdo-configure: X echo 'PREFIX=${PREFIX}' >>${WRKSRC}/Makefile X cd ${WRKSRC} && make dep X X.include END-of-qcl/Makefile echo x - qcl/distinfo sed 's/^X//' >qcl/distinfo << 'END-of-qcl/distinfo' XMD5 (qcl-0.6.1.tgz) = ec5def302a468f95370a4ccc9f8aa35a XSIZE (qcl-0.6.1.tgz) = 130922 END-of-qcl/distinfo echo x - qcl/pkg-descr sed 's/^X//' >qcl/pkg-descr << 'END-of-qcl/pkg-descr' XThis is a port of qcl, a quantum computer simulator. X XWWW: http://tph.tuwien.ac.at/~oemer/qcl.html X X- brad.huntting@glarp.com END-of-qcl/pkg-descr echo x - qcl/pkg-plist sed 's/^X//' >qcl/pkg-plist << 'END-of-qcl/pkg-plist' Xbin/qcl Xshare/qcl/default.qcl Xshare/qcl/deutsch.qcl Xshare/qcl/dft.qcl Xshare/qcl/examples.qcl Xshare/qcl/grover.qcl Xshare/qcl/linalg.qcl Xshare/qcl/modarith.qcl Xshare/qcl/primes.qcl Xshare/qcl/shor.qcl Xshare/qcl/test.qcl X@dirrm share/qcl END-of-qcl/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 01:00:35 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBC1E16A4CE for ; Wed, 2 Feb 2005 01:00:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9279A43D2D for ; Wed, 2 Feb 2005 01:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1210ZVX047175 for ; Wed, 2 Feb 2005 01:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1210ZHt047161; Wed, 2 Feb 2005 01:00:35 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 01:00:35 GMT Resent-Message-Id: <200502020100.j1210ZHt047161@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bluebird_zenith@fastmail.com.au Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC91E16A4CE for ; Wed, 2 Feb 2005 00:50:53 +0000 (GMT) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4751543D31 for ; Wed, 2 Feb 2005 00:50:51 +0000 (GMT) (envelope-from bluebird_zenith@fastmail.com.au) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 64EEFC53DFD for ; Tue, 1 Feb 2005 19:50:49 -0500 (EST) Received: from bluebird.zenith (unknown [203.46.67.17]) by frontend3.messagingengine.com (Postfix) with ESMTP id A8124247F3 for ; Tue, 1 Feb 2005 19:50:48 -0500 (EST) Received: from bluebird.zenith (localhost [127.0.0.1]) by bluebird.zenith (8.13.1/8.13.1) with ESMTP id j120p8JX050816 for ; Wed, 2 Feb 2005 11:51:08 +1100 (EST) (envelope-from joel@bluebird.zenith) Received: (from root@localhost) by bluebird.zenith (8.13.1/8.13.1/Submit) id j120p8TQ050815; Wed, 2 Feb 2005 11:51:08 +1100 (EST) (envelope-from joel) Message-Id: <200502020051.j120p8TQ050815@bluebird.zenith> Date: Wed, 2 Feb 2005 11:51:08 +1100 (EST) From: bluebird_zenith@fastmail.com.au To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76986: New port: print/pmx a pre-processor of MusixTeX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bluebird_zenith@fastmail.com.au List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 01:00:36 -0000 >Number: 76986 >Category: ports >Synopsis: New port: print/pmx a pre-processor of MusixTeX >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 Feb 02 01:00:34 GMT 2005 >Closed-Date: >Last-Modified: >Originator: bluebird_zenith@fastmail.com.au >Release: FreeBSD 5.3-RELEASE i386 >Organization: none >Environment: System: FreeBSD bluebird.zenith 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Tue Feb 1 16:46:02 EST 2005 toor@bluebird.zenith:/usr/src/sys/i386/compile/BLUEBIRD i386 >Description: New port: print/pmx A pre-processor for MusixTeX which facilitates faster entry of score while still retain most of the power of MusixTeX --- pmx.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: # # pmx/ # pmx/files # pmx/files/patch-aa # pmx/files/patch-ab # pmx/Makefile # pmx/pkg-descr # pmx/pkg-plist # pmx/distinfo # echo c - pmx/ mkdir -p pmx/ > /dev/null 2>&1 echo c - pmx/files mkdir -p pmx/files > /dev/null 2>&1 echo x - pmx/files/patch-aa sed 's/^X//' >pmx/files/patch-aa << 'END-of-pmx/files/patch-aa' X--- tex/Makefile X+++ tex/Makefile X@@ -1,7 +1,6 @@ X DOCS = pmxdoc.pdf ref.pdf X-DOCDIR = $(DATADIR)/doc/$(PACKAGE) X-TEXMFDIR = $(DATADIR)/texmf/tex/musixtex/$(PACKAGE) X-MDOCDIR = $(DATADIR)/doc/texmf/musixtex X+DOCDIR = $(DATADIR)/texmf/doc/generic/$(PACKAGE) X+TEXMFDIR = $(DATADIR)/texmf/tex/generic/$(PACKAGE) X X all: $(DOCS) X X@@ -15,8 +14,6 @@ X install -m644 -p $(DOCS) $(DOCDIR) X install -d $(TEXMFDIR) X install -m644 -p pmx.tex $(TEXMFDIR) X- install -d $(MDOCDIR) X- ln -fs ../../pmx $(MDOCDIR)/pmx X X uninstall: X for doc in $(DOCS); do \ END-of-pmx/files/patch-aa echo x - pmx/files/patch-ab sed 's/^X//' >pmx/files/patch-ab << 'END-of-pmx/files/patch-ab' X--- examples/Makefile.orig Wed Feb 2 10:41:34 2005 X+++ examples/Makefile Wed Feb 2 10:41:37 2005 X@@ -1,5 +1,5 @@ X EXAMPLES = barsant.pmx dyntest.pmx most.pmx mwalmnd.pmx X-EXAMPLESDIR = $(DATADIR)/doc/$(PACKAGE)/examples X+EXAMPLESDIR = $(DATADIR)/examples/$(PACKAGE) X X all: X END-of-pmx/files/patch-ab echo x - pmx/Makefile sed 's/^X//' >pmx/Makefile << 'END-of-pmx/Makefile' X# New ports collection makefile for: pmx X# Date created: 1 Febuary 2005 X# Whom: Joel Mayes X# X# $FreeBSD$ X# X XPORTNAME= pmx XPORTVERSION= 2.5.4 XCATEGORIES= print XMASTER_SITES= ftp://ftp.debian.org/debian/pool/main/p/pmx/ XDISTFILES= pmx_2.5.4.orig.tar.gz X XMAINTAINER= bluebird_zenith@fastmail.com.au XCOMMENT= A preprocessor for MusixTeX X XBUILD_DEPENDS= ${LOCALBASE}/share/texmf/tex/musixtex.tex:${PORTSDIR}/print/musixtex XRUN_DEPENDS= ${LOCALBASE}/share/texmf/tex/musixtex.tex:${PORTSDIR}/print/musixtex X XUSE_GMAKE=yes X XMAN1=pmx.1 pmxab.1 scor2prt.1 X X.include END-of-pmx/Makefile echo x - pmx/pkg-descr sed 's/^X//' >pmx/pkg-descr << 'END-of-pmx/pkg-descr' XPMX is a pre-processor for MusixTeX (print/musixtex) which facilitates Xfaster entry of score, while still retainer most of the power of MusixTeX X Xhttp://icking-music-archive.org/ X X- Joel Xbluebird_zenith@fastmail.com.au END-of-pmx/pkg-descr echo x - pmx/pkg-plist sed 's/^X//' >pmx/pkg-plist << 'END-of-pmx/pkg-plist' Xbin/pmx Xbin/pmxab Xbin/scor2prt Xshare/texmf/doc/generic/pmx/pmxdoc.pdf Xshare/texmf/doc/generic/pmx/ref.pdf Xshare/texmf/tex/generic/pmx/pmx.tex X%%EXAMPLESDIR%%/mwalmnd.pmx X%%EXAMPLESDIR%%/most.pmx X%%EXAMPLESDIR%%/dyntest.pmx X%%EXAMPLESDIR%%/barsant.pmx X@dirrm share/examples/pmx X@dirrm share/texmf/doc/generic/pmx X@dirrm share/texmf/tex/generic/pmx END-of-pmx/pkg-plist echo x - pmx/distinfo sed 's/^X//' >pmx/distinfo << 'END-of-pmx/distinfo' XMD5 (pmx_2.5.4.orig.tar.gz) = b1a267d36362006619fccd0d1cbfde12 XSIZE (pmx_2.5.4.orig.tar.gz) = 258003 END-of-pmx/distinfo exit --- pmx.shar ends here --- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 01:10:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5604D16A4CF for ; Wed, 2 Feb 2005 01:10:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B8243D2F for ; Wed, 2 Feb 2005 01:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j121AO2p051407 for ; Wed, 2 Feb 2005 01:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j121AOGX051406; Wed, 2 Feb 2005 01:10:24 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 01:10:24 GMT Resent-Message-Id: <200502020110.j121AOGX051406@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aleksander Fafula Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDE8916A4CE for ; Wed, 2 Feb 2005 01:00:59 +0000 (GMT) Received: from fafula.com (wj118.internetdsl.tpnet.pl [80.55.191.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97ADE43D1F for ; Wed, 2 Feb 2005 01:00:58 +0000 (GMT) (envelope-from alex@fafula.com) Received: by fafula.com (Postfix, from userid 1001) id 021273BBF; Wed, 2 Feb 2005 02:05:21 +0000 (UTC) Message-Id: <20050202020521.021273BBF@fafula.com> Date: Wed, 2 Feb 2005 02:05:21 +0000 (UTC) From: Aleksander Fafula To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76987: MAINTAINERS UPDATE ports/polish/fortunepl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aleksander Fafula List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 01:10:25 -0000 >Number: 76987 >Category: ports >Synopsis: MAINTAINERS UPDATE ports/polish/fortunepl >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 Feb 02 01:10:24 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Aleksander Fafula >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: fafula.com bsdguru.org >Environment: System: FreeBSD fafula.com 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #0: Fri Dec 17 02:36:05 GMT 2004 alex@fafula.com:/home/obj/usr/src/sys/ALEX i386 >Description: Update of Pawel Biernacki's #FreeBSD.pl fortunes. New file (philosophy) prepared by Michal Matusiewicz. >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: # # fortunepl # fortunepl/Makefile # fortunepl/distinfo # fortunepl/pkg-descr # fortunepl/pkg-plist # echo c - fortunepl mkdir -p fortunepl > /dev/null 2>&1 echo x - fortunepl/Makefile sed 's/^X//' >fortunepl/Makefile << 'END-of-fortunepl/Makefile' X# New ports collection makefile for: fortunepl X# Date created: 13-01-2005 X# Whom: Aleksander Fafula X# X# $FreeBSD$ X# X XPORTNAME= fortunepl XPORTVERSION= 0.0.20041218 XPORTREVISION= 2 XCATEGORIES= polish XMASTER_SITES= ftp://ftp.debian.org/debian/pool/main/f/fortunes-pl/ \ X http://www.bsdguru.org/fortunes/ XDISTNAME= fortunes-pl_${PORTVERSION}.orig X XPATCH_SITES= http://bsdguru.org/fortunes/ XPATCHFILES= freebsd.pl filozofia X XMAINTAINER= alex@bsdguru.org XCOMMENT= A lot of funny Polish fortune files X XSTRCMD= /usr/games/strfile XWRKSRC= ${WRKDIR}/fortunes-pl-${PORTVERSION}.orig X XFORTUNES= 7thguard advocacy apcoh argante bajki bok cnp cows \ X dowcipy dowcipy-feministyczne dowcipy-lepper dowcipy-naukowcy \ X dowcipy-niskopoziomowe dowcipy-szowinistyczne dwimc dzieci \ X filozofia freebsd.pl gra_polslowek haiku http icpusers imiona \ X ipv6.pl komputery konikbujany koscielne lcamtuf life matura \ X microsoft milosc misc nauka ospl ospl-ad perl polish_manpages \ X pratchett puchatek radio_maryja rywingate sad sapkowski \ X seneka sigpl sigvirus slownik spolem sport stachura \ X teleturnieje testnaosobowosc wierszyki wieza-pilot zen \ X znaki_zodiaku X Xpre-everything:: X.if !exists(${STRCMD}) XIGNORE= need strfile command. Please install games distribution of base system X.endif X Xdo-patch: X.for extras in ${PATCHFILES} X @${CP} ${DISTDIR}/${extras} ${WRKSRC}/ X.endfor X Xdo-build: X.for FILE in ${FORTUNES} X @${STRCMD} ${WRKSRC}/${FILE} X.endfor X Xdo-install: X @${MKDIR} ${PREFIX}/share/games X @${MKDIR} ${PREFIX}/share/games/fortune X @${MKDIR} ${PREFIX}/share/games/fortune/pl X.for FILE in ${FORTUNES} X @${ECHO_CMD} "Installing ${FILE} into ${PREFIX}/share/games/fortune/pl/" X @${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/games/fortune/pl X @${INSTALL_DATA} ${WRKSRC}/${FILE}.dat ${PREFIX}/share/games/fortune/pl X.endfor X Xpost-install: X @${ECHO_MSG} "" X @${ECHO_MSG} "Usage:" X @${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/pl/" X @${ECHO_MSG} "" X X.include END-of-fortunepl/Makefile echo x - fortunepl/distinfo sed 's/^X//' >fortunepl/distinfo << 'END-of-fortunepl/distinfo' XMD5 (fortunes-pl_0.0.20041218.orig.tar.gz) = 0df32209cf42b3dfaf4eb1ad38b8c0e4 XSIZE (fortunes-pl_0.0.20041218.orig.tar.gz) = 777321 XMD5 (freebsd.pl) = 4cb1abc0fd633a0dfc6fab4917027e1c XSIZE (freebsd.pl) = 129085 XMD5 (filozofia) = 1746645008dfd4d48392f7606b0eca8e XSIZE (filozofia) = 4732 END-of-fortunepl/distinfo echo x - fortunepl/pkg-descr sed 's/^X//' >fortunepl/pkg-descr << 'END-of-fortunepl/pkg-descr' XPackage contains plenty of funny Polish fortunes. XCollected from many sources, versatile and facetious. X XBased on PLD fortunes. END-of-fortunepl/pkg-descr echo x - fortunepl/pkg-plist sed 's/^X//' >fortunepl/pkg-plist << 'END-of-fortunepl/pkg-plist' Xshare/games/fortune/pl/7thguard Xshare/games/fortune/pl/7thguard.dat Xshare/games/fortune/pl/advocacy Xshare/games/fortune/pl/advocacy.dat Xshare/games/fortune/pl/apcoh Xshare/games/fortune/pl/apcoh.dat Xshare/games/fortune/pl/argante Xshare/games/fortune/pl/argante.dat Xshare/games/fortune/pl/bajki Xshare/games/fortune/pl/bajki.dat Xshare/games/fortune/pl/bok Xshare/games/fortune/pl/bok.dat Xshare/games/fortune/pl/cnp Xshare/games/fortune/pl/cnp.dat Xshare/games/fortune/pl/cows Xshare/games/fortune/pl/cows.dat Xshare/games/fortune/pl/dowcipy Xshare/games/fortune/pl/dowcipy-feministyczne Xshare/games/fortune/pl/dowcipy-feministyczne.dat Xshare/games/fortune/pl/dowcipy-lepper Xshare/games/fortune/pl/dowcipy-lepper.dat Xshare/games/fortune/pl/dowcipy-naukowcy Xshare/games/fortune/pl/dowcipy-naukowcy.dat Xshare/games/fortune/pl/dowcipy-niskopoziomowe Xshare/games/fortune/pl/dowcipy-niskopoziomowe.dat Xshare/games/fortune/pl/dowcipy-szowinistyczne Xshare/games/fortune/pl/dowcipy-szowinistyczne.dat Xshare/games/fortune/pl/dowcipy.dat Xshare/games/fortune/pl/dwimc Xshare/games/fortune/pl/dwimc.dat Xshare/games/fortune/pl/dzieci Xshare/games/fortune/pl/dzieci.dat Xshare/games/fortune/pl/filozofia Xshare/games/fortune/pl/filozofia.dat Xshare/games/fortune/pl/freebsd.pl Xshare/games/fortune/pl/freebsd.pl.dat Xshare/games/fortune/pl/gra_polslowek Xshare/games/fortune/pl/gra_polslowek.dat Xshare/games/fortune/pl/haiku Xshare/games/fortune/pl/haiku.dat Xshare/games/fortune/pl/http Xshare/games/fortune/pl/http.dat Xshare/games/fortune/pl/icpusers Xshare/games/fortune/pl/icpusers.dat Xshare/games/fortune/pl/imiona Xshare/games/fortune/pl/imiona.dat Xshare/games/fortune/pl/ipv6.pl Xshare/games/fortune/pl/ipv6.pl.dat Xshare/games/fortune/pl/komputery Xshare/games/fortune/pl/komputery.dat Xshare/games/fortune/pl/konikbujany Xshare/games/fortune/pl/konikbujany.dat Xshare/games/fortune/pl/koscielne Xshare/games/fortune/pl/koscielne.dat Xshare/games/fortune/pl/lcamtuf Xshare/games/fortune/pl/lcamtuf.dat Xshare/games/fortune/pl/life Xshare/games/fortune/pl/life.dat Xshare/games/fortune/pl/matura Xshare/games/fortune/pl/matura.dat Xshare/games/fortune/pl/microsoft Xshare/games/fortune/pl/microsoft.dat Xshare/games/fortune/pl/milosc Xshare/games/fortune/pl/milosc.dat Xshare/games/fortune/pl/misc Xshare/games/fortune/pl/misc.dat Xshare/games/fortune/pl/nauka Xshare/games/fortune/pl/nauka.dat Xshare/games/fortune/pl/ospl Xshare/games/fortune/pl/ospl-ad Xshare/games/fortune/pl/ospl-ad.dat Xshare/games/fortune/pl/ospl.dat Xshare/games/fortune/pl/perl Xshare/games/fortune/pl/perl.dat Xshare/games/fortune/pl/polish_manpages Xshare/games/fortune/pl/polish_manpages.dat Xshare/games/fortune/pl/pratchett Xshare/games/fortune/pl/pratchett.dat Xshare/games/fortune/pl/puchatek Xshare/games/fortune/pl/puchatek.dat Xshare/games/fortune/pl/radio_maryja Xshare/games/fortune/pl/radio_maryja.dat Xshare/games/fortune/pl/rywingate Xshare/games/fortune/pl/rywingate.dat Xshare/games/fortune/pl/sad Xshare/games/fortune/pl/sad.dat Xshare/games/fortune/pl/sapkowski Xshare/games/fortune/pl/sapkowski.dat Xshare/games/fortune/pl/seneka Xshare/games/fortune/pl/seneka.dat Xshare/games/fortune/pl/sigpl Xshare/games/fortune/pl/sigpl.dat Xshare/games/fortune/pl/sigvirus Xshare/games/fortune/pl/sigvirus.dat Xshare/games/fortune/pl/slownik Xshare/games/fortune/pl/slownik.dat Xshare/games/fortune/pl/spolem Xshare/games/fortune/pl/spolem.dat Xshare/games/fortune/pl/sport Xshare/games/fortune/pl/sport.dat Xshare/games/fortune/pl/stachura Xshare/games/fortune/pl/stachura.dat Xshare/games/fortune/pl/teleturnieje Xshare/games/fortune/pl/teleturnieje.dat Xshare/games/fortune/pl/testnaosobowosc Xshare/games/fortune/pl/testnaosobowosc.dat Xshare/games/fortune/pl/wierszyki Xshare/games/fortune/pl/wierszyki.dat Xshare/games/fortune/pl/wieza-pilot Xshare/games/fortune/pl/wieza-pilot.dat Xshare/games/fortune/pl/zen Xshare/games/fortune/pl/zen.dat Xshare/games/fortune/pl/znaki_zodiaku Xshare/games/fortune/pl/znaki_zodiaku.dat X@dirrm share/games/fortune/pl X@dirrm share/games/fortune X@dirrm share/games END-of-fortunepl/pkg-plist exit Thanks and best regards, oleczek >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 01:26:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E113816A4CE; Wed, 2 Feb 2005 01:26:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F2243D31; Wed, 2 Feb 2005 01:26:23 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (hq@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j121QNoR052013; Wed, 2 Feb 2005 01:26:23 GMT (envelope-from hq@freefall.freebsd.org) Received: (from hq@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j121QNoc052009; Wed, 2 Feb 2005 01:26:23 GMT (envelope-from hq) Date: Wed, 2 Feb 2005 01:26:23 GMT From: Herve Quiroz Message-Id: <200502020126.j121QNoc052009@freefall.freebsd.org> To: hq@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hq@FreeBSD.org Subject: Re: ports/76982: New port: devel/log4sh, a logging lib for Bourne shell X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 01:26:24 -0000 Synopsis: New port: devel/log4sh, a logging lib for Bourne shell Responsible-Changed-From-To: freebsd-ports-bugs->hq Responsible-Changed-By: hq Responsible-Changed-When: Wed Feb 2 01:26:18 GMT 2005 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=76982 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 01:30:28 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1194F16A4CF for ; Wed, 2 Feb 2005 01:30:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDCB343D31 for ; Wed, 2 Feb 2005 01:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j121URo8052138 for ; Wed, 2 Feb 2005 01:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j121URvf052137; Wed, 2 Feb 2005 01:30:27 GMT (envelope-from gnats) Date: Wed, 2 Feb 2005 01:30:27 GMT Message-Id: <200502020130.j121URvf052137@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Joel Mayes Subject: Re: ports/76986: New port: print/pmx a pre-processor of MusixTeX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joel Mayes List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 01:30:28 -0000 The following reply was made to PR ports/76986; it has been noted by GNATS. From: Joel Mayes To: freebsd-gnats-submit@FreeBSD.org, bluebird_zenith@fastmail.com.au Cc: Subject: Re: ports/76986: New port: print/pmx a pre-processor of MusixTeX Date: Wed, 2 Feb 2005 12:24:02 +1100 --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Damn it, forgot to call mktexlsr after the install I've attached a post-install file which does this rather that a new shar of the whole port, hope this is the correct way to do this. --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=post-install #!/bin/sh mktexlsr --FCuugMFkClbJLl1L-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 01:48:39 2005 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 ED38916A4CE; Wed, 2 Feb 2005 01:48:38 +0000 (GMT) Received: from lakermmtao07.cox.net (lakermmtao07.cox.net [68.230.240.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C0243D1F; Wed, 2 Feb 2005 01:48:38 +0000 (GMT) (envelope-from A.J.Caines@halplant.com) Received: from mail.halplant.com ([68.105.184.54]) by lakermmtao07.cox.net ESMTP <20050202014837.OEIY20686.lakermmtao07.cox.net@mail.halplant.com>; Tue, 1 Feb 2005 20:48:37 -0500 Received: by mail.halplant.com (Postfix, from userid 1001) id 9AAA4550A; Tue, 1 Feb 2005 20:47:38 -0500 (EST) Date: Tue, 1 Feb 2005 20:47:38 -0500 From: Andrew J Caines To: FreeBSD-gnats-submit@FreeBSD.org Message-ID: <20050202014738.GN69112@hal9000.halplant.com> Mail-Followup-To: FreeBSD-gnats-submit@FreeBSD.org, Edwin Groothuis , Pav Lucistnik , freebsd-ports-bugs@FreeBSD.org References: <200501280917.j0S9HjMY037710@freefall.freebsd.org> <1106791554.0@hal10000.halplant.com> <200501270210.j0R2A7Wv059686@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501280917.j0S9HjMY037710@freefall.freebsd.org> <200501270210.j0R2A7Wv059686@freefall.freebsd.org> Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.10-STABLE X-URL: http://halplant.com:88/ X-Yahoo-Profile: AJ_Z0 X-ICQ: 283813972 Importance: Normal User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@FreeBSD.org cc: Pav Lucistnik Subject: ports/76735: NON-MAINTAINER UPDATE: www/awstats to 6.3 (includes critical security fix) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew J Caines List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 01:48:39 -0000 6.3 is now released. I've updated the patch[1] for the new sums. [1] http://halplant.com:88/software/FreeBSD/ports/awstats-6.3.patch -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 02:50:06 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B73E16A4CE for ; Wed, 2 Feb 2005 02:50:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF7443D53 for ; Wed, 2 Feb 2005 02:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j122o5w2060161 for ; Wed, 2 Feb 2005 02:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j122o5NP060160; Wed, 2 Feb 2005 02:50:05 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 02:50:05 GMT Resent-Message-Id: <200502020250.j122o5NP060160@freefall.freebsd.org> 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 A7A7716A4D0 for ; Wed, 2 Feb 2005 02:40:16 +0000 (GMT) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB62243D53 for ; Wed, 2 Feb 2005 02:40:15 +0000 (GMT) (envelope-from girgen@palle.girgensohn.se) Received: from localhost (localhost.girgensohn.se [127.0.0.1]) by palle.girgensohn.se (Postfix) with ESMTP id 91C201CC27 for ; Wed, 2 Feb 2005 03:40:14 +0100 (CET) Received: from palle.girgensohn.se ([127.0.0.1]) by localhost (palle.girgensohn.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 58616-03 for ; Wed, 2 Feb 2005 03:40:14 +0100 (CET) Received: by palle.girgensohn.se (Postfix, from userid 1000) id 54B5E1CC22; Wed, 2 Feb 2005 03:40:14 +0100 (CET) Message-Id: <20050202024014.54B5E1CC22@palle.girgensohn.se> Date: Wed, 2 Feb 2005 03:40:14 +0100 (CET) From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76988: WANT_PGSQL_VER ignored when postgresql version already installed 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: Wed, 02 Feb 2005 02:50:06 -0000 >Number: 76988 >Category: ports >Synopsis: WANT_PGSQL_VER ignored when postgresql version already installed >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 Feb 02 02:50:05 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: Ping Pong AB >Environment: System: FreeBSD palle.girgensohn.se 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #16: Sat Nov 20 04:26:58 CET 2004 girgen@palle.girgensohn.se:/usr/obj/4/usr/5src/sys/PALLE i386 >Description: WANT_PGSQL_VER is a newly comitted knob in Mk/bsd.ports.mk, intended for ports that need a certain version of postgresql. Problem: When a postgresql version is already installed, this knob has no effect. Hence, wrong version of postgresql may be used, instead of the port in question failing to build and warn the user about the problem. >How-To-Repeat: >Fix: Index: Mk/bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.506 diff -u -r1.506 bsd.port.mk --- Mk/bsd.port.mk 31 Jan 2005 00:35:38 -0000 1.506 +++ Mk/bsd.port.mk 2 Feb 2005 01:24:57 -0000 @@ -1708,20 +1708,28 @@ DEFAULT_PGSQL_VER?= 74 # Setting/finding PostgreSQL version we want. -.if defined(WANT_PGSQL_VER) +.if exists(${LOCALBASE}/bin/pg_config) +_PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p' +.endif + +.if defined(WANT_PGSQL_VER) && defined(_PGSQL_VER) && ${WANT_PGSQL_VER} != ${_PGSQL_VER} +BROKEN= The port wants postgresql${WANT_PGSQL_VER}-client but you have postgresql${_PGSQL_VER}-client installed +.endif + +.if defined(_PGSQL_VER) +PGSQL_VER= ${_PGSQL_VER} +.elif defined(WANT_PGSQL_VER) PGSQL_VER= ${WANT_PGSQL_VER} -.elif exists(${LOCALBASE}/bin/pg_config) -PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p' .else PGSQL_VER= ${DEFAULT_PGSQL_VER} -.endif # WANT_PGSQL_VER +.endif # And now we are checking if we can use it .if exists(${PORTSDIR}/databases/postgresql${PGSQL_VER}-client) .if defined(BROKEN_WITH_PGSQL) . for VER in ${BROKEN_WITH_PGSQL} . if (${PGSQL_VER} == "${VER}") -BROKEN= "Doesn't work with PostgreSQL version : ${PGSQL_VER} (Doesn't support PostgresSQL ${BROKEN_WITH_PGSQL})" +IGNORE= "Does not work with postgresql${PGSQL_VER}-client PostgresSQL \(${BROKEN_WITH_PGSQL} not supported\)" . endif . endfor .endif # BROKEN_WITH_PGSQL >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 02:52:31 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FCEA16A4D5; Wed, 2 Feb 2005 02:52:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45C1043D3F; Wed, 2 Feb 2005 02:52:31 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from freefall.freebsd.org (girgen@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j122qV50060397; Wed, 2 Feb 2005 02:52:31 GMT (envelope-from girgen@freefall.freebsd.org) Received: (from girgen@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j122qVEX060393; Wed, 2 Feb 2005 02:52:31 GMT (envelope-from girgen) Date: Wed, 2 Feb 2005 02:52:31 GMT From: Palle Girgensohn Message-Id: <200502020252.j122qVEX060393@freefall.freebsd.org> To: girgen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/76988: WANT_PGSQL_VER ignored when postgresql version already installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 02:52:31 -0000 Synopsis: WANT_PGSQL_VER ignored when postgresql version already installed Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: girgen Responsible-Changed-When: Wed Feb 2 02:51:35 GMT 2005 Responsible-Changed-Why: Mk/bsd.port.mk, over to portmgr for approval http://www.freebsd.org/cgi/query-pr.cgi?pr=76988 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 02:56:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70F1416A4CE; Wed, 2 Feb 2005 02:56:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 466A943D1F; Wed, 2 Feb 2005 02:56:18 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j122uI1N060541; Wed, 2 Feb 2005 02:56:18 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j122uIop060537; Wed, 2 Feb 2005 02:56:18 GMT (envelope-from ahze) Date: Wed, 2 Feb 2005 02:56:18 GMT From: Michael Johnson Message-Id: <200502020256.j122uIop060537@freefall.freebsd.org> To: ahze@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ahze@FreeBSD.org Subject: Re: ports/76955: NEW PORT: multimedia/cinelerra Non-Linear Video Editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 02:56:18 -0000 Synopsis: NEW PORT: multimedia/cinelerra Non-Linear Video Editor Responsible-Changed-From-To: freebsd-ports-bugs->ahze Responsible-Changed-By: ahze Responsible-Changed-When: Wed Feb 2 02:56:02 GMT 2005 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=76955 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 03:00:45 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BC5016A4D4 for ; Wed, 2 Feb 2005 03:00:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 514BC43D5C for ; Wed, 2 Feb 2005 03:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1230fTc060702 for ; Wed, 2 Feb 2005 03:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1230fRf060701; Wed, 2 Feb 2005 03:00:41 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 03:00:41 GMT Resent-Message-Id: <200502020300.j1230fRf060701@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, pauls@utdallas.edu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F1BB16A4CE for ; Wed, 2 Feb 2005 02:53:23 +0000 (GMT) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7059B43D3F for ; Wed, 2 Feb 2005 02:53:22 +0000 (GMT) (envelope-from root+buttercup2@utdallas.edu) Received: from buttercup2.utdallas.edu (buttercup2.utdallas.edu [10.110.3.83]) by smtp1.utdallas.edu (Postfix) with ESMTP id 19EA4388D87 for ; Tue, 1 Feb 2005 20:53:22 -0600 (CST) Received: by buttercup2.utdallas.edu (Postfix, from userid 0) id 637A53C8019; Tue, 1 Feb 2005 18:00:00 -0600 (CST) Message-Id: <20050202000000.637A53C8019@buttercup2.utdallas.edu> Date: Tue, 1 Feb 2005 18:00:00 -0600 (CST) From: pauls@utdallas.edu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76989: new port submission X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pauls@utdallas.edu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 03:00:45 -0000 >Number: 76989 >Category: ports >Synopsis: new port submission >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 Feb 02 03:00:40 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Paul Schmehl >Release: FreeBSD 4.9-SECURITY i386 >Organization: >Environment: System: FreeBSD buttercup2.utdallas.edu 4.9-SECURITY FreeBSD 4.9-SECURITY #0: Mon Jun 7 18:02:41 GMT 2004 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: New port submission - first time maintainer >How-To-Repeat: >Fix: --- Makefile begins here --- # New ports collection makefile for: base # Date created: 21 Jan 2005 # Whom: pauls # # $FreeBSD$ # PORTNAME= base PORTVERSION= 1.0.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= secureideas MAINTAINER= pauls@utdallas.edu COMMENT= Basic Analysis and Security Engine (BASE) RUN_DEPENDS= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \ ${LOCALBASE}/share/adodb/adodb.inc.php:${PORTSDIR}/databases/adodb WRKSRC= ${WRKDIR}/base USE_PHP= yes NO_BUILD= yes INSTALL_WRKSRC= ${WRKSRC}/\ ${WRKSRC}/admin \ ${WRKSRC}/docs \ ${WRKSRC}/help \ ${WRKSRC}/images \ ${WRKSRC}/includes \ ${WRKSRC}/includes/template \ ${WRKSRC}/includes/template/default \ ${WRKSRC}/languages \ ${WRKSRC}/setup \ ${WRKSRC}/sql \ ${WRKSRC}/styles do-install: @${MKDIR} ${PREFIX}/www/base @${MKDIR} ${PREFIX}/www/base/admin @${MKDIR} ${PREFIX}/www/base/docs @${MKDIR} ${PREFIX}/www/base/help @${MKDIR} ${PREFIX}/www/base/images @${MKDIR} ${PREFIX}/www/base/includes @${MKDIR} ${PREFIX}/www/base/includes/template @${MKDIR} ${PREFIX}/www/base/includes/template/default @${MKDIR} ${PREFIX}/www/base/languages @${MKDIR} ${PREFIX}/www/base/setup @${MKDIR} ${PREFIX}/www/base/sql @${MKDIR} ${PREFIX}/www/base/styles .for ext in php @${INSTALL_DATA} ${WRKSRC}/*.${ext} ${PREFIX}/www/base @${INSTALL_DATA} ${WRKSRC}/admin/*.${ext} ${PREFIX}/www/base/admin @${INSTALL_DATA} ${WRKSRC}/help/*.${ext} ${PREFIX}/www/base/help @${INSTALL_DATA} ${WRKSRC}/includes/*.${ext} ${PREFIX}/www/base/includes @${INSTALL_DATA} ${WRKSRC}/languages/*.${ext} ${PREFIX}/www/base/languages @${INSTALL_DATA} ${WRKSRC}/setup/*.${ext} ${PREFIX}/www/base/setup .endfor .for ext in png gif @${INSTALL_DATA} ${WRKSRC}/images/*.${ext} ${PREFIX}/www/base/images .endfor .for ext in sql @${INSTALL_DATA} ${WRKSRC}/sql/*.${ext} ${PREFIX}/www/base/sql .endfor .for ext in css @${INSTALL_DATA} ${WRKSRC}/styles/*.${ext} ${PREFIX}/www/base/styles .endfor .ifndef(NOPORTDOCS) @${INSTALL_DATA} ${WRKSRC}/docs/README ${PREFIX}/www/base/docs @${INSTALL_DATA} ${WRKSRC}/docs/README.mssql ${PREFIX}/www/base/docs @${INSTALL_DATA} ${WRKSRC}/docs/CREDITS ${PREFIX}/www/base/docs @${INSTALL_DATA} ${WRKSRC}/docs/TODO ${PREFIX}/www/base/docs @${INSTALL_DATA} ${WRKSRC}/docs/CHANGELOG ${PREFIX}/www/base/docs @${INSTALL_DATA} ${WRKSRC}/docs/UPGRADE ${PREFIX}/www/base/docs @${INSTALL_DATA} ${WRKSRC}/docs/GPL ${PREFIX}/www/base/docs .endif post-install: @${SED} 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE} .include --- Makefile ends here --- --- pkg-plist begins here --- www/base/admin/base_roleadmin.php www/base/admin/base_useradmin.php www/base/admin/index.php www/base/base_ag_common.php www/base/base_ag_main.php www/base/base_common.php www/base/base_db_common.php www/base/base_db_setup.php www/base/base_denied.php www/base/base_footer.php www/base/base_graph_common.php www/base/base_graph_display.php www/base/base_graph_form.php www/base/base_graph_main.php www/base/base_hdr1.php www/base/base_hdr2.php www/base/base_main.php www/base/base_maintenance.php www/base/base_qry_alert.php www/base/base_qry_common.php www/base/base_qry_form.php www/base/base_qry_main.php www/base/base_qry_sqlcalls.php www/base/base_stat_alerts.php www/base/base_stat_class.php www/base/base_stat_common.php www/base/base_stat_ipaddr.php www/base/base_stat_iplink.php www/base/base_stat_ports.php www/base/base_stat_sensor.php www/base/base_stat_time.php www/base/base_stat_uaddr.php www/base/base_user.php www/base/docs/CHANGELOG www/base/docs/CREDITS www/base/docs/GPL www/base/docs/README www/base/docs/README.mssql www/base/docs/TODO www/base/docs/UPGRADE www/base/help/base_app_faq.php www/base/help/base_help.php www/base/help/base_setup_help.php www/base/images/button_delete.png www/base/images/button_edit.png www/base/images/button_exclamation.png www/base/images/greencheck.gif www/base/images/greencheck.png www/base/images/redcheck.gif www/base/includes/base_action.inc.php www/base/includes/base_auth.inc.php www/base/includes/base_cache.inc.php www/base/includes/base_capabilities.php www/base/includes/base_constants.inc.php www/base/includes/base_db.inc.php www/base/includes/base_include.inc.php www/base/includes/base_log_error.inc.php www/base/includes/base_log_timing.inc.php www/base/includes/base_net.inc.php www/base/includes/base_output_html.inc.php www/base/includes/base_output_query.inc.php www/base/includes/base_setup.inc.php www/base/includes/base_signature.inc.php www/base/includes/base_state_citems.inc.php www/base/includes/base_state_common.inc.php www/base/includes/base_state_criteria.inc.php www/base/includes/base_state_query.inc.php www/base/includes/base_template.php www/base/includes/base_user.inc.php www/base/includes/class.ezpdf.php www/base/includes/class.pdf.php www/base/index.php www/base/languages/chinese.lang.php www/base/languages/danish.lang.php www/base/languages/english.lang.php www/base/languages/finnish.lang.php www/base/languages/french.lang.php www/base/languages/german.lang.php www/base/languages/index.php www/base/languages/indonesian.lang.php www/base/languages/italian.lang.php www/base/languages/japanese.lang.php www/base/languages/norwegian.lang.php www/base/languages/portuguese.lang.php www/base/languages/russian.lang.php www/base/languages/spanish.lang.php www/base/languages/swedish.lang.php www/base/setup/base_conf_contents.php www/base/setup/index.php www/base/setup/setup1.php www/base/setup/setup2.php www/base/setup/setup3.php www/base/setup/setup4.php www/base/setup/setup5.php www/base/sql/acid2base_tbls_mssql.sql www/base/sql/acid2base_tbls_mysql.sql www/base/sql/acid2base_tbls_pgsql.sql www/base/sql/create_base_tbls_mssql.sql www/base/sql/create_base_tbls_mssql_extra.sql www/base/sql/create_base_tbls_mysql.sql www/base/sql/create_base_tbls_pgsql.sql www/base/sql/create_base_tbls_pgsql_extra.sql www/base/sql/upgrade_0.9.x_to_1.0-mysql.sql www/base/styles/base_style.css @dirrm www/base/styles @dirrm www/base/sql @dirrm www/base/setup @dirrm www/base/languages @dirrm www/base/includes/template/default @dirrm www/base/includes/template @dirrm www/base/includes @dirrm www/base/images @dirrm www/base/help @dirrm www/base/docs @dirrm www/base/admin @dirrm www/base --- pkg-plist ends here --- --- pkg-message begins here --- ************************************************************ Please read the README file located at: %%PREFIX%%/www/base/README for how to configure %%PREFIX%%/www/base/base_conf.php after installation. ************************************************************ --- pkg-message ends here --- --- pkg-descr begins here --- BASE is a PHP-based analysis engine to search and process a database of security incidents generated by the NDIS Snort. The features currently include: - Search interface for finding alerts matching practically any criteria. This includes arrival time, signature time, source/dest address/port, flags, payload, etc. Furthermore, these queries can be made arbitrarily complex to satsify almost any parameters. - Statistics: - % of traffic for each protocol - Alerts: # of src/dst IP, last/first arrival time - Graph # of arrived alert over a period of time - last x-number of alerts by protocol - All features are provided in real-time WWW: http://sourceforge.net/projects/secureideas/ - Paul pauls@utdallas.edu --- pkg-descr ends here --- --- distinfo begins here --- MD5 (base-1.0.1.tar.gz) = a9abed9ef4f4630c1f9f0b6e57f5d562 SIZE (base-1.0.1.tar.gz) = 261133 --- distinfo ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 03:06:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C0CE16A4CE; Wed, 2 Feb 2005 03:06:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D07743D55; Wed, 2 Feb 2005 03:06:21 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1236LtB064981; Wed, 2 Feb 2005 03:06:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1236LZh064977; Wed, 2 Feb 2005 03:06:21 GMT (envelope-from edwin) Date: Wed, 2 Feb 2005 03:06:21 GMT From: Edwin Groothuis Message-Id: <200502020306.j1236LZh064977@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76989: [NEW PORT] security/base - Basic Analysis and Security Engine X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 03:06:21 -0000 Old Synopsis: new port submission New Synopsis: [NEW PORT] security/base - Basic Analysis and Security Engine Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Wed Feb 2 03:05:46 GMT 2005 Class-Changed-Why: New ports are change-requests http://www.freebsd.org/cgi/query-pr.cgi?pr=76989 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 03:10:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67A7316A4CE for ; Wed, 2 Feb 2005 03:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE0B43D4C for ; Wed, 2 Feb 2005 03:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j123ANl3065080 for ; Wed, 2 Feb 2005 03:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j123ANLD065079; Wed, 2 Feb 2005 03:10:23 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 03:10:23 GMT Resent-Message-Id: <200502020310.j123ANLD065079@freefall.freebsd.org> 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 BAB2716A4D3 for ; Wed, 2 Feb 2005 03:01:25 +0000 (GMT) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3329B43D1F for ; Wed, 2 Feb 2005 03:01:25 +0000 (GMT) (envelope-from rafan@infor.org) Received: from localhost (localhost.csie.ntu.edu.tw [127.0.0.1]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id F1ADF52159 for ; Wed, 2 Feb 2005 11:01:23 +0800 (CST) Received: from muse.csie.ntu.edu.tw ([127.0.0.1]) by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 88117-48 for ; Wed, 2 Feb 2005 11:01:22 +0800 (CST) Received: from woodstock.csie.org (charlie.csie.ntu.edu.tw [140.112.90.65]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 6104852106 for ; Wed, 2 Feb 2005 11:01:22 +0800 (CST) Received: (from rafan@localhost) by woodstock.csie.org (8.13.1/8.13.1/Submit) id j1231LD8030590; Wed, 2 Feb 2005 11:01:21 +0800 (CST) (envelope-from rafan) Message-Id: <200502020301.j1231LD8030590@woodstock.csie.org> Date: Wed, 2 Feb 2005 11:01:21 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76990: [MAINTAINER] devel/PerlIO-via-symlink: update to 0.04 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 03:10:24 -0000 >Number: 76990 >Category: ports >Synopsis: [MAINTAINER] devel/PerlIO-via-symlink: update to 0.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 Feb 02 03:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #46: Sun Jan 23 01:39:52 CST 2005 >Description: - Update to 0.04 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-PerlIO-via-symlink-0.04.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-PerlIO-via-symlink/Makefile /home/rafan/tmp/ports/p5-PerlIO-via-symlink/Makefile --- /usr/ports/devel/p5-PerlIO-via-symlink/Makefile Fri Nov 12 20:30:38 2004 +++ /home/rafan/tmp/ports/p5-PerlIO-via-symlink/Makefile Wed Feb 2 10:56:33 2005 @@ -6,7 +6,7 @@ # PORTNAME= PerlIO-via-symlink -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO diff -ruN --exclude=CVS /usr/ports/devel/p5-PerlIO-via-symlink/distinfo /home/rafan/tmp/ports/p5-PerlIO-via-symlink/distinfo --- /usr/ports/devel/p5-PerlIO-via-symlink/distinfo Fri Nov 12 20:30:38 2004 +++ /home/rafan/tmp/ports/p5-PerlIO-via-symlink/distinfo Wed Feb 2 10:56:49 2005 @@ -1,2 +1,2 @@ -MD5 (PerlIO-via-symlink-0.03.tar.gz) = a7ee002ae3985785bd136f31536160f3 -SIZE (PerlIO-via-symlink-0.03.tar.gz) = 15577 +MD5 (PerlIO-via-symlink-0.04.tar.gz) = 10ac7d9041e51b54a74b0959b0c92d6d +SIZE (PerlIO-via-symlink-0.04.tar.gz) = 15605 --- p5-PerlIO-via-symlink-0.04.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 03:10:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD4D116A4CE for ; Wed, 2 Feb 2005 03:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DD1943D5F for ; Wed, 2 Feb 2005 03:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j123AO6b065131 for ; Wed, 2 Feb 2005 03:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j123AOrk065092; Wed, 2 Feb 2005 03:10:24 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 03:10:24 GMT Resent-Message-Id: <200502020310.j123AOrk065092@freefall.freebsd.org> 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 A68B816A4CE for ; Wed, 2 Feb 2005 03:05:56 +0000 (GMT) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5849B43D39 for ; Wed, 2 Feb 2005 03:05:56 +0000 (GMT) (envelope-from rafan@infor.org) Received: from localhost (localhost.csie.ntu.edu.tw [127.0.0.1]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id B1458520CE for ; Wed, 2 Feb 2005 11:05:55 +0800 (CST) Received: from muse.csie.ntu.edu.tw ([127.0.0.1]) by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62524-14 for ; Wed, 2 Feb 2005 11:05:54 +0800 (CST) Received: from woodstock.csie.org (charlie.csie.ntu.edu.tw [140.112.90.65]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 1F4BD520C8 for ; Wed, 2 Feb 2005 11:05:54 +0800 (CST) Received: (from rafan@localhost) by woodstock.csie.org (8.13.1/8.13.1/Submit) id j1235rAU047619; Wed, 2 Feb 2005 11:05:53 +0800 (CST) (envelope-from rafan) Message-Id: <200502020305.j1235rAU047619@woodstock.csie.org> Date: Wed, 2 Feb 2005 11:05:53 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76991: [MAINTAINER] devel/p5-SVN-Mirror: update to 0.55 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 03:10:25 -0000 >Number: 76991 >Category: ports >Synopsis: [MAINTAINER] devel/p5-SVN-Mirror: update to 0.55 >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 Feb 02 03:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #46: Sun Jan 23 01:39:52 CST 2005 >Description: - Update to 0.55, required by SVK 0.29 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-SVN-Mirror-0.55.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-SVN-Mirror/Makefile /home/rafan/tmp/ports/p5-SVN-Mirror/Makefile --- /usr/ports/devel/p5-SVN-Mirror/Makefile Mon Jan 17 23:27:30 2005 +++ /home/rafan/tmp/ports/p5-SVN-Mirror/Makefile Wed Feb 2 11:01:51 2005 @@ -6,7 +6,7 @@ # PORTNAME= SVN-Mirror -PORTVERSION= 0.54 +PORTVERSION= 0.55 PORTREVISION= 0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} diff -ruN --exclude=CVS /usr/ports/devel/p5-SVN-Mirror/distinfo /home/rafan/tmp/ports/p5-SVN-Mirror/distinfo --- /usr/ports/devel/p5-SVN-Mirror/distinfo Mon Jan 17 23:27:30 2005 +++ /home/rafan/tmp/ports/p5-SVN-Mirror/distinfo Wed Feb 2 11:01:58 2005 @@ -1,2 +1,2 @@ -MD5 (SVN-Mirror-0.54.tar.gz) = 8f035f96aa7175b93fb99e702e8368a4 -SIZE (SVN-Mirror-0.54.tar.gz) = 108747 +MD5 (SVN-Mirror-0.55.tar.gz) = 310ae08157c114cf0cb34feb8c6a67b2 +SIZE (SVN-Mirror-0.55.tar.gz) = 108945 --- p5-SVN-Mirror-0.55.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 03:20:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39D0316A4CF for ; Wed, 2 Feb 2005 03:20:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D585943D48 for ; Wed, 2 Feb 2005 03:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j123KMIn065678 for ; Wed, 2 Feb 2005 03:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j123KMUY065677; Wed, 2 Feb 2005 03:20:22 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 03:20:22 GMT Resent-Message-Id: <200502020320.j123KMUY065677@freefall.freebsd.org> 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 9264F16A4CE for ; Wed, 2 Feb 2005 03:15:07 +0000 (GMT) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4709D43D31 for ; Wed, 2 Feb 2005 03:15:07 +0000 (GMT) (envelope-from rafan@infor.org) Received: from localhost (localhost.csie.ntu.edu.tw [127.0.0.1]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 798E252256 for ; Wed, 2 Feb 2005 11:15:01 +0800 (CST) Received: from muse.csie.ntu.edu.tw ([127.0.0.1]) by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30153-29 for ; Wed, 2 Feb 2005 11:14:59 +0800 (CST) Received: from woodstock.csie.org (charlie.csie.ntu.edu.tw [140.112.90.65]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id D6DC152270 for ; Wed, 2 Feb 2005 11:14:59 +0800 (CST) Received: (from rafan@localhost) by woodstock.csie.org (8.13.1/8.13.1/Submit) id j123ExTr077677; Wed, 2 Feb 2005 11:14:59 +0800 (CST) (envelope-from rafan) Message-Id: <200502020314.j123ExTr077677@woodstock.csie.org> Date: Wed, 2 Feb 2005 11:14:59 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76992: [MAINTAINER] devel/svk: update to 0.29 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 03:20:23 -0000 >Number: 76992 >Category: ports >Synopsis: [MAINTAINER] devel/svk: update to 0.29 >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 Feb 02 03:20:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #46: Sun Jan 23 01:39:52 CST 2005 >Description: - Update to 0.29 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- svk-0.29.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/svk/Makefile /home/rafan/tmp/ports/svk/Makefile --- /usr/ports/devel/svk/Makefile Mon Jan 17 23:27:39 2005 +++ /home/rafan/tmp/ports/svk/Makefile Wed Feb 2 11:00:27 2005 @@ -6,7 +6,7 @@ # PORTNAME= svk -PORTVERSION= 0.28 +PORTVERSION= 0.29 PORTREVISION= 0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} diff -ruN --exclude=CVS /usr/ports/devel/svk/distinfo /home/rafan/tmp/ports/svk/distinfo --- /usr/ports/devel/svk/distinfo Mon Jan 17 23:27:39 2005 +++ /home/rafan/tmp/ports/svk/distinfo Wed Feb 2 11:00:51 2005 @@ -1,2 +1,2 @@ -MD5 (SVK-0.28.tar.gz) = 5a48ac14024eb61d8438c8027cda921a -SIZE (SVK-0.28.tar.gz) = 199751 +MD5 (SVK-0.29.tar.gz) = 3e20b4307bc6b8c602ce1dcc9d949de5 +SIZE (SVK-0.29.tar.gz) = 206378 --- svk-0.29.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 03:30:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8AE316A4D3 for ; Wed, 2 Feb 2005 03:30:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66A6643D41 for ; Wed, 2 Feb 2005 03:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j123UJOG065939 for ; Wed, 2 Feb 2005 03:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j123UJiu065931; Wed, 2 Feb 2005 03:30:19 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 03:30:19 GMT Resent-Message-Id: <200502020330.j123UJiu065931@freefall.freebsd.org> 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 38A6216A4CE for ; Wed, 2 Feb 2005 03:20:28 +0000 (GMT) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id D603743D2F for ; Wed, 2 Feb 2005 03:20:27 +0000 (GMT) (envelope-from rafan@infor.org) Received: from localhost (localhost.csie.ntu.edu.tw [127.0.0.1]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 42E0553E44 for ; Wed, 2 Feb 2005 11:20:27 +0800 (CST) Received: from muse.csie.ntu.edu.tw ([127.0.0.1]) by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26821-35 for ; Wed, 2 Feb 2005 11:20:25 +0800 (CST) Received: from woodstock.csie.org (charlie.csie.ntu.edu.tw [140.112.90.65]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 986EE52EF1 for ; Wed, 2 Feb 2005 11:20:25 +0800 (CST) Received: (from rafan@localhost) by woodstock.csie.org (8.13.1/8.13.1/Submit) id j123KPMQ096517; Wed, 2 Feb 2005 11:20:25 +0800 (CST) (envelope-from rafan) Message-Id: <200502020320.j123KPMQ096517@woodstock.csie.org> Date: Wed, 2 Feb 2005 11:20:25 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76994: [MAINTAINER] devel/p5-PAR: update to 0.87 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 03:30:19 -0000 >Number: 76994 >Category: ports >Synopsis: [MAINTAINER] devel/p5-PAR: update to 0.87 >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 Feb 02 03:30:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #46: Sun Jan 23 01:39:52 CST 2005 >Description: - Update to 0.87 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-PAR-0.87.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-PAR/Makefile /home/rafan/tmp/ports/p5-PAR/Makefile --- /usr/ports/devel/p5-PAR/Makefile Tue Dec 14 02:18:52 2004 +++ /home/rafan/tmp/ports/p5-PAR/Makefile Wed Feb 2 11:17:48 2005 @@ -6,7 +6,7 @@ # PORTNAME= PAR -PORTVERSION= 0.86 +PORTVERSION= 0.87 PORTREVISION= 0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} diff -ruN --exclude=CVS /usr/ports/devel/p5-PAR/distinfo /home/rafan/tmp/ports/p5-PAR/distinfo --- /usr/ports/devel/p5-PAR/distinfo Tue Dec 14 02:18:52 2004 +++ /home/rafan/tmp/ports/p5-PAR/distinfo Wed Feb 2 11:18:02 2005 @@ -1,2 +1,2 @@ -MD5 (PAR-0.86.tar.gz) = bda290134fa53882cf5336706aed80db -SIZE (PAR-0.86.tar.gz) = 180691 +MD5 (PAR-0.87.tar.gz) = a8cbf7a8db7bd068f4c7afa8e51b1b81 +SIZE (PAR-0.87.tar.gz) = 180995 --- p5-PAR-0.87.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 03:49:30 2005 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 8189416A4CE; Wed, 2 Feb 2005 03:49:30 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4707C43D45; Wed, 2 Feb 2005 03:49:30 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 9282A148E7; Tue, 1 Feb 2005 21:49:29 -0600 (CST) Date: Tue, 1 Feb 2005 21:49:29 -0600 (CST) From: Mark Linimon X-X-Sender: linimon@pancho To: Palle Girgensohn In-Reply-To: <20050202024014.54B5E1CC22@palle.girgensohn.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@FreeBSD.org cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/76988: WANT_PGSQL_VER ignored when postgresql version already installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 03:49:30 -0000 I belive both cases of BROKEN should be IGNORE. The fact that there are BROKEN things set by the MySQL knobs is IMHO a bug; one that I tried to fix but failed. I'd like to see the bad usage not propogated, however. mcl From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 04:15:37 2005 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 5EB1916A4CE; Wed, 2 Feb 2005 04:15:37 +0000 (GMT) Received: from mail.eurorscg.com.mx (mail.eurorscg.com.mx [148.245.12.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6FF943D46; Wed, 2 Feb 2005 04:15:36 +0000 (GMT) (envelope-from mig@mig-29.net) Received: from localhost (localhost.eurorscg.com.mx [127.0.0.1]) by mail.eurorscg.com.mx (Postfix) with ESMTP id EF4C97D13B; Tue, 1 Feb 2005 22:17:36 -0600 (CST) Received: from mail.eurorscg.com.mx ([127.0.0.1]) by localhost (mail.eurorscg.com.mx [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09969-01; Tue, 1 Feb 2005 22:17:33 -0600 (CST) Received: from fulcrum.mig-29.net (dsl-200-78-45-190.prod-infinitum.com.mx [200.78.45.190]) by mail.eurorscg.com.mx (Postfix) with ESMTP id A83CE7D133; Tue, 1 Feb 2005 22:17:33 -0600 (CST) Received: by fulcrum.mig-29.net (Postfix, from userid 1000) id CEAA35E4CC; Tue, 1 Feb 2005 22:15:31 -0600 (CST) Date: Tue, 1 Feb 2005 22:15:31 -0600 From: Manuel Rabade Garcia To: Volker Stolz Message-ID: <20050202041531.GA2017@mig-29.net> References: <200502011050.j11AoPjV049991@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502011050.j11AoPjV049991@freefall.freebsd.org> X-GPG-Key: 1024D/AA3325C0 2002-09-30 X-GPG-Fingerprint: D2E5 76E1 CE2D 8783 545D 1F41 399B 5765 AA33 25C0 X-MOBILE: (+52 55) 13 99 27 87 X-URL: http://mig-29.net User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at mail.eurorscg.com.mx cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/75840: [MAINTAINER] www/p5-CGI-Application-ValidateRM: update to 1.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: Wed, 02 Feb 2005 04:15:37 -0000 Volker Stolz, who happens to be smarter than you, thinks: > Synopsis: [MAINTAINER] www/p5-CGI-Application-ValidateRM: update to 1.12 > > State-Changed-From-To: open->feedback > State-Changed-By: vs > State-Changed-When: Tue Feb 1 10:49:56 GMT 2005 > State-Changed-Why: > ===> Configuring for p5-CGI-Application-ValidateRM-1.12 > Creating custom builder _build/lib/My/Builder.pm in _build/lib/My > Checking whether your kit is complete... > Looks good > * ERROR: Prerequisite HTML::FillInForm isn't installed > * ERROR: Prerequisite Data::FormValidator isn't installed > * ERROR: Prerequisite CGI::Application isn't installed > ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions > of the modules indicated above before proceeding with this installation. > > Is this harmless since they'll be available at runtime? Yes. That dependencies are handled as RUN_DEPENDS by the port Makefile. Greetings :) -- Manuel Rabade Garcia WWW - http://mig-29.net GPG - 1024D/AA3325C0 2002-09-30 Fingerprint - D2E5 76E1 CE2D 8783 545D 1F41 399B 5765 AA33 25C0 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 05:00:37 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A116D16A4D9 for ; Wed, 2 Feb 2005 05:00:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6533043D3F for ; Wed, 2 Feb 2005 05:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1250bO4078123 for ; Wed, 2 Feb 2005 05:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1250bEj078120; Wed, 2 Feb 2005 05:00:37 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 05:00:37 GMT Resent-Message-Id: <200502020500.j1250bEj078120@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joseph Scott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85C8316A4CF for ; Wed, 2 Feb 2005 04:57:18 +0000 (GMT) Received: from rhyll.com (rhyll.com [70.84.96.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F51143D3F for ; Wed, 2 Feb 2005 04:57:18 +0000 (GMT) (envelope-from joseph@rhyll.com) Received: from localhost (localhost [127.0.0.1]) by rhyll.com (Postfix) with ESMTP id B88592E051 for ; Tue, 1 Feb 2005 22:57:17 -0600 (CST) Received: from rhyll.com ([127.0.0.1]) by localhost (sm01.rhyll.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09909-01 for ; Tue, 1 Feb 2005 22:57:17 -0600 (CST) Received: by rhyll.com (Postfix, from userid 1001) id 228D62E04E; Tue, 1 Feb 2005 22:57:17 -0600 (CST) Message-Id: <20050202045717.228D62E04E@rhyll.com> Date: Tue, 1 Feb 2005 22:57:17 -0600 (CST) From: Joseph Scott To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76995: NEW PORT: www/pear-HTTP_Client (High level HTTP class) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 05:00:37 -0000 >Number: 76995 >Category: ports >Synopsis: NEW PORT: www/pear-HTTP_Client (High level HTTP class) >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 Feb 02 05:00:36 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD sm01.rhyll.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Jan 14 19:17:00 CST 2005 joseph@sm01.rhyll.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: NEW PORT: www/pear-HTTP_Client (High level HTTP class). This is my first port with code from PEAR, so I hope I got it right. I based it off of www/pear-HTTP. >How-To-Repeat: >Fix: --- pear-HTTP_Client.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: # # pear-HTTP_Client # pear-HTTP_Client/Makefile # pear-HTTP_Client/distinfo # pear-HTTP_Client/pkg-descr # echo c - pear-HTTP_Client mkdir -p pear-HTTP_Client > /dev/null 2>&1 echo x - pear-HTTP_Client/Makefile sed 's/^X//' >pear-HTTP_Client/Makefile << 'END-of-pear-HTTP_Client/Makefile' X# Ports collection makefile for: pear-HTTP_Client X# Date created: 01 February 2005 X# Whom: Joseph Scott () X# X# $FreeBSD$ X# X XPORTNAME= HTTP_Client XPORTVERSION= 1.0.0 XCATEGORIES= www pear X XMAINTAINER= joseph@randomnetworks.com XCOMMENT= PEAR classes for high level HTTP requests X XBUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= HTTP XFILES= Client.php Client/CookieManager.php XEXAMPLES= link-checker.php X_EXAMPLESDIR= examples X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-HTTP_Client/Makefile echo x - pear-HTTP_Client/distinfo sed 's/^X//' >pear-HTTP_Client/distinfo << 'END-of-pear-HTTP_Client/distinfo' XMD5 (PEAR/HTTP_Client-1.0.0.tgz) = 4ae6973a6a3663abd9cdbe28ccaacdb4 XSIZE (PEAR/HTTP_Client-1.0.0.tgz) = 6396 END-of-pear-HTTP_Client/distinfo echo x - pear-HTTP_Client/pkg-descr sed 's/^X//' >pear-HTTP_Client/pkg-descr << 'END-of-pear-HTTP_Client/pkg-descr' XThe HTTP_Client class wraps around HTTP_Request and provides a higher level Xinterface for performing multiple HTTP requests. X XFeatures: X* Manages cookies and referrers between requests X* Handles HTTP redirection X* Has methods to set default headers and request parameters X* Implements the Subject-Observer design pattern: the base class sends X events to listeners that do the response processing. X XWWW: http://pear.php.net/package/HTTP_Client/ END-of-pear-HTTP_Client/pkg-descr exit --- pear-HTTP_Client.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 07:00:40 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76C2E16A4D0 for ; Wed, 2 Feb 2005 07:00:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 940B443D1D for ; Wed, 2 Feb 2005 07:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1270dEG019904 for ; Wed, 2 Feb 2005 07:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1270dVU019903; Wed, 2 Feb 2005 07:00:39 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 07:00:39 GMT Resent-Message-Id: <200502020700.j1270dVU019903@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rob MacGregor Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B17A016A4CE for ; Wed, 2 Feb 2005 06:52:18 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 833D443D39 for ; Wed, 2 Feb 2005 06:52:18 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j126qIAO039630 for ; Wed, 2 Feb 2005 06:52:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j126qI4i039629; Wed, 2 Feb 2005 06:52:18 GMT (envelope-from nobody) Message-Id: <200502020652.j126qI4i039629@www.freebsd.org> Date: Wed, 2 Feb 2005 06:52:18 GMT From: Rob MacGregor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76996: The --disable-zlib-check option on the clamav port is dangerous for 4.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 07:00:40 -0000 >Number: 76996 >Category: ports >Synopsis: The --disable-zlib-check option on the clamav port is dangerous for 4.x >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 Feb 02 07:00:38 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rob MacGregor >Release: 5.3-STABLE >Organization: >Environment: Not applicable (I don't have the problem) >Description: See http://lists.clamav.net/lurker/message/20050201.124222.e5d8dee5.en.html The short is that 5.3 is ok as ZLib is patched on it. Versions of 4.x without the patch however have the problem. >How-To-Repeat: Install ClamAV 0.81 port onto a 4.x system. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 07:40:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFFD516A4CF for ; Wed, 2 Feb 2005 07:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C015043D55 for ; Wed, 2 Feb 2005 07:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j127eLuG025929 for ; Wed, 2 Feb 2005 07:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j127eLlU025928; Wed, 2 Feb 2005 07:40:21 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 07:40:21 GMT Resent-Message-Id: <200502020740.j127eLlU025928@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Boris Kovalenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A43116A4CE for ; Wed, 2 Feb 2005 07:38:46 +0000 (GMT) Received: from mail.ntmk.ru (mail.ntmk.ru [217.114.241.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7904743D60 for ; Wed, 2 Feb 2005 07:38:44 +0000 (GMT) (envelope-from boris@ntmk.ru) Received: from boris.nikom.ru ([10.1.16.195]) by mail.ntmk.ru with esmtp (Exim 4.34) id 1CwF62-00084H-G2 for FreeBSD-gnats-submit@freebsd.org; Wed, 02 Feb 2005 12:38:42 +0500 Received: from root by boris.nikom.ru with local (Exim 4.44 (FreeBSD)) id 1CwF62-00023b-EU for FreeBSD-gnats-submit@freebsd.org; Wed, 02 Feb 2005 12:38:42 +0500 Message-Id: Date: Wed, 02 Feb 2005 12:38:42 +0500 From: Boris Kovalenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76997: [MAINTAINER UPDATE] net/quagga: update to 0.98.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 07:40:26 -0000 >Number: 76997 >Category: ports >Synopsis: [MAINTAINER UPDATE] net/quagga: update to 0.98.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: Wed Feb 02 07:40:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Boris Kovalenko >Release: FreeBSD 5.3-STABLE i386 >Organization: JSC "TAGNet" >Environment: System: FreeBSD boris.nikom.ru 5.3-STABLE FreeBSD 5.3-STABLE #2: Fri Jan 28 09:16:34 YEKT 2005 >Description: - Update to 0.98.1 Added file(s): - files/extra-tcpmd5-patch-bgpd::bgp_network.c - files/extra-tcpmd5-patch-bgpd::bgp_vty.c - files/extra-tcpmd5-patch-bgpd::bgpd.c - files/extra-tcpmd5-patch-bgpd::bgpd.h - files/extra-tcpmd5-patch-configure.ac - files/extra-tcpmd5-patch-lib::sockopt.c - files/extra-tcpmd5-patch-lib::sockopt.h Removed file(s): - files/extra-patch-zebra.h With this release BGP MD5 support is back. Special thanks to Scott E. Campbell for his hard work on integration of original patches from Bruce M. Simpson. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- quagga-0.98.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/quagga/Makefile /usr/ports/net/quagga.new/Makefile --- /usr/ports/net/quagga/Makefile Sat Jan 15 08:01:27 2005 +++ /usr/ports/net/quagga.new/Makefile Wed Feb 2 11:31:18 2005 @@ -6,7 +6,7 @@ # PORTNAME= quagga -PORTVERSION= 0.98.0 +PORTVERSION= 0.98.1 PORTREVISION= 0 CATEGORIES= net ipv6 MASTER_SITES= http://quagga.net/download/ @@ -18,12 +18,13 @@ CONFLICTS= zebra-devel-[0-9]* zebra-0* -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 -USE_PERL5_BUILD=yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_REINPLACE= yes +INSTALLS_SHLIB= yes +USE_AUTOCONF_VER= 259 +USE_LIBTOOL_VER= 15 +USE_PERL5_BUILD= yes MAN1= vtysh.1 MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 @@ -34,7 +35,8 @@ OSPF_OPAQUE_LSA "OSPF Opaque-LSA support (RFC2370)" off \ RTADV "IPv6 Router Advertisements" off \ SNMP "SNMP support" off \ - TCPSOCKETS "Use TCP/IP sockets for protocol daemons" off + TCPSOCKETS "Use TCP/IP sockets for protocol daemons" off \ + TCPMD5 "Use experimental MD5 patch for BGP" off .if !defined(BATCH) SEL_OPTIONS= yes @@ -43,14 +45,13 @@ .include CONFIGURE_ARGS+=--includedir=${PREFIX}/include --enable-exampledir=${PREFIX}/share/examples/quagga +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" + SCRIPTS_ENV= PREFIX=${PREFIX} \ SYSCONF_DIR=${SYSCONF_DIR} SYSSTATE_DIR=${SYSSTATE_DIR} \ ENABLE_USER=${ENABLE_USER} ENABLE_GROUP=${ENABLE_GROUP} -.if ${OSVERSION} < 500000 -EXTRA_PATCHES+=${PATCHDIR}/extra-patch-zebra.h -.endif - .if defined(WITH_ISISD) && !defined(WITHOUT_ISISD) CONFIGURE_ARGS+=--enable-isisd PLIST_SUB+= ISISD_SBIN=sbin/isisd @@ -78,12 +79,12 @@ PLIST_SUB+= OSPFAPI_LIBSO0="lib/libospfapiclient.so.0" PLIST_SUB+= OSPFAPI_SBIN="sbin/ospfclient" .else -PLIST_SUB+= OSPFAPI_HEADER= -PLIST_SUB+= OSPFAPI_PATH= -PLIST_SUB+= OSPFAPI_LIBA= -PLIST_SUB+= OSPFAPI_LIBSO= -PLIST_SUB+= OSPFAPI_LIBSO0= -PLIST_SUB+= OSPFAPI_SBIN= +PLIST_SUB+= OSPFAPI_HEADER="@comment" +PLIST_SUB+= OSPFAPI_PATH="@comment" +PLIST_SUB+= OSPFAPI_LIBA="@comment" +PLIST_SUB+= OSPFAPI_LIBSO="@comment" +PLIST_SUB+= OSPFAPI_LIBSO0="@comment" +PLIST_SUB+= OSPFAPI_SBIN="@comment" .endif .if defined(WITH_RTADV) && !defined(WITHOUT_RTADV) @@ -99,6 +100,14 @@ .endif .endif +.if defined(WITH_TCPMD5) && !defined(WITHOUT_TCPMD5) +.if ${OSVERSION} < 491000 +BROKEN= This version of FreeBSD does not have TCP MD5 signature support +.endif +CONFIGURE_ARGS+=--enable-tcp-signature +EXTRA_PATCHES+=${PATCHDIR}/extra-tcpmd5-patch-bgpd::bgp_network.c ${PATCHDIR}/extra-tcpmd5-patch-bgpd::bgp_vty.c ${PATCHDIR}/extra-tcpmd5-patch-bgpd::bgpd.c ${PATCHDIR}/extra-tcpmd5-patch-bgpd::bgpd.h ${PATCHDIR}/extra-tcpmd5-patch-configure.ac ${PATCHDIR}/extra-tcpmd5-patch-lib::sockopt.c ${PATCHDIR}/extra-tcpmd5-patch-lib::sockopt.h +.endif + .if !defined(ENABLE_USER) ENABLE_USER=quagga .endif @@ -167,14 +176,7 @@ @${ECHO} " WITH_RTADV IPv6 Router Advertisements" @${ECHO} " WITH_SNMP SNMP support" @${ECHO} " WITH_TCPSOCKETS Use TCP/IP sockets for protocol daemons" - -pre-configure: -# disable AUTO* tools - @${FIND} -E ${WRKSRC} -type f \ - -iregex ".*(Makefile.in|configure)" \ - | ${XARGS} -x -n 10 \ - ${REINPLACE_CMD} -E \ - -e 's!^(AUTOCONF|AUTOHEADER|AUTOMAKE|ACLOCAL).*$$!\1=${TRUE}!' + @${ECHO} " WITH_TCPMD5 Use experimental MD5 patch for BGP" post-build: @${SED} ${SED_SCRIPT} ${FILESDIR}/quagga.sh > ${WRKDIR}/quagga.sh @@ -205,6 +207,15 @@ @${ECHO} " if You had never do this before. Or run" @${ECHO} " make changeuser" @${ECHO} "" +.if defined(WITH_TCPMD5) && !defined(WITHOUT_TCPMD5) + @${ECHO} "Note!!! To use MD5 passwords on BGP sessions, your kernel must" + @${ECHO} "be built with the following options:" + @${ECHO} " options TCP_SIGNATURE" + @${ECHO} " options FAST_IPSEC" + @${ECHO} " device crypto" + @${ECHO} " device cryptodev" + @${ECHO} "" +.endif .if !defined(BATCH) post-clean: diff -ruN --exclude=CVS /usr/ports/net/quagga/distinfo /usr/ports/net/quagga.new/distinfo --- /usr/ports/net/quagga/distinfo Sat Jan 15 08:01:27 2005 +++ /usr/ports/net/quagga.new/distinfo Wed Feb 2 08:28:10 2005 @@ -1,2 +1,2 @@ -MD5 (quagga-0.98.0.tar.gz) = 938cdf15f0ff79f797fc08316b94f449 -SIZE (quagga-0.98.0.tar.gz) = 1997631 +MD5 (quagga-0.98.1.tar.gz) = 2262eebae593ef4b7739b16c66242c75 +SIZE (quagga-0.98.1.tar.gz) = 2001471 diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-patch-zebra.h /usr/ports/net/quagga.new/files/extra-patch-zebra.h --- /usr/ports/net/quagga/files/extra-patch-zebra.h Sat Jan 15 08:01:27 2005 +++ /usr/ports/net/quagga.new/files/extra-patch-zebra.h Thu Jan 1 05:00:00 1970 @@ -1,27 +0,0 @@ -Index: lib/zebra.h -=================================================================== -RCS file: /var/cvsroot/quagga/lib/zebra.h,v -retrieving revision 1.27 -diff -u -b -r1.27 zebra.h ---- lib/zebra.h 4 Jan 2005 16:24:43 -0000 1.27 -+++ lib/zebra.h 10 Jan 2005 15:35:47 -0000 -@@ -97,9 +97,17 @@ - #include - #if !(defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) - /* Not C99; do we need to define va_copy? */ --#if !defined(va_copy) && defined(__va_copy) -+#ifndef va_copy -+#ifdef __va_copy - #define va_copy(DST,SRC) __va_copy(DST,SRC) --#endif /* need va_copy */ -+#else -+/* Now we are desperate; this should work on many typical platforms. -+ But this is slightly dangerous, because the standard does not require -+ va_copy to be a macro. */ -+#define va_copy(DST,SRC) (DST) = (SRC) -+#warning "Not C99 and no va_copy macro available, using simple assignment..." -+#endif /* __va_copy */ -+#endif /* !va_copy */ - #endif /* !C99 */ - #include "zassert.h" - diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgp_network.c /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgp_network.c --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgp_network.c Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgp_network.c Wed Feb 2 11:50:18 2005 @@ -0,0 +1,42 @@ +--- bgpd/bgp_network.c.orig Wed Dec 8 12:41:23 2004 ++++ bgpd/bgp_network.c Fri Jan 28 17:52:57 2005 +@@ -35,6 +35,10 @@ + #include "bgpd/bgp_debug.h" + #include "bgpd/bgp_network.h" + ++#ifndef TCP_SIG_SPI_BASE ++#define TCP_SIG_SPI_BASE 1000 /* XXX this will go away */ ++#endif ++ + extern struct zebra_privs_t bgpd_privs; + + +@@ -148,6 +152,15 @@ + return ret; + } + #endif /* SO_BINDTODEVICE */ ++ ++#ifdef QUAGGA_TCP_MD5SIG ++ if (CHECK_FLAG (peer->flags, PEER_FLAG_TCP_SIGNATURE)) ++ sockopt_tcp_signature (peer->su.sa.sa_family, peer->fd, ++ TCP_SIG_SPI_BASE + peer->port); ++ else ++ sockopt_tcp_signature (peer->su.sa.sa_family, peer->fd, 0); ++#endif /* QUAGGA_TCP_MD5SIG */ ++ + return 0; + } + +@@ -250,6 +263,12 @@ + if (peer->ifname) + ifindex = if_nametoindex (peer->ifname); + #endif /* HAVE_IPV6 */ ++ ++#ifdef QUAGGA_TCP_MD5SIG ++ if (CHECK_FLAG (peer->flags, PEER_FLAG_TCP_SIGNATURE)) ++ sockopt_tcp_signature (peer->su.sa.sa_family, peer->fd, ++ TCP_SIG_SPI_BASE + peer->port); ++#endif /* QUAGGA_TCP_MD5SIG */ + + if (BGP_DEBUG (events, EVENTS)) + plog_debug (peer->log, "%s [Event] Connect start to %s fd %d", diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgp_vty.c /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgp_vty.c --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgp_vty.c Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgp_vty.c Wed Feb 2 11:50:39 2005 @@ -0,0 +1,59 @@ +--- bgpd/bgp_vty.c.orig Tue Oct 12 22:06:09 2004 ++++ bgpd/bgp_vty.c Fri Jan 28 17:52:57 2005 +@@ -1386,6 +1386,45 @@ + "AS number used as local AS\n" + "Do not prepend local-as to updates from ebgp peers\n") + ++#ifdef QUAGGA_TCP_MD5SIG ++DEFUN (neighbor_password, ++ neighbor_password_cmd, ++ NEIGHBOR_CMD2 "password WORD", ++ NEIGHBOR_STR ++ NEIGHBOR_ADDR_STR2 ++ "Specify a password for TCPMD5 authentication with this peer\n") ++{ ++ struct peer *peer; ++ int ret; ++ ++ peer = peer_and_group_lookup_vty (vty, argv[0]); ++ if (! peer) ++ return CMD_WARNING; ++ ++ ret = peer_password_set (peer, argv[1]); ++ return bgp_vty_return (vty, ret); ++} ++ ++DEFUN (no_neighbor_password, ++ no_neighbor_password_cmd, ++ NO_NEIGHBOR_CMD2 "password", ++ NO_STR ++ NEIGHBOR_STR ++ NEIGHBOR_ADDR_STR2 ++ "Disable TCPMD5 authentication with this peer\n") ++{ ++ struct peer *peer; ++ int ret; ++ ++ peer = peer_and_group_lookup_vty (vty, argv[0]); ++ if (! peer) ++ return CMD_WARNING; ++ ++ ret = peer_password_unset (peer); ++ return bgp_vty_return (vty, ret); ++} ++#endif /* QUAGGA_TCP_MD5SIG */ ++ + DEFUN (neighbor_activate, + neighbor_activate_cmd, + NEIGHBOR_CMD2 "activate", +@@ -8530,6 +8569,10 @@ + install_element (BGP_NODE, &no_neighbor_local_as_cmd); + install_element (BGP_NODE, &no_neighbor_local_as_val_cmd); + install_element (BGP_NODE, &no_neighbor_local_as_val2_cmd); ++ ++ /* "neighbor password" commands. */ ++ install_element (BGP_NODE, &neighbor_password_cmd); ++ install_element (BGP_NODE, &no_neighbor_password_cmd); + + /* "neighbor activate" commands. */ + install_element (BGP_NODE, &neighbor_activate_cmd); diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgpd.c /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgpd.c --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgpd.c Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgpd.c Wed Feb 2 11:51:08 2005 @@ -0,0 +1,90 @@ +--- bgpd/bgpd.c.orig Thu Dec 9 06:46:46 2004 ++++ bgpd/bgpd.c Sat Jan 29 11:29:26 2005 +@@ -59,6 +59,9 @@ + #ifdef HAVE_SNMP + #include "bgpd/bgp_snmp.h" + #endif /* HAVE_SNMP */ ++#ifndef TCP_SIG_SPI_BASE ++#define TCP_SIG_SPI_BASE 1000 /* XXX this will go away */ ++#endif + + /* BGP process wide configuration. */ + static struct bgp_master bgp_master; +@@ -707,6 +710,7 @@ + peer->ostatus = Idle; + peer->version = BGP_VERSION_4; + peer->weight = 0; ++ peer->password[0] = '\0'; + + /* Set default flags. */ + for (afi = AFI_IP; afi < AFI_MAX; afi++) +@@ -3270,6 +3274,55 @@ + return 0; + } + ++#ifdef QUAGGA_TCP_MD5SIG ++/* Set password for authenticating with the peer. */ ++int ++peer_password_set (struct peer *peer, char *password) ++{ ++ struct bgp *bgp = peer->bgp; ++ int len; ++ ++ len = strlen(password); ++ ++ if ((len < PEER_PASSWORD_MINLEN) || (len > PEER_PASSWORD_MAXLEN)) ++ return BGP_ERR_INVALID_VALUE; ++ ++ memcpy(peer->password, password, len); ++ ++ /* ++ * XXX Need to do PF_KEY operation here to add an SA entry, ++ * and add an SP entry for this peer's packet flows also. ++ */ ++ ++ SET_FLAG (peer->flags, PEER_FLAG_TCP_SIGNATURE); ++ ++ if (peer->fd >= 0) ++ sockopt_tcp_signature (peer->su.sa.sa_family, peer->fd, TCP_SIG_SPI_BASE + ++ peer->port); ++ ++ return 0; ++} ++ ++int ++peer_password_unset (struct peer *peer) ++{ ++ struct bgp *bgp = peer->bgp; ++ ++ UNSET_FLAG (peer->flags, PEER_FLAG_TCP_SIGNATURE); ++ /* Paranoia. */ ++ memset(peer->password, 0, sizeof(peer->password)); ++ ++ if (peer->fd >= 0) ++ sockopt_tcp_signature (peer->su.sa.sa_family, peer->fd, 0); ++ ++ /* ++ * XXX Need to do PF_KEY operation here to remove the SA and SP. ++ */ ++ ++ return 0; ++} ++#endif /* QUAGGA_TCP_MD5SIG */ ++ + /* Set distribute list to the peer. */ + int + peer_distribute_set (struct peer *peer, afi_t afi, safi_t safi, int direct, +@@ -4279,6 +4332,13 @@ + if (peer->desc) + vty_out (vty, " neighbor %s description %s%s", addr, peer->desc, + VTY_NEWLINE); ++ ++#ifdef QUAGGA_TCP_MD5SIG ++ /* tcp-md5 session password. XXX the password should be obfuscated */ ++ if (CHECK_FLAG (peer->flags, PEER_FLAG_TCP_SIGNATURE)) ++ vty_out (vty, " neighbor %s password %s%s", addr, peer->password, ++ VTY_NEWLINE); ++#endif /* QUAGGA_TCP_MD5SIG */ + + /* Shutdown. */ + if (CHECK_FLAG (peer->flags, PEER_FLAG_SHUTDOWN)) diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgpd.h /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgpd.h --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgpd.h Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgpd.h Wed Feb 2 11:51:53 2005 @@ -0,0 +1,38 @@ +--- bgpd/bgpd.h.orig Tue Oct 12 22:06:09 2004 ++++ bgpd/bgpd.h Fri Jan 28 21:03:40 2005 +@@ -335,6 +335,9 @@ + #define PEER_FLAG_DYNAMIC_CAPABILITY (1 << 6) /* dynamic capability */ + #define PEER_FLAG_ENFORCE_MULTIHOP (1 << 7) /* enforce-multihop */ + #define PEER_FLAG_LOCAL_AS_NO_PREPEND (1 << 8) /* local-as no-prepend */ ++#ifdef QUAGGA_TCP_MD5SIG /* XXX should move to AF_INET/SFI_UNICAST below */ ++#define PEER_FLAG_TCP_SIGNATURE (1 << 9) /* use TCP-MD5 digest */ ++#endif /* QUAGGA_TCP_MD5SIG */ + + /* Per AF configuration flags. */ + u_int32_t af_flags[AFI_MAX][SAFI_MAX]; +@@ -496,6 +499,13 @@ + #define PEER_RMAP_TYPE_NOSET (1 << 5) /* not allow to set commands */ + #define PEER_RMAP_TYPE_IMPORT (1 << 6) /* neighbor route-map import */ + #define PEER_RMAP_TYPE_EXPORT (1 << 7) /* neighbor route-map export */ ++ ++#ifdef QUAGGA_TCP_MD5SIG ++ /* TCP-MD5 Password Support -- bms */ ++#define PEER_PASSWORD_MINLEN 1 ++#define PEER_PASSWORD_MAXLEN 80 /* width of password field */ ++ char password[PEER_PASSWORD_MAXLEN]; ++#endif /* QUAGGA_TCP_MD5SIG */ + }; + + /* This structure's member directly points incoming packet data +@@ -879,6 +889,11 @@ + + int peer_local_as_set (struct peer *, as_t, int); + int peer_local_as_unset (struct peer *); ++ ++#ifdef QUAGGA_TCP_MD5SIG ++int peer_password_set (struct peer *, char *); ++int peer_password_unset (struct peer *); ++#endif /* QUAGGA_TCP_MD5SIG */ + + int peer_prefix_list_set (struct peer *, afi_t, safi_t, int, const char *); + int peer_prefix_list_unset (struct peer *, afi_t, safi_t, int); diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-configure.ac /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-configure.ac --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-configure.ac Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-configure.ac Wed Feb 2 11:52:04 2005 @@ -0,0 +1,16 @@ +--- configure.ac.orig Fri Jan 7 06:03:14 2005 ++++ configure.ac Fri Jan 28 17:52:57 2005 +@@ -204,6 +204,13 @@ + AC_DEFINE(HAVE_IRDP,, IRDP ) + fi + ++AC_ARG_ENABLE(tcp-signature, ++[ --enable-tcp-signature enable TCP MD5 checksum capability]) ++ ++if test "${enable_tcp_signature}" = "yes"; then ++ AC_DEFINE(QUAGGA_TCP_MD5SIG,,TCP signatures) ++fi ++ + if test "${enable_user}" = "yes" || test x"${enable_user}" = x""; then + enable_user="quagga" + elif test "${enable_user}" = "no"; then diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-lib::sockopt.c /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-lib::sockopt.c --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-lib::sockopt.c Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-lib::sockopt.c Wed Feb 2 11:52:43 2005 @@ -0,0 +1,35 @@ +--- lib/sockopt.c.orig Tue Jan 4 10:03:36 2005 ++++ lib/sockopt.c Fri Jan 28 17:52:57 2005 +@@ -243,6 +243,32 @@ + + } + ++int ++sockopt_tcp_signature (int family, int sock, int enable) ++{ ++ int ret; ++ ++#if defined(QUAGGA_TCP_MD5SIG) && defined(TCP_MD5SIG) ++ if (family == AF_INET) ++ { ++ ret = setsockopt (sock, IPPROTO_TCP, TCP_MD5SIG, ++ (void *) &enable, sizeof (int)); ++ if (ret < 0) ++ { ++ zlog (NULL, LOG_WARNING, "can't set sockopt TCP_MD5SIG %d to socket %d", enable, sock); ++ return -1; ++ } ++ return 0; ++ } ++#endif /* QUAGGA_TCP_MD5SIG */ ++ ++ /* fallthrough */ ++ ++ zlog (NULL, LOG_WARNING, "can't set sockopt TCP_MD5SIG on socket %d with family %d", ++ sock, family); ++ return -1; ++} ++ + static int + setsockopt_ipv4_ifindex (int sock, int val) + { diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-lib::sockopt.h --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-lib::sockopt.h Wed Feb 2 11:52:50 2005 @@ -0,0 +1,12 @@ +--- lib/sockopt.h.orig Mon Nov 15 10:51:15 2004 ++++ lib/sockopt.h Fri Jan 28 17:52:57 2005 +@@ -40,6 +40,9 @@ + */ + #define SOPT_SIZE_CMSG_PKTINFO_IPV6() (sizeof (struct in6_pktinfo)); + ++#ifdef QUAGGA_TCP_MD5SIG ++int sockopt_tcp_signature(int family, int sock, int enable); ++#endif /* TCP_MD5SIG */ + /* + * Size defines for control messages used to get ifindex. We define + * values for each method, and define a macro that can be used by code --- quagga-0.98.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 08:30:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFDB616A4DA; Wed, 2 Feb 2005 08:30:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A475B43D58; Wed, 2 Feb 2005 08:30:22 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j128UMYx031472; Wed, 2 Feb 2005 08:30:22 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j128UM4Z031468; Wed, 2 Feb 2005 08:30:22 GMT (envelope-from thierry) Date: Wed, 2 Feb 2005 08:30:22 GMT From: Thierry Thomas Message-Id: <200502020830.j128UM4Z031468@freefall.freebsd.org> To: thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, anders@FreeBSD.org Subject: Re: ports/76970: mail/imap-uw port needs to be upgraded due to mail/cclient port 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: Wed, 02 Feb 2005 08:30:22 -0000 Synopsis: mail/imap-uw port needs to be upgraded due to mail/cclient port update Responsible-Changed-From-To: freebsd-ports-bugs->anders Responsible-Changed-By: thierry Responsible-Changed-When: Wed Feb 2 08:29:29 GMT 2005 Responsible-Changed-Why: Over to the maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=76970 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 08:39:37 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC02616A4CE; Wed, 2 Feb 2005 08:39:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB3E43D45; Wed, 2 Feb 2005 08:39:37 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j128dbeD032675; Wed, 2 Feb 2005 08:39:37 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j128dbcj032671; Wed, 2 Feb 2005 08:39:37 GMT (envelope-from sem) Date: Wed, 2 Feb 2005 08:39:37 GMT From: Sergey Matveychuk Message-Id: <200502020839.j128dbcj032671@freefall.freebsd.org> To: renato@galle.com.br, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76965: [PATCH] archivers/arj: take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 08:39:37 -0000 Synopsis: [PATCH] archivers/arj: take maintainership State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Wed Feb 2 08:39:18 GMT 2005 State-Changed-Why: Maintainership granted, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76965 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 08:50:37 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CAB916A4D5 for ; Wed, 2 Feb 2005 08:50:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E393943D5D for ; Wed, 2 Feb 2005 08:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j128oIrm032965 for ; Wed, 2 Feb 2005 08:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j128oIwE032964; Wed, 2 Feb 2005 08:50:18 GMT (envelope-from gnats) Date: Wed, 2 Feb 2005 08:50:18 GMT Message-Id: <200502020850.j128oIwE032964@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jesper Dalberg Subject: Re: ports/76963: Update port: net/sipp - possibly unbreak on alpha. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jesper Dalberg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 08:50:37 -0000 The following reply was made to PR ports/76963; it has been noted by GNATS. From: Jesper Dalberg To: freebsd-gnats-submit@FreeBSD.org, flz@xbsd.org Cc: Subject: Re: ports/76963: Update port: net/sipp - possibly unbreak on alpha. Date: Wed, 2 Feb 2005 09:46:34 +0100 maintainer approved .. -- jesper dalberg, japh From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 09:01:57 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F24416A4CE; Wed, 2 Feb 2005 09:01:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2373E43D46; Wed, 2 Feb 2005 09:01:56 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1291s9V033406; Wed, 2 Feb 2005 09:01:54 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1291slb033402; Wed, 2 Feb 2005 09:01:54 GMT (envelope-from clsung) Date: Wed, 2 Feb 2005 09:01:54 GMT From: Cheng-Lung Sung Message-Id: <200502020901.j1291slb033402@freefall.freebsd.org> To: rafan@infor.org, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76990: [MAINTAINER] devel/PerlIO-via-symlink: update to 0.04 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 09:01:57 -0000 Synopsis: [MAINTAINER] devel/PerlIO-via-symlink: update to 0.04 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Wed Feb 2 09:01:41 GMT 2005 State-Changed-Why: Committed, Thank you. http://www.freebsd.org/cgi/query-pr.cgi?pr=76990 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 09:02:12 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F13BC16A4CF; Wed, 2 Feb 2005 09:02:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C435443D4C; Wed, 2 Feb 2005 09:02:11 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1292B7c033474; Wed, 2 Feb 2005 09:02:11 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1292Bu0033470; Wed, 2 Feb 2005 09:02:11 GMT (envelope-from clsung) Date: Wed, 2 Feb 2005 09:02:11 GMT From: Cheng-Lung Sung Message-Id: <200502020902.j1292Bu0033470@freefall.freebsd.org> To: rafan@infor.org, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76991: [MAINTAINER] devel/p5-SVN-Mirror: update to 0.55 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 09:02:12 -0000 Synopsis: [MAINTAINER] devel/p5-SVN-Mirror: update to 0.55 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Wed Feb 2 09:01:58 GMT 2005 State-Changed-Why: Committed, Thank you. http://www.freebsd.org/cgi/query-pr.cgi?pr=76991 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 09:02:32 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E7C16A4CF; Wed, 2 Feb 2005 09:02:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CEF043D49; Wed, 2 Feb 2005 09:02:32 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1292Wk7033522; Wed, 2 Feb 2005 09:02:32 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1292WtL033518; Wed, 2 Feb 2005 09:02:32 GMT (envelope-from clsung) Date: Wed, 2 Feb 2005 09:02:32 GMT From: Cheng-Lung Sung Message-Id: <200502020902.j1292WtL033518@freefall.freebsd.org> To: rafan@infor.org, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76992: [MAINTAINER] devel/svk: update to 0.29 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 09:02:32 -0000 Synopsis: [MAINTAINER] devel/svk: update to 0.29 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Wed Feb 2 09:02:17 GMT 2005 State-Changed-Why: Committed, Thank you. http://www.freebsd.org/cgi/query-pr.cgi?pr=76992 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 09:02:46 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2983616A4CF; Wed, 2 Feb 2005 09:02:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F234C43D54; Wed, 2 Feb 2005 09:02:45 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1292jXl033566; Wed, 2 Feb 2005 09:02:45 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1292jOO033562; Wed, 2 Feb 2005 09:02:45 GMT (envelope-from clsung) Date: Wed, 2 Feb 2005 09:02:45 GMT From: Cheng-Lung Sung Message-Id: <200502020902.j1292jOO033562@freefall.freebsd.org> To: rafan@infor.org, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76994: [MAINTAINER] devel/p5-PAR: update to 0.87 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 09:02:46 -0000 Synopsis: [MAINTAINER] devel/p5-PAR: update to 0.87 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Wed Feb 2 09:02:36 GMT 2005 State-Changed-Why: Committed, Thank you. http://www.freebsd.org/cgi/query-pr.cgi?pr=76994 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 09:20:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 337D516A4D7 for ; Wed, 2 Feb 2005 09:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E634543D1F for ; Wed, 2 Feb 2005 09:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j129KNYM038067 for ; Wed, 2 Feb 2005 09:20:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j129KN28038066; Wed, 2 Feb 2005 09:20:23 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 09:20:23 GMT Resent-Message-Id: <200502020920.j129KN28038066@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rainer Göllner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30D9F16A4CE for ; Wed, 2 Feb 2005 09:11:49 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11F9A43D55 for ; Wed, 2 Feb 2005 09:11:49 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j129BkQ5084742 for ; Wed, 2 Feb 2005 09:11:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j129BkrC084741; Wed, 2 Feb 2005 09:11:46 GMT (envelope-from nobody) Message-Id: <200502020911.j129BkrC084741@www.freebsd.org> Date: Wed, 2 Feb 2005 09:11:46 GMT From: Rainer Göllner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76998: ports/audio/sdl_sound configure doesn't find smpeg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 09:20:24 -0000 >Number: 76998 >Category: ports >Synopsis: ports/audio/sdl_sound configure doesn't find smpeg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 02 09:20:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rainer Göllner >Release: FreeBSD 5.3 >Organization: >Environment: >Description: The configure script for ports/audio/sdl_sound doesn't find the smpeg library of ports/multimedia/smpeg. >How-To-Repeat: Install smpeg, cd to sdl_soung, make configure >Fix: There are some superfluous line breaks in configure; to get rid of them, cat this to files/patch-configure: @@ -6684,6 +6684,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' @@ -7364,16 +7364,11 @@ } else { - printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the -minimum version\n", $smpeg_major_version, $smpeg_minor_version, -$smpeg_micro_version); - printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is -correct, then it is\n", major, minor, micro); + printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the minimum version\n", $smpeg_major_version, $smpeg_minor_version, $smpeg_micro_version); + printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is correct, th en it is\n", major, minor, micro); printf("*** best to upgrade to the required version.\n"); - printf("*** If smpeg-config was wrong, set the environment variable -SMPEG_CONFIG\n"); - printf("*** to point to the correct copy of smpeg-config, and remove -the file\n"); + printf("*** If smpeg-config was wrong, set the environment variable SMPEG _CONFIG\n"); + printf("*** to point to the correct copy of smpeg-config, and remove the file\n"); printf("*** config.cache before re-running configure\n"); return 1; } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 09:30:05 2005 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 B0A1016A4CE; Wed, 2 Feb 2005 09:30:05 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C52143D46; Wed, 2 Feb 2005 09:30:05 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 95D8A4AC2B; Wed, 2 Feb 2005 10:30:03 +0100 (CET) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 45098-02-10; Wed, 2 Feb 2005 10:30:03 +0100 (CET) Received: from [192.168.1.187] (81.milagro.bahnhof.net [195.178.168.81]) by melon.pingpong.net (Postfix) with ESMTP id 701E24AC28; Wed, 2 Feb 2005 10:30:03 +0100 (CET) Date: Wed, 02 Feb 2005 10:30:02 +0100 From: Palle Girgensohn To: Mark Linimon Message-ID: In-Reply-To: References: X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at pingpong.net cc: freebsd-ports-bugs@FreeBSD.org cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/76988: WANT_PGSQL_VER ignored when postgresql version already installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 09:30:05 -0000 --On tisdag, februari 01, 2005 21.49.29 -0600 Mark Linimon wrote: > I belive both cases of BROKEN should be IGNORE. The fact that > there are BROKEN things set by the MySQL knobs is IMHO a bug; > one that I tried to fix but failed. Yeah, I agree. > I'd like to see the bad usage not propogated, however. Seems reasonable. Palle From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 10:20:12 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A6AC16A4D5 for ; Wed, 2 Feb 2005 10:20:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C1643D41 for ; Wed, 2 Feb 2005 10:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12AKCDl045987 for ; Wed, 2 Feb 2005 10:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12AKCKa045986; Wed, 2 Feb 2005 10:20:12 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 10:20:12 GMT Resent-Message-Id: <200502021020.j12AKCKa045986@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Ullrich Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A68ED16A4CE for ; Wed, 2 Feb 2005 10:10:59 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7052543D46 for ; Wed, 2 Feb 2005 10:10:59 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j12AAvij037885 for ; Wed, 2 Feb 2005 10:10:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j12AAv9a037884; Wed, 2 Feb 2005 10:10:57 GMT (envelope-from nobody) Message-Id: <200502021010.j12AAv9a037884@www.freebsd.org> Date: Wed, 2 Feb 2005 10:10:57 GMT From: Christian Ullrich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76999: [PATCH] Support for alternative date/time datatype X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 10:20:12 -0000 >Number: 76999 >Category: ports >Synopsis: [PATCH] Support for alternative date/time datatype >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 Feb 02 10:20:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Christian Ullrich >Release: >Organization: >Environment: >Description: PostgreSQL supports the use of 64-bit integer values for date/time types instead of the default double. This option is not yet offered by the port Makefiles. The supplied patch adds support for this feature to the postgresql74-server port. >How-To-Repeat: >Fix: --- /usr/ports/databases/postgresql74-server/Makefile Wed Feb 2 11:55:57 2005 +++ /usr/ports/databases/postgresql74-server/Makefile.orig Wed Feb 2 11:59:39 2005 @@ -86,7 +86,6 @@ OPTIONS+= TESTS "Allows the use of a \"check\" target" off . endif OPTIONS+= DEBUG "Builds with debugging symbols" off -OPTIONS+= INTDATE "Builds with 64-bit integer date/time type" off . if defined(SERVER_ONLY) && defined(WITH_PAM) CONFIGURE_ARGS+=--with-pam @@ -114,10 +113,6 @@ INSTALL_TARGET= install . else INSTALL_TARGET= install-strip -. endif - -. if defined(WITH_INTDATE) -CONFIGURE_ARGS+= --enable-integer-datetimes . endif . if defined(WITH_MIT_KRB5) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 10:30:15 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 524F416A4D8 for ; Wed, 2 Feb 2005 10:30:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1481143D41 for ; Wed, 2 Feb 2005 10:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12AUEi0046212 for ; Wed, 2 Feb 2005 10:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12AUE7v046208; Wed, 2 Feb 2005 10:30:14 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 10:30:14 GMT Resent-Message-Id: <200502021030.j12AUE7v046208@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Joachim Strombergson" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0BC416A4CE for ; Wed, 2 Feb 2005 10:25:53 +0000 (GMT) Received: from av11-2-sn2.hy.skanova.net (av11-2-sn2.hy.skanova.net [81.228.8.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C1843D53 for ; Wed, 2 Feb 2005 10:25:50 +0000 (GMT) (envelope-from watchman@ludd.ltu.se) Received: by av11-2-sn2.hy.skanova.net (Postfix, from userid 502) id 7DBB038298; Wed, 2 Feb 2005 11:25:49 +0100 (CET) Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av11-2-sn2.hy.skanova.net (Postfix) with ESMTP id 5812F37EA4 for ; Wed, 2 Feb 2005 11:25:49 +0100 (CET) Received: from fetis.ninja.se (h110n2fls11o1005.telia.com [217.211.199.110]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 4C6A037E45 for ; Wed, 2 Feb 2005 11:25:49 +0100 (CET) Message-Id: <1107339951.0@fetis.ninja.se> Date: Wed, 2 Feb 2005 11:25:51 +0100 From: "Joachim Strombergson" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.3.3 Subject: ports/77000: Update of Perforce port to fix distinfo.i386 problems X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 10:30:15 -0000 >Number: 77000 >Category: ports >Synopsis: Update of Perforce port to fix distinfo.i386 problems >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 02 10:30:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Joachim Strombergson >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 6.0-CURRENT #20: Sun Dec 19 17:17:57 CET 2004 js@fetis.ninja.se:/usr/obj/usr/src/sys/ATHLON >Description: This PR contains a patch to update the distinfo.i386 file in the Perforce port (/usr/ports/devel/perforce) to match the changes done by Perforce to the r04.2 release. The diff has been tested and with the patch applied Perforce now again downloads and installs. I have been in contact with Perforce to verify that the changes to the binaries was done by them. >How-To-Repeat: Applied the patch. >Fix: --- distinfo.i386.diff begins here --- --- /usr/ports/devel/perforce/distinfo.i386 Fri Jan 21 17:38:12 2005 +++ /usr/ports/devel/perforce/distinfo.i386 Wed Feb 2 11:09:42 2005 @@ -1,10 +1,10 @@ -MD5 (perforce/04.2/i386/p4) = 787df1357a3a4909a16cd85c3bd66aa3 +MD5 (perforce/04.2/i386/p4) = fff8392cf4cd1b12d37237749a6b1489 SIZE (perforce/04.2/i386/p4) = 698680 -MD5 (perforce/04.2/i386/p4web) = 91b6a3760a3e460d6d520aa6fb143679 +MD5 (perforce/04.2/i386/p4web) = 96513b01091c865349445ce32cf4e269 SIZE (perforce/04.2/i386/p4web) = 1724624 -MD5 (perforce/04.2/i386/p4d) = 3009cc1bc5c2aef3edbb2687956e745a -SIZE (perforce/04.2/i386/p4d) = 1396844 -MD5 (perforce/04.2/i386/p4ftpd) = 7bee331b38a68b91dcdd91facf88761b +MD5 (perforce/04.2/i386/p4d) = e22d5a5fd66018b3774ee1c7f68f404c +SIZE (perforce/04.2/i386/p4d) = 1397548 +MD5 (perforce/04.2/i386/p4ftpd) = 750341bc2c441a4a01ee191d6213ba07 SIZE (perforce/04.2/i386/p4ftpd) = 813420 -MD5 (perforce/04.2/i386/p4p) = a80aa1cd28cb19fe2272b14101a6c926 +MD5 (perforce/04.2/i386/p4p) = 229c49e146b8feb83cb11daf6e502d47 SIZE (perforce/04.2/i386/p4p) = 695941 --- distinfo.i386.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 10:57:44 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FB7416A4CE; Wed, 2 Feb 2005 10:57:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2667943D45; Wed, 2 Feb 2005 10:57:44 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12Avi89050826; Wed, 2 Feb 2005 10:57:44 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12AvixW050822; Wed, 2 Feb 2005 11:57:44 +0100 (CET) (envelope-from tobez) Date: Wed, 2 Feb 2005 11:57:44 +0100 (CET) From: Anton Berezin Message-Id: <200502021057.j12AvixW050822@freefall.freebsd.org> To: tobez@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lth@FreeBSD.org Subject: Re: ports/77000: Update of Perforce port to fix distinfo.i386 problems X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 10:57:44 -0000 Synopsis: Update of Perforce port to fix distinfo.i386 problems Responsible-Changed-From-To: freebsd-ports-bugs->lth Responsible-Changed-By: tobez Responsible-Changed-When: Wed Feb 2 11:57:20 CET 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=77000 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 10:59:46 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ABA216A4CE; Wed, 2 Feb 2005 10:59:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52DD643D45; Wed, 2 Feb 2005 10:59:46 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12Axk0N050888; Wed, 2 Feb 2005 10:59:46 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12AxkKL050884; Wed, 2 Feb 2005 11:59:46 +0100 (CET) (envelope-from tobez) Date: Wed, 2 Feb 2005 11:59:46 +0100 (CET) From: Anton Berezin Message-Id: <200502021059.j12AxkKL050884@freefall.freebsd.org> To: tobez@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, girgen@FreeBSD.org Subject: Re: ports/76999: [PATCH] Support for alternative date/time datatype X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 10:59:46 -0000 Synopsis: [PATCH] Support for alternative date/time datatype Responsible-Changed-From-To: freebsd-ports-bugs->girgen Responsible-Changed-By: tobez Responsible-Changed-When: Wed Feb 2 11:59:36 CET 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=76999 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 11:40:13 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A61616A4D0 for ; Wed, 2 Feb 2005 11:40:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E471A43D54 for ; Wed, 2 Feb 2005 11:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12BeCXu056720 for ; Wed, 2 Feb 2005 11:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12BeCpS056719; Wed, 2 Feb 2005 11:40:12 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 11:40:12 GMT Resent-Message-Id: <200502021140.j12BeCpS056719@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Daniel Wijnands Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 915CA16A4CE for ; Wed, 2 Feb 2005 11:35:18 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A32A43D46 for ; Wed, 2 Feb 2005 11:35:18 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j12BZIct061190 for ; Wed, 2 Feb 2005 11:35:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j12BZIII061189; Wed, 2 Feb 2005 11:35:18 GMT (envelope-from nobody) Message-Id: <200502021135.j12BZIII061189@www.freebsd.org> Date: Wed, 2 Feb 2005 11:35:18 GMT From: Daniel Wijnands To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77002: Update port: / X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 11:40:13 -0000 >Number: 77002 >Category: ports >Synopsis: Update port: / >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 Feb 02 11:40:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Daniel Wijnands >Release: 5.3 >Organization: itXL >Environment: FreeBSD ios.dewie.itxl.nl 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Version update >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: # # p5-CGI-Builder # p5-CGI-Builder/Makefile # p5-CGI-Builder/distinfo # p5-CGI-Builder/pkg-descr # p5-CGI-Builder/pkg-plist # echo c - p5-CGI-Builder mkdir -p p5-CGI-Builder > /dev/null 2>&1 echo x - p5-CGI-Builder/Makefile sed 's/^X//' >p5-CGI-Builder/Makefile << 'END-of-p5-CGI-Builder/Makefile' X# New ports collection makefile for: CGI::Builder X# Date created: 20 Oct 2004 X# Whom: Daniel Wijnands X# X# $FreeBSD: ports/www/p5-CGI-Builder/Makefile,v 1.1 2004/10/26 15:19:55 mat Exp $ X# X XPORTNAME= CGI-Builder XPORTVERSION= 1.26+ XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= CGI XPKGNAMEPREFIX= p5- X XMAINTAINER= daniel@itxl.nl XCOMMENT= Perl module intended to make it easier to create reusable web apps X XBUILD_DEPENDS= ${SITE_PERL}/IO/Util.pm:${PORTSDIR}/devel/p5-IO-Util \ X ${SITE_PERL}/Class/constr.pm:${PORTSDIR}/devel/p5-OOTools X XPERL_CONFIGURE= yes XWRKSRC= ${WRKDIR}/CGI-Builder-1.26 X XMAN3= CGI::Builder.3 \ X CGI::Builder::Const.3 \ X CGI::Builder::Test.3 \ X Bundle::CGI::Builder::Complete.3 X X.include X X.if ${PERL_LEVEL} < 500601 XIGNORE= This port requires perl 5.6.1 or later. Install lang/perl5.8 then try again X.endif X X.include END-of-p5-CGI-Builder/Makefile echo x - p5-CGI-Builder/distinfo sed 's/^X//' >p5-CGI-Builder/distinfo << 'END-of-p5-CGI-Builder/distinfo' XMD5 (CGI-Builder-1.26+.tar.gz) = bd847b99b3b73cff75c005df7a6b2905 XSIZE (CGI-Builder-1.26+.tar.gz) = 37527 END-of-p5-CGI-Builder/distinfo echo x - p5-CGI-Builder/pkg-descr sed 's/^X//' >p5-CGI-Builder/pkg-descr << 'END-of-p5-CGI-Builder/pkg-descr' X XCGI::Builder - Framework to build simple or complex web-apps X XWWW: http://search.cpan.org/search?dist=CGI-Builder X X- Daniel Xdaniel@itxl.nl END-of-p5-CGI-Builder/pkg-descr echo x - p5-CGI-Builder/pkg-plist sed 's/^X//' >p5-CGI-Builder/pkg-plist << 'END-of-p5-CGI-Builder/pkg-plist' X%%SITE_PERL%%/Bundle/CGI/Builder/Complete.pm X%%SITE_PERL%%/CGI/Builder.pm X%%SITE_PERL%%/CGI/Builder/Const.pm X%%SITE_PERL%%/CGI/Builder/Test.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Builder/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Builder X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true X@dirrm %%SITE_PERL%%/CGI/Builder X@unexec rmdir %D/%%SITE_PERL%%/CGI 2>/dev/null || true X@dirrm %%SITE_PERL%%/Bundle/CGI/Builder X@unexec rmdir %D/%%SITE_PERL%%/Bundle/CGI 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Bundle 2>/dev/null || true END-of-p5-CGI-Builder/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 12:21:09 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 673DE16A4CF; Wed, 2 Feb 2005 12:21:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB6643D49; Wed, 2 Feb 2005 12:21:09 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12CL9ID062327; Wed, 2 Feb 2005 12:21:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12CL9pk062323; Wed, 2 Feb 2005 12:21:09 GMT (envelope-from edwin) Date: Wed, 2 Feb 2005 12:21:09 GMT From: Edwin Groothuis Message-Id: <200502021221.j12CL9pk062323@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76887: Update port: devel/pear-HTML_Template_Flexy 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: Wed, 02 Feb 2005 12:21:09 -0000 Synopsis: Update port: devel/pear-HTML_Template_Flexy to 1.2.1 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Feb 2 12:21:08 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76887 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 12:24:10 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6AC816A4CF; Wed, 2 Feb 2005 12:24:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B747B43D5D; Wed, 2 Feb 2005 12:24:10 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12COAnm062411; Wed, 2 Feb 2005 12:24:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12COA6e062407; Wed, 2 Feb 2005 12:24:10 GMT (envelope-from edwin) Date: Wed, 2 Feb 2005 12:24:10 GMT From: Edwin Groothuis Message-Id: <200502021224.j12COA6e062407@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76911: Update port: sysutils/pear-Translation2 to 2.0.0beta6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 12:24:11 -0000 Synopsis: Update port: sysutils/pear-Translation2 to 2.0.0beta6 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Feb 2 12:24:09 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76911 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 12:29:39 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57CDB16A4CE; Wed, 2 Feb 2005 12:29:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1390543D55; Wed, 2 Feb 2005 12:29:39 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12CTcCR062599; Wed, 2 Feb 2005 12:29:38 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12CTc22062595; Wed, 2 Feb 2005 12:29:38 GMT (envelope-from edwin) Date: Wed, 2 Feb 2005 12:29:38 GMT From: Edwin Groothuis Message-Id: <200502021229.j12CTc22062595@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76912: Update port: devel/pear-PHPUnit to 1.2.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: Wed, 02 Feb 2005 12:29:39 -0000 Synopsis: Update port: devel/pear-PHPUnit to 1.2.2 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Feb 2 12:29:37 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76912 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 12:35:37 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43E0A16A4CF; Wed, 2 Feb 2005 12:35:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C4643D45; Wed, 2 Feb 2005 12:35:37 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12CZal6066093; Wed, 2 Feb 2005 12:35:36 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12CZaCJ066089; Wed, 2 Feb 2005 12:35:36 GMT (envelope-from vs) Date: Wed, 2 Feb 2005 12:35:36 GMT From: Volker Stolz Message-Id: <200502021235.j12CZaCJ066089@freefall.freebsd.org> To: freebsd@next-generation.org, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76843: [maintainer update] update port: japanese/gaim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 12:35:37 -0000 Synopsis: [maintainer update] update port: japanese/gaim State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Wed Feb 2 12:33:52 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76843 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 12:37:40 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDEB416A4FF; Wed, 2 Feb 2005 12:37:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B382143D31; Wed, 2 Feb 2005 12:37:39 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12CbdtL066161; Wed, 2 Feb 2005 12:37:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12Cbd67066157; Wed, 2 Feb 2005 12:37:39 GMT (envelope-from edwin) Date: Wed, 2 Feb 2005 12:37:39 GMT From: Edwin Groothuis Message-Id: <200502021237.j12Cbd67066157@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76976: Update port: security/pear-File_Passwd to 1.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: Wed, 02 Feb 2005 12:37:40 -0000 Synopsis: Update port: security/pear-File_Passwd to 1.1.2 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Feb 2 12:37:38 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76976 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 12:40:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B33A16A4CE; Wed, 2 Feb 2005 12:40:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EEE343D39; Wed, 2 Feb 2005 12:40:22 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12CeM2E066296; Wed, 2 Feb 2005 12:40:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12CeMEJ066292; Wed, 2 Feb 2005 12:40:22 GMT (envelope-from edwin) Date: Wed, 2 Feb 2005 12:40:22 GMT From: Edwin Groothuis Message-Id: <200502021240.j12CeMEJ066292@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/76975: New port: www/pear-Text_Wiki Abstracts parsing and rendering rules for Wiki markup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 12:40:22 -0000 Synopsis: New port: www/pear-Text_Wiki Abstracts parsing and rendering rules for Wiki markup State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Feb 2 12:39:39 GMT 2005 State-Changed-Why: ===> Deinstalling pear-Text_Wiki-0.25.0 uninstall ok: Text_Wiki pkg_delete: unable to completely remove directory '/usr/local/share/pear/Text/Wiki' pkg_delete: unable to completely remove directory '/usr/local/share/pear/Text' > /usr/local/share/pear/Text > /usr/local/share/pear/Text/Wiki > /usr/local/share/pear/Text/Wiki/Parse Suggestions? Responsible-Changed-From-To: freebsd-ports-bugs->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 2 12:39:39 GMT 2005 Responsible-Changed-Why: I'll handle it with submitter http://www.freebsd.org/cgi/query-pr.cgi?pr=76975 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 12:42:51 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2337816A4DF; Wed, 2 Feb 2005 12:42:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF09743D1F; Wed, 2 Feb 2005 12:42:50 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12Cgoer066432; Wed, 2 Feb 2005 12:42:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12CgoEI066428; Wed, 2 Feb 2005 12:42:50 GMT (envelope-from edwin) Date: Wed, 2 Feb 2005 12:42:50 GMT From: Edwin Groothuis Message-Id: <200502021242.j12CgoEI066428@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76995: NEW PORT: www/pear-HTTP_Client (High level HTTP class) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 12:42:52 -0000 Synopsis: NEW PORT: www/pear-HTTP_Client (High level HTTP class) State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Feb 2 12:42:50 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76995 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 12:58:53 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22C7816A4CE; Wed, 2 Feb 2005 12:58:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B547C43D4C; Wed, 2 Feb 2005 12:58:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12Cwqvi066812; Wed, 2 Feb 2005 12:58:52 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12CwqXv066808; Wed, 2 Feb 2005 12:58:52 GMT (envelope-from pav) Date: Wed, 2 Feb 2005 12:58:52 GMT From: Pav Lucistnik Message-Id: <200502021258.j12CwqXv066808@freefall.freebsd.org> To: jacques@powertrip.co.za, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/76983: Fix security vulnerabilities in awstats < 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, 02 Feb 2005 12:58:53 -0000 Synopsis: Fix security vulnerabilities in awstats < 6.3 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Feb 2 12:58:25 GMT 2005 State-Changed-Why: Duplicate of ports/76735. Please see http://www.freebsd.org/cgi/query-pr.cgi?q=76735 for further debate. Thank you for your work anyway. Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Wed Feb 2 12:58:25 GMT 2005 Responsible-Changed-Why: Watch http://www.freebsd.org/cgi/query-pr.cgi?pr=76983 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 13:10:24 2005 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 58ABC16A4D0; Wed, 2 Feb 2005 13:10:24 +0000 (GMT) Received: from neo.redjade.org (neo.redjade.org [219.254.21.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E2BF43D1F; Wed, 2 Feb 2005 13:10:22 +0000 (GMT) (envelope-from ssw@neo.redjade.org) Received: from neo.redjade.org (localhost [127.0.0.1]) by neo.redjade.org (8.13.1/8.13.1) with ESMTP id j12DALvA001251; Wed, 2 Feb 2005 22:10:21 +0900 (KST) (envelope-from ssw@neo.redjade.org) Received: (from ssw@localhost) by neo.redjade.org (8.13.1/8.13.1/Submit) id j12DALDY001250; Wed, 2 Feb 2005 22:10:21 +0900 (KST) (envelope-from ssw) Date: Wed, 2 Feb 2005 22:10:21 +0900 From: Sangwoo Shim To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20050202131021.GA999@neo.redjade.org> References: <200502010521.j115L1CS068452@www.freebsd.org> <200502010530.j115US6O084941@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=euc-kr Content-Disposition: inline In-Reply-To: <200502010530.j115US6O084941@freefall.freebsd.org> User-Agent: Mutt/1.5.4i Subject: Re: ports/76941: Patch to science/vmd: compile and run vmd on amd64 machine. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 13:10:24 -0000 I've updated my patch for amd64 to catch up with recent vmd update. patch against science/vmd directory can be found at http://www.swoo.org/~sangwoo/vmd-amd64.diff And, entire vmd ports can be downloaded at http://www.swoo.org/~sangwoo/vmd-amd64.tar.bz2 - Sangwoo Shim From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 13:20:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7430616A4CF for ; Wed, 2 Feb 2005 13:20:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44EFF43D2D for ; Wed, 2 Feb 2005 13:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12DKP7G071607 for ; Wed, 2 Feb 2005 13:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12DKPOq071606; Wed, 2 Feb 2005 13:20:25 GMT (envelope-from gnats) Date: Wed, 2 Feb 2005 13:20:25 GMT Message-Id: <200502021320.j12DKPOq071606@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sangwoo Shim Subject: Re: ports/76941: Patch to science/vmd: compile and run vmd on amd64 machine. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sangwoo Shim List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 13:20:25 -0000 The following reply was made to PR ports/76941; it has been noted by GNATS. From: Sangwoo Shim To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/76941: Patch to science/vmd: compile and run vmd on amd64 machine. Date: Wed, 2 Feb 2005 22:10:21 +0900 I've updated my patch for amd64 to catch up with recent vmd update. patch against science/vmd directory can be found at http://www.swoo.org/~sangwoo/vmd-amd64.diff And, entire vmd ports can be downloaded at http://www.swoo.org/~sangwoo/vmd-amd64.tar.bz2 - Sangwoo Shim From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 13:45:09 2005 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 418E316A4CF; Wed, 2 Feb 2005 13:45:09 +0000 (GMT) Received: from terra.inf.ufsc.br (terra.inf.ufsc.br [150.162.60.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9939543D49; Wed, 2 Feb 2005 13:45:08 +0000 (GMT) (envelope-from antonio@php.net) Received: from localhost (ns2.inf.ufsc.br [150.162.60.11]) (INE/CTC/UFSC)) with ESMTP id D7D8063E5; Wed, 2 Feb 2005 11:45:06 -0200 (BRDT) Received: from netuno.inf.ufsc.br ([127.0.0.1]) by localhost (netuno [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14917-06; Wed, 2 Feb 2005 11:45:06 -0200 (BRDT) Received: from [10.1.1.191] (unknown [200.193.29.198]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested)(INE/CTC/UFSC)) with ESMTP id 066434AF5C; Wed, 2 Feb 2005 11:45:06 -0200 (BRDT) Message-ID: <4200D94F.9020106@php.net> Date: Wed, 02 Feb 2005 11:44:47 -0200 From: =?ISO-8859-1?Q?Ant=F4nio_Carlos_Ven=E2ncio_J=FAnior?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Edwin Groothuis References: <200502021240.j12CeMEJ066292@freefall.freebsd.org> In-Reply-To: <200502021240.j12CeMEJ066292@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at inf.ufsc.br cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76975: New port: www/pear-Text_Wiki Abstracts parsing and rendering rules for Wiki markup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: antonio@php.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 13:45:09 -0000 Edwin, Edwin Groothuis wrote: > Synopsis: New port: www/pear-Text_Wiki Abstracts parsing and rendering rules for Wiki markup > > State-Changed-From-To: open->feedback > State-Changed-By: edwin > State-Changed-When: Wed Feb 2 12:39:39 GMT 2005 > State-Changed-Why: > ===> Deinstalling pear-Text_Wiki-0.25.0 > uninstall ok: Text_Wiki > pkg_delete: unable to completely remove directory '/usr/local/share/pear/Text/Wiki' > pkg_delete: unable to completely remove directory '/usr/local/share/pear/Text' > > >>/usr/local/share/pear/Text >>/usr/local/share/pear/Text/Wiki >>/usr/local/share/pear/Text/Wiki/Parse > > > Suggestions? It doesn't removes "Text/Wiki/Parse" because there aren't any files inside that dir. One solution would be adding a temporary file there (.keep_me or something like that) and list that file at FILES. > > > Responsible-Changed-From-To: freebsd-ports-bugs->edwin > Responsible-Changed-By: edwin > Responsible-Changed-When: Wed Feb 2 12:39:39 GMT 2005 > Responsible-Changed-Why: > I'll handle it with submitter > > http://www.freebsd.org/cgi/query-pr.cgi?pr=76975 -- Ate' Antonio echo antonio php net | sed 's/ /@/;s/ /./g' FreeBSD/OpenBSD | PHP/MySQL | PGP Key ID 0x5BBEB073 "Can't buy what I want because its FREE!" - Pearl Jam From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 13:54:04 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E1A116A4CE; Wed, 2 Feb 2005 13:54:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 053E343D1D; Wed, 2 Feb 2005 13:54:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12Ds3wv073456; Wed, 2 Feb 2005 13:54:03 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12Ds36f073452; Wed, 2 Feb 2005 13:54:03 GMT (envelope-from pav) Date: Wed, 2 Feb 2005 13:54:03 GMT From: Pav Lucistnik Message-Id: <200502021354.j12Ds36f073452@freefall.freebsd.org> To: ssw@neo.redjade.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76939: patch to graphics/gimageview: catch up with libexif 0.5.12 -> 0.6.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 13:54:04 -0000 Synopsis: patch to graphics/gimageview: catch up with libexif 0.5.12 -> 0.6.10 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Feb 2 13:53:57 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76939 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 14:10:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EC3E16A4CE for ; Wed, 2 Feb 2005 14:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECDAA43D45 for ; Wed, 2 Feb 2005 14:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12EAN4s077913 for ; Wed, 2 Feb 2005 14:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12EANDu077912; Wed, 2 Feb 2005 14:10:23 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 14:10:23 GMT Resent-Message-Id: <200502021410.j12EANDu077912@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Filippo Natali" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30E4416A4CE for ; Wed, 2 Feb 2005 14:01:32 +0000 (GMT) Received: from w1001.widhost.net (w1001.widhost.net [209.235.192.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76FDB43D53 for ; Wed, 2 Feb 2005 14:01:31 +0000 (GMT) (envelope-from filippo@widestore.net) Received: from mx0.hq.widestore.net (mx0.hq.widestore.net [212.97.46.42]) by w1001.widhost.net (Postfix) with ESMTP id 183CB22535 for ; Wed, 2 Feb 2005 09:01:30 -0500 (EST) Received: from cagnina.hq.widestore.net (cagnina.hq.widestore.net [192.168.1.1]) by mx0.hq.widestore.net (Postfix) with ESMTP id 20A3C5F for ; Wed, 2 Feb 2005 15:01:11 +0100 (CET) Message-Id: <1107352870.0@cagnina.hq.widestore.net> Date: Wed, 2 Feb 2005 15:01:10 +0100 From: "Filippo Natali" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.3 Subject: ports/77005: [MAINTAINER UPDATE] fix x11-themes/lila-xfwm4 with xfce 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: Wed, 02 Feb 2005 14:10:24 -0000 >Number: 77005 >Category: ports >Synopsis: [MAINTAINER UPDATE] fix x11-themes/lila-xfwm4 with xfce 4.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 02 14:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Filippo Natali >Release: FreeBSD 5.3-STABLE i386 >Organization: Widestore srl >Environment: System: FreeBSD 5.3-STABLE #0: Thu Jan 13 12:15:26 CET 2005 filippo@cagnina.hq.widestore.net:/usr/obj/usr/src/sys/CAGNINA >Description: Fix lila-xfwm4 install path after xfce 4.2 update. Reported by Kris via pointyhat >How-To-Repeat: >Fix: --- lila-xfwm4-20050202.diff begins here --- diff -Nru /usr/ports/x11-themes/lila-xfwm4/Makefile lila-xfwm4/Makefile --- /usr/ports/x11-themes/lila-xfwm4/Makefile Sun Nov 7 23:37:29 2004 +++ lila-xfwm4/Makefile Fri Jan 28 11:44:37 2005 @@ -22,7 +22,9 @@ NO_BUILD= yes do-install: - @${CP} -R ${WRKDIR}/Lila ${X11BASE}/share/xfwm4/themes/ - @${CP} -R ${WRKDIR}/Lila-light ${X11BASE}/share/xfwm4/themes/ + @${MKDIR} -p ${X11BASE}/share/themes/Lila/xfwm4 + @${MKDIR} -p ${X11BASE}/share/themes/Lila-light/xfwm4 + @${CP} -R ${WRKDIR}/Lila/ ${X11BASE}/share/themes/Lila/xfwm4 + @${CP} -R ${WRKDIR}/Lila-light/ ${X11BASE}/share/themes/Lila-light/xfwm4 .include diff -Nru /usr/ports/x11-themes/lila-xfwm4/pkg-plist lila-xfwm4/pkg-plist --- /usr/ports/x11-themes/lila-xfwm4/pkg-plist Tue Jul 6 19:47:05 2004 +++ lila-xfwm4/pkg-plist Fri Jan 28 11:28:30 2005 @@ -1,76 +1,78 @@ -share/xfwm4/themes/Lila/menu-pressed.xpm -share/xfwm4/themes/Lila/title-2-active.xpm -share/xfwm4/themes/Lila/right-active.xpm -share/xfwm4/themes/Lila/bottom-active.xpm -share/xfwm4/themes/Lila/hide-inactive.xpm -share/xfwm4/themes/Lila/close-pressed.xpm -share/xfwm4/themes/Lila/title-1-active.xpm -share/xfwm4/themes/Lila/left-active.xpm -share/xfwm4/themes/Lila/top-left-active.xpm -share/xfwm4/themes/Lila/title-4-inactive.xpm -share/xfwm4/themes/Lila/menu-inactive.xpm -share/xfwm4/themes/Lila/bottom-right-active.xpm -share/xfwm4/themes/Lila/hide-pressed.xpm -share/xfwm4/themes/Lila/bottom-inactive.xpm -share/xfwm4/themes/Lila/bottom-right-inactive.xpm -share/xfwm4/themes/Lila/hide-active.xpm -share/xfwm4/themes/Lila/themerc -share/xfwm4/themes/Lila/title-1-inactive.xpm -share/xfwm4/themes/Lila/top-right-inactive.xpm -share/xfwm4/themes/Lila/top-left-inactive.xpm -share/xfwm4/themes/Lila/title-5-inactive.xpm -share/xfwm4/themes/Lila/maximize-inactive.xpm -share/xfwm4/themes/Lila/bottom-left-inactive.xpm -share/xfwm4/themes/Lila/left-inactive.xpm -share/xfwm4/themes/Lila/bottom-left-active.xpm -share/xfwm4/themes/Lila/title-5-active.xpm -share/xfwm4/themes/Lila/maximize-pressed.xpm -share/xfwm4/themes/Lila/title-2-inactive.xpm -share/xfwm4/themes/Lila/right-inactive.xpm -share/xfwm4/themes/Lila/title-4-active.xpm -share/xfwm4/themes/Lila/close-active.xpm -share/xfwm4/themes/Lila/close-inactive.xpm -share/xfwm4/themes/Lila/top-right-active.xpm -share/xfwm4/themes/Lila/maximize-active.xpm -share/xfwm4/themes/Lila/menu-active.xpm -share/xfwm4/themes/Lila/title-3-active.xpm -share/xfwm4/themes/Lila/title-3-inactive.xpm -share/xfwm4/themes/Lila-light/menu-pressed.xpm -share/xfwm4/themes/Lila-light/right-active.xpm -share/xfwm4/themes/Lila-light/bottom-active.xpm -share/xfwm4/themes/Lila-light/hide-inactive.xpm -share/xfwm4/themes/Lila-light/close-pressed.xpm -share/xfwm4/themes/Lila-light/title-1-active.xpm -share/xfwm4/themes/Lila-light/maximize-toggled-inactive.xpm -share/xfwm4/themes/Lila-light/left-active.xpm -share/xfwm4/themes/Lila-light/top-left-active.xpm -share/xfwm4/themes/Lila-light/menu-inactive.xpm -share/xfwm4/themes/Lila-light/bottom-right-active.xpm -share/xfwm4/themes/Lila-light/hide-pressed.xpm -share/xfwm4/themes/Lila-light/bottom-inactive.xpm -share/xfwm4/themes/Lila-light/bottom-right-inactive.xpm -share/xfwm4/themes/Lila-light/hide-active.xpm -share/xfwm4/themes/Lila-light/title-1-inactive.xpm -share/xfwm4/themes/Lila-light/themerc -share/xfwm4/themes/Lila-light/top-right-inactive.xpm -share/xfwm4/themes/Lila-light/top-left-inactive.xpm -share/xfwm4/themes/Lila-light/maximize-inactive.xpm -share/xfwm4/themes/Lila-light/maximize-toggled-active.xpm -share/xfwm4/themes/Lila-light/bottom-left-inactive.xpm -share/xfwm4/themes/Lila-light/left-inactive.xpm -share/xfwm4/themes/Lila-light/bottom-left-active.xpm -share/xfwm4/themes/Lila-light/maximize-toggled-pressed.xpm -share/xfwm4/themes/Lila-light/title-5-active.xpm -share/xfwm4/themes/Lila-light/maximize-pressed.xpm -share/xfwm4/themes/Lila-light/right-inactive.xpm -share/xfwm4/themes/Lila-light/title-4-active.xpm -share/xfwm4/themes/Lila-light/close-active.xpm -share/xfwm4/themes/Lila-light/close-inactive.xpm -share/xfwm4/themes/Lila-light/top-right-active.xpm -share/xfwm4/themes/Lila-light/maximize-active.xpm -share/xfwm4/themes/Lila-light/menu-active.xpm -share/xfwm4/themes/Lila-light/title-3-active.xpm -share/xfwm4/themes/Lila-light/title-2-active.xpm -@dirrm share/xfwm4/themes/Lila-light -@dirrm share/xfwm4/themes/Lila -@unexec rmdir %D/share/xfwm4/themes 2>/dev/null || true +share/themes/Lila/xfwm4/menu-pressed.xpm +share/themes/Lila/xfwm4/title-2-active.xpm +share/themes/Lila/xfwm4/right-active.xpm +share/themes/Lila/xfwm4/bottom-active.xpm +share/themes/Lila/xfwm4/hide-inactive.xpm +share/themes/Lila/xfwm4/close-pressed.xpm +share/themes/Lila/xfwm4/title-1-active.xpm +share/themes/Lila/xfwm4/left-active.xpm +share/themes/Lila/xfwm4/top-left-active.xpm +share/themes/Lila/xfwm4/title-4-inactive.xpm +share/themes/Lila/xfwm4/menu-inactive.xpm +share/themes/Lila/xfwm4/bottom-right-active.xpm +share/themes/Lila/xfwm4/hide-pressed.xpm +share/themes/Lila/xfwm4/bottom-inactive.xpm +share/themes/Lila/xfwm4/bottom-right-inactive.xpm +share/themes/Lila/xfwm4/hide-active.xpm +share/themes/Lila/xfwm4/themerc +share/themes/Lila/xfwm4/title-1-inactive.xpm +share/themes/Lila/xfwm4/top-right-inactive.xpm +share/themes/Lila/xfwm4/top-left-inactive.xpm +share/themes/Lila/xfwm4/title-5-inactive.xpm +share/themes/Lila/xfwm4/maximize-inactive.xpm +share/themes/Lila/xfwm4/bottom-left-inactive.xpm +share/themes/Lila/xfwm4/left-inactive.xpm +share/themes/Lila/xfwm4/bottom-left-active.xpm +share/themes/Lila/xfwm4/title-5-active.xpm +share/themes/Lila/xfwm4/maximize-pressed.xpm +share/themes/Lila/xfwm4/title-2-inactive.xpm +share/themes/Lila/xfwm4/right-inactive.xpm +share/themes/Lila/xfwm4/title-4-active.xpm +share/themes/Lila/xfwm4/close-active.xpm +share/themes/Lila/xfwm4/close-inactive.xpm +share/themes/Lila/xfwm4/top-right-active.xpm +share/themes/Lila/xfwm4/maximize-active.xpm +share/themes/Lila/xfwm4/menu-active.xpm +share/themes/Lila/xfwm4/title-3-active.xpm +share/themes/Lila/xfwm4/title-3-inactive.xpm +share/themes/Lila-light/xfwm4/menu-pressed.xpm +share/themes/Lila-light/xfwm4/right-active.xpm +share/themes/Lila-light/xfwm4/bottom-active.xpm +share/themes/Lila-light/xfwm4/hide-inactive.xpm +share/themes/Lila-light/xfwm4/close-pressed.xpm +share/themes/Lila-light/xfwm4/title-1-active.xpm +share/themes/Lila-light/xfwm4/maximize-toggled-inactive.xpm +share/themes/Lila-light/xfwm4/left-active.xpm +share/themes/Lila-light/xfwm4/top-left-active.xpm +share/themes/Lila-light/xfwm4/menu-inactive.xpm +share/themes/Lila-light/xfwm4/bottom-right-active.xpm +share/themes/Lila-light/xfwm4/hide-pressed.xpm +share/themes/Lila-light/xfwm4/bottom-inactive.xpm +share/themes/Lila-light/xfwm4/bottom-right-inactive.xpm +share/themes/Lila-light/xfwm4/hide-active.xpm +share/themes/Lila-light/xfwm4/title-1-inactive.xpm +share/themes/Lila-light/xfwm4/themerc +share/themes/Lila-light/xfwm4/top-right-inactive.xpm +share/themes/Lila-light/xfwm4/top-left-inactive.xpm +share/themes/Lila-light/xfwm4/maximize-inactive.xpm +share/themes/Lila-light/xfwm4/maximize-toggled-active.xpm +share/themes/Lila-light/xfwm4/bottom-left-inactive.xpm +share/themes/Lila-light/xfwm4/left-inactive.xpm +share/themes/Lila-light/xfwm4/bottom-left-active.xpm +share/themes/Lila-light/xfwm4/maximize-toggled-pressed.xpm +share/themes/Lila-light/xfwm4/title-5-active.xpm +share/themes/Lila-light/xfwm4/maximize-pressed.xpm +share/themes/Lila-light/xfwm4/right-inactive.xpm +share/themes/Lila-light/xfwm4/title-4-active.xpm +share/themes/Lila-light/xfwm4/close-active.xpm +share/themes/Lila-light/xfwm4/close-inactive.xpm +share/themes/Lila-light/xfwm4/top-right-active.xpm +share/themes/Lila-light/xfwm4/maximize-active.xpm +share/themes/Lila-light/xfwm4/menu-active.xpm +share/themes/Lila-light/xfwm4/title-3-active.xpm +share/themes/Lila-light/xfwm4/title-2-active.xpm +@dirrm share/themes/Lila-light/xfwm4 +@dirrm share/themes/Lila/xfwm4 +@dirrm share/themes/Lila-light +@dirrm share/themes/Lila +@unexec rmdir %D/share/themes 2>/dev/null || true --- lila-xfwm4-20050202.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 14:20:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EB7C16A4CF for ; Wed, 2 Feb 2005 14:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1613F43D45 for ; Wed, 2 Feb 2005 14:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12EKLdk078218 for ; Wed, 2 Feb 2005 14:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12EKLFi078217; Wed, 2 Feb 2005 14:20:21 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 14:20:21 GMT Resent-Message-Id: <200502021420.j12EKLFi078217@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Filippo Natali" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3768E16A4CE for ; Wed, 2 Feb 2005 14:14:58 +0000 (GMT) Received: from w1001.widhost.net (w1001.widhost.net [209.235.192.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id A465543D48 for ; Wed, 2 Feb 2005 14:14:57 +0000 (GMT) (envelope-from filippo@widestore.net) Received: from mx0.hq.widestore.net (mx0.hq.widestore.net [212.97.46.42]) by w1001.widhost.net (Postfix) with ESMTP id DE8C5218DD for ; Wed, 2 Feb 2005 09:14:56 -0500 (EST) Received: from cagnina.hq.widestore.net (cagnina.hq.widestore.net [192.168.1.1]) by mx0.hq.widestore.net (Postfix) with ESMTP id E6E2B66; Wed, 2 Feb 2005 15:14:16 +0100 (CET) Message-Id: <1107353657.0@cagnina.hq.widestore.net> Date: Wed, 2 Feb 2005 15:14:17 +0100 From: "Filippo Natali" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.3 cc: tmclaugh@sdf.lonestar.org Subject: ports/77006: [NEW PORT] x11-themes/gnome-icons-lila X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 14:20:22 -0000 >Number: 77006 >Category: ports >Synopsis: [NEW PORT] x11-themes/gnome-icons-lila >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 Feb 02 14:20:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Filippo Natali >Release: FreeBSD 5.3-STABLE i386 >Organization: Widestore srl >Environment: System: FreeBSD 5.3-STABLE #0: Thu Jan 13 12:15:26 CET 2005 filippo@cagnina.hq.widestore.net:/usr/obj/usr/src/sys/CAGNINA >Description: New port: x11-themes/gnome-icons-lila, Lila icon theme for Gnome and Xfce 4.2 x11-themes/lila-xffm and x11-themes/lila-xfce4-panel no longer work with Xfce 4.2 and are both replaced by this port, then they can be safely removed from ports tree. >How-To-Repeat: >Fix: --- gnome-icons-lila.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: # # gnome-icons-lila # gnome-icons-lila/Makefile # gnome-icons-lila/distinfo # gnome-icons-lila/pkg-descr # echo c - gnome-icons-lila mkdir -p gnome-icons-lila > /dev/null 2>&1 echo x - gnome-icons-lila/Makefile sed 's/^X//' >gnome-icons-lila/Makefile << 'END-of-gnome-icons-lila/Makefile' X# New ports collection makefile for: Gnome iconset Lila X# Date created: 2 Feb 2005 X# Whom: Filippo Natali X# X# $FreeBSD$ X# X X# Port logic gratuitously stolen from x11-themes/kde-icons-noia by X# lioux@. If it's not defined here and you think it should be, check X# x11-themes/gnome-icons/bsd.gnome-icons.mk for it. X XPORTNAME= lila XPORTVERSION= 0.6.2 XCATEGORIES= x11-themes gnome XMASTER_SITES= http://lila-theme.uni.cc/files/tarballs/ XDISTNAME= ${PORTNAME}-gnome-${PORTVERSION} X XMAINTAINER= filippo@widestore.net XCOMMENT= Lila Icons for Gnome X XNO_PACKAGE= ${REASON} XNO_CDROM= ${REASON} XRESTRICTED= ${REASON} X XUSE_BZIP2= yes XWRKSRC= "${WRKDIR}" X Xpost-extract: X @${MV} ${WRKDIR}/${PORTNAME}-gnome/Lila ${WRKDIR}; \ X ${MV} ${WRKDIR}/LICENSE ${WRKSRC}; \ X ${MV} ${WRKDIR}/COPYRIGHT ${WRKSRC} X X.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" X.include END-of-gnome-icons-lila/Makefile echo x - gnome-icons-lila/distinfo sed 's/^X//' >gnome-icons-lila/distinfo << 'END-of-gnome-icons-lila/distinfo' XMD5 (lila-gnome-0.6.2.tar.bz2) = a43e07e6308d70d1803bbd21c7305a32 XSIZE (lila-gnome-0.6.2.tar.bz2) = 1513917 END-of-gnome-icons-lila/distinfo echo x - gnome-icons-lila/pkg-descr sed 's/^X//' >gnome-icons-lila/pkg-descr << 'END-of-gnome-icons-lila/pkg-descr' XThe Lila iconset for Gnome X XWWW: http://lila-theme.uni.cc END-of-gnome-icons-lila/pkg-descr exit --- gnome-icons-lila.shar ends here --- --- gnome-icons-20050202.diff begins here --- diff -Nru /usr/ports/x11-themes/gnome-icons/Makefile gnome-icons/Makefile --- /usr/ports/x11-themes/gnome-icons/Makefile Thu Dec 9 06:08:42 2004 +++ gnome-icons/Makefile Wed Feb 2 12:38:59 2005 @@ -30,7 +30,8 @@ ${X11BASE}/share/icons/Slick/index.theme:${PORTSDIR}/x11-themes/gnome-icons-slick \ ${X11BASE}/share/icons/Snow-Apple/index.theme:${PORTSDIR}/x11-themes/gnome-icons-snow-apple \ ${X11BASE}/share/icons/stylish/index.theme:${PORTSDIR}/x11-themes/gnome-icons-stylish \ - ${X11BASE}/share/icons/ximian-south/index.theme:${PORTSDIR}/x11-themes/gnome-icons-ximian-south + ${X11BASE}/share/icons/ximian-south/index.theme:${PORTSDIR}/x11-themes/gnome-icons-ximian-south \ + ${X11BASE}/share/icons/Lila/index.theme:${PORTSDIR}/x11-themes/gnome-icons-lila NO_BUILD= yes --- gnome-icons-20050202.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 14:20:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B6C816A4CE for ; Wed, 2 Feb 2005 14:20:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D6443D1F for ; Wed, 2 Feb 2005 14:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12EKMU6078275 for ; Wed, 2 Feb 2005 14:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12EKMrC078274; Wed, 2 Feb 2005 14:20:22 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 14:20:22 GMT Resent-Message-Id: <200502021420.j12EKMrC078274@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ivan Sviridov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3791516A4CE for ; Wed, 2 Feb 2005 14:19:26 +0000 (GMT) Received: from work.vimcom.net (work.vimcom.net [212.248.41.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF9743D31 for ; Wed, 2 Feb 2005 14:19:25 +0000 (GMT) (envelope-from sin@work.vimcom.net) Received: from work.vimcom.net (localhost.vimcom.net [127.0.0.1]) by work.vimcom.net (8.12.10/8.12.10) with ESMTP id j12EVrfR084379 for ; Wed, 2 Feb 2005 17:31:53 +0300 (MSK) (envelope-from sin@work.vimcom.net) Received: (from sin@localhost) by work.vimcom.net (8.12.10/8.12.10/Submit) id j12EVrj9084378; Wed, 2 Feb 2005 17:31:53 +0300 (MSK) (envelope-from sin) Message-Id: <200502021431.j12EVrj9084378@work.vimcom.net> Date: Wed, 2 Feb 2005 17:31:53 +0300 (MSK) From: Ivan Sviridov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77007: New port: www/wacko (A small and fast PHP Wikki clone with multiple language support) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ivan Sviridov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 14:20:23 -0000 >Number: 77007 >Category: ports >Synopsis: New port: www/wacko (A small and fast PHP Wikki clone with multiple language 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: Wed Feb 02 14:20:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ivan Sviridov >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: <> >Environment: System: FreeBSD work.vimcom.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sat Oct 30 18:17:07 MSD 2004 root@work.vimcom.net:/usr/src/sys/i386/compile/SINKERNEL i386 >Description: A small and fast PHP Wikki clone with multiple language support >How-To-Repeat: >Fix: --- wacko.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/www/wacko # /usr/ports/www/wacko/Makefile # /usr/ports/www/wacko/distinfo # /usr/ports/www/wacko/pkg-descr # /usr/ports/www/wacko/pkg-plist # echo c - /usr/ports/www/wacko mkdir -p /usr/ports/www/wacko > /dev/null 2>&1 echo x - /usr/ports/www/wacko/Makefile sed 's/^X//' >/usr/ports/www/wacko/Makefile << 'END-of-/usr/ports/www/wacko/Makefile' X# New ports collection makefile for: WackoWikki X# Date created: 05.Dec 2004 X# Whom: Ivan Sviridov (sin@vimcom.net) X# $FreeBSD$ X XPORTNAME= wacko XPORTVERSION= 4 XCATEGORIES= www XMASTER_SITES= http://wackowiki.com/files/ XDISTNAME= wacko.r4 X XMAINTAINER= sin@vimcom.net XCOMMENT= A small and fast PHP Wikki clone with multiple language support X XUSE_BZIP2= yes X# The port supports a number of variables that may be tweaked at build X# time. Perform a "make options" to see more information on these variables. X# XWWWDOCROOT?= www/data XWACKOURL?= wacko XWWWOWN?= www XWWWGRP?= www X# X# End of user-configurable variables. XCFGFILE=interwiki.conf X# Set/override/append to variables from bsd.port.mk: X# X XWRKSRC= ${WRKDIR}/${PORTNAME} XWACKODIR= ${WWWDOCROOT}/${WACKOURL} XNO_BUILD= yes XUSE_PHP= mysql XPLIST_SUB+= WACKODIR="${WACKODIR}" X Xdo-extract: X @ ${MKDIR} ${WRKSRC} X @ cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} X Xpost-patch: X @ ${MV} ${WRKSRC}/${CFGFILE} ${WRKSRC}/${CFGFILE}.sample X Xdo-install: X @ ${MKDIR} ${PREFIX}/${WACKODIR} X @ ${CP} -R ${WRKSRC}/ ${PREFIX}/${WACKODIR} X @ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${WACKODIR} X X @ ${ECHO_MSG} "" X @ ${ECHO_MSG} " GoTo: http:///${WACKOURL}" X @ ${ECHO_MSG} "" X X.include END-of-/usr/ports/www/wacko/Makefile echo x - /usr/ports/www/wacko/distinfo sed 's/^X//' >/usr/ports/www/wacko/distinfo << 'END-of-/usr/ports/www/wacko/distinfo' XMD5 (wacko.r4.tar.bz2) = a2b0261b7fff7a14ee390e4fd342a2dd XSIZE (wacko.r4.tar.bz2) = 210785 END-of-/usr/ports/www/wacko/distinfo echo x - /usr/ports/www/wacko/pkg-descr sed 's/^X//' >/usr/ports/www/wacko/pkg-descr << 'END-of-/usr/ports/www/wacko/pkg-descr' XSmall, lightweight, handy, expandable Wiki-clone written in PHP4. X XThis code was forked from WakkaWiki 0.1.2, with some patches from ChS, Xwikini.net, some new actions from WakkaWiki.com Xand essential amount of our own sourcecode. X XWith cyrillic support int the linking. X XWWW: http://wackowiki.com END-of-/usr/ports/www/wacko/pkg-descr echo x - /usr/ports/www/wacko/pkg-plist sed 's/^X//' >/usr/ports/www/wacko/pkg-plist << 'END-of-/usr/ports/www/wacko/pkg-plist' X%%WACKODIR%%/README X%%WACKODIR%%/_cache/.htaccess X%%WACKODIR%%/actions/a.php X%%WACKODIR%%/actions/admincache.php X%%WACKODIR%%/actions/allpageindex.php X%%WACKODIR%%/actions/allrecentchanges.php X%%WACKODIR%%/actions/anchor.php X%%WACKODIR%%/actions/backlinks.php X%%WACKODIR%%/actions/changepassword.php X%%WACKODIR%%/actions/changes.php X%%WACKODIR%%/actions/files.php X%%WACKODIR%%/actions/flash.php X%%WACKODIR%%/actions/hits.php X%%WACKODIR%%/actions/include.php X%%WACKODIR%%/actions/index.php X%%WACKODIR%%/actions/interwikilist.php X%%WACKODIR%%/actions/j.php X%%WACKODIR%%/actions/lastusers.php X%%WACKODIR%%/actions/linkstree.php X%%WACKODIR%%/actions/login.php X%%WACKODIR%%/actions/mostpopular.php X%%WACKODIR%%/actions/mychanges.php X%%WACKODIR%%/actions/mychangeswatches.php X%%WACKODIR%%/actions/mypages.php X%%WACKODIR%%/actions/mywatches.php X%%WACKODIR%%/actions/mywatchespages.php X%%WACKODIR%%/actions/nocomments.php X%%WACKODIR%%/actions/orphaned.php X%%WACKODIR%%/actions/orphanedpages.php X%%WACKODIR%%/actions/p.php X%%WACKODIR%%/actions/pageindex.php X%%WACKODIR%%/actions/pageindex2.php X%%WACKODIR%%/actions/randomphrase.php X%%WACKODIR%%/actions/recentchanges.php X%%WACKODIR%%/actions/recentcomments.php X%%WACKODIR%%/actions/recentlycommented.php X%%WACKODIR%%/actions/redirect.php X%%WACKODIR%%/actions/registration.php X%%WACKODIR%%/actions/search.php X%%WACKODIR%%/actions/searchfor.php X%%WACKODIR%%/actions/showparagraphs.php X%%WACKODIR%%/actions/tableofcontents.php X%%WACKODIR%%/actions/textsearch.php X%%WACKODIR%%/actions/toc.php X%%WACKODIR%%/actions/topicsearch.php X%%WACKODIR%%/actions/tree.php X%%WACKODIR%%/actions/upload.php X%%WACKODIR%%/actions/usersettings.php X%%WACKODIR%%/actions/wanted.php X%%WACKODIR%%/actions/wantedpages.php X%%WACKODIR%%/actions/watchers.php X%%WACKODIR%%/classes/cache.php X%%WACKODIR%%/classes/wacko.php X%%WACKODIR%%/db/mssql.php X%%WACKODIR%%/db/mysql.php X%%WACKODIR%%/docs/INSTALL X%%WACKODIR%%/docs/LICENSE X%%WACKODIR%%/docs/UPGRADE X%%WACKODIR%%/files/.htaccess X%%WACKODIR%%/files/perpage/.htaccess X%%WACKODIR%%/formatters/classes/DelphiHightlighter.php X%%WACKODIR%%/formatters/classes/JavaHighlighter.php X%%WACKODIR%%/formatters/classes/SafeHtml.php X%%WACKODIR%%/formatters/classes/WackoFormatter.php X%%WACKODIR%%/formatters/classes/paragrafica.php X%%WACKODIR%%/formatters/classes/post_wacko.php X%%WACKODIR%%/formatters/classes/typografica.php X%%WACKODIR%%/formatters/free_symbols X%%WACKODIR%%/formatters/highlight/box.php X%%WACKODIR%%/formatters/highlight/code.php X%%WACKODIR%%/formatters/highlight/comments.php X%%WACKODIR%%/formatters/highlight/css.php X%%WACKODIR%%/formatters/highlight/email.php X%%WACKODIR%%/formatters/highlight/hl.php X%%WACKODIR%%/formatters/highlight/html.php X%%WACKODIR%%/formatters/highlight/icq.php X%%WACKODIR%%/formatters/highlight/icq_l.php X%%WACKODIR%%/formatters/highlight/icq_m.php X%%WACKODIR%%/formatters/highlight/icq_t.php X%%WACKODIR%%/formatters/highlight/ini.php X%%WACKODIR%%/formatters/highlight/java.php X%%WACKODIR%%/formatters/highlight/noautolinks.php X%%WACKODIR%%/formatters/highlight/notypo.php X%%WACKODIR%%/formatters/highlight/pascal.php X%%WACKODIR%%/formatters/highlight/php.php X%%WACKODIR%%/formatters/highlight/small.php X%%WACKODIR%%/formatters/highlight/sql.php X%%WACKODIR%%/formatters/msword.php X%%WACKODIR%%/formatters/paragrafica.php X%%WACKODIR%%/formatters/post_wacko.php X%%WACKODIR%%/formatters/preformat.php X%%WACKODIR%%/formatters/safehtml.php X%%WACKODIR%%/formatters/translit.php X%%WACKODIR%%/formatters/typografica.php X%%WACKODIR%%/formatters/wacko.php X%%WACKODIR%%/formatters/wakka.php X%%WACKODIR%%/handlers/page/_diff.php X%%WACKODIR%%/handlers/page/acls.php X%%WACKODIR%%/handlers/page/addcomment.php X%%WACKODIR%%/handlers/page/claim.php X%%WACKODIR%%/handlers/page/diff.php X%%WACKODIR%%/handlers/page/edit.php X%%WACKODIR%%/handlers/page/files.php X%%WACKODIR%%/handlers/page/massacls.php X%%WACKODIR%%/handlers/page/msword.php X%%WACKODIR%%/handlers/page/print.php X%%WACKODIR%%/handlers/page/referrers.php X%%WACKODIR%%/handlers/page/referrers_sites.php X%%WACKODIR%%/handlers/page/remove.php X%%WACKODIR%%/handlers/page/rename.php X%%WACKODIR%%/handlers/page/revisions.php X%%WACKODIR%%/handlers/page/revisions.xml.php X%%WACKODIR%%/handlers/page/settings.php X%%WACKODIR%%/handlers/page/show.php X%%WACKODIR%%/handlers/page/upload.php X%%WACKODIR%%/handlers/page/watch.php X%%WACKODIR%%/images/.htaccess X%%WACKODIR%%/images/upload403.gif X%%WACKODIR%%/images/upload404.gif X%%WACKODIR%%/images/wikiedit/bold.gif X%%WACKODIR%%/images/wikiedit/center.gif X%%WACKODIR%%/images/wikiedit/copy.gif X%%WACKODIR%%/images/wikiedit/createimage.gif X%%WACKODIR%%/images/wikiedit/createlink.gif X%%WACKODIR%%/images/wikiedit/createtable.gif X%%WACKODIR%%/images/wikiedit/cut.gif X%%WACKODIR%%/images/wikiedit/forecolor.gif X%%WACKODIR%%/images/wikiedit/h1-1.gif X%%WACKODIR%%/images/wikiedit/h1.gif X%%WACKODIR%%/images/wikiedit/h2.gif X%%WACKODIR%%/images/wikiedit/h3.gif X%%WACKODIR%%/images/wikiedit/help.gif X%%WACKODIR%%/images/wikiedit/hilitecolor.gif X%%WACKODIR%%/images/wikiedit/hr.gif X%%WACKODIR%%/images/wikiedit/indent.gif X%%WACKODIR%%/images/wikiedit/italic.gif X%%WACKODIR%%/images/wikiedit/justify.gif X%%WACKODIR%%/images/wikiedit/left.gif X%%WACKODIR%%/images/wikiedit/ol.gif X%%WACKODIR%%/images/wikiedit/outdent.gif X%%WACKODIR%%/images/wikiedit/paste.gif X%%WACKODIR%%/images/wikiedit/quote.gif X%%WACKODIR%%/images/wikiedit/redo.gif X%%WACKODIR%%/images/wikiedit/right.gif X%%WACKODIR%%/images/wikiedit/sel.htc X%%WACKODIR%%/images/wikiedit/strike.gif X%%WACKODIR%%/images/wikiedit/textred.gif X%%WACKODIR%%/images/wikiedit/ul.gif X%%WACKODIR%%/images/wikiedit/underline.gif X%%WACKODIR%%/images/wikiedit/undo.gif X%%WACKODIR%%/images/wikiedit/word.gif X%%WACKODIR%%/images/z.gif X%%WACKODIR%%/index.php X%%WACKODIR%%/interwiki.conf.sample X%%WACKODIR%%/js/.htaccess X%%WACKODIR%%/js/default.js X%%WACKODIR%%/js/protoedit.js X%%WACKODIR%%/js/wikiedit.js X%%WACKODIR%%/js/wikiedit2.js X%%WACKODIR%%/lang/lang.de.php X%%WACKODIR%%/lang/lang.en.php X%%WACKODIR%%/lang/lang.es.php X%%WACKODIR%%/lang/lang.fr.php X%%WACKODIR%%/lang/lang.it.php X%%WACKODIR%%/lang/lang.md.php X%%WACKODIR%%/lang/lang.nl.php X%%WACKODIR%%/lang/lang.pl.php X%%WACKODIR%%/lang/lang.ru.php X%%WACKODIR%%/lang/wakka.all.php X%%WACKODIR%%/lang/wakka.de.php X%%WACKODIR%%/lang/wakka.en.php X%%WACKODIR%%/lang/wakka.es.php X%%WACKODIR%%/lang/wakka.fr.php X%%WACKODIR%%/lang/wakka.it.php X%%WACKODIR%%/lang/wakka.md.php X%%WACKODIR%%/lang/wakka.nl.php X%%WACKODIR%%/lang/wakka.pl.php X%%WACKODIR%%/lang/wakka.ru.php X%%WACKODIR%%/lib/HTMLSax/HTMLSax.php X%%WACKODIR%%/lib/Text_Highlighter/Highlighter.php X%%WACKODIR%%/lib/Text_Highlighter/Highlighter/CSS.php X%%WACKODIR%%/lib/Text_Highlighter/Highlighter/DIFF.php X%%WACKODIR%%/lib/Text_Highlighter/Highlighter/DTD.php X%%WACKODIR%%/lib/Text_Highlighter/Highlighter/JAVASCRIPT.php X%%WACKODIR%%/lib/Text_Highlighter/Highlighter/MYSQL.php X%%WACKODIR%%/lib/Text_Highlighter/Highlighter/PHP.php X%%WACKODIR%%/lib/Text_Highlighter/Highlighter/PYTHON.php X%%WACKODIR%%/lib/Text_Highlighter/Highlighter/SQL.php X%%WACKODIR%%/lib/Text_Highlighter/Highlighter/XML.php X%%WACKODIR%%/readme.rus X%%WACKODIR%%/setup/default.php X%%WACKODIR%%/setup/footer.php X%%WACKODIR%%/setup/header.php X%%WACKODIR%%/setup/inserts.php X%%WACKODIR%%/setup/install.php X%%WACKODIR%%/setup/lang.php X%%WACKODIR%%/setup/lang/inserts.de.php X%%WACKODIR%%/setup/lang/inserts.en.php X%%WACKODIR%%/setup/lang/inserts.es.php X%%WACKODIR%%/setup/lang/inserts.fr.php X%%WACKODIR%%/setup/lang/inserts.it.php X%%WACKODIR%%/setup/lang/inserts.nl.php X%%WACKODIR%%/setup/lang/inserts.pl.php X%%WACKODIR%%/setup/lang/inserts.ru.php X%%WACKODIR%%/setup/lang/installer.de.php X%%WACKODIR%%/setup/lang/installer.en.php X%%WACKODIR%%/setup/lang/installer.es.php X%%WACKODIR%%/setup/lang/installer.fr.php X%%WACKODIR%%/setup/lang/installer.it.php X%%WACKODIR%%/setup/lang/installer.nl.php X%%WACKODIR%%/setup/lang/installer.pl.php X%%WACKODIR%%/setup/lang/installer.ru.php X%%WACKODIR%%/setup/writeconfig.php X%%WACKODIR%%/themes/coffee/.readme X%%WACKODIR%%/themes/coffee/appearance/footer.php X%%WACKODIR%%/themes/coffee/appearance/footermsword.php X%%WACKODIR%%/themes/coffee/appearance/footerprint.php X%%WACKODIR%%/themes/coffee/appearance/header.php X%%WACKODIR%%/themes/coffee/appearance/headermsword.php X%%WACKODIR%%/themes/coffee/appearance/headerprint.php X%%WACKODIR%%/themes/coffee/css/.htaccess X%%WACKODIR%%/themes/coffee/css/wakka.css X%%WACKODIR%%/themes/coffee/css/wakkamsword.css X%%WACKODIR%%/themes/coffee/css/wakkaprint.css X%%WACKODIR%%/themes/coffee/icons/.htaccess X%%WACKODIR%%/themes/coffee/icons/1del.gif X%%WACKODIR%%/themes/coffee/icons/1print.gif X%%WACKODIR%%/themes/coffee/icons/1unvisibl.gif X%%WACKODIR%%/themes/coffee/icons/file.gif X%%WACKODIR%%/themes/coffee/icons/key.gif X%%WACKODIR%%/themes/coffee/icons/lock.gif X%%WACKODIR%%/themes/coffee/icons/login.gif X%%WACKODIR%%/themes/coffee/icons/login1.gif X%%WACKODIR%%/themes/coffee/icons/mail.gif X%%WACKODIR%%/themes/coffee/icons/referer.gif X%%WACKODIR%%/themes/coffee/icons/rename.gif X%%WACKODIR%%/themes/coffee/icons/toolbar1.gif X%%WACKODIR%%/themes/coffee/icons/toolbar2.gif X%%WACKODIR%%/themes/coffee/icons/user.gif X%%WACKODIR%%/themes/coffee/icons/visibl.gif X%%WACKODIR%%/themes/coffee/icons/wacko.ico X%%WACKODIR%%/themes/coffee/icons/web.gif X%%WACKODIR%%/themes/coffee/icons/xml.gif X%%WACKODIR%%/themes/coffee/lang/wakka.de.php X%%WACKODIR%%/themes/coffee/lang/wakka.en.php X%%WACKODIR%%/themes/coffee/lang/wakka.es.php X%%WACKODIR%%/themes/coffee/lang/wakka.fr.php X%%WACKODIR%%/themes/coffee/lang/wakka.it.php X%%WACKODIR%%/themes/coffee/lang/wakka.nl.php X%%WACKODIR%%/themes/coffee/lang/wakka.ru.php X%%WACKODIR%%/themes/default/.readme X%%WACKODIR%%/themes/default/appearance/footer.php X%%WACKODIR%%/themes/default/appearance/footermsword.php X%%WACKODIR%%/themes/default/appearance/footerprint.php X%%WACKODIR%%/themes/default/appearance/header.php X%%WACKODIR%%/themes/default/appearance/headermsword.php X%%WACKODIR%%/themes/default/appearance/headerprint.php X%%WACKODIR%%/themes/default/css/.htaccess X%%WACKODIR%%/themes/default/css/wakka.css X%%WACKODIR%%/themes/default/css/wakkamsword.css X%%WACKODIR%%/themes/default/css/wakkaprint.css X%%WACKODIR%%/themes/default/icons/.htaccess X%%WACKODIR%%/themes/default/icons/1del.gif X%%WACKODIR%%/themes/default/icons/1print.gif X%%WACKODIR%%/themes/default/icons/1unvisibl.gif X%%WACKODIR%%/themes/default/icons/file.gif X%%WACKODIR%%/themes/default/icons/key.gif X%%WACKODIR%%/themes/default/icons/lock.gif X%%WACKODIR%%/themes/default/icons/login.gif X%%WACKODIR%%/themes/default/icons/login1.gif X%%WACKODIR%%/themes/default/icons/mail.gif X%%WACKODIR%%/themes/default/icons/referer.gif X%%WACKODIR%%/themes/default/icons/rename.gif X%%WACKODIR%%/themes/default/icons/toolbar1.gif X%%WACKODIR%%/themes/default/icons/toolbar2.gif X%%WACKODIR%%/themes/default/icons/visibl.gif X%%WACKODIR%%/themes/default/icons/wacko.ico X%%WACKODIR%%/themes/default/icons/web.gif X%%WACKODIR%%/themes/default/icons/xml.gif X%%WACKODIR%%/themes/default/lang/wakka.de.php X%%WACKODIR%%/themes/default/lang/wakka.en.php X%%WACKODIR%%/themes/default/lang/wakka.es.php X%%WACKODIR%%/themes/default/lang/wakka.fr.php X%%WACKODIR%%/themes/default/lang/wakka.it.php X%%WACKODIR%%/themes/default/lang/wakka.nl.php X%%WACKODIR%%/themes/default/lang/wakka.ru.php X%%WACKODIR%%/themes/tabs/.readme X%%WACKODIR%%/themes/tabs/appearance/footer.php X%%WACKODIR%%/themes/tabs/appearance/footermsword.php X%%WACKODIR%%/themes/tabs/appearance/footerprint.php X%%WACKODIR%%/themes/tabs/appearance/header.php X%%WACKODIR%%/themes/tabs/appearance/headermsword.php X%%WACKODIR%%/themes/tabs/appearance/headerprint.php X%%WACKODIR%%/themes/tabs/css/.htaccess X%%WACKODIR%%/themes/tabs/css/wakka.css X%%WACKODIR%%/themes/tabs/css/wakkamsword.css X%%WACKODIR%%/themes/tabs/css/wakkaprint.css X%%WACKODIR%%/themes/tabs/icons/.htaccess X%%WACKODIR%%/themes/tabs/icons/bookmark.gif X%%WACKODIR%%/themes/tabs/icons/del.gif X%%WACKODIR%%/themes/tabs/icons/del_.gif X%%WACKODIR%%/themes/tabs/icons/edit.gif X%%WACKODIR%%/themes/tabs/icons/file.gif X%%WACKODIR%%/themes/tabs/icons/guest.gif X%%WACKODIR%%/themes/tabs/icons/key.gif X%%WACKODIR%%/themes/tabs/icons/lock.gif X%%WACKODIR%%/themes/tabs/icons/mail.gif X%%WACKODIR%%/themes/tabs/icons/msword.gif X%%WACKODIR%%/themes/tabs/icons/norole.gif X%%WACKODIR%%/themes/tabs/icons/person.gif X%%WACKODIR%%/themes/tabs/icons/print.gif X%%WACKODIR%%/themes/tabs/icons/rename.gif X%%WACKODIR%%/themes/tabs/icons/role.gif X%%WACKODIR%%/themes/tabs/icons/shade1.gif X%%WACKODIR%%/themes/tabs/icons/shade2.gif X%%WACKODIR%%/themes/tabs/icons/tabbg.gif X%%WACKODIR%%/themes/tabs/icons/tabbg1.gif X%%WACKODIR%%/themes/tabs/icons/tabbgdel.gif X%%WACKODIR%%/themes/tabs/icons/tabl.gif X%%WACKODIR%%/themes/tabs/icons/tabl1.gif X%%WACKODIR%%/themes/tabs/icons/tabl1del.gif X%%WACKODIR%%/themes/tabs/icons/tabldel.gif X%%WACKODIR%%/themes/tabs/icons/tabr.gif X%%WACKODIR%%/themes/tabs/icons/tabr1.gif X%%WACKODIR%%/themes/tabs/icons/tabr1del.gif X%%WACKODIR%%/themes/tabs/icons/tabrdel.gif X%%WACKODIR%%/themes/tabs/icons/unbookmark.gif X%%WACKODIR%%/themes/tabs/icons/web.gif X%%WACKODIR%%/themes/tabs/icons/xml.gif X%%WACKODIR%%/themes/tabs/lang/wakka.all.php X%%WACKODIR%%/themes/tabs/lang/wakka.de.php X%%WACKODIR%%/themes/tabs/lang/wakka.en.php X%%WACKODIR%%/themes/tabs/lang/wakka.es.php X%%WACKODIR%%/themes/tabs/lang/wakka.ru.php X%%WACKODIR%%/wakka.php X%%WACKODIR%%/.htaccess X%%WACKODIR%%/xml/.htaccess X@dirrm %%WACKODIR%%/xml X@dirrm %%WACKODIR%%/themes/tabs/lang X@dirrm %%WACKODIR%%/themes/tabs/icons X@dirrm %%WACKODIR%%/themes/tabs/css X@dirrm %%WACKODIR%%/themes/tabs/appearance X@dirrm %%WACKODIR%%/themes/tabs X@dirrm %%WACKODIR%%/themes/default/lang X@dirrm %%WACKODIR%%/themes/default/icons X@dirrm %%WACKODIR%%/themes/default/css X@dirrm %%WACKODIR%%/themes/default/appearance X@dirrm %%WACKODIR%%/themes/default X@dirrm %%WACKODIR%%/themes/coffee/lang X@dirrm %%WACKODIR%%/themes/coffee/icons X@dirrm %%WACKODIR%%/themes/coffee/css X@dirrm %%WACKODIR%%/themes/coffee/appearance X@dirrm %%WACKODIR%%/themes/coffee X@dirrm %%WACKODIR%%/themes X@dirrm %%WACKODIR%%/setup/lang X@dirrm %%WACKODIR%%/setup X@dirrm %%WACKODIR%%/lib/Text_Highlighter/Highlighter X@dirrm %%WACKODIR%%/lib/Text_Highlighter X@dirrm %%WACKODIR%%/lib/HTMLSax X@dirrm %%WACKODIR%%/lib X@dirrm %%WACKODIR%%/lang X@dirrm %%WACKODIR%%/js X@dirrm %%WACKODIR%%/images/wikiedit X@dirrm %%WACKODIR%%/images X@dirrm %%WACKODIR%%/handlers/page X@dirrm %%WACKODIR%%/handlers X@dirrm %%WACKODIR%%/formatters/highlight X@dirrm %%WACKODIR%%/formatters/classes X@dirrm %%WACKODIR%%/formatters X@dirrm %%WACKODIR%%/files/perpage X@dirrm %%WACKODIR%%/files X@dirrm %%WACKODIR%%/docs X@dirrm %%WACKODIR%%/db X@dirrm %%WACKODIR%%/classes X@dirrm %%WACKODIR%%/actions X@dirrm %%WACKODIR%%/_cache END-of-/usr/ports/www/wacko/pkg-plist exit --- wacko.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 14:30:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6DF016A4CF for ; Wed, 2 Feb 2005 14:30:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D9243D1F for ; Wed, 2 Feb 2005 14:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12EUM42078990 for ; Wed, 2 Feb 2005 14:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12EUMIK078989; Wed, 2 Feb 2005 14:30:22 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 14:30:22 GMT Resent-Message-Id: <200502021430.j12EUMIK078989@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Filippo Natali" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C052916A4CE for ; Wed, 2 Feb 2005 14:22:57 +0000 (GMT) Received: from w1001.widhost.net (w1001.widhost.net [209.235.192.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1480643D48 for ; Wed, 2 Feb 2005 14:22:57 +0000 (GMT) (envelope-from filippo@widestore.net) Received: from mx0.hq.widestore.net (mx0.hq.widestore.net [212.97.46.42]) by w1001.widhost.net (Postfix) with ESMTP id 4875621325 for ; Wed, 2 Feb 2005 09:22:40 -0500 (EST) Received: from cagnina.hq.widestore.net (cagnina.hq.widestore.net [192.168.1.1]) by mx0.hq.widestore.net (Postfix) with ESMTP id 4AE3C62 for ; Wed, 2 Feb 2005 15:22:08 +0100 (CET) Message-Id: <1107354128.0@cagnina.hq.widestore.net> Date: Wed, 2 Feb 2005 15:22:08 +0100 From: "Filippo Natali" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.3 Subject: ports/77008: [NEW PORT] x11-themes/gtk-lila-theme X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 14:30:23 -0000 >Number: 77008 >Category: ports >Synopsis: [NEW PORT] x11-themes/gtk-lila-theme >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 Feb 02 14:30:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Filippo Natali >Release: FreeBSD 5.3-STABLE i386 >Organization: Widestore srl >Environment: System: FreeBSD 5.3-STABLE #0: Thu Jan 13 12:15:26 CET 2005 filippo@cagnina.hq.widestore.net:/usr/obj/usr/src/sys/CAGNINA >Description: New port: x11-themes/gtk-lila-theme, Lila gtk 2.0 and metacity theme >How-To-Repeat: >Fix: --- gtk-lila-theme.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: # # gtk-lila-theme # gtk-lila-theme/Makefile # gtk-lila-theme/distinfo # gtk-lila-theme/pkg-descr # gtk-lila-theme/pkg-plist # echo c - gtk-lila-theme mkdir -p gtk-lila-theme > /dev/null 2>&1 echo x - gtk-lila-theme/Makefile sed 's/^X//' >gtk-lila-theme/Makefile << 'END-of-gtk-lila-theme/Makefile' X# New ports collection makefile for: gtk-lila-theme X# Date Created: 2 Feb 2005 X# Whom: Filippo Natali X# X# $FreeBSD$ X# X XPORTNAME= gtk-lila-theme XPORTVERSION= 0.5.4 XCATEGORIES= x11-themes gnome XMASTER_SITES= http://lila-theme.uni.cc/files/tarballs/ XDISTNAME= lila-gtk-${PORTVERSION} X XMAINTAINER= filippo@widestore.net XCOMMENT= GTK+ 2.0 Lila theme X XWRKSRC= ${WRKDIR} X XUSE_X_PREFIX= yes XNO_BUILD= yes XUSE_GNOME= gtk20 XUSE_BZIP2= yes X Xdo-install: X @${CP} -R ${WRKDIR}/lila-gtk/GorLila ${X11BASE}/share/themes X @${CP} -R ${WRKDIR}/lila-gtk/SimpLila ${X11BASE}/share/themes X X.include END-of-gtk-lila-theme/Makefile echo x - gtk-lila-theme/distinfo sed 's/^X//' >gtk-lila-theme/distinfo << 'END-of-gtk-lila-theme/distinfo' XMD5 (lila-gtk-0.5.4.tar.bz2) = a763fd41075270a1ee49a63418c216c0 XSIZE (lila-gtk-0.5.4.tar.bz2) = 16188 END-of-gtk-lila-theme/distinfo echo x - gtk-lila-theme/pkg-descr sed 's/^X//' >gtk-lila-theme/pkg-descr << 'END-of-gtk-lila-theme/pkg-descr' XGTK+ 2.0 and Metacity Lila theme X XWWW: http://lila-theme.uni.cc END-of-gtk-lila-theme/pkg-descr echo x - gtk-lila-theme/pkg-plist sed 's/^X//' >gtk-lila-theme/pkg-plist << 'END-of-gtk-lila-theme/pkg-plist' Xshare/themes/SimpLila/gtk-2.0/iconrc Xshare/themes/SimpLila/gtk-2.0/gtkrc Xshare/themes/SimpLila/metacity-1/metacity-theme-1.xml Xshare/themes/SimpLila/index.theme Xshare/themes/GorLila/gtk-2.0/iconrc Xshare/themes/GorLila/gtk-2.0/gtkrc Xshare/themes/GorLila/metacity-1/wm-restore.svg Xshare/themes/GorLila/metacity-1/wm-min.svg Xshare/themes/GorLila/metacity-1/wm-menu.svg Xshare/themes/GorLila/metacity-1/wm-max.svg Xshare/themes/GorLila/metacity-1/wm-close.svg Xshare/themes/GorLila/metacity-1/metacity-theme-1.xml Xshare/themes/GorLila/index.theme X@dirrm share/themes/SimpLila/metacity-1 X@dirrm share/themes/SimpLila/gtk-2.0 X@dirrm share/themes/SimpLila X@dirrm share/themes/GorLila/metacity-1 X@dirrm share/themes/GorLila/gtk-2.0 X@dirrm share/themes/GorLila END-of-gtk-lila-theme/pkg-plist exit --- gtk-lila-theme.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 14:30:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EB0916A4CE for ; Wed, 2 Feb 2005 14:30:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB1B43D1F for ; Wed, 2 Feb 2005 14:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12EUMVn079047 for ; Wed, 2 Feb 2005 14:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12EUMbA079046; Wed, 2 Feb 2005 14:30:22 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 14:30:22 GMT Resent-Message-Id: <200502021430.j12EUMbA079046@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Filippo Natali" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DC3C16A4CE for ; Wed, 2 Feb 2005 14:25:54 +0000 (GMT) Received: from w1001.widhost.net (w1001.widhost.net [209.235.192.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96CE843D46 for ; Wed, 2 Feb 2005 14:25:53 +0000 (GMT) (envelope-from filippo@widestore.net) Received: from mx0.hq.widestore.net (mx0.hq.widestore.net [212.97.46.42]) by w1001.widhost.net (Postfix) with ESMTP id CAB9D21954 for ; Wed, 2 Feb 2005 09:25:49 -0500 (EST) Received: from cagnina.hq.widestore.net (cagnina.hq.widestore.net [192.168.1.1]) by mx0.hq.widestore.net (Postfix) with ESMTP id 409185E for ; Wed, 2 Feb 2005 15:25:10 +0100 (CET) Message-Id: <1107354310.0@cagnina.hq.widestore.net> Date: Wed, 2 Feb 2005 15:25:10 +0100 From: "Filippo Natali" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.3 Subject: ports/77009: [NEW PORT] x11-themes/gtk-lila-theme-extras X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 14:30:23 -0000 >Number: 77009 >Category: ports >Synopsis: [NEW PORT] x11-themes/gtk-lila-theme-extras >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 Feb 02 14:30:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Filippo Natali >Release: FreeBSD 5.3-STABLE i386 >Organization: Widestore srl >Environment: System: FreeBSD 5.3-STABLE #0: Thu Jan 13 12:15:26 CET 2005 filippo@cagnina.hq.widestore.net:/usr/obj/usr/src/sys/CAGNINA >Description: New port: x11-themes/gtk-lila-theme-extras, additional Lila gtk 2.0 themes >How-To-Repeat: >Fix: --- gtk-lila-theme-extras.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: # # gtk-lila-theme-extras # gtk-lila-theme-extras/Makefile # gtk-lila-theme-extras/distinfo # gtk-lila-theme-extras/pkg-descr # gtk-lila-theme-extras/pkg-plist # echo c - gtk-lila-theme-extras mkdir -p gtk-lila-theme-extras > /dev/null 2>&1 echo x - gtk-lila-theme-extras/Makefile sed 's/^X//' >gtk-lila-theme-extras/Makefile << 'END-of-gtk-lila-theme-extras/Makefile' X# New ports collection makefile for: gtk-lila-theme X# Date Created: 2 Feb 2005 X# Whom: Filippo Natali X# X# $FreeBSD$ X# X XPORTNAME= gtk-lila-theme-extras XPORTVERSION= 0.4.5 XCATEGORIES= x11-themes gnome XMASTER_SITES= http://lila-theme.uni.cc/files/tarballs/ XDISTNAME= lila-gtk-extras-${PORTVERSION} X XMAINTAINER= filippo@widestore.net XCOMMENT= GTK+ 2.0 Lila additional themes X XWRKSRC= ${WRKDIR}/lila-gtk-extras X XUSE_X_PREFIX= yes XNO_BUILD= yes XUSE_GNOME= gtk20 XUSE_BZIP2= yes X Xdo-install: X @${FIND} ${WRKSRC} -type d -depth 1 \ X -exec ${CP} -r "{}" ${PREFIX}/share/themes/ \; X X.include END-of-gtk-lila-theme-extras/Makefile echo x - gtk-lila-theme-extras/distinfo sed 's/^X//' >gtk-lila-theme-extras/distinfo << 'END-of-gtk-lila-theme-extras/distinfo' XMD5 (lila-gtk-extras-0.4.5.tar.bz2) = 1a7016c747e2c29aee4a80fee4539eef XSIZE (lila-gtk-extras-0.4.5.tar.bz2) = 15845 END-of-gtk-lila-theme-extras/distinfo echo x - gtk-lila-theme-extras/pkg-descr sed 's/^X//' >gtk-lila-theme-extras/pkg-descr << 'END-of-gtk-lila-theme-extras/pkg-descr' XGTK+ 2.0 Lila additional themes X XWWW: http://lila-theme.uni.cc END-of-gtk-lila-theme-extras/pkg-descr echo x - gtk-lila-theme-extras/pkg-plist sed 's/^X//' >gtk-lila-theme-extras/pkg-plist << 'END-of-gtk-lila-theme-extras/pkg-plist' Xshare/themes/Kuala/gtk-2.0/iconrc Xshare/themes/Kuala/gtk-2.0/gtkrc Xshare/themes/Lila-Industrial/gtk/gtkrc Xshare/themes/Lila-Industrial/gtk-2.0/iconrc Xshare/themes/Lila-Industrial/gtk-2.0/gtkrc Xshare/themes/Lila-Simple/gtk-2.0/iconrc Xshare/themes/Lila-Simple/gtk-2.0/gtkrc Xshare/themes/Lila-Smooth/gtk-2.0/iconrc Xshare/themes/Lila-Smooth/gtk-2.0/gtkrc Xshare/themes/Lila-Xfce/gtk-2.0/iconrc Xshare/themes/Lila-Xfce/gtk-2.0/gtkrc Xshare/themes/Lilacurve/gtk-2.0/iconrc Xshare/themes/Lilacurve/gtk-2.0/gtkrc Xshare/themes/Plush/gtk-2.0/iconrc Xshare/themes/Plush/gtk-2.0/gtkrc Xshare/themes/Quasi/gtk-2.0/iconrc Xshare/themes/Quasi/gtk-2.0/gtkrc X@dirrm share/themes/Kuala/gtk-2.0 X@dirrm share/themes/Kuala X@dirrm share/themes/Lila-Industrial/gtk X@dirrm share/themes/Lila-Industrial/gtk-2.0 X@dirrm share/themes/Lila-Industrial X@dirrm share/themes/Lila-Simple/gtk-2.0 X@dirrm share/themes/Lila-Simple X@dirrm share/themes/Lila-Smooth/gtk-2.0 X@dirrm share/themes/Lila-Smooth X@dirrm share/themes/Lila-Xfce/gtk-2.0 X@dirrm share/themes/Lila-Xfce X@dirrm share/themes/Lilacurve/gtk-2.0 X@dirrm share/themes/Lilacurve X@dirrm share/themes/Plush/gtk-2.0 X@dirrm share/themes/Plush X@dirrm share/themes/Quasi/gtk-2.0 X@dirrm share/themes/Quasi END-of-gtk-lila-theme-extras/pkg-plist exit --- gtk-lila-theme-extras.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 15:14:35 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DC1C16A4CE; Wed, 2 Feb 2005 15:14:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 643CC43D41; Wed, 2 Feb 2005 15:14:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12FEZ88085106; Wed, 2 Feb 2005 15:14:35 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12FEZ4B085102; Wed, 2 Feb 2005 15:14:35 GMT (envelope-from pav) Date: Wed, 2 Feb 2005 15:14:35 GMT From: Pav Lucistnik Message-Id: <200502021514.j12FEZ4B085102@freefall.freebsd.org> To: marcus@corp.grupos.com.br, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76969: [MAINTAINER] Update port: databases/py-MySQLdb-devel change to 1.1.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 15:14:35 -0000 Synopsis: [MAINTAINER] Update port: databases/py-MySQLdb-devel change to 1.1.10 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Feb 2 15:14:27 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76969 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 15:17:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AB3C16A4CE; Wed, 2 Feb 2005 15:17:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC9F43D2F; Wed, 2 Feb 2005 15:17:21 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12FHLCV085228; Wed, 2 Feb 2005 15:17:21 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12FHLnl085224; Wed, 2 Feb 2005 15:17:21 GMT (envelope-from vs) Date: Wed, 2 Feb 2005 15:17:21 GMT From: Volker Stolz Message-Id: <200502021517.j12FHLnl085224@freefall.freebsd.org> To: lars.eggert@gmx.net, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/75805: [MAINTAINER] www/p5-HTML-TokeParser-Simple: update to 3.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 15:17:22 -0000 Synopsis: [MAINTAINER] www/p5-HTML-TokeParser-Simple: update to 3.13 State-Changed-From-To: open->suspended State-Changed-By: vs State-Changed-When: Wed Feb 2 15:17:07 GMT 2005 State-Changed-Why: Suspend until ports/75804 is committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=75805 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 15:30:15 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 815F516A4CE for ; Wed, 2 Feb 2005 15:30:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A9D243D5C for ; Wed, 2 Feb 2005 15:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12FUEXt086193 for ; Wed, 2 Feb 2005 15:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12FUEWo086191; Wed, 2 Feb 2005 15:30:14 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 15:30:14 GMT Resent-Message-Id: <200502021530.j12FUEWo086191@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Angelo Turetta Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C24E16A4CE for ; Wed, 2 Feb 2005 15:20:52 +0000 (GMT) Received: from mail.logital.it (ip143.a.rainbownet.com [213.174.191.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 849F343D2D for ; Wed, 2 Feb 2005 15:20:50 +0000 (GMT) (envelope-from aturetta@commit.it) Received: from mail.logital.it (localhost.logital.it [127.0.0.1]) by mail.logital.it (8.13.1/8.13.1) with ESMTP id j12FKgnc031989 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Feb 2005 16:20:42 +0100 (CET) (envelope-from aturetta@commit.it) Received: (from aturetta@localhost) by mail.logital.it (8.13.1/8.13.1/Submit) id j12FKa6U031988; Wed, 2 Feb 2005 16:20:36 +0100 (CET) (envelope-from aturetta@commit.it) Received: from dev.lan.bestunion.it (localhost [127.0.0.1]) by dev.lan.bestunion.it (8.13.1/8.12.11) with ESMTP id j12FCGx3057750; Wed, 2 Feb 2005 16:12:17 +0100 (CET) (envelope-from aturetta@dev.lan.bestunion.it) Received: (from root@localhost) by dev.lan.bestunion.it (8.13.1/8.12.11/Submit) id j12FCEAK057749; Wed, 2 Feb 2005 16:12:14 +0100 (CET) (envelope-from aturetta) Message-Id: <200502021512.j12FCEAK057749@dev.lan.bestunion.it> Date: Wed, 2 Feb 2005 16:12:14 +0100 (CET) From: Angelo Turetta To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: aturetta@commit.it Subject: ports/77010: [patch] conflict between p5-XML-SAX and p5-XML-SAX-Base X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Angelo Turetta List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 15:30:15 -0000 >Number: 77010 >Category: ports >Synopsis: [patch] conflict between p5-XML-SAX and p5-XML-SAX-Base >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 Feb 02 15:30:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Angelo Turetta >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD dev.lan.bestunion.it 5.3-STABLE FreeBSD 5.3-STABLE #5: Fri Nov 19 18:47:38 CET 2004 aturetta@dev.lan.bestunion.it:/usr/obj/usr/src/sys/GENERIC i386 >Description: textproc/p5-XML-SAX-Base installs files with names conflicting with those installed by textproc/p5-XML-SAX. As a side effect, if you have textproc/p5-XML-SAX installed and you install net/p5-perl-ldap (which depends on p5-XML-SAX-Base by checking a file which is in conflict) you break your dependency database. >How-To-Repeat: portupgrade -N p5-XML-SAX portupgrade -N p5-perl-ldap portversion -v >Fix: --- patch-xml-sax-conflicts begins here --- Index: textproc/p5-XML-SAX/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-SAX/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- textproc/p5-XML-SAX/Makefile 12 Aug 2004 12:48:00 -0000 1.7 +++ textproc/p5-XML-SAX/Makefile 2 Feb 2005 14:46:26 -0000 @@ -15,6 +15,8 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Simple API for XML +CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-Base-* + RUN_DEPENDS= ${SITE_PERL}/XML/NamespaceSupport.pm:${PORTSDIR}/textproc/p5-XML-NamespaceSupport BUILD_DEPENDS= ${RUN_DEPENDS} Index: textproc/p5-XML-SAX-Base/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-SAX-Base/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- textproc/p5-XML-SAX-Base/Makefile 20 Jan 2005 14:28:05 -0000 1.4 +++ textproc/p5-XML-SAX-Base/Makefile 2 Feb 2005 14:51:20 -0000 @@ -17,6 +17,8 @@ MAINTAINER= svenasse@polaris.ca COMMENT= Base class SAX Drivers and Filters +CONFLICTS= ${PKGNAMEPREFIX}XML-SAX-[0-9]* + PERL_CONFIGURE= yes MAN3= XML::SAX::Exception.3 \ Index: net/p5-perl-ldap/Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-perl-ldap/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- net/p5-perl-ldap/Makefile 30 Jul 2004 15:08:25 -0000 1.11 +++ net/p5-perl-ldap/Makefile 2 Feb 2005 14:34:10 -0000 @@ -21,8 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \ ${SITE_PERL}/URI/ldap.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \ - ${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX-Base + ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -68,5 +67,10 @@ .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 .endif +.if !exists(${SITE_PERL}/${PERL_ARCH}/auto/XML/SAX/.packlist) +BUILD_DEPENDS+= ${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX-Base +.else +BUILD_DEPENDS+= ${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX +.endif .include --- patch-xml-sax-conflicts ends here --- --j12FCTx3057752.1107357149/dev.lan.bestunion.it-- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 16:00:37 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B4D116A4D4 for ; Wed, 2 Feb 2005 16:00:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A2943D58 for ; Wed, 2 Feb 2005 16:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12G0aet088269 for ; Wed, 2 Feb 2005 16:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12G0adV088268; Wed, 2 Feb 2005 16:00:36 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 16:00:36 GMT Resent-Message-Id: <200502021600.j12G0adV088268@freefall.freebsd.org> 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 Kapranoff Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85F8616A4CF for ; Wed, 2 Feb 2005 15:59:04 +0000 (GMT) Received: from park.rambler.ru (park.rambler.ru [81.19.64.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 258A243D39 for ; Wed, 2 Feb 2005 15:59:03 +0000 (GMT) (envelope-from kappa@capella.park.rambler.ru) Received: from capella.park.rambler.ru ([81.19.65.30]) by park.rambler.ru (8.13.1/8.13.1) with ESMTP id j12Fx13w005088 for ; Wed, 2 Feb 2005 18:59:01 +0300 (MSK) (envelope-from kappa@capella.park.rambler.ru) Received: by capella.park.rambler.ru (Postfix, from userid 1001) id 48F2F40CF; Wed, 2 Feb 2005 18:59:05 +0300 (MSK) Message-Id: <20050202155905.48F2F40CF@capella.park.rambler.ru> Date: Wed, 2 Feb 2005 18:59:05 +0300 (MSK) From: Alex Kapranoff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77012: New port: devel/p5-CPANPLUS -- CPAN.pm++ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 16:00:37 -0000 >Number: 77012 >Category: ports >Synopsis: New port: devel/p5-CPANPLUS -- CPAN.pm++ >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 Feb 02 16:00:35 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.2-CURRENT i386 >Organization: Inner Mongolia >Environment: FreeBSD capella.park.rambler.ru 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Jun 15 17:17:42 MSD 2004 root@capella.rambler.stack.net:/usr/obj/usr/src/sys/CAPELLA i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-CPANPLUS # p5-CPANPLUS/Makefile # p5-CPANPLUS/distinfo # p5-CPANPLUS/pkg-descr # p5-CPANPLUS/pkg-plist # echo c - p5-CPANPLUS mkdir -p p5-CPANPLUS > /dev/null 2>&1 echo x - p5-CPANPLUS/Makefile sed 's/^X//' >p5-CPANPLUS/Makefile << 'END-of-p5-CPANPLUS/Makefile' X# New ports collection makefile for: devel/p5-CPANPLUS X# Date created: 2 February 2005 X# Whom: Alex Kapranoff X# X# $FreeBSD$ X# X XPORTNAME= CPANPLUS XPORTVERSION= 0.051 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/K/KA/KANE XPKGNAMEPREFIX= p5- X XMAINTAINER= kappa@freebsd.org.ua XCOMMENT= Ameliorated interface to the CPAN X XPERL_CONFIGURE= yes XINSTALL_TARGET= pure_install X XMAN3= CPANPLUS.3 \ X CPANPLUS::Backend.3 \ X CPANPLUS::Backend::RV.3 \ X CPANPLUS::Dist.3 \ X CPANPLUS::Dist::Build.3 \ X CPANPLUS::Dist::MM.3 \ X CPANPLUS::Dist::Sample.3 \ X CPANPLUS::Error.3 \ X CPANPLUS::FAQ.3 \ X CPANPLUS::Hacking.3 \ X CPANPLUS::Internals.3 \ X CPANPLUS::Internals::Extract.3 \ X CPANPLUS::Internals::Fetch.3 \ X CPANPLUS::Internals::Search.3 \ X CPANPLUS::Internals::Source.3 \ X CPANPLUS::Internals::Utils.3 \ X CPANPLUS::Module.3 \ X CPANPLUS::Module::Author.3 \ X CPANPLUS::Module::Author::Fake.3 \ X CPANPLUS::Module::Checksums.3 \ X CPANPLUS::Module::Fake.3 \ X CPANPLUS::Shell.3 \ X CPANPLUS::Shell::Classic.3 \ X CPANPLUS::Shell::Default.3 \ X CPANPLUS::inc.3 \ X CPANPLUS::inc::Archive::Extract.3 \ X CPANPLUS::inc::Archive::Tar.3 \ X CPANPLUS::inc::Archive::Tar::File.3 \ X CPANPLUS::inc::File::Fetch.3 \ X CPANPLUS::inc::File::Spec.3 \ X CPANPLUS::inc::File::Spec::Cygwin.3 \ X CPANPLUS::inc::File::Spec::Epoc.3 \ X CPANPLUS::inc::File::Spec::Functions.3 \ X CPANPLUS::inc::File::Spec::Mac.3 \ X CPANPLUS::inc::File::Spec::OS2.3 \ X CPANPLUS::inc::File::Spec::Unix.3 \ X CPANPLUS::inc::File::Spec::VMS.3 \ X CPANPLUS::inc::File::Spec::Win32.3 \ X CPANPLUS::inc::IO::String.3 \ X CPANPLUS::inc::IO::Zlib.3 \ X CPANPLUS::inc::IPC::Cmd.3 \ X CPANPLUS::inc::IPC::Run.3 \ X CPANPLUS::inc::IPC::Run::Debug.3 \ X CPANPLUS::inc::IPC::Run::IO.3 \ X CPANPLUS::inc::IPC::Run::Timer.3 \ X CPANPLUS::inc::IPC::Run::Win32Helper.3 \ X CPANPLUS::inc::IPC::Run::Win32IO.3 \ X CPANPLUS::inc::IPC::Run::Win32Pump.3 \ X CPANPLUS::inc::Locale::Maketext::Simple.3 \ X CPANPLUS::inc::Log::Message.3 \ X CPANPLUS::inc::Log::Message::Handlers.3 \ X CPANPLUS::inc::Log::Message::Item.3 \ X CPANPLUS::inc::Module::CoreList.3 \ X CPANPLUS::inc::Module::Load.3 \ X CPANPLUS::inc::Module::Load::Conditional.3 \ X CPANPLUS::inc::Module::Pluggable.3 \ X CPANPLUS::inc::Object::Accessor.3 \ X CPANPLUS::inc::Params::Check.3 \ X CPANPLUS::inc::Term::UI.3 \ X CPANPLUS::inc::installers::Module::Build.3 \ X CPANPLUS::inc::installers::Module::Build::Base.3 \ X CPANPLUS::inc::installers::Module::Build::Compat.3 \ X CPANPLUS::inc::installers::Module::Build::Cookbook.3 \ X CPANPLUS::inc::installers::Module::Build::PPMMaker.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::Amiga.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::Default.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::EBCDIC.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::MPEiX.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::MacOS.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::RiscOS.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::Unix.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::VMS.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::VOS.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::Windows.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::aix.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::cygwin.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::darwin.3 \ X CPANPLUS::inc::installers::Module::Build::Platform::os2.3 X XMAN1= cpanp.1 cpan2dist.1 X X.include END-of-p5-CPANPLUS/Makefile echo x - p5-CPANPLUS/distinfo sed 's/^X//' >p5-CPANPLUS/distinfo << 'END-of-p5-CPANPLUS/distinfo' XMD5 (CPANPLUS-0.051.tar.gz) = d35383163fa9dab325520c51213324d0 XSIZE (CPANPLUS-0.051.tar.gz) = 508291 END-of-p5-CPANPLUS/distinfo echo x - p5-CPANPLUS/pkg-descr sed 's/^X//' >p5-CPANPLUS/pkg-descr << 'END-of-p5-CPANPLUS/pkg-descr' XThe "CPANPLUS" library is an API to the "CPAN" mirrors and a Xcollection of interactive shells, commandline programs, daemons, etc, Xthat use this API. X XWWW: http://cpanplus.sourceforge.net/ END-of-p5-CPANPLUS/pkg-descr echo x - p5-CPANPLUS/pkg-plist sed 's/^X//' >p5-CPANPLUS/pkg-plist << 'END-of-p5-CPANPLUS/pkg-plist' Xbin/cpan2dist Xbin/cpanp X%%SITE_PERL%%/CPANPLUS.pm X%%SITE_PERL%%/CPANPLUS/Backend.pm X%%SITE_PERL%%/CPANPLUS/Backend/RV.pm X@unexec rm %D/%%SITE_PERL%%/CPANPLUS/Config.pm~ 2>/dev/null || true X%%SITE_PERL%%/CPANPLUS/Config.pm X%%SITE_PERL%%/CPANPLUS/Config.pm-orig X%%SITE_PERL%%/CPANPLUS/Configure.pm X%%SITE_PERL%%/CPANPLUS/Configure/Setup.pm X%%SITE_PERL%%/CPANPLUS/Dist.pm X%%SITE_PERL%%/CPANPLUS/Dist/Build.pm X%%SITE_PERL%%/CPANPLUS/Dist/MM.pm X%%SITE_PERL%%/CPANPLUS/Dist/Sample.pm X%%SITE_PERL%%/CPANPLUS/Error.pm X%%SITE_PERL%%/CPANPLUS/FAQ.pod X%%SITE_PERL%%/CPANPLUS/Hacking.pod X%%SITE_PERL%%/CPANPLUS/Internals.pm X%%SITE_PERL%%/CPANPLUS/Internals/Constants.pm X%%SITE_PERL%%/CPANPLUS/Internals/Constants/Report.pm X%%SITE_PERL%%/CPANPLUS/Internals/Extract.pm X%%SITE_PERL%%/CPANPLUS/Internals/Fetch.pm X%%SITE_PERL%%/CPANPLUS/Internals/Report.pm X%%SITE_PERL%%/CPANPLUS/Internals/Search.pm X%%SITE_PERL%%/CPANPLUS/Internals/Source.pm X%%SITE_PERL%%/CPANPLUS/Internals/Utils.pm X%%SITE_PERL%%/CPANPLUS/Module.pm X%%SITE_PERL%%/CPANPLUS/Module/Author.pm X%%SITE_PERL%%/CPANPLUS/Module/Author/Fake.pm X%%SITE_PERL%%/CPANPLUS/Module/Checksums.pm X%%SITE_PERL%%/CPANPLUS/Module/Fake.pm X%%SITE_PERL%%/CPANPLUS/Module/Signature.pm X%%SITE_PERL%%/CPANPLUS/Shell.pm X%%SITE_PERL%%/CPANPLUS/Shell/Classic.pm X%%SITE_PERL%%/CPANPLUS/Shell/Default.pm X%%SITE_PERL%%/CPANPLUS/inc.pm X%%SITE_PERL%%/CPANPLUS/inc/.inc X%%SITE_PERL%%/CPANPLUS/inc/Archive/Extract.pm X%%SITE_PERL%%/CPANPLUS/inc/Archive/Tar.pm X%%SITE_PERL%%/CPANPLUS/inc/Archive/Tar/Constant.pm X%%SITE_PERL%%/CPANPLUS/inc/Archive/Tar/File.pm X%%SITE_PERL%%/CPANPLUS/inc/Config/Auto.pm X%%SITE_PERL%%/CPANPLUS/inc/File/Fetch.pm X%%SITE_PERL%%/CPANPLUS/inc/File/Fetch/Item.pm X%%SITE_PERL%%/CPANPLUS/inc/File/Spec.pm X%%SITE_PERL%%/CPANPLUS/inc/File/Spec/Cygwin.pm X%%SITE_PERL%%/CPANPLUS/inc/File/Spec/Epoc.pm X%%SITE_PERL%%/CPANPLUS/inc/File/Spec/Functions.pm X%%SITE_PERL%%/CPANPLUS/inc/File/Spec/Mac.pm X%%SITE_PERL%%/CPANPLUS/inc/File/Spec/OS2.pm X%%SITE_PERL%%/CPANPLUS/inc/File/Spec/Unix.pm X%%SITE_PERL%%/CPANPLUS/inc/File/Spec/VMS.pm X%%SITE_PERL%%/CPANPLUS/inc/File/Spec/Win32.pm X%%SITE_PERL%%/CPANPLUS/inc/IO/String.pm X%%SITE_PERL%%/CPANPLUS/inc/IO/Zlib.pm X%%SITE_PERL%%/CPANPLUS/inc/IPC/Cmd.pm X%%SITE_PERL%%/CPANPLUS/inc/IPC/Run.pm X%%SITE_PERL%%/CPANPLUS/inc/IPC/Run/Debug.pm X%%SITE_PERL%%/CPANPLUS/inc/IPC/Run/IO.pm X%%SITE_PERL%%/CPANPLUS/inc/IPC/Run/Timer.pm X%%SITE_PERL%%/CPANPLUS/inc/IPC/Run/Win32Helper.pm X%%SITE_PERL%%/CPANPLUS/inc/IPC/Run/Win32IO.pm X%%SITE_PERL%%/CPANPLUS/inc/IPC/Run/Win32Pump.pm X%%SITE_PERL%%/CPANPLUS/inc/Locale/Maketext/Simple.pm X%%SITE_PERL%%/CPANPLUS/inc/Log/Message.pm X%%SITE_PERL%%/CPANPLUS/inc/Log/Message/Config.pm X%%SITE_PERL%%/CPANPLUS/inc/Log/Message/Handlers.pm X%%SITE_PERL%%/CPANPLUS/inc/Log/Message/Item.pm X%%SITE_PERL%%/CPANPLUS/inc/Module/CoreList.pm X%%SITE_PERL%%/CPANPLUS/inc/Module/Load.pm X%%SITE_PERL%%/CPANPLUS/inc/Module/Load/Conditional.pm X%%SITE_PERL%%/CPANPLUS/inc/Module/Pluggable.pm X%%SITE_PERL%%/CPANPLUS/inc/Object/Accessor.pm X%%SITE_PERL%%/CPANPLUS/inc/Params/Check.pm X%%SITE_PERL%%/CPANPLUS/inc/Term/UI.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/.installers X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Base.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Compat.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Cookbook.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/PPMMaker.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/Amiga.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/Default.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/EBCDIC.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/MPEiX.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/MacOS.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/RiscOS.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/Unix.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/VMS.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/VOS.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/Windows.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/aix.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/cygwin.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/darwin.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform/os2.pm X%%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/PodParser.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/CPANPLUS/.packlist X@dirrm %%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build/Platform X@dirrm %%SITE_PERL%%/CPANPLUS/inc/installers/Module/Build X@dirrm %%SITE_PERL%%/CPANPLUS/inc/installers/Module X@dirrm %%SITE_PERL%%/CPANPLUS/inc/installers X@dirrm %%SITE_PERL%%/CPANPLUS/inc/Term X@dirrm %%SITE_PERL%%/CPANPLUS/inc/Params X@dirrm %%SITE_PERL%%/CPANPLUS/inc/Object X@dirrm %%SITE_PERL%%/CPANPLUS/inc/Module/Load X@dirrm %%SITE_PERL%%/CPANPLUS/inc/Module X@dirrm %%SITE_PERL%%/CPANPLUS/inc/Log/Message X@dirrm %%SITE_PERL%%/CPANPLUS/inc/Log X@dirrm %%SITE_PERL%%/CPANPLUS/inc/Locale/Maketext X@dirrm %%SITE_PERL%%/CPANPLUS/inc/Locale X@dirrm %%SITE_PERL%%/CPANPLUS/inc/IPC/Run X@dirrm %%SITE_PERL%%/CPANPLUS/inc/IPC X@dirrm %%SITE_PERL%%/CPANPLUS/inc/IO X@dirrm %%SITE_PERL%%/CPANPLUS/inc/File/Spec X@dirrm %%SITE_PERL%%/CPANPLUS/inc/File/Fetch X@dirrm %%SITE_PERL%%/CPANPLUS/inc/File X@dirrm %%SITE_PERL%%/CPANPLUS/inc/Config X@dirrm %%SITE_PERL%%/CPANPLUS/inc/Archive/Tar X@dirrm %%SITE_PERL%%/CPANPLUS/inc/Archive X@dirrm %%SITE_PERL%%/CPANPLUS/inc X@dirrm %%SITE_PERL%%/CPANPLUS/Module/Author X@dirrm %%SITE_PERL%%/CPANPLUS/Module X@dirrm %%SITE_PERL%%/CPANPLUS/Internals/Constants X@dirrm %%SITE_PERL%%/CPANPLUS/Internals X@dirrm %%SITE_PERL%%/CPANPLUS/Configure X@dirrm %%SITE_PERL%%/CPANPLUS/Backend X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPANPLUS X@unexec rmdir %D/%%SITE_PERL%%/CPANPLUS/Dist 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/CPANPLUS/Shell 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/CPANPLUS 2>/dev/null || true END-of-p5-CPANPLUS/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 16:10:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D539516A4CF for ; Wed, 2 Feb 2005 16:10:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 963CA43D4C for ; Wed, 2 Feb 2005 16:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12GAPwP092597 for ; Wed, 2 Feb 2005 16:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12GAPrD092591; Wed, 2 Feb 2005 16:10:25 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 16:10:25 GMT Resent-Message-Id: <200502021610.j12GAPrD092591@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEDE216A4CE for ; Wed, 2 Feb 2005 16:07:49 +0000 (GMT) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DBB043D5C for ; Wed, 2 Feb 2005 16:07:48 +0000 (GMT) (envelope-from root@srv1.galle.com.br) Received: (qmail 21232 invoked by uid 0); 2 Feb 2005 16:07:46 -0000 Message-Id: <20050202160746.21231.qmail@srv1.galle.com.br> Date: 2 Feb 2005 16:07:46 -0000 From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77013: [PATCH] databases/firebird: make portlint happy, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 16:10:25 -0000 >Number: 77013 >Category: ports >Synopsis: [PATCH] databases/firebird: make portlint happy, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 02 16:10:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: Galle Folheados >Environment: System: FreeBSD srv1.galle.com.br 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #6: Mon Jan 17 09:05:47 BRDT 2005 >Description: - Make portlint happy - Take maintainership Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- firebird-1.5.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/firebird.orig/Makefile /usr/ports/databases/firebird/Makefile --- /usr/ports/databases/firebird.orig/Makefile Mon Jan 10 10:01:31 2005 +++ /usr/ports/databases/firebird/Makefile Wed Feb 2 14:05:42 2005 @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR=firebird DISTNAME= firebird-1.5.2.4731 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= renato@galle.com.br COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) USE_BISON= yes @@ -28,7 +28,7 @@ # Don't use ld for linking, use gcc LD= gcc -CONFLICTS= firebird-devel-* +CONFLICTS= firebird-devel-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME} INSTALLS_SHLIB= yes --- firebird-1.5.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 16:10:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45BC816A4CF for ; Wed, 2 Feb 2005 16:10:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F329E43D4C for ; Wed, 2 Feb 2005 16:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12GAPNX092617 for ; Wed, 2 Feb 2005 16:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12GAPIX092616; Wed, 2 Feb 2005 16:10:25 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 16:10:25 GMT Resent-Message-Id: <200502021610.j12GAPIX092616@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, June-Yen Huang Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB5B316A4CE for ; Wed, 2 Feb 2005 16:09:22 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B434B43D4C for ; Wed, 2 Feb 2005 16:09:22 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j12G9MhX089360 for ; Wed, 2 Feb 2005 16:09:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j12G9MVc089359; Wed, 2 Feb 2005 16:09:22 GMT (envelope-from nobody) Message-Id: <200502021609.j12G9MVc089359@www.freebsd.org> Date: Wed, 2 Feb 2005 16:09:22 GMT From: June-Yen Huang To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77014: cvs2svn ports version update 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: Wed, 02 Feb 2005 16:10:26 -0000 >Number: 77014 >Category: ports >Synopsis: cvs2svn ports version update 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: Wed Feb 02 16:10:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: June-Yen Huang >Release: FreeBSD 5.3 >Organization: Academia Sinica, Taiwan >Environment: FreeBSD 5.3 >Description: none >How-To-Repeat: no serious problem provide. >Fix: Index: distinfo =================================================================== --- distinfo (revision 691) +++ distinfo (revision 692) @@ -1,2 +1,2 @@ -MD5 (cvs2svn-1.1.0.tar.gz) = 8e273e69123872f0ff55ade7cff8e7c8 -SIZE (cvs2svn-1.1.0.tar.gz) = 202291 +MD5 (cvs2svn-1.2.0.tar.gz) = 82f7ecff709eec624214accba64847e3 +SIZE (cvs2svn-1.2.0.tar.gz) = 205317 Index: Makefile =================================================================== --- Makefile (revision 691) +++ Makefile (revision 692) @@ -5,9 +5,9 @@ # $FreeBSD: ports/devel/cvs2svn/Makefile,v 1.3 2004/10/26 09:09:05 clsung Exp $ PORTNAME= cvs2svn -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel -MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/16792/ +MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/19743/ MAINTAINER= jihuang@gate.sinica.edu.tw COMMENT= CVS to Subversion Repository Converter >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 16:20:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AADA016A4CE for ; Wed, 2 Feb 2005 16:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B1E43D53 for ; Wed, 2 Feb 2005 16:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12GKMB3092915 for ; Wed, 2 Feb 2005 16:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12GKM2d092914; Wed, 2 Feb 2005 16:20:22 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 16:20:22 GMT Resent-Message-Id: <200502021620.j12GKM2d092914@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Taik0 Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 465C816A4CE for ; Wed, 2 Feb 2005 16:16:30 +0000 (GMT) Received: from moe.ilimit.es (38.Red-213-96-13.pooles.rima-tde.net [213.96.13.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE4A43D4C for ; Wed, 2 Feb 2005 16:16:27 +0000 (GMT) (envelope-from suikogaiden@gmail.com) Received: from dani.ilimit.lan ([192.168.1.57] helo=in.ilimit.es) by moe.ilimit.es with smtp (Exim 3.36 #1 (Debian)) id 1CwNAv-0005vm-00 for ; Wed, 02 Feb 2005 17:16:17 +0100 Received: by in.ilimit.es (sSMTP sendmail emulation); Wed, 2 Feb 2005 17:16:27 +0100 Message-Id: Date: Wed, 2 Feb 2005 17:16:27 +0100 From: Taik0 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77015: /usr/ports/net/linpopup/ (linpopup-1.2.0_1) LinPopup doesn't send messages X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Taik0 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 16:20:22 -0000 >Number: 77015 >Category: ports >Synopsis: /usr/ports/net/linpopup/ (linpopup-1.2.0_1) LinPopup doesn't send messages >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 02 16:20:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Taik0 >Release: FreeBSD 5.3-STABLE i386 >Organization: http://taik0.piscue.com >Environment: System: FreeBSD dani.ilimit.lan 5.3-STABLE FreeBSD 5.3-STABLE #1: Thu Nov 11 18:09:59 CET 2004 root@dani.ilimit.lan:/usr/obj/usr/src/sys/RYODAN i386 >Description: Linpopup doesn't send messages, it's because smbclient args are different. Without modify the source, Linpopup doesn't work. >How-To-Repeat: Just try to send a message and a window will open noticing you that smbclient are used with invalid syntax. >Fix: There the patch: diff -ur linpopup_orig/LinPopUp-1.2.0/src/send.c linpopup_patched/LinPopUp-1.2.0/src/send.c --- linpopup_orig/LinPopUp-1.2.0/src/send.c Tue Mar 14 03:45:05 2000 +++ linpopup_patched/LinPopUp-1.2.0/src/send.c Wed Feb 2 17:05:46 2005 @@ -92,7 +92,7 @@ /* -- launch smbclient and read output from pipe -- */ //sprintf (command_line, "( %s cat %s ) | smbclient -M \"%s\" -U \"%s\" -n \"%s\" \"%s\"", (MULTI_RECIPIENTS ? prefix : ""), temp_filename, head_text, user_rc.samba_username, user_rc.samba_nbiosname, user_rc.samba_misc); - sprintf (command_line, "( %s cat %s ) | smbclient -M \"%s\" -U \"%s\" -n \"%s\" \"%s\" 2>&1", (MULTI_RECIPIENTS ? prefix : ""), temp_filename, head_text, user_rc.samba_username, user_rc.samba_nbiosname, user_rc.samba_misc); + sprintf (command_line, "( %s cat %s ) | smbclient -M \"%s\" -U \"%s\" -n \"%s\" 2>&1", (MULTI_RECIPIENTS ? prefix : ""), temp_filename, head_text, user_rc.samba_username, user_rc.samba_nbiosname); output = popen (command_line, "r"); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 16:40:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 003E516A4CE for ; Wed, 2 Feb 2005 16:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCBBC43D1F for ; Wed, 2 Feb 2005 16:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12GeNTr094493 for ; Wed, 2 Feb 2005 16:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12GeNSv094492; Wed, 2 Feb 2005 16:40:23 GMT (envelope-from gnats) Date: Wed, 2 Feb 2005 16:40:23 GMT Message-Id: <200502021640.j12GeNSv094492@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Clemens Fischer" Subject: Re: ports/76585: lang/clisp: UTF8 locales break build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clemens Fischer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 16:40:24 -0000 The following reply was made to PR ports/76585; it has been noted by GNATS. From: "Clemens Fischer" To: freebsd-gnats-submit@FreeBSD.org, ino-qc@spotteswoode.dnsalias.org Cc: Subject: Re: ports/76585: lang/clisp: UTF8 locales break build Date: 2 Feb 2005 17:39:41 +0100 "LANG=C" didn't cut it. environ(7) says the "$LC*" variables take precedence, so i thought: -MAKE_ENV+= CC="${CC}" LANG=C +MAKE_ENV+= CC="${CC}" LC_ALL=C but this didn't fix it, either. an explicit "export LC_ALL=C" is needed and sufficient before starting the build. unfortunately, i don't know how to achieve this using make(1). we'd need a shell wrapper if only for globally setting "$LC*" stuff. as a workaround, "LC_ALL=C make LC_ALL=C" works. "ports/ftp/curl" contains: # Setting LC_ALL=C is a kludge; maybe curl/libcurl shouldn't actually use # the user's locale when dates are sent to the server. test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} LC_ALL=C ${MAKE} test would it be possible to use a "pre-build" target in a similiar way? clemens From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 16:41:55 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D34C16A4CE; Wed, 2 Feb 2005 16:41:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7CE943D2F; Wed, 2 Feb 2005 16:41:54 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12Gfsap094608; Wed, 2 Feb 2005 16:41:54 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12Gfsn8094604; Wed, 2 Feb 2005 16:41:54 GMT (envelope-from clsung) Date: Wed, 2 Feb 2005 16:41:54 GMT From: Cheng-Lung Sung Message-Id: <200502021641.j12Gfsn8094604@freefall.freebsd.org> To: jihuang@gate.sinica.edu.tw, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77014: cvs2svn ports version update 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: Wed, 02 Feb 2005 16:41:55 -0000 Synopsis: cvs2svn ports version update to 1.2.0 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Wed Feb 2 16:41:40 GMT 2005 State-Changed-Why: Committed, Thank you. http://www.freebsd.org/cgi/query-pr.cgi?pr=77014 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 17:10:11 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 077C016A4CE; Wed, 2 Feb 2005 17:10:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2EE543D41; Wed, 2 Feb 2005 17:10:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12HAAbh099611; Wed, 2 Feb 2005 17:10:10 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12HAAGE099607; Wed, 2 Feb 2005 17:10:10 GMT (envelope-from pav) Date: Wed, 2 Feb 2005 17:10:10 GMT From: Pav Lucistnik Message-Id: <200502021710.j12HAAGE099607@freefall.freebsd.org> To: jylefort@brutele.be, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76964: Update port: net/link-monitor-applet to 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 17:10:11 -0000 Synopsis: Update port: net/link-monitor-applet to 1.3 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Feb 2 17:10:04 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76964 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 17:10:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC0B316A4D5 for ; Wed, 2 Feb 2005 17:10:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79AD543D55 for ; Wed, 2 Feb 2005 17:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12HAIGu099648 for ; Wed, 2 Feb 2005 17:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12HAIpl099645; Wed, 2 Feb 2005 17:10:18 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 17:10:18 GMT Resent-Message-Id: <200502021710.j12HAIpl099645@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joseph Scott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FDF016A4CE for ; Wed, 2 Feb 2005 17:06:34 +0000 (GMT) Received: from rhyll.com (rhyll.com [70.84.96.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35F1A43D1F for ; Wed, 2 Feb 2005 17:06:34 +0000 (GMT) (envelope-from joseph@rhyll.com) Received: from localhost (localhost [127.0.0.1]) by rhyll.com (Postfix) with ESMTP id CC8F92E070 for ; Wed, 2 Feb 2005 11:06:33 -0600 (CST) Received: from rhyll.com ([127.0.0.1]) by localhost (sm01.rhyll.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19831-01 for ; Wed, 2 Feb 2005 11:06:33 -0600 (CST) Received: by rhyll.com (Postfix, from userid 1001) id 3FADC2E06F; Wed, 2 Feb 2005 11:06:33 -0600 (CST) Message-Id: <20050202170633.3FADC2E06F@rhyll.com> Date: Wed, 2 Feb 2005 11:06:33 -0600 (CST) From: Joseph Scott To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77018: MAINTAINER FIX: www/pear-HTTP_Client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 17:10:18 -0000 >Number: 77018 >Category: ports >Synopsis: MAINTAINER FIX: www/pear-HTTP_Client >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 Feb 02 17:10:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD sm01.rhyll.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Jan 14 19:17:00 CST 2005 joseph@sm01.rhyll.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: MAINTAINER FIX: www/pear-HTTP_Client Looks like this also depends on www/pear-HTTP_Request. >How-To-Repeat: >Fix: --- pear-HTTP_Client.diff begins here --- diff -ruN pear-HTTP_Client-orig/Makefile pear-HTTP_Client/Makefile --- pear-HTTP_Client-orig/Makefile Wed Feb 2 11:03:46 2005 +++ pear-HTTP_Client/Makefile Wed Feb 2 11:04:08 2005 @@ -12,7 +12,8 @@ MAINTAINER= joseph@randomnetworks.com COMMENT= PEAR classes for high level HTTP requests -BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP +BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \ + ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= HTTP --- pear-HTTP_Client.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 17:20:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7549F16A4D4 for ; Wed, 2 Feb 2005 17:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A32D43D55 for ; Wed, 2 Feb 2005 17:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12HKJrk000214 for ; Wed, 2 Feb 2005 17:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12HKJ3E000213; Wed, 2 Feb 2005 17:20:19 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 17:20:19 GMT Resent-Message-Id: <200502021720.j12HKJ3E000213@freefall.freebsd.org> 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 Kapranoff Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB9AB16A4CE for ; Wed, 2 Feb 2005 17:18:09 +0000 (GMT) Received: from park.rambler.ru (park.rambler.ru [81.19.64.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id E906F43D53 for ; Wed, 2 Feb 2005 17:18:08 +0000 (GMT) (envelope-from kappa@capella.park.rambler.ru) Received: from capella.park.rambler.ru ([81.19.65.30]) by park.rambler.ru (8.13.1/8.13.1) with ESMTP id j12HI7gZ009515 for ; Wed, 2 Feb 2005 20:18:07 +0300 (MSK) (envelope-from kappa@capella.park.rambler.ru) Received: by capella.park.rambler.ru (Postfix, from userid 1001) id 27E4440D0; Wed, 2 Feb 2005 20:18:11 +0300 (MSK) Message-Id: <20050202171811.27E4440D0@capella.park.rambler.ru> Date: Wed, 2 Feb 2005 20:18:11 +0300 (MSK) From: Alex Kapranoff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77019: New port: devel/p5-Set-Array X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 17:20:24 -0000 >Number: 77019 >Category: ports >Synopsis: New port: devel/p5-Set-Array >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 Feb 02 17:20:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.2-CURRENT i386 >Organization: Inner Mongolia >Environment: FreeBSD capella.park.rambler.ru 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Jun 15 17:17:42 MSD 2004 root@capella.rambler.stack.net:/usr/obj/usr/src/sys/CAPELLA i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Set-Array # p5-Set-Array/Makefile # p5-Set-Array/distinfo # p5-Set-Array/pkg-descr # p5-Set-Array/pkg-plist # echo c - p5-Set-Array mkdir -p p5-Set-Array > /dev/null 2>&1 echo x - p5-Set-Array/Makefile sed 's/^X//' >p5-Set-Array/Makefile << 'END-of-p5-Set-Array/Makefile' X# New ports collection makefile for: devel/p5-Set-Array X# Date created: 2 September 2004 X# Whom: Alex Kapranoff X# X# $FreeBSD$ X# X XPORTNAME= Set-Array XPORTVERSION= 0.12 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/R/RS/RSAVAGE XPKGNAMEPREFIX= p5- XEXTRACT_SUFX= .tgz X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Arrays as objects with set operations X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_MODBUILD= yes X XMAN3= Set::Array.3 X X.include END-of-p5-Set-Array/Makefile echo x - p5-Set-Array/distinfo sed 's/^X//' >p5-Set-Array/distinfo << 'END-of-p5-Set-Array/distinfo' XMD5 (Set-Array-0.12.tgz) = fee1f29ef28c10f33df9cf1c2dcb8b9e XSIZE (Set-Array-0.12.tgz) = 22763 END-of-p5-Set-Array/distinfo echo x - p5-Set-Array/pkg-descr sed 's/^X//' >p5-Set-Array/pkg-descr << 'END-of-p5-Set-Array/pkg-descr' XSet::Array allows you to create arrays as objects and use OO-style Xmethods on them. Many convenient methods are provided here that appear Xin the FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In Xaddition, there are Set methods with corresponding (overloaded) Xoperators for the purpose of Set comparison, i.e. +, ==, etc. X XWWW: http://search.cpan.org/search?dist=Set-Array END-of-p5-Set-Array/pkg-descr echo x - p5-Set-Array/pkg-plist sed 's/^X//' >p5-Set-Array/pkg-plist << 'END-of-p5-Set-Array/pkg-plist' X%%SITE_PERL%%/Set/Array.pm X@unexec rmdir %D/%%SITE_PERL%%/Set 2>/dev/null || true END-of-p5-Set-Array/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 17:30:14 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A271216A4CE for ; Wed, 2 Feb 2005 17:30:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E55C43D5D for ; Wed, 2 Feb 2005 17:30:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12HUEiR000605 for ; Wed, 2 Feb 2005 17:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12HUEeN000604; Wed, 2 Feb 2005 17:30:14 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 17:30:14 GMT Resent-Message-Id: <200502021730.j12HUEeN000604@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Igor Pokrovsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C894916A4CE for ; Wed, 2 Feb 2005 17:22:25 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F91A43D46 for ; Wed, 2 Feb 2005 17:22:25 +0000 (GMT) (envelope-from igor@doom.homeunix.org) Received: from dialup84117-147.ip.peterstar.net ([84.204.117.147] helo=doom.homeunix.org) by voodoo.oberon.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44 (FreeBSD)) id 1CwOCw-000A5E-3y for FreeBSD-gnats-submit@freebsd.org; Wed, 02 Feb 2005 18:22:27 +0100 Received: from doom.homeunix.org (localhost [127.0.0.1]) by doom.homeunix.org (8.13.1/8.13.1) with ESMTP id j12HLTQa000751 for ; Wed, 2 Feb 2005 20:22:11 +0300 (MSK) (envelope-from igor@doom.homeunix.org) Received: (from igor@localhost) by doom.homeunix.org (8.13.1/8.13.1/Submit) id j11JDVH5010612; Tue, 1 Feb 2005 22:13:31 +0300 (MSK) (envelope-from igor) Message-Id: <200502011913.j11JDVH5010612@doom.homeunix.org> Date: Tue, 1 Feb 2005 22:13:31 +0300 (MSK) From: Igor Pokrovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77021: Update port: graphics/ayam fix dependency error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Igor Pokrovsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 17:30:14 -0000 >Number: 77021 >Category: ports >Synopsis: Update port: graphics/ayam fix dependency error >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 02 17:30:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Igor Pokrovsky >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD doom.homeunix.org 4.11-STABLE FreeBSD 4.11-STABLE #0: Sat Jan 29 15:33:37 MSK 2005 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386 >Description: Mark BROKEN on amd64, because of Aqsis problems. As Aqsis is the only renderer in Ayam, Ayam becomes quite useless without Aqsis. >How-To-Repeat: >Fix: --- ayam.diff begins here --- diff -ru /usr/ports/graphics/ayam/Makefile ayam/Makefile --- /usr/ports/graphics/ayam/Makefile Sat Jan 22 21:59:29 2005 +++ ayam/Makefile Tue Feb 1 22:09:03 2005 @@ -35,6 +35,8 @@ .if ${ARCH} == "alpha" BROKEN= "Does not build on alpha" +.elif ${ARCH} == "amd64" +BROKEN= "Aqsis is broken on AMD64" .endif post-patch: --- ayam.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 17:37:51 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9462016A4DA; Wed, 2 Feb 2005 17:37:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B96F43D45; Wed, 2 Feb 2005 17:37:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12HbpYi001620; Wed, 2 Feb 2005 17:37:51 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12HbpZS001616; Wed, 2 Feb 2005 17:37:51 GMT (envelope-from pav) Date: Wed, 2 Feb 2005 17:37:51 GMT From: Pav Lucistnik Message-Id: <200502021737.j12HbpZS001616@freefall.freebsd.org> To: tmseck@netcologne.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76980: [Maintainer] www/gatling: update to 0.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: Wed, 02 Feb 2005 17:37:51 -0000 Synopsis: [Maintainer] www/gatling: update to 0.6 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Feb 2 17:37:45 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76980 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 17:38:01 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E031716A4CF; Wed, 2 Feb 2005 17:38:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B742343D1D; Wed, 2 Feb 2005 17:38:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12Hc1ja001673; Wed, 2 Feb 2005 17:38:01 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12Hc1k4001669; Wed, 2 Feb 2005 17:38:01 GMT (envelope-from pav) Date: Wed, 2 Feb 2005 17:38:01 GMT From: Pav Lucistnik Message-Id: <200502021738.j12Hc1k4001669@freefall.freebsd.org> To: tmseck@netcologne.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76978: [Maintainer] devel/libowfat: update to 0.21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 17:38:02 -0000 Synopsis: [Maintainer] devel/libowfat: update to 0.21 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Feb 2 17:37:55 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76978 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 17:40:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDBDE16A4DF for ; Wed, 2 Feb 2005 17:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C7943D48 for ; Wed, 2 Feb 2005 17:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12HeNZP001741 for ; Wed, 2 Feb 2005 17:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12HeNlp001739; Wed, 2 Feb 2005 17:40:23 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 17:40:23 GMT Resent-Message-Id: <200502021740.j12HeNlp001739@freefall.freebsd.org> 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 Kapranoff Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2983416A4CE for ; Wed, 2 Feb 2005 17:32:01 +0000 (GMT) Received: from park.rambler.ru (park.rambler.ru [81.19.64.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58FCA43D3F for ; Wed, 2 Feb 2005 17:32:00 +0000 (GMT) (envelope-from kappa@capella.park.rambler.ru) Received: from capella.park.rambler.ru ([81.19.65.30]) by park.rambler.ru (8.13.1/8.13.1) with ESMTP id j12HVv50010343 for ; Wed, 2 Feb 2005 20:31:57 +0300 (MSK) (envelope-from kappa@capella.park.rambler.ru) Received: by capella.park.rambler.ru (Postfix, from userid 1001) id 3BA6540D0; Wed, 2 Feb 2005 20:32:01 +0300 (MSK) Message-Id: <20050202173201.3BA6540D0@capella.park.rambler.ru> Date: Wed, 2 Feb 2005 20:32:01 +0300 (MSK) From: Alex Kapranoff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77022: Fix russian/pscyr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 17:40:23 -0000 >Number: 77022 >Category: ports >Synopsis: Fix russian/pscyr >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 Feb 02 17:40:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.2-CURRENT i386 >Organization: Inner Mongolia >Environment: FreeBSD capella.park.rambler.ru 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Jun 15 17:17:42 MSD 2004 root@capella.rambler.stack.net:/usr/obj/usr/src/sys/CAPELLA i386 >Description: Catch up newer teTeX ports structure. Add one distsite. USE_REINPLACE, not perl. The port is not ${PREFIX}-clean and there's no obvious way for it to be as it is a plug-in for teTeX and should be installed into the same directory tree. Idea by: Antuan Avdioukhine >How-To-Repeat: >Fix: diff -ruN /usr/ports/russian/pscyr/Makefile pscyr/Makefile --- /usr/ports/russian/pscyr/Makefile Fri Mar 7 09:09:25 2003 +++ pscyr/Makefile Fri Jan 28 19:45:36 2005 @@ -6,10 +6,11 @@ # PORTNAME= PSCyr -PATCH_LEVEL= 2 PORTVERSION= 0.4c${PATCH_LEVEL} +PORTREVISION= 1 CATEGORIES= russian print MASTER_SITES= ftp://scon155.phys.msu.su/pub/russian/psfonts/ \ + ftp://ftp.sai.msu.su/pub/misc/fonts/cyrillic/psfonts/ \ ftp://ftp.vsu.ru/pub/tex/font-packs/pscyr/ DISTFILES= ${PORTNAME}-${PORTVERSION:S/${PATCH_LEVEL}$/-patch&/}-tex.tar.gz \ ${PORTNAME}-${PORTVERSION:S/${PATCH_LEVEL}$/-patch&/}-type1.tar.gz @@ -17,16 +18,18 @@ MAINTAINER= kappa@freebsd.org.ua COMMENT= Cyrillic PostScript Type1 fonts for use with TeX -RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX -# no other TeX is sufficient +RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base +# no other TeX will do + +PATCH_LEVEL= 2 NO_WRKSUBDIR= yes NO_BUILD= yes +USE_REINPLACE= yes + post-patch: - @${CP} ${WRKDIR}/install.sh ${WRKDIR}/install.sh.orig; - @${SED} -e 's/^mv /${INSTALL_DATA} /' \ - ${WRKDIR}/install.sh.orig > ${WRKDIR}/install.sh + @${REINPLACE_CMD} -e 's/^mv /${INSTALL_DATA} /' ${WRKDIR}/install.sh do-install: (cd ${WRKDIR}; ${SH} install.sh ${PREFIX}) diff -ruN /usr/ports/russian/pscyr/pkg-deinstall pscyr/pkg-deinstall --- /usr/ports/russian/pscyr/pkg-deinstall Mon Jul 2 13:04:24 2001 +++ pscyr/pkg-deinstall Fri Jan 28 20:26:13 2005 @@ -5,8 +5,10 @@ case $2 in POST-DEINSTALL) - perl -i -pe 's/pscyr\.map\n//m' ${PREFIX}/share/texmf/dvips/config/updmap - (cd ${PREFIX}/share/texmf/dvips/config/; sh updmap) - mktexlsr + TEMPFILE=`mktemp -t u` + cp ${PREFIX}/share/texmf-var/web2c/updmap.cfg ${TEMPFILE} + sed -nE '/^Map pscyr\.map|# PSCyr/!p' < ${TEMPFILE} > ${PREFIX}/share/texmf-var/web2c/updmap.cfg + rm ${TEMPFILE} + PATH=${PATH}:${PREFIX} ${PREFIX}/bin/updmap ;; esac diff -ruN /usr/ports/russian/pscyr/pkg-install pscyr/pkg-install --- /usr/ports/russian/pscyr/pkg-install Mon Jul 2 13:04:24 2001 +++ pscyr/pkg-install Fri Jan 28 20:42:22 2005 @@ -5,9 +5,12 @@ case $2 in POST-INSTALL) - rm -f `kpsewhich -expand-var='$VARTEXFONTS'`/pk/modeless/public/pscyr/* - perl -i -pe 's/^(extra_modules="$)/$1\npscyr.map/m' ${PREFIX}/share/texmf/dvips/config/updmap - (cd ${PREFIX}/share/texmf/dvips/config/; sh updmap) - mktexlsr + rm -f `${PREFIX}/bin/kpsewhich -expand-var='$VARTEXFONTS'`/pk/modeless/public/pscyr/* + cat << 'EOF' >> ${PREFIX}/share/texmf-var/web2c/updmap.cfg +# PSCyr +Map pscyr.map +EOF + ${PREFIX}/bin/mktexlsr + PATH=${PATH}:${PREFIX} ${PREFIX}/bin/updmap ;; esac >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 17:40:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A63B16A4DF for ; Wed, 2 Feb 2005 17:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE81943D53 for ; Wed, 2 Feb 2005 17:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12HeNAr001794 for ; Wed, 2 Feb 2005 17:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12HeN3Y001792; Wed, 2 Feb 2005 17:40:23 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 17:40:23 GMT Resent-Message-Id: <200502021740.j12HeN3Y001792@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan van Selst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D03316A4CE for ; Wed, 2 Feb 2005 17:38:13 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FDE743D39 for ; Wed, 2 Feb 2005 17:38:12 +0000 (GMT) (envelope-from johans@stack.nl) Received: from hammer.stack.nl (hammer.stack.nl [IPv6:2001:610:1108:5010::153]) by mailhost.stack.nl (Postfix) with ESMTP id 267D31F233 for ; Wed, 2 Feb 2005 18:38:11 +0100 (CET) Received: by hammer.stack.nl (Postfix, from userid 801) id F25A964A6; Wed, 2 Feb 2005 18:38:10 +0100 (CET) Message-Id: <20050202173810.F25A964A6@hammer.stack.nl> Date: Wed, 2 Feb 2005 18:38:10 +0100 (CET) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77023: textproc/xerces-c: fix for compilation on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 17:40:24 -0000 >Number: 77023 >Category: ports >Synopsis: textproc/xerces-c: fix for compilation on amd64 >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 Feb 02 17:40:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 6.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD hammer.stack.nl 6.0-CURRENT FreeBSD 6.0-CURRENT #3: Mon Nov 1 18:36:46 CET 2004 marcolz@hammer.stack.nl:/usr/obj/usr/src/sys/HAMMER amd64 >Description: The install script does not recognise amd64 Fix: add cpu type and everything builds fine >How-To-Repeat: >Fix: Include the following patch (files/patch-src::xercesc::config.sub) --- src/xercesc/config.sub.orig Wed Feb 2 18:29:07 2005 +++ src/xercesc/config.sub Wed Feb 2 18:29:02 2005 @@ -218,7 +218,7 @@ | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \ | mips64vr5000 | miprs64vr5000el | mcore \ | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \ - | thumb | d10v | d30v | fr30 | avr) + | thumb | d10v | d30v | fr30 | avr | amd64) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12) @@ -262,7 +262,7 @@ | f301-* | armv*-* | s390-* | sv1-* | t3e-* \ | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \ - | bs2000-* | tic54x-* | c54x-* | x86_64-*) + | bs2000-* | tic54x-* | c54x-* | x86_64-* | amd64-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 18:00:42 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736AD16A4D3 for ; Wed, 2 Feb 2005 18:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE6543D55 for ; Wed, 2 Feb 2005 18:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12I0fPO002266 for ; Wed, 2 Feb 2005 18:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12I0fH3002264; Wed, 2 Feb 2005 18:00:41 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 18:00:41 GMT Resent-Message-Id: <200502021800.j12I0fH3002264@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Karpov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BC1E16A4CE for ; Wed, 2 Feb 2005 17:50:58 +0000 (GMT) Received: from mx.toxahost.ru (ns.toxahost.ru [62.89.204.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CA6543D1D for ; Wed, 2 Feb 2005 17:50:55 +0000 (GMT) (envelope-from root@toxahost.ru) Received: by mx.toxahost.ru (Postfix, from userid 0) id 4F73F177; Wed, 2 Feb 2005 20:50:53 +0300 (MSK) Message-Id: <20050202175053.4F73F177@mx.toxahost.ru> Date: Wed, 2 Feb 2005 20:50:53 +0300 (MSK) From: Anton Karpov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77025: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 18:00:42 -0000 >Number: 77025 >Category: ports >Synopsis: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 02 18:00:41 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Anton Karpov >Release: 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD laptoxa.toxa.lan 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sun Jan 23 23:26:11 MSK 2005 >Description: Graveman is yet another GPL GTK2 frontend for cdrecord, mkisofs, readcd and sox. It does NOT require a lot of GNOME libfoos and libbars, so it is ideal for using with lightweight GTK2 window managers, like XFCE4, for example. >How-To-Repeat: >Fix: Shar file attached --- graveman.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: # # . # ./Makefile # ./distinfo # ./pkg-descr # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: graveman X# Date created: 2005-02-01 X# Whom: Anton Karpov X# X# $FreeBSD$ X# X XPORTNAME= graveman XPORTVERSION= 0.3.5 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SAVANNAH} XMASTER_SITE_SUBDIR= graveman X XMAINTAINER= toxa@toxahost.ru XCOMMENT= Another GTK2 frontend for cdrecord, mkisofs, readcd and sox X XRUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools X XUSE_BZIP2= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_X_PREFIX= yes XWANT_GNOME= yes XGNU_CONFIGURE= yes XUSE_GNOME= glib20 gtk20 libglade2 XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" X XOPTIONS= MP3 "MP3 Support" off \ X OGG "OGG Support" off X X.if !defined(WITHOUT_MP3) XLIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ X id3tag.2:${PORTSDIR}/audio/libid3tag XRUN_DEPENDS= sox:${PORTSDIR}/audio/sox X.else XCONFIGURE_ARGS+=--disable-mp3 X.endif X X.if !defined(WITHOUT_OGG) XLIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg \ X vorbis.3:${PORTSDIR}/audio/libvorbis X.else XCONFIGURE_ARGS+=--disable-ogg X.endif X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (graveman-0.3.5.tar.bz2) = 30afce2ba990cda08de139a55d07db36 XSIZE (graveman-0.3.5.tar.bz2) = 372418 END-of-./distinfo echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XAnother GPL GTK2 frontend for cdrecord, mkisofs, readcd and sox! XWith graveman you can burn audio cd (wav, ogg, mp3), data cd, and duplicate cd. X XWWW: http://www.nongnu.org/graveman/ END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/graveman Xshare/applications/graveman.desktop Xshare/pixmaps/graveman.png Xshare/graveman/dialog-question3.png Xshare/graveman/dialog_about.glade Xshare/graveman/dialog_add_device.glade Xshare/graveman/dialog_confirm_operation.glade Xshare/graveman/dialog_device.glade Xshare/graveman/dialog_media.glade Xshare/graveman/dialog_properties.glade Xshare/graveman/dialog_welcome.glade Xshare/graveman/erase-cdrw.png Xshare/graveman/file_image.png Xshare/graveman/folder5-petit.png Xshare/graveman/gnome-dev-cdrom-audio-24.png Xshare/graveman/gnome-dev-cdrom-audio.png Xshare/graveman/gnome-dev-cdrom.png Xshare/graveman/graveman-main.png Xshare/graveman/graveman24.png Xshare/graveman/graveman32.png Xshare/graveman/graveman48.png Xshare/graveman/graver-petite.png Xshare/graveman/graver.png Xshare/graveman/i-cdrom.png Xshare/graveman/main-settings.png Xshare/graveman/menu-audio-16.png Xshare/graveman/menu-audio-24.png Xshare/graveman/menu-audio-32.png Xshare/graveman/menu-audio-48.png Xshare/graveman/menu-audio.png Xshare/graveman/menu-copy-16.png Xshare/graveman/menu-copy-24.png Xshare/graveman/menu-copy-32.png Xshare/graveman/menu-copy-44.png Xshare/graveman/menu-copy-48.png Xshare/graveman/menu-copy.png Xshare/graveman/menu-data-16.png Xshare/graveman/menu-data-24.png Xshare/graveman/menu-data-32.png Xshare/graveman/menu-data-44.png Xshare/graveman/menu-data-48.png Xshare/graveman/menu-data.png Xshare/graveman/menu-other-16.png Xshare/graveman/menu-other-24.png Xshare/graveman/menu-other-32.png Xshare/graveman/menu-other-44.png Xshare/graveman/menu-other-48.png Xshare/graveman/menu-other.png Xshare/graveman/petit-parametre.png Xshare/graveman/petitcd.png Xshare/graveman/petitcdrw.png Xshare/graveman/petitdvd.png Xshare/graveman/petitdvdrw.png Xshare/graveman/petitiso.png Xshare/graveman/properties.png Xshare/graveman/stock_id-48.png Xshare/graveman/stock_new.png Xshare/graveman/window_burn.glade Xshare/graveman/window_inprogress.glade Xshare/graveman/window_main.glade Xshare/graveman/window_welcome.glade X@dirrm share/graveman END-of-./pkg-plist exit --- graveman.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 18:20:28 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75A1816A50A for ; Wed, 2 Feb 2005 18:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B9F43D1F for ; Wed, 2 Feb 2005 18:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12IKRFs006833 for ; Wed, 2 Feb 2005 18:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12IKR80006832; Wed, 2 Feb 2005 18:20:27 GMT (envelope-from gnats) Date: Wed, 2 Feb 2005 18:20:27 GMT Message-Id: <200502021820.j12IKR80006832@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ion-Mihai Tetcu Subject: Re: ports/77025: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ion-Mihai Tetcu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 18:20:28 -0000 The following reply was made to PR ports/77025; it has been noted by GNATS. From: Ion-Mihai Tetcu To: Anton Karpov Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/77025: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox Date: Wed, 2 Feb 2005 20:11:37 +0200 On Wed, 2 Feb 2005 20:50:53 +0300 (MSK) Anton Karpov wrote: [ ... ] Since you're using OPTIONS you need to use bsd.port.pre|post.mk > echo x - ./Makefile > sed 's/^X//' >./Makefile << 'END-of-./Makefile' > X# New ports collection makefile for: graveman > X# Date created: 2005-02-01 > X# Whom: Anton Karpov > X# > X# $FreeBSD$ > X# > X > XPORTNAME= graveman > XPORTVERSION= 0.3.5 > XCATEGORIES= sysutils > XMASTER_SITES= ${MASTER_SITE_SAVANNAH} > XMASTER_SITE_SUBDIR= graveman > X > XMAINTAINER= toxa@toxahost.ru > XCOMMENT= Another GTK2 frontend for cdrecord, mkisofs, readcd and sox > X > XRUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools > X > XUSE_BZIP2= yes > XUSE_GMAKE= yes > XGNU_CONFIGURE= yes > XUSE_X_PREFIX= yes > XWANT_GNOME= yes > XGNU_CONFIGURE= yes > XUSE_GNOME= glib20 gtk20 libglade2 > XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > X LIBS="-L${LOCALBASE}/lib" > X > XOPTIONS= MP3 "MP3 Support" off \ > X OGG "OGG Support" off > X + X.include > X.if !defined(WITHOUT_MP3) > XLIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ > X id3tag.2:${PORTSDIR}/audio/libid3tag > XRUN_DEPENDS= sox:${PORTSDIR}/audio/sox > X.else > XCONFIGURE_ARGS+=--disable-mp3 > X.endif > X > X.if !defined(WITHOUT_OGG) > XLIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg \ > X vorbis.3:${PORTSDIR}/audio/libvorbis > X.else > XCONFIGURE_ARGS+=--disable-ogg > X.endif > X - X.include + X.include [ ... ] -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 18:30:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 758DE16A4CF for ; Wed, 2 Feb 2005 18:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F031E43D49 for ; Wed, 2 Feb 2005 18:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12IUOjm007183 for ; Wed, 2 Feb 2005 18:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12IUO3x007167; Wed, 2 Feb 2005 18:30:24 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 18:30:24 GMT Resent-Message-Id: <200502021830.j12IUO3x007167@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan van Selst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DA4B16A4CE for ; Wed, 2 Feb 2005 18:22:07 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF74343D45 for ; Wed, 2 Feb 2005 18:22:06 +0000 (GMT) (envelope-from johans@stack.nl) Received: from hammer.stack.nl (hammer.stack.nl [IPv6:2001:610:1108:5010::153]) by mailhost.stack.nl (Postfix) with ESMTP id CF34C1F0E4 for ; Wed, 2 Feb 2005 19:22:05 +0100 (CET) Received: by hammer.stack.nl (Postfix, from userid 801) id AFD666952; Wed, 2 Feb 2005 19:22:05 +0100 (CET) Message-Id: <20050202182205.AFD666952@hammer.stack.nl> Date: Wed, 2 Feb 2005 19:22:05 +0100 (CET) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77027: lang/elk: fix for compilation on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 18:30:25 -0000 >Number: 77027 >Category: ports >Synopsis: lang/elk: fix for compilation on amd64 >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 Feb 02 18:30:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 6.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD hammer.stack.nl 6.0-CURRENT FreeBSD 6.0-CURRENT #3: Mon Nov 1 18:36:46 CET 2004 marcolz@hammer.stack.nl:/usr/obj/usr/src/sys/HAMMER amd64 >Description: This looks like a compiler bug - am not ready to debug gcc though. Fix: disable compiler optimisation on amd64 >How-To-Repeat: >Fix: Include workaround for amd64 in ports Makefile (is this the right location?) Should probably include a helpful comment as well... --- Makefile.orig Wed Feb 2 19:11:27 2005 +++ Makefile Wed Feb 2 19:08:51 2005 @@ -33,7 +33,7 @@ .include .if ${ARCH} == "amd64" -BROKEN= "Does not build" +CFLAGS= -O0 .endif post-install: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 18:30:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB5016A4CE for ; Wed, 2 Feb 2005 18:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3166D43D5C for ; Wed, 2 Feb 2005 18:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12IUPKw007234 for ; Wed, 2 Feb 2005 18:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12IUP2e007232; Wed, 2 Feb 2005 18:30:25 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 18:30:25 GMT Resent-Message-Id: <200502021830.j12IUP2e007232@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 403EC16A4CE for ; Wed, 2 Feb 2005 18:27:50 +0000 (GMT) Received: from lorax.kcilink.com (lorax.kciLink.com [206.112.95.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 099AC43D3F for ; Wed, 2 Feb 2005 18:27:50 +0000 (GMT) (envelope-from vivek@lorax.kcilink.com) Received: from localhost (localhost [127.0.0.1]) by lorax.kcilink.com (Postfix) with ESMTP id 51D883E23 for ; Wed, 2 Feb 2005 13:27:49 -0500 (EST) Received: from lorax.kcilink.com ([127.0.0.1]) by localhost (lorax.kcilink.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 84680-02-3 for ; Wed, 2 Feb 2005 13:27:46 -0500 (EST) Received: by lorax.kcilink.com (Postfix, from userid 120) id 9EF033ED6; Wed, 2 Feb 2005 13:27:46 -0500 (EST) Message-Id: <20050202182746.9EF033ED6@lorax.kcilink.com> Date: Wed, 2 Feb 2005 13:27:46 -0500 (EST) From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77028: net/jabber startup script not executable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 18:30:26 -0000 >Number: 77028 >Category: ports >Synopsis: net/jabber startup script not executable >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 Feb 02 18:30:24 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD lorax.kcilink.com 4.10-RELEASE FreeBSD 4.10-RELEASE #20: Fri May 28 14:13:44 EDT 2004 vivek@lorax.kcilink.com:/u/lorax1/usr/obj/u/lorax1/usr/src/sys/LORAX i386 >Description: I upgraded jabber from jabber-1.4.3.1 to jabber-1.4.3.1_1 and it left the rc.d/jabber.sh script non-executable. >How-To-Repeat: >Fix: install it executable :-) also, the RUNDIR is bad to put in /var/tmp since that might get cleaned up. jabber already is using /var/spool/jabber for its other data, so why not use that? this patch fixes this an also does a cleaner shutdown so you don't have to manually remove the pid file. of course you need to update your jabber.xml file to point the pidfile to the right place. /var/tmp is just wrong. --- jabberd.sh.dist Wed Feb 2 13:21:12 2005 +++ jabberd.sh Wed Feb 2 13:22:15 2005 @@ -6,7 +6,7 @@ fi USER="jabber" -RUNDIR="/var/tmp" +RUNDIR="/var/spool/jabber" HOSTNAME=`/bin/hostname` test -x ${PREFIX}/sbin/jabberd || exit 1 @@ -33,6 +33,5 @@ su -f -m ${USER} -c "jabberd -B -h ${HOSTNAME} -c ${PREFIX}/etc/jabber.xml" ;; stop) - killall -SIGKILL -u ${USER} jabberd; - rm -f ${RUNDIR}/jabber.pid; + kill `cat ${RUNDIR}/jabber.pid` esac >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 18:40:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51B8616A4CE for ; Wed, 2 Feb 2005 18:40:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07F1A43D4C for ; Wed, 2 Feb 2005 18:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12IeJk9008326 for ; Wed, 2 Feb 2005 18:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12IeJGM008325; Wed, 2 Feb 2005 18:40:19 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 18:40:19 GMT Resent-Message-Id: <200502021840.j12IeJGM008325@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Walter Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D52D116A4CE for ; Wed, 2 Feb 2005 18:33:37 +0000 (GMT) Received: from mail.onlinefix.de (mail2-out.titan-networks.de [217.140.72.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3628D43D46 for ; Wed, 2 Feb 2005 18:33:36 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from kyuzo.dunkelkammer.void ([217.140.77.242]) (authenticated bits=0)j12IXWfG010862 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 2 Feb 2005 19:33:33 +0100 Received: by kyuzo.dunkelkammer.void (Postfix, from userid 1002) id 62CA639B9; Wed, 2 Feb 2005 19:33:32 +0100 (CET) Message-Id: <20050202183332.62CA639B9@kyuzo.dunkelkammer.void> Date: Wed, 2 Feb 2005 19:33:32 +0100 (CET) From: Stefan Walter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ports@oven.org Subject: ports/77029: [PATCH] net/xsmbrowser: chase master site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 18:40:20 -0000 >Number: 77029 >Category: ports >Synopsis: [PATCH] net/xsmbrowser: chase master site >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 Feb 02 18:40:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Stefan Walter >Release: FreeBSD 5.3-STABLE i386 >Organization: Infinity Approximation Task Force >Environment: System: FreeBSD kyuzo.dunkelkammer.void 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Dec 18 22:12:32 CET 2004 >Description: - Chase master site which seems to have moved (connections to the old master site time out) - While here, use %%DATADIR%% macro in pkg-plist to satisfy portlint Port maintainer (ports@oven.org) is cc'd. (Please followup to this PR to state if you approve the changes made or not. Thank you!) Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- xsmbrowser-3.4.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/xsmbrowser.old/Makefile /usr/ports/net/xsmbrowser/Makefile --- /usr/ports/net/xsmbrowser.old/Makefile Wed Feb 2 19:22:50 2005 +++ /usr/ports/net/xsmbrowser/Makefile Wed Feb 2 19:23:20 2005 @@ -8,7 +8,7 @@ PORTNAME= xsmbrowser PORTVERSION= 3.4.0 CATEGORIES= net -MASTER_SITES= http://www2.iastate.edu/~chadspen/ +MASTER_SITES= http://www.public.iastate.edu/~chadspen/ MAINTAINER= ports@oven.org COMMENT= Tcl/Tk port of Windows' Network Neighborhood diff -ruN --exclude=CVS /usr/ports/net/xsmbrowser.old/pkg-plist /usr/ports/net/xsmbrowser/pkg-plist --- /usr/ports/net/xsmbrowser.old/pkg-plist Wed Feb 2 19:22:50 2005 +++ /usr/ports/net/xsmbrowser/pkg-plist Wed Feb 2 19:29:53 2005 @@ -1,54 +1,54 @@ bin/xsmbrowser -share/xsmbrowser/avi.gif -share/xsmbrowser/back_c.gif -share/xsmbrowser/bmp.gif -share/xsmbrowser/c.gif -share/xsmbrowser/cd.gif -share/xsmbrowser/computers.gif -share/xsmbrowser/default.gif -share/xsmbrowser/dwg.gif -share/xsmbrowser/exe.gif -share/xsmbrowser/exit_c.gif -share/xsmbrowser/explore_c.gif -share/xsmbrowser/favorite_c.gif -share/xsmbrowser/favorites_c.gif -share/xsmbrowser/folder.gif -share/xsmbrowser/forward_c.gif -share/xsmbrowser/gif.gif -share/xsmbrowser/h_default.gif -share/xsmbrowser/h_folder.gif -share/xsmbrowser/help_c.gif -share/xsmbrowser/history_c.gif -share/xsmbrowser/html.gif -share/xsmbrowser/ini.gif -share/xsmbrowser/jpg.gif -share/xsmbrowser/lnk.gif -share/xsmbrowser/mid.gif -share/xsmbrowser/mount_c.gif -share/xsmbrowser/mp3.gif -share/xsmbrowser/mpg.gif -share/xsmbrowser/network_c.gif -share/xsmbrowser/networks.gif -share/xsmbrowser/networks_c.gif -share/xsmbrowser/pdf.gif -share/xsmbrowser/printer.gif -share/xsmbrowser/queue_c.gif -share/xsmbrowser/refresh_c.gif -share/xsmbrowser/rm.gif -share/xsmbrowser/setup_c.gif -share/xsmbrowser/share.gif -share/xsmbrowser/stop_c.gif -share/xsmbrowser/sys.gif -share/xsmbrowser/transfer_c.gif -share/xsmbrowser/txt.gif -share/xsmbrowser/unmount_c.gif -share/xsmbrowser/wav.gif -share/xsmbrowser/workgroups.gif -share/xsmbrowser/workgroups_c.gif -share/xsmbrowser/wri.gif -share/xsmbrowser/xls.gif -share/xsmbrowser/xsmbrowser-mini.xpm -share/xsmbrowser/xsmbrowser.xpm -share/xsmbrowser/zip.gif -@dirrm share/xsmbrowser +%%DATADIR%%/avi.gif +%%DATADIR%%/back_c.gif +%%DATADIR%%/bmp.gif +%%DATADIR%%/c.gif +%%DATADIR%%/cd.gif +%%DATADIR%%/computers.gif +%%DATADIR%%/default.gif +%%DATADIR%%/dwg.gif +%%DATADIR%%/exe.gif +%%DATADIR%%/exit_c.gif +%%DATADIR%%/explore_c.gif +%%DATADIR%%/favorite_c.gif +%%DATADIR%%/favorites_c.gif +%%DATADIR%%/folder.gif +%%DATADIR%%/forward_c.gif +%%DATADIR%%/gif.gif +%%DATADIR%%/h_default.gif +%%DATADIR%%/h_folder.gif +%%DATADIR%%/help_c.gif +%%DATADIR%%/history_c.gif +%%DATADIR%%/html.gif +%%DATADIR%%/ini.gif +%%DATADIR%%/jpg.gif +%%DATADIR%%/lnk.gif +%%DATADIR%%/mid.gif +%%DATADIR%%/mount_c.gif +%%DATADIR%%/mp3.gif +%%DATADIR%%/mpg.gif +%%DATADIR%%/network_c.gif +%%DATADIR%%/networks.gif +%%DATADIR%%/networks_c.gif +%%DATADIR%%/pdf.gif +%%DATADIR%%/printer.gif +%%DATADIR%%/queue_c.gif +%%DATADIR%%/refresh_c.gif +%%DATADIR%%/rm.gif +%%DATADIR%%/setup_c.gif +%%DATADIR%%/share.gif +%%DATADIR%%/stop_c.gif +%%DATADIR%%/sys.gif +%%DATADIR%%/transfer_c.gif +%%DATADIR%%/txt.gif +%%DATADIR%%/unmount_c.gif +%%DATADIR%%/wav.gif +%%DATADIR%%/workgroups.gif +%%DATADIR%%/workgroups_c.gif +%%DATADIR%%/wri.gif +%%DATADIR%%/xls.gif +%%DATADIR%%/xsmbrowser-mini.xpm +%%DATADIR%%/xsmbrowser.xpm +%%DATADIR%%/zip.gif +@dirrm %%DATADIR%% @dirrm etc/xsmbrowser --- xsmbrowser-3.4.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 18:50:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD92C16A4CE for ; Wed, 2 Feb 2005 18:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A83A443D68 for ; Wed, 2 Feb 2005 18:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12IoLu6008787 for ; Wed, 2 Feb 2005 18:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12IoLe8008786; Wed, 2 Feb 2005 18:50:21 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 18:50:21 GMT Resent-Message-Id: <200502021850.j12IoLe8008786@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8091416A4CE for ; Wed, 2 Feb 2005 18:43:08 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8686C43D1D for ; Wed, 2 Feb 2005 18:43:07 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id 5FD9B11A16 for ; Wed, 2 Feb 2005 19:44:51 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07853-06 for ; Wed, 2 Feb 2005 19:44:39 +0100 (CET) Received: by gate.xbsd.org (Postfix, from userid 2001) id 78620119FA; Wed, 2 Feb 2005 19:44:39 +0100 (CET) Message-Id: <20050202184439.78620119FA@gate.xbsd.org> Date: Wed, 2 Feb 2005 19:44:39 +0100 (CET) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77030: Update port: www/osb-browser - unbreak on 64bit archs and fix packing list. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 18:50:23 -0000 >Number: 77030 >Category: ports >Synopsis: Update port: www/osb-browser - unbreak on 64bit archs and fix packing list. >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 Feb 02 18:50:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: Fix compilation on 64-bits architectures, tested on amd64 only though. Fix packing list. >How-To-Repeat: >Fix: --- osb-browser.diff begins here --- diff -ruN osb-browser.orig/Makefile osb-browser/Makefile --- osb-browser.orig/Makefile Tue Feb 1 12:00:35 2005 +++ osb-browser/Makefile Wed Feb 2 19:29:23 2005 @@ -26,7 +26,7 @@ .include -.if ${OSVERSION} < 500000 || ${ARCH}=="sparc64" +.if ${OSVERSION} < 500000 BROKEN= Does not compile .endif diff -ruN osb-browser.orig/files/patch-src::callbacks.c osb-browser/files/patch-src::callbacks.c --- osb-browser.orig/files/patch-src::callbacks.c Thu Jan 1 01:00:00 1970 +++ osb-browser/files/patch-src::callbacks.c Tue Feb 1 11:53:57 2005 @@ -0,0 +1,173 @@ +--- src/callbacks.c.orig Tue Feb 1 11:46:56 2005 ++++ src/callbacks.c Tue Feb 1 11:49:59 2005 +@@ -101,7 +101,7 @@ + on_file_open_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + } + + +@@ -136,7 +136,7 @@ + on_cut1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + } + + +@@ -144,7 +144,7 @@ + on_copy1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + } + + +@@ -152,7 +152,7 @@ + on_paste1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + } + + +@@ -160,7 +160,7 @@ + on_edit_profiles1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + } + + +@@ -168,7 +168,7 @@ + on_go1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + } + + +@@ -177,7 +177,7 @@ + on_history1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + + } + +@@ -186,7 +186,7 @@ + on_bookmarks1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + + } + +@@ -195,7 +195,7 @@ + on_add1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + + } + +@@ -204,7 +204,7 @@ + on_manage1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + + } + +@@ -213,7 +213,7 @@ + on_tools1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + + } + +@@ -222,7 +222,7 @@ + on_preferences1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + + } + +@@ -239,7 +239,7 @@ + on_about1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + + } + +@@ -248,7 +248,7 @@ + on_stop_activate (GtkButton *button, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + + } + +@@ -258,7 +258,7 @@ + on_exec_activate (GtkButton *button, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + } + + +@@ -266,7 +266,7 @@ + on_quit2_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + } + + +@@ -274,7 +274,7 @@ + on_new1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + } + + +@@ -282,7 +282,7 @@ + on_delete1_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + } + + +@@ -290,7 +290,7 @@ + on_cut2_activate (GtkMenuItem *menuitem, + gpointer user_data) + { +- g_warning ("%s, user_data: %x", __PRETTY_FUNCTION__, (guint) user_data); ++ g_warning ("%s, user_data: %p", __PRETTY_FUNCTION__, user_data); + } + + diff -ruN osb-browser.orig/files/patch-src::osb-browser.c osb-browser/files/patch-src::osb-browser.c --- osb-browser.orig/files/patch-src::osb-browser.c Thu Jan 1 01:00:00 1970 +++ osb-browser/files/patch-src::osb-browser.c Tue Feb 1 11:54:19 2005 @@ -0,0 +1,11 @@ +--- src/osb-browser.c.orig Tue Feb 1 11:50:56 2005 ++++ src/osb-browser.c Tue Feb 1 11:51:33 2005 +@@ -127,7 +127,7 @@ + static void + _weak_notify(gpointer data, GObject *was) + { +- g_warning("Destroyed: %s at %x\n", (const char*) data, (int) was); ++ g_warning("Destroyed: %s at %p\n", (const char*) data, was); + } + + diff -ruN osb-browser.orig/pkg-plist osb-browser/pkg-plist --- osb-browser.orig/pkg-plist Tue Feb 1 12:00:35 2005 +++ osb-browser/pkg-plist Tue Feb 1 12:00:52 2005 @@ -1,4 +1,4 @@ bin/osb-browser share/gnome/osb-browser/default-location-icon.png share/gnome/osb-browser/osb-browser.glade -@dirrm share/gnome/osb-browse +@dirrm share/gnome/osb-browser --- osb-browser.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 19:00:43 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C249C16A4CE for ; Wed, 2 Feb 2005 19:00:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5177C43D58 for ; Wed, 2 Feb 2005 19:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12J0hU3009116 for ; Wed, 2 Feb 2005 19:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12J0h2c009115; Wed, 2 Feb 2005 19:00:43 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 19:00:43 GMT Resent-Message-Id: <200502021900.j12J0h2c009115@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA5AA16A4CE for ; Wed, 2 Feb 2005 18:58:55 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id B46BF43D3F for ; Wed, 2 Feb 2005 18:58:54 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j12Iwqea087128 for ; Wed, 2 Feb 2005 16:58:53 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j12IwpGB087127; Wed, 2 Feb 2005 16:58:51 -0200 (BRST) Message-Id: <200502021858.j12IwpGB087127@digitalsign.com> Date: Wed, 2 Feb 2005 16:58:51 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77032: Update port: sysutils/pear-File to 1.1.0RC4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 19:00:44 -0000 >Number: 77032 >Category: ports >Synopsis: Update port: sysutils/pear-File to 1.1.0RC4 >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 Feb 02 19:00:42 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + update port: sysutils/pear-File to 1.1.0RC4 + changelog: http://pear.php.net/package/File/download/1.1.0RC4/ >How-To-Repeat: >Fix: diff -ruN pear-File.orig/Makefile pear-File/Makefile --- pear-File.orig/Makefile Wed Feb 2 11:31:04 2005 +++ pear-File/Makefile Wed Feb 2 11:39:14 2005 @@ -6,7 +6,7 @@ # PORTNAME= File -DISTVERSION= 1.1.0RC3 +DISTVERSION= 1.1.0RC4 PORTEPOCH= 1 CATEGORIES= sysutils www pear @@ -19,7 +19,9 @@ USE_PHP= yes FILES= File.php File/Util.php File/CSV.php -TESTS= parser.php test.csv FileTest.php +TESTS= parser.php test.csv FileTest.php CSV/001.phpt CSV/001.csv \ + CSV/002.phpt CSV/002.csv CSV/003.phpt CSV/003.csv CSV/004.phpt \ + CSV/004.csv CSV/005.phpt CSV/005.csv CSV/tests.txt .include diff -ruN pear-File.orig/distinfo pear-File/distinfo --- pear-File.orig/distinfo Wed Feb 2 11:31:04 2005 +++ pear-File/distinfo Wed Feb 2 11:34:31 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/File-1.1.0RC3.tgz) = 0e537c4672b9181c6b139eb69bc53c01 -SIZE (PEAR/File-1.1.0RC3.tgz) = 12610 +MD5 (PEAR/File-1.1.0RC4.tgz) = 4f94ea04e130b1fed5a423ae60bb5626 +SIZE (PEAR/File-1.1.0RC4.tgz) = 14694 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 19:12:22 2005 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 737B016A4CE; Wed, 2 Feb 2005 19:12:22 +0000 (GMT) Received: from neo.redjade.org (neo.redjade.org [219.254.21.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id C576E43D39; Wed, 2 Feb 2005 19:12:21 +0000 (GMT) (envelope-from ssw@neo.redjade.org) Received: from neo.redjade.org (localhost [127.0.0.1]) by neo.redjade.org (8.13.1/8.13.1) with ESMTP id j12JCM4V002738; Thu, 3 Feb 2005 04:12:22 +0900 (KST) (envelope-from ssw@neo.redjade.org) Received: (from ssw@localhost) by neo.redjade.org (8.13.1/8.13.1/Submit) id j12JCMU7002737; Thu, 3 Feb 2005 04:12:22 +0900 (KST) (envelope-from ssw) Date: Thu, 3 Feb 2005 04:12:22 +0900 From: Sangwoo Shim To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20050202191222.GA2686@neo.redjade.org> References: <200502010521.j115L1CS068452@www.freebsd.org> <200502010530.j115US6O084941@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=euc-kr Content-Disposition: inline In-Reply-To: <200502010530.j115US6O084941@freefall.freebsd.org> User-Agent: Mutt/1.5.4i cc: thierry@FreeBSD.org Subject: Re: ports/76941: Patch to science/vmd: compile and run vmd on amd64 machine. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 19:12:22 -0000 I forgot to add PLIST_SUB. Updated patch and port tarball are: http://www.swoo.org/~sangwoo/vmd-amd64-2.diff http://www.swoo.org/~sangwoo/vmd-amd64-2.tar.bz2 - Sangwoo Shim From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 19:20:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F31F816A4CE for ; Wed, 2 Feb 2005 19:20:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B0943D45 for ; Wed, 2 Feb 2005 19:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12JKPgd013644 for ; Wed, 2 Feb 2005 19:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12JKPPB013643; Wed, 2 Feb 2005 19:20:25 GMT (envelope-from gnats) Date: Wed, 2 Feb 2005 19:20:25 GMT Message-Id: <200502021920.j12JKPPB013643@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sangwoo Shim Subject: Re: ports/76941: Patch to science/vmd: compile and run vmd on amd64 machine. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sangwoo Shim List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 19:20:26 -0000 The following reply was made to PR ports/76941; it has been noted by GNATS. From: Sangwoo Shim To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: thierry@FreeBSD.org Subject: Re: ports/76941: Patch to science/vmd: compile and run vmd on amd64 machine. Date: Thu, 3 Feb 2005 04:12:22 +0900 I forgot to add PLIST_SUB. Updated patch and port tarball are: http://www.swoo.org/~sangwoo/vmd-amd64-2.diff http://www.swoo.org/~sangwoo/vmd-amd64-2.tar.bz2 - Sangwoo Shim From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 19:22:35 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4117D16A4CE; Wed, 2 Feb 2005 19:22:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1829743D49; Wed, 2 Feb 2005 19:22:35 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12JMY0M013857; Wed, 2 Feb 2005 19:22:34 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12JMYwD013853; Wed, 2 Feb 2005 19:22:34 GMT (envelope-from sem) Date: Wed, 2 Feb 2005 19:22:34 GMT From: Sergey Matveychuk Message-Id: <200502021922.j12JMYwD013853@freefall.freebsd.org> To: sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sem@FreeBSD.org Subject: Re: ports/77007: New port: www/wacko (A small and fast PHP Wikki clone with multiple language 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: Wed, 02 Feb 2005 19:22:35 -0000 Synopsis: New port: www/wacko (A small and fast PHP Wikki clone with multiple language support) Responsible-Changed-From-To: freebsd-ports-bugs->sem Responsible-Changed-By: sem Responsible-Changed-When: Wed Feb 2 19:22:31 GMT 2005 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=77007 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 19:40:41 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CFFA16A4F2 for ; Wed, 2 Feb 2005 19:40:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 800A843D31 for ; Wed, 2 Feb 2005 19:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12JeKcf015270 for ; Wed, 2 Feb 2005 19:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12JeK5g015268; Wed, 2 Feb 2005 19:40:20 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 19:40:20 GMT Resent-Message-Id: <200502021940.j12JeK5g015268@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan van Selst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 433BD16A4D0 for ; Wed, 2 Feb 2005 19:30:31 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5825743D55 for ; Wed, 2 Feb 2005 19:30:30 +0000 (GMT) (envelope-from johans@stack.nl) Received: by mailhost.stack.nl (Postfix, from userid 65534) id 60C0E1F060; Wed, 2 Feb 2005 20:30:29 +0100 (CET) Received: from mailhost.gletsjer.net (t-indiv2-164.athome.tue.nl [131.155.231.164]) by mailhost.stack.nl (Postfix) with ESMTP id C216E1F029 for ; Wed, 2 Feb 2005 20:30:28 +0100 (CET) Received: by mailhost.gletsjer.net (Postfix, from userid 801) id 373E63D0D; Wed, 2 Feb 2005 20:31:32 +0100 (CET) Message-Id: <20050202193132.373E63D0D@mailhost.gletsjer.net> Date: Wed, 2 Feb 2005 20:31:32 +0100 (CET) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77034: editors/ved works fine on sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 19:40:41 -0000 >Number: 77034 >Category: ports >Synopsis: editors/ved works fine on sparc64 >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 Feb 02 19:40:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD coyote.gletsjer.net 6.0-CURRENT FreeBSD 6.0-CURRENT #25: Sun Dec 26 14:32:05 CET 2004 root@coyote.gletsjer.net:/spare3/obj/spare3/src/sys/coyote i386 >Description: The current version of editors/ved compiles and runs fine out of the box on a FreeBSD sparc64 machine. Please update the Makefile to include this architecture. (Unfortunately I can not test on other archs.) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 19:50:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D15CD16A4CE for ; Wed, 2 Feb 2005 19:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B72B243D48 for ; Wed, 2 Feb 2005 19:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12JoLYV015570 for ; Wed, 2 Feb 2005 19:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12JoLmj015569; Wed, 2 Feb 2005 19:50:21 GMT (envelope-from gnats) Date: Wed, 2 Feb 2005 19:50:21 GMT Message-Id: <200502021950.j12JoLmj015569@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Anton A. Karpov" Subject: Re: ports/77025: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Anton A. Karpov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 19:50:21 -0000 The following reply was made to PR ports/77025; it has been noted by GNATS. From: "Anton A. Karpov" To: Ion-Mihai Tetcu Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/77025: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox Date: Wed, 2 Feb 2005 22:42:04 +0300 On Wed, Feb 02, 2005 at 08:11:37PM +0200, Ion-Mihai Tetcu wrote: > On Wed, 2 Feb 2005 20:50:53 +0300 (MSK) > Anton Karpov wrote: > [ ... ] > Since you're using OPTIONS you need to use bsd.port.pre|post.mk Moreover, I encouraged author to rename distname_X.Y.Z.tar.bz2 to distname-X.Y.Z.tar.bz2, and after he promiced to do it ASAP, I made this port. But for now, it's still not done, so if this port will be reviewed in few days, it's need to add DISTNAME= ${PORTNAME}_${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -- Anton A. Karpov PGP key: http://www.toxahost.ru/pgp/pubkey.asc From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 19:51:11 2005 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 33CB016A4CE; Wed, 2 Feb 2005 19:51:11 +0000 (GMT) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD5B343D41; Wed, 2 Feb 2005 19:51:10 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id C6F59B831; Wed, 2 Feb 2005 14:51:08 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <200502021830.j12IUOkL007209@freefall.freebsd.org> References: <200502021830.j12IUOkL007209@freefall.freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Wed, 2 Feb 2005 14:51:08 -0500 To: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org X-Mailer: Apple Mail (2.619.2) Subject: Re: ports/77028: net/jabber startup script not executable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 19:51:11 -0000 One more idea: rc-ng the jabber startup script... #!/bin/sh # # PROVIDE: jabber # REQUIRE: LOGIN # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable rsyncd: # #jabber_enable="YES" # . /usr/local/etc/rc.subr name=jabber rcvar=`set_rcvar` command=/usr/local/sbin/jabberd required_files=/usr/local/etc/${name}.xml HOSTNAME=`/bin/hostname` # set defaults jabber_enable=${jabber_enable:-"NO"} jabber_pidfile=${jabber_pidfile:-"/var/spool/jabber/${name}.pid"} jabber_flags=${jabber_flags:-"-B -h ${HOSTNAME} -c ${required_files}"} jabber_user=${jabber_user:-"jabber"} jabber_group=${jabber_group:-"jabber"} pidfile=${jabber_pidfile} load_rc_config ${name} run_rc_command "$1" From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 20:00:48 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24A7E16A4D2 for ; Wed, 2 Feb 2005 20:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDAE343D68 for ; Wed, 2 Feb 2005 20:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12K0frg015930 for ; Wed, 2 Feb 2005 20:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12K0f9g015929; Wed, 2 Feb 2005 20:00:41 GMT (envelope-from gnats) Date: Wed, 2 Feb 2005 20:00:41 GMT Message-Id: <200502022000.j12K0f9g015929@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Vivek Khera Subject: Re: ports/77028: net/jabber startup script not executable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 20:00:48 -0000 The following reply was made to PR ports/77028; it has been noted by GNATS. From: Vivek Khera To: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/77028: net/jabber startup script not executable Date: Wed, 2 Feb 2005 14:51:08 -0500 One more idea: rc-ng the jabber startup script... #!/bin/sh # # PROVIDE: jabber # REQUIRE: LOGIN # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable rsyncd: # #jabber_enable="YES" # . /usr/local/etc/rc.subr name=jabber rcvar=`set_rcvar` command=/usr/local/sbin/jabberd required_files=/usr/local/etc/${name}.xml HOSTNAME=`/bin/hostname` # set defaults jabber_enable=${jabber_enable:-"NO"} jabber_pidfile=${jabber_pidfile:-"/var/spool/jabber/${name}.pid"} jabber_flags=${jabber_flags:-"-B -h ${HOSTNAME} -c ${required_files}"} jabber_user=${jabber_user:-"jabber"} jabber_group=${jabber_group:-"jabber"} pidfile=${jabber_pidfile} load_rc_config ${name} run_rc_command "$1" From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 20:06:47 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B90B16A4CE; Wed, 2 Feb 2005 20:06:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401DF43D39; Wed, 2 Feb 2005 20:06:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12K6lCV020097; Wed, 2 Feb 2005 20:06:47 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12K6kAY020093; Wed, 2 Feb 2005 20:06:46 GMT (envelope-from pav) Date: Wed, 2 Feb 2005 20:06:46 GMT From: Pav Lucistnik Message-Id: <200502022006.j12K6kAY020093@freefall.freebsd.org> To: filippo@widestore.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77005: [MAINTAINER UPDATE] fix x11-themes/lila-xfwm4 with xfce 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: Wed, 02 Feb 2005 20:06:47 -0000 Synopsis: [MAINTAINER UPDATE] fix x11-themes/lila-xfwm4 with xfce 4.2 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Feb 2 20:06:39 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77005 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 22:00:41 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 680EE16A4CE for ; Wed, 2 Feb 2005 22:00:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D4C43D1F for ; Wed, 2 Feb 2005 22:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12M0edg029049 for ; Wed, 2 Feb 2005 22:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12M0eK0029047; Wed, 2 Feb 2005 22:00:40 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 22:00:40 GMT Resent-Message-Id: <200502022200.j12M0eK0029047@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mykola Khotyaintsev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98D3B16A4CE; Wed, 2 Feb 2005 21:55:53 +0000 (GMT) Received: from limicola.its.uu.se (limicola.its.UU.SE [130.238.7.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id C135743D55; Wed, 2 Feb 2005 21:55:50 +0000 (GMT) (envelope-from ko@nest.irfu.se) Received: by limicola.its.uu.se (Postfix, from userid 205) id 87D804999; Wed, 2 Feb 2005 22:55:49 +0100 (MEZ) Received: from limicola.its.uu.se(127.0.0.1) by limicola.its.uu.se via virus-scan id s2602; Wed, 2 Feb 05 22:55:46 +0100 Received: from nest.irfu.se (nest.irfu.se [130.238.30.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by limicola.its.uu.se (Postfix) with ESMTP id 74D0348D9; Wed, 2 Feb 2005 22:55:46 +0100 (MEZ) Received: from nest.irfu.se (localhost [127.0.0.1]) by nest.irfu.se (8.13.1/8.13.1) with ESMTP id j12LtePo056584; Wed, 2 Feb 2005 22:55:40 +0100 (CET) (envelope-from ko@nest.irfu.se) Received: (from ko@localhost) by nest.irfu.se (8.13.1/8.13.1/Submit) id j12LtYd4056583; Wed, 2 Feb 2005 22:55:34 +0100 (CET) (envelope-from ko) Message-Id: <200502022155.j12LtYd4056583@nest.irfu.se> Date: Wed, 2 Feb 2005 22:55:34 +0100 (CET) From: Mykola Khotyaintsev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Volker Stolz Subject: ports/77035: Update port: math/vtk* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mykola Khotyaintsev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 22:00:41 -0000 >Number: 77035 >Category: ports >Synopsis: Update port: math/vtk* >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 02 22:00:40 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mykola Khotyaintsev >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD ice.irfu.se 5.3-STABLE FreeBSD 5.3-STABLE #2: Tue Feb 1 15:24:51 CET 2005 root@ice.irfu.se:/usr/obj/usr/src/sys/ICE i386 >Description: 1) The port is updatet to VTK 4.4. This fixes the BUG #75024 (http://www.freebsd.org/cgi/query-pr.cgi?pr=75024). 2) i386-only flag from vtk/Makefile is removed. This should fix the BUG #74904 (http://www.freebsd.org/cgi/query-pr.cgi?pr=74904) 3) RESTRICTED flag is removed due to the copyright. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 22:00:41 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB9F116A4CE for ; Wed, 2 Feb 2005 22:00:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E3C543D2F for ; Wed, 2 Feb 2005 22:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12M0fAc029086 for ; Wed, 2 Feb 2005 22:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12M0fqv029085; Wed, 2 Feb 2005 22:00:41 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 22:00:41 GMT Resent-Message-Id: <200502022200.j12M0fqv029085@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ronald Klop" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E7016A4CE for ; Wed, 2 Feb 2005 21:57:22 +0000 (GMT) Received: from ronald.echteman.nl (h8441161212.dsl.speedlinq.nl [84.41.161.212]) by mx1.FreeBSD.org (Postfix) with SMTP id C868443D2D for ; Wed, 2 Feb 2005 21:57:20 +0000 (GMT) (envelope-from ronald@cs.vu.nl) Received: (qmail 22985 invoked from network); 2 Feb 2005 21:57:18 -0000 Received: from unknown (HELO laptop.thuis.klop.ws) (10.0.1.4) by ronald.echteman.nl with SMTP; 2 Feb 2005 21:57:18 -0000 Received: (qmail 38613 invoked from network); 2 Feb 2005 21:57:17 -0000 Received: from localhost.thuis.klop.ws (HELO laptop) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; 2 Feb 2005 21:57:17 -0000 Message-Id: <1107381437.0@laptop> Date: Wed, 2 Feb 2005 22:57:17 +0100 From: "Ronald Klop" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.1 cc: ronald@cs.vu.nl Subject: ports/77036: Fix build port java/jmp on fbsd 4.x (patch incl.) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 22:00:41 -0000 >Number: 77036 >Category: ports >Synopsis: Fix build port java/jmp on fbsd 4.x (patch incl.) >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 02 22:00:40 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ronald Klop >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE #63: Mon Jan 17 23:18:50 CET 2005 root@guido.thuis.klop.ws:/usr/obj/usr/src/sys/LAPTOP >Description: This fixes the build with the gcc-2 compiler in FreeBSD 4.x. >How-To-Repeat: >Fix: --- jmp-0.46.diff begins here --- diff -ruN0 /usr/ports/java/jmp/files/patch-code_usage_dump.c jmp/files/patch-code_usage_dump.c --- /usr/ports/java/jmp/files/patch-code_usage_dump.c Thu Jan 1 01:00:00 1970 +++ jmp/files/patch-code_usage_dump.c Wed Feb 2 22:52:21 2005 @@ -0,0 +1,14 @@ +$FreeBSD$ + +--- code_usage_dump.c.orig Wed Dec 15 22:07:02 2004 ++++ code_usage_dump.c Wed Feb 2 22:49:15 2005 +@@ -43,0 +44,2 @@ ++ ++ hashtab* methods; +@@ -53 +55 @@ +- hashtab* methods = get_methods(); ++ methods = get_methods(); +@@ -61 +62,0 @@ +- methods_count = 0; +@@ -62,0 +64 @@ ++ methods_count = 0; --- jmp-0.46.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 22:00:42 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A23C16A4CE for ; Wed, 2 Feb 2005 22:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A7143D2F for ; Wed, 2 Feb 2005 22:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12M0fdc029103 for ; Wed, 2 Feb 2005 22:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12M0fsG029102; Wed, 2 Feb 2005 22:00:41 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 22:00:41 GMT Resent-Message-Id: <200502022200.j12M0fsG029102@freefall.freebsd.org> 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 9E12E16A4CE for ; Wed, 2 Feb 2005 21:57:38 +0000 (GMT) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 2BD4843D1F for ; Wed, 2 Feb 2005 21:57:38 +0000 (GMT) (envelope-from erik@phoenix.smluc.org) Received: (qmail 16407 invoked by uid 1000); 2 Feb 2005 22:01:20 -0000 Message-Id: <20050202220120.16406.qmail@phoenix.smluc.org> Date: 2 Feb 2005 22:01:20 -0000 From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erik@math.smsu.edu Subject: ports/77037: [Maintainer Update] audio/openal 20040816 -> 20050202 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: Wed, 02 Feb 2005 22:00:42 -0000 >Number: 77037 >Category: ports >Synopsis: [Maintainer Update] audio/openal 20040816 -> 20050202 >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 Feb 02 22:00:41 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD fenris 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #0: Sat Dec 18 14:10:20 EST 2004 erik@fenris.br0kenland.org:/usr/obj/usr/src/sys/FENRIS i386 >Description: Addition of an "openal-config" shell script and the pkgconfig 'openal.pc' file. Patch level of the shlib was bumped from 7 to 8 (so libopenal.so.0.0.8). >How-To-Repeat: >Fix: --- audio-openal.patch begins here --- Index: audio/openal/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/openal/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- audio/openal/Makefile 17 Aug 2004 08:15:38 -0000 1.25 +++ audio/openal/Makefile 2 Feb 2005 21:47:11 -0000 @@ -6,7 +6,7 @@ # PORTNAME= openal -PORTVERSION= 20040816 +PORTVERSION= 20050202 CATEGORIES= audio MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/\ http://www.smluc.org/~erik/files/fbsd/ Index: audio/openal/distinfo =================================================================== RCS file: /home/ncvs/ports/audio/openal/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- audio/openal/distinfo 17 Aug 2004 08:15:38 -0000 1.11 +++ audio/openal/distinfo 2 Feb 2005 21:47:11 -0000 @@ -1,2 +1,2 @@ -MD5 (openal-20040816.tar.gz) = 3bafc23470f2885d4f08b52cae01211e -SIZE (openal-20040816.tar.gz) = 388952 +MD5 (openal-20050202.tar.gz) = 92062a7f40fbe261315bc65ab31451fa +SIZE (openal-20050202.tar.gz) = 398120 Index: audio/openal/pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/openal/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- audio/openal/pkg-plist 15 Feb 2004 14:34:29 -0000 1.5 +++ audio/openal/pkg-plist 2 Feb 2005 21:47:11 -0000 @@ -1,3 +1,4 @@ +bin/openal-config include/AL/al.h include/AL/alc.h include/AL/alctypes.h @@ -11,5 +12,6 @@ lib/libopenal.a lib/libopenal.so lib/libopenal.so.0 -lib/libopenal.so.0.0.7 +lib/libopenal.so.0.0.8 +libdata/pkgconfig/openal.pc @dirrm include/AL --- audio-openal.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 22:00:42 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD47616A4CE for ; Wed, 2 Feb 2005 22:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B29043D2F for ; Wed, 2 Feb 2005 22:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12M0gqf029116 for ; Wed, 2 Feb 2005 22:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12M0gxL029115; Wed, 2 Feb 2005 22:00:42 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 22:00:42 GMT Resent-Message-Id: <200502022200.j12M0gxL029115@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mykola Khotyaintsev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78DA216A4DA; Wed, 2 Feb 2005 21:59:39 +0000 (GMT) Received: from pernis.its.uu.se (pernis.its.UU.SE [130.238.4.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 328B943D45; Wed, 2 Feb 2005 21:59:36 +0000 (GMT) (envelope-from ko@nest.irfu.se) Received: by pernis.its.uu.se (Postfix, from userid 205) id 03EE52CC; Wed, 2 Feb 2005 22:59:34 +0100 (MEZ) Received: from pernis.its.uu.se(127.0.0.1) by pernis.its.uu.se via virus-scan id s358; Wed, 2 Feb 05 22:59:32 +0100 Received: from nest.irfu.se (nest.irfu.se [130.238.30.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pernis.its.uu.se (Postfix) with ESMTP id EF3F925A; Wed, 2 Feb 2005 22:59:31 +0100 (MEZ) Received: from nest.irfu.se (localhost [127.0.0.1]) by nest.irfu.se (8.13.1/8.13.1) with ESMTP id j12Lwu3Y056708; Wed, 2 Feb 2005 22:58:56 +0100 (CET) (envelope-from ko@nest.irfu.se) Received: (from ko@localhost) by nest.irfu.se (8.13.1/8.13.1/Submit) id j12LwpLZ056707; Wed, 2 Feb 2005 22:58:51 +0100 (CET) (envelope-from ko) Message-Id: <200502022158.j12LwpLZ056707@nest.irfu.se> Date: Wed, 2 Feb 2005 22:58:51 +0100 (CET) From: Mykola Khotyaintsev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Volker Stolz Subject: ports/77038: Update port: math/vtk* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mykola Khotyaintsev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 22:00:42 -0000 >Number: 77038 >Category: ports >Synopsis: Update port: math/vtk* >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 02 22:00:41 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mykola Khotyaintsev >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD ice.irfu.se 5.3-STABLE FreeBSD 5.3-STABLE #2: Tue Feb 1 15:24:51 CET 2005 root@ice.irfu.se:/usr/obj/usr/src/sys/ICE i386 >Description: 1) The port is updatet to VTK 4.4. This fixes the BUG #75024 (http://www.freebsd.org/cgi/query-pr.cgi?pr=75024). 2) i386-only flag from vtk/Makefile is removed. This should fix the BUG #74904 (http://www.freebsd.org/cgi/query-pr.cgi?pr=74904) 3) RESTRICTED flag is removed due to the copyright. >How-To-Repeat: >Fix: --- vtk-port.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: # # math/vtk # math/vtk/Makefile # math/vtk/distinfo # math/vtk/pkg-message # math/vtk/pkg-descr # math/vtk/pkg-plist # math/vtk-data # math/vtk-data/Makefile # math/vtk-data/distinfo # math/vtk-data/pkg-message # math/vtk-data/pkg-plist # math/vtk-examples # math/vtk-examples/Makefile # math/vtk-examples/pkg-message # math/vtk-examples/pkg-plist # math/vtk-headers # math/vtk-headers/Makefile # math/vtk-headers/pkg-plist # math/vtk-java # math/vtk-java/Makefile # math/vtk-java/pkg-plist # math/vtk-python # math/vtk-python/Makefile # math/vtk-python/pkg-plist # math/vtk-tcl # math/vtk-tcl/Makefile # math/vtk-tcl/pkg-plist # echo c - math/vtk mkdir -p math/vtk > /dev/null 2>&1 echo x - math/vtk/Makefile sed 's/^X//' >math/vtk/Makefile << 'END-of-math/vtk/Makefile' X# New ports collection makefile for: vtk X# Date created: 10 Oct 2003 X# Whom: Mykola Khotyaintsev X# X# $FreeBSD: ports/math/vtk/Makefile,v 1.26 2004/11/06 16:15:53 pav Exp $ X# X# By default X# X# There are some options to tune VTK towards your specific needs. X# You can activate a feature by typing something like X# "make -DKNOB" or "make KNOB=yes" instead of just "make" X# X# WITH_TESTING build the testing binaries (only for vtk and vtk-java port) X# X XPORTNAME= vtk XPORTVERSION= 4.4 XPORTREVISION= 1 XCATEGORIES= math graphics XMASTER_SITES= http://ovt.irfu.se/vtk/files/ XDISTFILES?= VTK-${PORTVERSION}-LatestRelease.tar.gz X XMAINTAINER= ko@irfu.se XCOMMENT?= The Visualization Toolkit shared libs X XUSE_REINPLACE= yes X XLIBVER= 1 XVTKSRCDIR= ${WRKDIR}/VTK XTESTINGDIR= ${EXAMPLESDIR}/Testing XVTKDATAROOT= ${EXAMPLESDIR}/VTKData XDOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} XPLIST= ${.CURDIR}/pkg-plist XFILESDIR= ${.CURDIR}/files X XVTK_KITS= Common Filtering Graphics Hybrid IO Imaging Rendering Parallel Patented X XPLIST_SUB+= LIBVER=${LIBVER} PKGNAME=${PKGNAME} X X.include X X.if defined(WRAP) || !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-headers" X XPATCH_WRKSRC= ${WRKDIR}/VTK XWRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-build X XBUILD_DEPENDS+= ${CMAKE}:${PORTSDIR}/devel/cmake X XLIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 \ X jpeg.9:${PORTSDIR}/graphics/jpeg \ X png.5:${PORTSDIR}/graphics/png \ X tiff.4:${PORTSDIR}/graphics/tiff X X.if defined(WITH_TESTING) && (!defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-java") XRUN_DEPENDS+= ${VTKDATAROOT}/VTKData.readme:${PORTSDIR}/math/vtk-data XBUILD_DEPENDS+= ${VTKDATAROOT}/VTKData.readme:${PORTSDIR}/math/vtk-data X.endif X XUSE_GMAKE= yes XUSE_GL= yes XINSTALLS_SHLIB= yes X XCMAKE?= ${LOCALBASE}/bin/cmake XCXXFLAGS+= -Wno-deprecated XCMAKE_DEFS+= -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \ X -DBUILD_SHARED_LIBS:BOOL=ON \ X -DCMAKE_BUILD_TYPE:STRING=Release \ X -DCMAKE_SHARED_LINKER_FLAGS:STRING="${LINKERFLAGS}" \ X -DCMAKE_EXE_LINKER_FLAGS:STRING="${LINKERFLAGS} ${PTHREAD_LIBS}" \ X -DCMAKE_THREAD_LIBS:STRING="${PTHREAD_LIBS}"\ X -DCMAKE_USE_PTHREADS:BOOL=ON \ X -DCMAKE_C_COMPILER:STRING='${CC}' \ X -DCMAKE_CXX_COMPILER:STRING=${CXX} \ X -DCMAKE_C_FLAGS:STRING="${CFLAGS} ${PTHREAD_CFLAGS}" \ X -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS} ${PTHREAD_CFLAGS}" \ X -DVTK_USE_RENDERING:BOOL=ON \ X -DVTK_USE_HYBRID:BOOL=ON \ X -DVTK_USE_PARALLEL:BOOL=ON \ X -DVTK_USE_PATENTED:BOOL=ON \ X -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \ X -DVTK_USE_SYSTEM_JPEG:BOOL=ON \ X -DVTK_USE_SYSTEM_PNG:BOOL=ON \ X -DVTK_USE_SYSTEM_TIFF:BOOL=ON \ X -DVTK_USE_SYSTEM_ZLIB:BOOL=ON \ X -DVTK_DATA_ROOT:PATH=${VTKDATAROOT} X X.if defined(WITH_TESTING) XCMAKE_DEFS+= -DBUILD_TESTING:BOOL=ON XPLIST_SUB+= TESTING_ONLY="" X.else XCMAKE_DEFS+= -DBUILD_TESTING:BOOL=OFF XPLIST_SUB+= TESTING_ONLY="@comment " X.endif X X################################# vtk port start ############################################# X X.ifndef(PKGNAMESUFFIX) X XEXTRA_LIBS= DICOMParser freetype ftgl X X.if defined(WITH_TESTING) XBINARIES= ${VTK_KITS:C/Parallel//:C/Patented//:S/$/CxxTests/} XBINARIES+= TestCxxFeatures TestInstantiator TimeRenderer TimeRenderer2 ParallelIsoTest XBINARIES+= SocketClient SocketServer GenericCommunicator ThreadedCommunicator TestPStream X.endif X X.ifndef(WITH_TESTING) Xpre-everything:: X @${ECHO_MSG} "---------------------- N O T E ------------------------" X @${ECHO_MSG} "" X @${ECHO_MSG} "If you want to build C++ Testing binaries press Ctrl-C now" X @${ECHO_MSG} "and execute \"make WITH_TESTING=yes\"" X @${ECHO_MSG} "" X @${ECHO_MSG} "-------------------------------------------------------------" X.endif X Xpost-patch: patch-common X Xdo-install: install-cnotice install-binaries install-libs X X.endif X X################################# vtk port end ############################################# X Xpre-configure: X ${MKDIR} ${WRKSRC} X Xdo-configure: X cd ${WRKSRC} && ${CMAKE} ${VTKSRCDIR} ${CMAKE_DEFS} X Xpatch-common: X @${FIND} ${VTKSRCDIR} -name "*.cxx" | ${XARGS} ${REINPLACE_CMD} -e \ X 's|malloc.h|stdlib.h|g' X @${REINPLACE_CMD} -E 's|lib/vtk\)|lib\)|g' \ X ${VTKSRCDIR}/vtkGenerateVTKConfig.cmake X.if defined(WRAP) X# No need to build many libs, such as: vtkCommon,... Better link to those ones installed by vtk port. X# Patch (MAIN_KIT_LIB = [Common_LIB Filtering_LIB ...]: X# ${VTKSRCDIR}/CMakeLists.txt : X# -SUBDIRS(Wrapping Utilities) X# +SUBDIRS(Wrapping) X# X# ${VTKSRCDIR}/[Common Filtering IO ...]/CMakeLists.txt : X# -ADD_LIBRARY(vtk${KIT} ... X# +FIND_LIBRARY(MAIN_KIT_LIB NAMES vtk${KIT} PATHS ${PREFIX}/lib) X# X# -TARGET_LINK_LIBRARIES(vtk${KIT}Python vtk${KIT} ... X# +TARGET_LINK_LIBRARIES(vtk${KIT}Python ${MAIN_KIT_LIB} ... X# X# Sometimes TARGET_LINK_LIBRARIES(vtk${KIT}Python vtk${KIT} can be separated to two lines: X# TARGET_LINK_LIBRARIES(vtk${KIT}Python X# vtk${KIT} X# -^[spaces or tabs]vtk${KIT}[spaces or tabs]$ X# +[space]${MAIN_KIT_LIB} X# X# -TARGET_LINK_LIBRARIES(vtk${KIT} ${KIT_LIBS}) X# X# ${VTKSRCDIR}/[Common Filtering IO ...]/Tests/CMakeLists.txt : X# -SUBDIRS(Cxx) X# X @${REINPLACE_CMD} -E 's|SUBDIRS\(Wrapping Utilities\)|SUBDIRS\(Wrapping\)|g' \ X ${VTKSRCDIR}/CMakeLists.txt X X @for dir in ${VTK_KITS} ; do \ X ${ECHO_MSG} "Patching ${WRKDIR}/${VTKSRCDIR}/$$dir/CMakeLists.txt ..." ; \ X ${REINPLACE_CMD} -E 's|ADD_LIBRARY *\(vtk\$$\{KIT\} .*$$|FIND_LIBRARY\('$$dir'_LIB NAMES vtk\$$\{KIT\} PATHS ${PREFIX}/lib\)|g ; s|TARGET_LINK_LIBRARIES *\(vtk\$$\{KIT\}${WRAP} vtk\$$\{KIT\}|TARGET_LINK_LIBRARIES\(vtk\$$\{KIT\}${WRAP} \$$\{'$$dir'_LIB\}|g ; s|^[ \t]*vtk\$$\{KIT\}[ \t]*$$| \$$\{'$$dir'_LIB\}|g ; s|TARGET_LINK_LIBRARIES *\(vtk\$$\{KIT\} .*$$||g' \ X ${VTKSRCDIR}/$$dir/CMakeLists.txt ; \ X done X X.if defined(WITH_TESTING) X @for dir in ${VTK_KITS} ; do \ X ${ECHO_MSG} "Patching ${VTKSRCDIR}/$$dir/Testing/CMakeLists.txt ..." ; \ X ${REINPLACE_CMD} -E 's|SUBDIRS *\(Cxx\).*$$||g' \ X ${VTKSRCDIR}/$$dir/Testing/CMakeLists.txt ; \ X done X.endif X.endif #end of patch-common X Xinstall-binaries: X.if defined(BINARIES) X @${ECHO_MSG} "Installing binaries to ${PREFIX}/bin :" X.for i in ${BINARIES} X @${ECHO_MSG} "Installing ${i} ..." X @${INSTALL_PROGRAM} ${WRKSRC}/bin/${i} ${PREFIX}/bin X.endfor X.endif X Xinstall-libs: X @${ECHO_MSG} "Installing shared libraries to ${PREFIX}/lib ..." X.for i in ${VTK_KITS:S/$/${WRAP}/} ${EXTRA_LIBS} X @${ECHO_MSG} "Installing libvtk${i}.so ..." X @${INSTALL_PROGRAM} ${WRKSRC}/bin/libvtk${i}.so \ X ${PREFIX}/lib/libvtk${i}.so.${LIBVER} X @${LN} -sf ${PREFIX}/lib/libvtk${i}.so.${LIBVER} \ X ${PREFIX}/lib/libvtk${i}.so X.endfor X X.endif X Xinstall-cnotice: X @${ECHO_MSG} "Installing copyright notice to ${DOCSDIR} ..." X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${VTKSRCDIR}/README.html ${DOCSDIR} X @${INSTALL_DATA} ${VTKSRCDIR}/vtkLogo.jpg ${DOCSDIR} X @${ECHO_MSG} -e "A list of the patented classes.\n\n" > ${WRKDIR}/README.patented-classes X @cd ${VTKSRCDIR} ; ${LS} Patented/*.h >> ${WRKDIR}/README.patented-classes X @${INSTALL_DATA} ${WRKDIR}/README.patented-classes ${DOCSDIR} X Xprint-pkg-message: X @if ${TEST} -f ${PKGMESSAGE} ; then \ X ${ECHO_MSG} -e "-- V T K - N O T E ----------------------------------------------------\n\n" ; \ X ${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' ; \ X ${ECHO_MSG} -e "\n\n-----------------------------------------------------------------------" ; \ X fi X Xpost-install: print-pkg-message X X.ifndef(PKGNAMESUFFIX) X.include X.endif END-of-math/vtk/Makefile echo x - math/vtk/distinfo sed 's/^X//' >math/vtk/distinfo << 'END-of-math/vtk/distinfo' XMD5 (VTK-4.4-LatestRelease.tar.gz) = 17a5006c4d7acca3e74d32e0e27f4739 XSIZE (VTK-4.4-LatestRelease.tar.gz) = 6323955 END-of-math/vtk/distinfo echo x - math/vtk/pkg-message sed 's/^X//' >math/vtk/pkg-message << 'END-of-math/vtk/pkg-message' XThe terms/copyright can be read in the docs dir/README.html. The patented Xclasses (few in number) are not to be used in commercial application Xwithout a license from the patent/copyright holder (listed in the class Xheader). Patented classes are listed in README.patented-classes. END-of-math/vtk/pkg-message echo x - math/vtk/pkg-descr sed 's/^X//' >math/vtk/pkg-descr << 'END-of-math/vtk/pkg-descr' X VTK - the Visualization Toolkit is an object oriented, high Xlevel library that allows one to easily write programs in C++, Tcl, XPython and Java that do 3D visualization. X X VTK enables users to concentrate on their work by providing a Xlarge number of excellent and feature packed high level functions that Xdo visualization. The library needs OpenGL to render the graphics and Xfor FreeBSD machines Mesa is necessary. X XThe terms/copyright can be read in the docs dir/README.html. The patented Xclasses (few in number) are not to be used in commercial application Xwithout a license from the patent/copyright holder (listed in the class Xheader). Patented classes are listed in README.patented-classes. X XWWW: http://www.vtk.org END-of-math/vtk/pkg-descr echo x - math/vtk/pkg-plist sed 's/^X//' >math/vtk/pkg-plist << 'END-of-math/vtk/pkg-plist' Xlib/libvtkCommon.so Xlib/libvtkCommon.so.%%LIBVER%% Xlib/libvtkDICOMParser.so Xlib/libvtkDICOMParser.so.%%LIBVER%% Xlib/libvtkFiltering.so Xlib/libvtkFiltering.so.%%LIBVER%% Xlib/libvtkGraphics.so Xlib/libvtkGraphics.so.%%LIBVER%% Xlib/libvtkHybrid.so Xlib/libvtkHybrid.so.%%LIBVER%% Xlib/libvtkIO.so Xlib/libvtkIO.so.%%LIBVER%% Xlib/libvtkImaging.so Xlib/libvtkImaging.so.%%LIBVER%% Xlib/libvtkParallel.so Xlib/libvtkParallel.so.%%LIBVER%% Xlib/libvtkPatented.so Xlib/libvtkPatented.so.%%LIBVER%% Xlib/libvtkRendering.so Xlib/libvtkRendering.so.%%LIBVER%% Xlib/libvtkfreetype.so Xlib/libvtkfreetype.so.%%LIBVER%% Xlib/libvtkftgl.so Xlib/libvtkftgl.so.%%LIBVER%% X%%TESTING_ONLY%%bin/CommonCxxTests X%%TESTING_ONLY%%bin/FilteringCxxTests X%%TESTING_ONLY%%bin/GenericCommunicator X%%TESTING_ONLY%%bin/GraphicsCxxTests X%%TESTING_ONLY%%bin/HybridCxxTests X%%TESTING_ONLY%%bin/IOCxxTests X%%TESTING_ONLY%%bin/ImagingCxxTests X%%TESTING_ONLY%%bin/ParallelIsoTest X%%TESTING_ONLY%%bin/RenderingCxxTests X%%TESTING_ONLY%%bin/SocketClient X%%TESTING_ONLY%%bin/SocketServer X%%TESTING_ONLY%%bin/TestCxxFeatures X%%TESTING_ONLY%%bin/TestInstantiator X%%TESTING_ONLY%%bin/TestPStream X%%TESTING_ONLY%%bin/ThreadedCommunicator X%%TESTING_ONLY%%bin/TimeRenderer X%%TESTING_ONLY%%bin/TimeRenderer2 X%%DOCSDIR%%/README.html X%%DOCSDIR%%/README.patented-classes X%%DOCSDIR%%/vtkLogo.jpg X@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true END-of-math/vtk/pkg-plist echo c - math/vtk-data mkdir -p math/vtk-data > /dev/null 2>&1 echo x - math/vtk-data/Makefile sed 's/^X//' >math/vtk-data/Makefile << 'END-of-math/vtk-data/Makefile' X# New ports collection makefile for: vtk-data X# Date created: 10 Oct 2003 X# Whom: Mykola Khotyaintsev X# X# $FreeBSD: ports/math/vtk-data/Makefile,v 1.3 2004/11/07 10:54:36 pav Exp $ X# X XPKGNAMESUFFIX= -data XDISTFILES= VTKData-${PORTVERSION}.tar.gz X XCOMMENT= The Visualization Toolkit examples data X XMASTERDIR= ${.CURDIR}/../vtk X XMD5_FILE= ${.CURDIR}/distinfo XWRKSRC= ${WRKDIR}/VTKData-release-${PORTVERSION} XPKGMESSAGE= ${.CURDIR}/pkg-message X Xdo-configure: X Xdo-patch: X Xdo-build: X Xdo-install: X @${MKDIR} ${EXAMPLESDIR} X @${MKDIR} ${VTKDATAROOT} X @${ECHO_MSG} "Installing VTKData to ${EXAMPLESDIR} ..." X @${CP} -R ${WRKSRC}/Baseline ${VTKDATAROOT} X @${CP} -R ${WRKSRC}/Data ${VTKDATAROOT} X @${CP} ${WRKSRC}/VTKData.readme ${VTKDATAROOT} X X.include "${MASTERDIR}/Makefile" X.include END-of-math/vtk-data/Makefile echo x - math/vtk-data/distinfo sed 's/^X//' >math/vtk-data/distinfo << 'END-of-math/vtk-data/distinfo' XMD5 (VTKData-4.4.tar.gz) = f54431edf9831ab4370dc289d970c6f5 XSIZE (VTKData-4.4.tar.gz) = 19998689 END-of-math/vtk-data/distinfo echo x - math/vtk-data/pkg-message sed 's/^X//' >math/vtk-data/pkg-message << 'END-of-math/vtk-data/pkg-message' XRemember to set your VTK_DATA_ROOT variable to %%PREFIX%%/share/examples/vtk/VTKData Xbefore running tests or examples END-of-math/vtk-data/pkg-message echo x - math/vtk-data/pkg-plist sed 's/^X//' >math/vtk-data/pkg-plist << 'END-of-math/vtk-data/pkg-plist' X%%EXAMPLESDIR%%/VTKData/Baseline/Filtering/CSpline.png X%%EXAMPLESDIR%%/VTKData/Baseline/Filtering/ImplicitSum.png X%%EXAMPLESDIR%%/VTKData/Baseline/Filtering/KSpline.png X%%EXAMPLESDIR%%/VTKData/Baseline/Filtering/PerlinNoise.png X%%EXAMPLESDIR%%/VTKData/Baseline/Filtering/SelectionLoop.png X%%EXAMPLESDIR%%/VTKData/Baseline/Filtering/closedSplines.png X%%EXAMPLESDIR%%/VTKData/Baseline/Filtering/squadViewer.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/AutomaticPlaneGeneration.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/Canny.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/CellDataToPointData.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/CellDataToPointData_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/CellLocator.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/Cone.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/Delaunay2D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/Delaunay2DAlpha.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/Delaunay2DTransform.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/Delaunay3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/Disk.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSight6Elements.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSight6OfficeBin.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightBlow1ASCII.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightBlow1Bin.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightBlow2ASCII.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightBlow2Bin.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightBlow3Bin.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightBlow4Bin.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightBlow5ASCII.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightCompound.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightGoldElements.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightIronProtASCII.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightIronProtBin.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightMandelbrot.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightOfficeASCII.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightOfficeBin.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightRectGridASCII.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightRectGridBin.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/EnSightSelectArrays.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/ExtractEdgesQuadraticCells.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/ExtractTensors.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/FitEllipse.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/FrustumClip.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/Hyper.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/HyperScalarBar.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/KlineBottle.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/LineIntersectQuadraticCells.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/Mace.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/MatrixToTransform.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/MesaCone.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/MesaCone_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/MultidimensionalSolution.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/MultidimensionalSolution_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/NoLightGeneration.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/OBBCylinder.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/OSCone.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/PointLocator.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/PolyDataMapperAllPolygons.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/PolyDataMapperAllPolygons_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/PolyDataMapperAllWireframe.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/PolyDataMapperAllWireframe_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/QuadricDecimation.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/QuadricDecimation_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/QuadricDecimation_2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/QuadricDecimation_3.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/QuadricDecimation_4.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/QuadricDecimation_5.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/RGrid.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/StreamPolyData.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/StreamPolyData_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TenEllip.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestBandedContourFilter.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestBoxFunction.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestButtonSource.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestCellDerivs.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestCellDerivs_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestConvexPointSet.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestCurvatures.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestGraphLayoutFilter.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestHierarchicalBox.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestHierarchicalBoxPipeline.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestMultiBlock.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestMultiBlockStreamer.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestPlatonicSolids.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestQuadricClustering.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestQuadricClustering_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestRibbonAndTube.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestRibbonAndTube_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestRibbonAndTube_2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestRuledSurface.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestRuledSurface2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestSpherePuzzle.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestSpherePuzzleArrows.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestSplineFilter.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestStructuredGrid.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestTensorGlyph.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestTriangleFilter.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TransformConcatenation.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TransformCoverage.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TransformPolyData.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/blankGrid.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/cameraWarpedCone.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/capCow.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/capSphere.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/clipArt.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/clipComb.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/clipImage.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/clipQuadraticCell.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/clipQuadraticCells.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/clipVolume.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/clipVolume2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/clipVolume3.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/combStreamers.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/combStreamers2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/combStreamers2_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/coneResolution.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/constrainedDelaunay.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/constrainedDelaunay_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/contour2DAll.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/contour3DAll.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/contourCells.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/contourQuadraticCells.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/contoursToSurface.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/cowHair.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/cowHair2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/createBFont.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/cursor3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/cutLoop.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/cylMap.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/cylindrical.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/dataSetSurfaceFilter.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/deciFranFace.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/deciFranFace_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/deciFranFace_2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/deciFranFace_3.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/deciFranFace_4.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/deciPlane.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/deciPlane_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/dicer.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/dispPlot.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/edgePoints.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/eleState.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/expCos.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/extractPolyData.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/extractRectGrid.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/extractUGrid.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/extractVectors.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/extrudeCopyCD.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/fieldToPolyData.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/fieldToPolyData_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/fieldToRGrid.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/fieldToRGrid_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/fieldToRGrid_2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/fieldToSGrid.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/fieldToUGrid.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/geomFilter.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/glyph2D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/glyphComb.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/hull.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/mergeFilter.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/motor.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/multipleIso.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/nacaBinary.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/officeStreamPoints.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/polyConn.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/probeComb.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/progGlyphs.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/progGlyphsBySource.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/quadricCut.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/rectGrid.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/rectGrid_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/recursiveDC.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/recursiveDC_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/reverseNormals.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/scalarColors.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/scalarConn.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/scalarConn_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/schwarz.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/shepards.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/skinOrder.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/smoothCyl.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/smoothCyl2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/smoothMeshOnMesh.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/socbal.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/socbal_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/spatialRepAll.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/spherical.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/spherical_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/splitVectors.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/stereoDresdenMace.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/streamComb.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/streamSurface.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/streamSurface2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/streamTracer.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/stripF.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/subDivideTetra.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/subPixelPositionMin.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/subdividePointData.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/teapotHulls.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/teapotHulls_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/testDataSetTriangleFilter.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/testDataSetTriangleFilter2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/testDataSetTriangleFilter_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/testReflect.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/textureThreshold.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/textureThreshold_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/triangularTCoords.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/triangularTexture.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/tubeComb.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/volProt.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/volProt_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/warplens.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/3DMorph.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/BoxWidget.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/ImagePlaneWidget.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/MassProperties.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/OverlayTextOnImage.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/ScalarBarWidget.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestCaptionActor.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestGreedyTerrainDecimation.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestGridWarp3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestGridWarpCubic.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestGridWarpLinear.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestGridWarpNearest.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestICPTransform.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestImageStencilWithPolydata.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestImageTracerWidget.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestImplicitPlaneWidget.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestInteractorEventRecorder.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestInteractorEventRecorder_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestLineWidget.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestPCA.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestPlaneWidget.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestPointWidget.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestPointWidget_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestProcrustes.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestScalarBarWidget.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestSplineWidget.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestSplineWidget_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestThinPlateWarp.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestThinPlateWarp3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/VRMLImporter.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/WarpPolyData.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/appendImplicitModel.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/appendImplicitModelNoBounds.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/banana.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/bore.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/camera.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/clipHex.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/clipPyramid.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/clipTet.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/clipWedge.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/cubeAxes.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/cursor3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/depthSort.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/earth.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/financialField2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/financialField3.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/imageToPolyData.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/largeImageOffset.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/largeImageParallel.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/text.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/xyPlot.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/xyPlot2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/xyPlot3.png X%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/xyPlot4.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/ParticleReader.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/Plot3DScalars.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/Plot3DScalars_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/Plot3DVectors.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/TestAVSucdReader.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/TestBMPReader.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/TestImageWriters.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/TestJPEGReader.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/TestPLYReadWrite.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/TestPolygonWriters.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/TestTIFFReader.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/TestXYZMol.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/caffeine.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/dem.png X%%EXAMPLESDIR%%/VTKData/Baseline/IO/gaussian.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/ContinuousClose2D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/IdealHighPass.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/ImportExport.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/LaplacianEdgeEnhance.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/ResliceColorWrap.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/ResliceInterpolationModes.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/ResliceInterpolationOblique.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/ResliceMirrorOblique.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/ResliceMirrorPad.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/ResliceOptimizationOff.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/ReslicePermutations.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/ReslicePermuteResample.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/ResliceWrapOblique.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/ResliceWrapPad.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/Spectrum.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestAccumulate.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestAllBlends.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestAllBlendsFloat.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestAllFlips.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestAllLogic.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestAllMaskBits.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestAllMathematics.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestAllShrinks.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestAnisotropicDiffusion2D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestAnisotropicDiffusion3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestButterworthHighPass.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestButterworthLowPass.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestCache.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestChangeInformation.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestCheckerboard.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestCityBlockDistance.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestConvolve.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestCorrelation.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestDivergence.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestDotProduct.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestEuclideanDistance.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestEuclideanDistanceCached.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestEuclideanToPolar.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestFFTCorrelation.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestGradientMagnitude.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestGradientMagnitude2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestHSIToRGB.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestHSVToRGB.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestHybridMedian2D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestIdealLowPass.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestImageCanvas.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestInPlaceFilter.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestIslandRemoval2D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestMapToRGBABlockStreaming.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestMapToWindowLevelColors.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestMapToWindowLevelColors2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestMask2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestMedian3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestNormalize.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestOpenClose3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestPermute.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestQuantizeTo16Colors.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestRange3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestResample.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestSeparableFilter.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestShiftScale.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestShiftScale2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestSimpleImageExample.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestSkeleton2D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestSobel2D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestSobel3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestStencilWithFunction.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestStencilWithImage.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestThreshold.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestVariance3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestWipe.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/TestWrapPad.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/reconstructSurface.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/resampledTexture.png X%%EXAMPLESDIR%%/VTKData/Baseline/Imaging/voxelModel.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/GenericCommunicator.cxx.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/MPIGroups.cxx.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/ParallelIso.cxx.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/RectOutline.tcl.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/SocketClient.cxx.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/SocketClient.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/TestBranchExtentTranslator.tcl.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/TestCutMaterial.tcl.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/TestExtractVOI.tcl.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/TestExtrudePiece.tcl.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/TestImageStreamer.tcl.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/TestPDataSetReaderGrid.tcl.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/TestPImageWriter.tcl.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/TestPProbe.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/TestPStream.cxx.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/TestPolyDataPieces.tcl.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/TestUnstructuredPieces.tcl.png X%%EXAMPLESDIR%%/VTKData/Baseline/Parallel/ThreadedCommunicator.cxx.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/CompareContour.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/TestGridSynchronizedTemplates3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/TestImageMarchingCubes.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/TestMarchingSquares.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/TestRectilinearSynchronizedTemplates.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/TestSynchronizedTemplates2D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/TestSynchronizedTemplates3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/contour2DAll.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/dcubes.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/dcubes_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/dcubes_2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/dcubes_3.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/dcubes_4.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/dcubes_5.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/dcubes_6.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/deciBrain.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/deciBrainErrors.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/deciBrainErrors_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/financialField.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/genHead.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/headBone.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/iceCream.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/imageMCAll.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/imageMCAll_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/mcubes.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/nc.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/sweepAuto.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/sweptVtk.png X%%EXAMPLESDIR%%/VTKData/Baseline/Patented/sync3dAll.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/CamBlur.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/ImageActor.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/MesaText.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/ScalarBar.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestBunykRayCastFunction.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestFlyTo.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestFreetypeTextMapper.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestFreetypeTextMapperBigger.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestFreetypeTextOverlay.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestLODProp3D.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestOnePoint.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestParallelCoordinates.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestStyleJoystickActor.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestStyleJoystickCamera.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestStyleRubberBandZoom.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestStyleTerrain.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestStyleTrackballActor.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestStyleTrackballCamera.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestTiling.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestTkRenderWidget.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestTkRenderWindowInteractor.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/assembly.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/cells.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/labeledContours.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/labeledContours_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/labeledContours_2.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/labeledMesh.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/labeledMesh_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/multiLineText.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/pickCells.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/propAssembly.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/rendererSource.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/rendererSource_1.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/rotations.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/volRCClipPlanes.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/volRCCropRegions.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/volRCRotateClip.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/volTM2DCropRegions.png X%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/volTM2DRotateClip.png X%%EXAMPLESDIR%%/VTKData/Data/42400-IDGH.stl X%%EXAMPLESDIR%%/VTKData/Data/B.pgm X%%EXAMPLESDIR%%/VTKData/Data/E07733S002I009.MR X%%EXAMPLESDIR%%/VTKData/Data/EnSight/RectGrid_ascii.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/RectGrid_ascii.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/RectGrid_ascii_pd_scalars X%%EXAMPLESDIR%%/VTKData/Data/EnSight/RectGrid_ascii_pd_vectors X%%EXAMPLESDIR%%/VTKData/Data/EnSight/RectGrid_bin.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/RectGrid_bin.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/RectGrid_bin_pd_scalars X%%EXAMPLESDIR%%/VTKData/Data/EnSight/RectGrid_bin_pd_vectors X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_ascii.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_ascii.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_ascii_cd_displacement X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_ascii_cd_thickness X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_ascii_pd_displacement X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_ascii_pd_displacement1 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_ascii_pd_thickness X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_ascii_pd_thickness1 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_bin.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_bin.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_bin_cd_displacement X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_bin_cd_thickness X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_bin_pd_displacement X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_bin_pd_displacement1 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_bin_pd_thickness X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow1_bin_pd_thickness1 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii.geo000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii.geo001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii_cd_displacement000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii_cd_displacement001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii_cd_thickness000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii_cd_thickness001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii_pd_displacement000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii_pd_displacement001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii_pd_displacement1000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii_pd_displacement1001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii_pd_thickness000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii_pd_thickness001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii_pd_thickness1000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_ascii_pd_thickness1001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_bin.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_bin.geo000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_bin.geo001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_bin_cd_displacement000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_bin_cd_displacement001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_bin_cd_thickness000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_bin_cd_thickness001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_bin_pd_displacement000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_bin_pd_displacement001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_bin_pd_thickness000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow2_bin_pd_thickness001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow3_bin.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow3_bin.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow3_bin_cd_displacement X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow3_bin_cd_thickness X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow3_bin_pd_displacement X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow3_bin_pd_thickness X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow4_bin.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow4_bin.geo000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow4_bin.geo001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow4_bin_cd_displacement000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow4_bin_cd_displacement001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow4_bin_cd_thickness000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow4_bin_cd_thickness001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow4_bin_pd_displacement000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow4_bin_pd_displacement001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow4_bin_pd_thickness000 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow4_bin_pd_thickness001 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow5_ascii.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow5_ascii.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow5_ascii_cd_displacement X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow5_ascii_cd_thickness X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow5_ascii_pd_displacement X%%EXAMPLESDIR%%/VTKData/Data/EnSight/blow5_ascii_pd_thickness X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.ECsca_i X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.ECsca_r X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.ECvec_i X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.ECvec_r X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.Esca X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.Eten X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.Evec X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.NCsca_i X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.NCsca_r X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.NCvec_i X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.NCvec_r X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.Nsca X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.Nten X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.Nvec X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements.sos X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.ECsca_i X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.ECsca_r X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.ECvec_i X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.ECvec_r X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.Esca X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.Eten X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.Evec X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.NCsca_i X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.NCsca_r X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.NCvec_i X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.NCvec_r X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.Nsca X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.Nten X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.Nvec X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/elements6.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/ironProt_ascii.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/ironProt_ascii.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/ironProt_ascii_pd_scalars X%%EXAMPLESDIR%%/VTKData/Data/EnSight/ironProt_bin.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/ironProt_bin.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/ironProt_bin_pd_scalars X%%EXAMPLESDIR%%/VTKData/Data/EnSight/mandelbrot.sos X%%EXAMPLESDIR%%/VTKData/Data/EnSight/mandelbrot1.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/mandelbrot1.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/mandelbrot1_pd_Iterations X%%EXAMPLESDIR%%/VTKData/Data/EnSight/mandelbrot2.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/mandelbrot2.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/mandelbrot2_pd_Iterations X%%EXAMPLESDIR%%/VTKData/Data/EnSight/naca.bin.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/naca.gold.bin.DENS_1 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/naca.gold.bin.DENS_3 X%%EXAMPLESDIR%%/VTKData/Data/EnSight/naca.gold.bin.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/office6_bin.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/office6_bin.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/office6_bin_pd_scalars X%%EXAMPLESDIR%%/VTKData/Data/EnSight/office6_bin_pd_vectors X%%EXAMPLESDIR%%/VTKData/Data/EnSight/office_ascii.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/office_ascii.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/office_ascii_pd_scalars X%%EXAMPLESDIR%%/VTKData/Data/EnSight/office_ascii_pd_vectors X%%EXAMPLESDIR%%/VTKData/Data/EnSight/office_bin.case X%%EXAMPLESDIR%%/VTKData/Data/EnSight/office_bin.geo X%%EXAMPLESDIR%%/VTKData/Data/EnSight/office_bin_pd_scalars X%%EXAMPLESDIR%%/VTKData/Data/EnSight/office_bin_pd_vectors X%%EXAMPLESDIR%%/VTKData/Data/EventRecording.log X%%EXAMPLESDIR%%/VTKData/Data/Particles.raw X%%EXAMPLESDIR%%/VTKData/Data/RectGrid2.vtk X%%EXAMPLESDIR%%/VTKData/Data/SainteHelens.dem X%%EXAMPLESDIR%%/VTKData/Data/Viewpoint/README X%%EXAMPLESDIR%%/VTKData/Data/Viewpoint/cow.g X%%EXAMPLESDIR%%/VTKData/Data/Viewpoint/cow.obj X%%EXAMPLESDIR%%/VTKData/Data/Viewpoint/iflamigm.3ds X%%EXAMPLESDIR%%/VTKData/Data/beach.jpg X%%EXAMPLESDIR%%/VTKData/Data/beach.tif X%%EXAMPLESDIR%%/VTKData/Data/billBoard.pgm X%%EXAMPLESDIR%%/VTKData/Data/blow.vtk X%%EXAMPLESDIR%%/VTKData/Data/blowAttr.vtk X%%EXAMPLESDIR%%/VTKData/Data/blowGeom.vtk X%%EXAMPLESDIR%%/VTKData/Data/bluntfinq.bin X%%EXAMPLESDIR%%/VTKData/Data/bluntfinxyz.bin X%%EXAMPLESDIR%%/VTKData/Data/bolt.fac X%%EXAMPLESDIR%%/VTKData/Data/bolt.slc X%%EXAMPLESDIR%%/VTKData/Data/bore.vtk X%%EXAMPLESDIR%%/VTKData/Data/bot2.wrl X%%EXAMPLESDIR%%/VTKData/Data/bpa.mol X%%EXAMPLESDIR%%/VTKData/Data/brainImageSmooth.vtk X%%EXAMPLESDIR%%/VTKData/Data/cactus.3337.pts X%%EXAMPLESDIR%%/VTKData/Data/caffeine.pdb X%%EXAMPLESDIR%%/VTKData/Data/camscene.png X%%EXAMPLESDIR%%/VTKData/Data/cellsnd.ascii.inp X%%EXAMPLESDIR%%/VTKData/Data/cellsnd.bin.inp X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_0.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_1.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_10.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_11.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_12.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_13.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_14.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_15.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_2.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_3.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_4.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_5.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_6.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_7.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_8.vti X%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_9.vti X%%EXAMPLESDIR%%/VTKData/Data/combq.bin X%%EXAMPLESDIR%%/VTKData/Data/combxyz.bin X%%EXAMPLESDIR%%/VTKData/Data/earth.ppm X%%EXAMPLESDIR%%/VTKData/Data/faults.vtk X%%EXAMPLESDIR%%/VTKData/Data/fieldfile.vtk X%%EXAMPLESDIR%%/VTKData/Data/financial.txt X%%EXAMPLESDIR%%/VTKData/Data/financial.vtk X%%EXAMPLESDIR%%/VTKData/Data/fran_cut.png X%%EXAMPLESDIR%%/VTKData/Data/fran_cut.vtk X%%EXAMPLESDIR%%/VTKData/Data/fullhead15.png X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.1 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.10 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.11 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.12 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.13 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.14 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.15 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.16 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.17 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.18 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.19 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.2 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.20 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.21 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.22 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.23 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.24 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.25 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.26 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.27 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.28 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.29 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.3 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.30 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.31 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.32 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.33 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.34 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.35 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.36 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.37 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.38 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.39 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.4 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.40 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.41 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.42 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.43 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.44 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.45 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.46 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.47 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.48 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.49 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.5 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.50 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.51 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.52 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.53 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.54 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.55 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.56 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.57 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.58 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.59 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.6 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.60 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.61 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.62 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.63 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.64 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.65 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.66 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.67 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.68 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.69 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.7 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.70 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.71 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.72 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.73 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.74 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.75 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.76 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.77 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.78 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.79 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.8 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.80 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.81 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.82 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.83 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.84 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.85 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.86 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.87 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.88 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.89 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.9 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.90 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.91 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.92 X%%EXAMPLESDIR%%/VTKData/Data/headsq/quarter.93 X%%EXAMPLESDIR%%/VTKData/Data/hello.vtk X%%EXAMPLESDIR%%/VTKData/Data/iflamigm.3ds X%%EXAMPLESDIR%%/VTKData/Data/ironProt.vtk X%%EXAMPLESDIR%%/VTKData/Data/libtiff/test.tif X%%EXAMPLESDIR%%/VTKData/Data/m4_TotalDensity.cube X%%EXAMPLESDIR%%/VTKData/Data/masonry.bmp X%%EXAMPLESDIR%%/VTKData/Data/matrix.vtk X%%EXAMPLESDIR%%/VTKData/Data/motor.g X%%EXAMPLESDIR%%/VTKData/Data/multicomb_0.vts X%%EXAMPLESDIR%%/VTKData/Data/multicomb_1.vts X%%EXAMPLESDIR%%/VTKData/Data/multicomb_2.vts X%%EXAMPLESDIR%%/VTKData/Data/neghip.slc X%%EXAMPLESDIR%%/VTKData/Data/nut.slc X%%EXAMPLESDIR%%/VTKData/Data/office.binary.vtk X%%EXAMPLESDIR%%/VTKData/Data/plate.vtk X%%EXAMPLESDIR%%/VTKData/Data/polyEx.vtk X%%EXAMPLESDIR%%/VTKData/Data/ruler.png X%%EXAMPLESDIR%%/VTKData/Data/sample.xml X%%EXAMPLESDIR%%/VTKData/Data/sphere.slc X%%EXAMPLESDIR%%/VTKData/Data/teapot.g X%%EXAMPLESDIR%%/VTKData/Data/tensors.vtk X%%EXAMPLESDIR%%/VTKData/Data/tetraMesh.vtk X%%EXAMPLESDIR%%/VTKData/Data/texThres2.vtk X%%EXAMPLESDIR%%/VTKData/Data/thio3xx.xyz X%%EXAMPLESDIR%%/VTKData/Data/track1.binary.vtk X%%EXAMPLESDIR%%/VTKData/Data/track2.binary.vtk X%%EXAMPLESDIR%%/VTKData/Data/track3.binary.vtk X%%EXAMPLESDIR%%/VTKData/Data/uGridEx.vtk X%%EXAMPLESDIR%%/VTKData/Data/usa.vtk X%%EXAMPLESDIR%%/VTKData/Data/vtk.png X%%EXAMPLESDIR%%/VTKData/Data/vtk.vtk X%%EXAMPLESDIR%%/VTKData/VTKData.readme X@dirrm %%EXAMPLESDIR%%/VTKData/Data/libtiff X@dirrm %%EXAMPLESDIR%%/VTKData/Data/headsq X@dirrm %%EXAMPLESDIR%%/VTKData/Data/chombo3d X@dirrm %%EXAMPLESDIR%%/VTKData/Data/Viewpoint X@dirrm %%EXAMPLESDIR%%/VTKData/Data/EnSight X@dirrm %%EXAMPLESDIR%%/VTKData/Data X@dirrm %%EXAMPLESDIR%%/VTKData/Baseline/Rendering X@dirrm %%EXAMPLESDIR%%/VTKData/Baseline/Patented X@dirrm %%EXAMPLESDIR%%/VTKData/Baseline/Parallel X@dirrm %%EXAMPLESDIR%%/VTKData/Baseline/Imaging X@dirrm %%EXAMPLESDIR%%/VTKData/Baseline/IO X@dirrm %%EXAMPLESDIR%%/VTKData/Baseline/Hybrid X@dirrm %%EXAMPLESDIR%%/VTKData/Baseline/Graphics X@dirrm %%EXAMPLESDIR%%/VTKData/Baseline/Filtering X@dirrm %%EXAMPLESDIR%%/VTKData/Baseline/Common X@dirrm %%EXAMPLESDIR%%/VTKData/Baseline X@dirrm %%EXAMPLESDIR%%/VTKData X@unexec rmdir %D/%%EXAMPLESDIR%% 2>/dev/null || true X END-of-math/vtk-data/pkg-plist echo c - math/vtk-examples mkdir -p math/vtk-examples > /dev/null 2>&1 echo x - math/vtk-examples/Makefile sed 's/^X//' >math/vtk-examples/Makefile << 'END-of-math/vtk-examples/Makefile' X# New ports collection makefile for: vtk-examples X# Date created: 10 Oct 2003 X# Whom: Mykola Khotyaintsev X# X# $FreeBSD: ports/math/vtk-examples/Makefile,v 1.3 2004/11/07 10:54:36 pav Exp $ X# X XPKGNAMESUFFIX= -examples X XCOMMENT= Visualization Toolkit: Examples in the C++, Tcl, Python and Java X XRUN_DEPENDS= ${VTKDATAROOT}/VTKData.readme:${PORTSDIR}/math/vtk-data X XMASTERDIR= ${.CURDIR}/../vtk X XPKGMESSAGE= ${.CURDIR}/pkg-message X X.include "${MASTERDIR}/Makefile" X Xdo-patch: X Xdo-build: X Xdo-install: install-cnotice X @${ECHO_MSG} "Installing Examples to ${EXAMPLESDIR} ..." X @${MKDIR} ${EXAMPLESDIR} X @${MKDIR} ${EXAMPLESDIR}/Examples X @${CP} -R ${VTKSRCDIR}/Examples/* ${EXAMPLESDIR}/Examples X @${RM} ${EXAMPLESDIR}/Examples/CMakeList* X X @${ECHO_MSG} "Installing Testing to ${EXAMPLESDIR} ... " X @${MKDIR} ${TESTINGDIR} X.for i in ${VTK_KITS} X @${MKDIR} ${TESTINGDIR}/${i} X @${CP} -R ${VTKSRCDIR}/${i}/Testing/* ${TESTINGDIR}/${i} X.endfor X X @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' > ${EXAMPLESDIR}/BUILD-HOWTO X @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' > ${DOCSDIR}/README.examples X X.include END-of-math/vtk-examples/Makefile echo x - math/vtk-examples/pkg-message sed 's/^X//' >math/vtk-examples/pkg-message << 'END-of-math/vtk-examples/pkg-message' XTo build and run C++ examples/tests you need to instal vtk, vtk-headers, cmake. X XTo run Tcl, Python or Java examples/tests you need to install vtk and vtk-tcl, Xvtk-python or vtk-java correspondingly. X XRemember to set your VTK_DATA_ROOT variable to %%PREFIX%%/share/examples/vtk/VTKData Xbefore running examples/tests. END-of-math/vtk-examples/pkg-message echo x - math/vtk-examples/pkg-plist sed 's/^X//' >math/vtk-examples/pkg-plist << 'END-of-math/vtk-examples/pkg-plist' X%%DOCSDIR%%/README.examples X%%DOCSDIR%%/README.html X%%DOCSDIR%%/README.patented-classes X%%DOCSDIR%%/vtkLogo.jpg X%%EXAMPLESDIR%%/BUILD-HOWTO X%%EXAMPLESDIR%%/Examples/AMR/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/AMR/Cxx/HierarchicalBox.cxx X%%EXAMPLESDIR%%/Examples/AMR/Cxx/HierarchicalBoxPipeline.cxx X%%EXAMPLESDIR%%/Examples/Annotation/Python/DispAllFonts.py X%%EXAMPLESDIR%%/Examples/Annotation/Python/TestText.py X%%EXAMPLESDIR%%/Examples/Annotation/Python/TestTextOldWay.py X%%EXAMPLESDIR%%/Examples/Annotation/Python/annotatePick.py X%%EXAMPLESDIR%%/Examples/Annotation/Python/cubeAxes.py X%%EXAMPLESDIR%%/Examples/Annotation/Python/labeledMesh.py X%%EXAMPLESDIR%%/Examples/Annotation/Python/multiLineText.py X%%EXAMPLESDIR%%/Examples/Annotation/Python/textOrigin.py X%%EXAMPLESDIR%%/Examples/Annotation/Python/xyPlot.py X%%EXAMPLESDIR%%/Examples/Annotation/Tcl/DispAllFonts.tcl X%%EXAMPLESDIR%%/Examples/Annotation/Tcl/TestText.tcl X%%EXAMPLESDIR%%/Examples/Annotation/Tcl/TestTextOldWay.tcl X%%EXAMPLESDIR%%/Examples/Annotation/Tcl/annotatePick.tcl X%%EXAMPLESDIR%%/Examples/Annotation/Tcl/cubeAxes.tcl X%%EXAMPLESDIR%%/Examples/Annotation/Tcl/labeledMesh.tcl X%%EXAMPLESDIR%%/Examples/Annotation/Tcl/multiLineText.tcl X%%EXAMPLESDIR%%/Examples/Annotation/Tcl/textOrigin.tcl X%%EXAMPLESDIR%%/Examples/Annotation/Tcl/xyPlot.tcl X%%EXAMPLESDIR%%/Examples/Build/vtkLocal/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Build/vtkLocal/README X%%EXAMPLESDIR%%/Examples/Build/vtkLocal/Testing/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Build/vtkLocal/Testing/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Build/vtkLocal/Testing/Cxx/vtkLocalTest.cxx X%%EXAMPLESDIR%%/Examples/Build/vtkLocal/hints X%%EXAMPLESDIR%%/Examples/Build/vtkLocal/pkgIndex.tcl.in X%%EXAMPLESDIR%%/Examples/Build/vtkLocal/vtkLocalConfigure.h.in X%%EXAMPLESDIR%%/Examples/Build/vtkLocal/vtkLocalExample.cxx X%%EXAMPLESDIR%%/Examples/Build/vtkLocal/vtkLocalExample.h X%%EXAMPLESDIR%%/Examples/Build/vtkMy/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Build/vtkMy/CMakeOptions.cmake X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Common/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Common/vtkBar.cxx X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Common/vtkBar.h X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Common/vtkmyCommonWin32Header.h X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/Ex1/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/Ex1/vtkmyEx1.cxx X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/Ex2/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/Ex2/vtkmyEx2.cxx X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Tcl/vtkmyEx1.Tcl X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Tcl/vtkmyEx2.tcl X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Imaging/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Imaging/vtkImageFoo.cxx X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Imaging/vtkImageFoo.h X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Imaging/vtkmyImagingWin32Header.h X%%EXAMPLESDIR%%/Examples/Build/vtkMy/README X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted/vtkBar2.cxx X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted/vtkBar2.h X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted/vtkmyUnsortedWin32Header.h X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities/Doxygen/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities/Doxygen/doc_makeall.sh.in X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities/Doxygen/doxyfile.in X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/MakePackages.tcl X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmy/pkgIndex.tcl X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmy/vtkmy.tcl X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmycommon/pkgIndex.tcl X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmycommon/vtkmycommon.tcl X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmyimaging/pkgIndex.tcl X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmyimaging/vtkmyimaging.tcl X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmyunsorted/pkgIndex.tcl X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmyunsorted/vtkmyunsorted.tcl X%%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/hints X%%EXAMPLESDIR%%/Examples/Build/vtkMy/vtkmyConfigure.h.in X%%EXAMPLESDIR%%/Examples/DataManipulation/Cxx/Arrays.cxx X%%EXAMPLESDIR%%/Examples/DataManipulation/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/DataManipulation/Cxx/Cube.cxx X%%EXAMPLESDIR%%/Examples/DataManipulation/Cxx/RGrid.cxx X%%EXAMPLESDIR%%/Examples/DataManipulation/Cxx/SGrid.cxx X%%EXAMPLESDIR%%/Examples/DataManipulation/Python/Arrays.py X%%EXAMPLESDIR%%/Examples/DataManipulation/Python/BuildUGrid.py X%%EXAMPLESDIR%%/Examples/DataManipulation/Python/CreateStrip.py X%%EXAMPLESDIR%%/Examples/DataManipulation/Python/FinancialField.py X%%EXAMPLESDIR%%/Examples/DataManipulation/Python/marching.py X%%EXAMPLESDIR%%/Examples/DataManipulation/Python/pointToCellData.py X%%EXAMPLESDIR%%/Examples/DataManipulation/Tcl/Arrays.tcl X%%EXAMPLESDIR%%/Examples/DataManipulation/Tcl/BuildUGrid.tcl X%%EXAMPLESDIR%%/Examples/DataManipulation/Tcl/CreateStrip.tcl X%%EXAMPLESDIR%%/Examples/DataManipulation/Tcl/FinancialField.tcl X%%EXAMPLESDIR%%/Examples/DataManipulation/Tcl/marching.tcl X%%EXAMPLESDIR%%/Examples/DataManipulation/Tcl/pointToCellData.tcl X%%EXAMPLESDIR%%/Examples/GUI/Motif/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/GUI/Motif/Example1.cxx X%%EXAMPLESDIR%%/Examples/GUI/Motif/Example2.cxx X%%EXAMPLESDIR%%/Examples/GUI/Python/BoxWidget.py X%%EXAMPLESDIR%%/Examples/GUI/Python/CustomInteraction.py X%%EXAMPLESDIR%%/Examples/GUI/Python/ImagePlaneWidget.py X%%EXAMPLESDIR%%/Examples/GUI/Python/ImplicitPlaneWidget.py X%%EXAMPLESDIR%%/Examples/GUI/Python/OrthogonalPlanesWithTkPhoto.py X%%EXAMPLESDIR%%/Examples/GUI/Python/ProbeWithPointWidget.py X%%EXAMPLESDIR%%/Examples/GUI/Python/ProbingWithPlaneWidget.py X%%EXAMPLESDIR%%/Examples/GUI/Python/SphereWidget.py X%%EXAMPLESDIR%%/Examples/GUI/Python/StreamlinesWithLineWidget.py X%%EXAMPLESDIR%%/Examples/GUI/Python/TransformWithBoxWidget.py X%%EXAMPLESDIR%%/Examples/GUI/Python/VolumeRenderWithBoxWidget.py X%%EXAMPLESDIR%%/Examples/GUI/Tcl/BoxWidget.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/CustomInteraction.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/ImagePlaneWidget.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/ImageTracerWidget.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/ImplicitPlaneWidget.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/Mace.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/MaceTk.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/OrthogonalPlanesWithTkPhoto.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/ProbeWithPointWidget.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/ProbingWithPlaneWidget.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/SphereWidget.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/StreamlinesWithLineWidget.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/TransformWithBoxWidget.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/VolumeRenderWithBoxWidget.tcl X%%EXAMPLESDIR%%/Examples/GUI/Tcl/spikeColor.tcl X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/ChildFrm.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/ChildFrm.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/MainFrm.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/MainFrm.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/Resource.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/Sample.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/Sample.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/Sample.rc X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/SampleDoc.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/SampleDoc.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/SampleView.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/SampleView.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/StdAfx.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/StdAfx.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/res/Sample.ico X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/res/Sample.rc2 X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/res/SampleDoc.ico X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/vtkMFCDocument.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/vtkMFCDocument.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/vtkMFCRenderView.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/vtkMFCRenderView.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/vtkMFCView.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/vtkMFCView.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/weldedSpheres.vtk X%%EXAMPLESDIR%%/Examples/GUI/Win32/SimpleCxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/GUI/Win32/SimpleCxx/Win32Cone.cxx X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/Package/vtkBorlandRenderWindow.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/Package/vtkBorlandRenderWindow.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/Package/vtkBorlandRenderWindowPkg.bpk X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/Package/vtkBorlandRenderWindowPkg.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.dfm X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/ProjectDemo/Project_vtkDemo.bpr X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/ProjectDemo/Project_vtkDemo.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/Readme.txt X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/MDI_Instructions.chm X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/Readme.txt X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/SDI_Instructions.chm X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/ChildFrm.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/ChildFrm.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/MainFrm.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/MainFrm.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/Resource.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/StdAfx.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/StdAfx.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/res/Toolbar.bmp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/res/vtkMDI.ico X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/res/vtkMDI.rc2 X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/res/vtkMDIDoc.ico X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDI.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDI.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDI.rc X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDIDoc.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDIDoc.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDIView.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDIView.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/MainFrm.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/MainFrm.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/StdAfx.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/StdAfx.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/res/Toolbar.bmp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/res/vtkSDI.ico X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/res/vtkSDI.rc2 X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/res/vtkSDIDoc.ico X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/resource.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDI.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDI.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDI.rc X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDIDoc.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDIDoc.h X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDIView.cpp X%%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDIView.h X%%EXAMPLESDIR%%/Examples/IO/Python/flamingo.py X%%EXAMPLESDIR%%/Examples/IO/Python/stl.py X%%EXAMPLESDIR%%/Examples/IO/Tcl/flamingo.tcl X%%EXAMPLESDIR%%/Examples/IO/Tcl/stl.tcl X%%EXAMPLESDIR%%/Examples/ImageProcessing/Python/Contours2D.py X%%EXAMPLESDIR%%/Examples/ImageProcessing/Python/ImageInteractor.py X%%EXAMPLESDIR%%/Examples/ImageProcessing/Tcl/Contours2D.tcl X%%EXAMPLESDIR%%/Examples/ImageProcessing/Tcl/Histogram.tcl X%%EXAMPLESDIR%%/Examples/ImageProcessing/Tcl/HistogramWidget.tcl X%%EXAMPLESDIR%%/Examples/ImageProcessing/Tcl/ImageInteractor.tcl X%%EXAMPLESDIR%%/Examples/ImageProcessing/Tcl/MandelbrotViewer.tcl X%%EXAMPLESDIR%%/Examples/MangledMesa/README.txt X%%EXAMPLESDIR%%/Examples/MangledMesa/Tcl/OffScreenCone.tcl X%%EXAMPLESDIR%%/Examples/MangledMesa/Tcl/OffScreenPrinting.tcl X%%EXAMPLESDIR%%/Examples/Medical/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Medical/Cxx/Medical1.cxx X%%EXAMPLESDIR%%/Examples/Medical/Cxx/Medical2.cxx X%%EXAMPLESDIR%%/Examples/Medical/Cxx/Medical3.cxx X%%EXAMPLESDIR%%/Examples/Medical/Python/Medical1.py X%%EXAMPLESDIR%%/Examples/Medical/Python/Medical2.py X%%EXAMPLESDIR%%/Examples/Medical/Python/Medical3.py X%%EXAMPLESDIR%%/Examples/Medical/Tcl/Medical1.tcl X%%EXAMPLESDIR%%/Examples/Medical/Tcl/Medical2.tcl X%%EXAMPLESDIR%%/Examples/Medical/Tcl/Medical3.tcl X%%EXAMPLESDIR%%/Examples/Modelling/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Modelling/Cxx/finance.cxx X%%EXAMPLESDIR%%/Examples/Modelling/Python/DelMesh.py X%%EXAMPLESDIR%%/Examples/Modelling/Python/Delaunay3D.py X%%EXAMPLESDIR%%/Examples/Modelling/Python/PerlinTerrain.py X%%EXAMPLESDIR%%/Examples/Modelling/Python/SpherePuzzle.py X%%EXAMPLESDIR%%/Examples/Modelling/Python/constrainedDelaunay.py X%%EXAMPLESDIR%%/Examples/Modelling/Python/expCos.py X%%EXAMPLESDIR%%/Examples/Modelling/Python/faultLines.py X%%EXAMPLESDIR%%/Examples/Modelling/Python/hello.py X%%EXAMPLESDIR%%/Examples/Modelling/Python/iceCream.py X%%EXAMPLESDIR%%/Examples/Modelling/Python/procrustesAlignment.py X%%EXAMPLESDIR%%/Examples/Modelling/Python/reconstructSurface.py X%%EXAMPLESDIR%%/Examples/Modelling/Tcl/DelMesh.tcl X%%EXAMPLESDIR%%/Examples/Modelling/Tcl/Delaunay3D.tcl X%%EXAMPLESDIR%%/Examples/Modelling/Tcl/PerlinTerrain.tcl X%%EXAMPLESDIR%%/Examples/Modelling/Tcl/SpherePuzzle.tcl X%%EXAMPLESDIR%%/Examples/Modelling/Tcl/constrainedDelaunay.tcl X%%EXAMPLESDIR%%/Examples/Modelling/Tcl/expCos.tcl X%%EXAMPLESDIR%%/Examples/Modelling/Tcl/faultLines.tcl X%%EXAMPLESDIR%%/Examples/Modelling/Tcl/hello.tcl X%%EXAMPLESDIR%%/Examples/Modelling/Tcl/iceCream.tcl X%%EXAMPLESDIR%%/Examples/Modelling/Tcl/procrustesAlignment.tcl X%%EXAMPLESDIR%%/Examples/Modelling/Tcl/reconstructSurface.tcl X%%EXAMPLESDIR%%/Examples/MultiBlock/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/MultiBlock/Cxx/MultiBlock.cxx X%%EXAMPLESDIR%%/Examples/ParallelProcessing/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/ParallelIso.cxx X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/PipelineParallelism.cxx X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/PipelineParallelism.h X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/TaskParallelism.cxx X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/TaskParallelism.h X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/TaskParallelismWithPorts.cxx X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/TaskParallelismWithPorts.h X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/pipe1.cxx X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/pipe2.cxx X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/task1.cxx X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/task2.cxx X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/task3.cxx X%%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/task4.cxx X%%EXAMPLESDIR%%/Examples/ParallelProcessing/MPI/Python/ParallelCone.py X%%EXAMPLESDIR%%/Examples/ParallelProcessing/MPI/Tcl/PVTKDemo.tcl X%%EXAMPLESDIR%%/Examples/README.txt X%%EXAMPLESDIR%%/Examples/Rendering/Cxx/AmbientSpheres.cxx X%%EXAMPLESDIR%%/Examples/Rendering/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Rendering/Cxx/Cylinder.cxx X%%EXAMPLESDIR%%/Examples/Rendering/Cxx/DiffuseSpheres.cxx X%%EXAMPLESDIR%%/Examples/Rendering/Cxx/SpecularSpheres.cxx X%%EXAMPLESDIR%%/Examples/Rendering/Python/CADPart.py X%%EXAMPLESDIR%%/Examples/Rendering/Python/CSpline.py X%%EXAMPLESDIR%%/Examples/Rendering/Python/Cylinder.py X%%EXAMPLESDIR%%/Examples/Rendering/Python/FilterCADPart.py X%%EXAMPLESDIR%%/Examples/Rendering/Python/RenderLargeImage.py X%%EXAMPLESDIR%%/Examples/Rendering/Python/TPlane.py X%%EXAMPLESDIR%%/Examples/Rendering/Python/assembly.py X%%EXAMPLESDIR%%/Examples/Rendering/Python/rainbow.py X%%EXAMPLESDIR%%/Examples/Rendering/Tcl/CADPart.tcl X%%EXAMPLESDIR%%/Examples/Rendering/Tcl/CSpline.tcl X%%EXAMPLESDIR%%/Examples/Rendering/Tcl/Cylinder.tcl X%%EXAMPLESDIR%%/Examples/Rendering/Tcl/FilterCADPart.tcl X%%EXAMPLESDIR%%/Examples/Rendering/Tcl/KeyFrame.tcl X%%EXAMPLESDIR%%/Examples/Rendering/Tcl/LightKitViewer.tcl X%%EXAMPLESDIR%%/Examples/Rendering/Tcl/RenderLargeImage.tcl X%%EXAMPLESDIR%%/Examples/Rendering/Tcl/TPlane.tcl X%%EXAMPLESDIR%%/Examples/Rendering/Tcl/assembly.tcl X%%EXAMPLESDIR%%/Examples/Rendering/Tcl/keyBottle.tcl X%%EXAMPLESDIR%%/Examples/Rendering/Tcl/rainbow.tcl X%%EXAMPLESDIR%%/Examples/Tutorial/README.txt X%%EXAMPLESDIR%%/Examples/Tutorial/Step1/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Tutorial/Step1/Cxx/Cone.cxx X%%EXAMPLESDIR%%/Examples/Tutorial/Step1/Java/Cone.java X%%EXAMPLESDIR%%/Examples/Tutorial/Step1/Python/Cone.py X%%EXAMPLESDIR%%/Examples/Tutorial/Step1/Tcl/Cone.tcl X%%EXAMPLESDIR%%/Examples/Tutorial/Step2/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Tutorial/Step2/Cxx/Cone2.cxx X%%EXAMPLESDIR%%/Examples/Tutorial/Step2/Java/Cone2.java X%%EXAMPLESDIR%%/Examples/Tutorial/Step2/Python/Cone2.py X%%EXAMPLESDIR%%/Examples/Tutorial/Step2/Tcl/Cone2.tcl X%%EXAMPLESDIR%%/Examples/Tutorial/Step3/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Tutorial/Step3/Cxx/Cone3.cxx X%%EXAMPLESDIR%%/Examples/Tutorial/Step3/Java/Cone3.java X%%EXAMPLESDIR%%/Examples/Tutorial/Step3/Python/Cone3.py X%%EXAMPLESDIR%%/Examples/Tutorial/Step3/Tcl/Cone3.tcl X%%EXAMPLESDIR%%/Examples/Tutorial/Step4/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Tutorial/Step4/Cxx/Cone4.cxx X%%EXAMPLESDIR%%/Examples/Tutorial/Step4/Java/Cone4.java X%%EXAMPLESDIR%%/Examples/Tutorial/Step4/Python/Cone4.py X%%EXAMPLESDIR%%/Examples/Tutorial/Step4/Tcl/Cone4.tcl X%%EXAMPLESDIR%%/Examples/Tutorial/Step5/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Tutorial/Step5/Cxx/Cone5.cxx X%%EXAMPLESDIR%%/Examples/Tutorial/Step5/Java/Cone5.java X%%EXAMPLESDIR%%/Examples/Tutorial/Step5/Python/Cone5.py X%%EXAMPLESDIR%%/Examples/Tutorial/Step5/Tcl/Cone5.tcl X%%EXAMPLESDIR%%/Examples/Tutorial/Step6/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Examples/Tutorial/Step6/Cxx/Cone6.cxx X%%EXAMPLESDIR%%/Examples/Tutorial/Step6/Python/Cone6.py X%%EXAMPLESDIR%%/Examples/Tutorial/Step6/Tcl/Cone6.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/BandContourTerrain.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/ClipCow.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/ColorIsosurface.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/CutCombustor.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/DepthSort.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/ExtractGeometry.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/ExtractUGrid.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/GenerateTextureCoords.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/SubsampleGrid.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/TextureThreshold.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/VisQuad.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/deciFran.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/imageWarp.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/officeTube.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/officeTubes.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/probeComb.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/smoothFran.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/spikeF.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/streamSurface.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python/warpComb.py X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/BandContourTerrain.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/ClipCow.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/ColorIsosurface.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/CutCombustor.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/DepthSort.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/ExtractGeometry.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/ExtractUGrid.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/GenerateTextureCoords.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/SubsampleGrid.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/TextureThreshold.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/TransformTextureCoords.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/VisQuad.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/deciFran.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/imageWarp.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/officeTube.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/officeTubes.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/probeComb.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/smoothFran.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/spikeF.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/streamSurface.tcl X%%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl/warpComb.tcl X%%EXAMPLESDIR%%/Examples/VolumeRendering/Python/PseudoVolumeRendering.py X%%EXAMPLESDIR%%/Examples/VolumeRendering/Python/SimpleRayCast.py X%%EXAMPLESDIR%%/Examples/VolumeRendering/Python/SimpleTextureMap2D.py X%%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/IntermixedUnstructuredGrid.tcl X%%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/PseudoVolumeRendering.tcl X%%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/SimpleRayCast.tcl X%%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/SimpleTextureMap2D.tcl X%%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/volSimpleLOD.tcl X%%EXAMPLESDIR%%/Testing/Common/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Common/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Common/Cxx/ObjectFactory.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/SystemInformation.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/SystemInformation.h.in X%%EXAMPLESDIR%%/Testing/Common/Cxx/TestAmoebaMinimizer.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/TestCxxFeatures.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/TestDirectory.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/TestImageIterator.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/TestInstantiator.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/TestSmartPointer.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/otherArrays.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/otherByteSwap.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/otherCellArray.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/otherCellBoundaries.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/otherCellDerivatives.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/otherCellPosition.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/otherCellTypes.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/otherEmptyCell.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/otherFieldData.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/otherLookupTable.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/otherRectilinearGrid.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/otherStructuredGrid.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/otherTimerLog.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/quadraticEvaluation.cxx X%%EXAMPLESDIR%%/Testing/Common/Cxx/vtkRegressionTestImage.h X%%EXAMPLESDIR%%/Testing/Common/Cxx/vtkSuppressCrtDbgWarning.h X%%EXAMPLESDIR%%/Testing/Common/Cxx/vtkTestUtilities.h X%%EXAMPLESDIR%%/Testing/Common/Cxx/vtkTestingColors.h X%%EXAMPLESDIR%%/Testing/Common/HeaderTesting.py X%%EXAMPLESDIR%%/Testing/Common/Install/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Common/Install/test.sh.in X%%EXAMPLESDIR%%/Testing/Common/Install/vit.cxx X%%EXAMPLESDIR%%/Testing/Common/Python/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Common/Python/PythonSmoke.py X%%EXAMPLESDIR%%/Testing/Common/Tcl/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Common/Tcl/FindString.tcl X%%EXAMPLESDIR%%/Testing/Common/Tcl/PrintSelfCheck.tcl X%%EXAMPLESDIR%%/Testing/Common/Tcl/TestAmoebaMinimizer.tcl X%%EXAMPLESDIR%%/Testing/Common/Tcl/TestArrays.tcl X%%EXAMPLESDIR%%/Testing/Common/Tcl/TestEmptyInput.tcl X%%EXAMPLESDIR%%/Testing/Common/Tcl/TestSetGet.tcl X%%EXAMPLESDIR%%/Testing/Common/Tcl/otherDataSetAttributes.tcl X%%EXAMPLESDIR%%/Testing/Common/Tcl/otherInterp.tcl X%%EXAMPLESDIR%%/Testing/Common/Tcl/otherPrint.tcl X%%EXAMPLESDIR%%/Testing/Common/Tcl/prtImageTest.tcl X%%EXAMPLESDIR%%/Testing/Common/Tcl/rtImageTest.tcl X%%EXAMPLESDIR%%/Testing/Filtering/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Filtering/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Filtering/Cxx/otherColorTransferFunction.cxx X%%EXAMPLESDIR%%/Testing/Filtering/Tcl/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Filtering/Tcl/CSpline.tcl X%%EXAMPLESDIR%%/Testing/Filtering/Tcl/ImplicitSum.tcl X%%EXAMPLESDIR%%/Testing/Filtering/Tcl/KSpline.tcl X%%EXAMPLESDIR%%/Testing/Filtering/Tcl/PerlinNoise.tcl X%%EXAMPLESDIR%%/Testing/Filtering/Tcl/SelectionLoop.tcl X%%EXAMPLESDIR%%/Testing/Filtering/Tcl/closedSplines.tcl X%%EXAMPLESDIR%%/Testing/Filtering/Tcl/squadViewer.tcl X%%EXAMPLESDIR%%/Testing/Graphics/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Graphics/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Graphics/Cxx/CellLocator.cxx X%%EXAMPLESDIR%%/Testing/Graphics/Cxx/FrustumClip.cxx X%%EXAMPLESDIR%%/Testing/Graphics/Cxx/Mace.cxx X%%EXAMPLESDIR%%/Testing/Graphics/Cxx/PointLocator.cxx X%%EXAMPLESDIR%%/Testing/Graphics/Cxx/RGrid.cxx X%%EXAMPLESDIR%%/Testing/Graphics/Cxx/TestHierarchicalBox.cxx X%%EXAMPLESDIR%%/Testing/Graphics/Cxx/TestHierarchicalBoxPipeline.cxx X%%EXAMPLESDIR%%/Testing/Graphics/Cxx/TestMultiBlock.cxx X%%EXAMPLESDIR%%/Testing/Graphics/Cxx/expCos.cxx X%%EXAMPLESDIR%%/Testing/Graphics/Cxx/volProt.cxx X%%EXAMPLESDIR%%/Testing/Graphics/Python/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Graphics/Python/TestTensorGlyph.py X%%EXAMPLESDIR%%/Testing/Graphics/Python/cameraWarpedCone.py X%%EXAMPLESDIR%%/Testing/Graphics/Python/glyphComb.py X%%EXAMPLESDIR%%/Testing/Graphics/Python/meshQuality.py X%%EXAMPLESDIR%%/Testing/Graphics/Python/streamComb.py X%%EXAMPLESDIR%%/Testing/Graphics/Python/streamSurface.py X%%EXAMPLESDIR%%/Testing/Graphics/Python/streamSurface2.py X%%EXAMPLESDIR%%/Testing/Graphics/Python/tubeComb.py X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/AutomaticPlaneGeneration.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Canny.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/CellDataToPointData.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Delaunay2D.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Delaunay2DAlpha.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Delaunay2DTransform.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Delaunay3D.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Disk.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSight6Elements.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSight6OfficeBin.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow1ASCII.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow1Bin.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow2ASCII.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow2Bin.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow3Bin.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow4Bin.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightBlow5ASCII.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightCompound.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightGoldElements.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightIronProtASCII.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightIronProtBin.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightMandelbrot.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightOfficeASCII.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightOfficeBin.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightRectGridASCII.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightRectGridBin.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/EnSightSelectArrays.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/ExtractEdgesQuadraticCells.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/ExtractTensors.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/FitEllipse.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/Hyper.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/HyperScalarBar.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/KlineBottle.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/LineIntersectQuadraticCells.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/MatrixToTransform.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/MesaCone.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/MultidimensionalSolution.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/NoLightGeneration.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/OBBCylinder.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/OSCone.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/PolyDataMapperAllPolygons.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/PolyDataMapperAllWireframe.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/QuadricDecimation.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/SliceOrder.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/StreamPolyData.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TenEllip.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestBandedContourFilter.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestBoxFunction.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestButtonSource.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestCellDerivs.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestConvexPointSet.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestCurvatures.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestGraphLayoutFilter.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestMultiBlockStreamer.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestPlatonicSolids.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestQuadricClustering.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestRectilinearGridToTetrahedra.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestRibbonAndTube.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestRuledSurface.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestRuledSurface2.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestSpherePuzzle.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestSpherePuzzleArrows.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestSplineFilter.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestStructuredGrid.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestTriangleFilter.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TransformConcatenation.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TransformCoverage.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TransformPolyData.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/blankGrid.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/capCow.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/capSphere.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipArt.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipComb.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipImage.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipQuadraticCells.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipVolume.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipVolume2.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/clipVolume3.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/combStreamers.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/combStreamers2.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/coneResolution.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/constrainedDelaunay.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/contour2DAll.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/contour3DAll.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/contourCells.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/contourQuadraticCells.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/contoursToSurface.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/cowHair.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/cowHair2.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/createBFont.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/cursor3D.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/cutLoop.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/cylMap.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/cylindrical.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/dataSetSurfaceFilter.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/deciFranFace.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/deciPlane.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/dicer.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/dispPlot.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/edgePoints.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/eleState.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/extractPolyData.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/extractRectGrid.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/extractUGrid.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/extractVectors.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/extrudeCopyCD.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/fieldToPolyData.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/fieldToRGrid.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/fieldToSGrid.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/fieldToUGrid.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/geomFilter.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/glyph2D.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/hull.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/mergeFilter.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/motor.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/multipleIso.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/nacaBinary.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/officeStreamPoints.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/polyConn.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/probe.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/probeComb.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/progGlyphs.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/progGlyphsBySource.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/quadricCut.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/rectGrid.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/recursiveDC.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/reverseNormals.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/scalarColors.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/scalarConn.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/schwarz.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/shepards.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/skinOrder.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/smoothCyl.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/smoothCyl2.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/smoothMeshOnMesh.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/socbal.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/spatialRepAll.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/spherical.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/splitVectors.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/stereoDresdenMace.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/streamTracer.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/stripF.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/subDivideTetra.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/subPixelPositionMin.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/subdividePointData.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/teapotHulls.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/testDataSetTriangleFilter.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/testDataSetTriangleFilter2.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/testQuadricDecimation.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/testReflect.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/textureThreshold.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/triangularTCoords.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/triangularTexture.tcl X%%EXAMPLESDIR%%/Testing/Graphics/Tcl/warplens.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/BoxWidget.cxx X%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/ImagePlaneWidget.cxx X%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/PushTest.cxx X%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestImageTracerWidget.cxx X%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestImplicitPlaneWidget.cxx X%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestLineWidget.cxx X%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestPlaneWidget.cxx X%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestPointWidget.cxx X%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestScalarBarWidget.cxx X%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestSplineWidget.cxx X%%EXAMPLESDIR%%/Testing/Hybrid/Python/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/3DMorph.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/MassProperties.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/OverlayTextOnImage.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestBoxWidget.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestCaptionActor.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestGreedyTerrainDecimation.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestGridWarp3D.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestGridWarpCubic.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestGridWarpLinear.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestGridWarpNearest.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestICPTransform.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestImageStencilWithPolydata.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestInteractorEventRecorder.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestPCA.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestProcrustes.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestThinPlateWarp.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/TestThinPlateWarp3D.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/VRMLImporter.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/WarpPolyData.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/appendImplicitModel.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/appendImplicitModelNoBounds.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/banana.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/bore.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/camera.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/clipHex.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/clipPyramid.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/clipTet.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/clipWedge.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/cubeAxes.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/cursor3D.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/depthSort.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/earth.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/financialField2.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/financialField3.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/imageToPolyData.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/largeImageOffset.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/largeImageParallel.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/text.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/xyPlot.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/xyPlot2.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/xyPlot3.tcl X%%EXAMPLESDIR%%/Testing/Hybrid/Tcl/xyPlot4.tcl X%%EXAMPLESDIR%%/Testing/IO/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/IO/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/IO/Cxx/TestCompress.cxx X%%EXAMPLESDIR%%/Testing/IO/Cxx/TestXML.cxx X%%EXAMPLESDIR%%/Testing/IO/Tcl/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/IO/Tcl/ParticleReader.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/Plot3DScalars.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/Plot3DVectors.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/TestAVSucdReader.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/TestBMPReader.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/TestEmptyXML.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/TestImageWriters.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/TestJPEGReader.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/TestMHD.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/TestPLYReadWrite.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/TestPolygonWriters.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/TestTIFFReader.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/TestXYZMol.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/caffeine.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/dem.tcl X%%EXAMPLESDIR%%/Testing/IO/Tcl/gaussian.tcl X%%EXAMPLESDIR%%/Testing/Imaging/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Imaging/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Imaging/Cxx/ImportExport.cxx X%%EXAMPLESDIR%%/Testing/Imaging/Python/TestNumericArrayImageData.py X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ContinuousClose2D.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/IdealHighPass.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/LaplacianEdgeEnhance.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceColorWrap.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceInterpolationModes.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceInterpolationOblique.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceMirrorOblique.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceMirrorPad.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceOptimizationOff.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ReslicePermutations.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ReslicePermuteResample.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceWrapOblique.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/ResliceWrapPad.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/Spectrum.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAccumulate.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllBlends.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllBlendsFloat.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllFlips.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllLogic.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllMaskBits.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllMathematics.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAllShrinks.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAnisotropicDiffusion2D.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestAnisotropicDiffusion3D.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestBlendStencil.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestButterworthHighPass.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestButterworthLowPass.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestCache.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestChangeInformation.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestCheckerboard.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestCityBlockDistance.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestConvolve.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestCorrelation.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestDivergence.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestDotProduct.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestEuclideanDistance.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestEuclideanDistanceCached.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestEuclideanToPolar.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestFFTCorrelation.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestGradientMagnitude.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestGradientMagnitude2.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestHSIToRGB.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestHSVToRGB.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestHybridMedian2D.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestIdealLowPass.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestImageCanvas.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestInPlaceFilter.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestIslandRemoval2D.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestMapToRGBABlockStreaming.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestMapToWindowLevelColors.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestMapToWindowLevelColors2.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestMask2.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestMedian3D.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestNormalize.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestOpenClose3D.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestPermute.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestQuantizeTo16Colors.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestRange3D.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestResample.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestSeparableFilter.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestShiftScale.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestShiftScale2.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestSimpleImageExample.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestSkeleton2D.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestSobel2D.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestSobel3D.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestStencilWithFunction.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestStencilWithImage.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestThreshold.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestVariance3D.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestWipe.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/TestWrapPad.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/WindowLevelInterface.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/reconstructSurface.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/resampledTexture.tcl X%%EXAMPLESDIR%%/Testing/Imaging/Tcl/voxelModel.tcl X%%EXAMPLESDIR%%/Testing/Parallel/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Parallel/Cxx/.NoDartCoverage X%%EXAMPLESDIR%%/Testing/Parallel/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Parallel/Cxx/GenericCommunicator.cxx X%%EXAMPLESDIR%%/Testing/Parallel/Cxx/MPIGroups.cxx X%%EXAMPLESDIR%%/Testing/Parallel/Cxx/ParallelIso.cxx X%%EXAMPLESDIR%%/Testing/Parallel/Cxx/SocketClient.cxx X%%EXAMPLESDIR%%/Testing/Parallel/Cxx/SocketServer.cxx X%%EXAMPLESDIR%%/Testing/Parallel/Cxx/TestPStream.cxx X%%EXAMPLESDIR%%/Testing/Parallel/Cxx/TestSockets.py X%%EXAMPLESDIR%%/Testing/Parallel/Cxx/ThreadedCommunicator.cxx X%%EXAMPLESDIR%%/Testing/Parallel/Tcl/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Parallel/Tcl/RectOutline.tcl X%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestBranchExtentTranslator.tcl X%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestCutMaterial.tcl X%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestExtractVOI.tcl X%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestExtrudePiece.tcl X%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestImageStreamer.tcl X%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestPDataSetReaderGrid.tcl X%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestPImageWriter.tcl X%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestPProbe.tcl X%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestPolyDataPieces.tcl X%%EXAMPLESDIR%%/Testing/Parallel/Tcl/TestUnstructuredPieces.tcl X%%EXAMPLESDIR%%/Testing/Patented/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Patented/Tcl/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Patented/Tcl/CompareContour.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/TestGridSynchronizedTemplates3D.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/TestImageMarchingCubes.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/TestMarchingSquares.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/TestRectilinearSynchronizedTemplates.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/TestSynchronizedTemplates2D.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/TestSynchronizedTemplates3D.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/contour2DAll.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/dcubes.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/deciBrain.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/deciBrainErrors.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/financialField.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/genHead.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/headBone.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/iceCream.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/imageMCAll.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/mcubes.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/nc.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/sweepAuto.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/sweptVtk.tcl X%%EXAMPLESDIR%%/Testing/Patented/Tcl/sync3dAll.tcl X%%EXAMPLESDIR%%/Testing/Rendering/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Rendering/Cxx/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Rendering/Cxx/TimeRenderer.cxx X%%EXAMPLESDIR%%/Testing/Rendering/Cxx/TimeRenderer2.cxx X%%EXAMPLESDIR%%/Testing/Rendering/Cxx/otherCoordinate.cxx X%%EXAMPLESDIR%%/Testing/Rendering/Python/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Rendering/Python/TestTkRenderWidget.py X%%EXAMPLESDIR%%/Testing/Rendering/Python/TestTkRenderWindowInteractor.py X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/CMakeLists.txt X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/CamBlur.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/ImageActor.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/MesaText.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/ScalarBar.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestBunykRayCastFunction.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestFlyTo.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestFreetypeTextMapper.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestFreetypeTextMapperBigger.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestFreetypeTextOverlay.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestInteractorStyleTerrain.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestLODProp3D.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestOnePoint.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestParallelCoordinates.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleBase.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleBaseSpike.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleJoystickActor.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleJoystickCamera.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleRubberBandZoom.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleTerrain.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleTrackballActor.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleTrackballCamera.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestTiling.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/assembly.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/cells.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/labeledContours.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/labeledMesh.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/multiLineText.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/pickCells.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/propAssembly.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/rendererSource.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/rotations.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/volRCClipPlanes.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/volRCCropRegions.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/volRCRotateClip.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/volTM2DCropRegions.tcl X%%EXAMPLESDIR%%/Testing/Rendering/Tcl/volTM2DRotateClip.tcl X@dirrm %%EXAMPLESDIR%%/Testing/Rendering/Tcl X@dirrm %%EXAMPLESDIR%%/Testing/Rendering/Python X@dirrm %%EXAMPLESDIR%%/Testing/Rendering/Cxx X@dirrm %%EXAMPLESDIR%%/Testing/Rendering X@dirrm %%EXAMPLESDIR%%/Testing/Patented/Tcl X@dirrm %%EXAMPLESDIR%%/Testing/Patented X@dirrm %%EXAMPLESDIR%%/Testing/Parallel/Tcl X@dirrm %%EXAMPLESDIR%%/Testing/Parallel/Cxx X@dirrm %%EXAMPLESDIR%%/Testing/Parallel X@dirrm %%EXAMPLESDIR%%/Testing/Imaging/Tcl X@dirrm %%EXAMPLESDIR%%/Testing/Imaging/Python X@dirrm %%EXAMPLESDIR%%/Testing/Imaging/Cxx X@dirrm %%EXAMPLESDIR%%/Testing/Imaging X@dirrm %%EXAMPLESDIR%%/Testing/IO/Tcl X@dirrm %%EXAMPLESDIR%%/Testing/IO/Cxx X@dirrm %%EXAMPLESDIR%%/Testing/IO X@dirrm %%EXAMPLESDIR%%/Testing/Hybrid/Tcl X@dirrm %%EXAMPLESDIR%%/Testing/Hybrid/Python X@dirrm %%EXAMPLESDIR%%/Testing/Hybrid/Cxx X@dirrm %%EXAMPLESDIR%%/Testing/Hybrid X@dirrm %%EXAMPLESDIR%%/Testing/Graphics/Tcl X@dirrm %%EXAMPLESDIR%%/Testing/Graphics/Python X@dirrm %%EXAMPLESDIR%%/Testing/Graphics/Cxx X@dirrm %%EXAMPLESDIR%%/Testing/Graphics X@dirrm %%EXAMPLESDIR%%/Testing/Filtering/Tcl X@dirrm %%EXAMPLESDIR%%/Testing/Filtering/Cxx X@dirrm %%EXAMPLESDIR%%/Testing/Filtering X@dirrm %%EXAMPLESDIR%%/Testing/Common/Tcl X@dirrm %%EXAMPLESDIR%%/Testing/Common/Python X@dirrm %%EXAMPLESDIR%%/Testing/Common/Install X@dirrm %%EXAMPLESDIR%%/Testing/Common/Cxx X@dirrm %%EXAMPLESDIR%%/Testing/Common X@unexec rmdir %D/%%EXAMPLESDIR%%/Testing 2>/dev/null || true X@dirrm %%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/VolumeRendering/Python X@dirrm %%EXAMPLESDIR%%/Examples/VolumeRendering X@dirrm %%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/VisualizationAlgorithms/Python X@dirrm %%EXAMPLESDIR%%/Examples/VisualizationAlgorithms X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step6/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step6/Python X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step6/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step6 X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step5/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step5/Python X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step5/Java X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step5/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step5 X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step4/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step4/Python X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step4/Java X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step4/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step4 X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step3/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step3/Python X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step3/Java X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step3/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step3 X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step2/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step2/Python X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step2/Java X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step2/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step2 X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step1/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step1/Python X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step1/Java X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step1/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step1 X@dirrm %%EXAMPLESDIR%%/Examples/Tutorial X@dirrm %%EXAMPLESDIR%%/Examples/Rendering/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/Rendering/Python X@dirrm %%EXAMPLESDIR%%/Examples/Rendering/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/Rendering X@dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/MPI/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/MPI/Python X@dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/MPI X@dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic X@dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing X@dirrm %%EXAMPLESDIR%%/Examples/MultiBlock/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/MultiBlock X@dirrm %%EXAMPLESDIR%%/Examples/Modelling/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/Modelling/Python X@dirrm %%EXAMPLESDIR%%/Examples/Modelling/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/Modelling X@dirrm %%EXAMPLESDIR%%/Examples/Medical/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/Medical/Python X@dirrm %%EXAMPLESDIR%%/Examples/Medical/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/Medical X@dirrm %%EXAMPLESDIR%%/Examples/MangledMesa/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/MangledMesa X@dirrm %%EXAMPLESDIR%%/Examples/ImageProcessing/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/ImageProcessing/Python X@dirrm %%EXAMPLESDIR%%/Examples/ImageProcessing X@dirrm %%EXAMPLESDIR%%/Examples/IO/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/IO/Python X@dirrm %%EXAMPLESDIR%%/Examples/IO X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI/res X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkSDI X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI/res X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC/vtkMDI X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkMFC X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/ProjectDemo X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland/Package X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/vtkBorland X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/SimpleCxx X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC/res X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32/SampleMFC X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Win32 X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Python X@dirrm %%EXAMPLESDIR%%/Examples/GUI/Motif X@dirrm %%EXAMPLESDIR%%/Examples/GUI X@dirrm %%EXAMPLESDIR%%/Examples/DataManipulation/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/DataManipulation/Python X@dirrm %%EXAMPLESDIR%%/Examples/DataManipulation/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/DataManipulation X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmyunsorted X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmyimaging X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmycommon X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmy X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities/Doxygen X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Imaging X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/Ex2 X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx/Ex1 X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Common X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkLocal/Testing/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkLocal/Testing X@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkLocal X@dirrm %%EXAMPLESDIR%%/Examples/Build X@dirrm %%EXAMPLESDIR%%/Examples/Annotation/Tcl X@dirrm %%EXAMPLESDIR%%/Examples/Annotation/Python X@dirrm %%EXAMPLESDIR%%/Examples/Annotation X@dirrm %%EXAMPLESDIR%%/Examples/AMR/Cxx X@dirrm %%EXAMPLESDIR%%/Examples/AMR X@dirrm %%EXAMPLESDIR%%/Examples X@unexec rmdir %D/%%EXAMPLESDIR%% 2>/dev/null || true X@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true END-of-math/vtk-examples/pkg-plist echo c - math/vtk-headers mkdir -p math/vtk-headers > /dev/null 2>&1 echo x - math/vtk-headers/Makefile sed 's/^X//' >math/vtk-headers/Makefile << 'END-of-math/vtk-headers/Makefile' X# New ports collection makefile for: vtk-headers X# Date created: 10 Oct 2003 X# Whom: Mykola Khotyaintsev X# X# $FreeBSD: ports/math/vtk-headers/Makefile,v 1.3 2004/11/07 10:54:36 pav Exp $ X# X XPKGNAMESUFFIX= -headers X XCOMMENT= The Visualization Toolkit C++ headers, CMake includes, Doxygen X XMASTERDIR= ${.CURDIR}/../vtk X X.include "${MASTERDIR}/Makefile" X Xpost-patch: X# @${REINPLACE_CMD} -E 's|^.*LOAD_CMAKE_EXTENSIONS|#|g' \ X# ${VTKSRCDIR}/VTKConfig.cmake.in ${VTKSRCDIR}/UseVTK.cmake.in X @${REINPLACE_CMD} -E 's|lib/vtk\)|lib\)|g ; s|lib/vtk/doxygen|share/vtk/doxygen| ; s|lib/vtk/testing/HeaderTesting.py|share/examples/vtk/Testing/Common/HeaderTesting.py| ; s|lib/vtk/testing|share/examples/vtk/Testing/Common/Tcl|g' \ X ${VTKSRCDIR}/vtkGenerateVTKConfig.cmake X @${REINPLACE_CMD} -E 's|lib/vtk/doxygen|share/vtk/doxygen|g' \ X ${VTKSRCDIR}/Utilities/Doxygen/CMakeLists.txt X Xdo-build: X# cd ${WRKSRC}/CMake ; ${MAKE} X Xdo-install: install-cnotice X @${ECHO_MSG} "Installing headers to ${PREFIX}/include/vtk ..." X ${MKDIR} ${PREFIX}/include/vtk X.for i in ${VTK_KITS} X @${INSTALL_DATA} ${VTKSRCDIR}/${i}/*.h ${PREFIX}/include/vtk X.endfor X @${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/vtk X @${MKDIR} ${PREFIX}/include/vtk/vtkstd X @${INSTALL_DATA} ${WRKSRC}/vtkstd/* ${PREFIX}/include/vtk/vtkstd X @${MKDIR} ${PREFIX}/include/vtk/DICOMParser X @${INSTALL_DATA} ${VTKSRCDIR}/Utilities/DICOMParser/*.h ${PREFIX}/include/vtk/DICOMParser X @${INSTALL_DATA} ${WRKSRC}/Utilities/DICOMParser/*.h ${PREFIX}/include/vtk/DICOMParser X X @${ECHO_MSG} "Installing CMake includes to ${PREFIX}/lib/vtk ..." X @${MKDIR} ${PREFIX}/lib/vtk X.for i in Utilities/VTKConfig UseVTK VTKBuildSettings VTKLibraryDepends X @${ECHO_MSG} "Installing ${i}.cmake ..." X @${INSTALL_DATA} ${WRKSRC}/${i}.cmake ${PREFIX}/lib/vtk X.endfor X @${MKDIR} ${PREFIX}/lib/vtk/CMake X @${ECHO_MSG} "Installing vtkLoadCMakeExtensions.cmake ..." X @${INSTALL_DATA} ${VTKSRCDIR}/CMake/vtkLoadCMakeExtensions.cmake ${PREFIX}/lib/vtk/CMake X X @${ECHO_MSG} "Installing CMake extensions to ${PREFIX}/lib/vtk/CMake :" X.for i in GENERATE_JAVA_DEPENDENCIES MAKE_INSTANTIATOR2 WRAP_JAVA2 WRAP_PYTHON2 WRAP_TCL2 X @${ECHO_MSG} "Installing libcmVTK_${i}.so ..." X @${INSTALL_DATA} ${WRKSRC}/CMake/libcmVTK_${i}.so ${PREFIX}/lib/vtk/CMake X.endfor X X @${ECHO_MSG} "Installing Doxygen to ${PREFIX}/share/vtk/doxygen :" X @cd ${WRKSRC}/Utilities/Doxygen ; ${MAKE} install X X.include END-of-math/vtk-headers/Makefile echo x - math/vtk-headers/pkg-plist sed 's/^X//' >math/vtk-headers/pkg-plist << 'END-of-math/vtk-headers/pkg-plist' Xinclude/vtk/DICOMParser/DICOMAppHelper.h Xinclude/vtk/DICOMParser/DICOMCMakeConfig.h Xinclude/vtk/DICOMParser/DICOMCallback.h Xinclude/vtk/DICOMParser/DICOMConfig.h Xinclude/vtk/DICOMParser/DICOMFile.h Xinclude/vtk/DICOMParser/DICOMParser.h Xinclude/vtk/DICOMParser/DICOMParserMap.h Xinclude/vtk/DICOMParser/DICOMTypes.h Xinclude/vtk/vtk3DS.h Xinclude/vtk/vtk3DSImporter.h Xinclude/vtk/vtk3DWidget.h Xinclude/vtk/vtkAMRBox.h Xinclude/vtk/vtkAVSucdReader.h Xinclude/vtk/vtkAbstractMapper.h Xinclude/vtk/vtkAbstractMapper3D.h Xinclude/vtk/vtkAbstractPicker.h Xinclude/vtk/vtkAbstractPropPicker.h Xinclude/vtk/vtkAbstractTransform.h Xinclude/vtk/vtkAbstractVolumeMapper.h Xinclude/vtk/vtkActor.h Xinclude/vtk/vtkActor2D.h Xinclude/vtk/vtkActor2DCollection.h Xinclude/vtk/vtkActorCollection.h Xinclude/vtk/vtkAmoebaMinimizer.h Xinclude/vtk/vtkAppendFilter.h Xinclude/vtk/vtkAppendPolyData.h Xinclude/vtk/vtkApplyFilterCommand.h Xinclude/vtk/vtkApplyFilterCommandInternal.h Xinclude/vtk/vtkApproximatingSubdivisionFilter.h Xinclude/vtk/vtkArcPlotter.h Xinclude/vtk/vtkArrayCalculator.h Xinclude/vtk/vtkArrowSource.h Xinclude/vtk/vtkAssembly.h Xinclude/vtk/vtkAssemblyNode.h Xinclude/vtk/vtkAssemblyPath.h Xinclude/vtk/vtkAssemblyPaths.h Xinclude/vtk/vtkAssignAttribute.h Xinclude/vtk/vtkAttributeDataToFieldDataFilter.h Xinclude/vtk/vtkAxes.h Xinclude/vtk/vtkAxisActor2D.h Xinclude/vtk/vtkBMPReader.h Xinclude/vtk/vtkBMPWriter.h Xinclude/vtk/vtkBYUReader.h Xinclude/vtk/vtkBYUWriter.h Xinclude/vtk/vtkBandedPolyDataContourFilter.h Xinclude/vtk/vtkBase64InputStream.h Xinclude/vtk/vtkBase64OutputStream.h Xinclude/vtk/vtkBase64Utilities.h Xinclude/vtk/vtkBitArray.h Xinclude/vtk/vtkBlankStructuredGrid.h Xinclude/vtk/vtkBlankStructuredGridWithImage.h Xinclude/vtk/vtkBooleanTexture.h Xinclude/vtk/vtkBox.h Xinclude/vtk/vtkBoxWidget.h Xinclude/vtk/vtkBranchExtentTranslator.h Xinclude/vtk/vtkBrownianPoints.h Xinclude/vtk/vtkButterflySubdivisionFilter.h Xinclude/vtk/vtkButtonSource.h Xinclude/vtk/vtkByteSwap.h Xinclude/vtk/vtkCGMWriter.h Xinclude/vtk/vtkCallbackCommand.h Xinclude/vtk/vtkCamera.h Xinclude/vtk/vtkCaptionActor2D.h Xinclude/vtk/vtkCarbonRenderWindow.h Xinclude/vtk/vtkCarbonRenderWindowInteractor.h Xinclude/vtk/vtkCardinalSpline.h Xinclude/vtk/vtkCastToConcrete.h Xinclude/vtk/vtkCell.h Xinclude/vtk/vtkCell3D.h Xinclude/vtk/vtkCellArray.h Xinclude/vtk/vtkCellCenters.h Xinclude/vtk/vtkCellData.h Xinclude/vtk/vtkCellDataToPointData.h Xinclude/vtk/vtkCellDerivatives.h Xinclude/vtk/vtkCellLinks.h Xinclude/vtk/vtkCellLocator.h Xinclude/vtk/vtkCellPicker.h Xinclude/vtk/vtkCellType.h Xinclude/vtk/vtkCellTypes.h Xinclude/vtk/vtkCharArray.h Xinclude/vtk/vtkCleanPolyData.h Xinclude/vtk/vtkClipDataSet.h Xinclude/vtk/vtkClipPolyData.h Xinclude/vtk/vtkClipVolume.h Xinclude/vtk/vtkCocoaGLView.h Xinclude/vtk/vtkCocoaRenderWindow.h Xinclude/vtk/vtkCocoaRenderWindowInteractor.h Xinclude/vtk/vtkCocoaWindow.h Xinclude/vtk/vtkCollectPolyData.h Xinclude/vtk/vtkCollection.h Xinclude/vtk/vtkCollectionIterator.h Xinclude/vtk/vtkColorTransferFunction.h Xinclude/vtk/vtkCommand.h Xinclude/vtk/vtkCommonInstantiator.h Xinclude/vtk/vtkCommunicator.h Xinclude/vtk/vtkCompositeDataCommand.h Xinclude/vtk/vtkCompositeDataIterator.h Xinclude/vtk/vtkCompositeDataSet.h Xinclude/vtk/vtkCompositeDataVisitor.h Xinclude/vtk/vtkCompositeManager.h Xinclude/vtk/vtkCompositeRenderManager.h Xinclude/vtk/vtkCompositer.h Xinclude/vtk/vtkCompressCompositer.h Xinclude/vtk/vtkCone.h Xinclude/vtk/vtkConeSource.h Xinclude/vtk/vtkConfigure.h Xinclude/vtk/vtkConnectivityFilter.h Xinclude/vtk/vtkContourFilter.h Xinclude/vtk/vtkContourGrid.h Xinclude/vtk/vtkContourValues.h Xinclude/vtk/vtkConvexPointSet.h Xinclude/vtk/vtkCoordinate.h Xinclude/vtk/vtkCriticalSection.h Xinclude/vtk/vtkCubeAxesActor2D.h Xinclude/vtk/vtkCubeSource.h Xinclude/vtk/vtkCuller.h Xinclude/vtk/vtkCullerCollection.h Xinclude/vtk/vtkCursor3D.h Xinclude/vtk/vtkCurvatures.h Xinclude/vtk/vtkCutMaterial.h Xinclude/vtk/vtkCutter.h Xinclude/vtk/vtkCylinder.h Xinclude/vtk/vtkCylinderSource.h Xinclude/vtk/vtkCylindricalTransform.h Xinclude/vtk/vtkDEMReader.h Xinclude/vtk/vtkDICOMImageReader.h Xinclude/vtk/vtkDashedStreamLine.h Xinclude/vtk/vtkDataArray.h Xinclude/vtk/vtkDataArrayCollection.h Xinclude/vtk/vtkDataArrayCollectionIterator.h Xinclude/vtk/vtkDataArraySelection.h Xinclude/vtk/vtkDataArrayTemplate.h Xinclude/vtk/vtkDataCompressor.h Xinclude/vtk/vtkDataObject.h Xinclude/vtk/vtkDataObjectCollection.h Xinclude/vtk/vtkDataObjectReader.h Xinclude/vtk/vtkDataObjectSource.h Xinclude/vtk/vtkDataObjectToDataSetFilter.h Xinclude/vtk/vtkDataObjectWriter.h Xinclude/vtk/vtkDataReader.h Xinclude/vtk/vtkDataSet.h Xinclude/vtk/vtkDataSetAttributes.h Xinclude/vtk/vtkDataSetCollection.h Xinclude/vtk/vtkDataSetMapper.h Xinclude/vtk/vtkDataSetReader.h Xinclude/vtk/vtkDataSetSource.h Xinclude/vtk/vtkDataSetSurfaceFilter.h Xinclude/vtk/vtkDataSetToDataObjectFilter.h Xinclude/vtk/vtkDataSetToDataSetFilter.h Xinclude/vtk/vtkDataSetToImageFilter.h Xinclude/vtk/vtkDataSetToPolyDataFilter.h Xinclude/vtk/vtkDataSetToStructuredGridFilter.h Xinclude/vtk/vtkDataSetToStructuredPointsFilter.h Xinclude/vtk/vtkDataSetToUnstructuredGridFilter.h Xinclude/vtk/vtkDataSetTriangleFilter.h Xinclude/vtk/vtkDataSetWriter.h Xinclude/vtk/vtkDataWriter.h Xinclude/vtk/vtkDebugLeaks.h Xinclude/vtk/vtkDebugLeaksManager.h Xinclude/vtk/vtkDecimate.h Xinclude/vtk/vtkDecimatePro.h Xinclude/vtk/vtkDelaunay2D.h Xinclude/vtk/vtkDelaunay3D.h Xinclude/vtk/vtkDepthSortPolyData.h Xinclude/vtk/vtkDicer.h Xinclude/vtk/vtkDirectionEncoder.h Xinclude/vtk/vtkDirectory.h Xinclude/vtk/vtkDiskSource.h Xinclude/vtk/vtkDistributedStreamTracer.h Xinclude/vtk/vtkDividingCubes.h Xinclude/vtk/vtkDoubleArray.h Xinclude/vtk/vtkDummyController.h Xinclude/vtk/vtkDuplicatePolyData.h Xinclude/vtk/vtkDynamicLoader.h Xinclude/vtk/vtkEarthSource.h Xinclude/vtk/vtkEdgePoints.h Xinclude/vtk/vtkEdgeTable.h Xinclude/vtk/vtkElevationFilter.h Xinclude/vtk/vtkEmptyCell.h Xinclude/vtk/vtkEnSight6BinaryReader.h Xinclude/vtk/vtkEnSight6Reader.h Xinclude/vtk/vtkEnSightGoldBinaryReader.h Xinclude/vtk/vtkEnSightGoldReader.h Xinclude/vtk/vtkEnSightMasterServerReader.h Xinclude/vtk/vtkEnSightReader.h Xinclude/vtk/vtkEncodedGradientEstimator.h Xinclude/vtk/vtkEncodedGradientShader.h Xinclude/vtk/vtkErrorCode.h Xinclude/vtk/vtkExplicitCell.h Xinclude/vtk/vtkExporter.h Xinclude/vtk/vtkExtentSplitter.h Xinclude/vtk/vtkExtentTranslator.h Xinclude/vtk/vtkExtractEdges.h Xinclude/vtk/vtkExtractGeometry.h Xinclude/vtk/vtkExtractGrid.h Xinclude/vtk/vtkExtractPolyDataGeometry.h Xinclude/vtk/vtkExtractPolyDataPiece.h Xinclude/vtk/vtkExtractRectilinearGrid.h Xinclude/vtk/vtkExtractTensorComponents.h Xinclude/vtk/vtkExtractUnstructuredGrid.h Xinclude/vtk/vtkExtractUnstructuredGridPiece.h Xinclude/vtk/vtkExtractVOI.h Xinclude/vtk/vtkExtractVectorComponents.h Xinclude/vtk/vtkFeatureEdges.h Xinclude/vtk/vtkFieldData.h Xinclude/vtk/vtkFieldDataToAttributeDataFilter.h Xinclude/vtk/vtkFileOutputWindow.h Xinclude/vtk/vtkFilteringInstantiator.h Xinclude/vtk/vtkFiniteDifferenceGradientEstimator.h Xinclude/vtk/vtkFloatArray.h Xinclude/vtk/vtkFollower.h Xinclude/vtk/vtkFreeTypeFontCache.h Xinclude/vtk/vtkFrustumCoverageCuller.h Xinclude/vtk/vtkFunctionParser.h Xinclude/vtk/vtkFunctionSet.h Xinclude/vtk/vtkGESignaReader.h Xinclude/vtk/vtkGL2PSExporter.h Xinclude/vtk/vtkGaussianCubeReader.h Xinclude/vtk/vtkGaussianSplatter.h Xinclude/vtk/vtkGeneralTransform.h Xinclude/vtk/vtkGenericCell.h Xinclude/vtk/vtkGenericEnSightReader.h Xinclude/vtk/vtkGenericRenderWindowInteractor.h Xinclude/vtk/vtkGeometryFilter.h Xinclude/vtk/vtkGlyph2D.h Xinclude/vtk/vtkGlyph3D.h Xinclude/vtk/vtkGlyphSource2D.h Xinclude/vtk/vtkGraphLayoutFilter.h Xinclude/vtk/vtkGraphicsFactory.h Xinclude/vtk/vtkGraphicsInstantiator.h Xinclude/vtk/vtkGreedyTerrainDecimation.h Xinclude/vtk/vtkGridSynchronizedTemplates3D.h Xinclude/vtk/vtkGridTransform.h Xinclude/vtk/vtkHeap.h Xinclude/vtk/vtkHedgeHog.h Xinclude/vtk/vtkHexahedron.h Xinclude/vtk/vtkHierarchicalBoxApplyFilterCommand.h Xinclude/vtk/vtkHierarchicalBoxCellDataToPointData.h Xinclude/vtk/vtkHierarchicalBoxContour.h Xinclude/vtk/vtkHierarchicalBoxCutter.h Xinclude/vtk/vtkHierarchicalBoxDataSet.h Xinclude/vtk/vtkHierarchicalBoxDataSetInternal.h Xinclude/vtk/vtkHierarchicalBoxOutlineFilter.h Xinclude/vtk/vtkHierarchicalBoxSource.h Xinclude/vtk/vtkHierarchicalBoxToHierarchicalBoxFilter.h Xinclude/vtk/vtkHierarchicalBoxToPolyDataFilter.h Xinclude/vtk/vtkHierarchicalBoxVisitor.h Xinclude/vtk/vtkHierarchicalDataIterator.h Xinclude/vtk/vtkHierarchicalDataSet.h Xinclude/vtk/vtkHierarchicalDataSetInternal.h Xinclude/vtk/vtkHomogeneousTransform.h Xinclude/vtk/vtkHull.h Xinclude/vtk/vtkHybridInstantiator.h Xinclude/vtk/vtkHyperStreamline.h Xinclude/vtk/vtkIOInstantiator.h Xinclude/vtk/vtkIOStream.h Xinclude/vtk/vtkIOStreamFwd.h Xinclude/vtk/vtkIVExporter.h Xinclude/vtk/vtkIVWriter.h Xinclude/vtk/vtkIdFilter.h Xinclude/vtk/vtkIdList.h Xinclude/vtk/vtkIdListCollection.h Xinclude/vtk/vtkIdType.h Xinclude/vtk/vtkIdTypeArray.h Xinclude/vtk/vtkIdentityTransform.h Xinclude/vtk/vtkImageAccumulate.h Xinclude/vtk/vtkImageActor.h Xinclude/vtk/vtkImageAnisotropicDiffusion2D.h Xinclude/vtk/vtkImageAnisotropicDiffusion3D.h Xinclude/vtk/vtkImageAppend.h Xinclude/vtk/vtkImageAppendComponents.h Xinclude/vtk/vtkImageBlend.h Xinclude/vtk/vtkImageBlockReader.h Xinclude/vtk/vtkImageBlockWriter.h Xinclude/vtk/vtkImageButterworthHighPass.h Xinclude/vtk/vtkImageButterworthLowPass.h Xinclude/vtk/vtkImageCacheFilter.h Xinclude/vtk/vtkImageCanvasSource2D.h Xinclude/vtk/vtkImageCast.h Xinclude/vtk/vtkImageChangeInformation.h Xinclude/vtk/vtkImageCheckerboard.h Xinclude/vtk/vtkImageCityBlockDistance.h Xinclude/vtk/vtkImageClip.h Xinclude/vtk/vtkImageConnector.h Xinclude/vtk/vtkImageConstantPad.h Xinclude/vtk/vtkImageContinuousDilate3D.h Xinclude/vtk/vtkImageContinuousErode3D.h Xinclude/vtk/vtkImageConvolve.h Xinclude/vtk/vtkImageCorrelation.h Xinclude/vtk/vtkImageCursor3D.h Xinclude/vtk/vtkImageData.h Xinclude/vtk/vtkImageDataGeometryFilter.h Xinclude/vtk/vtkImageDataStreamer.h Xinclude/vtk/vtkImageDecomposeFilter.h Xinclude/vtk/vtkImageDifference.h Xinclude/vtk/vtkImageDilateErode3D.h Xinclude/vtk/vtkImageDivergence.h Xinclude/vtk/vtkImageDotProduct.h Xinclude/vtk/vtkImageEllipsoidSource.h Xinclude/vtk/vtkImageEuclideanDistance.h Xinclude/vtk/vtkImageEuclideanToPolar.h Xinclude/vtk/vtkImageExport.h Xinclude/vtk/vtkImageExtractComponents.h Xinclude/vtk/vtkImageFFT.h Xinclude/vtk/vtkImageFlip.h Xinclude/vtk/vtkImageFourierCenter.h Xinclude/vtk/vtkImageFourierFilter.h Xinclude/vtk/vtkImageGaussianSmooth.h Xinclude/vtk/vtkImageGaussianSource.h Xinclude/vtk/vtkImageGradient.h Xinclude/vtk/vtkImageGradientMagnitude.h Xinclude/vtk/vtkImageGridSource.h Xinclude/vtk/vtkImageHSIToRGB.h Xinclude/vtk/vtkImageHSVToRGB.h Xinclude/vtk/vtkImageHybridMedian2D.h Xinclude/vtk/vtkImageIdealHighPass.h Xinclude/vtk/vtkImageIdealLowPass.h Xinclude/vtk/vtkImageImport.h Xinclude/vtk/vtkImageInPlaceFilter.h Xinclude/vtk/vtkImageIslandRemoval2D.h Xinclude/vtk/vtkImageIterateFilter.h Xinclude/vtk/vtkImageIterator.h Xinclude/vtk/vtkImageLaplacian.h Xinclude/vtk/vtkImageLogarithmicScale.h Xinclude/vtk/vtkImageLogic.h Xinclude/vtk/vtkImageLuminance.h Xinclude/vtk/vtkImageMagnify.h Xinclude/vtk/vtkImageMagnitude.h Xinclude/vtk/vtkImageMandelbrotSource.h Xinclude/vtk/vtkImageMapToColors.h Xinclude/vtk/vtkImageMapToRGBA.h Xinclude/vtk/vtkImageMapToWindowLevelColors.h Xinclude/vtk/vtkImageMapper.h Xinclude/vtk/vtkImageMarchingCubes.h Xinclude/vtk/vtkImageMask.h Xinclude/vtk/vtkImageMaskBits.h Xinclude/vtk/vtkImageMathematics.h Xinclude/vtk/vtkImageMedian3D.h Xinclude/vtk/vtkImageMirrorPad.h Xinclude/vtk/vtkImageMultipleInputFilter.h Xinclude/vtk/vtkImageMultipleInputOutputFilter.h Xinclude/vtk/vtkImageNoiseSource.h Xinclude/vtk/vtkImageNonMaximumSuppression.h Xinclude/vtk/vtkImageNormalize.h Xinclude/vtk/vtkImageOpenClose3D.h Xinclude/vtk/vtkImagePadFilter.h Xinclude/vtk/vtkImagePermute.h Xinclude/vtk/vtkImagePlaneWidget.h Xinclude/vtk/vtkImageProgressIterator.h Xinclude/vtk/vtkImageQuantizeRGBToIndex.h Xinclude/vtk/vtkImageRFFT.h Xinclude/vtk/vtkImageRGBToHSI.h Xinclude/vtk/vtkImageRGBToHSV.h Xinclude/vtk/vtkImageRange3D.h Xinclude/vtk/vtkImageReader.h Xinclude/vtk/vtkImageReader2.h Xinclude/vtk/vtkImageReader2Collection.h Xinclude/vtk/vtkImageReader2Factory.h Xinclude/vtk/vtkImageRectilinearWipe.h Xinclude/vtk/vtkImageResample.h Xinclude/vtk/vtkImageReslice.h Xinclude/vtk/vtkImageSeedConnectivity.h Xinclude/vtk/vtkImageSeparableConvolution.h Xinclude/vtk/vtkImageShiftScale.h Xinclude/vtk/vtkImageShrink3D.h Xinclude/vtk/vtkImageSinusoidSource.h Xinclude/vtk/vtkImageSkeleton2D.h Xinclude/vtk/vtkImageSobel2D.h Xinclude/vtk/vtkImageSobel3D.h Xinclude/vtk/vtkImageSource.h Xinclude/vtk/vtkImageSpatialFilter.h Xinclude/vtk/vtkImageStencil.h Xinclude/vtk/vtkImageStencilData.h Xinclude/vtk/vtkImageStencilSource.h Xinclude/vtk/vtkImageThreshold.h Xinclude/vtk/vtkImageToImageFilter.h Xinclude/vtk/vtkImageToImageStencil.h Xinclude/vtk/vtkImageToPolyDataFilter.h Xinclude/vtk/vtkImageToStructuredPoints.h Xinclude/vtk/vtkImageTracerWidget.h Xinclude/vtk/vtkImageTranslateExtent.h Xinclude/vtk/vtkImageTwoInputFilter.h Xinclude/vtk/vtkImageVariance3D.h Xinclude/vtk/vtkImageViewer.h Xinclude/vtk/vtkImageViewer2.h Xinclude/vtk/vtkImageWrapPad.h Xinclude/vtk/vtkImageWriter.h Xinclude/vtk/vtkImagingFactory.h Xinclude/vtk/vtkImagingInstantiator.h Xinclude/vtk/vtkImplicitBoolean.h Xinclude/vtk/vtkImplicitDataSet.h Xinclude/vtk/vtkImplicitFunction.h Xinclude/vtk/vtkImplicitFunctionCollection.h Xinclude/vtk/vtkImplicitFunctionToImageStencil.h Xinclude/vtk/vtkImplicitModeller.h Xinclude/vtk/vtkImplicitPlaneWidget.h Xinclude/vtk/vtkImplicitSelectionLoop.h Xinclude/vtk/vtkImplicitSum.h Xinclude/vtk/vtkImplicitTextureCoords.h Xinclude/vtk/vtkImplicitVolume.h Xinclude/vtk/vtkImplicitWindowFunction.h Xinclude/vtk/vtkImporter.h Xinclude/vtk/vtkIndent.h Xinclude/vtk/vtkInitialValueProblemSolver.h Xinclude/vtk/vtkInputPort.h Xinclude/vtk/vtkInputStream.h Xinclude/vtk/vtkInstantiator.h Xinclude/vtk/vtkIntArray.h Xinclude/vtk/vtkInteractorEventRecorder.h Xinclude/vtk/vtkInteractorObserver.h Xinclude/vtk/vtkInteractorStyle.h Xinclude/vtk/vtkInteractorStyleFlight.h Xinclude/vtk/vtkInteractorStyleImage.h Xinclude/vtk/vtkInteractorStyleJoystickActor.h Xinclude/vtk/vtkInteractorStyleJoystickCamera.h Xinclude/vtk/vtkInteractorStyleRubberBandZoom.h Xinclude/vtk/vtkInteractorStyleSwitch.h Xinclude/vtk/vtkInteractorStyleTerrain.h Xinclude/vtk/vtkInteractorStyleTrackball.h Xinclude/vtk/vtkInteractorStyleTrackballActor.h Xinclude/vtk/vtkInteractorStyleTrackballCamera.h Xinclude/vtk/vtkInteractorStyleUnicam.h Xinclude/vtk/vtkInteractorStyleUser.h Xinclude/vtk/vtkInterpolateDataSetAttributes.h Xinclude/vtk/vtkInterpolatedVelocityField.h Xinclude/vtk/vtkInterpolatingSubdivisionFilter.h Xinclude/vtk/vtkIterativeClosestPointTransform.h Xinclude/vtk/vtkJPEGReader.h Xinclude/vtk/vtkJPEGWriter.h Xinclude/vtk/vtkJavaAwt.h Xinclude/vtk/vtkJavaUtil.h Xinclude/vtk/vtkKitwareContourFilter.h Xinclude/vtk/vtkKitwareCutter.h Xinclude/vtk/vtkKitwareObjectFactory.h Xinclude/vtk/vtkKochanekSpline.h Xinclude/vtk/vtkLODActor.h Xinclude/vtk/vtkLODProp3D.h Xinclude/vtk/vtkLabeledDataMapper.h Xinclude/vtk/vtkLandmarkTransform.h Xinclude/vtk/vtkLargeInteger.h Xinclude/vtk/vtkLegendBoxActor.h Xinclude/vtk/vtkLight.h Xinclude/vtk/vtkLightCollection.h Xinclude/vtk/vtkLightKit.h Xinclude/vtk/vtkLine.h Xinclude/vtk/vtkLineSource.h Xinclude/vtk/vtkLineWidget.h Xinclude/vtk/vtkLinearExtrusionFilter.h Xinclude/vtk/vtkLinearSubdivisionFilter.h Xinclude/vtk/vtkLinearTransform.h Xinclude/vtk/vtkLinkEdgels.h Xinclude/vtk/vtkLocator.h Xinclude/vtk/vtkLogLookupTable.h Xinclude/vtk/vtkLongArray.h Xinclude/vtk/vtkLookupTable.h Xinclude/vtk/vtkLoopSubdivisionFilter.h Xinclude/vtk/vtkMCubesReader.h Xinclude/vtk/vtkMCubesWriter.h Xinclude/vtk/vtkMILVideoSource.h Xinclude/vtk/vtkMPI.h Xinclude/vtk/vtkMPICommunicator.h Xinclude/vtk/vtkMPIController.h Xinclude/vtk/vtkMPIEventLog.h Xinclude/vtk/vtkMPIGroup.h Xinclude/vtk/vtkMapper.h Xinclude/vtk/vtkMapper2D.h Xinclude/vtk/vtkMapperCollection.h Xinclude/vtk/vtkMarchingContourFilter.h Xinclude/vtk/vtkMarchingCubes.h Xinclude/vtk/vtkMarchingCubesCases.h Xinclude/vtk/vtkMarchingSquares.h Xinclude/vtk/vtkMarchingSquaresCases.h Xinclude/vtk/vtkMaskFields.h Xinclude/vtk/vtkMaskPoints.h Xinclude/vtk/vtkMaskPolyData.h Xinclude/vtk/vtkMassProperties.h Xinclude/vtk/vtkMath.h Xinclude/vtk/vtkMatrix4x4.h Xinclude/vtk/vtkMatrixToHomogeneousTransform.h Xinclude/vtk/vtkMatrixToLinearTransform.h Xinclude/vtk/vtkMedicalImageReader2.h Xinclude/vtk/vtkMemoryLimitImageDataStreamer.h Xinclude/vtk/vtkMergeDataObjectFilter.h Xinclude/vtk/vtkMergeFields.h Xinclude/vtk/vtkMergeFilter.h Xinclude/vtk/vtkMergePoints.h Xinclude/vtk/vtkMesaActor.h Xinclude/vtk/vtkMesaCamera.h Xinclude/vtk/vtkMesaFreeTypeTextMapper.h Xinclude/vtk/vtkMesaImageActor.h Xinclude/vtk/vtkMesaImageMapper.h Xinclude/vtk/vtkMesaLight.h Xinclude/vtk/vtkMesaPolyDataMapper.h Xinclude/vtk/vtkMesaPolyDataMapper2D.h Xinclude/vtk/vtkMesaProperty.h Xinclude/vtk/vtkMesaRayCastImageDisplayHelper.h Xinclude/vtk/vtkMesaRenderWindow.h Xinclude/vtk/vtkMesaRenderer.h Xinclude/vtk/vtkMesaTexture.h Xinclude/vtk/vtkMesaVolumeRayCastMapper.h Xinclude/vtk/vtkMesaVolumeTextureMapper2D.h Xinclude/vtk/vtkMeshQuality.h Xinclude/vtk/vtkMetaImageReader.h Xinclude/vtk/vtkMetaImageWriter.h Xinclude/vtk/vtkMoleculeReaderBase.h Xinclude/vtk/vtkMultiBlockApplyFilterCommand.h Xinclude/vtk/vtkMultiBlockDataIterator.h Xinclude/vtk/vtkMultiBlockDataSet.h Xinclude/vtk/vtkMultiBlockDataSetInternal.h Xinclude/vtk/vtkMultiBlockDataVisitor.h Xinclude/vtk/vtkMultiPartExtentTranslator.h Xinclude/vtk/vtkMultiProcessController.h Xinclude/vtk/vtkMultiProcessLog.h Xinclude/vtk/vtkMultiThreader.h Xinclude/vtk/vtkMutexLock.h Xinclude/vtk/vtkNonLinearCell.h Xinclude/vtk/vtkOBBDicer.h Xinclude/vtk/vtkOBBTree.h Xinclude/vtk/vtkOBJExporter.h Xinclude/vtk/vtkOBJReader.h Xinclude/vtk/vtkOOGLExporter.h Xinclude/vtk/vtkOStrStreamWrapper.h Xinclude/vtk/vtkOStreamWrapper.h Xinclude/vtk/vtkObject.h Xinclude/vtk/vtkObjectBase.h Xinclude/vtk/vtkObjectFactory.h Xinclude/vtk/vtkObjectFactoryCollection.h Xinclude/vtk/vtkOldStyleCallbackCommand.h Xinclude/vtk/vtkOpenGLActor.h Xinclude/vtk/vtkOpenGLCamera.h Xinclude/vtk/vtkOpenGLFreeTypeTextMapper.h Xinclude/vtk/vtkOpenGLImageActor.h Xinclude/vtk/vtkOpenGLImageMapper.h Xinclude/vtk/vtkOpenGLLight.h Xinclude/vtk/vtkOpenGLPolyDataMapper.h Xinclude/vtk/vtkOpenGLPolyDataMapper2D.h Xinclude/vtk/vtkOpenGLProperty.h Xinclude/vtk/vtkOpenGLRayCastImageDisplayHelper.h Xinclude/vtk/vtkOpenGLRenderWindow.h Xinclude/vtk/vtkOpenGLRenderer.h Xinclude/vtk/vtkOpenGLStateCache.h Xinclude/vtk/vtkOpenGLTexture.h Xinclude/vtk/vtkOpenGLVolumeProVG500Mapper.h Xinclude/vtk/vtkOpenGLVolumeProVP1000Mapper.h Xinclude/vtk/vtkOpenGLVolumeRayCastMapper.h Xinclude/vtk/vtkOpenGLVolumeTextureMapper2D.h Xinclude/vtk/vtkOrderedTriangulator.h Xinclude/vtk/vtkOutlineCornerFilter.h Xinclude/vtk/vtkOutlineCornerSource.h Xinclude/vtk/vtkOutlineFilter.h Xinclude/vtk/vtkOutlineSource.h Xinclude/vtk/vtkOutputPort.h Xinclude/vtk/vtkOutputStream.h Xinclude/vtk/vtkOutputWindow.h Xinclude/vtk/vtkOverrideInformation.h Xinclude/vtk/vtkOverrideInformationCollection.h Xinclude/vtk/vtkPCAAnalysisFilter.h Xinclude/vtk/vtkPCellDataToPointData.h Xinclude/vtk/vtkPDBReader.h Xinclude/vtk/vtkPDataSetReader.h Xinclude/vtk/vtkPDataSetWriter.h Xinclude/vtk/vtkPImageWriter.h Xinclude/vtk/vtkPLOT3DReader.h Xinclude/vtk/vtkPLY.h Xinclude/vtk/vtkPLYReader.h Xinclude/vtk/vtkPLYWriter.h Xinclude/vtk/vtkPLinearExtrusionFilter.h Xinclude/vtk/vtkPNGReader.h Xinclude/vtk/vtkPNGWriter.h Xinclude/vtk/vtkPNMReader.h Xinclude/vtk/vtkPNMWriter.h Xinclude/vtk/vtkPOPReader.h Xinclude/vtk/vtkPOutlineCornerFilter.h Xinclude/vtk/vtkPOutlineFilter.h Xinclude/vtk/vtkPPolyDataNormals.h Xinclude/vtk/vtkPProbeFilter.h Xinclude/vtk/vtkPSphereSource.h Xinclude/vtk/vtkPStreamTracer.h Xinclude/vtk/vtkParallelCoordinatesActor.h Xinclude/vtk/vtkParallelFactory.h Xinclude/vtk/vtkParallelInstantiator.h Xinclude/vtk/vtkParallelRenderManager.h Xinclude/vtk/vtkParticleReader.h Xinclude/vtk/vtkPassThroughFilter.h Xinclude/vtk/vtkPatentedInstantiator.h Xinclude/vtk/vtkPerlinNoise.h Xinclude/vtk/vtkPerspectiveTransform.h Xinclude/vtk/vtkPicker.h Xinclude/vtk/vtkPieceScalars.h Xinclude/vtk/vtkPiecewiseFunction.h Xinclude/vtk/vtkPiecewiseFunctionShiftScale.h Xinclude/vtk/vtkPiecewiseFunctionSource.h Xinclude/vtk/vtkPiecewiseFunctionToPiecewiseFunctionFilter.h Xinclude/vtk/vtkPipelineSize.h Xinclude/vtk/vtkPixel.h Xinclude/vtk/vtkPlane.h Xinclude/vtk/vtkPlaneCollection.h Xinclude/vtk/vtkPlaneSource.h Xinclude/vtk/vtkPlaneWidget.h Xinclude/vtk/vtkPlanes.h Xinclude/vtk/vtkPlatonicSolidSource.h Xinclude/vtk/vtkPointData.h Xinclude/vtk/vtkPointDataToCellData.h Xinclude/vtk/vtkPointLoad.h Xinclude/vtk/vtkPointLocator.h Xinclude/vtk/vtkPointPicker.h Xinclude/vtk/vtkPointSet.h Xinclude/vtk/vtkPointSetSource.h Xinclude/vtk/vtkPointSetToPointSetFilter.h Xinclude/vtk/vtkPointSource.h Xinclude/vtk/vtkPointWidget.h Xinclude/vtk/vtkPoints.h Xinclude/vtk/vtkPolyData.h Xinclude/vtk/vtkPolyDataCollection.h Xinclude/vtk/vtkPolyDataConnectivityFilter.h Xinclude/vtk/vtkPolyDataMapper.h Xinclude/vtk/vtkPolyDataMapper2D.h Xinclude/vtk/vtkPolyDataNormals.h Xinclude/vtk/vtkPolyDataReader.h Xinclude/vtk/vtkPolyDataSource.h Xinclude/vtk/vtkPolyDataSourceWidget.h Xinclude/vtk/vtkPolyDataStreamer.h Xinclude/vtk/vtkPolyDataToImageStencil.h Xinclude/vtk/vtkPolyDataToPolyDataFilter.h Xinclude/vtk/vtkPolyDataWriter.h Xinclude/vtk/vtkPolyLine.h Xinclude/vtk/vtkPolyVertex.h Xinclude/vtk/vtkPolygon.h Xinclude/vtk/vtkPostScriptWriter.h Xinclude/vtk/vtkPriorityQueue.h Xinclude/vtk/vtkProbeFilter.h Xinclude/vtk/vtkProcessObject.h Xinclude/vtk/vtkProcessStatistics.h Xinclude/vtk/vtkProcrustesAlignmentFilter.h Xinclude/vtk/vtkProgrammableAttributeDataFilter.h Xinclude/vtk/vtkProgrammableDataObjectSource.h Xinclude/vtk/vtkProgrammableFilter.h Xinclude/vtk/vtkProgrammableGlyphFilter.h Xinclude/vtk/vtkProgrammableSource.h Xinclude/vtk/vtkProjectedTexture.h Xinclude/vtk/vtkProp.h Xinclude/vtk/vtkProp3D.h Xinclude/vtk/vtkProp3DCollection.h Xinclude/vtk/vtkPropAssembly.h Xinclude/vtk/vtkPropCollection.h Xinclude/vtk/vtkPropPicker.h Xinclude/vtk/vtkProperty.h Xinclude/vtk/vtkProperty2D.h Xinclude/vtk/vtkPushImageFilterSample.h Xinclude/vtk/vtkPushImageReader.h Xinclude/vtk/vtkPushPipeline.h Xinclude/vtk/vtkPyramid.h Xinclude/vtk/vtkPythonUtil.h Xinclude/vtk/vtkQuad.h Xinclude/vtk/vtkQuadraticEdge.h Xinclude/vtk/vtkQuadraticHexahedron.h Xinclude/vtk/vtkQuadraticQuad.h Xinclude/vtk/vtkQuadraticTetra.h Xinclude/vtk/vtkQuadraticTriangle.h Xinclude/vtk/vtkQuadric.h Xinclude/vtk/vtkQuadricClustering.h Xinclude/vtk/vtkQuadricDecimation.h Xinclude/vtk/vtkQuantizePolyDataPoints.h Xinclude/vtk/vtkRIBExporter.h Xinclude/vtk/vtkRIBLight.h Xinclude/vtk/vtkRIBProperty.h Xinclude/vtk/vtkRTAnalyticSource.h Xinclude/vtk/vtkRayCastImageDisplayHelper.h Xinclude/vtk/vtkRayCastStructures.h Xinclude/vtk/vtkRearrangeFields.h Xinclude/vtk/vtkRectilinearGrid.h Xinclude/vtk/vtkRectilinearGridGeometryFilter.h Xinclude/vtk/vtkRectilinearGridOutlineFilter.h Xinclude/vtk/vtkRectilinearGridReader.h Xinclude/vtk/vtkRectilinearGridSource.h Xinclude/vtk/vtkRectilinearGridToPolyDataFilter.h Xinclude/vtk/vtkRectilinearGridToTetrahedra.h Xinclude/vtk/vtkRectilinearGridWriter.h Xinclude/vtk/vtkRectilinearSynchronizedTemplates.h Xinclude/vtk/vtkRecursiveDividingCubes.h Xinclude/vtk/vtkRecursiveSphereDirectionEncoder.h Xinclude/vtk/vtkReferenceCount.h Xinclude/vtk/vtkReflectionFilter.h Xinclude/vtk/vtkRenderLargeImage.h Xinclude/vtk/vtkRenderWindow.h Xinclude/vtk/vtkRenderWindowCollection.h Xinclude/vtk/vtkRenderWindowInteractor.h Xinclude/vtk/vtkRenderer.h Xinclude/vtk/vtkRendererCollection.h Xinclude/vtk/vtkRendererSource.h Xinclude/vtk/vtkRenderingInstantiator.h Xinclude/vtk/vtkReverseSense.h Xinclude/vtk/vtkRibbonFilter.h Xinclude/vtk/vtkRotationalExtrusionFilter.h Xinclude/vtk/vtkRuledSurfaceFilter.h Xinclude/vtk/vtkRungeKutta2.h Xinclude/vtk/vtkRungeKutta4.h Xinclude/vtk/vtkRungeKutta45.h Xinclude/vtk/vtkSLCReader.h Xinclude/vtk/vtkSTLReader.h Xinclude/vtk/vtkSTLWriter.h Xinclude/vtk/vtkSampleFunction.h Xinclude/vtk/vtkScalarBarActor.h Xinclude/vtk/vtkScalarBarWidget.h Xinclude/vtk/vtkScalarTree.h Xinclude/vtk/vtkScalarsToColors.h Xinclude/vtk/vtkScaledTextActor.h Xinclude/vtk/vtkSelectPolyData.h Xinclude/vtk/vtkSelectVisiblePoints.h Xinclude/vtk/vtkSetGet.h Xinclude/vtk/vtkSharedMemoryCommunicator.h Xinclude/vtk/vtkShepardMethod.h Xinclude/vtk/vtkShortArray.h Xinclude/vtk/vtkShrinkFilter.h Xinclude/vtk/vtkShrinkPolyData.h Xinclude/vtk/vtkSimpleElevationFilter.h Xinclude/vtk/vtkSimpleImageFilterExample.h Xinclude/vtk/vtkSimpleImageToImageFilter.h Xinclude/vtk/vtkSimpleScalarTree.h Xinclude/vtk/vtkSliceCubes.h Xinclude/vtk/vtkSmartPointer.h Xinclude/vtk/vtkSmartPointerBase.h Xinclude/vtk/vtkSmoothPolyDataFilter.h Xinclude/vtk/vtkSocketCommunicator.h Xinclude/vtk/vtkSocketController.h Xinclude/vtk/vtkSource.h Xinclude/vtk/vtkSpatialRepresentationFilter.h Xinclude/vtk/vtkSphere.h Xinclude/vtk/vtkSpherePuzzle.h Xinclude/vtk/vtkSpherePuzzleArrows.h Xinclude/vtk/vtkSphereSource.h Xinclude/vtk/vtkSphereWidget.h Xinclude/vtk/vtkSphericalTransform.h Xinclude/vtk/vtkSpline.h Xinclude/vtk/vtkSplineFilter.h Xinclude/vtk/vtkSplineWidget.h Xinclude/vtk/vtkSplitField.h Xinclude/vtk/vtkStdString.h Xinclude/vtk/vtkStreamLine.h Xinclude/vtk/vtkStreamPoints.h Xinclude/vtk/vtkStreamTracer.h Xinclude/vtk/vtkStreamer.h Xinclude/vtk/vtkStripper.h Xinclude/vtk/vtkStructuredData.h Xinclude/vtk/vtkStructuredGrid.h Xinclude/vtk/vtkStructuredGridGeometryFilter.h Xinclude/vtk/vtkStructuredGridOutlineFilter.h Xinclude/vtk/vtkStructuredGridReader.h Xinclude/vtk/vtkStructuredGridSource.h Xinclude/vtk/vtkStructuredGridToPolyDataFilter.h Xinclude/vtk/vtkStructuredGridToStructuredGridFilter.h Xinclude/vtk/vtkStructuredGridWriter.h Xinclude/vtk/vtkStructuredPoints.h Xinclude/vtk/vtkStructuredPointsCollection.h Xinclude/vtk/vtkStructuredPointsGeometryFilter.h Xinclude/vtk/vtkStructuredPointsReader.h Xinclude/vtk/vtkStructuredPointsSource.h Xinclude/vtk/vtkStructuredPointsToPolyDataFilter.h Xinclude/vtk/vtkStructuredPointsToStructuredPointsFilter.h Xinclude/vtk/vtkStructuredPointsToUnstructuredGridFilter.h Xinclude/vtk/vtkStructuredPointsWriter.h Xinclude/vtk/vtkStructuredVisibilityConstraint.h Xinclude/vtk/vtkSubPixelPositionEdgels.h Xinclude/vtk/vtkSubdivideTetra.h Xinclude/vtk/vtkSuperquadric.h Xinclude/vtk/vtkSuperquadricSource.h Xinclude/vtk/vtkSurfaceReconstructionFilter.h Xinclude/vtk/vtkSweptSurface.h Xinclude/vtk/vtkSynchronizedTemplates2D.h Xinclude/vtk/vtkSynchronizedTemplates3D.h Xinclude/vtk/vtkSystemIncludes.h Xinclude/vtk/vtkTIFFReader.h Xinclude/vtk/vtkTIFFWriter.h Xinclude/vtk/vtkTableExtentTranslator.h Xinclude/vtk/vtkTcl.h Xinclude/vtk/vtkTclUtil.h Xinclude/vtk/vtkTensor.h Xinclude/vtk/vtkTensorGlyph.h Xinclude/vtk/vtkTesting.h Xinclude/vtk/vtkTetra.h Xinclude/vtk/vtkTextActor.h Xinclude/vtk/vtkTextMapper.h Xinclude/vtk/vtkTextProperty.h Xinclude/vtk/vtkTextSource.h Xinclude/vtk/vtkTexture.h Xinclude/vtk/vtkTextureMapToCylinder.h Xinclude/vtk/vtkTextureMapToPlane.h Xinclude/vtk/vtkTextureMapToSphere.h Xinclude/vtk/vtkTexturedSphereSource.h Xinclude/vtk/vtkThinPlateSplineTransform.h Xinclude/vtk/vtkThreadSafeLog.h Xinclude/vtk/vtkThreadedController.h Xinclude/vtk/vtkThreshold.h Xinclude/vtk/vtkThresholdPoints.h Xinclude/vtk/vtkThresholdTextureCoords.h Xinclude/vtk/vtkTimeStamp.h Xinclude/vtk/vtkTimerLog.h Xinclude/vtk/vtkTk.h Xinclude/vtk/vtkTkImageViewerWidget.h Xinclude/vtk/vtkTkRenderWidget.h Xinclude/vtk/vtkToolkits.h Xinclude/vtk/vtkTransform.h Xinclude/vtk/vtkTransformCollection.h Xinclude/vtk/vtkTransformFilter.h Xinclude/vtk/vtkTransformPolyDataFilter.h Xinclude/vtk/vtkTransformTextureCoords.h Xinclude/vtk/vtkTransformToGrid.h Xinclude/vtk/vtkTransmitPolyDataPiece.h Xinclude/vtk/vtkTransmitUnstructuredGridPiece.h Xinclude/vtk/vtkTreeComposite.h Xinclude/vtk/vtkTreeCompositer.h Xinclude/vtk/vtkTriangle.h Xinclude/vtk/vtkTriangleFilter.h Xinclude/vtk/vtkTriangleStrip.h Xinclude/vtk/vtkTriangularTCoords.h Xinclude/vtk/vtkTriangularTexture.h Xinclude/vtk/vtkTubeFilter.h Xinclude/vtk/vtkUGFacetReader.h Xinclude/vtk/vtkUniformGrid.h Xinclude/vtk/vtkUnsignedCharArray.h Xinclude/vtk/vtkUnsignedIntArray.h Xinclude/vtk/vtkUnsignedLongArray.h Xinclude/vtk/vtkUnsignedShortArray.h Xinclude/vtk/vtkUnstructuredGrid.h Xinclude/vtk/vtkUnstructuredGridBunykRayCastFunction.h Xinclude/vtk/vtkUnstructuredGridReader.h Xinclude/vtk/vtkUnstructuredGridSource.h Xinclude/vtk/vtkUnstructuredGridToPolyDataFilter.h Xinclude/vtk/vtkUnstructuredGridToUnstructuredGridFilter.h Xinclude/vtk/vtkUnstructuredGridVolumeMapper.h Xinclude/vtk/vtkUnstructuredGridVolumeRayCastFunction.h Xinclude/vtk/vtkUnstructuredGridVolumeRayCastMapper.h Xinclude/vtk/vtkUnstructuredGridWriter.h Xinclude/vtk/vtkVRML.h Xinclude/vtk/vtkVRMLExporter.h Xinclude/vtk/vtkVRMLImporter.h Xinclude/vtk/vtkVectorDot.h Xinclude/vtk/vtkVectorNorm.h Xinclude/vtk/vtkVectorText.h Xinclude/vtk/vtkVersion.h Xinclude/vtk/vtkVertex.h Xinclude/vtk/vtkVideoSource.h Xinclude/vtk/vtkViewport.h Xinclude/vtk/vtkVoidArray.h Xinclude/vtk/vtkVolume.h Xinclude/vtk/vtkVolume16Reader.h Xinclude/vtk/vtkVolumeCollection.h Xinclude/vtk/vtkVolumeMapper.h Xinclude/vtk/vtkVolumeProMapper.h Xinclude/vtk/vtkVolumeProVG500Mapper.h Xinclude/vtk/vtkVolumeProVP1000Mapper.h Xinclude/vtk/vtkVolumeProperty.h Xinclude/vtk/vtkVolumeRayCastCompositeFunction.h Xinclude/vtk/vtkVolumeRayCastFunction.h Xinclude/vtk/vtkVolumeRayCastIsosurfaceFunction.h Xinclude/vtk/vtkVolumeRayCastMIPFunction.h Xinclude/vtk/vtkVolumeRayCastMapper.h Xinclude/vtk/vtkVolumeRayCastStructures.h Xinclude/vtk/vtkVolumeReader.h Xinclude/vtk/vtkVolumeTextureMapper.h Xinclude/vtk/vtkVolumeTextureMapper2D.h Xinclude/vtk/vtkVoxel.h Xinclude/vtk/vtkVoxelContoursToSurfaceFilter.h Xinclude/vtk/vtkVoxelModeller.h Xinclude/vtk/vtkWarpLens.h Xinclude/vtk/vtkWarpScalar.h Xinclude/vtk/vtkWarpTo.h Xinclude/vtk/vtkWarpTransform.h Xinclude/vtk/vtkWarpVector.h Xinclude/vtk/vtkWedge.h Xinclude/vtk/vtkWeightedTransformFilter.h Xinclude/vtk/vtkWin32Header.h Xinclude/vtk/vtkWin32OpenGLRenderWindow.h Xinclude/vtk/vtkWin32OutputWindow.h Xinclude/vtk/vtkWin32RenderWindowInteractor.h Xinclude/vtk/vtkWin32VideoSource.h Xinclude/vtk/vtkWinCE.h Xinclude/vtk/vtkWinCEOpenGLRenderWindow.h Xinclude/vtk/vtkWindow.h Xinclude/vtk/vtkWindowLevelLookupTable.h Xinclude/vtk/vtkWindowToImageFilter.h Xinclude/vtk/vtkWindowedSincPolyDataFilter.h Xinclude/vtk/vtkWorldPointPicker.h Xinclude/vtk/vtkWriter.h Xinclude/vtk/vtkXMLDataElement.h Xinclude/vtk/vtkXMLDataParser.h Xinclude/vtk/vtkXMLDataReader.h Xinclude/vtk/vtkXMLDataSetWriter.h Xinclude/vtk/vtkXMLFileOutputWindow.h Xinclude/vtk/vtkXMLFileReadTester.h Xinclude/vtk/vtkXMLImageDataReader.h Xinclude/vtk/vtkXMLImageDataWriter.h Xinclude/vtk/vtkXMLPDataReader.h Xinclude/vtk/vtkXMLPDataSetWriter.h Xinclude/vtk/vtkXMLPDataWriter.h Xinclude/vtk/vtkXMLPImageDataReader.h Xinclude/vtk/vtkXMLPImageDataWriter.h Xinclude/vtk/vtkXMLPPolyDataReader.h Xinclude/vtk/vtkXMLPPolyDataWriter.h Xinclude/vtk/vtkXMLPRectilinearGridReader.h Xinclude/vtk/vtkXMLPRectilinearGridWriter.h Xinclude/vtk/vtkXMLPStructuredDataReader.h Xinclude/vtk/vtkXMLPStructuredDataWriter.h Xinclude/vtk/vtkXMLPStructuredGridReader.h Xinclude/vtk/vtkXMLPStructuredGridWriter.h Xinclude/vtk/vtkXMLPUnstructuredDataReader.h Xinclude/vtk/vtkXMLPUnstructuredDataWriter.h Xinclude/vtk/vtkXMLPUnstructuredGridReader.h Xinclude/vtk/vtkXMLPUnstructuredGridWriter.h Xinclude/vtk/vtkXMLParser.h Xinclude/vtk/vtkXMLPolyDataReader.h Xinclude/vtk/vtkXMLPolyDataWriter.h Xinclude/vtk/vtkXMLReader.h Xinclude/vtk/vtkXMLRectilinearGridReader.h Xinclude/vtk/vtkXMLRectilinearGridWriter.h Xinclude/vtk/vtkXMLStructuredDataReader.h Xinclude/vtk/vtkXMLStructuredDataWriter.h Xinclude/vtk/vtkXMLStructuredGridReader.h Xinclude/vtk/vtkXMLStructuredGridWriter.h Xinclude/vtk/vtkXMLUnstructuredDataReader.h Xinclude/vtk/vtkXMLUnstructuredDataWriter.h Xinclude/vtk/vtkXMLUnstructuredGridReader.h Xinclude/vtk/vtkXMLUnstructuredGridWriter.h Xinclude/vtk/vtkXMLUtilities.h Xinclude/vtk/vtkXMLWriter.h Xinclude/vtk/vtkXMesaRenderWindow.h Xinclude/vtk/vtkXOpenGLRenderWindow.h Xinclude/vtk/vtkXRenderWindowInteractor.h Xinclude/vtk/vtkXRenderWindowTclInteractor.h Xinclude/vtk/vtkXYPlotActor.h Xinclude/vtk/vtkXYPlotWidget.h Xinclude/vtk/vtkXYZMolReader.h Xinclude/vtk/vtkZLibDataCompressor.h Xinclude/vtk/vtkgluPickMatrix.h Xinclude/vtk/vtkstd/algorithm Xinclude/vtk/vtkstd/deque Xinclude/vtk/vtkstd/iterator Xinclude/vtk/vtkstd/list Xinclude/vtk/vtkstd/map Xinclude/vtk/vtkstd/numeric Xinclude/vtk/vtkstd/queue Xinclude/vtk/vtkstd/set Xinclude/vtk/vtkstd/stack Xinclude/vtk/vtkstd/string Xinclude/vtk/vtkstd/utility Xinclude/vtk/vtkstd/vector Xlib/vtk/CMake/libcmVTK_GENERATE_JAVA_DEPENDENCIES.so Xlib/vtk/CMake/libcmVTK_MAKE_INSTANTIATOR2.so Xlib/vtk/CMake/libcmVTK_WRAP_JAVA2.so Xlib/vtk/CMake/libcmVTK_WRAP_PYTHON2.so Xlib/vtk/CMake/libcmVTK_WRAP_TCL2.so Xlib/vtk/CMake/vtkLoadCMakeExtensions.cmake Xlib/vtk/UseVTK.cmake Xlib/vtk/VTKBuildSettings.cmake Xlib/vtk/VTKConfig.cmake Xlib/vtk/VTKLibraryDepends.cmake X%%DOCSDIR%%/README.html X%%DOCSDIR%%/README.patented-classes X%%DOCSDIR%%/vtkLogo.jpg Xshare/vtk/doxygen/authors.txt Xshare/vtk/doxygen/doc_class2example.pl Xshare/vtk/doxygen/doc_cleanhtml.pl Xshare/vtk/doxygen/doc_codematch.pl Xshare/vtk/doxygen/doc_contributors.pl Xshare/vtk/doxygen/doc_header2doxygen.pl Xshare/vtk/doxygen/doc_index.pl Xshare/vtk/doxygen/doc_index.stop Xshare/vtk/doxygen/doc_readme.txt Xshare/vtk/doxygen/doc_rmpath.pl Xshare/vtk/doxygen/doc_version.pl Xshare/vtk/doxygen/doxygen-fixed.css Xshare/vtk/doxygen/doxygen.css Xshare/vtk/doxygen/footer-fixed.html Xshare/vtk/doxygen/footer.html Xshare/vtk/doxygen/header-fixed.html Xshare/vtk/doxygen/header.html Xshare/vtk/doxygen/paper-clip.gif Xshare/vtk/doxygen/pic.gif Xshare/vtk/doxygen/vtk-logo.gif X@dirrm share/vtk/doxygen X@unexec rmdir %D/share/vtk 2>/dev/null || true X@dirrm %%DOCSDIR%% X@dirrm lib/vtk/CMake X@unexec rmdir %D/lib/vtk 2>/dev/null || true X@dirrm include/vtk/vtkstd X@dirrm include/vtk/DICOMParser X@dirrm include/vtk X@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true END-of-math/vtk-headers/pkg-plist echo c - math/vtk-java mkdir -p math/vtk-java > /dev/null 2>&1 echo x - math/vtk-java/Makefile sed 's/^X//' >math/vtk-java/Makefile << 'END-of-math/vtk-java/Makefile' X# New ports collection makefile for: vtk-java X# Date created: 10 Oct 2003 X# Whom: Mykola Khotyaintsev X# X# $FreeBSD: ports/math/vtk-java/Makefile,v 1.4 2004/11/07 10:54:36 pav Exp $ X# X XCATEGORIES+= java XPKGNAMESUFFIX= -java X XCOMMENT= VTK Java classes and shared libs X XLIB_DEPENDS= vtkCommon.${LIBVER}:${PORTSDIR}/math/vtk X XMASTERDIR= ${.CURDIR}/../vtk X XWRAP= Java XBINARIES= vtkParseJava vtkWrapJava X XUSE_JAVA= yes XJAVA_VERSION= 1.4+ XJAVA_OS= native XJAVA_BUILD= jdk X#USE_JIKES= no X XJARFILE= vtk.jar # ${PORTNAME}.jar XDESTJARFILE= vtk.jar # ${PORTNAME}.jar XCMAKE_DEFS+= -DVTK_WRAP_JAVA:BOOL=ON \ X -DJAVA_ARCHIVE:FILEPATH=${JAR} \ X -DJAVA_AWT_INCLUDE_PATH:PATH=${JAVA_HOME}/include \ X -DJAVA_AWT_LIBRARY:FILEPATH=${JAVA_HOME}/jre/lib/${ARCH}/libjawt.so \ X -DJAVA_COMPILE:FILEPATH="${JAVAC}" \ X -DJAVA_INCLUDE_PATH:PATH=${JAVA_HOME}/include \ X -DJAVA_INCLUDE_PATH2:PATH=${JAVA_HOME}/include/freebsd X X.include "${MASTERDIR}/Makefile" X X.ifndef(WITH_TESTING) Xpre-everything:: X @${ECHO_MSG} "----------------------- N O T E --------------------------" X @${ECHO_MSG} "" X @${ECHO_MSG} "If you want to build some Testing Java classes press Ctrl-C now" X @${ECHO_MSG} "and execute \"make WITH_TESTING=yes\"" X @${ECHO_MSG} "" X @${ECHO_MSG} "----------------------------------------------------------------" X.endif X Xpost-patch: patch-common X Xpost-build: X @${ECHO_MSG} "Building Java sources" X ${CP} ${VTKSRCDIR}/Wrapping/Java/vtk/vtkCanvas.java ${WRKSRC}/java/vtk X ${CP} ${VTKSRCDIR}/Wrapping/Java/vtk/vtkPanel.java ${WRKSRC}/java/vtk X (cd ${WRKSRC}/java;${JAVAC} vtk/*.java) X (cd ${WRKSRC}/java;${JAR} cvf ${WRKSRC}/bin/${JARFILE} vtk/*.class) X.if defined(WITH_TESTING) X.for i in AxesActor SimpleVTK TestVTKCanvas TestInternalFrames ImagePlaneWidget TestVTKCanvas X (cd ${VTKSRCDIR}/Wrapping/Java; \ X ${JAVAC} -classpath .:${WRKSRC}/bin/${JARFILE} \ X -d ${WRKSRC}/Wrapping/Java/ ${i}.java) X.endfor X.endif X Xdo-install: install-cnotice install-binaries install-libs X @${ECHO_MSG} "Installing ${DESTJARFILE} to ${JAVAJARDIR} ..." X @${INSTALL_DATA} ${WRKSRC}/bin/${JARFILE} ${JAVAJARDIR}/${DESTJARFILE} X X @${MKDIR} ${EXAMPLESDIR} X @${MKDIR} ${TESTINGDIR} X @${MKDIR} ${TESTINGDIR}/Java X.if defined(WITH_TESTING) X @${ECHO_MSG} "Installing Java tests to ${TESTINGDIR}/Java ..." X.for i in AxesActor SimpleVTK TestVTKCanvas TestInternalFrames ImagePlaneWidget X @${INSTALL_DATA} ${WRKSRC}/Wrapping/Java/${i}*.class ${TESTINGDIR}/Java X @${INSTALL_DATA} ${VTKSRCDIR}/Wrapping/Java/${i}.java ${TESTINGDIR}/Java X.endfor X.endif X X @${ECHO_MSG} "This directory contains VTK Java tests" > ${TESTINGDIR}/Java/README X @${ECHO_MSG} "" >> ${TESTINGDIR}/Java/README X @${ECHO_MSG} "To run a SimpleVTK test type:" >> ${TESTINGDIR}/Java/README X @${ECHO_MSG} "java -classpath .:${PREFIX}/share/java/classes/vtk.jar -Djava.library.path=${PREFIX}/lib SimpleVTK" >> ${TESTINGDIR}/Java/README X @${ECHO_MSG} "" >> ${TESTINGDIR}/Java/README X @${ECHO_MSG} "Be shure to use java 1.3 or greater." >> ${TESTINGDIR}/Java/README X X.include END-of-math/vtk-java/Makefile echo x - math/vtk-java/pkg-plist sed 's/^X//' >math/vtk-java/pkg-plist << 'END-of-math/vtk-java/pkg-plist' Xbin/vtkParseJava Xbin/vtkWrapJava Xlib/libvtkCommonJava.so Xlib/libvtkCommonJava.so.%%LIBVER%% Xlib/libvtkFilteringJava.so Xlib/libvtkFilteringJava.so.%%LIBVER%% Xlib/libvtkGraphicsJava.so Xlib/libvtkGraphicsJava.so.%%LIBVER%% Xlib/libvtkHybridJava.so Xlib/libvtkHybridJava.so.%%LIBVER%% Xlib/libvtkIOJava.so Xlib/libvtkIOJava.so.%%LIBVER%% Xlib/libvtkImagingJava.so Xlib/libvtkImagingJava.so.%%LIBVER%% Xlib/libvtkParallelJava.so Xlib/libvtkParallelJava.so.%%LIBVER%% Xlib/libvtkPatentedJava.so Xlib/libvtkPatentedJava.so.%%LIBVER%% Xlib/libvtkRenderingJava.so Xlib/libvtkRenderingJava.so.%%LIBVER%% X%%DOCSDIR%%/README.html X%%DOCSDIR%%/README.patented-classes X%%DOCSDIR%%/vtkLogo.jpg Xshare/java/classes/vtk.jar X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/AxesActor.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/AxesActor.java X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/ImagePlaneWidget$1.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/ImagePlaneWidget$2.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/ImagePlaneWidget.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/ImagePlaneWidget.java X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/SimpleVTK$1.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/SimpleVTK.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/SimpleVTK.java X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/TestInternalFrames$1.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/TestInternalFrames$CreateWindowAction.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/TestInternalFrames$Desktop.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/TestInternalFrames$KillAction.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/TestInternalFrames$MenuMgr.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/TestInternalFrames$SplitFrame.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/TestInternalFrames$Tabbed.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/TestInternalFrames$VTKFrame.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/TestInternalFrames.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/TestInternalFrames.java X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/TestVTKCanvas$1.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/TestVTKCanvas.class X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/TestVTKCanvas.java X%%TESTING_ONLY%%share/examples/vtk/Testing/Java/README X@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true X%%TESTING_ONLY%%@dirrm share/examples/vtk/Testing/Java X%%TESTING_ONLY%%@unexec rmdir %D/share/examples/vtk/Testing 2>/dev/null || true X%%TESTING_ONLY%%@unexec rmdir %D/share/examples/vtk 2>/dev/null || true END-of-math/vtk-java/pkg-plist echo c - math/vtk-python mkdir -p math/vtk-python > /dev/null 2>&1 echo x - math/vtk-python/Makefile sed 's/^X//' >math/vtk-python/Makefile << 'END-of-math/vtk-python/Makefile' X# New ports collection makefile for: vtk-python X# Date created: 10 Oct 2003 X# Whom: Mykola Khotyaintsev X# X# $FreeBSD: ports/math/vtk-python/Makefile,v 1.3 2004/11/07 10:54:36 pav Exp $ X# X XCATEGORIES+= python XPKGNAMESUFFIX= -python X XCOMMENT= The Visualization Toolkit Python libs X XLIB_DEPENDS= vtkCommon.${LIBVER}:${PORTSDIR}/math/vtk \ X tcl84:${PORTSDIR}/lang/tcl84 \ X tk84:${PORTSDIR}/x11-toolkits/tk84 X XMASTERDIR= ${.CURDIR}/../vtk X XWRAP= Python XBINARIES= vtkWrapPython vtkpython XEXTRA_LIBS= RenderingPythonTkWidgets X XUSE_PYTHON= yes XTCL_INCLUDE_DIR=${PREFIX}/include/tcl8.4 XTK_INCLUDE_DIR= ${PREFIX}/include/tk8.4 X XCXXFLAGS+= -DUSE_NON_CONST \ X -DUSE_COMPOSITELESS_PHOTO_PUT_BLOCK \ X -I${TCL_INCLUDE_DIR} # -Ds for TCL/TK 8.4, -I for libvtkRenderingPythonTkWidgets.so build X XLINKERFLAGS= -L${PREFIX}/lib # to link vtkpython to vtk libs X XCMAKE_DEFS= -DVTK_WRAP_PYTHON:BOOL=ON \ X -DPYTHON_INCLUDE_PATH:PATH=${PYTHON_INCLUDEDIR} \ X -DPYTHON_LIBRARY:FILEPATH=${PYTHON_LIBDIR}/config/lib${PYTHON_VERSION}.a \ X -DTCL_INCLUDE_PATH:PATH=${TCL_INCLUDE_DIR} \ X -DTK_INCLUDE_PATH:PATH=${TK_INCLUDE_DIR} X XPLIST_SUB+= VTK_PTH_LOCATION_DIR=${PYTHON_SITELIBDIR} X X.include "${MASTERDIR}/Makefile" X Xpost-patch: patch-common X Xdo-install: install-cnotice install-binaries install-libs X @${ECHO_MSG} "Installing vtk site package to ${PREFIX}/lib/vtk/python ..." X @${MKDIR} ${PREFIX}/lib/vtk X.for i in "" vtk/ vtk/gtk/ vtk/qt/ vtk/test/ vtk/tk/ vtk/util/ vtk/wx/ X @${MKDIR} ${PREFIX}/lib/vtk/python/${i} X @${INSTALL_DATA} ${VTKSRCDIR}/Wrapping/Python/${i}*.py ${PREFIX}/lib/vtk/python/${i} X.endfor X @${ECHO} ${PREFIX}/lib/vtk/python > ${PYTHON_SITELIBDIR}/vtk.pth X @${PYTHON_CMD} -c "import compileall; compileall.compile_dir( '${PREFIX}/lib/vtk/python' );" X @${PYTHON_CMD} -Oc "import compileall; compileall.compile_dir( '${PREFIX}/lib/vtk/python' );" X X.for i in ${VTK_KITS:S/$/Python/} ${EXTRA_LIBS} X @${LN} -sf ${PREFIX}/lib/libvtk${i}.so \ X ${PREFIX}/lib/vtk/python/libvtk${i}.so X.endfor X X.include END-of-math/vtk-python/Makefile echo x - math/vtk-python/pkg-plist sed 's/^X//' >math/vtk-python/pkg-plist << 'END-of-math/vtk-python/pkg-plist' Xbin/vtkWrapPython Xbin/vtkpython Xlib/libvtkCommonPython.so.%%LIBVER%% Xlib/libvtkCommonPython.so Xlib/libvtkFilteringPython.so.%%LIBVER%% Xlib/libvtkFilteringPython.so Xlib/libvtkGraphicsPython.so.%%LIBVER%% Xlib/libvtkGraphicsPython.so Xlib/libvtkHybridPython.so.%%LIBVER%% Xlib/libvtkHybridPython.so Xlib/libvtkIOPython.so.%%LIBVER%% Xlib/libvtkIOPython.so Xlib/libvtkImagingPython.so.%%LIBVER%% Xlib/libvtkImagingPython.so Xlib/libvtkParallelPython.so.%%LIBVER%% Xlib/libvtkParallelPython.so Xlib/libvtkPatentedPython.so.%%LIBVER%% Xlib/libvtkPatentedPython.so Xlib/libvtkRenderingPython.so.%%LIBVER%% Xlib/libvtkRenderingPython.so Xlib/libvtkRenderingPythonTkWidgets.so.%%LIBVER%% Xlib/libvtkRenderingPythonTkWidgets.so Xlib/vtk/python/QVTKRenderWidget.py Xlib/vtk/python/QVTKRenderWidget.pyc Xlib/vtk/python/QVTKRenderWidget.pyo Xlib/vtk/python/libvtkCommonPython.so Xlib/vtk/python/libvtkFilteringPython.so Xlib/vtk/python/libvtkGraphicsPython.so Xlib/vtk/python/libvtkHybridPython.so Xlib/vtk/python/libvtkIOPython.so Xlib/vtk/python/libvtkImagingPython.so Xlib/vtk/python/libvtkParallelPython.so Xlib/vtk/python/libvtkPatentedPython.so Xlib/vtk/python/libvtkRenderingPython.so Xlib/vtk/python/libvtkRenderingPythonTkWidgets.so Xlib/vtk/python/vtk/__helper.py Xlib/vtk/python/vtk/__helper.pyc Xlib/vtk/python/vtk/__helper.pyo Xlib/vtk/python/vtk/__init__.py Xlib/vtk/python/vtk/__init__.pyc Xlib/vtk/python/vtk/__init__.pyo Xlib/vtk/python/vtk/common.py Xlib/vtk/python/vtk/common.pyc Xlib/vtk/python/vtk/common.pyo Xlib/vtk/python/vtk/filtering.py Xlib/vtk/python/vtk/filtering.pyc Xlib/vtk/python/vtk/filtering.pyo Xlib/vtk/python/vtk/graphics.py Xlib/vtk/python/vtk/graphics.pyc Xlib/vtk/python/vtk/graphics.pyo Xlib/vtk/python/vtk/gtk/GtkVTKRenderWindow.py Xlib/vtk/python/vtk/gtk/GtkVTKRenderWindow.pyc Xlib/vtk/python/vtk/gtk/GtkVTKRenderWindow.pyo Xlib/vtk/python/vtk/gtk/GtkVTKRenderWindowInteractor.py Xlib/vtk/python/vtk/gtk/GtkVTKRenderWindowInteractor.pyc Xlib/vtk/python/vtk/gtk/GtkVTKRenderWindowInteractor.pyo Xlib/vtk/python/vtk/gtk/__init__.py Xlib/vtk/python/vtk/gtk/__init__.pyc Xlib/vtk/python/vtk/gtk/__init__.pyo Xlib/vtk/python/vtk/gtk/GtkGLExtVTKRenderWindow.py Xlib/vtk/python/vtk/gtk/GtkGLExtVTKRenderWindowInteractor.py Xlib/vtk/python/vtk/gtk/GtkGLExtVTKRenderWindow.pyc Xlib/vtk/python/vtk/gtk/GtkGLExtVTKRenderWindowInteractor.pyc Xlib/vtk/python/vtk/gtk/GtkGLExtVTKRenderWindow.pyo Xlib/vtk/python/vtk/gtk/GtkGLExtVTKRenderWindowInteractor.pyo Xlib/vtk/python/vtk/hybrid.py Xlib/vtk/python/vtk/hybrid.pyc Xlib/vtk/python/vtk/hybrid.pyo Xlib/vtk/python/vtk/imaging.py Xlib/vtk/python/vtk/imaging.pyc Xlib/vtk/python/vtk/imaging.pyo Xlib/vtk/python/vtk/io.py Xlib/vtk/python/vtk/io.pyc Xlib/vtk/python/vtk/io.pyo Xlib/vtk/python/vtk/parallel.py Xlib/vtk/python/vtk/parallel.pyc Xlib/vtk/python/vtk/parallel.pyo Xlib/vtk/python/vtk/patented.py Xlib/vtk/python/vtk/patented.pyc Xlib/vtk/python/vtk/patented.pyo Xlib/vtk/python/vtk/qt/QVTKRenderWidget.py Xlib/vtk/python/vtk/qt/QVTKRenderWidget.pyc Xlib/vtk/python/vtk/qt/QVTKRenderWidget.pyo Xlib/vtk/python/vtk/qt/QVTKRenderWindowInteractor.py Xlib/vtk/python/vtk/qt/QVTKRenderWindowInteractor.pyc Xlib/vtk/python/vtk/qt/QVTKRenderWindowInteractor.pyo Xlib/vtk/python/vtk/qt/__init__.py Xlib/vtk/python/vtk/qt/__init__.pyc Xlib/vtk/python/vtk/qt/__init__.pyo Xlib/vtk/python/vtk/rendering.py Xlib/vtk/python/vtk/rendering.pyc Xlib/vtk/python/vtk/rendering.pyo Xlib/vtk/python/vtk/required.py Xlib/vtk/python/vtk/required.pyc Xlib/vtk/python/vtk/required.pyo Xlib/vtk/python/vtk/test/BlackBox.py Xlib/vtk/python/vtk/test/BlackBox.pyc Xlib/vtk/python/vtk/test/BlackBox.pyo Xlib/vtk/python/vtk/test/Testing.py Xlib/vtk/python/vtk/test/Testing.pyc Xlib/vtk/python/vtk/test/Testing.pyo Xlib/vtk/python/vtk/test/__init__.py Xlib/vtk/python/vtk/test/__init__.pyc Xlib/vtk/python/vtk/test/__init__.pyo Xlib/vtk/python/vtk/tk/__init__.py Xlib/vtk/python/vtk/tk/__init__.pyc Xlib/vtk/python/vtk/tk/__init__.pyo Xlib/vtk/python/vtk/tk/vtkLoadPythonTkWidgets.py Xlib/vtk/python/vtk/tk/vtkLoadPythonTkWidgets.pyc Xlib/vtk/python/vtk/tk/vtkLoadPythonTkWidgets.pyo Xlib/vtk/python/vtk/tk/vtkTkImageViewerWidget.py Xlib/vtk/python/vtk/tk/vtkTkImageViewerWidget.pyc Xlib/vtk/python/vtk/tk/vtkTkImageViewerWidget.pyo Xlib/vtk/python/vtk/tk/vtkTkPhotoImage.py Xlib/vtk/python/vtk/tk/vtkTkPhotoImage.pyc Xlib/vtk/python/vtk/tk/vtkTkPhotoImage.pyo Xlib/vtk/python/vtk/tk/vtkTkRenderWidget.py Xlib/vtk/python/vtk/tk/vtkTkRenderWidget.pyc Xlib/vtk/python/vtk/tk/vtkTkRenderWidget.pyo Xlib/vtk/python/vtk/tk/vtkTkRenderWindowInteractor.py Xlib/vtk/python/vtk/tk/vtkTkRenderWindowInteractor.pyc Xlib/vtk/python/vtk/tk/vtkTkRenderWindowInteractor.pyo Xlib/vtk/python/vtk/util/__init__.py Xlib/vtk/python/vtk/util/__init__.pyc Xlib/vtk/python/vtk/util/__init__.pyo Xlib/vtk/python/vtk/util/colors.py Xlib/vtk/python/vtk/util/colors.pyc Xlib/vtk/python/vtk/util/colors.pyo Xlib/vtk/python/vtk/util/misc.py Xlib/vtk/python/vtk/util/misc.pyc Xlib/vtk/python/vtk/util/misc.pyo Xlib/vtk/python/vtk/util/vtkConstants.py Xlib/vtk/python/vtk/util/vtkConstants.pyc Xlib/vtk/python/vtk/util/vtkConstants.pyo Xlib/vtk/python/vtk/util/vtkImageExportToArray.py Xlib/vtk/python/vtk/util/vtkImageExportToArray.pyc Xlib/vtk/python/vtk/util/vtkImageExportToArray.pyo Xlib/vtk/python/vtk/util/vtkImageImportFromArray.py Xlib/vtk/python/vtk/util/vtkImageImportFromArray.pyc Xlib/vtk/python/vtk/util/vtkImageImportFromArray.pyo Xlib/vtk/python/vtk/util/vtkMethodParser.py Xlib/vtk/python/vtk/util/vtkMethodParser.pyc Xlib/vtk/python/vtk/util/vtkMethodParser.pyo Xlib/vtk/python/vtk/wx/__init__.py Xlib/vtk/python/vtk/wx/__init__.pyc Xlib/vtk/python/vtk/wx/__init__.pyo Xlib/vtk/python/vtk/wx/wxVTKRenderWindow.py Xlib/vtk/python/vtk/wx/wxVTKRenderWindow.pyc Xlib/vtk/python/vtk/wx/wxVTKRenderWindow.pyo Xlib/vtk/python/vtk/wx/wxVTKRenderWindowInteractor.py Xlib/vtk/python/vtk/wx/wxVTKRenderWindowInteractor.pyc Xlib/vtk/python/vtk/wx/wxVTKRenderWindowInteractor.pyo Xlib/vtk/python/vtkRenderWidget.py Xlib/vtk/python/vtkRenderWidget.pyc Xlib/vtk/python/vtkRenderWidget.pyo Xlib/vtk/python/vtkTkImageViewerWidget.py Xlib/vtk/python/vtkTkImageViewerWidget.pyc Xlib/vtk/python/vtkTkImageViewerWidget.pyo Xlib/vtk/python/vtkTkRenderWidget.py Xlib/vtk/python/vtkTkRenderWidget.pyc Xlib/vtk/python/vtkTkRenderWidget.pyo Xlib/vtk/python/vtkpython.py Xlib/vtk/python/vtkpython.pyc Xlib/vtk/python/vtkpython.pyo Xlib/vtk/python/vtkpythontk.py Xlib/vtk/python/vtkpythontk.pyc Xlib/vtk/python/vtkpythontk.pyo Xlib/vtk/python/wxVTKRenderWindow.py Xlib/vtk/python/wxVTKRenderWindow.pyc Xlib/vtk/python/wxVTKRenderWindow.pyo X%%PYTHON_SITELIBDIR%%/vtk.pth X%%DOCSDIR%%/README.html X%%DOCSDIR%%/README.patented-classes X%%DOCSDIR%%/vtkLogo.jpg X@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true X@dirrm lib/vtk/python/vtk/wx X@dirrm lib/vtk/python/vtk/util X@dirrm lib/vtk/python/vtk/tk X@dirrm lib/vtk/python/vtk/test X@dirrm lib/vtk/python/vtk/qt X@dirrm lib/vtk/python/vtk/gtk X@dirrm lib/vtk/python/vtk X@dirrm lib/vtk/python X@unexec rmdir %D/lib/vtk 2>/dev/null || true X@unexec rm %%VTK_PTH_LOCATION_DIR%%/vtk.pth 2>/dev/null || true END-of-math/vtk-python/pkg-plist echo c - math/vtk-tcl mkdir -p math/vtk-tcl > /dev/null 2>&1 echo x - math/vtk-tcl/Makefile sed 's/^X//' >math/vtk-tcl/Makefile << 'END-of-math/vtk-tcl/Makefile' X# New ports collection makefile for: vtk-tcl X# Date created: 10 Oct 2003 X# Whom: Mykola Khotyaintsev X# X# $FreeBSD: ports/math/vtk-tcl/Makefile,v 1.3 2004/11/07 10:54:37 pav Exp $ X# X XCATEGORIES+= tcl84 tk84 XPKGNAMESUFFIX= -tcl X XCOMMENT= The Visualization Toolkit Tcl libs X XLIB_DEPENDS= vtkCommon.${LIBVER}:${PORTSDIR}/math/vtk \ X tcl84:${PORTSDIR}/lang/tcl84 \ X tk84:${PORTSDIR}/x11-toolkits/tk84 X XMASTERDIR= ${.CURDIR}/../vtk XWRAP= TCL XBINARIES= vtk vtkWrapTcl X XUSE_PYTHON= yes XTCL_INCLUDE_DIR=${PREFIX}/include/tcl8.4 XTK_INCLUDE_DIR= ${PREFIX}/include/tk8.4 X XCXXFLAGS+= -DUSE_NON_CONST \ X -DUSE_COMPOSITELESS_PHOTO_PUT_BLOCK # for TCL/TK 8.4 X XCMAKE_DEFS= -DVTK_WRAP_TCL:BOOL=ON \ X -DTCL_INCLUDE_PATH:PATH=${TCL_INCLUDE_DIR} \ X -DTK_INCLUDE_PATH:PATH=${TK_INCLUDE_DIR} X X.include "${MASTERDIR}/Makefile" X Xpost-patch: patch-common X Xdo-install: install-cnotice install-binaries install-libs X cd ${WRKSRC}/Wrapping/Tcl ; ${MAKE} install X X.include END-of-math/vtk-tcl/Makefile echo x - math/vtk-tcl/pkg-plist sed 's/^X//' >math/vtk-tcl/pkg-plist << 'END-of-math/vtk-tcl/pkg-plist' Xbin/vtk Xbin/vtkWrapTcl Xlib/libvtkCommonTCL.so Xlib/libvtkCommonTCL.so.%%LIBVER%% Xlib/libvtkFilteringTCL.so Xlib/libvtkFilteringTCL.so.%%LIBVER%% Xlib/libvtkGraphicsTCL.so Xlib/libvtkGraphicsTCL.so.%%LIBVER%% Xlib/libvtkHybridTCL.so Xlib/libvtkHybridTCL.so.%%LIBVER%% Xlib/libvtkIOTCL.so Xlib/libvtkIOTCL.so.%%LIBVER%% Xlib/libvtkImagingTCL.so Xlib/libvtkImagingTCL.so.%%LIBVER%% Xlib/libvtkParallelTCL.so Xlib/libvtkParallelTCL.so.%%LIBVER%% Xlib/libvtkPatentedTCL.so Xlib/libvtkPatentedTCL.so.%%LIBVER%% Xlib/libvtkRenderingTCL.so Xlib/libvtkRenderingTCL.so.%%LIBVER%% Xlib/vtk/tcl/README Xlib/vtk/tcl/pkgIndex.tcl Xlib/vtk/tcl/vtk/vtk.tcl Xlib/vtk/tcl/vtkbase/vtkbase.tcl Xlib/vtk/tcl/vtkcommon/vtkcommon.tcl Xlib/vtk/tcl/vtkfiltering/vtkfiltering.tcl Xlib/vtk/tcl/vtkgraphics/vtkgraphics.tcl Xlib/vtk/tcl/vtkhybrid/vtkhybrid.tcl Xlib/vtk/tcl/vtkimaging/vtkimaging.tcl Xlib/vtk/tcl/vtkinteraction/Interactor.tcl Xlib/vtk/tcl/vtkinteraction/bindings-iw.tcl Xlib/vtk/tcl/vtkinteraction/bindings-rw.tcl Xlib/vtk/tcl/vtkinteraction/bindings.tcl Xlib/vtk/tcl/vtkinteraction/setget.tcl Xlib/vtk/tcl/vtkinteraction/vtkinteraction.tcl Xlib/vtk/tcl/vtkio/vtkio.tcl Xlib/vtk/tcl/vtkparallel/vtkparallel.tcl Xlib/vtk/tcl/vtkpatented/vtkpatented.tcl Xlib/vtk/tcl/vtkrendering/vtkrendering.tcl Xlib/vtk/tcl/vtktcl.c Xlib/vtk/tcl/vtktesting/backdrop.tcl Xlib/vtk/tcl/vtktesting/colors.tcl Xlib/vtk/tcl/vtktesting/grab.tcl Xlib/vtk/tcl/vtktesting/mccases.tcl Xlib/vtk/tcl/vtktesting/vtktesting.tcl X%%DOCSDIR%%/README.html X%%DOCSDIR%%/README.patented-classes X%%DOCSDIR%%/vtkLogo.jpg X@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true X@dirrm lib/vtk/tcl/vtktesting X@dirrm lib/vtk/tcl/vtkrendering X@dirrm lib/vtk/tcl/vtkpatented X@dirrm lib/vtk/tcl/vtkparallel X@dirrm lib/vtk/tcl/vtkio X@dirrm lib/vtk/tcl/vtkinteraction X@dirrm lib/vtk/tcl/vtkimaging X@dirrm lib/vtk/tcl/vtkhybrid X@dirrm lib/vtk/tcl/vtkgraphics X@dirrm lib/vtk/tcl/vtkfiltering X@dirrm lib/vtk/tcl/vtkcommon X@dirrm lib/vtk/tcl/vtkbase X@dirrm lib/vtk/tcl/vtk X@dirrm lib/vtk/tcl X@unexec rmdir %D/lib/vtk 2>/dev/null || true END-of-math/vtk-tcl/pkg-plist exit --- vtk-port.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 22:30:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C491E16A4CE for ; Wed, 2 Feb 2005 22:30:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D76C43D1F for ; Wed, 2 Feb 2005 22:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12MUN4p033933 for ; Wed, 2 Feb 2005 22:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12MUN0V033931; Wed, 2 Feb 2005 22:30:23 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 22:30:23 GMT Resent-Message-Id: <200502022230.j12MUN0V033931@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ted Mittelstaedt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6AF916A4CE for ; Wed, 2 Feb 2005 22:27:44 +0000 (GMT) Received: from webmail.ipinc.net (ip-port-rtr1.ipinc.net [65.75.206.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B24C43D49 for ; Wed, 2 Feb 2005 22:27:44 +0000 (GMT) (envelope-from tedm@webmail.ipinc.net) Received: from webmail.ipinc.net (localhost [127.0.0.1]) by webmail.ipinc.net (8.13.1/8.13.1) with ESMTP id j12MRhGP098055 for ; Wed, 2 Feb 2005 14:27:43 -0800 (PST) (envelope-from tedm@webmail.ipinc.net) Received: (from root@localhost) by webmail.ipinc.net (8.13.1/8.13.1/Submit) id j12MRhib098054; Wed, 2 Feb 2005 14:27:43 -0800 (PST) (envelope-from tedm) Message-Id: <200502022227.j12MRhib098054@webmail.ipinc.net> Date: Wed, 2 Feb 2005 14:27:43 -0800 (PST) From: Ted Mittelstaedt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77039: php4-mbstring calling for invalid compiler option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ted Mittelstaedt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 22:30:23 -0000 >Number: 77039 >Category: ports >Synopsis: php4-mbstring calling for invalid compiler option >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 Feb 02 22:30:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ted Mittelstaedt >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: System: FreeBSD webmail.ipinc.net 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Mon Jan 31 17:29:04 PST 2005 root@webmail.ipinc.net:/usr/src/sys/compile/WEBMAIL i386 >Description: in /usr/ports/converters/php4-mbstring under FreeBSD 4.11, a "make" command produces the following error: . . cc: unrecognized option `-prefer-pic' . . I assume the author built this port on FreeBSD 5 which uses a newer gcc that does understand that option. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 22:40:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69DE116A4CE for ; Wed, 2 Feb 2005 22:40:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D1543D39 for ; Wed, 2 Feb 2005 22:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12MeKEh035147 for ; Wed, 2 Feb 2005 22:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12MeKhn035146; Wed, 2 Feb 2005 22:40:20 GMT (envelope-from gnats) Date: Wed, 2 Feb 2005 22:40:20 GMT Message-Id: <200502022240.j12MeKhn035146@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mykola Khotyaintsev Subject: Re: ports/77035: Update port: math/vtk* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mykola Khotyaintsev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 22:40:20 -0000 The following reply was made to PR ports/77035; it has been noted by GNATS. From: Mykola Khotyaintsev To: freebsd-gnats-submit@freebsd.org, ko@irfu.se Cc: Subject: Re: ports/77035: Update port: math/vtk* Date: Wed, 2 Feb 2005 23:36:56 +0100 Sorry, this is a wrong submission. The correct one is http://www.freebsd.org/cgi/query-pr.cgi?pr=77038 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 22:50:38 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A540A16A4EA for ; Wed, 2 Feb 2005 22:50:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEDB743D60 for ; Wed, 2 Feb 2005 22:50:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12MoShQ035335 for ; Wed, 2 Feb 2005 22:50:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12MoSu1035334; Wed, 2 Feb 2005 22:50:28 GMT (envelope-from gnats) Resent-Date: Wed, 2 Feb 2005 22:50:28 GMT Resent-Message-Id: <200502022250.j12MoSu1035334@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mykola Khotyaintsev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E70CB16A4CF for ; Wed, 2 Feb 2005 22:48:44 +0000 (GMT) Received: from limicola.its.uu.se (limicola.its.UU.SE [130.238.7.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id C529443D3F for ; Wed, 2 Feb 2005 22:48:43 +0000 (GMT) (envelope-from ko@nest.irfu.se) Received: by limicola.its.uu.se (Postfix, from userid 205) id EBF504981; Wed, 2 Feb 2005 23:48:42 +0100 (MEZ) Received: from limicola.its.uu.se(127.0.0.1) by limicola.its.uu.se via virus-scan id s2602; Wed, 2 Feb 05 23:48:30 +0100 Received: from nest.irfu.se (nest.irfu.se [130.238.30.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by limicola.its.uu.se (Postfix) with ESMTP id 6C3CB4935 for ; Wed, 2 Feb 2005 23:48:30 +0100 (MEZ) Received: from nest.irfu.se (localhost [127.0.0.1]) by nest.irfu.se (8.13.1/8.13.1) with ESMTP id j12MmQAu057168 for ; Wed, 2 Feb 2005 23:48:26 +0100 (CET) (envelope-from ko@nest.irfu.se) Received: (from ko@localhost) by nest.irfu.se (8.13.1/8.13.1/Submit) id j12MmLPu057167; Wed, 2 Feb 2005 23:48:21 +0100 (CET) (envelope-from ko) Message-Id: <200502022248.j12MmLPu057167@nest.irfu.se> Date: Wed, 2 Feb 2005 23:48:21 +0100 (CET) From: Mykola Khotyaintsev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77040: Port update: science/ovt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mykola Khotyaintsev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 22:50:39 -0000 >Number: 77040 >Category: ports >Synopsis: Port update: science/ovt >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 Feb 02 22:50:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mykola Khotyaintsev >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD nest.irfu.se 4.11-STABLE FreeBSD 4.11-STABLE #0: Mon Jan 31 15:11:02 CET 2005 yuri@nest.irfu.se:/stor/obj/stor/src/sys/NEST i386 >Description: Update to a new bsd.kde.mk >How-To-Repeat: >Fix: --- ovt-port.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: # # science/ovt # science/ovt/pkg-plist # science/ovt/Makefile # science/ovt/distinfo # science/ovt/pkg-descr # echo c - science/ovt mkdir -p science/ovt > /dev/null 2>&1 echo x - science/ovt/pkg-plist sed 's/^X//' >science/ovt/pkg-plist << 'END-of-science/ovt/pkg-plist' Xbin/checktle Xbin/ovt Xlib/libovt-%%PORTVERSION%%.so Xshare/ovt-%%PORTVERSION%%/conf/ovt.conf Xshare/ovt-%%PORTVERSION%%/docs/about.html Xshare/ovt-%%PORTVERSION%%/docs/license.txt Xshare/ovt-%%PORTVERSION%%/docs/vtk-license.txt Xshare/ovt-%%PORTVERSION%%/lib/jaxp.jar Xshare/ovt-%%PORTVERSION%%/lib/ovt-%%PORTVERSION%%.jar Xshare/ovt-%%PORTVERSION%%/lib/parser.jar Xshare/ovt-%%PORTVERSION%%/mdata/coastline.dat Xshare/ovt-%%PORTVERSION%%/mdata/igrf.d Xshare/ovt-%%PORTVERSION%%/mdata/igrf_c.d Xshare/ovt-%%PORTVERSION%%/odata/Astrid2.tle Xshare/ovt-%%PORTVERSION%%/odata/Cluster1.ltof Xshare/ovt-%%PORTVERSION%%/odata/Cluster1.spin Xshare/ovt-%%PORTVERSION%%/odata/Cluster2.ltof Xshare/ovt-%%PORTVERSION%%/odata/Cluster2.spin Xshare/ovt-%%PORTVERSION%%/odata/Cluster3.ltof Xshare/ovt-%%PORTVERSION%%/odata/Cluster4.ltof Xshare/ovt-%%PORTVERSION%%/odata/Double_Star_1.ltof Xshare/ovt-%%PORTVERSION%%/odata/Double_Star_2.ltof Xshare/ovt-%%PORTVERSION%%/odata/Fast.spin Xshare/ovt-%%PORTVERSION%%/odata/Fast.tle Xshare/ovt-%%PORTVERSION%%/odata/Freja.spin Xshare/ovt-%%PORTVERSION%%/odata/Freja.tle Xshare/ovt-%%PORTVERSION%%/odata/Interball_Auroral.tle Xshare/ovt-%%PORTVERSION%%/odata/Interball_Tail.tle Xshare/ovt-%%PORTVERSION%%/odata/Polar.tle Xshare/ovt-%%PORTVERSION%%/odata/akebono.tle Xshare/ovt-%%PORTVERSION%%/odata/de1.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf10.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf11.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf12.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf13.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf14.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf15.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf8.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf9.tle Xshare/ovt-%%PORTVERSION%%/odata/exosd.tle Xshare/ovt-%%PORTVERSION%%/odata/uars.tle Xshare/ovt-%%PORTVERSION%%/textures/earth8km2000x1000.pnm Xshare/ovt-%%PORTVERSION%%/textures/earth_BnW.pnm Xshare/ovt-%%PORTVERSION%%/textures/earth_normal.pnm Xshare/ovt-%%PORTVERSION%%/userdata/DSTIndex.dat Xshare/ovt-%%PORTVERSION%%/userdata/IMF.dat Xshare/ovt-%%PORTVERSION%%/userdata/KPIndex.dat Xshare/ovt-%%PORTVERSION%%/userdata/MachNumber.dat Xshare/ovt-%%PORTVERSION%%/userdata/SWP.dat Xshare/ovt-%%PORTVERSION%%/userdata/gb_stations.xml Xshare/ovt-%%PORTVERSION%%/userdata/w96.dat X@dirrm share/ovt-%%PORTVERSION%%/userdata X@dirrm share/ovt-%%PORTVERSION%%/textures X@dirrm share/ovt-%%PORTVERSION%%/odata X@dirrm share/ovt-%%PORTVERSION%%/mdata X@dirrm share/ovt-%%PORTVERSION%%/lib X@dirrm share/ovt-%%PORTVERSION%%/docs X@dirrm share/ovt-%%PORTVERSION%%/conf X@dirrm share/ovt-%%PORTVERSION%% END-of-science/ovt/pkg-plist echo x - science/ovt/Makefile sed 's/^X//' >science/ovt/Makefile << 'END-of-science/ovt/Makefile' X# New ports collection makefile for: ovt X# Date created: 16 Sept 2003 X# Whom: Mykola Khotyaintsev X# X# $FreeBSD: ports/science/ovt/Makefile,v 1.4 2004/04/11 00:22:47 kris Exp $ X# X XPORTNAME= ovt XPORTVERSION= 2.3 XPORTREVISION= 2 XCATEGORIES= science astro XMASTER_SITES= # http://ovt.irfu.se/download/ XDISTNAME= ${PORTNAME}-${PORTVERSION}_${OVTBUILD}-src X XMAINTAINER= ko@nest.irfu.se XCOMMENT= The Orbit Visualization Tool X XLIB_DEPENDS= vtkCommonJava:${PORTSDIR}/math/vtk-java X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XOVTBUILD= 3 XUSE_BZIP2= yes XUSE_GMAKE= yes XINSTALLS_SHLIB= yes X#USE_AUTOCONF= yes XGNU_CONFIGURE= yes XONLY_FOR_ARCHS= i386 X XUSE_JAVA= yes XJAVA_VERSION= 1.4+ XJAVA_OS= native XJAVA_BUILD= jdk XJAVA_RUN= jre X XCONFIGURE_ARGS= --with-jdk=${JAVA_HOME} X XPLIST_SUB+= PORTVERSION=${PORTVERSION} X XRESTRICTED= yes X X.include X X# Check for OVT distfile X.if !exists(${DISTDIR}/${DISTNAME}.tar.bz2) && !defined(PACKAGE_BUILDING) XECHO_MSG=/usr/bin/printf XIGNORE= :\n\ XBecause of licensing restrictions, you must fetch the source distribution\n\ Xmanually. Please access http://ovt.irfu.se/download/ with a web browser and\n\ Xfollow the \"Download\" link for the \"OVT ${PORTVERSION} Sources\".\n\ XYou will be required to log in and register, but you can create an account\n\ Xon this page. After registration download the source file, ${DISTFILES}.\n\ XPlease place this file in ${DISTDIR}.\n X.endif X X.include END-of-science/ovt/Makefile echo x - science/ovt/distinfo sed 's/^X//' >science/ovt/distinfo << 'END-of-science/ovt/distinfo' XMD5 (ovt-2.3_3-src.tar.bz2) = c80cc901f3dea0ddecd42a1f65ce7614 XSIZE (ovt-2.3_3-src.tar.bz2) = 13360012 END-of-science/ovt/distinfo echo x - science/ovt/pkg-descr sed 's/^X//' >science/ovt/pkg-descr << 'END-of-science/ovt/pkg-descr' XThe Orbit Visualization Tool is computer software that makes it possible Xto show satellite orbits in the Earth's magnetospheric field. X XThe program can display satellite orbits in five coordinate systems (GEI, XGEO, GSM, SMC, GSE), satellite footprints projected on the Earth's surface. XIn addition to satellite orbits the software computes and displays various Xmodels of magnetospheric structures, magnetopause, bow shock and electric Xpotential, geomagnetic activity, and interplanetary field conditions. X XWWW: http://ovt.irfu.se/ END-of-science/ovt/pkg-descr exit --- ovt-port.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 2 23:09:38 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 151A816A4CE; Wed, 2 Feb 2005 23:09:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C67DD43D31; Wed, 2 Feb 2005 23:09:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j12N9bik039800; Wed, 2 Feb 2005 23:09:37 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j12N9bh5039796; Wed, 2 Feb 2005 23:09:37 GMT (envelope-from pav) Date: Wed, 2 Feb 2005 23:09:37 GMT From: Pav Lucistnik Message-Id: <200502022309.j12N9bh5039796@freefall.freebsd.org> To: filippo@widestore.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77006: [NEW PORT] x11-themes/gnome-icons-lila X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Feb 2005 23:09:38 -0000 Synopsis: [NEW PORT] x11-themes/gnome-icons-lila State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Feb 2 20:26:33 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77006 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 00:40:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 074EA16A4CE for ; Thu, 3 Feb 2005 00:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F1B43D54 for ; Thu, 3 Feb 2005 00:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j130eHtB047872 for ; Thu, 3 Feb 2005 00:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j130eHbm047845; Thu, 3 Feb 2005 00:40:17 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 00:40:17 GMT Resent-Message-Id: <200502030040.j130eHbm047845@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC86516A4CE for ; Thu, 3 Feb 2005 00:32:33 +0000 (GMT) Received: from unimail.uni-dortmund.de (mx1.HRZ.Uni-Dortmund.DE [129.217.128.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0442943D2F for ; Thu, 3 Feb 2005 00:32:33 +0000 (GMT) (envelope-from matthias.andree@web.de) Received: from m2a2.myip.org (g2suctvmg7e7b6zi@p508EFA7B.dip.t-dialin.net [80.142.250.123]) (authenticated bits=0)j130VBAV004143; Thu, 3 Feb 2005 01:31:17 +0100 (CET) Received: by merlin.emma.line.org (Postfix, from userid 1001) id 632FF1B208; Thu, 3 Feb 2005 01:31:09 +0100 (CET) Message-Id: <20050203003109.632FF1B208@merlin.emma.line.org> Date: Thu, 3 Feb 2005 01:31:09 +0100 (CET) From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77041: [NEW PORT] devel/bitkeeper: Scalable Distributed Software Configuration Management System X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 00:40:23 -0000 >Number: 77041 >Category: ports >Synopsis: [NEW PORT] devel/bitkeeper: Scalable Distributed Software Configuration Management System >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 Feb 03 00:40:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD merlin.emma.line.org 5.3-STABLE FreeBSD 5.3-STABLE #19: Mon Jan 17 11:26:06 CET 2005 >Description: SUPERSEDES: ports/76208 this version of the port avoids compat4x dependency for FreeBSD [5.3 ; 6.0 [ "BK/Pro is a scalable configuration management system, supporting globally distributed development, disconnected operation, compressed repositories, change sets, and repositories as branches. Distributed means that every developer gets their own personal repository, complete with revision history, and the tool handles moving changes between repositories. SSH, RSH, BKD, HTTP, and/or SMTP can all be used as communication transports between repositories; or, if both are local, the system just uses the file system." -- Bitmover, Inc. WWW: http://www.bitkeeper.com/Products.BK_Pro.html Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- bitkeeper-3.2.3.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: # # bitkeeper # bitkeeper/distinfo-5 # bitkeeper/Makefile # bitkeeper/distinfo # bitkeeper/pkg-descr # bitkeeper/pkg-message # bitkeeper/pkg-plist # echo c - bitkeeper mkdir -p bitkeeper > /dev/null 2>&1 echo x - bitkeeper/distinfo-5 sed 's/^X//' >bitkeeper/distinfo-5 << 'END-of-bitkeeper/distinfo-5' XMD5 (bk-3.2.3-x86-freebsd5.1.bin) = 88aec7a9afdd0142f44a9d20238bcc4f XSIZE (bk-3.2.3-x86-freebsd5.1.bin) = 3114740 END-of-bitkeeper/distinfo-5 echo x - bitkeeper/Makefile sed 's/^X//' >bitkeeper/Makefile << 'END-of-bitkeeper/Makefile' X# Ports collection Makefile for: devel/bitkeeper X# Whom: Matthias Andree X# Date created: 2005-01-13 X# X# $FreeBSD$ X# X X# NOTE: unfortunately, bitkeeper hardcodes it path, so moving files around X# does not work properly, not even for the documentation unfortunately. X X# NOTE: we list no MASTER_SITES because the user must fetch the software X# manually after registering. X XPORTNAME= bitkeeper XPORTVERSION= 3.2.3 XCATEGORIES= devel XEXTRACT_SUFX= XEXTRACT_ONLY= X XMAINTAINER= matthias.andree@gmx.de XCOMMENT= Scalable Distributed Software Configuration Management System X XONLY_FOR_ARCHS= i386 XNO_BUILD= yes XRESTRICTED= "Redistribution is not permitted" X XUSE_XLIB= yes X XMAN1= bk-Basics-Overview.1 bk-Howto-bkd.1 bk-Howto-developer.1 \ X bk-Howto-setup.1 bk-Howto.1 bk-abort.1 bk-admin.1 \ X bk-annotate.1 bk-backups.1 bk-base64.1 bk-bin.1 bk-bk.1 \ X bk-bkcl.1 bk-bkd.1 bk-bkl.1 bk-bkscc.1 bk-c2r.1 bk-cat.1 \ X bk-changes.1 bk-check.1 bk-checksum.1 bk-chmod.1 bk-ci.1 \ X bk-citool.1 bk-clean.1 bk-clone.1 bk-cmdlog.1 bk-co.1 \ X bk-comments.1 bk-commit.1 bk-compatibility.1 bk-config-etc.1 \ X bk-config-gui.1 bk-config.1 bk-cp.1 bk-crypto.1 bk-cset.1 \ X bk-csetprune.1 bk-csets.1 bk-csettool.1 bk-delta.1 bk-diffs.1 \ X bk-difftool.1 bk-edit.1 bk-editor.1 bk-emacs.1 bk-export.1 \ X bk-extras.1 bk-files.1 bk-findkey.1 bk-fix.1 bk-flags.1 \ X bk-fmtool.1 bk-gca.1 bk-get.1 bk-gethost.1 bk-getuser.1 \ X bk-gnupatch.1 bk-gone.1 bk-grep.1 bk-help.1 bk-helptool.1 \ X bk-history.1 bk-id.1 bk-ignore.1 bk-import.1 bk-info.1 \ X bk-initscripts.1 bk-isascii.1 bk-key2rev.1 bk-keywords.1 \ X bk-lease.1 bk-level.1 bk-licensing.1 bk-links.1 bk-lock.1 \ X bk-lod.1 bk-log.1 bk-makepatch.1 bk-merge-binaries.1 \ X bk-merge.1 bk-merging.1 bk-more.1 bk-multiuser.1 bk-mv.1 \ X bk-mvdir.1 bk-names.1 bk-new.1 bk-newroot.1 bk-obscure.1 \ X bk-openlogging.1 bk-parent.1 bk-path.1 bk-pending.1 \ X bk-prompt.1 bk-prs.1 bk-pull.1 bk-push.1 bk-r2c.1 bk-range.1 \ X bk-rcs2sccs.1 bk-rcsparse.1 bk-receive.1 bk-relink.1 \ X bk-renames.1 bk-renametool.1 bk-renumber.1 bk-repogca.1 \ X bk-resolve.1 bk-revtool.1 bk-rm.1 bk-rmdel.1 bk-rmdir.1 \ X bk-rmgone.1 bk-root.1 bk-rset.1 bk-sane.1 bk-sccslog.1 \ X bk-send.1 bk-sendbug.1 bk-set.1 bk-setup.1 bk-setuptool.1 \ X bk-sfiles.1 bk-sfio.1 bk-smerge.1 bk-status.1 bk-stripdel.1 \ X bk-superset.1 bk-support.1 bk-tag.1 bk-takepatch.1 \ X bk-templates.1 bk-terms.1 bk-treediff.1 bk-triggers.1 \ X bk-undo.1 bk-undos.1 bk-unedit.1 bk-unlock.1 bk-unpull.1 \ X bk-unrm.1 bk-unwrap.1 bk-url.1 bk-users.1 bk-version.1 \ X bk-what.1 bk-wrap.1 bk-xflags.1 bk-zone.1 XMANCOMPRESSED= no X Xdo-install: X ${MKDIR} ${WRKSRC} X ${INSTALL_PROGRAM} ${DISTDIR}/${DISTNAME} ${WRKSRC}/ X ${MKDIR} ${PREFIX}/bitkeeper ${PREFIX}/bin X ${CHMOD} u+rx ${WRKSRC}/${DISTNAME} X BK_NOLINKS=1 ${WRKSRC}/${DISTNAME} ${PREFIX}/bitkeeper X.for i in admin bk delta get prs rmdel unget X ${LN} -s ${PREFIX}/bitkeeper/$i ${PREFIX}/bin X.endfor X for i in ${PREFIX}/bitkeeper/man/man1/bk-* ; do \ X ${LN} $$i ${PREFIX}/man/man1/ ; \ X done X ${RM} -rf ${PREFIX}/bitkeeper/man X Xpost-install: X ${CAT} ${PKGMESSAGE} X X.include X X.if ${OSVERSION} < 501000 || ${OSVERSION} > 600000 XDISTNAME= bk-${PORTVERSION}-x86-freebsd4.1.bin X.if ${OSVERSION} >= 500000 XLIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x X.endif X.else XDISTNAME= bk-${PORTVERSION}-x86-freebsd5.1.bin XMD5_FILE= ${MASTERDIR}/distinfo-5 X.endif X X.if !exists(${DISTDIR}/${DISTNAME}) XECHO_MSG= ${PRINTF} XIGNORE=:\n\ XBecause of licensing restrictions, you must fetch the bitkeeper binary\n\ Xmanually. Please fill in one of the download forms at\n\ Xhttp://www.bitkeeper.com/Products.BK_Pro.Downloads.html and download\n\ Xthe ${DISTFILES} file and place it in ${DISTDIR}.\n X.endif X X.include END-of-bitkeeper/Makefile echo x - bitkeeper/distinfo sed 's/^X//' >bitkeeper/distinfo << 'END-of-bitkeeper/distinfo' XMD5 (bk-3.2.3-x86-freebsd4.1.bin) = 53401c9f06c0cd90adfbd8c05d7a884b XSIZE (bk-3.2.3-x86-freebsd4.1.bin) = 3102940 END-of-bitkeeper/distinfo echo x - bitkeeper/pkg-descr sed 's/^X//' >bitkeeper/pkg-descr << 'END-of-bitkeeper/pkg-descr' X"BK/Pro is a scalable configuration management system, supporting globally Xdistributed development, disconnected operation, compressed repositories, Xchange sets, and repositories as branches. X XDistributed means that every developer gets their own personal repository, Xcomplete with revision history, and the tool handles moving changes between Xrepositories. SSH, RSH, BKD, HTTP, and/or SMTP can all be used as communication Xtransports between repositories; or, if both are local, the system just uses Xthe file system." X -- Bitmover, Inc. X XWWW: http://www.bitkeeper.com/Products.BK_Pro.html END-of-bitkeeper/pkg-descr echo x - bitkeeper/pkg-message sed 's/^X//' >bitkeeper/pkg-message << 'END-of-bitkeeper/pkg-message' XWARNING: If you are using the BitKeeper free license, there are some important Xlicense restrictions, the free license is valid for open source software only, Xnot to competitors of BitMover and it terminates in the event that BitMover Xpublish a new version of the BitKeeper software, to which you must upgrade. END-of-bitkeeper/pkg-message echo x - bitkeeper/pkg-plist sed 's/^X//' >bitkeeper/pkg-plist << 'END-of-bitkeeper/pkg-plist' Xbin/admin Xbin/bk Xbin/delta Xbin/get Xbin/prs Xbin/rmdel Xbin/unget Xbitkeeper/RELEASE-NOTES Xbitkeeper/admin Xbitkeeper/applypatch Xbitkeeper/b64wrap Xbitkeeper/bitkeeper.config Xbitkeeper/bk Xbitkeeper/bk.script Xbitkeeper/bk_refcard.pdf Xbitkeeper/bk_refcard.ps Xbitkeeper/bkhelp.txt Xbitkeeper/bkmsg.txt Xbitkeeper/cmp Xbitkeeper/delta Xbitkeeper/diff Xbitkeeper/diff3 Xbitkeeper/get Xbitkeeper/gui/bin/bkgui Xbitkeeper/gui/bin/tclsh X@dirrm bitkeeper/gui/bin Xbitkeeper/gui/images/bklogo.gif Xbitkeeper/gui/images/ci-cset.xbm Xbitkeeper/gui/images/ci-done.xbm Xbitkeeper/gui/images/ci-exclude.xbm Xbitkeeper/gui/images/ci-modified.xbm Xbitkeeper/gui/images/ci-new.xbm Xbitkeeper/gui/images/next.gif Xbitkeeper/gui/images/previous.gif X@dirrm bitkeeper/gui/images Xbitkeeper/gui/lib/bugform Xbitkeeper/gui/lib/citool Xbitkeeper/gui/lib/csettool Xbitkeeper/gui/lib/difftool Xbitkeeper/gui/lib/fm3tool Xbitkeeper/gui/lib/fmtool Xbitkeeper/gui/lib/helptool Xbitkeeper/gui/lib/installtool Xbitkeeper/gui/lib/msgtool Xbitkeeper/gui/lib/renametool Xbitkeeper/gui/lib/revtool Xbitkeeper/gui/lib/setuptool Xbitkeeper/gui/lib/supportform Xbitkeeper/gui/lib/tcl8.4/auto.tcl Xbitkeeper/gui/lib/tcl8.4/encoding/ascii.enc Xbitkeeper/gui/lib/tcl8.4/encoding/cp1252.enc Xbitkeeper/gui/lib/tcl8.4/encoding/iso8859-1.enc Xbitkeeper/gui/lib/tcl8.4/encoding/iso8859-2.enc Xbitkeeper/gui/lib/tcl8.4/encoding/macRoman.enc X@dirrm bitkeeper/gui/lib/tcl8.4/encoding Xbitkeeper/gui/lib/tcl8.4/history.tcl Xbitkeeper/gui/lib/tcl8.4/http1.0/http.tcl Xbitkeeper/gui/lib/tcl8.4/http1.0/pkgIndex.tcl X@dirrm bitkeeper/gui/lib/tcl8.4/http1.0 Xbitkeeper/gui/lib/tcl8.4/http2.4/http.tcl Xbitkeeper/gui/lib/tcl8.4/http2.4/pkgIndex.tcl X@dirrm bitkeeper/gui/lib/tcl8.4/http2.4 Xbitkeeper/gui/lib/tcl8.4/init.tcl Xbitkeeper/gui/lib/tcl8.4/ldAix Xbitkeeper/gui/lib/tcl8.4/ldAout.tcl Xbitkeeper/gui/lib/tcl8.4/msgcat1.3/msgcat.tcl Xbitkeeper/gui/lib/tcl8.4/msgcat1.3/pkgIndex.tcl X@dirrm bitkeeper/gui/lib/tcl8.4/msgcat1.3 Xbitkeeper/gui/lib/tcl8.4/opt0.4/optparse.tcl Xbitkeeper/gui/lib/tcl8.4/opt0.4/pkgIndex.tcl X@dirrm bitkeeper/gui/lib/tcl8.4/opt0.4 Xbitkeeper/gui/lib/tcl8.4/package.tcl Xbitkeeper/gui/lib/tcl8.4/parray.tcl Xbitkeeper/gui/lib/tcl8.4/safe.tcl Xbitkeeper/gui/lib/tcl8.4/tclAppInit.c Xbitkeeper/gui/lib/tcl8.4/tclIndex Xbitkeeper/gui/lib/tcl8.4/tcltest2.2/pkgIndex.tcl Xbitkeeper/gui/lib/tcl8.4/tcltest2.2/tcltest.tcl X@dirrm bitkeeper/gui/lib/tcl8.4/tcltest2.2 Xbitkeeper/gui/lib/tcl8.4/word.tcl X@dirrm bitkeeper/gui/lib/tcl8.4 Xbitkeeper/gui/lib/tk8.4/bgerror.tcl Xbitkeeper/gui/lib/tk8.4/button.tcl Xbitkeeper/gui/lib/tk8.4/choosedir.tcl Xbitkeeper/gui/lib/tk8.4/clrpick.tcl Xbitkeeper/gui/lib/tk8.4/comdlg.tcl Xbitkeeper/gui/lib/tk8.4/console.tcl Xbitkeeper/gui/lib/tk8.4/dialog.tcl Xbitkeeper/gui/lib/tk8.4/entry.tcl Xbitkeeper/gui/lib/tk8.4/focus.tcl Xbitkeeper/gui/lib/tk8.4/listbox.tcl Xbitkeeper/gui/lib/tk8.4/menu.tcl Xbitkeeper/gui/lib/tk8.4/mkpsenc.tcl Xbitkeeper/gui/lib/tk8.4/msgbox.tcl Xbitkeeper/gui/lib/tk8.4/msgs/cs.msg Xbitkeeper/gui/lib/tk8.4/msgs/de.msg Xbitkeeper/gui/lib/tk8.4/msgs/el.msg Xbitkeeper/gui/lib/tk8.4/msgs/en.msg Xbitkeeper/gui/lib/tk8.4/msgs/en_gb.msg Xbitkeeper/gui/lib/tk8.4/msgs/es.msg Xbitkeeper/gui/lib/tk8.4/msgs/fr.msg Xbitkeeper/gui/lib/tk8.4/msgs/it.msg Xbitkeeper/gui/lib/tk8.4/msgs/nl.msg Xbitkeeper/gui/lib/tk8.4/msgs/ru.msg X@dirrm bitkeeper/gui/lib/tk8.4/msgs Xbitkeeper/gui/lib/tk8.4/obsolete.tcl Xbitkeeper/gui/lib/tk8.4/optMenu.tcl Xbitkeeper/gui/lib/tk8.4/palette.tcl Xbitkeeper/gui/lib/tk8.4/panedwindow.tcl Xbitkeeper/gui/lib/tk8.4/prolog.ps Xbitkeeper/gui/lib/tk8.4/safetk.tcl Xbitkeeper/gui/lib/tk8.4/scale.tcl Xbitkeeper/gui/lib/tk8.4/scrlbar.tcl Xbitkeeper/gui/lib/tk8.4/spinbox.tcl Xbitkeeper/gui/lib/tk8.4/tclIndex Xbitkeeper/gui/lib/tk8.4/tearoff.tcl Xbitkeeper/gui/lib/tk8.4/text.tcl Xbitkeeper/gui/lib/tk8.4/tk.tcl Xbitkeeper/gui/lib/tk8.4/tkAppInit.c Xbitkeeper/gui/lib/tk8.4/tkfbox.tcl Xbitkeeper/gui/lib/tk8.4/unsupported.tcl Xbitkeeper/gui/lib/tk8.4/xmfbox.tcl X@dirrm bitkeeper/gui/lib/tk8.4 X@dirrm bitkeeper/gui/lib X@dirrm bitkeeper/gui Xbitkeeper/gzip_b64wrap Xbitkeeper/gzip_uuwrap Xbitkeeper/import Xbitkeeper/patch Xbitkeeper/prs Xbitkeeper/resync Xbitkeeper/rmdel Xbitkeeper/sdiff Xbitkeeper/unb64wrap Xbitkeeper/unget Xbitkeeper/ungzip_b64wrap Xbitkeeper/ungzip_uuwrap Xbitkeeper/unuuwrap Xbitkeeper/uuwrap X@dirrm bitkeeper END-of-bitkeeper/pkg-plist exit --- bitkeeper-3.2.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 01:10:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2CE016A4CE for ; Thu, 3 Feb 2005 01:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85D8943D3F for ; Thu, 3 Feb 2005 01:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j131AKTp052582 for ; Thu, 3 Feb 2005 01:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j131AK4o052581; Thu, 3 Feb 2005 01:10:20 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 01:10:20 GMT Message-Id: <200502030110.j131AK4o052581@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Matthias Andree Subject: Re: ports/76208 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthias Andree List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 01:10:20 -0000 The following reply was made to PR ports/76208; it has been noted by GNATS. From: Matthias Andree To: freebsd-gnats-submit@FreeBSD.org, matthias.andree@gmx.de Cc: Subject: Re: ports/76208 Date: Thu, 3 Feb 2005 02:04:22 +0100 Please close this, it was superseded by ports/77041. -- Matthias Andree From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 01:20:14 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A82D416A4D0 for ; Thu, 3 Feb 2005 01:20:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EFC643D3F for ; Thu, 3 Feb 2005 01:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j131KElr052856 for ; Thu, 3 Feb 2005 01:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j131KE8A052855; Thu, 3 Feb 2005 01:20:14 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 01:20:14 GMT Resent-Message-Id: <200502030120.j131KE8A052855@freefall.freebsd.org> 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 Engels Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09DDF16A4CE for ; Thu, 3 Feb 2005 01:15:17 +0000 (GMT) Received: from e.0x20.net (gw.0x20.net [217.69.68.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF4D143D2D for ; Thu, 3 Feb 2005 01:15:15 +0000 (GMT) (envelope-from lars@0x20.net) Received: from bart.bsd-geek.de (dsl-082-083-240-009.arcor-ip.net [82.83.240.9]) (authenticated bits=128) by e.0x20.net (8.13.1/8.13.1/Submit) with ESMTP id j131FCFw002357 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 3 Feb 2005 02:15:13 +0100 (CET) (envelope-from lars@bsd-geek.de) Received: from bart.bsd-geek.de (localhost.bsd-geek.de [127.0.0.1]) by bart.bsd-geek.de (8.13.1/8.13.1) with ESMTP id j131EvnX044821 for ; Thu, 3 Feb 2005 02:14:58 +0100 (CET) (envelope-from lars@bart.bsd-geek.de) Received: (from root@localhost) by bart.bsd-geek.de (8.13.1/8.13.1/Submit) id j131EvnB044820; Thu, 3 Feb 2005 02:14:57 +0100 (CET) (envelope-from lars) Message-Id: <200502030114.j131EvnB044820@bart.bsd-geek.de> Date: Thu, 3 Feb 2005 02:14:57 +0100 (CET) From: Lars Engels To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77042: new port: games/hattrickorganizer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lars Engels List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 01:20:14 -0000 >Number: 77042 >Category: ports >Synopsis: new port: games/hattrickorganizer >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 Feb 03 01:20:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Lars Engels >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD bart.bsd-geek.de 5.3-STABLE FreeBSD 5.3-STABLE #2: Fri Jan 28 16:10:20 CET 2005 root@bart.bsd-geek.de:/usr/obj/usr/src/sys/BART i386 >Description: Update to existing PR ports/76387 with several fixes to get the program running The old PR can be closed. Hattrick Organizer is a management tool for the online football manager game at Hattrick.org WWW: http://www.hattrickorganizer.de >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: # # hattrickorganizer/ # hattrickorganizer/files # hattrickorganizer/files/hattrickorganizer # hattrickorganizer/pkg-descr # hattrickorganizer/Makefile # hattrickorganizer/distinfo # hattrickorganizer/pkg-plist # hattrickorganizer/pkg-message # echo c - hattrickorganizer/ mkdir -p hattrickorganizer/ > /dev/null 2>&1 echo c - hattrickorganizer/files mkdir -p hattrickorganizer/files > /dev/null 2>&1 echo x - hattrickorganizer/files/hattrickorganizer sed 's/^X//' >hattrickorganizer/files/hattrickorganizer << 'END-of-hattrickorganizer/files/hattrickorganizer' X#!/bin/tcsh X X X### If you like to, you can try to fix the backup/restore X### commands and submit a pr :) X X X# Enter the maximum amount of backups you do want to store. X# Default is 5 X# X#MAX_BACKUPS=5 X Xset MAX_BACKUPS=5 X X X########################################################## X# DO NOT EDIT ANY MORE UNTIL YOU KNOW WHAT YOU'RE DOING! # X########################################################## X X X# Enter HO!'s directory. Default is the current directory X# X#HODIR=. X Xset HODIR=/usr/local/games/hattrickorganizer X Xset HOME=~/.hattrickorganizer X X# Enter the default backup-directory. It will be created X# in $HODIR/$DB/ if it doesn't exist. Default is `backup' X# X#BACKUPDIR=backup X Xset BACKUPDIR=~/.hattrickorganizer/backup X Xset JAVA=`which java` X Xset PLUGINSDIR=~/.hattrickorganizer/hoplugins X X# database-directory: X Xset DATABASEDIR=~/.hattrickorganizer/db X X# Store the name of this script. X Xset HONAME=$0 X X# Which database to backup? X Xset SCRIPT=database.script X X# We need a date for the backup-file X Xset DATE=`date "+%Y-%m-%d"` X X# Perform backup by default? X Xset BACKUP=true X X# Restore by default? X# IMPORTANT! This is just for initialisation! X# If you set this to true strange things will occure! X Xset RESTORE=false X X# Which version of HO! is this? X Xset HOVERSION=`cat $HODIR/version.txt` X X# MAIN X X# Run throuh the params X Xif ($#argv != 0) then X switch ($argv[1]) X case {-v,--version}: X echo "This is HO\! version $HOVERSION" X exit (0) X #case {-nb,--nobackup}: X # set BACKUP=false X # breaksw X case {-h,--help}: X echo "Usage: $HONAME [option]" X echo "Options:" X echo " -h --help This help text." X echo " -v --version Show HO\! version." X # echo " -nb --nobackup Start without backup" X # echo " -r --restore Restore the last backup-/le." X # echo " -rd --restoredate " X # echo " Restore the backup-/le from " X # echo " -bd --backupdir Use this as the backup directory." X exit (0) X #case {-bd,--backupdir}: X # set BACKUPDIR=$2 X # shift X # breaksw X #case {-r,--restore}: X # set RESTORE=true X # set BACKUP=false X # breaksw X #case {rd,--restoredir}: X # set RESTORE=true X # set RESTOREDATE=$2 X # if (-z $RESTOREDATE) then X # echo "Option rd or restoredate needs a parameter\!" X # exit 1 X # endif X # set BACKUP=false; X # shift X # breaksw X default: X echo "Unknown parameter $1" X echo "Try $HONAME --help to get help." X exit (1) X endsw X shift Xendif X Xif (! -d $HOME) then X echo "creating ~/.hattrickorganizer" X mkdir ~/.hattrickorganizer Xendif X Xif (! -d $DATABASEDIR) then X echo "creating $DATABASEDIR" X mkdir -p $DATABASEDIR Xendif X Xif (! -d $PLUGINSDIR) then X echo "creating $PLUGINSDIR" X mkdir -p $PLUGINSDIR Xendif X Xif (! -e $HOME/sprache) then X ln -s $HODIR/sprache $HOME/sprache Xendif X X# Perform backups or restore only if $DATABASEDIR exists X X#if (-d $DATABASEDIR) then X# `$BACKUP` X# cd $DATABASEDIR X# if (! -d $BACKUPDIR) then X# echo "creating $DATABASEDIR$BACKUPDIR" X# mkdir -p $BACKUPDIR X# endif X# cd $BACKUPDIR X# #while (`ls -r | wc -l` -gt $MAX_BACKUPS) X# # rm -f `ls -r | tail -1` X# #end X# cd .. X# if (-r $SCRIPT) then X# gzip -c $SCRIPT > $BACKUPDIR/$SCRIPT-$DATE.gz X# else X# echo "No database found, so there is nothing to backup." X# endif X# cd .. X# X# `$RESTORE` X# cd $DATABASEDIR X# if (-z $RESTOREDATE) then X# if (`ls $BACKUPDIR/$SCRIPT*.gz | wc -l` -lt 1) then X# echo "No backup-/le found." X# exit 1 X# endif X# gunzip -c `ls $BACKUPDIR/$SCRIPT*.gz | tail -1` > $SCRIPT X# else X# if (-r $BACKUPDIR/$SCRIPT-$RESTOREDATE.gz) then X# gunzip -c "$BACKUPDIR/$SCRIPT-$RESTOREDATE.gz" > $SCRIPT X# echo "restored database from $BACKUPDIR/$SCRIPT-$RESTOREDATE.gz" X# else X# echo "Error reading backup-/le $BACKUPDIR/$SCRIPT-$RESTOREDATE.gz." X# cd .. X# exit 1 X# endif X# endif X# cd .. X# X#else X# echo "No directory $DATABASEDIR found. This is your /rst HO\!-Session, isn't it? Have fun\!" X#endif X X# Start HO! X cd $HOME X $JAVA -jar $HODIR/hocoded.jar X X# Exit this script X Xexit 0 END-of-hattrickorganizer/files/hattrickorganizer echo x - hattrickorganizer/pkg-descr sed 's/^X//' >hattrickorganizer/pkg-descr << 'END-of-hattrickorganizer/pkg-descr' XHattrick Organizer is a management tool for the Xonline football manager game at Hattrick.org X XWWW: http://www.hattrickorganizer.de X X- Lars Engels Xlars@0x20.net END-of-hattrickorganizer/pkg-descr echo x - hattrickorganizer/Makefile sed 's/^X//' >hattrickorganizer/Makefile << 'END-of-hattrickorganizer/Makefile' X# New ports collection makefile for: hattrickorganizer X# Date Created: 17 Jan 2005 X# Whom: Lars Engels X# X# $FreeBSD$ X# X XPORTNAME= hattrickorganizer XPORTVERSION= 1.271 XCATEGORIES= games XMASTER_SITES= http://www.wow-auctions.net/ho/download/ XDISTNAME= ho_127 X XMAINTAINER= lars.engels@0x20.net XCOMMENT= A management tool for Hattrick.org written in Java X XEXTRACT_AFTER_ARGS= -d ${WRKSRC} X XUSE_ZIP= yes XNO_BUILD= yes XUSE_JAVA= yes XJAVA_VERSION= 1.4+ X Xdo-install: X @${MKDIR} ${PREFIX}/games/${PORTNAME} X @${CP} -r ${WRKSRC}/* ${PREFIX}/games/${PORTNAME} X @${CP} -r ${FILESDIR}/hattrickorganizer /${PREFIX}/bin/ X @${CHMOD} 755 /${PREFIX}/bin/hattrickorganizer X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-hattrickorganizer/Makefile echo x - hattrickorganizer/distinfo sed 's/^X//' >hattrickorganizer/distinfo << 'END-of-hattrickorganizer/distinfo' XMD5 (ho_127.zip) = cc64e084c9fb96b85307aca0dd839038 XSIZE (ho_127.zip) = 3008391 END-of-hattrickorganizer/distinfo echo x - hattrickorganizer/pkg-plist sed 's/^X//' >hattrickorganizer/pkg-plist << 'END-of-hattrickorganizer/pkg-plist' Xbin/hattrickorganizer Xgames/hattrickorganizer/HO.bat Xgames/hattrickorganizer/HO.sh Xgames/hattrickorganizer/Logo.ico Xgames/hattrickorganizer/defaults.xml Xgames/hattrickorganizer/hocoded.jar Xgames/hattrickorganizer/hoplugins/PluginUpdater.class Xgames/hattrickorganizer/hoplugins/Trainings.class Xgames/hattrickorganizer/hoplugins/pluginUpdater/DialogListener.class Xgames/hattrickorganizer/hoplugins/pluginUpdater/Downloader.class Xgames/hattrickorganizer/hoplugins/pluginUpdater/HOVersion.class Xgames/hattrickorganizer/hoplugins/pluginUpdater/HPLanguageInfo.class Xgames/hattrickorganizer/hoplugins/pluginUpdater/HPPluginInfo.class Xgames/hattrickorganizer/hoplugins/pluginUpdater/InfoButtonListener.class Xgames/hattrickorganizer/hoplugins/pluginUpdater/RSC.class Xgames/hattrickorganizer/hoplugins/pluginUpdater/TableEditor.class Xgames/hattrickorganizer/hoplugins/pluginUpdater/TableModel.class Xgames/hattrickorganizer/hoplugins/pluginUpdater/UpdateListener.class Xgames/hattrickorganizer/hoplugins/pluginUpdater/UpdaterCellRenderer.class Xgames/hattrickorganizer/hoplugins/pluginUpdater/UpdaterDialog.class Xgames/hattrickorganizer/hoplugins/pluginUpdater/rsc/CheckBoxNotSelected.gif Xgames/hattrickorganizer/hoplugins/pluginUpdater/rsc/CheckBoxSelected.gif Xgames/hattrickorganizer/hoplugins/pluginUpdater/rsc/empty.gif Xgames/hattrickorganizer/hoplugins/pluginUpdater/rsc/info.gif Xgames/hattrickorganizer/hoplugins/pluginUpdater/rsc/languages.xml Xgames/hattrickorganizer/hoplugins/pluginUpdater/rsc/tmp.xml Xgames/hattrickorganizer/hoplugins/pluginUpdater/rsc/tmp.zip Xgames/hattrickorganizer/hoplugins/trainings/OutputTable.class Xgames/hattrickorganizer/hoplugins/trainings/OutputTableModel.class Xgames/hattrickorganizer/hoplugins/trainings/OutputTableSorter$1.class Xgames/hattrickorganizer/hoplugins/trainings/OutputTableSorter$2.class Xgames/hattrickorganizer/hoplugins/trainings/OutputTableSorter$Arrow.class Xgames/hattrickorganizer/hoplugins/trainings/OutputTableSorter$Directive.class Xgames/hattrickorganizer/hoplugins/trainings/OutputTableSorter$MouseHandler.class Xgames/hattrickorganizer/hoplugins/trainings/OutputTableSorter$Row.class Xgames/hattrickorganizer/hoplugins/trainings/OutputTableSorter$SortableHeaderRenderer.class Xgames/hattrickorganizer/hoplugins/trainings/OutputTableSorter$TableModelHandler.class Xgames/hattrickorganizer/hoplugins/trainings/OutputTableSorter.class Xgames/hattrickorganizer/hoplugins/trainings/TrainingsTable.class Xgames/hattrickorganizer/hoplugins/trainings/TrainingsTableModel.class Xgames/hattrickorganizer/hoplugins/trainings/sprache/Deutsch.properties Xgames/hattrickorganizer/hoplugins/trainings/sprache/English.properties Xgames/hattrickorganizer/hoplugins/trainings/sprache/Nederlands.properties Xgames/hattrickorganizer/hoplugins/trainings/sprache/Spanish.properties Xgames/hattrickorganizer/hsqldb_lic.txt Xgames/hattrickorganizer/lizenz.txt Xgames/hattrickorganizer/sprache/Argentina.properties Xgames/hattrickorganizer/sprache/Bulgarian.properties Xgames/hattrickorganizer/sprache/Catalan.properties Xgames/hattrickorganizer/sprache/Czech.properties Xgames/hattrickorganizer/sprache/Danish.properties Xgames/hattrickorganizer/sprache/Deutsch.properties Xgames/hattrickorganizer/sprache/English.properties Xgames/hattrickorganizer/sprache/Finnish.properties Xgames/hattrickorganizer/sprache/Italiano.properties Xgames/hattrickorganizer/sprache/Latvija.properties Xgames/hattrickorganizer/sprache/Lithuanian.properties Xgames/hattrickorganizer/sprache/Nederlands.properties Xgames/hattrickorganizer/sprache/Polish.properties Xgames/hattrickorganizer/sprache/Portugues.properties Xgames/hattrickorganizer/sprache/PortuguesBrasil.properties Xgames/hattrickorganizer/sprache/Romanian.properties Xgames/hattrickorganizer/sprache/Spanish.properties Xgames/hattrickorganizer/sprache/french.properties Xgames/hattrickorganizer/sprache/languages.properties Xgames/hattrickorganizer/sprache/norsk.properties Xgames/hattrickorganizer/sprache/svenska.properties Xgames/hattrickorganizer/version.txt Xshare/nls/POSIX Xshare/nls/en_US.US-ASCII X@dirrm games/hattrickorganizer/sprache X@dirrm games/hattrickorganizer/hoplugins/trainings/sprache X@dirrm games/hattrickorganizer/hoplugins/trainings X@dirrm games/hattrickorganizer/hoplugins/pluginUpdater/rsc X@dirrm games/hattrickorganizer/hoplugins/pluginUpdater X@dirrm games/hattrickorganizer/hoplugins X@dirrm games/hattrickorganizer END-of-hattrickorganizer/pkg-plist echo x - hattrickorganizer/pkg-message sed 's/^X//' >hattrickorganizer/pkg-message << 'END-of-hattrickorganizer/pkg-message' X************************************************************ X XCheck if ${PREFIX}/bin/java exists. If not, create a link: X X ln -s {PREFIX}/bin/javavm ${PREFIX}/bin/java X Xor change the start script ${PREFIX}/bin/hattrickorganizer X X************************************************************ END-of-hattrickorganizer/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 01:58:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1672D16A4CE; Thu, 3 Feb 2005 01:58:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1D9743D3F; Thu, 3 Feb 2005 01:58:18 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j131wIil055120; Thu, 3 Feb 2005 01:58:18 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j131wINO055116; Thu, 3 Feb 2005 01:58:18 GMT (envelope-from clsung) Date: Thu, 3 Feb 2005 01:58:18 GMT From: Cheng-Lung Sung Message-Id: <200502030158.j131wINO055116@freefall.freebsd.org> To: kappa@rambler-co.ru, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77019: New port: devel/p5-Set-Array X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 01:58:19 -0000 Synopsis: New port: devel/p5-Set-Array State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Thu Feb 3 01:58:07 GMT 2005 State-Changed-Why: New ports added, Thank you. http://www.freebsd.org/cgi/query-pr.cgi?pr=77019 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 05:50:17 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5E016A4CE for ; Thu, 3 Feb 2005 05:50:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E85B43D2D for ; Thu, 3 Feb 2005 05:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j135oHc9011966 for ; Thu, 3 Feb 2005 05:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j135oGXB011962; Thu, 3 Feb 2005 05:50:16 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 05:50:16 GMT Resent-Message-Id: <200502030550.j135oGXB011962@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Schmehl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AAE016A4CE for ; Thu, 3 Feb 2005 05:49:34 +0000 (GMT) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 337C343D1D for ; Thu, 3 Feb 2005 05:49:34 +0000 (GMT) (envelope-from root@utdallas.edu) Received: from buttercup2.utdallas.edu (buttercup2.utdallas.edu [10.110.3.83]) by smtp1.utdallas.edu (Postfix) with ESMTP id 83868388C3E for ; Wed, 2 Feb 2005 23:49:33 -0600 (CST) Received: by buttercup2.utdallas.edu (Postfix, from userid 0) id 44BF63C8016; Wed, 2 Feb 2005 23:47:06 -0600 (CST) Message-Id: <20050203054706.44BF63C8016@buttercup2.utdallas.edu> Date: Wed, 2 Feb 2005 23:47:06 -0600 (CST) From: Paul Schmehl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77044: New port submission X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Schmehl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 05:50:17 -0000 >Number: 77044 >Category: ports >Synopsis: New port submission >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 Feb 03 05:50:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Paul Schmehl >Release: FreeBSD 4.9-SECURITY i386 >Organization: >Environment: System: FreeBSD unknown.utdallas.edu 4.9-SECURITY FreeBSD 4.9-SECURITY #0: Mon Jun 7 18:02:41 GMT 2004 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: New port submission - barnyard -0.2.0 >How-To-Repeat: >Fix: --- Makefile begins here --- # New ports collection makefile for: barnyard # Date created: 1 Feb 2005 # Whom: pauls # # $FreeBSD$ # PORTNAME= barnyard PORTVERSION= 0.2.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= barnyard #DISTNAME= barnyard MAINTAINER= pauls@utdallas.edu COMMENT= Barnyard is a output system for Snort RUN_DEPENDS= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort OPTIONS= MYSQL "Enable MySQL support" off \ POSTGRESQL "Enable PostgreSQL support" off USE_REINPLACE= yes USE_RC_SUBR= yes RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} DOCS= AUTHORS COPYING LICENSE.QPL README docs/BUGS docs/ChangeLog \ docs/FAQ docs/INSTALL docs/NEWS docs/USAGE .if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a) LDFLAGS+= -lssl -lcrypto .endif .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} .else CONFIGURE_ARGS+= --with-mysql=no .endif .if defined(WITH_POSTGRESQL) USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE} .else CONFIGURE_ARGS+= --with-postgresql=no .endif post-patch: @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/barnyard.sh > ${WRKDIR}/barnyard.sh post-install: ${INSTALL_SCRIPT} -m 751 ${WRKDIR}/barnyard.sh ${PREFIX}/etc/rc.d/barnyard.sh .for f in barnyard.conf ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${PREFIX}/etc/${f}-sample [ -f ${PREFIX}/etc/${f} ] || \ ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${PREFIX}/etc/${f} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} #@${SED} 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE} .include --- Makefile ends here --- --- distinfo begins here --- MD5 (barnyard-0.2.0.tar.gz) = be3283028cf414b52b220308ceb411e9 SIZE (barnyard-0.2.0.tar.gz) = 161543 --- distinfo ends here --- --- pkg-descr begins here --- Barnyard is output spool reader for Snort! It decouples output overhead from the Snort network intrusion detection system and allows Snort to run at full speed. It accepts binary inputs from snort and outputs human readable files to disc or to a database. At present, barnyard is designed to accept binary inputs from snort and produce either human readable files for parsing by log parsers or feed data directly to a database (either mysql or postgresql at present.). Barnyard has 3 modes of operation: One-shot, continual, continual w/ checkpoint. In one-shot mode, barnyard will process the specified file and exit. In continual mode, barnyard will start with the specified file and continue to process new data (and new spool files) as it appears. Continual mode w/ checkpointing will also use a checkpoint file (or waldo file in the snort world) to track where it is. In the event the barnyard process ends while a waldo file is in use, barnyard will resume processing at the last entry as listed in the waldo file. WWW: http://sourceforge.net/projects/barnyard --- pkg-descr ends here --- --- pkg-message begins here --- ************************************************************************ Read the notes in the barnyard.conf file for how to configure %%PREFIX%%/etc/barnyard.conf after installation. For further assistance, search the archives of the barnyard-users mailing list at http://sourceforge.net/mailarchive/forum.php?forum=barnyard-users ************************************************************************ --- pkg-message ends here --- --- pkg-plist begins here --- bin/barnyard etc/barnyard.conf-sample etc/rc.d/barnyard.sh share/doc/barnyard/AUTHORS share/doc/barnyard/BUGS share/doc/barnyard/COPYING share/doc/barnyard/ChangeLog share/doc/barnyard/FAQ share/doc/barnyard/INSTALL share/doc/barnyard/LICENSE.QPL share/doc/barnyard/NEWS share/doc/barnyard/README share/doc/barnyard/USAGE @dirrm share/doc/barnyard --- pkg-plist ends here --- --- barnyard.sh begins here --- #!/bin/sh # # PROVIDE: barnyard # REQUIRE: DAEMON # BEFORE: LOGIN # KEYWORD: FreeBSD shutdown # Add the following lines to /etc/rc.conf to enable barnyard: # barnyard_enable (bool): Set to YES to enable barnyard # Default: NO # barnyard_flags (str): Extra flags passed to barnyard # Default: -D # barnyard_conf (str): Barnyard configuration file # Default: ${PREFIX}/etc/barnyard.conf # . %%RC_SUBR%% name="barnyard" rcvar=`set_rcvar` command="%%PREFIX%%/bin/barnyard" load_rc_config $name [ -z "$barnyard_enable" ] && barnyard_enable="NO" [ -z "$barnyard_conf" ] && barnyard_conf="%%PREFIX%%/etc/barnyard.conf" [ -z "$barnyard_flags" ] && barnyard_flags="-D" [ -n "$barnyard_conf" ] && barnyard_flags="$barnyard_flags -c $barnyard_conf" run_rc_command "$1" --- barnyard.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 07:40:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ABA316A4CF for ; Thu, 3 Feb 2005 07:40:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 162BB43D5F for ; Thu, 3 Feb 2005 07:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j137eITd030609 for ; Thu, 3 Feb 2005 07:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j137eIGj030608; Thu, 3 Feb 2005 07:40:18 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 07:40:18 GMT Resent-Message-Id: <200502030740.j137eIGj030608@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E86716A4CE for ; Thu, 3 Feb 2005 07:32:25 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB22543D46 for ; Thu, 3 Feb 2005 07:32:24 +0000 (GMT) (envelope-from bogorodskiy@inbox.ru) Received: from [217.23.66.71] (port=62476 helo=localhost) by mx1.mail.ru with esmtp id 1CwbTO-000Cu4-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 03 Feb 2005 10:32:18 +0300 Message-Id: Date: Thu, 03 Feb 2005 10:32:18 +0300 From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77045: [ patch ] sysutils/pv: update to 0.9.0. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 07:40:19 -0000 >Number: 77045 >Category: ports >Synopsis: [ patch ] sysutils/pv: update to 0.9.0. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 03 07:40:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD lame.novel.ru 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Sat Dec 11 21:01:26 MSK 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/MIRRORBOX i386 >Description: Update to 0.9.0 >How-To-Repeat: >Fix: --- pv.diff begins here --- diff -ru pv.orig/Makefile pv/Makefile --- pv.orig/Makefile Thu Feb 3 10:22:52 2005 +++ pv/Makefile Thu Feb 3 10:23:42 2005 @@ -6,7 +6,7 @@ # PORTNAME= pv -PORTVERSION= 0.8.5 +PORTVERSION= 0.9.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://dragon.roe.ch/mirrors/distfiles/pv/ diff -ru pv.orig/distinfo pv/distinfo --- pv.orig/distinfo Thu Feb 3 10:22:52 2005 +++ pv/distinfo Thu Feb 3 10:24:06 2005 @@ -1,2 +1,2 @@ -MD5 (pv-0.8.5.tar.bz2) = a6eeadbc2fbd9c23e329f47ff37b8c83 -SIZE (pv-0.8.5.tar.bz2) = 84289 +MD5 (pv-0.9.0.tar.bz2) = d5134a411c4f3aedea00b3e219b2e802 +SIZE (pv-0.9.0.tar.bz2) = 86626 --- pv.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 07:51:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B045916A4CE; Thu, 3 Feb 2005 07:51:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85DD543D1D; Thu, 3 Feb 2005 07:51:18 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j137pIAm031043; Thu, 3 Feb 2005 07:51:18 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j137pIGX031039; Thu, 3 Feb 2005 07:51:18 GMT (envelope-from linimon) Date: Thu, 3 Feb 2005 07:51:18 GMT From: Mark Linimon Message-Id: <200502030751.j137pIGX031039@freefall.freebsd.org> To: ko@irfu.se, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77035: Update port: math/vtk* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 07:51:18 -0000 Synopsis: Update port: math/vtk* State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Feb 3 07:50:51 GMT 2005 State-Changed-Why: Superceeded by ports/77038. http://www.freebsd.org/cgi/query-pr.cgi?pr=77035 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:03:12 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC4DB16A4CE; Thu, 3 Feb 2005 08:03:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8296643D53; Thu, 3 Feb 2005 08:03:12 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1383CMP031741; Thu, 3 Feb 2005 08:03:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1383CdK031737; Thu, 3 Feb 2005 08:03:12 GMT (envelope-from linimon) Date: Thu, 3 Feb 2005 08:03:12 GMT From: Mark Linimon Message-Id: <200502030803.j1383CdK031737@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org Subject: Re: ports/77039: php4-mbstring calling for invalid compiler option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:03:12 -0000 Synopsis: php4-mbstring calling for invalid compiler option Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 3 08:03:04 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=77039 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:12:58 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D889216A4CE; Thu, 3 Feb 2005 08:12:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD2F343D5A; Thu, 3 Feb 2005 08:12:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j138Cw7C036222; Thu, 3 Feb 2005 08:12:58 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j138Cww5036218; Thu, 3 Feb 2005 08:12:58 GMT (envelope-from linimon) Date: Thu, 3 Feb 2005 08:12:58 GMT From: Mark Linimon Message-Id: <200502030812.j138Cww5036218@freefall.freebsd.org> To: sem@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76947: Re: [patch] dynamic_bitset broken in devel/boost 1.32 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:12:59 -0000 Synopsis: Re: [patch] dynamic_bitset broken in devel/boost 1.32 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Feb 3 08:12:29 GMT 2005 State-Changed-Why: Misfiled followup to ports/76730; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 3 08:12:29 GMT 2005 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=76947 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:15:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA65216A4CE; Thu, 3 Feb 2005 08:15:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA4A43D48; Thu, 3 Feb 2005 08:15:27 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j138FRuh036330; Thu, 3 Feb 2005 08:15:27 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j138FO3T036326; Thu, 3 Feb 2005 08:15:24 GMT (envelope-from linimon) Date: Thu, 3 Feb 2005 08:15:24 GMT From: Mark Linimon Message-Id: <200502030815.j138FO3T036326@freefall.freebsd.org> To: fernan@iib.unsam.edu.ar, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76929: Re: Update port: devel/autodia - fix packing list X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:15:28 -0000 Synopsis: Re: Update port: devel/autodia - fix packing list State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Feb 3 08:14:56 GMT 2005 State-Changed-Why: Misfiled followup to ports/76923; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 3 08:14:56 GMT 2005 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=76929 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:18:07 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F81616A4CF; Thu, 3 Feb 2005 08:18:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0572943D4C; Thu, 3 Feb 2005 08:18:07 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j138I6q8036433; Thu, 3 Feb 2005 08:18:06 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j138I6u7036429; Thu, 3 Feb 2005 08:18:06 GMT (envelope-from linimon) Date: Thu, 3 Feb 2005 08:18:06 GMT From: Mark Linimon Message-Id: <200502030818.j138I6u7036429@freefall.freebsd.org> To: freebsd@simplerezo.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76933: RE: [PATCH] mail/qmail-scanner: update to 1.25, fix spamc test with sockets X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:18:07 -0000 Synopsis: RE: [PATCH] mail/qmail-scanner: update to 1.25, fix spamc test with sockets State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Feb 3 08:17:40 GMT 2005 State-Changed-Why: Misfiled followup to ports/76888; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 3 08:17:40 GMT 2005 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=76933 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:19:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A47F16A4CE; Thu, 3 Feb 2005 08:19:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 710A143D1F; Thu, 3 Feb 2005 08:19:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j138J3tC036500; Thu, 3 Feb 2005 08:19:03 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j138J3Nj036496; Thu, 3 Feb 2005 08:19:03 GMT (envelope-from linimon) Date: Thu, 3 Feb 2005 08:19:03 GMT From: Mark Linimon Message-Id: <200502030819.j138J3Nj036496@freefall.freebsd.org> To: linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77046: New port: math/wfmath. Worldforge math library. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:19:03 -0000 Synopsis: New port: math/wfmath. Worldforge math library. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 3 08:18:15 GMT 2005 Responsible-Changed-Why: Rescue this one from the 'pending' category. http://www.freebsd.org/cgi/query-pr.cgi?pr=77046 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:28:34 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EEAE16A4CE; Thu, 3 Feb 2005 08:28:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECCF943D2F; Thu, 3 Feb 2005 08:28:33 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j138SXiW036822; Thu, 3 Feb 2005 08:28:33 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j138SXdP036818; Thu, 3 Feb 2005 08:28:33 GMT (envelope-from vs) Date: Thu, 3 Feb 2005 08:28:33 GMT From: Volker Stolz Message-Id: <200502030828.j138SXdP036818@freefall.freebsd.org> To: ip@doom.homeunix.org, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77021: Update port: graphics/ayam fix dependency error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:28:34 -0000 Synopsis: Update port: graphics/ayam fix dependency error State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Thu Feb 3 08:27:21 GMT 2005 State-Changed-Why: There's no need to mark a port as BROKEN if the dependencies aren't satisfied. I'm not sure why the cluster decided to try building it. http://www.freebsd.org/cgi/query-pr.cgi?pr=77021 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:30:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 274B416A4CE for ; Thu, 3 Feb 2005 08:30:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E515443D48 for ; Thu, 3 Feb 2005 08:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j138ULJp036968 for ; Thu, 3 Feb 2005 08:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j138ULBV036962; Thu, 3 Feb 2005 08:30:21 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 08:30:21 GMT Resent-Message-Id: <200502030830.j138ULBV036962@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gary Hayer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D82716A4CE for ; Thu, 3 Feb 2005 08:23:34 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B6843D45 for ; Thu, 3 Feb 2005 08:23:34 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j138NXis063211 for ; Thu, 3 Feb 2005 08:23:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j138NXp4063208; Thu, 3 Feb 2005 08:23:33 GMT (envelope-from nobody) Message-Id: <200502030823.j138NXp4063208@www.freebsd.org> Date: Thu, 3 Feb 2005 08:23:33 GMT From: Gary Hayer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77048: Port does not leave the filesystem in the same state it was before the port was installed. (pkg-plist errors) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:30:22 -0000 >Number: 77048 >Category: ports >Synopsis: Port does not leave the filesystem in the same state it was before the port was installed. (pkg-plist errors) >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 Feb 03 08:30:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gary Hayer >Release: FreeBSD 4.11-STABLE >Organization: >Environment: FreeBSD thor.hayers.net 4.11-STABLE FreeBSD 4.11-STABLE #18: Tue Jan 25 23:17:19 GMT 2005 root@thor.hayers.net:/usr/obj/usr/src/sys/Thor i386 >Description: pkg-plist not specified correctly >How-To-Repeat: Running make deinstall. Throws error tar: lib/perl5/site_perl/5.8.5/mach/SAVI.pm: Could not stat: No such file or directory tar: lib/perl5/site_perl/5.8.5/mach/auto/SAVI/.packlist: Could not stat: No such file or directory tar: lib/perl5/site_perl/5.8.5/mach/auto/SAVI/SAVI.bs: Could not stat: No such file or directory tar: lib/perl5/site_perl/5.8.5/mach/auto/SAVI/SAVI.so: Could not stat: No such file or directory tar: lib/perl5/site_perl/5.8.5/mach/auto/SAVI/autosplit.ix: Could not stat: No such file or directory Reported by Kris Kennaway >Fix: --- SAVI-Perl/Makefile 2005/01/25 12:35:37 1.12 +++ SAVI-Perl/Makefile 2005/02/03 08:06:37 1.13 @@ -6,7 +6,7 @@ PORTNAME= SAVI-Perl PORTVERSION= 0.30 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/ MASTER_SITE_SUBDIR= security --- SAVI-Perl/pkg-plist 2005/01/14 10:41:29 1.3 +++ SAVI-Perl/pkg-plist 2005/02/03 08:06:37 1.4 @@ -1,6 +1,6 @@ -lib/perl5/site_perl/5.8.5/mach/SAVI.pm -lib/perl5/site_perl/5.8.5/mach/auto/SAVI/.packlist -lib/perl5/site_perl/5.8.5/mach/auto/SAVI/SAVI.bs -lib/perl5/site_perl/5.8.5/mach/auto/SAVI/SAVI.so -lib/perl5/site_perl/5.8.5/mach/auto/SAVI/autosplit.ix -@dirrm lib/perl5/site_perl/5.8.5/mach/auto/SAVI +%%SITE_PERL%%/%%PERL_ARCH%%/SAVI.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI/SAVI.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI/SAVI.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:34:10 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB7A716A4CE; Thu, 3 Feb 2005 08:34:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E9343D41; Thu, 3 Feb 2005 08:34:10 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j138YADN038058; Thu, 3 Feb 2005 08:34:10 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j138YAa2038054; Thu, 3 Feb 2005 08:34:10 GMT (envelope-from vs) Date: Thu, 3 Feb 2005 08:34:10 GMT From: Volker Stolz Message-Id: <200502030834.j138YAa2038054@freefall.freebsd.org> To: ronald@cs.vu.nl, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77036: Fix build port java/jmp on fbsd 4.x (patch incl.) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:34:10 -0000 Synopsis: Fix build port java/jmp on fbsd 4.x (patch incl.) State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Thu Feb 3 08:33:57 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77036 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:38:03 2005 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 1CA4216A4CE; Thu, 3 Feb 2005 08:38:03 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AC5F43D1F; Thu, 3 Feb 2005 08:38:02 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id A01D014919; Thu, 3 Feb 2005 02:38:01 -0600 (CST) Date: Thu, 3 Feb 2005 02:38:01 -0600 (CST) From: Mark Linimon X-X-Sender: linimon@pancho To: Volker Stolz In-Reply-To: <200502030828.j138SXdP036818@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@FreeBSD.org cc: ip@doom.homeunix.org Subject: Re: ports/77021: Update port: graphics/ayam fix dependency error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:38:03 -0000 On Thu, 3 Feb 2005, Volker Stolz wrote: > There's no need to mark a port as BROKEN if the dependencies > aren't satisfied. I'm not sure why the cluster decided to try > building it. The cluster builds things marked BROKEN to try to test if the build problem has been resolved since the marker was laid down (perhaps by some change in some other piece of software.) The cluster will not build things marked IGNORE. IGNORE should be used for things such as "you need to have the kernel source handy before attempting to build." That's the main difference between the two. Casual users don't notice the difference; either way, the port will refuse to install itself. mcl From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:41:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C117516A4CE; Thu, 3 Feb 2005 08:41:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 931B943D39; Thu, 3 Feb 2005 08:41:20 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j138fKLm038346; Thu, 3 Feb 2005 08:41:20 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j138fIgo038342; Thu, 3 Feb 2005 08:41:18 GMT (envelope-from vs) Date: Thu, 3 Feb 2005 08:41:18 GMT From: Volker Stolz Message-Id: <200502030841.j138fIgo038342@freefall.freebsd.org> To: vivek@khera.org, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/77028: net/jabber startup script not executable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:41:20 -0000 Synopsis: net/jabber startup script not executable State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Thu Feb 3 08:39:12 GMT 2005 State-Changed-Why: Thanks for rc-ngifying it -- but I'd prefer the pid-file to be kept in /var/run like everybody else does. Could you try setting this in jabber.xml please? Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Thu Feb 3 08:39:12 GMT 2005 Responsible-Changed-Why: I'll track this http://www.freebsd.org/cgi/query-pr.cgi?pr=77028 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:43:50 2005 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 6B79D16A4CE for ; Thu, 3 Feb 2005 08:43:50 +0000 (GMT) Received: from atlas.informatik.rwth-aachen.de (atlas.informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD0643D2D for ; Thu, 3 Feb 2005 08:43:49 +0000 (GMT) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from i2.informatik.rwth-aachen.de (menelaos.informatik.RWTH-Aachen.DE [137.226.194.73]) with ESMTP id j138hfos031260; Thu, 3 Feb 2005 09:43:41 +0100 Received: (from stolz@localhost)j138haFM006466; Thu, 3 Feb 2005 09:43:36 +0100 (CET) (envelope-from stolz) Date: Thu, 3 Feb 2005 09:43:36 +0100 From: Volker Stolz To: Mark Linimon Message-ID: <20050203084336.GC78949@i2.informatik.rwth-aachen.de> References: <200502030828.j138SXdP036818@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-Key: finger vs@foldr.org X-PGP-Id: 0x3FD1B6B5 User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@FreeBSD.org cc: ip@doom.homeunix.org Subject: Re: ports/77021: Update port: graphics/ayam fix dependency error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:43:50 -0000 Am 03. Feb 2005 um 09:38 CET schrieb Mark Linimon: > On Thu, 3 Feb 2005, Volker Stolz wrote: > > > There's no need to mark a port as BROKEN if the dependencies > > aren't satisfied. I'm not sure why the cluster decided to try > > building it. > > The cluster builds things marked BROKEN to try to test if the build > problem has been resolved since the marker was laid down (perhaps by > some change in some other piece of software.) Yes, but shouldn't this occur only if the dependencies are met? Volker -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:44:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB2316A4CE; Thu, 3 Feb 2005 08:44:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F1AB43D31; Thu, 3 Feb 2005 08:44:27 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j138iRFE038431; Thu, 3 Feb 2005 08:44:27 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j138iRMS038427; Thu, 3 Feb 2005 08:44:27 GMT (envelope-from linimon) Date: Thu, 3 Feb 2005 08:44:27 GMT From: Mark Linimon Message-Id: <200502030844.j138iRMS038427@freefall.freebsd.org> To: linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77047: New port: net/skstream. An iostream based C++ socket library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:44:27 -0000 Synopsis: New port: net/skstream. An iostream based C++ socket library Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 3 08:43:34 GMT 2005 Responsible-Changed-Why: Also rescue this one from the 'pending' category. To submitter: if you're setting the Confidential field to yes, you really don't want to do that. http://www.freebsd.org/cgi/query-pr.cgi?pr=77047 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:50:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3569B16A4CE for ; Thu, 3 Feb 2005 08:50:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0225843D48 for ; Thu, 3 Feb 2005 08:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j138oPFo038543 for ; Thu, 3 Feb 2005 08:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j138oPDK038542; Thu, 3 Feb 2005 08:50:25 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 08:50:25 GMT Message-Id: <200502030850.j138oPDK038542@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Volker Stolz" Subject: Re: ports/77015: /usr/ports/net/linpopup/ (linpopup-1.2.0_1) LinPopup doesn't send messages X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 08:50:26 -0000 The following reply was made to PR ports/77015; it has been noted by GNATS. From: "Volker Stolz" To: freebsd-gnats-submit@freebsd.org, suikogaiden@gmail.com, ports@oven.org Cc: Subject: Re: ports/77015: /usr/ports/net/linpopup/ (linpopup-1.2.0_1) LinPopup doesn't send messages Date: Thu, 03 Feb 2005 09:45:36 +0100 Dear maintainer, please look into this issue! Cheers, Volker From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:50:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB8C116A4CE for ; Thu, 3 Feb 2005 08:50:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94AFD43D48 for ; Thu, 3 Feb 2005 08:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j138oQ7P038558 for ; Thu, 3 Feb 2005 08:50:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j138oQmF038557; Thu, 3 Feb 2005 08:50:26 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 08:50:26 GMT Resent-Message-Id: <200502030850.j138oQmF038557@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carlo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1854716A4CE for ; Thu, 3 Feb 2005 08:49:32 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0235D43D1D for ; Thu, 3 Feb 2005 08:49:32 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j138nVsm075370 for ; Thu, 3 Feb 2005 08:49:31 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j138nVhX075369; Thu, 3 Feb 2005 08:49:31 GMT (envelope-from nobody) Message-Id: <200502030849.j138nVhX075369@www.freebsd.org> Date: Thu, 3 Feb 2005 08:49:31 GMT From: Carlo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77049: ports/mail/imap-uw-2004a not match with cclient-2004c1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:50:27 -0000 >Number: 77049 >Category: ports >Synopsis: ports/mail/imap-uw-2004a not match with cclient-2004c1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 03 08:50:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Carlo >Release: FreeBSD4.11-STABLE i386 >Organization: >Environment: FreeBSD xxx.xxx.xxx 4.11-STABLE FreeBSD 4.11-STABLE #0: Wed Feb 2 21:02:41 CST 2005 root@xxx.xxx.xxx:/usr/obj/src/sys/GENERIC >Description: After Update the ports tree. The imap-uw-2004a can not make install with cclient-2004c1. >How-To-Repeat: # cvsup ports-supfile # cd /usr/ports/mail/imap-uw # make install ===> Building for imap-uw-2004a,1 Your cclient ports (PORTVERSION 2004c1) does not match the version of imap-uw (PORTVERSION 2004a) you are trying to install. Please delete your installation of the cclient port before continuing. *** Error code 1 Stop in /usr/ports/mail/imap-uw >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:51:42 2005 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 220BB16A4CF; Thu, 3 Feb 2005 08:51:42 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA45E43D45; Thu, 3 Feb 2005 08:51:41 +0000 (GMT) (envelope-from ijliao@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id C500F106EED; Thu, 3 Feb 2005 16:51:32 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 74219-04; Thu, 3 Feb 2005 16:51:32 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1041) id 50E5D106C23; Thu, 3 Feb 2005 16:51:32 +0800 (CST) Date: Thu, 3 Feb 2005 16:51:32 +0800 From: Ying-Chieh Liao To: Pav Lucistnik Message-ID: <20050203085132.GA73925@freebsd.csie.nctu.edu.tw> References: <200501272237.j0RMbcA9032795@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <200501272237.j0RMbcA9032795@freefall.freebsd.org> X-Operating-System: FreeBSD 4.10-STABLE i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.6i cc: A.J.Caines@halplant.com cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/76735: NON-MAINTAINER UPDATE: www/awstats to 6.3 (includes critical security fix) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 08:51:42 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable how about make this pr "maintainer timeout" and just commit it ? --=20 char*p=3D"char*p=3D%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,= 34);} -- Anonymous --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCAeYUrMYBZRHAI4IRAj6jAKDJbc+IHs2sg+GWC4WZ+Wa9mYT1mgCg+Nd9 Bo4XLZ00No1qBTNCJa74uoo= =JYLl -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 08:52:06 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F4EF16A4CE; Thu, 3 Feb 2005 08:52:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 141F643D31; Thu, 3 Feb 2005 08:52:06 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j138q5dp038692; Thu, 3 Feb 2005 08:52:05 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j138q52T038688; Thu, 3 Feb 2005 08:52:05 GMT (envelope-from vs) Date: Thu, 3 Feb 2005 08:52:05 GMT From: Volker Stolz Message-Id: <200502030852.j138q52T038688@freefall.freebsd.org> To: suikogaiden@gmail.com, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77015: /usr/ports/net/linpopup/ (linpopup-1.2.0_1) LinPopup doesn't send messages X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 08:52:06 -0000 Synopsis: /usr/ports/net/linpopup/ (linpopup-1.2.0_1) LinPopup doesn't send messages State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Thu Feb 3 08:51:47 GMT 2005 State-Changed-Why: Forwarded PR to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=77015 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 09:30:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F19CB16A4CE for ; Thu, 3 Feb 2005 09:30:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A954A43D5E for ; Thu, 3 Feb 2005 09:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j139UGsS043830 for ; Thu, 3 Feb 2005 09:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j139UGra043829; Thu, 3 Feb 2005 09:30:16 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 09:30:16 GMT Resent-Message-Id: <200502030930.j139UGra043829@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Seva Gluschenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D28716A4CE for ; Thu, 3 Feb 2005 09:20:57 +0000 (GMT) Received: from road.yandex.ru (road.yandex.ru [213.180.202.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D04643D54 for ; Thu, 3 Feb 2005 09:20:56 +0000 (GMT) (envelope-from gvs@road.yandex.ru) Received: from road.yandex.ru (localhost.yandex.net [127.0.0.1] (may be forged)) by road.yandex.ru (8.13.1/8.13.1) with ESMTP id j139QecF015246 for ; Thu, 3 Feb 2005 12:26:40 +0300 (MSK) (envelope-from gvs@road.yandex.ru) Received: (from root@localhost) by road.yandex.ru (8.13.1/8.13.1/Submit) id j139QeuC015245; Thu, 3 Feb 2005 12:26:40 +0300 (MSK) (envelope-from gvs) Message-Id: <200502030926.j139QeuC015245@road.yandex.ru> Date: Thu, 3 Feb 2005 12:26:40 +0300 (MSK) From: Seva Gluschenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77051: mail/pine4 (pine4.62) build fails: SASL linking problems X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 09:30:17 -0000 >Number: 77051 >Category: ports >Synopsis: mail/pine4 (pine4.62) build fails: SASL linking problems >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: Thu Feb 03 09:30:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Seva Gluschenko >Release: FreeBSD 5.3-STABLE i386 >Organization: Yandex LLC >Environment: System: FreeBSD road.yandex.ru 5.3-STABLE FreeBSD 5.3-STABLE #16: Fri Nov 12 22:01:41 MSK 2004 gvs@road.yandex.ru:/local/obj/local/usr/src/sys/ROAD i386 >Description: Fresh mail/pine4 port fails at the build stage. Most probably, fixes to makefiles for optional -lsasl2 are needed. >How-To-Repeat: Try to CVSup mail/pine4 port and then make. Build fails as follows: ../c-client/c-client.a(osdep.o)(.text+0x9b85): In function `ssl_onceonlyinit': : warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() ../ldap/libraries/libldap.a(cyrus.o)(.text+0x16): In function `ldap_int_sasl_init': : undefined reference to `sasl_version' ../ldap/libraries/libldap.a(cyrus.o)(.text+0xb9): In function `ldap_int_sasl_init': : undefined reference to `sasl_client_init' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x199): In function `sb_sasl_setup': : undefined reference to `sasl_getprop' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x4dc): In function `sb_sasl_read': : undefined reference to `sasl_decode' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x519): In function `sb_sasl_read': : undefined reference to `sasl_errstring' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x664): In function `sb_sasl_write': : undefined reference to `sasl_encode' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x689): In function `sb_sasl_write': : undefined reference to `sasl_errstring' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x95c): In function `ldap_int_sasl_open': : undefined reference to `sasl_client_new' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x9e0): In function `ldap_int_sasl_close': : undefined reference to `sasl_dispose' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x9ff): In function `ldap_int_sasl_close': : undefined reference to `sasl_dispose' ../ldap/libraries/libldap.a(cyrus.o)(.text+0xb54): In function `ldap_int_sasl_bind': : undefined reference to `sasl_dispose' ../ldap/libraries/libldap.a(cyrus.o)(.text+0xccb): In function `ldap_int_sasl_bind': : undefined reference to `sasl_setprop' ../ldap/libraries/libldap.a(cyrus.o)(.text+0xd13): In function `ldap_int_sasl_bind': : undefined reference to `sasl_client_start' ../ldap/libraries/libldap.a(cyrus.o)(.text+0xdb4): In function `ldap_int_sasl_bind': : undefined reference to `sasl_errdetail' ../ldap/libraries/libldap.a(cyrus.o)(.text+0xf75): In function `ldap_int_sasl_bind': : undefined reference to `sasl_client_step' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x1025): In function `ldap_int_sasl_bind': : undefined reference to `sasl_errdetail' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x106f): In function `ldap_int_sasl_bind': : undefined reference to `sasl_errdetail' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x10b6): In function `ldap_int_sasl_bind': : undefined reference to `sasl_getprop' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x1108): In function `ldap_int_sasl_bind': : undefined reference to `sasl_getprop' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x119f): In function `ldap_int_sasl_bind': : undefined reference to `sasl_dispose' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x122d): In function `ldap_int_sasl_external': : undefined reference to `sasl_setprop' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x1249): In function `ldap_int_sasl_external': : undefined reference to `sasl_setprop' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x16cc): In function `ldap_int_sasl_get_option': : undefined reference to `sasl_getprop' ../ldap/libraries/libldap.a(cyrus.o)(.text+0x1780): In function `ldap_int_sasl_set_option': : undefined reference to `sasl_setprop' *** Error code 1 Stop in /home/ports/mail/pine4/work/pine4.62/pine. *** Error code 1 >Fix: sorry, no fix available. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 09:30:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 322FA16A4CF for ; Thu, 3 Feb 2005 09:30:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D5E43D5F for ; Thu, 3 Feb 2005 09:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j139UHrv043893 for ; Thu, 3 Feb 2005 09:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j139UH0F043892; Thu, 3 Feb 2005 09:30:17 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 09:30:17 GMT Resent-Message-Id: <200502030930.j139UH0F043892@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D5E316A4CF for ; Thu, 3 Feb 2005 09:28:02 +0000 (GMT) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E7E43D31 for ; Thu, 3 Feb 2005 09:28:00 +0000 (GMT) (envelope-from root@srv1.galle.com.br) Received: (qmail 22501 invoked by uid 0); 3 Feb 2005 09:27:58 -0000 Message-Id: <20050203092758.22500.qmail@srv1.galle.com.br> Date: 3 Feb 2005 09:27:58 -0000 From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: mt@primats.org.ua Subject: ports/77052: [UPDATE] www/sarg: update to 2.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 09:30:18 -0000 >Number: 77052 >Category: ports >Synopsis: [UPDATE] www/sarg: update to 2.0.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: Thu Feb 03 09:30:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: Galle Folheados >Environment: System: FreeBSD srv1.galle.com.br 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #6: Mon Jan 17 09:05:47 BRDT 2005 >Description: - Update to 2.0.3 Differences from 2.0.2 version: - squidguard parse logs method changed. - wrong results in -v option. - fixed: error when using -u (include user) Thanks to Bochkarev Vladimi - export LC_ALL=C will be issued before sort to avoid high cpu usage Port maintainer (mt@primats.org.ua) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- sarg-2.0.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/sarg.orig/Makefile /usr/ports/www/sarg/Makefile --- /usr/ports/www/sarg.orig/Makefile Mon Jan 10 07:39:52 2005 +++ /usr/ports/www/sarg/Makefile Thu Feb 3 07:12:48 2005 @@ -6,8 +6,7 @@ # PORTNAME= sarg -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.0.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN --exclude=CVS /usr/ports/www/sarg.orig/distinfo /usr/ports/www/sarg/distinfo --- /usr/ports/www/sarg.orig/distinfo Tue Dec 7 05:31:12 2004 +++ /usr/ports/www/sarg/distinfo Thu Feb 3 07:14:06 2005 @@ -1,2 +1,2 @@ -MD5 (sarg-2.0.2.tar.gz) = 98390963f8510578ca0743eb225470c5 -SIZE (sarg-2.0.2.tar.gz) = 327289 +MD5 (sarg-2.0.3.tar.gz) = 573642c4777ce3ceb2e73798eef3bccf +SIZE (sarg-2.0.3.tar.gz) = 325202 --- sarg-2.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 09:40:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA4716A4CE for ; Thu, 3 Feb 2005 09:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A9643D4C for ; Thu, 3 Feb 2005 09:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j139eNp9045036 for ; Thu, 3 Feb 2005 09:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j139eNh2045035; Thu, 3 Feb 2005 09:40:23 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 09:40:23 GMT Message-Id: <200502030940.j139eNh2045035@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: jannisan@t-online.de (Jan Rochel) Subject: Re: ports/77046: New port: math/wfmath. Worldforge math library. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jan Rochel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 09:40:24 -0000 The following reply was made to PR ports/77046; it has been noted by GNATS. From: jannisan@t-online.de (Jan Rochel) To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/77046: New port: math/wfmath. Worldforge math library. Date: Thu, 03 Feb 2005 10:32:12 +0100 --- patch-Makefile.in begins here --- *** Makefile.in.orig Thu Feb 3 10:13:51 2005 --- Makefile.in Thu Feb 3 10:16:12 2005 *************** *** 100,106 **** WFMATH_VERSION_INFO = @WFMATH_VERSION_INFO@ WFMATH_VERSION_NO = @WFMATH_VERSION_NO@ ! pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = wfmath-0.3.pc EXTRA_DIST = TODO autogen.sh wfmath.pbproj/project.pbxproj wfmath.spec --- 100,106 ---- WFMATH_VERSION_INFO = @WFMATH_VERSION_INFO@ WFMATH_VERSION_NO = @WFMATH_VERSION_NO@ ! pkgconfigdir = $(prefix)/libdata/pkgconfig pkgconfig_DATA = wfmath-0.3.pc EXTRA_DIST = TODO autogen.sh wfmath.pbproj/project.pbxproj wfmath.spec --- patch-Makefile.in ends here --- --- pkg-plist begins here --- lib/libwfmath-0.3.la lib/libwfmath-0.3.so lib/libwfmath-0.3.so.3 include/wfmath-0.3/wfmath/error.h include/wfmath-0.3/wfmath/const.h include/wfmath-0.3/wfmath/int_to_string.h include/wfmath-0.3/wfmath/probability.h include/wfmath-0.3/wfmath/timestamp.h include/wfmath-0.3/wfmath/MersenneTwister.h include/wfmath-0.3/wfmath/randgen.h include/wfmath-0.3/wfmath/shuffle.h include/wfmath-0.3/wfmath/vector.h include/wfmath-0.3/wfmath/vector_funcs.h include/wfmath-0.3/wfmath/rotmatrix.h include/wfmath-0.3/wfmath/rotmatrix_funcs.h include/wfmath-0.3/wfmath/point.h include/wfmath-0.3/wfmath/point_funcs.h include/wfmath-0.3/wfmath/quaternion.h include/wfmath-0.3/wfmath/axisbox.h include/wfmath-0.3/wfmath/axisbox_funcs.h include/wfmath-0.3/wfmath/ball.h include/wfmath-0.3/wfmath/ball_funcs.h include/wfmath-0.3/wfmath/wrapped_array.h include/wfmath-0.3/wfmath/miniball.h include/wfmath-0.3/wfmath/miniball_funcs.h include/wfmath-0.3/wfmath/segment.h include/wfmath-0.3/wfmath/segment_funcs.h include/wfmath-0.3/wfmath/rotbox.h include/wfmath-0.3/wfmath/rotbox_funcs.h include/wfmath-0.3/wfmath/polygon.h include/wfmath-0.3/wfmath/polygon_funcs.h include/wfmath-0.3/wfmath/polygon_intersect.h include/wfmath-0.3/wfmath/intersect_decls.h include/wfmath-0.3/wfmath/intersect.h include/wfmath-0.3/wfmath/wfmath.h include/wfmath-0.3/wfmath/stream.h include/wfmath-0.3/wfmath/atlasconv.h @dirrm include/wfmath-0.3/wfmath @dirrm include/wfmath-0.3 libdata/pkgconfig/wfmath-0.3.pc --- pkg-plist ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 09:40:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99E4916A4D0 for ; Thu, 3 Feb 2005 09:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76E8743D2F for ; Thu, 3 Feb 2005 09:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j139eRuw045043 for ; Thu, 3 Feb 2005 09:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j139eRsj045042; Thu, 3 Feb 2005 09:40:27 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 09:40:27 GMT Message-Id: <200502030940.j139eRsj045042@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: jannisan@t-online.de (Jan Rochel) Subject: Re: ports/77047: New port: net/skstream. An iostream based C socket library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jan Rochel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 09:40:27 -0000 The following reply was made to PR ports/77047; it has been noted by GNATS. From: jannisan@t-online.de (Jan Rochel) To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/77047: New port: net/skstream. An iostream based C socket library Date: Thu, 03 Feb 2005 10:36:08 +0100 --- patch-Makefile.in begins here --- *** Makefile.in.orig Thu Feb 3 10:18:20 2005 --- Makefile.in Thu Feb 3 10:20:19 2005 *************** *** 213,219 **** target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ ! pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = skstream-0.3.pc @SKSTREAM_UNIX_PC@ @HAVE_PROG_ZIP_FALSE@MSVC_SUPPORT = @HAVE_PROG_ZIP_TRUE@MSVC_SUPPORT = VisualC.zip --- 213,219 ---- target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ ! pkgconfigdir = $(prefix)/libdata/pkgconfig pkgconfig_DATA = skstream-0.3.pc @SKSTREAM_UNIX_PC@ @HAVE_PROG_ZIP_FALSE@MSVC_SUPPORT = @HAVE_PROG_ZIP_TRUE@MSVC_SUPPORT = VisualC.zip --- patch-Makefile.in ends here --- --- pkg-plist begins here --- lib/libskstream-0.3.la lib/libskstream-0.3.so.1 lib/libskstream-0.3.so libdata/pkgconfig/skstream-0.3.pc libdata/pkgconfig/skstream-unix-0.3.pc lib/skstream-0.3/include/skstream/skstreamconfig.h @dirrm lib/skstream-0.3/include/skstream @dirrm lib/skstream-0.3/include @dirrm lib/skstream-0.3 include/skstream-0.3/skstream/skstream.h include/skstream-0.3/skstream/skstream_unix.h include/skstream-0.3/skstream/skserver.h include/skstream-0.3/skstream/skserver_unix.h include/skstream-0.3/skstream/skpoll.h include/skstream-0.3/skstream/sasproto.h @dirrm include/skstream-0.3/skstream @dirrm include/skstream-0.3 %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README.FreeSockets %%PORTDOCS%%@dirrm %%DOCSDIR%% --- pkg-plist ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 09:44:57 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE6416A4CE; Thu, 3 Feb 2005 09:44:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8E4E43D41; Thu, 3 Feb 2005 09:44:56 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j139iuw0045400; Thu, 3 Feb 2005 09:44:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j139iup5045396; Thu, 3 Feb 2005 09:44:56 GMT (envelope-from linimon) Date: Thu, 3 Feb 2005 09:44:56 GMT From: Mark Linimon Message-Id: <200502030944.j139iup5045396@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/77051: mail/pine4 (pine4.62) build fails: SASL linking problems X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 09:44:57 -0000 Synopsis: mail/pine4 (pine4.62) build fails: SASL linking problems Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 3 09:44:47 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=77051 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 09:51:11 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 423FB16A4CE; Thu, 3 Feb 2005 09:51:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E0943D39; Thu, 3 Feb 2005 09:51:11 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j139pAZg045649; Thu, 3 Feb 2005 09:51:10 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j139p8Aa045645; Thu, 3 Feb 2005 10:51:08 +0100 (CET) (envelope-from tobez) Date: Thu, 3 Feb 2005 10:51:08 +0100 (CET) From: Anton Berezin Message-Id: <200502030951.j139p8Aa045645@freefall.freebsd.org> To: matthias.andree@gmx.de, tobez@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76208: [NEW PORT] devel/bitkeeper: Scalable Distributed Software Configuration Management System X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 09:51:11 -0000 Synopsis: [NEW PORT] devel/bitkeeper: Scalable Distributed Software Configuration Management System State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Thu Feb 3 10:50:21 CET 2005 State-Changed-Why: Superceeded by 77041. http://www.freebsd.org/cgi/query-pr.cgi?pr=76208 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 09:57:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF58616A4CE; Thu, 3 Feb 2005 09:57:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4F9B43D45; Thu, 3 Feb 2005 09:57:18 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j139vIJO045850; Thu, 3 Feb 2005 09:57:18 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j139vIxT045846; Thu, 3 Feb 2005 09:57:18 GMT (envelope-from vs) Date: Thu, 3 Feb 2005 09:57:18 GMT From: Volker Stolz Message-Id: <200502030957.j139vIxT045846@freefall.freebsd.org> To: r.c.ladan@student.tue.nl, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76977: [MAINTAINER] math/coq: update to 8.0p2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 09:57:19 -0000 Synopsis: [MAINTAINER] math/coq: update to 8.0p2 State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Thu Feb 3 09:57:04 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76977 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 09:58:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0926216A4CF; Thu, 3 Feb 2005 09:58:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D540343D4C; Thu, 3 Feb 2005 09:58:21 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j139wLPw045900; Thu, 3 Feb 2005 09:58:21 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j139wLSX045896; Thu, 3 Feb 2005 09:58:21 GMT (envelope-from vs) Date: Thu, 3 Feb 2005 09:58:21 GMT From: Volker Stolz Message-Id: <200502030958.j139wLSX045896@freefall.freebsd.org> To: huntting@glarp.com, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76984: update for 'qcl' 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: Thu, 03 Feb 2005 09:58:22 -0000 Synopsis: update for 'qcl' port State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Thu Feb 3 09:57:53 GMT 2005 State-Changed-Why: Please submit updates in "unified diff" format as per the Porter's Handbook! http://www.freebsd.org/cgi/query-pr.cgi?pr=76984 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 09:59:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A04B16A4CF; Thu, 3 Feb 2005 09:59:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 516BB43D31; Thu, 3 Feb 2005 09:59:03 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j139x3Gg045955; Thu, 3 Feb 2005 09:59:03 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j139x2GJ045951; Thu, 3 Feb 2005 09:59:02 GMT (envelope-from vs) Date: Thu, 3 Feb 2005 09:59:02 GMT From: Volker Stolz Message-Id: <200502030959.j139x2GJ045951@freefall.freebsd.org> To: ko@irfu.se, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77038: Update port: math/vtk* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 09:59:03 -0000 Synopsis: Update port: math/vtk* State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Thu Feb 3 09:58:36 GMT 2005 State-Changed-Why: Please submit updates in "unified diff" format as per the Porter's Handbook! http://www.freebsd.org/cgi/query-pr.cgi?pr=77038 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 10:10:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5A0316A4CE for ; Thu, 3 Feb 2005 10:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96C6843D1F for ; Thu, 3 Feb 2005 10:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13AAK8X050261 for ; Thu, 3 Feb 2005 10:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13AAKKZ050260; Thu, 3 Feb 2005 10:10:20 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 10:10:20 GMT Message-Id: <200502031010.j13AAKKZ050260@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: jannisan@t-online.de (Janni) Subject: Re: ports/77047: New port: net/skstream. An iostream based C socket library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Janni List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 10:10:20 -0000 The following reply was made to PR ports/77047; it has been noted by GNATS. From: jannisan@t-online.de (Janni) To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/77047: New port: net/skstream. An iostream based C socket library Date: Thu, 03 Feb 2005 11:03:14 +0100 Another little thing. The GNU_MAKE=yes line in the Makefile can be deleted. BSD make works fine. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 10:10:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D65316A4CE for ; Thu, 3 Feb 2005 10:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D67943D1F for ; Thu, 3 Feb 2005 10:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13AANsg050268 for ; Thu, 3 Feb 2005 10:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13AANZ9050267; Thu, 3 Feb 2005 10:10:23 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 10:10:23 GMT Message-Id: <200502031010.j13AANZ9050267@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stefan Walter Subject: Re: ports/75100: [PATCH] textproc/sgmltools-lite: [fix broken pkg-plist] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stefan Walter List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 10:10:24 -0000 The following reply was made to PR ports/75100; it has been noted by GNATS. From: Stefan Walter To: freebsd-gnats-submit@FreeBSD.org, darth@vader.dk Cc: Subject: Re: ports/75100: [PATCH] textproc/sgmltools-lite: [fix broken pkg-plist] Date: Thu, 3 Feb 2005 11:03:48 +0100 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I guess the reason why this port is broken is that it creates a couple of directories it doesn't remove when it's deinstalled. The attached patch should fix that. Other changes are: - Use PREFIX instead of LOCALBASE as in the patch the originator sent. - Use USE_PYTHON_BUILD instead of an explicit dependency line. - Replace the URL mentioned in pkg-descr with the actual project homepage's URL (http://www.sgmltools.org/ says that domain is for sale. I think that's a good reason to let textproc/sgmltools die, then, and only keep sgmltools-lite around, which is that project's successor.) - Bump PORTREVISION. Stefan --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sgmltools-plist.patch" diff -urN sgmltools-lite.old/Makefile sgmltools-lite/Makefile --- sgmltools-lite.old/Makefile Thu Feb 3 09:38:25 2005 +++ sgmltools-lite/Makefile Thu Feb 3 10:21:50 2005 @@ -7,7 +7,7 @@ PORTNAME= sgmltools-lite PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sgmltools-lite @@ -15,19 +15,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Generates various output formats from DocBook SGML documents -BUILD_DEPENDS+= python:${PORTSDIR}/lang/python \ - openjade:${PORTSDIR}/textproc/openjade \ +BUILD_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade \ ${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \ ${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular -BROKEN= Broken pkg-plist -EXPIRATION_DATE=2005-02-18 -DEPRECATED= ${BROKEN} - +USE_PYTHON_BUILD= yes MAN1= sgmltools-lite.1 GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-etcsgml=${PREFIX}/etc/sgml --datadir=${LOCALBASE}/share +CONFIGURE_ARGS+=--with-etcsgml=${PREFIX}/etc/sgml --datadir=${PREFIX}/share pre-configure: ${RM} -f ${WRKSRC}/config.cache @@ -36,6 +32,6 @@ ${MKDIR} ${PREFIX}/etc/sgml post-install: - ${ECHO_CMD} "3.0.3" > ${LOCALBASE}/share/sgml/misc/sgmltools/VERSION + ${ECHO_CMD} "3.0.3" > ${PREFIX}/share/sgml/misc/sgmltools/VERSION .include diff -urN sgmltools-lite.old/pkg-descr sgmltools-lite/pkg-descr --- sgmltools-lite.old/pkg-descr Thu Feb 3 09:38:25 2005 +++ sgmltools-lite/pkg-descr Thu Feb 3 09:39:30 2005 @@ -4,4 +4,4 @@ formats are possible. As the front-end is written in Python, it is relatively easy to adapt to your needs. -WWW: http://www.sgmltools.org/ +WWW: http://sgmltools-lite.sourceforge.net/ diff -urN sgmltools-lite.old/pkg-plist sgmltools-lite/pkg-plist --- sgmltools-lite.old/pkg-plist Thu Feb 3 09:38:25 2005 +++ sgmltools-lite/pkg-plist Thu Feb 3 10:10:29 2005 @@ -39,4 +39,7 @@ @dirrm share/sgml/misc/sgmltools/python/backends @dirrm share/sgml/misc/sgmltools/python @dirrm share/sgml/misc/sgmltools +@dirrm etc/sgml/catalog.d @unexec rmdir %D/etc/sgml 2>/dev/null || true +@unexec rmdir %D/share/sgml/dtd 2>/dev/null || true +@unexec rmdir %D/share/sgml/misc 2>/dev/null || true --0F1p//8PRICkK4MW-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 10:10:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6BF16A4CE for ; Thu, 3 Feb 2005 10:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C00D43D2D for ; Thu, 3 Feb 2005 10:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13AAR7f050275 for ; Thu, 3 Feb 2005 10:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13AARel050274; Thu, 3 Feb 2005 10:10:27 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 10:10:27 GMT Message-Id: <200502031010.j13AARel050274@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: jannisan@t-online.de (Janni) Subject: Re: ports/77046: New port: math/wfmath. Worldforge math library. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Janni List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 10:10:27 -0000 The following reply was made to PR ports/77046; it has been noted by GNATS. From: jannisan@t-online.de (Janni) To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/77046: New port: math/wfmath. Worldforge math library. Date: Thu, 03 Feb 2005 11:04:47 +0100 Another little thing. The GNU_MAKE=yes line in the Makefile can be deleted. BSD make works fine. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 10:20:28 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D941016A4CE for ; Thu, 3 Feb 2005 10:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A78B143D2D for ; Thu, 3 Feb 2005 10:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13AKSaj050584 for ; Thu, 3 Feb 2005 10:20:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13AKSBB050583; Thu, 3 Feb 2005 10:20:28 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 10:20:28 GMT Message-Id: <200502031020.j13AKSBB050583@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Taik0 Subject: Re: ports/77015: /usr/ports/net/linpopup/ (linpopup-1.2.0_1) LinPopup doesn't send messages X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Taik0 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 10:20:29 -0000 The following reply was made to PR ports/77015; it has been noted by GNATS. From: Taik0 To: Volker Stolz , freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/77015: /usr/ports/net/linpopup/ (linpopup-1.2.0_1) LinPopup doesn't send messages Date: Thu, 3 Feb 2005 11:12:02 +0100 I've had a mistake on this. This problem only appears if you use samba-3.x version, with samba 2.x works fine without modifications. Maybe this patch can be added with some flag like WITH_SAMBA3=YES ? Sorry for any inconveniences. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 10:24:13 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6292A16A4CE; Thu, 3 Feb 2005 10:24:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3995843D49; Thu, 3 Feb 2005 10:24:13 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13AODXi050725; Thu, 3 Feb 2005 10:24:13 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13AODR0050721; Thu, 3 Feb 2005 10:24:13 GMT (envelope-from vs) Date: Thu, 3 Feb 2005 10:24:13 GMT From: Volker Stolz Message-Id: <200502031024.j13AODR0050721@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76934: NON-MAINTAINER UPDATE devel/naturaldocs 1.33 -> 1.34 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 10:24:13 -0000 Synopsis: NON-MAINTAINER UPDATE devel/naturaldocs 1.33 -> 1.34 State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Thu Feb 3 10:23:50 GMT 2005 State-Changed-Why: Committed, thanks! Note that this port doesn't have a maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=76934 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 11:00:44 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1E4716A4E1 for ; Thu, 3 Feb 2005 11:00:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CBE143D1D for ; Thu, 3 Feb 2005 11:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13B0fkA052950 for ; Thu, 3 Feb 2005 11:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13B0e1p052949; Thu, 3 Feb 2005 11:00:40 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 11:00:40 GMT Message-Id: <200502031100.j13B0e1p052949@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Volker Stolz" Subject: Re: ports/76959: Update port: math/polymake: patches has grown once again X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 11:00:45 -0000 The following reply was made to PR ports/76959; it has been noted by GNATS. From: "Volker Stolz" To: freebsd-gnats-submit@freebsd.org, gawrilow@math.tu-berlin.de Cc: Subject: Re: ports/76959: Update port: math/polymake: patches has grown once again Date: Thu, 03 Feb 2005 11:56:04 +0100 Hm, on 4.11 I get an endless loop with: Please specify a path to g++ : [none] seems not to be any of the supported C++ compilers (GNU, Intel, Comeau); From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 11:00:45 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 026E216A4E4 for ; Thu, 3 Feb 2005 11:00:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8314643D4C for ; Thu, 3 Feb 2005 11:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13B0fhO052963 for ; Thu, 3 Feb 2005 11:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13B0fL1052962; Thu, 3 Feb 2005 11:00:41 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 11:00:41 GMT Resent-Message-Id: <200502031100.j13B0fL1052962@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Serbski Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23E7616A4CE for ; Thu, 3 Feb 2005 10:57:33 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0047043D45 for ; Thu, 3 Feb 2005 10:57:33 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j13AvWMx090502 for ; Thu, 3 Feb 2005 10:57:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j13AvWCH090501; Thu, 3 Feb 2005 10:57:32 GMT (envelope-from nobody) Message-Id: <200502031057.j13AvWCH090501@www.freebsd.org> Date: Thu, 3 Feb 2005 10:57:32 GMT From: Roman Serbski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77056: Error building p5-Mail-Ezmlm-0.03.1 with MySQL 4.1.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 11:00:45 -0000 >Number: 77056 >Category: ports >Synopsis: Error building p5-Mail-Ezmlm-0.03.1 with MySQL 4.1.7 >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 Feb 03 11:00:41 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Roman Serbski >Release: FreeBSD 5.3-STABLE >Organization: >Environment: FreeBSD mx01.manas.net 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Nov 29 09:45:25 KGT 2004 root@mx01.manas.net:/usr/obj/usr/src/sys/MX0120041128 i386 >Description: pkg_info | grep mysql mysql-client-4.1.7 Multithreaded SQL database (client) mysql-server-4.1.7 Multithreaded SQL database (server) pkg_info | grep perl perl-5.8.5 Practical Extraction and Report Language cd /usr/ports/mail/p5-Mail-Ezmlm && make install clean # make ===> p5-Mail-Ezmlm-0.03.1 depends on file: /usr/local/bin/ezmlm-idx - found ===> p5-Mail-Ezmlm-0.03.1 depends on file: /usr/local/bin/perl5.8.5 - found ===> Configuring for p5-Mail-Ezmlm-0.03.1 Checking if your kit is complete... Looks good We now need to know where some things live on your system. I'll try and make some intelligent guesses - if I get it right, please just press enter at the prompt. If I get them wrong, please type in the correct path for me and then press enter. First I need to know where the Ezmlm binaries live (ie where I can find ezmlm-make, ezmlm-sub, etc). Ezmlm binary directory? [/usr/local/bin] Now I need to know where Qmail resides on your system. The Qmail base directory is the one in which the Qmail bin, control, etc directories live in. Qmail base directory? [/var/qmail] It appears you have compiled MySQL support into your versiion of Ezmlm. If this is correct, I now need to know where the MySQL client (mysql) lives on your machine. Please leave this blank if you do not want to enable MySQL support in the Mail::Ezmlm module. MySQL binary directory? [] /usr/local/bin/ Thank you. I will use this information to configure Mail::Ezmlm for you Can't use an undefined value as a HASH reference at /usr/local/lib/perl5/5.8.5/ExtUtils/MakeMaker.pm line 413. *** Error code 2 Stop in /usr/ports/mail/p5-Mail-Ezmlm. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 11:10:13 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCF6116A4CE for ; Thu, 3 Feb 2005 11:10:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A1EC43D2F for ; Thu, 3 Feb 2005 11:10:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13BADeH057124 for ; Thu, 3 Feb 2005 11:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13BADHC057122; Thu, 3 Feb 2005 11:10:13 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 11:10:13 GMT Resent-Message-Id: <200502031110.j13BADHC057122@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 696D116A4CF for ; Thu, 3 Feb 2005 11:07:42 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8BC343D2D for ; Thu, 3 Feb 2005 11:07:40 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j13B7cea088407 for ; Thu, 3 Feb 2005 09:07:38 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j13B7bkx088406; Thu, 3 Feb 2005 09:07:37 -0200 (BRST) Message-Id: <200502031107.j13B7bkx088406@digitalsign.com> Date: Thu, 3 Feb 2005 09:07:37 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77057: Update port: devel/pear-PHPUnit2 to 2.2.0beta4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 11:10:13 -0000 >Number: 77057 >Category: ports >Synopsis: Update port: devel/pear-PHPUnit2 to 2.2.0beta4 >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 Feb 03 11:10:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + update port: devel/pear-PHPUnit2 to 2.2.0beta4 + changelog: http://pear.php.net/package/PHPUnit2/download/2.2.0beta4/ + add PHP version dependency + update COMMENT + fix BUILD_DEPENDS >How-To-Repeat: >Fix: diff -ruN pear-PHPUnit2.orig/Makefile pear-PHPUnit2/Makefile --- pear-PHPUnit2.orig/Makefile Thu Feb 3 08:25:05 2005 +++ pear-PHPUnit2/Makefile Thu Feb 3 08:43:00 2005 @@ -6,20 +6,18 @@ # PORTNAME= PHPUnit2 -PORTVERSION= 2.2.0 -PORTREVISION= 1 +DISTVERSION= 2.2.0beta4 +PORTEPOCH= 1 CATEGORIES= devel www pear -DISTNAME= ${PORTNAME}-${PORTVERSION}beta3 MAINTAINER= antonio@php.net -COMMENT= Regression testing framework for unit tests +COMMENT= PEAR regression testing framework for unit tests -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/Benchmark/Timer.php:${PORTSDIR}/benchmarks/pear-Benchmark RUN_DEPENDS= ${BUILD_DEPENDS} LATEST_LINK= pear-PHPUnit2 -OPTIONS= PEAR_BENCHMARK "PEAR::Benchmark support" on \ - PEAR_LOG "PEAR::Log support" off +OPTIONS= PEAR_LOG "PEAR::Log support" NO_PACKAGE= Conflicting dependences between PHP4 and PHP5 @@ -36,55 +34,53 @@ Extensions/Log/XML.php Extensions/TestDox/ResultPrinter/HTML.php \ Extensions/TestDox/ResultPrinter/Text.php \ Extensions/TestDox/NamePrettifier.php \ - Extensions/TestDox/ResultPrinter.php \ - Extensions/ExceptionTestCase.php Extensions/PerformanceTestCase.php \ - Extensions/RepeatedTest.php Extensions/TestDecorator.php \ - Extensions/TestSetup.php Framework/Assert.php \ - Framework/AssertionFailedError.php Framework/Error.php \ - Framework/ComparisonFailure.php Framework/IncompleteTest.php \ - Framework/IncompleteTestError.php Framework/Test.php \ - Framework/TestCase.php Framework/TestFailure.php \ - Framework/TestListener.php Framework/TestResult.php \ - Framework/TestSuite.php Framework/Warning.php \ - Runner/BaseTestRunner.php Runner/IncludePathTestCollector.php \ - Runner/StandardTestSuiteLoader.php Runner/TestCollector.php \ - Runner/TestRunListener.php Runner/TestSuiteLoader.php \ - Runner/Version.php Tests/Framework/AllTests.php \ + Extensions/TestDox/ResultPrinter.php Extensions/ExceptionTestCase.php \ + Extensions/PerformanceTestCase.php Extensions/RepeatedTest.php \ + Extensions/TestDecorator.php Extensions/TestSetup.php \ + Framework/Assert.php Framework/AssertionFailedError.php \ + Framework/Error.php Framework/ComparisonFailure.php \ + Framework/IncompleteTest.php Framework/IncompleteTestError.php \ + Framework/Test.php Framework/TestCase.php Framework/TestFailure.php \ + Framework/TestListener.php Framework/TestResult.php Framework/TestSuite.php \ + Framework/Warning.php Runner/BaseTestRunner.php \ + Runner/IncludePathTestCollector.php Runner/StandardTestSuiteLoader.php \ + Runner/TestCollector.php Runner/TestRunListener.php \ + Runner/TestSuiteLoader.php Runner/Version.php Tests/Framework/AllTests.php \ Tests/Framework/AssertTest.php Tests/Framework/ComparisonFailureTest.php \ Tests/Framework/SuiteTest.php Tests/Framework/TestCaseTest.php \ - Tests/Framework/TestImplementorTest.php \ - Tests/Framework/TestListenerTest.php Tests/Extensions/TestDox/AllTests.php \ - Tests/Extensions/TestDox/NamePrettifierTest.php \ - Tests/Extensions/AllTests.php Tests/Extensions/ExceptionTestCaseTest.php \ - Tests/Extensions/ExtensionTest.php \ + Tests/Framework/TestImplementorTest.php Tests/Framework/TestListenerTest.php \ + Tests/Extensions/TestDox/AllTests.php \ + Tests/Extensions/TestDox/NamePrettifierTest.php Tests/Extensions/AllTests.php \ + Tests/Extensions/ExceptionTestCaseTest.php Tests/Extensions/ExtensionTest.php \ Tests/Extensions/PerformanceTestCaseTest.php \ Tests/Extensions/RepeatedTestTest.php Tests/Runner/AllTests.php \ Tests/Runner/BaseTestRunnerTest.php Tests/AllTests.php \ Tests/DoubleTestCase.php Tests/Error.php Tests/Failure.php \ - Tests/InheritedTestCase.php Tests/MockRunner.php Tests/NoArgTestCaseTest.php \ - Tests/NonStatic.php Tests/NoTestCaseClass.php Tests/NoTestCases.php \ - Tests/NotPublicTestCase.php Tests/NotVoidTestCase.php Tests/OneTestCase.php \ - Tests/OverrideTestCase.php Tests/SetupFailure.php Tests/Sleep.php \ - Tests/Success.php Tests/TearDownFailure.php Tests/ThrowExceptionTestCase.php \ - Tests/ThrowNoExceptionTestCase.php Tests/TornDown.php Tests/TornDown2.php \ - Tests/TornDown3.php Tests/TornDown4.php Tests/TornDown5.php Tests/WasRun.php \ - TextUI/ResultPrinter.php TextUI/TestRunner.php Util/Filter.php \ - Util/Printer.php Util/Skeleton.php + Tests/InheritedTestCase.php Tests/Iterator.php Tests/MockRunner.php \ + Tests/NoArgTestCaseTest.php Tests/NonStatic.php Tests/NoTestCaseClass.php \ + Tests/NoTestCases.php Tests/NotPublicTestCase.php Tests/NotVoidTestCase.php \ + Tests/OneTestCase.php Tests/OverrideTestCase.php Tests/SetupFailure.php \ + Tests/Sleep.php Tests/Success.php Tests/TearDownFailure.php \ + Tests/ThrowExceptionTestCase.php Tests/ThrowNoExceptionTestCase.php \ + Tests/TornDown.php Tests/TornDown2.php Tests/TornDown3.php Tests/TornDown4.php \ + Tests/TornDown5.php Tests/WasRun.php TextUI/ResultPrinter.php \ + TextUI/TestRunner.php Util/Filter.php Util/Printer.php Util/Skeleton.php SCRIPTFILES= phpunit -.include - -.if !defined(WITHOUT_PEAR_BENCHMARK) -BUILD_DEPENDS+= ${PEARDIR}/Benchmark/Timer.php:${PORTSDIR}/benchmarks/pear-Benchmark -.endif +post-patch: + @${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/Runner/Version.php .if defined(WITH_PEAR_LOG) -BUILD_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log +RUN_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log .endif -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include -post-patch: - @${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/Runner/Version.php +PHP_VERS= ${PHP_VERSION:S/.//g} +.if defined(PHP_VERS) && ${PHP_VERS} < 502 +IGNORE= "You need PHP 5.0.2 or later to install PEAR::PHPUnit2" +.endif + +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include diff -ruN pear-PHPUnit2.orig/distinfo pear-PHPUnit2/distinfo --- pear-PHPUnit2.orig/distinfo Thu Feb 3 08:25:05 2005 +++ pear-PHPUnit2/distinfo Thu Feb 3 08:39:01 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/PHPUnit2-2.2.0beta3.tgz) = b1e3b6054c1a1c1a757451cb291250d4 -SIZE (PEAR/PHPUnit2-2.2.0beta3.tgz) = 38517 +MD5 (PEAR/PHPUnit2-2.2.0beta4.tgz) = fee3c0ce7994eeb59dd00f249da98909 +SIZE (PEAR/PHPUnit2-2.2.0beta4.tgz) = 38776 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 11:40:35 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3764816A4D3 for ; Thu, 3 Feb 2005 11:40:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D8543D2F for ; Thu, 3 Feb 2005 11:40:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13BeYeY058965 for ; Thu, 3 Feb 2005 11:40:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13BeYWx058964; Thu, 3 Feb 2005 11:40:34 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 11:40:34 GMT Message-Id: <200502031140.j13BeYWx058964@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mykola Khotyaintsev Subject: Re: ports/77038: Update port: math/vtk* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mykola Khotyaintsev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 11:40:35 -0000 The following reply was made to PR ports/77038; it has been noted by GNATS. From: Mykola Khotyaintsev To: freebsd-gnats-submit@freebsd.org, ko@irfu.se Cc: Volker Stolz Subject: Re: ports/77038: Update port: math/vtk* Date: Thu, 3 Feb 2005 12:38:11 +0100 --Boundary-00=_k0gACCN5IyYyQm9 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry :o) Hereby I attach the diffs. Please note, that files "patch-IO-vtkBMPReader.cxx" and "patch-IO-vtkImageReader.cxx" are removed from vtk/files/. The port vtk-tcl remains untouched. --Boundary-00=_k0gACCN5IyYyQm9 Content-Type: text/x-diff; charset="us-ascii"; name="diff_vtk" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="diff_vtk" diff -ruN vtk.bak/Makefile vtk/Makefile --- vtk.bak/Makefile Sat Nov 6 17:15:53 2004 +++ vtk/Makefile Thu Feb 3 12:20:35 2005 @@ -14,11 +14,11 @@ # PORTNAME= vtk -PORTVERSION= 4.3.0 -PORTREVISION= 3 +PORTVERSION= 4.4 +PORTREVISION= 0 CATEGORIES= math graphics MASTER_SITES= http://ovt.irfu.se/vtk/files/ -DISTFILES?= VTK-${PORTVERSION}-cvs${CVSDATE}.tar.gz +DISTFILES?= VTK-${PORTVERSION}-LatestRelease.tar.gz MAINTAINER= ko@irfu.se COMMENT?= The Visualization Toolkit shared libs @@ -26,14 +26,12 @@ USE_REINPLACE= yes LIBVER= 1 -CVSDATE= 20031006 VTKSRCDIR= ${WRKDIR}/VTK TESTINGDIR= ${EXAMPLESDIR}/Testing VTKDATAROOT= ${EXAMPLESDIR}/VTKData -DOCSDIR= ${PREFIX}/share/doc/${PKGNAME} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} PLIST= ${.CURDIR}/pkg-plist FILESDIR= ${.CURDIR}/files -RESTRICTED= yes VTK_KITS= Common Filtering Graphics Hybrid IO Imaging Rendering Parallel Patented @@ -58,33 +56,17 @@ BUILD_DEPENDS+= ${VTKDATAROOT}/VTKData.readme:${PORTSDIR}/math/vtk-data .endif -ONLY_FOR_ARCHS= i386 # was not tested on other ARCHS USE_GMAKE= yes USE_GL= yes INSTALLS_SHLIB= yes -# if optimization flag -O2 or -O3 is present - use g++33 -# There is a problem compiling Imaging/vtkImageEuclideanDistance.o by gcc 3.2.2 -# with -02 -march=pentium3 -.if defined(CXXFLAGS) -TTT= "${CXXFLAGS}" # this quotes are VERY important! -OPTFLAGPRESENT= ${TTT:C/^.*-O[23].*$/yes/} -.if ${OPTFLAGPRESENT} == "yes" -USE_GCC= 3.3 -.endif -.endif - -.if ${OSVERSION} < 500016 -ADDITIONAL_EXE_LINKER_FLAGS= ${PTHREAD_LIBS} -.endif - CMAKE?= ${LOCALBASE}/bin/cmake CXXFLAGS+= -Wno-deprecated CMAKE_DEFS+= -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \ -DBUILD_SHARED_LIBS:BOOL=ON \ -DCMAKE_BUILD_TYPE:STRING=Release \ -DCMAKE_SHARED_LINKER_FLAGS:STRING="${LINKERFLAGS}" \ - -DCMAKE_EXE_LINKER_FLAGS:STRING="${LINKERFLAGS} ${ADDITIONAL_EXE_LINKER_FLAGS}" \ + -DCMAKE_EXE_LINKER_FLAGS:STRING="${LINKERFLAGS} ${PTHREAD_LIBS}" \ -DCMAKE_THREAD_LIBS:STRING="${PTHREAD_LIBS}"\ -DCMAKE_USE_PTHREADS:BOOL=ON \ -DCMAKE_C_COMPILER:STRING='${CC}' \ diff -ruN vtk.bak/distinfo vtk/distinfo --- vtk.bak/distinfo Wed Mar 31 05:09:35 2004 +++ vtk/distinfo Thu Feb 3 12:12:19 2005 @@ -1,2 +1,2 @@ -MD5 (VTK-4.3.0-cvs20031006.tar.gz) = 6c574972eb41c9d287fb540811d85e3a -SIZE (VTK-4.3.0-cvs20031006.tar.gz) = 6367112 +MD5 (VTK-4.4-LatestRelease.tar.gz) = 17a5006c4d7acca3e74d32e0e27f4739 +SIZE (VTK-4.4-LatestRelease.tar.gz) = 6323955 diff -ruN vtk.bak/files/patch-IO-vtkBMPReader.cxx vtk/files/patch-IO-vtkBMPReader.cxx --- vtk.bak/files/patch-IO-vtkBMPReader.cxx Sat Nov 6 17:15:53 2004 +++ vtk/files/patch-IO-vtkBMPReader.cxx Thu Jan 1 01:00:00 1970 @@ -1,16 +0,0 @@ -diff -u -r1.44 -r1.45 ---- IO/vtkBMPReader.cxx 2003/09/10 19:41:56 1.44 -+++ IO/vtkBMPReader.cxx 2003/10/19 14:38:03 1.45 -@@ -504,11 +504,11 @@ - outPtr0 += outIncr[0]; - } - // move to the next row in the file and data -- self->GetFile()->seekg(self->GetFile()->tellg() + streamSkip0, ios::beg); -+ self->GetFile()->seekg(static_cast(self->GetFile()->tellg()) + streamSkip0, ios::beg); - outPtr1 += outIncr[1]; - } - // move to the next image in the file and data -- self->GetFile()->seekg(self->GetFile()->tellg() + streamSkip1, ios::beg); -+ self->GetFile()->seekg(static_cast(self->GetFile()->tellg()) + streamSkip1, ios::beg); - outPtr2 += outIncr[2]; - } diff -ruN vtk.bak/files/patch-IO-vtkImageReader.cxx vtk/files/patch-IO-vtkImageReader.cxx --- vtk.bak/files/patch-IO-vtkImageReader.cxx Sat Nov 6 17:15:53 2004 +++ vtk/files/patch-IO-vtkImageReader.cxx Thu Jan 1 01:00:00 1970 @@ -1,30 +0,0 @@ -diff -u -r1.109 -r1.110 ---- IO/vtkImageReader.cxx 2002/12/26 18:18:50 1.109 -+++ IO/vtkImageReader.cxx 2003/10/19 14:38:03 1.110 -@@ -166,7 +166,7 @@ - streamStart += this->GetHeaderSize(idx); - - // error checking -- this->File->seekg((long)streamStart, ios::beg); -+ this->File->seekg(static_cast(streamStart), ios::beg); - if (this->File->fail()) - { - vtkErrorMacro(<< "File operation failed: " << streamStart << ", ext: " -@@ -366,7 +366,7 @@ - // if that happens, store the value in correction and apply later - if (filePos + streamSkip0 >= 0) - { -- self->GetFile()->seekg(self->GetFile()->tellg() + streamSkip0, ios::beg); -+ self->GetFile()->seekg(static_cast(self->GetFile()->tellg()) + streamSkip0, ios::beg); - correction = 0; - } - else -@@ -376,7 +376,7 @@ - outPtr1 += outIncr[1]; - } - // move to the next image in the file and data -- self->GetFile()->seekg(self->GetFile()->tellg() + streamSkip1 + correction, -+ self->GetFile()->seekg(static_cast(self->GetFile()->tellg()) + streamSkip1 + correction, - ios::beg); - outPtr2 += outIncr[2]; - } --Boundary-00=_k0gACCN5IyYyQm9 Content-Type: text/x-diff; charset="us-ascii"; name="diff_vtk-data" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="diff_vtk-data" diff -ruN vtk-data.bak/Makefile vtk-data/Makefile --- vtk-data.bak/Makefile Sun Nov 7 11:54:36 2004 +++ vtk-data/Makefile Thu Feb 3 12:12:19 2005 @@ -6,14 +6,14 @@ # PKGNAMESUFFIX= -data -DISTFILES= VTKData-${PORTVERSION}-cvs${CVSDATE}.tar.gz +DISTFILES= VTKData-${PORTVERSION}.tar.gz COMMENT= The Visualization Toolkit examples data MASTERDIR= ${.CURDIR}/../vtk MD5_FILE= ${.CURDIR}/distinfo -WRKSRC= ${WRKDIR}/VTKData +WRKSRC= ${WRKDIR}/VTKData-release-${PORTVERSION} PKGMESSAGE= ${.CURDIR}/pkg-message do-configure: @@ -26,7 +26,9 @@ @${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${VTKDATAROOT} @${ECHO_MSG} "Installing VTKData to ${EXAMPLESDIR} ..." - @${CP} -R ${WRKSRC}/* ${VTKDATAROOT} + @${CP} -R ${WRKSRC}/Baseline ${VTKDATAROOT} + @${CP} -R ${WRKSRC}/Data ${VTKDATAROOT} + @${CP} ${WRKSRC}/VTKData.readme ${VTKDATAROOT} .include "${MASTERDIR}/Makefile" .include diff -ruN vtk-data.bak/distinfo vtk-data/distinfo --- vtk-data.bak/distinfo Wed Mar 31 05:09:35 2004 +++ vtk-data/distinfo Thu Feb 3 12:12:19 2005 @@ -1,2 +1,2 @@ -MD5 (VTKData-4.3.0-cvs20031006.tar.gz) = 3a5d707815a14b483581d913b7a19da2 -SIZE (VTKData-4.3.0-cvs20031006.tar.gz) = 19733476 +MD5 (VTKData-4.4.tar.gz) = f54431edf9831ab4370dc289d970c6f5 +SIZE (VTKData-4.4.tar.gz) = 19998689 diff -ruN vtk-data.bak/pkg-plist vtk-data/pkg-plist --- vtk-data.bak/pkg-plist Fri Dec 26 21:03:40 2003 +++ vtk-data/pkg-plist Thu Feb 3 12:12:19 2005 @@ -75,8 +75,13 @@ %%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestConvexPointSet.png %%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestCurvatures.png %%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestGraphLayoutFilter.png +%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestHierarchicalBox.png +%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestHierarchicalBoxPipeline.png +%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestMultiBlock.png %%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestMultiBlockStreamer.png +%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestPlatonicSolids.png %%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestQuadricClustering.png +%%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestQuadricClustering_1.png %%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestRibbonAndTube.png %%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestRibbonAndTube_1.png %%EXAMPLESDIR%%/VTKData/Baseline/Graphics/TestRibbonAndTube_2.png @@ -217,6 +222,7 @@ %%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestGridWarpNearest.png %%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestICPTransform.png %%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestImageStencilWithPolydata.png +%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestImageTracerWidget.png %%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestImplicitPlaneWidget.png %%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestInteractorEventRecorder.png %%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/TestInteractorEventRecorder_1.png @@ -255,13 +261,12 @@ %%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/xyPlot.png %%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/xyPlot2.png %%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/xyPlot3.png -%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/xyPlot3_1.png %%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/xyPlot4.png -%%EXAMPLESDIR%%/VTKData/Baseline/Hybrid/xyPlot_1.png %%EXAMPLESDIR%%/VTKData/Baseline/IO/ParticleReader.png %%EXAMPLESDIR%%/VTKData/Baseline/IO/Plot3DScalars.png %%EXAMPLESDIR%%/VTKData/Baseline/IO/Plot3DScalars_1.png %%EXAMPLESDIR%%/VTKData/Baseline/IO/Plot3DVectors.png +%%EXAMPLESDIR%%/VTKData/Baseline/IO/TestAVSucdReader.png %%EXAMPLESDIR%%/VTKData/Baseline/IO/TestBMPReader.png %%EXAMPLESDIR%%/VTKData/Baseline/IO/TestImageWriters.png %%EXAMPLESDIR%%/VTKData/Baseline/IO/TestJPEGReader.png @@ -398,6 +403,7 @@ %%EXAMPLESDIR%%/VTKData/Baseline/Rendering/ImageActor.png %%EXAMPLESDIR%%/VTKData/Baseline/Rendering/MesaText.png %%EXAMPLESDIR%%/VTKData/Baseline/Rendering/ScalarBar.png +%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestBunykRayCastFunction.png %%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestFlyTo.png %%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestFreetypeTextMapper.png %%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestFreetypeTextMapperBigger.png @@ -407,6 +413,7 @@ %%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestParallelCoordinates.png %%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestStyleJoystickActor.png %%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestStyleJoystickCamera.png +%%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestStyleRubberBandZoom.png %%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestStyleTerrain.png %%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestStyleTrackballActor.png %%EXAMPLESDIR%%/VTKData/Baseline/Rendering/TestStyleTrackballCamera.png @@ -594,6 +601,24 @@ %%EXAMPLESDIR%%/VTKData/Data/cactus.3337.pts %%EXAMPLESDIR%%/VTKData/Data/caffeine.pdb %%EXAMPLESDIR%%/VTKData/Data/camscene.png +%%EXAMPLESDIR%%/VTKData/Data/cellsnd.ascii.inp +%%EXAMPLESDIR%%/VTKData/Data/cellsnd.bin.inp +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_0.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_1.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_10.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_11.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_12.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_13.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_14.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_15.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_2.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_3.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_4.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_5.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_6.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_7.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_8.vti +%%EXAMPLESDIR%%/VTKData/Data/chombo3d/chombo3d_9.vti %%EXAMPLESDIR%%/VTKData/Data/combq.bin %%EXAMPLESDIR%%/VTKData/Data/combxyz.bin %%EXAMPLESDIR%%/VTKData/Data/earth.ppm @@ -705,6 +730,9 @@ %%EXAMPLESDIR%%/VTKData/Data/masonry.bmp %%EXAMPLESDIR%%/VTKData/Data/matrix.vtk %%EXAMPLESDIR%%/VTKData/Data/motor.g +%%EXAMPLESDIR%%/VTKData/Data/multicomb_0.vts +%%EXAMPLESDIR%%/VTKData/Data/multicomb_1.vts +%%EXAMPLESDIR%%/VTKData/Data/multicomb_2.vts %%EXAMPLESDIR%%/VTKData/Data/neghip.slc %%EXAMPLESDIR%%/VTKData/Data/nut.slc %%EXAMPLESDIR%%/VTKData/Data/office.binary.vtk @@ -728,6 +756,7 @@ %%EXAMPLESDIR%%/VTKData/VTKData.readme @dirrm %%EXAMPLESDIR%%/VTKData/Data/libtiff @dirrm %%EXAMPLESDIR%%/VTKData/Data/headsq +@dirrm %%EXAMPLESDIR%%/VTKData/Data/chombo3d @dirrm %%EXAMPLESDIR%%/VTKData/Data/Viewpoint @dirrm %%EXAMPLESDIR%%/VTKData/Data/EnSight @dirrm %%EXAMPLESDIR%%/VTKData/Data @@ -739,7 +768,8 @@ @dirrm %%EXAMPLESDIR%%/VTKData/Baseline/Hybrid @dirrm %%EXAMPLESDIR%%/VTKData/Baseline/Graphics @dirrm %%EXAMPLESDIR%%/VTKData/Baseline/Filtering -@unexec rmdir %D/%%EXAMPLESDIR%%/VTKData/Baseline/Common 2>/dev/null || true +@dirrm %%EXAMPLESDIR%%/VTKData/Baseline/Common @dirrm %%EXAMPLESDIR%%/VTKData/Baseline @dirrm %%EXAMPLESDIR%%/VTKData @unexec rmdir %D/%%EXAMPLESDIR%% 2>/dev/null || true + --Boundary-00=_k0gACCN5IyYyQm9 Content-Type: text/x-diff; charset="us-ascii"; name="diff_vtk-java" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="diff_vtk-java" diff -ruN vtk-java.bak/Makefile vtk-java/Makefile --- vtk-java.bak/Makefile Sun Nov 7 11:54:36 2004 +++ vtk-java/Makefile Thu Feb 3 12:12:19 2005 @@ -15,18 +15,23 @@ MASTERDIR= ${.CURDIR}/../vtk WRAP= Java -BINARIES= VTKJavaExecutable vtkParseJava vtkWrapJava +BINARIES= vtkParseJava vtkWrapJava + +ONLY_FOR_ARCHS= i386 # because of jdk + +USE_JAVA= yes +JAVA_VERSION= 1.4+ +JAVA_OS= native +JAVA_BUILD= jdk +#USE_JIKES= no -USE_JAVA= 1.4 -NEED_JAVAC= yes -USE_JIKES= no JARFILE= vtk.jar # ${PORTNAME}.jar DESTJARFILE= vtk.jar # ${PORTNAME}.jar -CMAKE_DEFS= -DVTK_WRAP_JAVA:BOOL=ON \ +CMAKE_DEFS+= -DVTK_WRAP_JAVA:BOOL=ON \ -DJAVA_ARCHIVE:FILEPATH=${JAR} \ -DJAVA_AWT_INCLUDE_PATH:PATH=${JAVA_HOME}/include \ -DJAVA_AWT_LIBRARY:FILEPATH=${JAVA_HOME}/jre/lib/${ARCH}/libjawt.so \ - -DJAVA_COMPILE:FILEPATH=${JAVAC} \ + -DJAVA_COMPILE:FILEPATH="${JAVAC}" \ -DJAVA_INCLUDE_PATH:PATH=${JAVA_HOME}/include \ -DJAVA_INCLUDE_PATH2:PATH=${JAVA_HOME}/include/freebsd @@ -44,6 +49,20 @@ post-patch: patch-common +post-build: + @${ECHO_MSG} "Building Java sources" + ${CP} ${VTKSRCDIR}/Wrapping/Java/vtk/vtkCanvas.java ${WRKSRC}/java/vtk + ${CP} ${VTKSRCDIR}/Wrapping/Java/vtk/vtkPanel.java ${WRKSRC}/java/vtk + (cd ${WRKSRC}/java;${JAVAC} vtk/*.java) + (cd ${WRKSRC}/java;${JAR} cvf ${WRKSRC}/bin/${JARFILE} vtk/*.class) +.if defined(WITH_TESTING) +.for i in AxesActor SimpleVTK TestVTKCanvas TestInternalFrames ImagePlaneWidget TestVTKCanvas + (cd ${VTKSRCDIR}/Wrapping/Java; \ + ${JAVAC} -classpath .:${WRKSRC}/bin/${JARFILE} \ + -d ${WRKSRC}/Wrapping/Java/ ${i}.java) +.endfor +.endif + do-install: install-cnotice install-binaries install-libs @${ECHO_MSG} "Installing ${DESTJARFILE} to ${JAVAJARDIR} ..." @${INSTALL_DATA} ${WRKSRC}/bin/${JARFILE} ${JAVAJARDIR}/${DESTJARFILE} @@ -53,7 +72,7 @@ @${MKDIR} ${TESTINGDIR}/Java .if defined(WITH_TESTING) @${ECHO_MSG} "Installing Java tests to ${TESTINGDIR}/Java ..." -.for i in AxesActor SimpleVTK Regression TestVTKCanvas TestInternalFrames ImagePlaneWidget +.for i in AxesActor SimpleVTK TestVTKCanvas TestInternalFrames ImagePlaneWidget @${INSTALL_DATA} ${WRKSRC}/Wrapping/Java/${i}*.class ${TESTINGDIR}/Java @${INSTALL_DATA} ${VTKSRCDIR}/Wrapping/Java/${i}.java ${TESTINGDIR}/Java .endfor diff -ruN vtk-java.bak/pkg-plist vtk-java/pkg-plist --- vtk-java.bak/pkg-plist Fri Dec 26 21:03:41 2003 +++ vtk-java/pkg-plist Thu Feb 3 12:12:19 2005 @@ -1,4 +1,3 @@ -bin/VTKJavaExecutable bin/vtkParseJava bin/vtkWrapJava lib/libvtkCommonJava.so @@ -29,8 +28,6 @@ %%TESTING_ONLY%%share/examples/vtk/Testing/Java/ImagePlaneWidget$2.class %%TESTING_ONLY%%share/examples/vtk/Testing/Java/ImagePlaneWidget.class %%TESTING_ONLY%%share/examples/vtk/Testing/Java/ImagePlaneWidget.java -%%TESTING_ONLY%%share/examples/vtk/Testing/Java/Regression.class -%%TESTING_ONLY%%share/examples/vtk/Testing/Java/Regression.java %%TESTING_ONLY%%share/examples/vtk/Testing/Java/SimpleVTK$1.class %%TESTING_ONLY%%share/examples/vtk/Testing/Java/SimpleVTK.class %%TESTING_ONLY%%share/examples/vtk/Testing/Java/SimpleVTK.java @@ -50,5 +47,5 @@ %%TESTING_ONLY%%share/examples/vtk/Testing/Java/README @unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true %%TESTING_ONLY%%@dirrm share/examples/vtk/Testing/Java -%%TESTING_ONLY%%@unexec rmdir %D/share/examples/vtk/testing 2>/dev/null || true +%%TESTING_ONLY%%@unexec rmdir %D/share/examples/vtk/Testing 2>/dev/null || true %%TESTING_ONLY%%@unexec rmdir %D/share/examples/vtk 2>/dev/null || true --Boundary-00=_k0gACCN5IyYyQm9 Content-Type: text/x-diff; charset="us-ascii"; name="diff_vtk-examples" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="diff_vtk-examples" diff -ruN vtk-examples.bak/pkg-plist vtk-examples/pkg-plist --- vtk-examples.bak/pkg-plist Fri Dec 26 21:03:40 2003 +++ vtk-examples/pkg-plist Thu Feb 3 12:12:19 2005 @@ -1,7 +1,11 @@ +%%DOCSDIR%%/README.examples %%DOCSDIR%%/README.html %%DOCSDIR%%/README.patented-classes %%DOCSDIR%%/vtkLogo.jpg -%%DOCSDIR%%/README.examples +%%EXAMPLESDIR%%/BUILD-HOWTO +%%EXAMPLESDIR%%/Examples/AMR/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/AMR/Cxx/HierarchicalBox.cxx +%%EXAMPLESDIR%%/Examples/AMR/Cxx/HierarchicalBoxPipeline.cxx %%EXAMPLESDIR%%/Examples/Annotation/Python/DispAllFonts.py %%EXAMPLESDIR%%/Examples/Annotation/Python/TestText.py %%EXAMPLESDIR%%/Examples/Annotation/Python/TestTextOldWay.py @@ -53,6 +57,10 @@ %%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted/vtkBar2.cxx %%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted/vtkBar2.h %%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted/vtkmyUnsortedWin32Header.h +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities/Doxygen/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities/Doxygen/doc_makeall.sh.in +%%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities/Doxygen/doxyfile.in %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/MakePackages.tcl %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmy/pkgIndex.tcl %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmy/vtkmy.tcl @@ -98,6 +106,7 @@ %%EXAMPLESDIR%%/Examples/GUI/Tcl/BoxWidget.tcl %%EXAMPLESDIR%%/Examples/GUI/Tcl/CustomInteraction.tcl %%EXAMPLESDIR%%/Examples/GUI/Tcl/ImagePlaneWidget.tcl +%%EXAMPLESDIR%%/Examples/GUI/Tcl/ImageTracerWidget.tcl %%EXAMPLESDIR%%/Examples/GUI/Tcl/ImplicitPlaneWidget.tcl %%EXAMPLESDIR%%/Examples/GUI/Tcl/Mace.tcl %%EXAMPLESDIR%%/Examples/GUI/Tcl/MaceTk.tcl @@ -234,6 +243,8 @@ %%EXAMPLESDIR%%/Examples/Modelling/Tcl/iceCream.tcl %%EXAMPLESDIR%%/Examples/Modelling/Tcl/procrustesAlignment.tcl %%EXAMPLESDIR%%/Examples/Modelling/Tcl/reconstructSurface.tcl +%%EXAMPLESDIR%%/Examples/MultiBlock/Cxx/CMakeLists.txt +%%EXAMPLESDIR%%/Examples/MultiBlock/Cxx/MultiBlock.cxx %%EXAMPLESDIR%%/Examples/ParallelProcessing/CMakeLists.txt %%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/CMakeLists.txt %%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx/CMakeLists.txt @@ -351,11 +362,11 @@ %%EXAMPLESDIR%%/Examples/VolumeRendering/Python/PseudoVolumeRendering.py %%EXAMPLESDIR%%/Examples/VolumeRendering/Python/SimpleRayCast.py %%EXAMPLESDIR%%/Examples/VolumeRendering/Python/SimpleTextureMap2D.py +%%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/IntermixedUnstructuredGrid.tcl %%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/PseudoVolumeRendering.tcl %%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/SimpleRayCast.tcl %%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/SimpleTextureMap2D.tcl %%EXAMPLESDIR%%/Examples/VolumeRendering/Tcl/volSimpleLOD.tcl -%%EXAMPLESDIR%%/BUILD-HOWTO %%EXAMPLESDIR%%/Testing/Common/CMakeLists.txt %%EXAMPLESDIR%%/Testing/Common/Cxx/CMakeLists.txt %%EXAMPLESDIR%%/Testing/Common/Cxx/ObjectFactory.cxx @@ -421,6 +432,9 @@ %%EXAMPLESDIR%%/Testing/Graphics/Cxx/Mace.cxx %%EXAMPLESDIR%%/Testing/Graphics/Cxx/PointLocator.cxx %%EXAMPLESDIR%%/Testing/Graphics/Cxx/RGrid.cxx +%%EXAMPLESDIR%%/Testing/Graphics/Cxx/TestHierarchicalBox.cxx +%%EXAMPLESDIR%%/Testing/Graphics/Cxx/TestHierarchicalBoxPipeline.cxx +%%EXAMPLESDIR%%/Testing/Graphics/Cxx/TestMultiBlock.cxx %%EXAMPLESDIR%%/Testing/Graphics/Cxx/expCos.cxx %%EXAMPLESDIR%%/Testing/Graphics/Cxx/volProt.cxx %%EXAMPLESDIR%%/Testing/Graphics/Python/CMakeLists.txt @@ -487,6 +501,7 @@ %%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestCurvatures.tcl %%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestGraphLayoutFilter.tcl %%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestMultiBlockStreamer.tcl +%%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestPlatonicSolids.tcl %%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestQuadricClustering.tcl %%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestRectilinearGridToTetrahedra.tcl %%EXAMPLESDIR%%/Testing/Graphics/Tcl/TestRibbonAndTube.tcl @@ -591,6 +606,7 @@ %%EXAMPLESDIR%%/Testing/Hybrid/Cxx/CMakeLists.txt %%EXAMPLESDIR%%/Testing/Hybrid/Cxx/ImagePlaneWidget.cxx %%EXAMPLESDIR%%/Testing/Hybrid/Cxx/PushTest.cxx +%%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestImageTracerWidget.cxx %%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestImplicitPlaneWidget.cxx %%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestLineWidget.cxx %%EXAMPLESDIR%%/Testing/Hybrid/Cxx/TestPlaneWidget.cxx @@ -649,10 +665,12 @@ %%EXAMPLESDIR%%/Testing/IO/Tcl/ParticleReader.tcl %%EXAMPLESDIR%%/Testing/IO/Tcl/Plot3DScalars.tcl %%EXAMPLESDIR%%/Testing/IO/Tcl/Plot3DVectors.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/TestAVSucdReader.tcl %%EXAMPLESDIR%%/Testing/IO/Tcl/TestBMPReader.tcl %%EXAMPLESDIR%%/Testing/IO/Tcl/TestEmptyXML.tcl %%EXAMPLESDIR%%/Testing/IO/Tcl/TestImageWriters.tcl %%EXAMPLESDIR%%/Testing/IO/Tcl/TestJPEGReader.tcl +%%EXAMPLESDIR%%/Testing/IO/Tcl/TestMHD.tcl %%EXAMPLESDIR%%/Testing/IO/Tcl/TestPLYReadWrite.tcl %%EXAMPLESDIR%%/Testing/IO/Tcl/TestPolygonWriters.tcl %%EXAMPLESDIR%%/Testing/IO/Tcl/TestTIFFReader.tcl @@ -800,6 +818,7 @@ %%EXAMPLESDIR%%/Testing/Rendering/Tcl/ImageActor.tcl %%EXAMPLESDIR%%/Testing/Rendering/Tcl/MesaText.tcl %%EXAMPLESDIR%%/Testing/Rendering/Tcl/ScalarBar.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestBunykRayCastFunction.tcl %%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestFlyTo.tcl %%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestFreetypeTextMapper.tcl %%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestFreetypeTextMapperBigger.tcl @@ -812,6 +831,7 @@ %%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleBaseSpike.tcl %%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleJoystickActor.tcl %%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleJoystickCamera.tcl +%%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleRubberBandZoom.tcl %%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleTerrain.tcl %%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleTrackballActor.tcl %%EXAMPLESDIR%%/Testing/Rendering/Tcl/TestStyleTrackballCamera.tcl @@ -860,7 +880,6 @@ @dirrm %%EXAMPLESDIR%%/Testing/Common/Tcl @dirrm %%EXAMPLESDIR%%/Testing/Common/Python @dirrm %%EXAMPLESDIR%%/Testing/Common/Install -@unexec rmdir %D/%%EXAMPLESDIR%%/Testing/Common/Cxx/TestWrapping 2>/dev/null || true @dirrm %%EXAMPLESDIR%%/Testing/Common/Cxx @dirrm %%EXAMPLESDIR%%/Testing/Common @unexec rmdir %D/%%EXAMPLESDIR%%/Testing 2>/dev/null || true @@ -872,7 +891,6 @@ @dirrm %%EXAMPLESDIR%%/Examples/VisualizationAlgorithms @dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step6/Tcl @dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step6/Python -@unexec rmdir %D/%%EXAMPLESDIR%%/Examples/Tutorial/Step6/Java 2>/dev/null || true @dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step6/Cxx @dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step6 @dirrm %%EXAMPLESDIR%%/Examples/Tutorial/Step5/Tcl @@ -905,13 +923,14 @@ @dirrm %%EXAMPLESDIR%%/Examples/Rendering/Python @dirrm %%EXAMPLESDIR%%/Examples/Rendering/Cxx @dirrm %%EXAMPLESDIR%%/Examples/Rendering -@unexec rmdir %D/%%EXAMPLESDIR%%/Examples/ParallelProcessing/MultiThreaded 2>/dev/null || true @dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/MPI/Tcl @dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/MPI/Python @dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/MPI @dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic/Cxx @dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing/Generic @dirrm %%EXAMPLESDIR%%/Examples/ParallelProcessing +@dirrm %%EXAMPLESDIR%%/Examples/MultiBlock/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/MultiBlock @dirrm %%EXAMPLESDIR%%/Examples/Modelling/Tcl @dirrm %%EXAMPLESDIR%%/Examples/Modelling/Python @dirrm %%EXAMPLESDIR%%/Examples/Modelling/Cxx @@ -954,6 +973,8 @@ @dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl/vtkmy @dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping/Tcl @dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Wrapping +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities/Doxygen +@dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Utilities @dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Unsorted @dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Imaging @dirrm %%EXAMPLESDIR%%/Examples/Build/vtkMy/Examples/Tcl @@ -970,6 +991,8 @@ @dirrm %%EXAMPLESDIR%%/Examples/Annotation/Tcl @dirrm %%EXAMPLESDIR%%/Examples/Annotation/Python @dirrm %%EXAMPLESDIR%%/Examples/Annotation +@dirrm %%EXAMPLESDIR%%/Examples/AMR/Cxx +@dirrm %%EXAMPLESDIR%%/Examples/AMR @dirrm %%EXAMPLESDIR%%/Examples @unexec rmdir %D/%%EXAMPLESDIR%% 2>/dev/null || true @unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true --Boundary-00=_k0gACCN5IyYyQm9 Content-Type: text/x-diff; charset="us-ascii"; name="diff_vtk-headers" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="diff_vtk-headers" diff -ruN vtk-headers.bak/pkg-plist vtk-headers/pkg-plist --- vtk-headers.bak/pkg-plist Fri Dec 26 21:03:40 2003 +++ vtk-headers/pkg-plist Thu Feb 3 12:12:19 2005 @@ -1,6 +1,3 @@ -%%DOCSDIR%%/README.html -%%DOCSDIR%%/README.patented-classes -%%DOCSDIR%%/vtkLogo.jpg include/vtk/DICOMParser/DICOMAppHelper.h include/vtk/DICOMParser/DICOMCMakeConfig.h include/vtk/DICOMParser/DICOMCallback.h @@ -12,11 +9,14 @@ include/vtk/vtk3DS.h include/vtk/vtk3DSImporter.h include/vtk/vtk3DWidget.h +include/vtk/vtkAMRBox.h +include/vtk/vtkAVSucdReader.h include/vtk/vtkAbstractMapper.h include/vtk/vtkAbstractMapper3D.h include/vtk/vtkAbstractPicker.h include/vtk/vtkAbstractPropPicker.h include/vtk/vtkAbstractTransform.h +include/vtk/vtkAbstractVolumeMapper.h include/vtk/vtkActor.h include/vtk/vtkActor2D.h include/vtk/vtkActor2DCollection.h @@ -24,6 +24,8 @@ include/vtk/vtkAmoebaMinimizer.h include/vtk/vtkAppendFilter.h include/vtk/vtkAppendPolyData.h +include/vtk/vtkApplyFilterCommand.h +include/vtk/vtkApplyFilterCommandInternal.h include/vtk/vtkApproximatingSubdivisionFilter.h include/vtk/vtkArcPlotter.h include/vtk/vtkArrayCalculator.h @@ -91,7 +93,12 @@ include/vtk/vtkCommand.h include/vtk/vtkCommonInstantiator.h include/vtk/vtkCommunicator.h +include/vtk/vtkCompositeDataCommand.h +include/vtk/vtkCompositeDataIterator.h +include/vtk/vtkCompositeDataSet.h +include/vtk/vtkCompositeDataVisitor.h include/vtk/vtkCompositeManager.h +include/vtk/vtkCompositeRenderManager.h include/vtk/vtkCompositer.h include/vtk/vtkCompressCompositer.h include/vtk/vtkCone.h @@ -122,6 +129,7 @@ include/vtk/vtkDataArrayCollection.h include/vtk/vtkDataArrayCollectionIterator.h include/vtk/vtkDataArraySelection.h +include/vtk/vtkDataArrayTemplate.h include/vtk/vtkDataCompressor.h include/vtk/vtkDataObject.h include/vtk/vtkDataObjectCollection.h @@ -207,7 +215,6 @@ include/vtk/vtkFunctionSet.h include/vtk/vtkGESignaReader.h include/vtk/vtkGL2PSExporter.h -include/vtk/vtkGLUTesselatorTriangleFilter.h include/vtk/vtkGaussianCubeReader.h include/vtk/vtkGaussianSplatter.h include/vtk/vtkGeneralTransform.h @@ -227,6 +234,20 @@ include/vtk/vtkHeap.h include/vtk/vtkHedgeHog.h include/vtk/vtkHexahedron.h +include/vtk/vtkHierarchicalBoxApplyFilterCommand.h +include/vtk/vtkHierarchicalBoxCellDataToPointData.h +include/vtk/vtkHierarchicalBoxContour.h +include/vtk/vtkHierarchicalBoxCutter.h +include/vtk/vtkHierarchicalBoxDataSet.h +include/vtk/vtkHierarchicalBoxDataSetInternal.h +include/vtk/vtkHierarchicalBoxOutlineFilter.h +include/vtk/vtkHierarchicalBoxSource.h +include/vtk/vtkHierarchicalBoxToHierarchicalBoxFilter.h +include/vtk/vtkHierarchicalBoxToPolyDataFilter.h +include/vtk/vtkHierarchicalBoxVisitor.h +include/vtk/vtkHierarchicalDataIterator.h +include/vtk/vtkHierarchicalDataSet.h +include/vtk/vtkHierarchicalDataSetInternal.h include/vtk/vtkHomogeneousTransform.h include/vtk/vtkHull.h include/vtk/vtkHybridInstantiator.h @@ -356,6 +377,7 @@ include/vtk/vtkImageToImageStencil.h include/vtk/vtkImageToPolyDataFilter.h include/vtk/vtkImageToStructuredPoints.h +include/vtk/vtkImageTracerWidget.h include/vtk/vtkImageTranslateExtent.h include/vtk/vtkImageTwoInputFilter.h include/vtk/vtkImageVariance3D.h @@ -462,7 +484,6 @@ include/vtk/vtkMergeFields.h include/vtk/vtkMergeFilter.h include/vtk/vtkMergePoints.h -include/vtk/vtkMergePoints2D.h include/vtk/vtkMesaActor.h include/vtk/vtkMesaCamera.h include/vtk/vtkMesaFreeTypeTextMapper.h @@ -472,13 +493,21 @@ include/vtk/vtkMesaPolyDataMapper.h include/vtk/vtkMesaPolyDataMapper2D.h include/vtk/vtkMesaProperty.h +include/vtk/vtkMesaRayCastImageDisplayHelper.h include/vtk/vtkMesaRenderWindow.h include/vtk/vtkMesaRenderer.h include/vtk/vtkMesaTexture.h include/vtk/vtkMesaVolumeRayCastMapper.h include/vtk/vtkMesaVolumeTextureMapper2D.h include/vtk/vtkMeshQuality.h +include/vtk/vtkMetaImageReader.h +include/vtk/vtkMetaImageWriter.h include/vtk/vtkMoleculeReaderBase.h +include/vtk/vtkMultiBlockApplyFilterCommand.h +include/vtk/vtkMultiBlockDataIterator.h +include/vtk/vtkMultiBlockDataSet.h +include/vtk/vtkMultiBlockDataSetInternal.h +include/vtk/vtkMultiBlockDataVisitor.h include/vtk/vtkMultiPartExtentTranslator.h include/vtk/vtkMultiProcessController.h include/vtk/vtkMultiProcessLog.h @@ -506,6 +535,7 @@ include/vtk/vtkOpenGLPolyDataMapper.h include/vtk/vtkOpenGLPolyDataMapper2D.h include/vtk/vtkOpenGLProperty.h +include/vtk/vtkOpenGLRayCastImageDisplayHelper.h include/vtk/vtkOpenGLRenderWindow.h include/vtk/vtkOpenGLRenderer.h include/vtk/vtkOpenGLStateCache.h @@ -549,6 +579,7 @@ include/vtk/vtkParallelCoordinatesActor.h include/vtk/vtkParallelFactory.h include/vtk/vtkParallelInstantiator.h +include/vtk/vtkParallelRenderManager.h include/vtk/vtkParticleReader.h include/vtk/vtkPassThroughFilter.h include/vtk/vtkPatentedInstantiator.h @@ -567,11 +598,11 @@ include/vtk/vtkPlaneSource.h include/vtk/vtkPlaneWidget.h include/vtk/vtkPlanes.h +include/vtk/vtkPlatonicSolidSource.h include/vtk/vtkPointData.h include/vtk/vtkPointDataToCellData.h include/vtk/vtkPointLoad.h include/vtk/vtkPointLocator.h -include/vtk/vtkPointLocator2D.h include/vtk/vtkPointPicker.h include/vtk/vtkPointSet.h include/vtk/vtkPointSetSource.h @@ -634,6 +665,7 @@ include/vtk/vtkRIBLight.h include/vtk/vtkRIBProperty.h include/vtk/vtkRTAnalyticSource.h +include/vtk/vtkRayCastImageDisplayHelper.h include/vtk/vtkRayCastStructures.h include/vtk/vtkRearrangeFields.h include/vtk/vtkRectilinearGrid.h @@ -703,6 +735,7 @@ include/vtk/vtkSplineFilter.h include/vtk/vtkSplineWidget.h include/vtk/vtkSplitField.h +include/vtk/vtkStdString.h include/vtk/vtkStreamLine.h include/vtk/vtkStreamPoints.h include/vtk/vtkStreamTracer.h @@ -726,6 +759,7 @@ include/vtk/vtkStructuredPointsToStructuredPointsFilter.h include/vtk/vtkStructuredPointsToUnstructuredGridFilter.h include/vtk/vtkStructuredPointsWriter.h +include/vtk/vtkStructuredVisibilityConstraint.h include/vtk/vtkSubPixelPositionEdgels.h include/vtk/vtkSubdivideTetra.h include/vtk/vtkSuperquadric.h @@ -742,6 +776,7 @@ include/vtk/vtkTclUtil.h include/vtk/vtkTensor.h include/vtk/vtkTensorGlyph.h +include/vtk/vtkTesting.h include/vtk/vtkTetra.h include/vtk/vtkTextActor.h include/vtk/vtkTextMapper.h @@ -781,15 +816,20 @@ include/vtk/vtkTriangularTexture.h include/vtk/vtkTubeFilter.h include/vtk/vtkUGFacetReader.h +include/vtk/vtkUniformGrid.h include/vtk/vtkUnsignedCharArray.h include/vtk/vtkUnsignedIntArray.h include/vtk/vtkUnsignedLongArray.h include/vtk/vtkUnsignedShortArray.h include/vtk/vtkUnstructuredGrid.h +include/vtk/vtkUnstructuredGridBunykRayCastFunction.h include/vtk/vtkUnstructuredGridReader.h include/vtk/vtkUnstructuredGridSource.h include/vtk/vtkUnstructuredGridToPolyDataFilter.h include/vtk/vtkUnstructuredGridToUnstructuredGridFilter.h +include/vtk/vtkUnstructuredGridVolumeMapper.h +include/vtk/vtkUnstructuredGridVolumeRayCastFunction.h +include/vtk/vtkUnstructuredGridVolumeRayCastMapper.h include/vtk/vtkUnstructuredGridWriter.h include/vtk/vtkVRML.h include/vtk/vtkVRMLExporter.h @@ -830,10 +870,8 @@ include/vtk/vtkWedge.h include/vtk/vtkWeightedTransformFilter.h include/vtk/vtkWin32Header.h -include/vtk/vtkWin32ImageMapper.h include/vtk/vtkWin32OpenGLRenderWindow.h include/vtk/vtkWin32OutputWindow.h -include/vtk/vtkWin32PolyDataMapper2D.h include/vtk/vtkWin32RenderWindowInteractor.h include/vtk/vtkWin32VideoSource.h include/vtk/vtkWinCE.h @@ -887,7 +925,6 @@ include/vtk/vtkXMLWriter.h include/vtk/vtkXMesaRenderWindow.h include/vtk/vtkXOpenGLRenderWindow.h -include/vtk/vtkXPolyDataMapper2D.h include/vtk/vtkXRenderWindowInteractor.h include/vtk/vtkXRenderWindowTclInteractor.h include/vtk/vtkXYPlotActor.h @@ -907,6 +944,19 @@ include/vtk/vtkstd/string include/vtk/vtkstd/utility include/vtk/vtkstd/vector +lib/vtk/CMake/libcmVTK_GENERATE_JAVA_DEPENDENCIES.so +lib/vtk/CMake/libcmVTK_MAKE_INSTANTIATOR2.so +lib/vtk/CMake/libcmVTK_WRAP_JAVA2.so +lib/vtk/CMake/libcmVTK_WRAP_PYTHON2.so +lib/vtk/CMake/libcmVTK_WRAP_TCL2.so +lib/vtk/CMake/vtkLoadCMakeExtensions.cmake +lib/vtk/UseVTK.cmake +lib/vtk/VTKBuildSettings.cmake +lib/vtk/VTKConfig.cmake +lib/vtk/VTKLibraryDepends.cmake +%%DOCSDIR%%/README.html +%%DOCSDIR%%/README.patented-classes +%%DOCSDIR%%/vtkLogo.jpg share/vtk/doxygen/authors.txt share/vtk/doxygen/doc_class2example.pl share/vtk/doxygen/doc_cleanhtml.pl @@ -927,18 +977,9 @@ share/vtk/doxygen/paper-clip.gif share/vtk/doxygen/pic.gif share/vtk/doxygen/vtk-logo.gif -lib/vtk/CMake/libcmVTK_GENERATE_JAVA_DEPENDENCIES.so -lib/vtk/CMake/libcmVTK_MAKE_INSTANTIATOR2.so -lib/vtk/CMake/libcmVTK_WRAP_JAVA2.so -lib/vtk/CMake/libcmVTK_WRAP_PYTHON2.so -lib/vtk/CMake/libcmVTK_WRAP_TCL2.so -lib/vtk/CMake/vtkLoadCMakeExtensions.cmake -lib/vtk/UseVTK.cmake -lib/vtk/VTKBuildSettings.cmake -lib/vtk/VTKConfig.cmake -lib/vtk/VTKLibraryDepends.cmake @dirrm share/vtk/doxygen @unexec rmdir %D/share/vtk 2>/dev/null || true +@dirrm %%DOCSDIR%% @dirrm lib/vtk/CMake @unexec rmdir %D/lib/vtk 2>/dev/null || true @dirrm include/vtk/vtkstd --Boundary-00=_k0gACCN5IyYyQm9 Content-Type: text/x-diff; charset="us-ascii"; name="diff_vtk-python" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="diff_vtk-python" diff -ruN vtk-python.bak/pkg-plist vtk-python/pkg-plist --- vtk-python.bak/pkg-plist Fri Dec 26 21:03:41 2003 +++ vtk-python/pkg-plist Thu Feb 3 12:12:19 2005 @@ -57,6 +57,12 @@ lib/vtk/python/vtk/gtk/__init__.py lib/vtk/python/vtk/gtk/__init__.pyc lib/vtk/python/vtk/gtk/__init__.pyo +lib/vtk/python/vtk/gtk/GtkGLExtVTKRenderWindow.py +lib/vtk/python/vtk/gtk/GtkGLExtVTKRenderWindowInteractor.py +lib/vtk/python/vtk/gtk/GtkGLExtVTKRenderWindow.pyc +lib/vtk/python/vtk/gtk/GtkGLExtVTKRenderWindowInteractor.pyc +lib/vtk/python/vtk/gtk/GtkGLExtVTKRenderWindow.pyo +lib/vtk/python/vtk/gtk/GtkGLExtVTKRenderWindowInteractor.pyo lib/vtk/python/vtk/hybrid.py lib/vtk/python/vtk/hybrid.pyc lib/vtk/python/vtk/hybrid.pyo --Boundary-00=_k0gACCN5IyYyQm9-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 11:50:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C8CA16A4CE for ; Thu, 3 Feb 2005 11:50:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D25843D1D for ; Thu, 3 Feb 2005 11:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13BoOdb059194 for ; Thu, 3 Feb 2005 11:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13BoONN059193; Thu, 3 Feb 2005 11:50:24 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 11:50:24 GMT Message-Id: <200502031150.j13BoONN059193@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ewgenij Gawrilow Subject: Re: ports/76959: Update port: math/polymake: patches has grown once again X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ewgenij Gawrilow List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 11:50:24 -0000 The following reply was made to PR ports/76959; it has been noted by GNATS. From: Ewgenij Gawrilow To: "Volker Stolz" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/76959: Update port: math/polymake: patches has grown once again Date: Thu, 3 Feb 2005 12:46:10 +0100 >>>>> "Volker" == Volker Stolz writes: Volker> Hm, on 4.11 I get an endless loop with: Please specify a Volker> path to g++ : [none] seems not to be any of the supported Volker> C++ compilers (GNU, Intel, Comeau); The configure script expects that the CXX variable supplied by the Makefile points to the g++ executable of the version 3.3 or later. GCC is recognized if the executable name ends with g++, c++, g++-VERSION, or c++-VERSION. If it is not an absolute path, it should be accessible via PATH. Do you probably have some unusual naming scheme or installation location? At any rate, the release submitted earlier was succefully built by your colleagues. The only thing I've changed since the last submission is the MD5 checksum of a patch file. Another reason for the failure can be that the package has not been tested with FreeBSD 4.x at all, only with 5.3. It requires perl >= 5.6.1, which seems to be missing in the 4.x With best regards, Ewgenij Gawrilow From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 11:50:29 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9656616A4CE for ; Thu, 3 Feb 2005 11:50:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7543043D41 for ; Thu, 3 Feb 2005 11:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13BoTq4059224 for ; Thu, 3 Feb 2005 11:50:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13BoTZ9059222; Thu, 3 Feb 2005 11:50:29 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 11:50:29 GMT Message-Id: <200502031150.j13BoTZ9059222@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mykola Khotyaintsev Subject: Re: ports/77040: Port update: science/ovt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mykola Khotyaintsev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 11:50:29 -0000 The following reply was made to PR ports/77040; it has been noted by GNATS. From: Mykola Khotyaintsev To: freebsd-gnats-submit@freebsd.org, ko@irfu.se Cc: Subject: Re: ports/77040: Port update: science/ovt Date: Thu, 3 Feb 2005 12:46:45 +0100 --Boundary-00=_m8gACT1RayT7GBT Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry, here comes the diff. --Boundary-00=_m8gACT1RayT7GBT Content-Type: text/x-diff; charset="us-ascii"; name="diff_ovt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="diff_ovt" diff -ruN ovt.bak/Makefile ovt/Makefile --- ovt.bak/Makefile Sun Apr 11 02:22:47 2004 +++ ovt/Makefile Thu Feb 3 12:44:03 2005 @@ -7,16 +7,17 @@ PORTNAME= ovt PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= science astro MASTER_SITES= # http://ovt.irfu.se/download/ -DISTNAME= ${PKGNAME}_${OVTBUILD}-src +DISTNAME= ${PORTNAME}-${PORTVERSION}_${OVTBUILD}-src MAINTAINER= ko@nest.irfu.se COMMENT= The Orbit Visualization Tool LIB_DEPENDS= vtkCommonJava:${PORTSDIR}/math/vtk-java -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OVTBUILD= 3 USE_BZIP2= yes USE_GMAKE= yes @@ -25,11 +26,13 @@ GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 -USE_JAVA= 1.4 -NEED_JAVAC= yes -USE_JIKES= no +USE_JAVA= yes +JAVA_VERSION= 1.4+ +JAVA_OS= native +JAVA_BUILD= jdk +JAVA_RUN= jre -CONFIGURE_ARGS= --with-jdk=${_JAVA_HOME_FREEBSD_1_4} --without-jikes +CONFIGURE_ARGS= --with-jdk=${JAVA_HOME} PLIST_SUB+= PORTVERSION=${PORTVERSION} @@ -38,7 +41,7 @@ .include # Check for OVT distfile -.if !exists(${DISTDIR}/${DISTFILES}) && !defined(PACKAGE_BUILDING) +.if !exists(${DISTDIR}/${DISTNAME}.tar.bz2) && !defined(PACKAGE_BUILDING) ECHO_MSG=/usr/bin/printf IGNORE= :\n\ Because of licensing restrictions, you must fetch the source distribution\n\ --Boundary-00=_m8gACT1RayT7GBT-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 12:01:33 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 362E216A4CF; Thu, 3 Feb 2005 12:01:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED59743D5C; Thu, 3 Feb 2005 12:01:32 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13C1WDM059589; Thu, 3 Feb 2005 12:01:32 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13C1WTf059585; Thu, 3 Feb 2005 12:01:32 GMT (envelope-from vs) Date: Thu, 3 Feb 2005 12:01:32 GMT From: Volker Stolz Message-Id: <200502031201.j13C1WTf059585@freefall.freebsd.org> To: john@zoner.org, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76974: port textproc/py-pyx12 - Update to pyx12-1.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: Thu, 03 Feb 2005 12:01:33 -0000 Synopsis: port textproc/py-pyx12 - Update to pyx12-1.1.0 State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Thu Feb 3 12:00:59 GMT 2005 State-Changed-Why: Does not patch: Patching file pkg-plist using Plan A... patch: **** malformed patch at line 61: %%PYTHON_SITELIBDIR%%/pyx12/codes.py Also please don't touch the Whom/When-tags at the beginning of the file. http://www.freebsd.org/cgi/query-pr.cgi?pr=76974 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 12:03:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A1F716A4CE; Thu, 3 Feb 2005 12:03:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C959643D58; Thu, 3 Feb 2005 12:03:19 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13C3JdB059658; Thu, 3 Feb 2005 12:03:19 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13C3JZV059654; Thu, 3 Feb 2005 12:03:19 GMT (envelope-from vs) Date: Thu, 3 Feb 2005 12:03:19 GMT From: Volker Stolz Message-Id: <200502031203.j13C3JZV059654@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/77038: Update port: math/vtk* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 12:03:20 -0000 Synopsis: Update port: math/vtk* Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Thu Feb 3 12:03:07 GMT 2005 Responsible-Changed-Why: Claim this one http://www.freebsd.org/cgi/query-pr.cgi?pr=77038 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 12:10:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A94F16A4CE for ; Thu, 3 Feb 2005 12:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE94E43D46 for ; Thu, 3 Feb 2005 12:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13CANqn063747 for ; Thu, 3 Feb 2005 12:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13CAN4S063746; Thu, 3 Feb 2005 12:10:23 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 12:10:23 GMT Resent-Message-Id: <200502031210.j13CAN4S063746@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97E6816A503 for ; Thu, 3 Feb 2005 12:01:11 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F31F43D58 for ; Thu, 3 Feb 2005 12:01:11 +0000 (GMT) (envelope-from bogorodskiy@inbox.ru) Received: from [217.23.66.43] (port=62740 helo=localhost) by mx1.mail.ru with esmtp id 1CwffY-0005v5-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 03 Feb 2005 15:01:08 +0300 Message-Id: Date: Thu, 03 Feb 2005 15:01:08 +0300 From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77060: [ maintainer ] audio/bmp-scrobbler: update to 0.3.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 12:10:24 -0000 >Number: 77060 >Category: ports >Synopsis: [ maintainer ] audio/bmp-scrobbler: update to 0.3.7 >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: Thu Feb 03 12:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD lame.novel.ru 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Sat Dec 11 21:01:26 MSK 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/MIRRORBOX i386 >Description: Update to 0.3.7 (bugfix release). >How-To-Repeat: >Fix: --- bmp-scrobbler.diff begins here --- diff -ru bmp-scrobbler.orig/Makefile bmp-scrobbler/Makefile --- bmp-scrobbler.orig/Makefile Thu Feb 3 14:26:27 2005 +++ bmp-scrobbler/Makefile Thu Feb 3 14:27:50 2005 @@ -5,9 +5,10 @@ # $FreeBSD: ports/audio/bmp-scrobbler/Makefile,v 1.1 2005/01/14 20:12:55 pav Exp $ PORTNAME= bmp-scrobbler -PORTVERSION= 0.3.6 +PORTVERSION= 0.3.7 CATEGORIES= audio -MASTER_SITES= http://static.audioscrobbler.com/plugins/ +MASTER_SITES= http://static.audioscrobbler.com/plugins/ \ + http://www.pipian.com/stuffforchat/ DISTNAME= xmms-scrobbler-${PORTVERSION} MAINTAINER= bogorodskiy@inbox.ru diff -ru bmp-scrobbler.orig/distinfo bmp-scrobbler/distinfo --- bmp-scrobbler.orig/distinfo Thu Feb 3 14:26:27 2005 +++ bmp-scrobbler/distinfo Thu Feb 3 14:30:04 2005 @@ -1,2 +1,2 @@ -MD5 (xmms-scrobbler-0.3.6.tar.bz2) = eb5b53815eb91f5294f76ca424369b7f -SIZE (xmms-scrobbler-0.3.6.tar.bz2) = 338393 +MD5 (xmms-scrobbler-0.3.7.tar.bz2) = bcdd2fe672dc7d29adb805d0811f1ebf +SIZE (xmms-scrobbler-0.3.7.tar.bz2) = 253583 --- bmp-scrobbler.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 12:10:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A06A316A4CE for ; Thu, 3 Feb 2005 12:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5909343D41 for ; Thu, 3 Feb 2005 12:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13CAO1Y063806 for ; Thu, 3 Feb 2005 12:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13CAOVR063805; Thu, 3 Feb 2005 12:10:24 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 12:10:24 GMT Resent-Message-Id: <200502031210.j13CAOVR063805@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C0DC16A4CE for ; Thu, 3 Feb 2005 12:08:39 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id C112243D49 for ; Thu, 3 Feb 2005 12:08:38 +0000 (GMT) (envelope-from bogorodskiy@inbox.ru) Received: from [217.23.66.43] (port=62475 helo=localhost) by mx1.mail.ru with esmtp id 1Cwfmm-0009B3-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 03 Feb 2005 15:08:36 +0300 Message-Id: Date: Thu, 03 Feb 2005 15:08:36 +0300 From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77061: [ patch ] audio/xmms-scrobbler: update to 0.3.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 12:10:24 -0000 >Number: 77061 >Category: ports >Synopsis: [ patch ] audio/xmms-scrobbler: update to 0.3.7 >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: Thu Feb 03 12:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD lame.novel.ru 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Sat Dec 11 21:01:26 MSK 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/MIRRORBOX i386 >Description: Update to 0.3.7 (bugfix release). >How-To-Repeat: >Fix: --- xmms-scrobbler.diff begins here --- diff -ru xmms-scrobbler.orig/Makefile xmms-scrobbler/Makefile --- xmms-scrobbler.orig/Makefile Fri Jan 14 23:10:17 2005 +++ xmms-scrobbler/Makefile Thu Feb 3 14:33:38 2005 @@ -5,8 +5,7 @@ # $FreeBSD: ports/audio/xmms-scrobbler/Makefile,v 1.3 2005/01/14 20:10:17 pav Exp $ PORTNAME= xmms-scrobbler -PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTVERSION= 0.3.7 CATEGORIES= audio MASTER_SITES= http://static.audioscrobbler.com/plugins/ diff -ru xmms-scrobbler.orig/distinfo xmms-scrobbler/distinfo --- xmms-scrobbler.orig/distinfo Sat Dec 11 01:07:03 2004 +++ xmms-scrobbler/distinfo Thu Feb 3 14:33:41 2005 @@ -1,2 +1,2 @@ -MD5 (xmms-scrobbler-0.3.6.tar.bz2) = eb5b53815eb91f5294f76ca424369b7f -SIZE (xmms-scrobbler-0.3.6.tar.bz2) = 338393 +MD5 (xmms-scrobbler-0.3.7.tar.bz2) = bcdd2fe672dc7d29adb805d0811f1ebf +SIZE (xmms-scrobbler-0.3.7.tar.bz2) = 253583 --- xmms-scrobbler.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 12:10:28 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D3CD16A4CE for ; Thu, 3 Feb 2005 12:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EB1E43D39 for ; Thu, 3 Feb 2005 12:10:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13CASlV063839 for ; Thu, 3 Feb 2005 12:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13CASAi063834; Thu, 3 Feb 2005 12:10:28 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 12:10:28 GMT Message-Id: <200502031210.j13CASAi063834@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Volker Stolz Subject: Re: ports/76959: Update port: math/polymake: patches has grown once again X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 12:10:28 -0000 The following reply was made to PR ports/76959; it has been noted by GNATS. From: Volker Stolz To: Ewgenij Gawrilow Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/76959: Update port: math/polymake: patches has grown once again Date: Thu, 3 Feb 2005 13:08:46 +0100 Am 03. Feb 2005 um 12:46 CET schrieb Ewgenij Gawrilow: > > >>>>> "Volker" == Volker Stolz writes: > > Volker> Hm, on 4.11 I get an endless loop with: Please specify a > Volker> path to g++ : [none] seems not to be any of the supported > Volker> C++ compilers (GNU, Intel, Comeau); > > The configure script expects that the CXX variable supplied by the > Makefile points to the g++ executable of the version 3.3 or later. > GCC is recognized if the executable name ends with g++, c++, > g++-VERSION, or c++-VERSION. If it is not an absolute path, it should > be accessible via PATH. cd /stolz@menelaos [13:07:45]> cd /usr/ports/math/polymake/ polymake@menelaos [13:07:47]> make -V CXX c++ polymake@menelaos [13:07:50]> c++ -v Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] > Another reason for the failure can be that the package has not been > tested with FreeBSD 4.x at all, only with 5.3. It requires perl >= > 5.6.1, which seems to be missing in the 4.x I have perl 5.6.2 installed. -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 12:16:43 2005 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 0C13416A4CE for ; Thu, 3 Feb 2005 12:16:43 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id A106643D67 for ; Thu, 3 Feb 2005 12:16:42 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.44 (FreeBSD)) id 1Cwfua-0001WY-Px; Thu, 03 Feb 2005 13:16:40 +0100 Date: Thu, 3 Feb 2005 13:16:40 +0100 From: Kirill Ponomarew To: Edwin Groothuis Message-ID: <20050203121640.GA5151@voodoo.oberon.net> References: <200501312240.j0VMeQHx034939@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501312240.j0VMeQHx034939@freefall.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76489 - [patch] introduce bsd.gcc.mk and USE_GCC=foo+ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 12:16:43 -0000 On Mon, Jan 31, 2005 at 10:40:26PM +0000, Edwin Groothuis wrote: > The following reply was made to PR ports/76489; it has been noted by GNATS. > > From: Edwin Groothuis > To: freebsd-gnats-submit@FreeBSD.org > Cc: > Subject: Re: ports/76489 - [patch] introduce bsd.gcc.mk and USE_GCC=foo+ > Date: Tue, 1 Feb 2005 09:30:04 +1100 > > Add support for gcc 4.0, as noted by user feedback. > > --- bsd.gcc.mk.old Tue Feb 1 09:27:03 2005 > +++ bsd.gcc.mk Tue Feb 1 09:25:48 2005 > @@ -24,7 +24,7 @@ > # All GCC versions supported by the ports framework. > # Please keep them in ascending order. > # > -GCCVERSIONS= 020702 029500 030100 030200 030301 030402 > +GCCVERSIONS= 020702 029500 030100 030200 030301 030402 040000 > > # > # Versions of GCC shipped. > @@ -39,6 +39,7 @@ > GCCVERSION_030200= 500039 501103 3.2 > GCCVERSION_030301= 501103 502126 3.3 > GCCVERSION_030402= 502126 999999 3.4 > +GCCVERSION_040000= 999999 999999 4.0 > > # > # No configurable parts below this. It seems the patch logic is not correct: With patch: heechee# cd /usr/ports/net/portfwd/ heechee# make all-depends-list /usr/ports/converters/libiconv /usr/ports/devel/gettext /usr/ports/devel/gmake /usr/ports/devel/libtool15 heechee# uname -r 5.3-STABLE Without patch: voodoo# make all-depends-list /usr/ports/converters/libiconv /usr/ports/devel/bison /usr/ports/devel/gettext /usr/ports/devel/gmake /usr/ports/devel/libtool15 /usr/ports/devel/m4 /usr/ports/lang/gcc33 /usr/ports/lang/perl5.8 voodoo# uname -r 5.3-STABLE Could you please check it again ? -Kirill From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 12:20:28 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8393416A4D4 for ; Thu, 3 Feb 2005 12:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD39043D54 for ; Thu, 3 Feb 2005 12:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13CKRfe064056 for ; Thu, 3 Feb 2005 12:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13CKRxu064055; Thu, 3 Feb 2005 12:20:27 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 12:20:27 GMT Resent-Message-Id: <200502031220.j13CKRxu064055@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F11A16A4CE for ; Thu, 3 Feb 2005 12:17:06 +0000 (GMT) Received: from gateway.lefort.net (212.68.242.35.brutele.be [212.68.242.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA9A43D70 for ; Thu, 3 Feb 2005 12:17:05 +0000 (GMT) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id D5CE75510 for ; Thu, 3 Feb 2005 13:17:03 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id 7580922F33; Thu, 3 Feb 2005 13:17:03 +0100 (CET) Message-Id: <20050203121703.7580922F33@jsite.lefort.net> Date: Thu, 3 Feb 2005 13:17:03 +0100 (CET) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77062: Update port: x11-wm/devilspie to 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 12:20:28 -0000 >Number: 77062 >Category: ports >Synopsis: Update port: x11-wm/devilspie to 0.8 >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: Thu Feb 03 12:20:27 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Tue Jan 25 10:48:58 CET 2005 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/x11-wm/devilspie/Makefile devilspie/Makefile --- /usr/ports/x11-wm/devilspie/Makefile Fri Jan 21 12:33:21 2005 +++ devilspie/Makefile Thu Feb 3 13:14:25 2005 @@ -6,7 +6,7 @@ # PORTNAME= devilspie -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= x11-wm MASTER_SITES= http://www.burtonini.com/computing/ @@ -14,10 +14,17 @@ COMMENT= A window manipulation tool USE_X_PREFIX= yes -USE_GNOME= libwnck libglade2 +USE_GNOME= libwnck libxml2 +USE_REINPLACE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" MAN1= devilspie.1 + +post-patch: + @${FIND} ${WRKSRC}/src -name '*.c' | ${XARGS} ${REINPLACE_CMD} -e \ + 's/G_PARAM_WRITABLE/& | G_PARAM_CONSTRUCT/' post-install: ${MKDIR} ${DATADIR} diff -ruN /usr/ports/x11-wm/devilspie/distinfo devilspie/distinfo --- /usr/ports/x11-wm/devilspie/distinfo Fri Jan 21 12:33:21 2005 +++ devilspie/distinfo Thu Feb 3 12:28:44 2005 @@ -1,2 +1,2 @@ -MD5 (devilspie-0.7.tar.gz) = 328c05407f1a1d25bb4ed5dda848d935 -SIZE (devilspie-0.7.tar.gz) = 166105 +MD5 (devilspie-0.8.tar.gz) = 0170252238291584d563e5b84031f54d +SIZE (devilspie-0.8.tar.gz) = 174449 diff -ruN /usr/ports/x11-wm/devilspie/pkg-descr devilspie/pkg-descr --- /usr/ports/x11-wm/devilspie/pkg-descr Mon Jun 14 22:46:14 2004 +++ devilspie/pkg-descr Thu Feb 3 12:26:38 2005 @@ -10,7 +10,7 @@ I make all windows created by X-Chat appear on all workspaces, and the main Gkrellm1 window does not appear in the pager or task list. -WWW: http://www.burtonini.com/blog/computers/devilspie +WWW: http://www.burtonini.com/blog/computers/devilspie/ - Jean-Yves Lefort jylefort@brutele.be diff -ruN /usr/ports/x11-wm/devilspie/pkg-plist devilspie/pkg-plist --- /usr/ports/x11-wm/devilspie/pkg-plist Mon Jun 14 22:46:14 2004 +++ devilspie/pkg-plist Thu Feb 3 12:35:51 2005 @@ -1,4 +1,5 @@ bin/devilspie +share/locale/de/LC_MESSAGES/devilspie.mo %%DATADIR%%/devilspie.dtd %%EXAMPLESDIR%%/sample-config.xml %%PORTDOCS%%%%DOCSDIR%%/AUTHORS >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 12:30:34 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2415916A4CE for ; Thu, 3 Feb 2005 12:30:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E63DC43D41 for ; Thu, 3 Feb 2005 12:30:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13CUXEj064429 for ; Thu, 3 Feb 2005 12:30:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13CUXT5064421; Thu, 3 Feb 2005 12:30:33 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 12:30:33 GMT Message-Id: <200502031230.j13CUXT5064421@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Roman Bogorodskiy Subject: Re: ports/77061: [ patch ] audio/xmms-scrobbler: update to 0.3.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 12:30:34 -0000 The following reply was made to PR ports/77061; it has been noted by GNATS. From: Roman Bogorodskiy To: freebsd-gnats-submit@FreeBSD.org, bogorodskiy@inbox.ru Cc: Subject: Re: ports/77061: [ patch ] audio/xmms-scrobbler: update to 0.3.7 Date: Thu, 3 Feb 2005 15:27:32 +0300 Oops, I forgot to add http://www.pipian.com/stuffforchat/ to master sites. Can you fix that manually or I should send an updated patch? -Roman Bogorodskiy From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 12:50:46 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED72516A58C for ; Thu, 3 Feb 2005 12:50:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D18143D41 for ; Thu, 3 Feb 2005 12:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13CoTSA066220 for ; Thu, 3 Feb 2005 12:50:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13CoT0u066219; Thu, 3 Feb 2005 12:50:29 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 12:50:29 GMT Message-Id: <200502031250.j13CoT0u066219@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Volker Stolz" Subject: Re: ports/76668: gkrellmss2-2.6 fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 12:50:47 -0000 The following reply was made to PR ports/76668; it has been noted by GNATS. From: "Volker Stolz" To: freebsd-gnats-submit@freebsd.org, doug@polands.org Cc: Subject: Re: ports/76668: gkrellmss2-2.6 fails to build Date: Thu, 03 Feb 2005 13:49:58 +0100 What does 'cc -v' yioeld? Volker From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 13:00:39 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BB1116A4D0; Thu, 3 Feb 2005 13:00:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B5843D46; Thu, 3 Feb 2005 13:00:33 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13D0X5l066507; Thu, 3 Feb 2005 13:00:33 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13D0WaC066503; Thu, 3 Feb 2005 13:00:32 GMT (envelope-from vs) Date: Thu, 3 Feb 2005 13:00:32 GMT From: Volker Stolz Message-Id: <200502031300.j13D0WaC066503@freefall.freebsd.org> To: acidos@bandwidth-junkies.net, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/76511: Zope won't start with zope-mysqluserform-1.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 13:00:39 -0000 Synopsis: Zope won't start with zope-mysqluserform-1.0.2 State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Thu Feb 3 12:59:21 GMT 2005 State-Changed-Why: This seems to be a bug in v1.0.2, cf. http://zope.org/Members/vladap/mysqlUserFolder/CHANGELOG Can you try 1.0.3 please? Edit the Makefile and do "make makesum install". Unluckily I can't get 1.0.4 to compile here (IANAE). Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Thu Feb 3 12:59:21 GMT 2005 Responsible-Changed-Why: Track this. http://www.freebsd.org/cgi/query-pr.cgi?pr=76511 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 13:00:43 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3035116A4CE for ; Thu, 3 Feb 2005 13:00:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A915643D2D for ; Thu, 3 Feb 2005 13:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13D0gWj066601 for ; Thu, 3 Feb 2005 13:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13D0gAT066600; Thu, 3 Feb 2005 13:00:42 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 13:00:42 GMT Message-Id: <200502031300.j13D0gAT066600@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Anton A. Karpov" Subject: Re: ports/77025: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Anton A. Karpov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 13:00:43 -0000 The following reply was made to PR ports/77025; it has been noted by GNATS. From: "Anton A. Karpov" To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/77025: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox Date: Thu, 3 Feb 2005 15:48:11 +0300 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Author released new version, now with correct tarball naming scheme. The final shar for port is attached. -- Anton A. Karpov PGP key: http://www.toxahost.ru/pgp/pubkey.asc =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= If you f*ck up BSD, it gets unsecure. Linux must be f*cked up to be secure. Windows must be secure erased to be secure. =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= --gBBFr7Ir9EOA20Yy Content-Type: application/x-shar Content-Disposition: attachment; filename="graveman.shar" Content-Transfer-Encoding: 8bit # 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 # ./pkg-descr # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: graveman X# Date created: 2005-02-01 X# Whom: Anton Karpov X# X# $FreeBSD$ X# X XPORTNAME= graveman XPORTVERSION= 0.3.6 XCATEGORIES= sysutils XMASTER_SITES= http://www.nongnu.org/${PORTNAME}/ X XMAINTAINER= toxa@toxahost.ru XCOMMENT= Another GTK2 frontend for cdrecord, mkisofs, readcd and sox X XRUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools X XUSE_BZIP2= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_X_PREFIX= yes XWANT_GNOME= yes XGNU_CONFIGURE= yes XUSE_GNOME= glib20 gtk20 libglade2 XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" X XOPTIONS= MP3 "MP3 Support" off \ X OGG "OGG Support" off X X.include X X.if !defined(WITHOUT_MP3) XLIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ X id3tag.2:${PORTSDIR}/audio/libid3tag XRUN_DEPENDS= sox:${PORTSDIR}/audio/sox X.else XCONFIGURE_ARGS+=--disable-mp3 X.endif X X.if !defined(WITHOUT_OGG) XLIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg \ X vorbis.3:${PORTSDIR}/audio/libvorbis X.else XCONFIGURE_ARGS+=--disable-ogg X.endif X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (graveman-0.3.6.tar.bz2) = ad9803588a989bddd46d252f0d56f5f1 XSIZE (graveman-0.3.6.tar.bz2) = 386027 END-of-./distinfo echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XAnother GPL GTK2 frontend for cdrecord, mkisofs, readcd and sox! XWith graveman you can burn audio cd (wav, ogg, mp3), data cd, and duplicate cd. X XWWW: http://www.nongnu.org/graveman/ END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/graveman Xshare/applications/graveman.desktop Xshare/pixmaps/graveman.png Xshare/graveman/dialog-question3.png Xshare/graveman/dialog_about.glade Xshare/graveman/dialog_add_device.glade Xshare/graveman/dialog_confirm_operation.glade Xshare/graveman/dialog_device.glade Xshare/graveman/dialog_media.glade Xshare/graveman/dialog_properties.glade Xshare/graveman/dialog_welcome.glade Xshare/graveman/erase-cdrw.png Xshare/graveman/file_image.png Xshare/graveman/folder5-petit.png Xshare/graveman/gnome-dev-cdrom-audio-24.png Xshare/graveman/gnome-dev-cdrom-audio.png Xshare/graveman/gnome-dev-cdrom.png Xshare/graveman/graveman-main.png Xshare/graveman/graveman24.png Xshare/graveman/graveman32.png Xshare/graveman/graveman48.png Xshare/graveman/graver-petite.png Xshare/graveman/graver.png Xshare/graveman/i-cdrom.png Xshare/graveman/main-settings.png Xshare/graveman/menu-audio-16.png Xshare/graveman/menu-audio-24.png Xshare/graveman/menu-audio-32.png Xshare/graveman/menu-audio-48.png Xshare/graveman/menu-audio.png Xshare/graveman/menu-copy-16.png Xshare/graveman/menu-copy-24.png Xshare/graveman/menu-copy-32.png Xshare/graveman/menu-copy-44.png Xshare/graveman/menu-copy-48.png Xshare/graveman/menu-copy.png Xshare/graveman/menu-data-16.png Xshare/graveman/menu-data-24.png Xshare/graveman/menu-data-32.png Xshare/graveman/menu-data-44.png Xshare/graveman/menu-data-48.png Xshare/graveman/menu-data.png Xshare/graveman/menu-other-16.png Xshare/graveman/menu-other-24.png Xshare/graveman/menu-other-32.png Xshare/graveman/menu-other-44.png Xshare/graveman/menu-other-48.png Xshare/graveman/menu-other.png Xshare/graveman/petit-parametre.png Xshare/graveman/petitcd.png Xshare/graveman/petitcdrw.png Xshare/graveman/petitdvd.png Xshare/graveman/petitdvdrw.png Xshare/graveman/petitiso.png Xshare/graveman/properties.png Xshare/graveman/stock_id-48.png Xshare/graveman/stock_new.png Xshare/graveman/window_burn.glade Xshare/graveman/window_inprogress.glade Xshare/graveman/window_main.glade Xshare/graveman/window_welcome.glade X@dirrm share/graveman END-of-./pkg-plist exit --gBBFr7Ir9EOA20Yy-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 14:38:59 2005 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 00FA416A4CE for ; Thu, 3 Feb 2005 14:38:59 +0000 (GMT) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E28B43D31 for ; Thu, 3 Feb 2005 14:38:58 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id B4061B88D for ; Thu, 3 Feb 2005 09:38:57 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <200502030841.j138fIgo038342@freefall.freebsd.org> References: <200502030841.j138fIgo038342@freefall.freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <57693bbb286ab46ff683ebab24285723@khera.org> Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Thu, 3 Feb 2005 09:38:56 -0500 To: freebsd-ports-bugs@FreeBSD.org X-Mailer: Apple Mail (2.619.2) Subject: Re: ports/77028: net/jabber startup script not executable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 14:38:59 -0000 > Thanks for rc-ngifying it -- but I'd prefer the pid-file to be > kept in /var/run like everybody else does. Could you try setting > this in jabber.xml please? I tried it, but jabber.pid is created as user jabber group jabber, so it can't write to /var/run. I tried to look at how the clamav-clamd.sh startup script does it since it puts the pid in /var/run/clamav/ (a dir owned by clamav), but I don't see how that directory gets created to do the same with jabber. Maybe if we added something like this: start_precmd=start_precmd start_precmd() { mkdir -p /var/run/jabber chown ${jabber_user}:${jabber_group} /var/run/jabber } Vivek Khera, Ph.D. +1-301-869-4449 x806 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 14:40:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44D8216A4D1 for ; Thu, 3 Feb 2005 14:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF5E843D60 for ; Thu, 3 Feb 2005 14:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13EeJtu080614 for ; Thu, 3 Feb 2005 14:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13EeJUc080613; Thu, 3 Feb 2005 14:40:19 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 14:40:19 GMT Resent-Message-Id: <200502031440.j13EeJUc080613@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A045516A4D1 for ; Thu, 3 Feb 2005 14:38:39 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 828F843D1D for ; Thu, 3 Feb 2005 14:38:39 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j13EccTT059946 for ; Thu, 3 Feb 2005 14:38:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j13EccFE059924; Thu, 3 Feb 2005 14:38:38 GMT (envelope-from nobody) Message-Id: <200502031438.j13EccFE059924@www.freebsd.org> Date: Thu, 3 Feb 2005 14:38:38 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77066: Update port: net/pear-Net_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: Thu, 03 Feb 2005 14:40:24 -0000 >Number: 77066 >Category: ports >Synopsis: Update port: net/pear-Net_POP3 >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 Feb 03 14:40:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.3-RELEASE >Organization: pitcom GmbH >Environment: FreeBSD asus.site 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 12 23:43:33 CET 2004 root@asus.site:/usr/src/sys/i386/compile/ASUS i386 >Description: Update to the current version 1.3.5. >How-To-Repeat: >Fix: diff -Nur /usr/ports/net/pear-Net_POP3/Makefile pear-Net_POP3/Makefile --- /usr/ports/net/pear-Net_POP3/Makefile Fri Nov 12 23:39:16 2004 +++ pear-Net_POP3/Makefile Thu Feb 3 15:32:04 2005 @@ -2,11 +2,11 @@ # Date created: 10 August 2004 # Whom: Gerrit Beine () # -# $FreeBSD: ports/net/pear-Net_POP3/Makefile,v 1.2 2004/10/18 10:53:13 thierry Exp $ +# $FreeBSD: ports/net/pear-Net_POP3/Makefile,v 1.1 2004/08/10 19:27:19 thierry Exp $ # PORTNAME= Net_POP3 -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.5 CATEGORIES= net pear MAINTAINER= tux@pinguru.net diff -Nur /usr/ports/net/pear-Net_POP3/distinfo pear-Net_POP3/distinfo --- /usr/ports/net/pear-Net_POP3/distinfo Fri Nov 12 23:39:16 2004 +++ pear-Net_POP3/distinfo Thu Feb 3 15:32:47 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/Net_POP3-1.3.3.tgz) = 7999c0cfcd4934469005cca7824c379c -SIZE (PEAR/Net_POP3-1.3.3.tgz) = 9408 +MD5 (PEAR/Net_POP3-1.3.5.tgz) = 4db516b63b0c22462021b0ac622d6fa5 +SIZE (PEAR/Net_POP3-1.3.5.tgz) = 9931 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 15:30:29 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DFE716A4CF for ; Thu, 3 Feb 2005 15:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EE5343D45 for ; Thu, 3 Feb 2005 15:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13FUTaP086116 for ; Thu, 3 Feb 2005 15:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13FUT65086114; Thu, 3 Feb 2005 15:30:29 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 15:30:29 GMT Message-Id: <200502031530.j13FUT65086114@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Volker Stolz" Subject: Re: ports/75000: Patch port: audio/wsoundprefs unbroke port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 15:30:29 -0000 The following reply was made to PR ports/75000; it has been noted by GNATS. From: "Volker Stolz" To: freebsd-gnats-submit@freebsd.org, ser_gagnon@sympatico.ca Cc: Subject: Re: ports/75000: Patch port: audio/wsoundprefs unbroke port Date: Thu, 03 Feb 2005 16:28:15 +0100 Patching file files/patch-Imakefile using Plan A... patch: **** malformed patch at line 128: -I${X11BASE}/include -I${X11BASE}/include/WINGs Please submit patches as a proper attachment so they don't get munged by mailers. Volker From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 15:50:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30C1E16A51A for ; Thu, 3 Feb 2005 15:50:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D948143D5E for ; Thu, 3 Feb 2005 15:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13FoGTF087404 for ; Thu, 3 Feb 2005 15:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13FoGqG087403; Thu, 3 Feb 2005 15:50:16 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 15:50:16 GMT Resent-Message-Id: <200502031550.j13FoGqG087403@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7983916A4CF for ; Thu, 3 Feb 2005 15:50:11 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39C3443D31 for ; Thu, 3 Feb 2005 15:50:11 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j13FoAtF016174 for ; Thu, 3 Feb 2005 15:50:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j13FoAUf016173; Thu, 3 Feb 2005 15:50:10 GMT (envelope-from nobody) Message-Id: <200502031550.j13FoAUf016173@www.freebsd.org> Date: Thu, 3 Feb 2005 15:50:10 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77068: Update port: java/eclipse-EPIC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 15:50:23 -0000 >Number: 77068 >Category: ports >Synopsis: Update port: java/eclipse-EPIC >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 Feb 03 15:50:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.3-RELEASE >Organization: pitcom GmbH >Environment: FreeBSD asus.site 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 12 23:43:33 CET 2004 root@asus.site:/usr/src/sys/i386/compile/ASUS i386 >Description: The port now unzips the jar files. Portrevision bumped, no functional change. >How-To-Repeat: >Fix: diff -Nur /usr/ports/java/eclipse-EPIC/Makefile eclipse-EPIC/Makefile --- /usr/ports/java/eclipse-EPIC/Makefile Thu Dec 23 12:52:13 2004 +++ eclipse-EPIC/Makefile Thu Feb 3 16:43:15 2005 @@ -5,12 +5,12 @@ # $FreeBSD: ports/java/eclipse-EPIC/Makefile,v 1.1 2004/12/23 11:52:13 nork Exp $ # -PORTNAME= EPIC +PORTNAME= eclipse-EPIC PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= java editors devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= e-p-i-c -PKGNAMEPREFIX= eclipse- DISTNAME= ${EPIC}_${PORTVERSION}_20040711 MAINTAINER= tux@pinguru.net @@ -22,17 +22,35 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/${EPIC} -EPIC= org.epic.updatesite ECLIPSE= ${PREFIX}/eclipse +EPIC= org.epic.updatesite +EPICFILES= features/org.epic.feature.main_0.3.0 \ + plugins/org.epic.debug_0.2.0 \ + plugins/org.epic.ext.cbg.editor_0.3.0 \ + plugins/org.epic.perleditor_0.1.2 \ + plugins/org.epic.regexp_0.1.2 + +post-extract: +.for file in ${EPICFILES} + cd ${WRKSRC} \ + && ${MKDIR} ${file} \ + && ${UNZIP_CMD} ${file}.jar -d ${file} +.endfor do-install: - @${CP} -r ${WRKSRC}/features/*.jar ${ECLIPSE}/features - @${CP} -r ${WRKSRC}/plugins/*.jar ${ECLIPSE}/plugins +.for file in ${EPICFILES} + cd ${WRKSRC} \ + && ${MKDIR} ${ECLIPSE}/${file} \ + && ${FIND} ${file} -type d -exec ${MKDIR} ${ECLIPSE}/{} \; \ + && ${FIND} ${file} -type f -exec ${INSTALL_DATA} {} ${ECLIPSE}/{} \; +.endfor post-install: - @${FIND} -s ${WRKSRC}/features -name "*.jar" \ - | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} - @${FIND} -s ${WRKSRC}/plugins -name "*.jar" \ +.for file in ${EPICFILES} + @${FIND} ${WRKSRC}/${file} -not -type d \ | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} + @${FIND} -d ${WRKSRC}/${file} -type d \ + | ${SED} -ne 's,^${WRKSRC},@dirrm ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} +.endfor .include diff -Nur /usr/ports/java/eclipse-EPIC/distinfo eclipse-EPIC/distinfo --- /usr/ports/java/eclipse-EPIC/distinfo Thu Dec 23 12:52:13 2004 +++ eclipse-EPIC/distinfo Sun Nov 28 19:15:24 2004 @@ -1,2 +1,2 @@ -MD5 (org.epic.updatesite_0.3.0_20040711.zip) = 5ab8b866c599bd41f8dcb57564d5bc2d +MD5 (org.epic.updatesite_0.3.0_20040711.zip) = ae5f45738b9d9aed2ba42905aa01a35a SIZE (org.epic.updatesite_0.3.0_20040711.zip) = 2649757 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 16:22:41 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53A2C16A4CE; Thu, 3 Feb 2005 16:22:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27FFB43D45; Thu, 3 Feb 2005 16:22:41 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13GMfAt092580; Thu, 3 Feb 2005 16:22:41 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13GMf6s092576; Thu, 3 Feb 2005 16:22:41 GMT (envelope-from vs) Date: Thu, 3 Feb 2005 16:22:41 GMT From: Volker Stolz Message-Id: <200502031622.j13GMf6s092576@freefall.freebsd.org> To: nik@jc.ngo.org.uk, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74922: [PATCH] Update www/trac to 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 16:22:41 -0000 Synopsis: [PATCH] Update www/trac to 0.8 State-Changed-From-To: feedback->closed State-Changed-By: vs State-Changed-When: Thu Feb 3 16:22:18 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74922 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 16:30:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3AE716A4D0 for ; Thu, 3 Feb 2005 16:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9AE443D46 for ; Thu, 3 Feb 2005 16:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13GUNgx092760 for ; Thu, 3 Feb 2005 16:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13GUNbs092759; Thu, 3 Feb 2005 16:30:23 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 16:30:23 GMT Message-Id: <200502031630.j13GUNbs092759@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Volker Stolz" Subject: Re: ports/76321: [NEW PORT]: audio/easytag-gtk2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 16:30:25 -0000 The following reply was made to PR ports/76321; it has been noted by GNATS. From: "Volker Stolz" To: freebsd-gnats-submit@freebsd.org, wxs@csh.rit.edu Cc: Subject: Re: ports/76321: [NEW PORT]: audio/easytag-gtk2 Date: Thu, 03 Feb 2005 17:26:00 +0100 Shouldn't we update the existing port then? Volker From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 16:47:13 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85BCC16A4CE; Thu, 3 Feb 2005 16:47:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D81943D1F; Thu, 3 Feb 2005 16:47:13 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13GlD2a094344; Thu, 3 Feb 2005 16:47:13 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13GlDIq094340; Thu, 3 Feb 2005 16:47:13 GMT (envelope-from vs) Date: Thu, 3 Feb 2005 16:47:13 GMT From: Volker Stolz Message-Id: <200502031647.j13GlDIq094340@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/74784: [NEW PORT] math/geonext: Interactive (dynamic) elementary Geometry Software X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 16:47:13 -0000 Synopsis: [NEW PORT] math/geonext: Interactive (dynamic) elementary Geometry Software Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Thu Feb 3 16:46:54 GMT 2005 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=74784 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 17:00:44 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C817616A4CE for ; Thu, 3 Feb 2005 17:00:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5557443D5F for ; Thu, 3 Feb 2005 17:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13H0ibC094659 for ; Thu, 3 Feb 2005 17:00:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13H0iK2094651; Thu, 3 Feb 2005 17:00:44 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 17:00:44 GMT Resent-Message-Id: <200502031700.j13H0iK2094651@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brad Huntting Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFCB916A4CE for ; Thu, 3 Feb 2005 16:57:22 +0000 (GMT) Received: from pernicious.glarp.com (home-ppp4-83.colorado.edu [198.11.22.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id B501A43D41 for ; Thu, 3 Feb 2005 16:57:21 +0000 (GMT) (envelope-from huntting@glarp.com) Received: from pernicious.glarp.com (localhost [127.0.0.1]) j13GvKRm063831 for ; Thu, 3 Feb 2005 09:57:20 -0700 (MST) (envelope-from huntting@pernicious.glarp.com) Received: (from huntting@localhost) by pernicious.glarp.com (8.12.10/8.12.9/Submit) id j13GvKqP063830; Thu, 3 Feb 2005 09:57:20 -0700 (MST) (envelope-from huntting) Message-Id: <200502031657.j13GvKqP063830@pernicious.glarp.com> Date: Thu, 3 Feb 2005 09:57:20 -0700 (MST) From: Brad Huntting To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77070: port update for qcl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brad Huntting List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 17:00:44 -0000 >Number: 77070 >Category: ports >Synopsis: port update for qcl >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: Thu Feb 03 17:00:43 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Brad Huntting >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD hunkular.glarp.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: update for the `qcl' port, which is currently in emulators/qcl, but should be moved to science/qcl. >How-To-Repeat: >Fix: Ok, let's try this again. Here is a 'diff -Nru'. Note however that the file qcl/scripts/configure has been deleted, another patch file has been added, and the entire port has been moved from 'emulators' to 'science'. brad diff -Nru /usr/ports/emulators/qcl/Makefile qcl/Makefile --- /usr/ports/emulators/qcl/Makefile Wed Sep 24 03:37:05 2003 +++ qcl/Makefile Tue Feb 1 11:18:35 2005 @@ -1,14 +1,14 @@ # ports collection makefile for: qcl -# Date created: 23 May 2001 -# Whom: Brad Huntting +# Date created: 2005-02-01 +# Whom: Brad Huntting # # $FreeBSD: ports/emulators/qcl/Makefile,v 1.6 2003/09/24 09:37:05 osa Exp $ # PORTNAME= qcl -PORTVERSION= 0.4.1 +PORTVERSION= 0.6.1 PORTREVISION= 1 -CATEGORIES= emulators math +CATEGORIES= science math MASTER_SITES= http://tph.tuwien.ac.at/~oemer/tgz/ EXTRACT_SUFX= .tgz @@ -19,11 +19,12 @@ .include -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" +.if ${OSVERSION} < 500000 +USE_GCC= 3.3 .endif -post-install: - ${STRIP_CMD} ${PREFIX}/bin/qcl +do-configure: + echo 'PREFIX=${PREFIX}' >>${WRKSRC}/Makefile + cd ${WRKSRC} && make dep .include diff -Nru /usr/ports/emulators/qcl/distinfo qcl/distinfo --- /usr/ports/emulators/qcl/distinfo Tue Mar 30 20:07:43 2004 +++ qcl/distinfo Tue Feb 1 01:45:31 2005 @@ -1,2 +1,2 @@ -MD5 (qcl-0.4.1.tgz) = 0ff6cdb3c29cc3c533f3b27018662a57 -SIZE (qcl-0.4.1.tgz) = 97862 +MD5 (qcl-0.6.1.tgz) = ec5def302a468f95370a4ccc9f8aa35a +SIZE (qcl-0.6.1.tgz) = 130922 diff -Nru /usr/ports/emulators/qcl/files/patch-aa qcl/files/patch-aa --- /usr/ports/emulators/qcl/files/patch-aa Sun Jul 13 20:36:27 2003 +++ qcl/files/patch-aa Tue Feb 1 02:08:00 2005 @@ -1,6 +1,6 @@ ---- Makefile.orig Wed Jan 17 13:17:06 2001 -+++ Makefile Thu May 24 15:51:01 2001 -@@ -14,29 +14,25 @@ +--- Makefile.orig Mon Mar 29 15:24:31 2004 ++++ Makefile Tue Feb 1 01:37:09 2005 +@@ -14,25 +14,25 @@ # Directory for Standard .qcl files @@ -14,56 +14,71 @@ # Debugging options --DEBUG = -g -DQCL_DEBUG -DQC_DEBUG --#DEBUG = -O2 -+DEBUG = + #DEBUG = -g -pg -DQCL_DEBUG -DQC_DEBUG + #DEBUG = -g -DQCL_DEBUG -DQC_DEBUG +-DEBUG = -O2 -g -DQCL_DEBUG -DQC_DEBUG ++DEBUG = -DQCL_DEBUG -DQC_DEBUG + #DEBUG = -O2 + + # Plotting support + # + # Comment out if you don't have GNU libplotter and X + +-PLOPT = -DQCL_PLOT +-PLLIB = -L/usr/X11/lib -lplotter -lXaw -lXmu -lXt -lXext -lXpm -lSM -lICE -lX11 ++#PLOPT = -DQCL_PLOT ++#PLLIB = -L/usr/X11/lib -lplotter -lXaw -lXmu -lXt -lXext -lXpm -lSM -lICE -lX11 + #PLLIB = -L/usr/X11/lib -lplotter -lXaw -lXmu -lXt -lXext -lX11 + #PLLIB = -L/usr/X11/lib -lplotter -lXaw -lXmu -Xt -lSM -ICE -lXext -lX11 - # Comment out if you don't have GNU readline on your system +@@ -42,8 +42,8 @@ # explicit linking against libtermcap or libncurses may be required RLOPT = -DQCL_USE_READLINE -#RLLIB = -lreadline -RLLIB = -lreadline -lncurses +RLLIB = -lreadline ++#RLLIB = -lreadline -lncurses - # Replace with lex and yacc on non-GNU systems (untested) + # Interrupt support + # +@@ -51,12 +51,6 @@ + IRQOPT = -DQCL_IRQ + +-# Replace with lex and yacc on non-GNU systems (untested) +- -LEX = flex --YACC = bison +-YACC = bison -INSTALL = install -+INSTALL = install -c - +- ##### You shouldn't have to edit the stuff below ##### -@@ -44,13 +40,15 @@ + DATE = `date +"%y.%m.%d-%H%M"` +@@ -65,13 +59,11 @@ QCLIB = $(QCDIR)/libqc.a QCLINC = lib -CC = g++ -CPP = $(CC) -E --CFLAGS = -c -Wall $(DEBUG) $(RLOPT) -I$(QCDIR) -DDEF_INCLUDE_PATH="\"$(QCLDIR)\"" --LFLAGS = -L$(QCDIR) $(DEBUG) -lm -lfl -lqc $(RLLIB) -+CXXFLAGS += -Wall $(DEBUG) $(RLOPT) -I$(QCDIR) -I${PREFIX}/include -DDEF_INCLUDE_PATH="\"$(QCLDIR)\"" -+LDFLAGS += -L$(QCDIR) $(DEBUG) -L${PREFIX}/lib -lgnugetopt -lm -lfl -lqc $(RLLIB) -+ -+FILESCC = debug.cc error.cc eval.cc exec.cc extern.cc lex.cc \ -+ options.cc parse.cc print.cc qcl.cc quheap.cc symbols.cc \ -+ syntax.cc typcheck.cc types.cc yacc.cc -+FILESH = debug.h error.h extern.h options.h parse.h quheap.h \ -+ symbols.h syntax.h types.h yacc.h +-CFLAGS = -c -Wall $(DEBUG) $(PLOPT) $(RLOPT) $(IRQOPT) -I$(QCDIR) -DDEF_INCLUDE_PATH="\"$(QCLDIR)\"" +-LFLAGS = -L$(QCDIR) $(DEBUG) $(PLLIB) -lm -lfl -lqc $(RLLIB) ++CXXFLAGS += $(DEBUG) $(PLOPT) $(RLOPT) $(IRQOPT) -I$(QCDIR) -DDEF_INCLUDE_PATH="\"$(QCLDIR)\"" ++LDFLAGS += -L$(QCDIR) $(DEBUG) $(PLLIB) -lm -lfl -lqc $(RLLIB) -FILESCC = $(wildcard *.cc) -FILESH = $(wildcard *.h) ++FILESCC = *.cc ++FILESH = *.h SOURCE = $(FILESCC) $(FILESH) qcl.lex qcl.y Makefile -@@ -58,23 +56,11 @@ +@@ -79,23 +71,11 @@ lex.o yacc.o print.o quheap.o extern.o eval.o exec.o \ - parse.o options.o debug.o + parse.o options.o debug.o cond.o dump.o plot.o format.o -all: do-it-all +all: build -+ -ifeq (.depend,$(wildcard .depend)) -include .depend @@ -80,17 +95,18 @@ - $(CPP) -I$(QCDIR) -MM $$i; \ - echo -e '\t$(CC) $(CFLAGS)' $$i '\n'; \ - done > .depend -+dep: $(FILESCC) $(FILESH) -+ $(CXX) -M $(CXXFLAGS) $(FILESCC) >.depend ++ ++dep: ++ mkdep ${CXXFLAGS} ${FILESCC} lex.cc: qcl.lex $(LEX) -olex.cc qcl.lex -@@ -86,24 +72,24 @@ - mv yacc.cc.h yacc.h +@@ -107,26 +87,26 @@ + mv yacc.*?h yacc.h $(QCLIB): - cd $(QCDIR) && make libqc.a -+ cd $(QCDIR) && $(MAKE) $(MAKEFLAGS) libqc.a ++ +cd ${QCDIR} && ${MAKE} ${MAKEFLAGS} libqc.a #### Rules for build @@ -110,15 +126,11 @@ install: build - $(INSTALL) -m 0755 -d $(QCLBIN) $(QCLDIR) +- $(INSTALL) -m 0755 ./qcl $(QCLBIN) +- $(INSTALL) -m 0644 ./lib/*.qcl $(QCLDIR) + umask 022; mkdir -p $(QCLDIR); chmod 0755 $(QCLDIR) - $(INSTALL) -m 0755 ./qcl $(QCLBIN) - $(INSTALL) -m 0644 ./lib/default.qcl $(QCLDIR) - $(INSTALL) -m 0644 ./lib/dft.qcl $(QCLDIR) -@@ -115,6 +101,7 @@ - $(INSTALL) -m 0644 ./lib/roulette.qcl $(QCLDIR) - $(INSTALL) -m 0644 ./lib/shor.qcl $(QCLDIR) - $(INSTALL) -m 0644 ./lib/swap.qcl $(QCLDIR) -+ $(INSTALL) -m 0644 ./lib/grover.qcl $(QCLDIR) - - #### Other Functions ++ ${INSTALL} -m 0755 ./qcl $(QCLBIN) ++ ${INSTALL} -m 0644 ./lib/*.qcl $(QCLDIR) + uninstall: + rm -f $(QCLBIN) diff -Nru /usr/ports/emulators/qcl/files/patch-bb qcl/files/patch-bb --- /usr/ports/emulators/qcl/files/patch-bb Wed Dec 31 17:00:00 1969 +++ qcl/files/patch-bb Tue Feb 1 02:08:07 2005 @@ -0,0 +1,49 @@ +--- qc/Makefile.orig Mon Mar 29 15:24:31 2004 ++++ qc/Makefile Tue Feb 1 01:27:33 2005 +@@ -12,7 +12,7 @@ + + # Debugging options + +-DEBUG = -g -O2 -DQC_DEBUG ++DEBUG = -DQC_DEBUG + #DEBUG = -g -pg -DQC_DEBUG + #DEBUG = -O2 + +@@ -21,10 +21,8 @@ + + #PRGOPT = -DQC_USE_RAND48 + +-CC = g++ +-CFLAGS = -c -pedantic -Wall $(DEBUG) $(PRGOPT) +- +-LNKOPT = -L. -lm -lqc ++CXXFLAGS += $(DEBUG) $(PRGOPT) ++LDFLAGS += -L. -lm -lqc + + FILESCC = bitvec.cc terms.cc qustates.cc operator.cc + FILESH = bitvec.h terms.h qustates.h operator.h qc.h +@@ -36,23 +34,9 @@ + ar rc libqc.a bitvec.o terms.o qustates.o operator.o + ranlib libqc.a + +-bitvec.o: bitvec.cc bitvec.h +- $(CC) bitvec.cc -o bitvec.o $(CFLAGS) +- +-terms.o: terms.cc terms.h bitvec.h +- $(CC) terms.cc -o terms.o $(CFLAGS) +- +-qustates.o: qustates.cc qustates.h terms.h bitvec.h +- $(CC) qustates.cc -o qustates.o $(CFLAGS) +- +-operator.o: operator.cc operator.h qustates.h terms.h bitvec.h +- $(CC) operator.cc -o operator.o $(CFLAGS) +- +-shor.o: shor.cc qustates.h terms.h bitvec.h +- $(CC) shor.cc -o shor.o $(CFLAGS) + + shor: shor.o libqc.a +- $(CC) shor.o -o shor $(LNKOPT) ++ $(CXX) shor.o -o shor $(LDFLAGS) + + # Other Functions + diff -Nru /usr/ports/emulators/qcl/pkg-plist qcl/pkg-plist --- /usr/ports/emulators/qcl/pkg-plist Tue May 29 10:55:48 2001 +++ qcl/pkg-plist Tue Feb 1 01:44:33 2005 @@ -1,13 +1,12 @@ bin/qcl share/qcl/default.qcl +share/qcl/deutsch.qcl share/qcl/dft.qcl -share/qcl/expmod.qcl -share/qcl/fanout.qcl -share/qcl/functions.qcl +share/qcl/examples.qcl +share/qcl/grover.qcl +share/qcl/linalg.qcl share/qcl/modarith.qcl -share/qcl/qufunct.qcl -share/qcl/roulette.qcl +share/qcl/primes.qcl share/qcl/shor.qcl -share/qcl/swap.qcl -share/qcl/grover.qcl +share/qcl/test.qcl @dirrm share/qcl diff -Nru /usr/ports/emulators/qcl/scripts/configure qcl/scripts/configure --- /usr/ports/emulators/qcl/scripts/configure Tue May 29 10:56:08 2001 +++ qcl/scripts/configure Wed Dec 31 17:00:00 1969 @@ -1,5 +0,0 @@ -#!/bin/sh - -cd $WRKSRC -rm -f .depend -make dep >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 17:10:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C44F16A4CE for ; Thu, 3 Feb 2005 17:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE14943D2F for ; Thu, 3 Feb 2005 17:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13HAJwK099144 for ; Thu, 3 Feb 2005 17:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13HAJdQ099143; Thu, 3 Feb 2005 17:10:19 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 17:10:19 GMT Resent-Message-Id: <200502031710.j13HAJdQ099143@freefall.freebsd.org> 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 Kapranoff Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67E2816A4CE for ; Thu, 3 Feb 2005 17:03:17 +0000 (GMT) Received: from park.rambler.ru (park.rambler.ru [81.19.64.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57EFE43D3F for ; Thu, 3 Feb 2005 17:03:16 +0000 (GMT) (envelope-from kappa@capella.park.rambler.ru) Received: from capella.park.rambler.ru ([81.19.65.30]) by park.rambler.ru (8.13.1/8.13.1) with ESMTP id j13H3E7F008079 for ; Thu, 3 Feb 2005 20:03:14 +0300 (MSK) (envelope-from kappa@capella.park.rambler.ru) Received: by capella.park.rambler.ru (Postfix, from userid 1001) id BEB3F40EA; Thu, 3 Feb 2005 20:03:18 +0300 (MSK) Message-Id: <20050203170318.BEB3F40EA@capella.park.rambler.ru> Date: Thu, 3 Feb 2005 20:03:18 +0300 (MSK) From: Alex Kapranoff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77071: Clean up devel/p5-Test-LectroTest X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 17:10:20 -0000 >Number: 77071 >Category: ports >Synopsis: Clean up devel/p5-Test-LectroTest >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 Feb 03 17:10:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.2-CURRENT i386 >Organization: Inner Mongolia >Environment: FreeBSD capella.park.rambler.ru 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Jun 15 17:17:42 MSD 2004 root@capella.rambler.stack.net:/usr/obj/usr/src/sys/CAPELLA i386 >Description: 1. Silence uninstall @dirrm failure warning. 2. Raise dependencies section for consistency. >How-To-Repeat: >Fix: diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-LectroTest/Makefile /usr/home/kappa/work/ports/p5-Test-LectroTest/Makefile --- /usr/ports/devel/p5-Test-LectroTest/Makefile Sat Nov 27 15:09:07 2004 +++ /usr/home/kappa/work/ports/p5-Test-LectroTest/Makefile Thu Feb 3 19:39:35 2005 @@ -15,14 +15,14 @@ MAINTAINER= alex@kapranoff.ru COMMENT= Easy, automatic, specification-based tests +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_MODBUILD= yes MAN3= Test::LectroTest.3 Test::LectroTest::Generator.3 \ Test::LectroTest::Property.3 Test::LectroTest::TestRunner.3 \ Test::LectroTest::Tutorial.3 - -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter -RUN_DEPENDS= ${BUILD_DEPENDS} .include diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-LectroTest/pkg-plist /usr/home/kappa/work/ports/p5-Test-LectroTest/pkg-plist --- /usr/ports/devel/p5-Test-LectroTest/pkg-plist Sat Nov 27 15:09:07 2004 +++ /usr/home/kappa/work/ports/p5-Test-LectroTest/pkg-plist Thu Feb 3 19:39:04 2005 @@ -4,4 +4,4 @@ %%SITE_PERL%%/Test/LectroTest/TestRunner.pm %%SITE_PERL%%/Test/LectroTest/Tutorial.pod @dirrm %%SITE_PERL%%/Test/LectroTest -@dirrm %%SITE_PERL%%/Test +@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 17:25:55 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3B4716A4CE; Thu, 3 Feb 2005 17:25:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7335C43D48; Thu, 3 Feb 2005 17:25:55 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13HPtBM099628; Thu, 3 Feb 2005 17:25:55 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13HPt5M099624; Thu, 3 Feb 2005 17:25:55 GMT (envelope-from arved) Date: Thu, 3 Feb 2005 17:25:55 GMT From: Tilman Linneweh Message-Id: <200502031725.j13HPt5M099624@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, arved@FreeBSD.org Subject: Re: ports/76914: /usr/ports/audio/xmms-osssurround (build error amd64) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 17:25:55 -0000 Synopsis: /usr/ports/audio/xmms-osssurround (build error amd64) Responsible-Changed-From-To: freebsd-ports-bugs->arved Responsible-Changed-By: arved Responsible-Changed-When: Thu Feb 3 17:25:25 GMT 2005 Responsible-Changed-Why: I am working on this one http://www.freebsd.org/cgi/query-pr.cgi?pr=76914 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 17:50:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45D7D16A4D0 for ; Thu, 3 Feb 2005 17:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48F2143D53 for ; Thu, 3 Feb 2005 17:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13HoNr7001887 for ; Thu, 3 Feb 2005 17:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13HoNHH001886; Thu, 3 Feb 2005 17:50:23 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 17:50:23 GMT Resent-Message-Id: <200502031750.j13HoNHH001886@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joe Kelsey Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A2F516A4CE for ; Thu, 3 Feb 2005 17:44:55 +0000 (GMT) Received: from zircon.seattle.wa.us (dsl231-043-165.sea1.dsl.speakeasy.net [216.231.43.165]) by mx1.FreeBSD.org (Postfix) with SMTP id EA65D43D49 for ; Thu, 3 Feb 2005 17:44:54 +0000 (GMT) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 48128 invoked by uid 1001); 3 Feb 2005 17:46:53 -0000 Message-Id: <20050203174653.48127.qmail@zircon.seattle.wa.us> Date: 3 Feb 2005 17:46:53 -0000 From: Joe Kelsey To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77072: update shells/ksh93 to 2005-02-02 release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joe Kelsey List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 17:50:27 -0000 >Number: 77072 >Category: ports >Synopsis: update shells/ksh93 to 2005-02-02 release >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: Thu Feb 03 17:50:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Joe Kelsey >Release: FreeBSD 5.3-STABLE i386 >Organization: Joseph M. Kelsey >Environment: System: FreeBSD zircon.zircon.seattle.wa.us 5.3-STABLE FreeBSD 5.3-STABLE #8: Wed Feb 2 00:14:17 PST 2005 joe@zircon.zircon.seattle.wa.us:/usr/obj/usr/src/sys/ZIRCON i386 >Description: Update ports/ksh93 to reflect 2005-02-02 release. >How-To-Repeat: Try to build. >Fix: replace distinfo: MD5 (ksh93/INIT.2005-02-02.tgz) = 50339ec5c16f102e865f8f766da9016d SIZE (ksh93/INIT.2005-02-02.tgz) = 298407 MD5 (ksh93/ast-ksh.2005-02-02.tgz) = fecce7e67b55fe986c7c2163346e0977 SIZE (ksh93/ast-ksh.2005-02-02.tgz) = 1529366 Patch Makefile: --- Makefile.orig Wed Jan 12 10:27:57 2005 +++ Makefile Wed Feb 2 23:38:07 2005 @@ -16,7 +16,7 @@ MAINTAINER= joe@zircon.seattle.wa.us COMMENT= Official AT&T release of KornShell 93 -VERSION= 2004-12-25 +VERSION= 2005-02-02 RESTRICTED= "Source recipient must acknowledge license" FETCH_CMD= /usr/bin/fetch -Rr # see bin/76134 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 18:10:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB87116A4CF for ; Thu, 3 Feb 2005 18:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8639243D54 for ; Thu, 3 Feb 2005 18:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13IAN9n006707 for ; Thu, 3 Feb 2005 18:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13IANWA006706; Thu, 3 Feb 2005 18:10:23 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 18:10:23 GMT Resent-Message-Id: <200502031810.j13IANWA006706@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AF4916A4CE; Thu, 3 Feb 2005 18:08:21 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F1543D55; Thu, 3 Feb 2005 18:08:20 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id 53898119FD; Thu, 3 Feb 2005 19:10:22 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62298-03; Thu, 3 Feb 2005 19:10:09 +0100 (CET) Received: by gate.xbsd.org (Postfix, from userid 2001) id C1767119FA; Thu, 3 Feb 2005 19:10:08 +0100 (CET) Message-Id: <20050203181008.C1767119FA@gate.xbsd.org> Date: Thu, 3 Feb 2005 19:10:08 +0100 (CET) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: cy@FreeBSD.org Subject: ports/77073: Update port: security/fwanalog - fix packing list X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 18:10:24 -0000 >Number: 77073 >Category: ports >Synopsis: Update port: security/fwanalog - fix packing list >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 Feb 03 18:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: Fix packing list. Maintainer (cy@FreeBSD.org) cc'ed. >How-To-Repeat: >Fix: --- fwanalog.diff begins here --- --- pkg-plist.old Thu Feb 3 19:07:45 2005 +++ pkg-plist Thu Feb 3 19:05:30 2005 @@ -1,10 +1,22 @@ sbin/fwanalog +@unexec if cmp -s %D/etc/fwanalog/fwanalog-dom.tab %D/etc/fwanalog/fwanalog-dom.tab-dist; then rm -f %D/etc/fwanalog/fwanalog-dom.tab; fi etc/fwanalog/fwanalog-dom.tab-dist +@exec [ -f %B/fwanalog-dom.tab ] || cp %B/%f %B/fwanalog-dom.tab +@unexec if cmp -s %D/etc/fwanalog/fwanalog.analog.conf %D/etc/fwanalog/fwanalog.analog.conf-dist; then rm -f %D/etc/fwanalog/fwanalog.analog.conf; fi etc/fwanalog/fwanalog.analog.conf-dist +@exec [ -f %B/fwanalog.analog.conf ] || cp %B/%f %B/fwanalog.analog.conf +@unexec if cmp -s %D/etc/fwanalog/fwanalog.analog.conf.local %D/etc/fwanalog/fwanalog.analog.conf.local-dist; then rm -f %D/etc/fwanalog/fwanalog.analog.conf.local; fi etc/fwanalog/fwanalog.analog.conf.local-dist +@exec [ -f %B/fwanalog.analog.conf.local ] || cp %B/%f %B/fwanalog.analog.conf.local +@unexec if cmp -s %D/etc/fwanalog/fwanalog.lng %D/etc/fwanalog/fwanalog.lng-dist; then rm -f %D/etc/fwanalog/fwanalog.lng; fi etc/fwanalog/fwanalog.lng-dist +@exec [ -f %B/fwanalog.lng ] || cp %B/%f %B/fwanalog.lng +@unexec if cmp -s %D/etc/fwanalog/fwanalog.opts %D/etc/fwanalog/fwanalog.opts-dist; then rm -f %D/etc/fwanalog/fwanalog.opts; fi etc/fwanalog/fwanalog.opts-dist +@exec [ -f %B/fwanalog.opts ] || cp %B/%f %B/fwanalog.opts +@unexec if cmp -s %D/etc/fwanalog/services.conf %D/etc/fwanalog/services.conf-dist; then rm -f %D/etc/fwanalog/services.conf; fi etc/fwanalog/services.conf-dist +@exec [ -f %B/services.conf ] || cp %B/%f %B/services.conf %%PORTDOCS%%share/doc/fwanalog/README %%PORTDOCS%%@dirrm share/doc/fwanalog -@unexec echo If permanently deleting this package, %%ETCDIR%%/fwanalog must be removed manually +@unexec rmdir %D/etc/fwanalog 2> /dev/null || echo If permanently deleting this package, %%ETCDIR%%/fwanalog must be removed manually --- fwanalog.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 18:49:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A319016A4CE; Thu, 3 Feb 2005 18:49:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75D6943D2F; Thu, 3 Feb 2005 18:49:25 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13InPVV008631; Thu, 3 Feb 2005 18:49:25 GMT (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13InPlg008627; Thu, 3 Feb 2005 18:49:25 GMT (envelope-from ume) Date: Thu, 3 Feb 2005 18:49:25 GMT From: Hajimu UMEMOTO Message-Id: <200502031849.j13InPlg008627@freefall.freebsd.org> To: aragorn+ports@teaser.fr, ume@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ume@FreeBSD.org Subject: Re: ports/76954: [NEW PORT] mail/milter-greylist-devel: Easy-to-use greylist milter for sendmail (development) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 18:49:25 -0000 Synopsis: [NEW PORT] mail/milter-greylist-devel: Easy-to-use greylist milter for sendmail (development) State-Changed-From-To: open->closed State-Changed-By: ume State-Changed-When: Thu Feb 3 18:45:33 GMT 2005 State-Changed-Why: Thanks, committed. I made two changes to use PKGNAMESUFFIX for -devel and add CONFLICTS against existing milter-greylist port. Responsible-Changed-From-To: freebsd-ports-bugs->ume Responsible-Changed-By: ume Responsible-Changed-When: Thu Feb 3 18:45:33 GMT 2005 Responsible-Changed-Why: because, I committed this pr. http://www.freebsd.org/cgi/query-pr.cgi?pr=76954 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 19:37:52 2005 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 AE50616A4CE for ; Thu, 3 Feb 2005 19:37:52 +0000 (GMT) Received: from mx.lanck.net (mx.lanck.net [62.152.64.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3890243D41 for ; Thu, 3 Feb 2005 19:37:52 +0000 (GMT) (envelope-from gclion@mail.ru) Received: from mx.lanck.net (mx.lanck.net [127.0.0.1]) by mx.lanck.net (Postfix) with SMTP id 8F5AECFDDA for ; Thu, 3 Feb 2005 22:35:20 +0300 (MSK) Received: from 2-167.dialup.lanck.net (2-167.dialup.lanck.net [62.152.82.167]) by mx.lanck.net (Postfix) with ESMTP id 3951ECFDD8 for ; Thu, 3 Feb 2005 22:35:19 +0300 (MSK) From: Cyrill Organization: LStreet To: freebsd-ports-bugs@freebsd.org Date: Thu, 3 Feb 2005 22:42:21 +0000 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200502032242.22112.gclion@mail.ru> X-SpamTest-Status: Not detected X-SpamTest-Version: SMTP-Filter Version 2.1.0 [0148], SpamtestISP/Release Subject: ports/75924: [ maintainer ] x11-clocks/osdclock: update patch to make possible setting up a horizontal offset X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gclion@mail.ru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 19:37:52 -0000 I wrote a program similar to osd_clock but with some extensions. You may use it if you want (it'll be a pleasure for me). Take it on http://dclock.sourceforge.net. Best wishes, Cyrill. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 21:00:41 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B99416A4CE for ; Thu, 3 Feb 2005 21:00:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E609D43D49 for ; Thu, 3 Feb 2005 21:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13L0ed1023659 for ; Thu, 3 Feb 2005 21:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13L0eHY023658; Thu, 3 Feb 2005 21:00:40 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 21:00:40 GMT Message-Id: <200502032100.j13L0eHY023658@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Wesley Shields Subject: Re: ports/76321: [NEW PORT]: audio/easytag-gtk2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Wesley Shields List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 21:00:41 -0000 The following reply was made to PR ports/76321; it has been noted by GNATS. From: Wesley Shields To: Volker Stolz Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/76321: [NEW PORT]: audio/easytag-gtk2 Date: Thu, 3 Feb 2005 15:50:19 -0500 On Thu, Feb 03, 2005 at 05:26:00PM +0100, Volker Stolz wrote: > Shouldn't we update the existing port then? > > Volker The author of the software is keeping the two versions seperate so I thought it would be best to do the same with the ports. If this is not the correct thing to do then this PR can be closed and I will submit an update to the current port allowing it to build either version depending upon the GTK version desired. Personally, I think it's best to leave the two ports seperate as that is what the original author is doing. Also, is there an official policy in the handbook (or elsewhere) that I possibly missed that will explain the correct thing to do? -- WXS From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 21:10:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FCA516A4CE for ; Thu, 3 Feb 2005 21:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3818343D4C for ; Thu, 3 Feb 2005 21:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13LAKQ0027836 for ; Thu, 3 Feb 2005 21:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13LAKP4027835; Thu, 3 Feb 2005 21:10:20 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 21:10:20 GMT Message-Id: <200502032110.j13LAKP4027835@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Leonid Zolotarev Subject: Re: ports/74017: [new port] net/gacxtool: The GTK ACX Tool displays the status of the ACX driver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Leonid Zolotarev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 21:10:20 -0000 The following reply was made to PR ports/74017; it has been noted by GNATS. From: Leonid Zolotarev To: freebsd-gnats-submit@FreeBSD.org, leoz@saunalahti.fi Cc: Subject: Re: ports/74017: [new port] net/gacxtool: The GTK ACX Tool displays the status of the ACX driver Date: Thu, 03 Feb 2005 23:02:37 +0200 Hello, Could anyone, please, commit this port? I need it for the future development. Leonid Zolotarev. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 21:20:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 835B816A4CE for ; Thu, 3 Feb 2005 21:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B18643D49 for ; Thu, 3 Feb 2005 21:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13LKMBE028327 for ; Thu, 3 Feb 2005 21:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13LKMrd028326; Thu, 3 Feb 2005 21:20:22 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 21:20:22 GMT Resent-Message-Id: <200502032120.j13LKMrd028326@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, neila Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 912B116A4CE for ; Thu, 3 Feb 2005 21:11:26 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F6E43D31 for ; Thu, 3 Feb 2005 21:11:26 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j13LBP0M028170 for ; Thu, 3 Feb 2005 21:11:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j13LBPsT028169; Thu, 3 Feb 2005 21:11:25 GMT (envelope-from nobody) Message-Id: <200502032111.j13LBPsT028169@www.freebsd.org> Date: Thu, 3 Feb 2005 21:11:25 GMT From: neila To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77075: no apache13 in ports! X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 21:20:24 -0000 >Number: 77075 >Category: ports >Synopsis: no apache13 in ports! >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: Thu Feb 03 21:20:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: neila >Release: 5.3 >Organization: neila >Environment: FreeBSD yack.homelinux.net 5.3-SECURITY FreeBSD 5.3-SECURITY #0: Fri Jan 7 04:09:28 UTC 2005 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Sources /usr/ports/apache13/ havn't got a few #define >How-To-Repeat: #cd /usr/ports/www/apache13 #make all >Fix: alloc.c, http_log.c, no *.h define: STDOUT_FILENO 0 STDIN_FILENO 1 STDERR_FILENO 2 and mod_status.c with no define HZ in if declaration: HZ 64 HZ 100 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 21:30:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60F3816A4CE for ; Thu, 3 Feb 2005 21:30:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 170E243D46 for ; Thu, 3 Feb 2005 21:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13LUMZv028891 for ; Thu, 3 Feb 2005 21:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13LUMsv028886; Thu, 3 Feb 2005 21:30:22 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 21:30:22 GMT Resent-Message-Id: <200502032130.j13LUMsv028886@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Georg-W. Koltermann" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AF7116A4CE for ; Thu, 3 Feb 2005 21:24:40 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF5243D48 for ; Thu, 3 Feb 2005 21:24:39 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j13LObCk037845 for ; Thu, 3 Feb 2005 21:24:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j13LObqH037842; Thu, 3 Feb 2005 21:24:37 GMT (envelope-from nobody) Message-Id: <200502032124.j13LObqH037842@www.freebsd.org> Date: Thu, 3 Feb 2005 21:24:37 GMT From: "Georg-W. Koltermann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77076: evolution port needs fix for ximian bug 70556 (FIX ATTACHED) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 21:30:23 -0000 >Number: 77076 >Category: ports >Synopsis: evolution port needs fix for ximian bug 70556 (FIX ATTACHED) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 03 21:30:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Georg-W. Koltermann >Release: 5.3 >Organization: >Environment: FreeBSD hunter.localnet 5.3-RELEASE FreeBSD 5.3-RELEASE #9: Wed Jan 19 12:11:29 CET 2005 gwk@hunter.localnet:/usr/obj/usr/src/sys/HUNTER i386 >Description: I found that the current evolution port (2.0.3) hangs when accessing my Lotus Notes IMAP account. The message was "evolution-2.0:1002): camel-imap-provider-WARNING **: Server sent empty line after a literal, assuming in error" Searching the net I found that this is bug 70556 in Ximian bugzilla, and is fixed by the patch enclosed below. The patch did solve my problem. I think we should add the patch to our port. >How-To-Repeat: >Fix: Index: camel/ChangeLog =================================================================== RCS file: /cvs/gnome/evolution/camel/ChangeLog,v retrieving revision 1.2251.2.28 diff -u -p -r1.2251.2.28 ChangeLog --- camel/ChangeLog 3 Dec 2004 03:03:02 -0000 1.2251.2.28 +++ camel/ChangeLog 23 Dec 2004 07:23:55 -0000 @@ -1,3 +1,12 @@ +2004-12-23 Not Zed + + ** See bug #70556. + + * providers/imap/camel-imap-command.c (imap_read_untagged): scan + the non-literal contnet for s-expression brackets, and if we seem + to be outside of one, don't try the 'blank line after literal' + hack. + 2004-12-02 Not Zed ** See bug #69533. Index: camel/providers/imap/camel-imap-command.c =================================================================== RCS file: /cvs/gnome/evolution/camel/providers/imap/camel-imap-command.c,v retrieving revision 1.60.26.2 diff -u -p -r1.60.26.2 camel-imap-command.c --- camel/providers/imap/camel-imap-command.c 3 Dec 2004 03:03:02 -0000 1.60.26.2 +++ camel/providers/imap/camel-imap-command.c 23 Dec 2004 07:23:56 -0000 @@ -43,7 +43,7 @@ #include #include #include - +#include extern int camel_verbose_debug; @@ -409,7 +409,7 @@ imap_read_response (CamelImapStore *stor static char * imap_read_untagged (CamelImapStore *store, char *line, CamelException *ex) { - int fulllen, ldigits, nread, i; + int fulllen, ldigits, nread, i, sexp = 0; unsigned int length; GPtrArray *data; GString *str; @@ -431,6 +431,18 @@ imap_read_untagged (CamelImapStore *stor p = strrchr (str->str, '{'); if (!p) break; + + /* HACK ALERT: We scan the non-literal part of the string, looking for possible s expression braces. + This assumes we're getting s-expressions, which we should be. + This is so if we get a blank line after a literal, in an s-expression, we can keep going, since + we do no other parsing at this level. + TODO: handle quoted strings? */ + for (s=str->str; s= UINT_MAX - 2) @@ -460,6 +472,12 @@ imap_read_untagged (CamelImapStore *stor goto lose; } str->str[length + 1] = '\0'; + + if (camel_debug("imap")) { + printf("Literal: -->"); + fwrite(str->str+1, 1, length, stdout); + printf("<--\n"); + } /* Fix up the literal, turning CRLFs into LF. Also, if * we find any embedded NULs, strip them. This is @@ -505,10 +523,11 @@ imap_read_untagged (CamelImapStore *stor if (camel_imap_store_readline (store, &line, ex) < 0) goto lose; - /* MAJOR HACK ALERT, gropuwise sometimes sends an extra blank line after literals, check that here */ - if (line[0] == 0) + /* MAJOR HACK ALERT, gropuwise sometimes sends an extra blank line after literals, check that here + But only do it if we're inside an sexpression */ + if (line[0] == 0 && sexp > 0) g_warning("Server sent empty line after a literal, assuming in error"); - } while (line[0] == 0); + } while (line[0] == 0 && sexp > 0); } /* Now reassemble the data. */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 21:34:32 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C44E16A4CE; Thu, 3 Feb 2005 21:34:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6282F43D1F; Thu, 3 Feb 2005 21:34:32 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13LYWDV030081; Thu, 3 Feb 2005 21:34:32 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13LYWH1030077; Thu, 3 Feb 2005 21:34:32 GMT (envelope-from linimon) Date: Thu, 3 Feb 2005 21:34:32 GMT From: Mark Linimon Message-Id: <200502032134.j13LYWH1030077@freefall.freebsd.org> To: linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77059: New port: devel/atlas60. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 21:34:32 -0000 Synopsis: New port: devel/atlas60. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 3 21:34:03 GMT 2005 Responsible-Changed-Why: Rescue this PR from the 'pending' category. http://www.freebsd.org/cgi/query-pr.cgi?pr=77059 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 21:35:12 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88D2D16A4CF; Thu, 3 Feb 2005 21:35:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 387CA43D2D; Thu, 3 Feb 2005 21:35:12 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13LZC8P030135; Thu, 3 Feb 2005 21:35:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13LZC56030131; Thu, 3 Feb 2005 21:35:12 GMT (envelope-from linimon) Date: Thu, 3 Feb 2005 21:35:12 GMT From: Mark Linimon Message-Id: <200502032135.j13LZC56030131@freefall.freebsd.org> To: linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77064: New port: devel/eris. WorldForge client entity library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 21:35:12 -0000 Synopsis: New port: devel/eris. WorldForge client entity library Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 3 21:34:39 GMT 2005 Responsible-Changed-Why: Rescue this PR from the 'pending' category. http://www.freebsd.org/cgi/query-pr.cgi?pr=77064 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 22:04:29 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18DE816A4EB; Thu, 3 Feb 2005 22:04:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E351F43D48; Thu, 3 Feb 2005 22:04:28 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13M4S93031417; Thu, 3 Feb 2005 22:04:28 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13M4SBL031413; Thu, 3 Feb 2005 22:04:28 GMT (envelope-from linimon) Date: Thu, 3 Feb 2005 22:04:28 GMT From: Mark Linimon Message-Id: <200502032204.j13M4SBL031413@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, anders@FreeBSD.org Subject: Re: ports/77049: ports/mail/imap-uw-2004a not match with cclient-2004c1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 22:04:29 -0000 Synopsis: ports/mail/imap-uw-2004a not match with cclient-2004c1 Responsible-Changed-From-To: freebsd-ports-bugs->anders Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 3 22:04:20 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=77049 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 22:04:51 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0333216A4CE; Thu, 3 Feb 2005 22:04:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C885143D39; Thu, 3 Feb 2005 22:04:50 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13M4o46031471; Thu, 3 Feb 2005 22:04:50 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13M4o7d031467; Thu, 3 Feb 2005 22:04:50 GMT (envelope-from linimon) Date: Thu, 3 Feb 2005 22:04:50 GMT From: Mark Linimon Message-Id: <200502032204.j13M4o7d031467@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, cy@FreeBSD.org Subject: Re: ports/77073: Update port: security/fwanalog - fix packing list X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 22:04:51 -0000 Synopsis: Update port: security/fwanalog - fix packing list Responsible-Changed-From-To: freebsd-ports-bugs->cy Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 3 22:04:42 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=77073 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 22:20:17 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08FCD16A4CE for ; Thu, 3 Feb 2005 22:20:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 821F343D2F for ; Thu, 3 Feb 2005 22:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13MKGCj036021 for ; Thu, 3 Feb 2005 22:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13MKGeB036020; Thu, 3 Feb 2005 22:20:16 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 22:20:16 GMT Resent-Message-Id: <200502032220.j13MKGeB036020@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B24216A4CE; Thu, 3 Feb 2005 22:19:29 +0000 (GMT) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id A44DB43D1D; Thu, 3 Feb 2005 22:19:28 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id 5F28D3C63F; Thu, 3 Feb 2005 20:19:27 -0200 (BRST) Received: by corp.grupos.com.br (Postfix, from userid 0) id 8F38020A25; Thu, 3 Feb 2005 20:19:26 -0200 (BRST) Message-Id: <20050203221926.8F38020A25@corp.grupos.com.br> Date: Thu, 3 Feb 2005 20:19:26 -0200 (BRST) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: perky@FreeBSD.org Subject: ports/77078: Update port: lang/python Security update PSF-2005-001 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 22:20:17 -0000 >Number: 77078 >Category: ports >Synopsis: Update port: lang/python Security update PSF-2005-001 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 03 22:20:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #40: Fri Jan 28 13:42:33 BRST 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: lang/python Security update PSF-2005-001 + Add patch from python.org Please see: http://www.python.org/security/PSF-2005-001/ Please update vuxml >How-To-Repeat: >Fix: --- python.patch begins here --- diff -ruN python.old/Makefile python/Makefile --- python.old/Makefile Tue Dec 7 00:53:11 2004 +++ python/Makefile Thu Feb 3 19:54:54 2005 @@ -7,6 +7,7 @@ PORTNAME= python PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} diff -ruN python.old/files/patch-Lib::SimpleXMLRPCServer.py python/files/patch-Lib::SimpleXMLRPCServer.py --- python.old/files/patch-Lib::SimpleXMLRPCServer.py Wed Dec 31 21:00:00 1969 +++ python/files/patch-Lib::SimpleXMLRPCServer.py Thu Feb 3 20:00:13 2005 @@ -0,0 +1,80 @@ +--- Lib/SimpleXMLRPCServer.py.orig Sun Oct 3 20:21:44 2004 ++++ Lib/SimpleXMLRPCServer.py Thu Feb 3 19:59:20 2005 +@@ -106,14 +106,22 @@ + import sys + import os + +-def resolve_dotted_attribute(obj, attr): ++def resolve_dotted_attribute(obj, attr, allow_dotted_names=True): + """resolve_dotted_attribute(a, 'b.c.d') => a.b.c.d + + Resolves a dotted attribute name to an object. Raises + an AttributeError if any attribute in the chain starts with a '_'. ++ ++ If the optional allow_dotted_names argument is false, dots are not ++ supported and this function operates similar to getattr(obj, attr). + """ + +- for i in attr.split('.'): ++ if allow_dotted_names: ++ attrs = attr.split('.') ++ else: ++ attrs = [attr] ++ ++ for i in attrs: + if i.startswith('_'): + raise AttributeError( + 'attempt to access private attribute "%s"' % i +@@ -155,7 +163,7 @@ + self.funcs = {} + self.instance = None + +- def register_instance(self, instance): ++ def register_instance(self, instance, allow_dotted_names=False): + """Registers an instance to respond to XML-RPC requests. + + Only one instance can be installed at a time. +@@ -173,9 +181,23 @@ + + If a registered function matches a XML-RPC request, then it + will be called instead of the registered instance. ++ ++ If the optional allow_dotted_names argument is true and the ++ instance does not have a _dispatch method, method names ++ containing dots are supported and resolved, as long as none of ++ the name segments start with an '_'. ++ ++ *** SECURITY WARNING: *** ++ ++ Enabling the allow_dotted_names options allows intruders ++ to access your module's global variables and may allow ++ intruders to execute arbitrary code on your machine. Only ++ use this option on a secure, closed network. ++ + """ + + self.instance = instance ++ self.allow_dotted_names = allow_dotted_names + + def register_function(self, function, name = None): + """Registers a function to respond to XML-RPC requests. +@@ -294,7 +316,8 @@ + try: + method = resolve_dotted_attribute( + self.instance, +- method_name ++ method_name, ++ self.allow_dotted_names + ) + except AttributeError: + pass +@@ -373,7 +396,8 @@ + try: + func = resolve_dotted_attribute( + self.instance, +- method ++ method, ++ self.allow_dotted_names + ) + except AttributeError: + pass --- python.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 22:30:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4335116A4CE for ; Thu, 3 Feb 2005 22:30:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0082443D3F for ; Thu, 3 Feb 2005 22:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13MUL4H036377 for ; Thu, 3 Feb 2005 22:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13MULQB036371; Thu, 3 Feb 2005 22:30:21 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 22:30:21 GMT Resent-Message-Id: <200502032230.j13MULQB036371@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D60B16A4CE; Thu, 3 Feb 2005 22:20:37 +0000 (GMT) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id A71FA43D4C; Thu, 3 Feb 2005 22:20:36 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id C91453C1B1; Thu, 3 Feb 2005 20:20:35 -0200 (BRST) Received: by corp.grupos.com.br (Postfix, from userid 0) id 10E7520A5C; Thu, 3 Feb 2005 20:20:35 -0200 (BRST) Message-Id: <20050203222035.10E7520A5C@corp.grupos.com.br> Date: Thu, 3 Feb 2005 20:20:35 -0200 (BRST) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: perky@FreeBSD.org Subject: ports/77079: Update port: lang/python22 Security update PSF-2005-001 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 22:30:22 -0000 >Number: 77079 >Category: ports >Synopsis: Update port: lang/python22 Security update PSF-2005-001 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 03 22:30:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #40: Fri Jan 28 13:42:33 BRST 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: lang/python22 Security update PSF-2005-001 + Add patch from python.org Please see: http://www.python.org/security/PSF-2005-001/ Please update vuxml >How-To-Repeat: >Fix: --- python22.patch begins here --- diff -ruN python22.old/Makefile python22/Makefile --- python22.old/Makefile Tue Nov 16 01:01:47 2004 +++ python22/Makefile Thu Feb 3 20:07:58 2005 @@ -7,7 +7,7 @@ PORTNAME= python PORTVERSION= 2.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} diff -ruN python22.old/files/patch-Lib::SimpleXMLRPCServer.py python22/files/patch-Lib::SimpleXMLRPCServer.py --- python22.old/files/patch-Lib::SimpleXMLRPCServer.py Wed Dec 31 21:00:00 1969 +++ python22/files/patch-Lib::SimpleXMLRPCServer.py Thu Feb 3 20:07:42 2005 @@ -0,0 +1,68 @@ +--- Lib/SimpleXMLRPCServer.py.orig Sat Sep 29 01:54:33 2001 ++++ Lib/SimpleXMLRPCServer.py Thu Feb 3 20:07:10 2005 +@@ -161,7 +161,8 @@ + try: + func = _resolve_dotted_attribute( + self.server.instance, +- method ++ method, ++ self.allow_dotted_names + ) + except AttributeError: + pass +@@ -178,11 +179,20 @@ + BaseHTTPServer.BaseHTTPRequestHandler.log_request(self, code, size) + + +-def _resolve_dotted_attribute(obj, attr): ++def _resolve_dotted_attribute(obj, attr, allow_dotted_names=True): + """Resolves a dotted attribute name to an object. Raises + an AttributeError if any attribute in the chain starts with a '_'. ++ ++ If the optional allow_dotted_names argument is false, dots are not ++ supported and this function operates similar to getattr(obj, attr). + """ +- for i in attr.split('.'): ++ ++ if allow_dotted_names: ++ attrs = attr.split('.') ++ else: ++ attrs = [attr] ++ ++ for i in attrs: + if i.startswith('_'): + raise AttributeError( + 'attempt to access private attribute "%s"' % i +@@ -206,7 +216,7 @@ + self.instance = None + SocketServer.TCPServer.__init__(self, addr, requestHandler) + +- def register_instance(self, instance): ++ def register_instance(self, instance, allow_dotted_names=False): + """Registers an instance to respond to XML-RPC requests. + + Only one instance can be installed at a time. +@@ -225,9 +235,23 @@ + + If a registered function matches a XML-RPC request, then it + will be called instead of the registered instance. ++ ++ If the optional allow_dotted_names argument is true and the ++ instance does not have a _dispatch method, method names ++ containing dots are supported and resolved, as long as none of ++ the name segments start with an '_'. ++ ++ *** SECURITY WARNING: *** ++ ++ Enabling the allow_dotted_names options allows intruders ++ to access your module's global variables and may allow ++ intruders to execute arbitrary code on your machine. Only ++ use this option on a secure, closed network. ++ + """ + + self.instance = instance ++ self.allow_dotted_names = allow_dotted_names + + def register_function(self, function, name = None): + """Registers a function to respond to XML-RPC requests. --- python22.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 22:30:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E0BD16A4CE for ; Thu, 3 Feb 2005 22:30:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58CC843D3F for ; Thu, 3 Feb 2005 22:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13MUMV1036434 for ; Thu, 3 Feb 2005 22:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13MUMca036433; Thu, 3 Feb 2005 22:30:22 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 22:30:22 GMT Resent-Message-Id: <200502032230.j13MUMca036433@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2B0616A4DF; Thu, 3 Feb 2005 22:21:23 +0000 (GMT) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8642143D1F; Thu, 3 Feb 2005 22:21:22 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id BA1F73C76B; Thu, 3 Feb 2005 20:21:21 -0200 (BRST) Received: by corp.grupos.com.br (Postfix, from userid 0) id 1060E20A25; Thu, 3 Feb 2005 20:21:21 -0200 (BRST) Message-Id: <20050203222121.1060E20A25@corp.grupos.com.br> Date: Thu, 3 Feb 2005 20:21:21 -0200 (BRST) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: perky@FreeBSD.org Subject: ports/77080: Update port: lang/python23 Security update PSF-2005-001 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 22:30:22 -0000 >Number: 77080 >Category: ports >Synopsis: Update port: lang/python23 Security update PSF-2005-001 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 03 22:30:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #40: Fri Jan 28 13:42:33 BRST 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: lang/python23 Security update PSF-2005-001 + Add patch from python.org Please see: http://www.python.org/security/PSF-2005-001/ Please update vuxml >How-To-Repeat: >Fix: --- python23.patch begins here --- diff -ruN python23.old/Makefile python23/Makefile --- python23.old/Makefile Sun Jan 30 01:06:43 2005 +++ python23/Makefile Thu Feb 3 20:06:02 2005 @@ -7,7 +7,7 @@ PORTNAME= python PORTVERSION= 2.3.4 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} diff -ruN python23.old/files/patch-Lib::SimpleXMLRPCServer.py python23/files/patch-Lib::SimpleXMLRPCServer.py --- python23.old/files/patch-Lib::SimpleXMLRPCServer.py Wed Dec 31 21:00:00 1969 +++ python23/files/patch-Lib::SimpleXMLRPCServer.py Thu Feb 3 20:05:08 2005 @@ -0,0 +1,80 @@ +--- Lib/SimpleXMLRPCServer.py.orig Sun Jun 29 01:19:37 2003 ++++ Lib/SimpleXMLRPCServer.py Thu Feb 3 20:04:33 2005 +@@ -107,14 +107,22 @@ + import types + import os + +-def resolve_dotted_attribute(obj, attr): ++def resolve_dotted_attribute(obj, attr, allow_dotted_names=True): + """resolve_dotted_attribute(a, 'b.c.d') => a.b.c.d + + Resolves a dotted attribute name to an object. Raises + an AttributeError if any attribute in the chain starts with a '_'. ++ ++ If the optional allow_dotted_names argument is false, dots are not ++ supported and this function operates similar to getattr(obj, attr). + """ + +- for i in attr.split('.'): ++ if allow_dotted_names: ++ attrs = attr.split('.') ++ else: ++ attrs = [attr] ++ ++ for i in attrs: + if i.startswith('_'): + raise AttributeError( + 'attempt to access private attribute "%s"' % i +@@ -156,7 +164,7 @@ + self.funcs = {} + self.instance = None + +- def register_instance(self, instance): ++ def register_instance(self, instance, allow_dotted_names=False): + """Registers an instance to respond to XML-RPC requests. + + Only one instance can be installed at a time. +@@ -174,9 +182,23 @@ + + If a registered function matches a XML-RPC request, then it + will be called instead of the registered instance. ++ ++ If the optional allow_dotted_names argument is true and the ++ instance does not have a _dispatch method, method names ++ containing dots are supported and resolved, as long as none of ++ the name segments start with an '_'. ++ ++ *** SECURITY WARNING: *** ++ ++ Enabling the allow_dotted_names options allows intruders ++ to access your module's global variables and may allow ++ intruders to execute arbitrary code on your machine. Only ++ use this option on a secure, closed network. ++ + """ + + self.instance = instance ++ self.allow_dotted_names = allow_dotted_names + + def register_function(self, function, name = None): + """Registers a function to respond to XML-RPC requests. +@@ -295,7 +317,8 @@ + try: + method = resolve_dotted_attribute( + self.instance, +- method_name ++ method_name, ++ self.allow_dotted_names + ) + except AttributeError: + pass +@@ -374,7 +397,8 @@ + try: + func = resolve_dotted_attribute( + self.instance, +- method ++ method, ++ self.allow_dotted_names + ) + except AttributeError: + pass --- python23.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 3 22:30:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A4B216A4CE for ; Thu, 3 Feb 2005 22:30:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC2D43D46 for ; Thu, 3 Feb 2005 22:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13MUMpu036451 for ; Thu, 3 Feb 2005 22:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13MUMNO036449; Thu, 3 Feb 2005 22:30:22 GMT (envelope-from gnats) Resent-Date: Thu, 3 Feb 2005 22:30:22 GMT Resent-Message-Id: <200502032230.j13MUMNO036449@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Robin Schoonover" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45A0616A4CE for ; Thu, 3 Feb 2005 22:23:21 +0000 (GMT) Received: from mail.halls.colostate.edu (mail.halls.colostate.edu [129.82.88.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B74C843D1F for ; Thu, 3 Feb 2005 22:23:18 +0000 (GMT) (envelope-from end@endif.cjb.net) Received: from zork (inge069054.halls.colostate.edu [129.82.69.54]) j13MNHX7000505 for ; Thu, 3 Feb 2005 15:23:17 -0700 Message-Id: <1107469397.0@zork> Date: Thu, 3 Feb 2005 15:23:17 -0700 From: "Robin Schoonover" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.3 Subject: ports/77081: Update Port: www/winhelpcgi X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Feb 2005 22:30:23 -0000 >Number: 77081 >Category: ports >Synopsis: Update Port: www/winhelpcgi >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 Feb 03 22:30:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Robin Schoonover >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD 5.3-RELEASE-p5 #39: Tue Feb 1 14:10:21 MST 2005 end@zork:/usr/obj/usr/src/sys/ZORK >Description: Update winhelpcgi to the latest version. Also attempt to unbreak ia64 by getting the endianness from the system headers. >How-To-Repeat: >Fix: Apply the follow patch from ${PORTSDIR}/www/ --- winhelpcgi.rc3.patch3 begins here --- diff -ruN winhelpcgi.old/Makefile winhelpcgi/Makefile --- winhelpcgi.old/Makefile Thu Feb 3 14:52:56 2005 +++ winhelpcgi/Makefile Thu Feb 3 14:58:42 2005 @@ -6,24 +6,21 @@ # PORTNAME= winhelpcgi -PORTVERSION= 0.99 +PORTVERSION= 1.0r3 CATEGORIES= www textproc MASTER_SITES= http://www.herdsoft.com/ftp/ -DISTNAME= ${PORTNAME}_0.99-3 +DISTNAME= ${PORTNAME}_1.0rc3-1 MAINTAINER= endx7@users.sf.net COMMENT= A winhelp converter cgi program LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-1.0rc3 GNU_CONFIGURE= yes USE_AUTOMAKE_VER= 14 USE_GETTEXT= yes PKGMESSAGE= ${WRKDIR}/pkg-message - -pre-patch: - (cd ${WRKSRC}; ${TOUCH} config.h) post-build: @${CAT} ${PKGDIR}/pkg-message | ${SED} -e 's:%%PREFIX%%:${PREFIX}:' > ${PKGMESSAGE} diff -ruN winhelpcgi.old/distinfo winhelpcgi/distinfo --- winhelpcgi.old/distinfo Thu Feb 3 14:52:56 2005 +++ winhelpcgi/distinfo Thu Feb 3 14:53:28 2005 @@ -1,2 +1,2 @@ -MD5 (winhelpcgi_0.99-3.tar.gz) = 94cdc550d320a78a71293e4d71b8006f -SIZE (winhelpcgi_0.99-3.tar.gz) = 305524 +MD5 (winhelpcgi_1.0rc3-1.tar.gz) = ffea4a34898b3746184d50f5d2ea38c7 +SIZE (winhelpcgi_1.0rc3-1.tar.gz) = 338589 diff -ruN winhelpcgi.old/files/patch-bigend.h winhelpcgi/files/patch-bigend.h --- winhelpcgi.old/files/patch-bigend.h Wed Dec 31 17:00:00 1969 +++ winhelpcgi/files/patch-bigend.h Thu Feb 3 14:55:24 2005 @@ -0,0 +1,17 @@ +--- libhlpaccess/bigend.h.orig Sun May 16 13:35:18 2004 ++++ libhlpaccess/bigend.h Wed Jan 5 17:00:48 2005 +@@ -4,9 +4,11 @@ + * + */ + +-#if defined(__powerpc__) || defined(__ppc__) || defined(__sparc__) || defined(_AIX) ++#include ++ ++#if BYTE_ORDER == BIG_ENDIAN + # define BIGENDIAN /* This is a big-endian machine MSB is the first Byte */ +-#elif defined(__i386__) || defined(__alpha__) || defined(__amd64__) ++#elif BYTE_ORDER == LITTLE_ENDIAN + # define LITTLEENDIAN /* This is a little-endian machine MSB is the last Byte */ + #else + # error Endianness undefined + --- winhelpcgi.rc3.patch3 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 01:06:09 2005 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 5A8F416A4CE for ; Fri, 4 Feb 2005 01:06:09 +0000 (GMT) Received: from pop-a065d05.pas.sa.earthlink.net (pop-a065d05.pas.sa.earthlink.net [207.217.121.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2616A43D31 for ; Fri, 4 Feb 2005 01:06:09 +0000 (GMT) (envelope-from jjochimsen@earthlink.net) Received: from lsanca2-ar29-4-43-192-096.lsanca2.elnk.dsl.genuity.net ([4.43.192.96] helo=Victoria) by pop-a065d05.pas.sa.earthlink.net with smtp (Exim 3.33 #1) id 1CwrvE-0003mQ-00 for freebsd-ports-bugs@FreeBSD.org; Thu, 03 Feb 2005 17:06:08 -0800 Message-ID: <000601c50a55$af29d760$0a0110ac@Victoria> From: "James Jochimsen" To: Date: Thu, 3 Feb 2005 17:05:56 -0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 01:06:09 -0000 yeah From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 01:13:02 2005 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 1E4BE16A4CE; Fri, 4 Feb 2005 01:13:02 +0000 (GMT) Received: from slappy.org (w170.z064220053.nyc-ny.dsl.cnc.net [64.220.53.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2676243D2D; Fri, 4 Feb 2005 01:13:01 +0000 (GMT) (envelope-from sf@slappy.org) Received: from sf (helo=localhost) by slappy.org with local-esmtp (Exim 3.35 #1) id 1Cws1s-0002MU-00; Thu, 03 Feb 2005 17:13:00 -0800 Date: Thu, 3 Feb 2005 17:13:00 -0800 (PST) From: Scott Flatman X-X-Sender: sf@corebreach To: FreeBSD-gnats-submit@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@freebsd.org Subject: Maintainer Update: math/maxima X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 01:13:02 -0000 >Submitter-Id: current-users >Originator: Scott Flatman >Confidential: no >Synopsis: maintainer update: math/maxima >Severity: critical >Priority: high >Category: ports >Class: maintainer-update >Release: FreeBSD 5.3-STABLE i386 >Environment: System: FreeBSD emerald.foo.kom 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Jan 29 12:21:28 PST 2005 sf@emerald.foo.kom:/usr/obj/home/src5s/sys/EMERALD07 i386 >Description: Unbreak. Update version. Add support for building with SBCL. General cleanup. >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: # # maxima.patch # echo x - maxima.patch sed 's/^X//' >maxima.patch << 'END-of-maxima.patch' X--- Makefile.orig Tue Oct 5 10:59:08 2004 X+++ Makefile Thu Feb 3 16:26:00 2005 X@@ -6,10 +6,12 @@ X # X X PORTNAME= maxima X-PORTVERSION= 5.9.0 X-PORTREVISION= 1 X+PORTVERSION= 5.9.1 X+PORTREVISION= 0 X CATEGORIES= math X MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} X+MASTER_SITE_SUBDIR= maxima X+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} X X MAINTAINER= sf@slappy.org X COMMENT= Symbolic mathematics program X@@ -23,7 +25,7 @@ X USE_XLIB= yes X USE_GMAKE= yes X USE_AUTOMAKE_VER= 14 X-USE_AUTOCONF_VER= 213 X+USE_AUTOCONF_VER= 253 X CONFIGURE_ARGS+= --prefix=${PREFIX} \ X --with-posix-shell=${LOCALBASE}/bin/bash \ X --with-wish=${LOCALBASE}/bin/wish8.4 \ X@@ -34,34 +36,67 @@ X MAN1= maxima.1 X INFO= maxima X X-PLIST_SUB= LISPBIN=${LISPBINARY} X+PLIST_SUB= BINDIR=${BINDIRECTORY} X+PLIST_SUB+= LISPBIN=${LISPBINARY} X+PLIST_SUB+= MAXIMABIN=${MAXIMABINARY} X+ X+.include X+ X+# Lisp to build with. Define only ONE of these! X+WITH_CMUCL= yes X+#WITH_SBCL= yes X+#WITH_GCL= yes X+#WITH_CLISP= yes X X-#Only define ONE of these! X-#USE_CMUCL= yes X-USE_GCL= yes X-#USE_CLISP= yes X- X-.if defined(USE_CMUCL) X+.if defined(WITH_CMUCL) X LISPSELECT= --enable-cmucl X LISPPORT= lisp:${PORTSDIR}/lang/cmucl X-LISPBINARY= binary-cmucl/maxima.core X+BINDIRECTORY= binary-cmucl X+LISPBINARY= lisp X+MAXIMABINARY= maxima.core X .endif X X-.if defined(USE_GCL) X+.if defined(WITH_GCL) X LISPSELECT= --enable-gcl X LISPPORT= gcl:${PORTSDIR}/lang/gcl X-LISPBINARY= binary-gcl/maxima X+# check these when unbroken X+BINDIRECTORY= binary-gcl X+LISPBINARY= lisp X+MAXIMABINARY= maxima X+BROKEN= "Broken at LISP:USE-PACKAGE." X .endif X X-.if defined(USE_CLISP) X+.if defined(WITH_CLISP) X LISPSELECT= --enable-clisp X LISPPORT= clisp:${PORTSDIR}/lang/clisp X-# The value for LISPBINARY is a guess. Fix when the core dump is sorted out. X-LISPBINARY= binary-clisp/maxima.core X+BINDIRECTORY= binary-clisp X+LISPBINARY= lisp.run X+MAXIMABINARY= maxima.mem X+.if ${OSVERSION} >= 600000 X BROKEN= "Dumps core while compiling bessel.fas in CURRENT" X .endif X+.endif X+ X+.if defined(WITH_SBCL) X+LISPSELECT= --enable-sbcl X+LISPPORT= sbcl:${PORTSDIR}/lang/sbcl X+# check these when unbroken X+BINDIRECTORY= binary-sbcl X+LISPBINARY= lisp X+MAXIMABINARY= maxima.core X+BROKEN= "Drops into debugger when loading xerprn.fasl" X+.endif X+ X+pre-everything:: X+ @${ECHO} "" X+ @${ECHO} "Maxima has the following tunable options:" X+ @${ECHO} " WITH_CMUCL Build with CMU Common Lisp (default)" X+ @${ECHO} " WITH_GCL Build with GNU Common Lisp" X+ @${ECHO} " WITH_CLISP Build with Clisp" X+ @${ECHO} " WITH_SBCL Build with Steel Bank Common Lisp" X+ @${ECHO} "" X X post-extract: X @${RM} -f ${WRKSRC}/doc/info/*.info* X X-.include X+.include X--- distinfo.orig Tue Mar 30 19:09:29 2004 X+++ distinfo Thu Feb 3 16:26:00 2005 X@@ -1,2 +1,2 @@ X-MD5 (maxima-5.9.0.tar.gz) = a1d6d6ed6afb0eebf03df865c0a19f19 X-SIZE (maxima-5.9.0.tar.gz) = 7116131 X+MD5 (maxima-5.9.1.tar.gz) = 659acfad1f61444cf5b38f6c28279d40 X+SIZE (maxima-5.9.1.tar.gz) = 8093534 X--- pkg-descr.orig Fri May 16 05:45:57 2003 X+++ pkg-descr Thu Feb 3 16:26:00 2005 X@@ -3,6 +3,4 @@ X X WWW: http://maxima.sourceforge.net/ X X-Built to run with CMU Common Lisp. X- X - Scott Flatman X--- pkg-plist.orig Tue Sep 16 08:38:46 2003 X+++ pkg-plist Thu Feb 3 16:26:00 2005 X@@ -1,736 +1,1103 @@ X bin/maxima X+bin/rmaxima X bin/xmaxima X-lib/maxima/5.9.0/%%LISPBIN%% X-info/maxima.info-1 X-info/maxima.info-2 X-info/maxima.info-3 X-libexec/maxima/5.9.0/maxima-run-lisp X-libexec/maxima/5.9.0/mgnuplot X-libexec/maxima/5.9.0/omplotdata X-share/maxima/5.9.0/demo/array.dem X-share/maxima/5.9.0/demo/cf.dem X-share/maxima/5.9.0/demo/demo.dem X-share/maxima/5.9.0/demo/eaton1.dem X-share/maxima/5.9.0/demo/eaton2.dem X-share/maxima/5.9.0/demo/ezgcd.dem X-share/maxima/5.9.0/demo/hypgeo.dem X-share/maxima/5.9.0/demo/macex.dem X-share/maxima/5.9.0/demo/macro.dem X-share/maxima/5.9.0/demo/manual.demo X-share/maxima/5.9.0/demo/newfac.dem X-share/maxima/5.9.0/demo/plots.mac X-share/maxima/5.9.0/demo/rombrg.dem X-share/maxima/5.9.0/demo/subscr.dem X-share/maxima/5.9.0/demo/sumcon.dem X-share/maxima/5.9.0/demo/trgsmp.dem X-share/maxima/5.9.0/doc/EMaximaIntro.ps X-share/maxima/5.9.0/doc/html/intromax.html X-share/maxima/5.9.0/doc/html/maxima_1.html X-share/maxima/5.9.0/doc/html/maxima_10.html X-share/maxima/5.9.0/doc/html/maxima_11.html X-share/maxima/5.9.0/doc/html/maxima_12.html X-share/maxima/5.9.0/doc/html/maxima_13.html X-share/maxima/5.9.0/doc/html/maxima_14.html X-share/maxima/5.9.0/doc/html/maxima_15.html X-share/maxima/5.9.0/doc/html/maxima_16.html X-share/maxima/5.9.0/doc/html/maxima_17.html X-share/maxima/5.9.0/doc/html/maxima_18.html X-share/maxima/5.9.0/doc/html/maxima_19.html X-share/maxima/5.9.0/doc/html/maxima_2.html X-share/maxima/5.9.0/doc/html/maxima_20.html X-share/maxima/5.9.0/doc/html/maxima_21.html X-share/maxima/5.9.0/doc/html/maxima_22.html X-share/maxima/5.9.0/doc/html/maxima_23.html X-share/maxima/5.9.0/doc/html/maxima_24.html X-share/maxima/5.9.0/doc/html/maxima_25.html X-share/maxima/5.9.0/doc/html/maxima_26.html X-share/maxima/5.9.0/doc/html/maxima_27.html X-share/maxima/5.9.0/doc/html/maxima_28.html X-share/maxima/5.9.0/doc/html/maxima_29.html X-share/maxima/5.9.0/doc/html/maxima_3.html X-share/maxima/5.9.0/doc/html/maxima_30.html X-share/maxima/5.9.0/doc/html/maxima_31.html X-share/maxima/5.9.0/doc/html/maxima_32.html X-share/maxima/5.9.0/doc/html/maxima_33.html X-share/maxima/5.9.0/doc/html/maxima_34.html X-share/maxima/5.9.0/doc/html/maxima_35.html X-share/maxima/5.9.0/doc/html/maxima_36.html X-share/maxima/5.9.0/doc/html/maxima_37.html X-share/maxima/5.9.0/doc/html/maxima_38.html X-share/maxima/5.9.0/doc/html/maxima_39.html X-share/maxima/5.9.0/doc/html/maxima_4.html X-share/maxima/5.9.0/doc/html/maxima_40.html X-share/maxima/5.9.0/doc/html/maxima_41.html X-share/maxima/5.9.0/doc/html/maxima_42.html X-share/maxima/5.9.0/doc/html/maxima_5.html X-share/maxima/5.9.0/doc/html/maxima_6.html X-share/maxima/5.9.0/doc/html/maxima_7.html X-share/maxima/5.9.0/doc/html/maxima_8.html X-share/maxima/5.9.0/doc/html/maxima_9.html X-share/maxima/5.9.0/doc/html/maxima_toc.html X-share/maxima/5.9.0/doc/share/bessel.usg X-share/maxima/5.9.0/doc/share/brchre.txt X-share/maxima/5.9.0/doc/share/rombrg.usg X-share/maxima/5.9.0/doc/share/translation_hints.txt X-share/maxima/5.9.0/emacs/bookmode.el X-share/maxima/5.9.0/emacs/dbl.el X-share/maxima/5.9.0/emacs/emaxima.el X-share/maxima/5.9.0/emacs/emaxima.lisp X-share/maxima/5.9.0/emacs/emaxima.sty X-share/maxima/5.9.0/emacs/maxima-font-lock.el X-share/maxima/5.9.0/emacs/maxima.el X-share/maxima/5.9.0/emacs/smart-complete.el X-share/maxima/5.9.0/emacs/sshell.el X-share/maxima/5.9.0/share/algebra/charsets/README X-share/maxima/5.9.0/share/algebra/charsets/charsets.mac X-share/maxima/5.9.0/share/algebra/charsets/test1.mac X-share/maxima/5.9.0/share/algebra/differ.dem X-share/maxima/5.9.0/share/algebra/differ.mac X-share/maxima/5.9.0/share/algebra/gcdex.mac X-share/maxima/5.9.0/share/algebra/grob1.lisp X-share/maxima/5.9.0/share/algebra/nusum.mac X-share/maxima/5.9.0/share/algebra/nusum.usg X-share/maxima/5.9.0/share/algebra/recur.dem X-share/maxima/5.9.0/share/algebra/recur.lisp X-share/maxima/5.9.0/share/algebra/recur.mac X-share/maxima/5.9.0/share/algebra/recur.transcript X-share/maxima/5.9.0/share/algebra/solver/linsolve.mac X-share/maxima/5.9.0/share/algebra/solver/misc.mac X-share/maxima/5.9.0/share/algebra/solver/readme X-share/maxima/5.9.0/share/algebra/solver/slvrmsgs.mac X-share/maxima/5.9.0/share/algebra/solver/slvrtbox.mac X-share/maxima/5.9.0/share/algebra/solver/solver.mac X-share/maxima/5.9.0/share/algebra/solver/solver1-en.html X-share/maxima/5.9.0/share/algebra/solver/solver1.pdf X-share/maxima/5.9.0/share/algebra/solver/test.mac X-share/maxima/5.9.0/share/calculus/cartan.dem X-share/maxima/5.9.0/share/calculus/cartan.lisp X-share/maxima/5.9.0/share/calculus/fourie.dem X-share/maxima/5.9.0/share/calculus/fourie.mac X-share/maxima/5.9.0/share/calculus/fourie.usg X-share/maxima/5.9.0/share/calculus/gendif.mac X-share/maxima/5.9.0/share/calculus/gendif.usg X-share/maxima/5.9.0/share/calculus/optmiz.dem X-share/maxima/5.9.0/share/calculus/optmiz.mac X-share/maxima/5.9.0/share/calculus/optmiz.transcript X-share/maxima/5.9.0/share/calculus/optmiz.usg X-share/maxima/5.9.0/share/calculus/optmiz_1.dem X-share/maxima/5.9.0/share/calculus/optmiz_2.dem X-share/maxima/5.9.0/share/calculus/optmiz_3.dem X-share/maxima/5.9.0/share/calculus/optmiz_4.dem X-share/maxima/5.9.0/share/calculus/optvar.dem X-share/maxima/5.9.0/share/calculus/optvar.mac X-share/maxima/5.9.0/share/calculus/optvar.transcript X-share/maxima/5.9.0/share/calculus/optvar.usg X-share/maxima/5.9.0/share/calculus/optvar_1.dem X-share/maxima/5.9.0/share/calculus/optvar_2.dem X-share/maxima/5.9.0/share/calculus/pade2.mac X-share/maxima/5.9.0/share/calculus/qual.dem X-share/maxima/5.9.0/share/calculus/qual.mac X-share/maxima/5.9.0/share/calculus/qual.usg X-share/maxima/5.9.0/share/calculus/qualsp.lisp X-share/maxima/5.9.0/share/calculus/revert.mac X-share/maxima/5.9.0/share/calculus/revert.usg X-share/maxima/5.9.0/share/calculus/taylor1.mac X-share/maxima/5.9.0/share/combinatorics/comgen.lisp X-share/maxima/5.9.0/share/combinatorics/permut.lisp X-share/maxima/5.9.0/share/contrib/diag.dem X-share/maxima/5.9.0/share/contrib/diag.mac X-share/maxima/5.9.0/share/contrib/diag.usg X-share/maxima/5.9.0/share/contrib/impdiff.mac X-share/maxima/5.9.0/share/contrib/lindstedt.mac X-share/maxima/5.9.0/share/contrib/makeOrders.mac X-share/maxima/5.9.0/share/diffequations/abel.mac X-share/maxima/5.9.0/share/diffequations/desoln.mac X-share/maxima/5.9.0/share/diffequations/desoln.usg X-share/maxima/5.9.0/share/diffequations/exampl.mac X-share/maxima/5.9.0/share/diffequations/linde1.mc X-share/maxima/5.9.0/share/diffequations/ode2.mac X-share/maxima/5.9.0/share/diffequations/ode2.usg X-share/maxima/5.9.0/share/diffequations/odeaux.mac X-share/maxima/5.9.0/share/diffequations/pdvtr.mac X-share/maxima/5.9.0/share/diffequations/phypgm.mac X-share/maxima/5.9.0/share/diffequations/pivtr.mac X-share/maxima/5.9.0/share/diffequations/pmain.mac X-share/maxima/5.9.0/share/graphics/world.mac X-share/maxima/5.9.0/share/integequations/inteqn.mac X-share/maxima/5.9.0/share/integequations/inteqn.usg X-share/maxima/5.9.0/share/integequations/intexs.mac X-share/maxima/5.9.0/share/integration/antid.dem X-share/maxima/5.9.0/share/integration/antid.mac X-share/maxima/5.9.0/share/integration/antid.usg X-share/maxima/5.9.0/share/integration/bypart.mac X-share/maxima/5.9.0/share/integration/delta.dem X-share/maxima/5.9.0/share/integration/delta.mac X-share/maxima/5.9.0/share/integration/delta.usg X-share/maxima/5.9.0/share/integration/intsce.mac X-share/maxima/5.9.0/share/integration/intsce.usg X-share/maxima/5.9.0/share/macro/autolo.mac X-share/maxima/5.9.0/share/macro/basic.mac X-share/maxima/5.9.0/share/macro/caseq.mac X-share/maxima/5.9.0/share/macro/contrl.mac X-share/maxima/5.9.0/share/macro/defm.dem X-share/maxima/5.9.0/share/macro/defm.mac X-share/maxima/5.9.0/share/macro/defm.syn X-share/maxima/5.9.0/share/macro/defstm.mac X-share/maxima/5.9.0/share/macro/defstmrun.mac X-share/maxima/5.9.0/share/macro/fexpr.mac X-share/maxima/5.9.0/share/macro/keyarg.dem X-share/maxima/5.9.0/share/macro/keyarg.mac X-share/maxima/5.9.0/share/macro/packg.mac X-share/maxima/5.9.0/share/macro/sum1.mac X-share/maxima/5.9.0/share/matrix/determ.mac X-share/maxima/5.9.0/share/matrix/determ.usg X-share/maxima/5.9.0/share/matrix/eigen.dem X-share/maxima/5.9.0/share/matrix/eigen.mac X-share/maxima/5.9.0/share/matrix/eigen.usg X-share/maxima/5.9.0/share/matrix/eigen_1.dem X-share/maxima/5.9.0/share/matrix/eigeni.mac X-share/maxima/5.9.0/share/matrix/invert.mac X-share/maxima/5.9.0/share/matrix/invert.usg X-share/maxima/5.9.0/share/matrix/matfun.mac X-share/maxima/5.9.0/share/matrix/nchrpl.dem X-share/maxima/5.9.0/share/matrix/nchrpl.mac X-share/maxima/5.9.0/share/matrix/pfaff.dem X-share/maxima/5.9.0/share/matrix/pfaff.mac X-share/maxima/5.9.0/share/matrix/pfaff.usg X-share/maxima/5.9.0/share/matrix/rateig.mac X-share/maxima/5.9.0/share/maxima-init.lisp X-share/maxima/5.9.0/share/misc/arrfun.mac X-share/maxima/5.9.0/share/misc/declin.dem X-share/maxima/5.9.0/share/misc/declin.mac X-share/maxima/5.9.0/share/misc/declin.usg X-share/maxima/5.9.0/share/misc/diffop.lisp X-share/maxima/5.9.0/share/misc/disran.lisp X-share/maxima/5.9.0/share/misc/disran.usg X-share/maxima/5.9.0/share/misc/dump.lisp X-share/maxima/5.9.0/share/misc/dump.usg X-share/maxima/5.9.0/share/misc/foptim.lisp X-share/maxima/5.9.0/share/misc/seqopt.dem X-share/maxima/5.9.0/share/misc/seqopt.lisp X-share/maxima/5.9.0/share/misc/seqopt.usg X-share/maxima/5.9.0/share/misc/set.lisp X-share/maxima/5.9.0/share/misc/set.usg X-share/maxima/5.9.0/share/misc/smacro.mac X-share/maxima/5.9.0/share/numeric/bffac.lisp X-share/maxima/5.9.0/share/numeric/bffac.usg X-share/maxima/5.9.0/share/numeric/brmbrg.lisp X-share/maxima/5.9.0/share/numeric/brmbrg.usg X-share/maxima/5.9.0/share/numeric/cfortr.dem X-share/maxima/5.9.0/share/numeric/cfortr.lisp X-share/maxima/5.9.0/share/numeric/cfortr.tst X-share/maxima/5.9.0/share/numeric/cfortr.usg X-share/maxima/5.9.0/share/numeric/dblint.dem X-share/maxima/5.9.0/share/numeric/dblint.mac X-share/maxima/5.9.0/share/numeric/dblint.usg X-share/maxima/5.9.0/share/numeric/dblint_1.dem X-share/maxima/5.9.0/share/numeric/diffeq.dem X-share/maxima/5.9.0/share/numeric/diffeq.mac X-share/maxima/5.9.0/share/numeric/expense.lisp X-share/maxima/5.9.0/share/numeric/fft.dem X-share/maxima/5.9.0/share/numeric/fft.lisp X-share/maxima/5.9.0/share/numeric/fft.usg X-share/maxima/5.9.0/share/numeric/forma1.lisp X-share/maxima/5.9.0/share/numeric/forma1.usg X-share/maxima/5.9.0/share/numeric/format.lisp X-share/maxima/5.9.0/share/numeric/format.usg X-share/maxima/5.9.0/share/numeric/kach.dem X-share/maxima/5.9.0/share/numeric/kach.mac X-share/maxima/5.9.0/share/numeric/newton.mac X-share/maxima/5.9.0/share/numeric/newton1.mac X-share/maxima/5.9.0/share/numeric/qq.dem X-share/maxima/5.9.0/share/numeric/qq.lisp X-share/maxima/5.9.0/share/numeric/qq.usg X-share/maxima/5.9.0/share/numeric/riemsum.mac X-share/maxima/5.9.0/share/numeric/simpsn.dem X-share/maxima/5.9.0/share/numeric/simpsn.mac X-share/maxima/5.9.0/share/numeric/submac.dem X-share/maxima/5.9.0/share/numeric/submac.mac X-share/maxima/5.9.0/share/physics/battex.sty X-share/maxima/5.9.0/share/physics/dimen.dem X-share/maxima/5.9.0/share/physics/dimen.mac X-share/maxima/5.9.0/share/physics/dimen.usg X-share/maxima/5.9.0/share/physics/dimension.html X-share/maxima/5.9.0/share/physics/dimension.mac X-share/maxima/5.9.0/share/physics/dimension.pdf X-share/maxima/5.9.0/share/physics/dimension.tex X-share/maxima/5.9.0/share/physics/elec.lisp X-share/maxima/5.9.0/share/physics/gam5.lisp X-share/maxima/5.9.0/share/physics/gamalg.dem X-share/maxima/5.9.0/share/physics/gamalg.lisp X-share/maxima/5.9.0/share/physics/gamalg.usg X-share/maxima/5.9.0/share/physics/gamchi.lisp X-share/maxima/5.9.0/share/physics/gamcon.lisp X-share/maxima/5.9.0/share/physics/gamgfi.lisp X-share/maxima/5.9.0/share/physics/gamkah.lisp X-share/maxima/5.9.0/share/physics/gammtr.lisp X-share/maxima/5.9.0/share/physics/gamnoc.lisp X-share/maxima/5.9.0/share/physics/gamsq.lisp X-share/maxima/5.9.0/share/physics/physconst.mac X-share/maxima/5.9.0/share/physics/physconst.usg X-share/maxima/5.9.0/share/physics/units.mac X-share/maxima/5.9.0/share/physics/units.usg X-share/maxima/5.9.0/share/share.usg X-share/maxima/5.9.0/share/simplification/absimp.dem X-share/maxima/5.9.0/share/simplification/absimp.mac X-share/maxima/5.9.0/share/simplification/absimp.usg X-share/maxima/5.9.0/share/simplification/disol.dem X-share/maxima/5.9.0/share/simplification/disol.mac X-share/maxima/5.9.0/share/simplification/disol.usg X-share/maxima/5.9.0/share/simplification/elim.mac X-share/maxima/5.9.0/share/simplification/elim.usg X-share/maxima/5.9.0/share/simplification/facex1.mac X-share/maxima/5.9.0/share/simplification/facexp.dem X-share/maxima/5.9.0/share/simplification/facexp.mac X-share/maxima/5.9.0/share/simplification/facexp.usg X-share/maxima/5.9.0/share/simplification/functs.dem X-share/maxima/5.9.0/share/simplification/functs.mac X-share/maxima/5.9.0/share/simplification/functs.usg X-share/maxima/5.9.0/share/simplification/genut.mac X-share/maxima/5.9.0/share/simplification/ineq.dem X-share/maxima/5.9.0/share/simplification/ineq.mac X-share/maxima/5.9.0/share/simplification/ineq.usg X-share/maxima/5.9.0/share/simplification/lrats.dem X-share/maxima/5.9.0/share/simplification/lrats.mac X-share/maxima/5.9.0/share/simplification/lrats.usg X-share/maxima/5.9.0/share/simplification/rducon.dem X-share/maxima/5.9.0/share/simplification/rducon.lisp X-share/maxima/5.9.0/share/simplification/rducon.usg X-share/maxima/5.9.0/share/simplification/rncomb.dem X-share/maxima/5.9.0/share/simplification/rncomb.mac X-share/maxima/5.9.0/share/simplification/rncomb.usg X-share/maxima/5.9.0/share/simplification/scifac.dem X-share/maxima/5.9.0/share/simplification/scifac.lisp X-share/maxima/5.9.0/share/simplification/scifac.usg X-share/maxima/5.9.0/share/simplification/sqdnst.mac X-share/maxima/5.9.0/share/simplification/sqdnst.usg X-share/maxima/5.9.0/share/simplification/stopex.dem X-share/maxima/5.9.0/share/simplification/stopex.mac X-share/maxima/5.9.0/share/simplification/stopex.usg X-share/maxima/5.9.0/share/specfunctions/airy.lisp X-share/maxima/5.9.0/share/specfunctions/airy.usg X-share/maxima/5.9.0/share/specfunctions/ellipt.lisp X-share/maxima/5.9.0/share/specfunctions/ellipt.usg X-share/maxima/5.9.0/share/specfunctions/gamma.mac X-share/maxima/5.9.0/share/specfunctions/h-atom.dem X-share/maxima/5.9.0/share/specfunctions/kn.mac X-share/maxima/5.9.0/share/specfunctions/specfun.mac X-share/maxima/5.9.0/share/specfunctions/specfun.usg X-share/maxima/5.9.0/share/specfunctions/test_specfun.mac X-share/maxima/5.9.0/share/specfunctions/variational_method.dem X-share/maxima/5.9.0/share/sym/arite.lisp X-share/maxima/5.9.0/share/sym/chbase.lisp X-share/maxima/5.9.0/share/sym/compile.lisp X-share/maxima/5.9.0/share/sym/direct.lisp X-share/maxima/5.9.0/share/sym/doconline X-share/maxima/5.9.0/share/sym/docsym.tex X-share/maxima/5.9.0/share/sym/docsymidx.tex X-share/maxima/5.9.0/share/sym/ecrivain.lisp X-share/maxima/5.9.0/share/sym/elem.lisp X-share/maxima/5.9.0/share/sym/kak.lisp X-share/maxima/5.9.0/share/sym/lecteur.lisp X-share/maxima/5.9.0/share/sym/macros.lisp X-share/maxima/5.9.0/share/sym/makefile X-share/maxima/5.9.0/share/sym/multmon.lisp X-share/maxima/5.9.0/share/sym/operations.lisp X-share/maxima/5.9.0/share/sym/partpol.lisp X-share/maxima/5.9.0/share/sym/permut.lisp X-share/maxima/5.9.0/share/sym/pui.lisp X-share/maxima/5.9.0/share/sym/resolcayley.lisp X-share/maxima/5.9.0/share/sym/resolv1.lisp X-share/maxima/5.9.0/share/sym/resolvante.mac X-share/maxima/5.9.0/share/sym/schur.lisp X-share/maxima/5.9.0/share/sym/sym.mac X-share/maxima/5.9.0/share/sym/sym1.mac X-share/maxima/5.9.0/share/sym/treillis.lisp X-share/maxima/5.9.0/share/sym/tri.lisp X-share/maxima/5.9.0/share/sym/util.lisp X-share/maxima/5.9.0/share/tensor/aaricc.mac X-share/maxima/5.9.0/share/tensor/aaricc_bsc.mac X-share/maxima/5.9.0/share/tensor/aaricc_spl.mac X-share/maxima/5.9.0/share/tensor/aatest.mac X-share/maxima/5.9.0/share/tensor/ademo.dem X-share/maxima/5.9.0/share/tensor/ademo2.dem X-share/maxima/5.9.0/share/tensor/ajpff.mac X-share/maxima/5.9.0/share/tensor/anew.mac X-share/maxima/5.9.0/share/tensor/anew_add.mac X-share/maxima/5.9.0/share/tensor/birkhoff.txt X-share/maxima/5.9.0/share/tensor/brans_bmb.mac X-share/maxima/5.9.0/share/tensor/brans_vacuum.mac X-share/maxima/5.9.0/share/tensor/brbirk.mac X-share/maxima/5.9.0/share/tensor/canten.lisp X-share/maxima/5.9.0/share/tensor/ctenso_1.dem X-share/maxima/5.9.0/share/tensor/ctenso_2.dem X-share/maxima/5.9.0/share/tensor/ctenso_3.dem X-share/maxima/5.9.0/share/tensor/ctenso_4.dem X-share/maxima/5.9.0/share/tensor/ctensr.mac X-share/maxima/5.9.0/share/tensor/gener.lisp X-share/maxima/5.9.0/share/tensor/info-tensor-2.txt X-share/maxima/5.9.0/share/tensor/info-tensor.txt X-share/maxima/5.9.0/share/tensor/itensor.dem X-share/maxima/5.9.0/share/tensor/itensor.lisp X-share/maxima/5.9.0/share/tensor/itensor.usg X-share/maxima/5.9.0/share/tensor/jpff.mac X-share/maxima/5.9.0/share/tensor/manual.txt X-share/maxima/5.9.0/share/tensor/metrics.mac X-share/maxima/5.9.0/share/tensor/mmans.mac X-share/maxima/5.9.0/share/tensor/mmans_run.mac X-share/maxima/5.9.0/share/tensor/motion.mac X-share/maxima/5.9.0/share/tensor/petrov.mac X-share/maxima/5.9.0/share/tensor/ricci2.mac X-share/maxima/5.9.0/share/tensor/rsn.mac X-share/maxima/5.9.0/share/tensor/swartz.dem X-share/maxima/5.9.0/share/tensor/symtry.lisp X-share/maxima/5.9.0/share/tensor/tensor-doc.txt X-share/maxima/5.9.0/share/tensor/test1.mac X-share/maxima/5.9.0/share/trigonometry/atrig1.mac X-share/maxima/5.9.0/share/trigonometry/atrig1.usg X-share/maxima/5.9.0/share/trigonometry/ntrig.mac X-share/maxima/5.9.0/share/trigonometry/ntrig.usg X-share/maxima/5.9.0/share/trigonometry/spangl.mac X-share/maxima/5.9.0/share/trigonometry/spangl.usg X-share/maxima/5.9.0/share/trigonometry/trigrat.lisp X-share/maxima/5.9.0/share/utils/batch.dem X-share/maxima/5.9.0/share/utils/batch.mac X-share/maxima/5.9.0/share/utils/batch.transcript X-share/maxima/5.9.0/share/utils/batch.usg X-share/maxima/5.9.0/share/utils/dskuse.lisp X-share/maxima/5.9.0/share/utils/dskuse.usg X-share/maxima/5.9.0/share/utils/fileop.lisp X-share/maxima/5.9.0/share/utils/fileop.usg X-share/maxima/5.9.0/share/utils/mactex-utilities.lisp X-share/maxima/5.9.0/share/vector/vect.dem X-share/maxima/5.9.0/share/vector/vect.mac X-share/maxima/5.9.0/share/vector/vect.usg X-share/maxima/5.9.0/share/vector/vect_transform.mac X-share/maxima/5.9.0/share/vector/vector.dem X-share/maxima/5.9.0/share/vector/vector.mac X-share/maxima/5.9.0/share/vector/vector.usg X-share/maxima/5.9.0/src/SYS-DECLAIM.lisp X-share/maxima/5.9.0/src/SYS-PROCLAIM.lisp X-share/maxima/5.9.0/src/acall.lisp X-share/maxima/5.9.0/src/algfac.lisp X-share/maxima/5.9.0/src/algsys.lisp X-share/maxima/5.9.0/src/ar.lisp X-share/maxima/5.9.0/src/askp.lisp X-share/maxima/5.9.0/src/asum.lisp X-share/maxima/5.9.0/src/autoconf-variables.lisp X-share/maxima/5.9.0/src/autol.lisp X-share/maxima/5.9.0/src/bessel.lisp X-share/maxima/5.9.0/src/buildq.lisp X-share/maxima/5.9.0/src/cl-info.lisp X-share/maxima/5.9.0/src/clmacs.lisp X-share/maxima/5.9.0/src/combin.lisp X-share/maxima/5.9.0/src/comm.lisp X-share/maxima/5.9.0/src/comm2.lisp X-share/maxima/5.9.0/src/commac.lisp X-share/maxima/5.9.0/src/compar.lisp X-share/maxima/5.9.0/src/compat.lisp X-share/maxima/5.9.0/src/cpoly.lisp X-share/maxima/5.9.0/src/csimp.lisp X-share/maxima/5.9.0/src/csimp2.lisp X-share/maxima/5.9.0/src/db.lisp X-share/maxima/5.9.0/src/defcal.lisp X-share/maxima/5.9.0/src/defint.lisp X-share/maxima/5.9.0/src/defopt.lisp X-share/maxima/5.9.0/src/desoln.lisp X-share/maxima/5.9.0/src/displa.lisp X-share/maxima/5.9.0/src/displm.lisp X-share/maxima/5.9.0/src/dskfn.lisp X-share/maxima/5.9.0/src/elim.lisp X-share/maxima/5.9.0/src/ellipt.lisp X-share/maxima/5.9.0/src/evalw.lisp X-share/maxima/5.9.0/src/ezgcd.lisp X-share/maxima/5.9.0/src/factor.lisp X-share/maxima/5.9.0/src/fcall.lisp X-share/maxima/5.9.0/src/flatten.lisp X-share/maxima/5.9.0/src/float.lisp X-share/maxima/5.9.0/src/fortra.lisp X-share/maxima/5.9.0/src/generr.lisp X-share/maxima/5.9.0/src/grind.lisp X-share/maxima/5.9.0/src/hayat.lisp X-share/maxima/5.9.0/src/homog.lisp X-share/maxima/5.9.0/src/hyp.lisp X-share/maxima/5.9.0/src/hypgeo.lisp X-share/maxima/5.9.0/src/init-cl.lisp X-share/maxima/5.9.0/src/inmis.lisp X-share/maxima/5.9.0/src/intpol.lisp X-share/maxima/5.9.0/src/invert.lisp X-share/maxima/5.9.0/src/irinte.lisp X-share/maxima/5.9.0/src/kclmac.lisp X-share/maxima/5.9.0/src/laplac.lisp X-share/maxima/5.9.0/src/ldisp.lisp X-share/maxima/5.9.0/src/lesfac.lisp X-share/maxima/5.9.0/src/letmac.lisp X-share/maxima/5.9.0/src/limit.lisp X-share/maxima/5.9.0/src/linnew.lisp X-share/maxima/5.9.0/src/lmdcls.lisp X-share/maxima/5.9.0/src/logarc.lisp X-share/maxima/5.9.0/src/macdes.lisp X-share/maxima/5.9.0/src/macsys.lisp X-share/maxima/5.9.0/src/mactex.lisp X-share/maxima/5.9.0/src/marray.lisp X-share/maxima/5.9.0/src/mat.lisp X-share/maxima/5.9.0/src/matcom.lisp X-share/maxima/5.9.0/src/matrix.lisp X-share/maxima/5.9.0/src/matrun.lisp X-share/maxima/5.9.0/src/max_ext.lisp X-share/maxima/5.9.0/src/maxima-package.lisp X-share/maxima/5.9.0/src/maxmac.lisp X-share/maxima/5.9.0/src/mdebug.lisp X-share/maxima/5.9.0/src/mdefun.lisp X-share/maxima/5.9.0/src/mdot.lisp X-share/maxima/5.9.0/src/merror.lisp X-share/maxima/5.9.0/src/mforma.lisp X-share/maxima/5.9.0/src/mformt.lisp X-share/maxima/5.9.0/src/mhayat.lisp X-share/maxima/5.9.0/src/misc.lisp X-share/maxima/5.9.0/src/mlisp.lisp X-share/maxima/5.9.0/src/mload.lisp X-share/maxima/5.9.0/src/mmacro.lisp X-share/maxima/5.9.0/src/mopers.lisp X-share/maxima/5.9.0/src/mormac.lisp X-share/maxima/5.9.0/src/mrgmac.lisp X-share/maxima/5.9.0/src/mstuff.lisp X-share/maxima/5.9.0/src/mtrace.lisp X-share/maxima/5.9.0/src/mutils.lisp X-share/maxima/5.9.0/src/nalgfa.lisp X-share/maxima/5.9.0/src/newdet.lisp X-share/maxima/5.9.0/src/newinv.lisp X-share/maxima/5.9.0/src/nforma.lisp X-share/maxima/5.9.0/src/nisimp.lisp X-share/maxima/5.9.0/src/nparse.lisp X-share/maxima/5.9.0/src/nrat4.lisp X-share/maxima/5.9.0/src/nregex.lisp X-share/maxima/5.9.0/src/numer.lisp X-share/maxima/5.9.0/src/numerical/f2cl-lib.lisp X-share/maxima/5.9.0/src/numerical/f2cl-package.lisp X-share/maxima/5.9.0/src/numerical/slatec.lisp X-share/maxima/5.9.0/src/numerical/slatec/d9aimp.lisp X-share/maxima/5.9.0/src/numerical/slatec/d9b0mp.lisp X-share/maxima/5.9.0/src/numerical/slatec/d9b1mp.lisp X-share/maxima/5.9.0/src/numerical/slatec/d9lgmc.lisp X-share/maxima/5.9.0/src/numerical/slatec/dai.lisp X-share/maxima/5.9.0/src/numerical/slatec/daie.lisp X-share/maxima/5.9.0/src/numerical/slatec/dasyik.lisp X-share/maxima/5.9.0/src/numerical/slatec/dasyjy.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesi.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesi0.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesi1.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesj.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesj0.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesj1.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesk.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesk0.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesk1.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesy.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesy0.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesy1.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbsi0e.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbsi1e.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbsk0e.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbsk1e.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbsknu.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbsynu.lisp X-share/maxima/5.9.0/src/numerical/slatec/dcsevl.lisp X-share/maxima/5.9.0/src/numerical/slatec/de1.lisp X-share/maxima/5.9.0/src/numerical/slatec/dei.lisp X-share/maxima/5.9.0/src/numerical/slatec/derf.lisp X-share/maxima/5.9.0/src/numerical/slatec/derfc.lisp X-share/maxima/5.9.0/src/numerical/slatec/dgamlm.lisp X-share/maxima/5.9.0/src/numerical/slatec/dgamln.lisp X-share/maxima/5.9.0/src/numerical/slatec/dgamma.lisp X-share/maxima/5.9.0/src/numerical/slatec/djairy.lisp X-share/maxima/5.9.0/src/numerical/slatec/dlngam.lisp X-share/maxima/5.9.0/src/numerical/slatec/dyairy.lisp X-share/maxima/5.9.0/src/numerical/slatec/fdump.lisp X-share/maxima/5.9.0/src/numerical/slatec/initds.lisp X-share/maxima/5.9.0/src/numerical/slatec/j4save.lisp X-share/maxima/5.9.0/src/numerical/slatec/xercnt.lisp X-share/maxima/5.9.0/src/numerical/slatec/xerhlt.lisp X-share/maxima/5.9.0/src/numerical/slatec/xermsg.lisp X-share/maxima/5.9.0/src/numerical/slatec/xerprn.lisp X-share/maxima/5.9.0/src/numerical/slatec/xersve.lisp X-share/maxima/5.9.0/src/numerical/slatec/xgetua.lisp X-share/maxima/5.9.0/src/numerical/slatec/zabs.lisp X-share/maxima/5.9.0/src/numerical/slatec/zacai.lisp X-share/maxima/5.9.0/src/numerical/slatec/zacon.lisp X-share/maxima/5.9.0/src/numerical/slatec/zairy.lisp X-share/maxima/5.9.0/src/numerical/slatec/zasyi.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbesh.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbesi.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbesj.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbesk.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbesy.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbinu.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbknu.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbuni.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbunk.lisp X-share/maxima/5.9.0/src/numerical/slatec/zdiv.lisp X-share/maxima/5.9.0/src/numerical/slatec/zexp.lisp X-share/maxima/5.9.0/src/numerical/slatec/zkscl.lisp X-share/maxima/5.9.0/src/numerical/slatec/zlog.lisp X-share/maxima/5.9.0/src/numerical/slatec/zmlri.lisp X-share/maxima/5.9.0/src/numerical/slatec/zmlt.lisp X-share/maxima/5.9.0/src/numerical/slatec/zrati.lisp X-share/maxima/5.9.0/src/numerical/slatec/zs1s2.lisp X-share/maxima/5.9.0/src/numerical/slatec/zseri.lisp X-share/maxima/5.9.0/src/numerical/slatec/zshch.lisp X-share/maxima/5.9.0/src/numerical/slatec/zsqrt.lisp X-share/maxima/5.9.0/src/numerical/slatec/zuchk.lisp X-share/maxima/5.9.0/src/numerical/slatec/zunhj.lisp X-share/maxima/5.9.0/src/numerical/slatec/zuni1.lisp X-share/maxima/5.9.0/src/numerical/slatec/zuni2.lisp X-share/maxima/5.9.0/src/numerical/slatec/zunik.lisp X-share/maxima/5.9.0/src/numerical/slatec/zunk1.lisp X-share/maxima/5.9.0/src/numerical/slatec/zunk2.lisp X-share/maxima/5.9.0/src/numerical/slatec/zuoik.lisp X-share/maxima/5.9.0/src/numerical/slatec/zwrsk.lisp X-share/maxima/5.9.0/src/numerm.lisp X-share/maxima/5.9.0/src/numth.lisp X-share/maxima/5.9.0/src/nusum.lisp X-share/maxima/5.9.0/src/ode2.lisp X-share/maxima/5.9.0/src/opers.lisp X-share/maxima/5.9.0/src/optim.lisp X-share/maxima/5.9.0/src/optimize.lisp X-share/maxima/5.9.0/src/option.lisp X-share/maxima/5.9.0/src/outmis.lisp X-share/maxima/5.9.0/src/pade.lisp X-share/maxima/5.9.0/src/parse-body.lisp X-share/maxima/5.9.0/src/plot.lisp X-share/maxima/5.9.0/src/pois2.lisp X-share/maxima/5.9.0/src/pois3.lisp X-share/maxima/5.9.0/src/polyrz.lisp X-share/maxima/5.9.0/src/powers.lisp X-share/maxima/5.9.0/src/procs.lisp X-share/maxima/5.9.0/src/psolve.lisp X-share/maxima/5.9.0/src/rat3a.lisp X-share/maxima/5.9.0/src/rat3b.lisp X-share/maxima/5.9.0/src/rat3c.lisp X-share/maxima/5.9.0/src/rat3d.lisp X-share/maxima/5.9.0/src/rat3e.lisp X-share/maxima/5.9.0/src/ratmac.lisp X-share/maxima/5.9.0/src/ratout.lisp X-share/maxima/5.9.0/src/ratpoi.lisp X-share/maxima/5.9.0/src/residu.lisp X-share/maxima/5.9.0/src/result.lisp X-share/maxima/5.9.0/src/risch.lisp X-share/maxima/5.9.0/src/rombrg.lisp X-share/maxima/5.9.0/src/rpart.lisp X-share/maxima/5.9.0/src/runtim.lisp X-share/maxima/5.9.0/src/rzmac.lisp X-share/maxima/5.9.0/src/schatc.lisp X-share/maxima/5.9.0/src/scs.lisp X-share/maxima/5.9.0/src/series.lisp X-share/maxima/5.9.0/src/set.lisp X-share/maxima/5.9.0/src/simp.lisp X-share/maxima/5.9.0/src/sin.lisp X-share/maxima/5.9.0/src/sinint.lisp X-share/maxima/5.9.0/src/sloop.lisp X-share/maxima/5.9.0/src/solve.lisp X-share/maxima/5.9.0/src/specfn.lisp X-share/maxima/5.9.0/src/spgcd.lisp X-share/maxima/5.9.0/src/sprdet.lisp X-share/maxima/5.9.0/src/strmac.lisp X-share/maxima/5.9.0/src/sublis.lisp X-share/maxima/5.9.0/src/sumcon.lisp X-share/maxima/5.9.0/src/suprv1.lisp X-share/maxima/5.9.0/src/tlimit.lisp X-share/maxima/5.9.0/src/todd-coxeter.lisp X-share/maxima/5.9.0/src/trans1.lisp X-share/maxima/5.9.0/src/trans2.lisp X-share/maxima/5.9.0/src/trans3.lisp X-share/maxima/5.9.0/src/trans4.lisp X-share/maxima/5.9.0/src/trans5.lisp X-share/maxima/5.9.0/src/transf.lisp X-share/maxima/5.9.0/src/transl.lisp X-share/maxima/5.9.0/src/transm.lisp X-share/maxima/5.9.0/src/transq.lisp X-share/maxima/5.9.0/src/transs.lisp X-share/maxima/5.9.0/src/trdata.lisp X-share/maxima/5.9.0/src/trgred.lisp X-share/maxima/5.9.0/src/trgsmp.lisp X-share/maxima/5.9.0/src/trigi.lisp X-share/maxima/5.9.0/src/trigo.lisp X-share/maxima/5.9.0/src/trmode.lisp X-share/maxima/5.9.0/src/troper.lisp X-share/maxima/5.9.0/src/trpred.lisp X-share/maxima/5.9.0/src/trprop.lisp X-share/maxima/5.9.0/src/trutil.lisp X-share/maxima/5.9.0/src/ufact.lisp X-share/maxima/5.9.0/src/utils.lisp X-share/maxima/5.9.0/src/zero.lisp X-share/maxima/5.9.0/tests/rexamples.mac X-share/maxima/5.9.0/tests/rtest1.mac X-share/maxima/5.9.0/tests/rtest10.mac X-share/maxima/5.9.0/tests/rtest11.mac X-share/maxima/5.9.0/tests/rtest12.mac X-share/maxima/5.9.0/tests/rtest13.mac X-share/maxima/5.9.0/tests/rtest13s.mac X-share/maxima/5.9.0/tests/rtest14.mac X-share/maxima/5.9.0/tests/rtest15.mac X-share/maxima/5.9.0/tests/rtest1a.mac X-share/maxima/5.9.0/tests/rtest2.mac X-share/maxima/5.9.0/tests/rtest3.mac X-share/maxima/5.9.0/tests/rtest4.mac X-share/maxima/5.9.0/tests/rtest5.mac X-share/maxima/5.9.0/tests/rtest6.mac X-share/maxima/5.9.0/tests/rtest6a.mac X-share/maxima/5.9.0/tests/rtest6b.mac X-share/maxima/5.9.0/tests/rtest7.mac X-share/maxima/5.9.0/tests/rtest8.mac X-share/maxima/5.9.0/tests/rtest9.mac X-share/maxima/5.9.0/tests/rtest9a.mac X-share/maxima/5.9.0/tests/rtestflatten.mac X-share/maxima/5.9.0/tests/rtestode.mac X-share/maxima/5.9.0/tests/summarize-log X-share/maxima/5.9.0/tests/tests.lisp X-share/maxima/5.9.0/xmaxima/demos.html X-share/maxima/5.9.0/xmaxima/examples.html X-share/maxima/5.9.0/xmaxima/intro.html X-share/maxima/5.9.0/xmaxima/maxima-icon.ico X-share/maxima/5.9.0/xmaxima/maxima-icon.png X-share/maxima/5.9.0/xmaxima/maxima-new.gif X-share/maxima/5.9.0/xmaxima/maxima-new.png X-share/maxima/5.9.0/xmaxima/plotmaxima.html X-share/maxima/5.9.0/xmaxima/server.lisp X-@dirrm share/maxima/5.9.0/xmaxima X-@dirrm share/maxima/5.9.0/tests X-@dirrm share/maxima/5.9.0/src/numerical/slatec X-@dirrm share/maxima/5.9.0/src/numerical X-@dirrm share/maxima/5.9.0/src X-@dirrm share/maxima/5.9.0/share/vector X-@dirrm share/maxima/5.9.0/share/utils X-@dirrm share/maxima/5.9.0/share/trigonometry X-@dirrm share/maxima/5.9.0/share/tensor X-@dirrm share/maxima/5.9.0/share/sym X-@dirrm share/maxima/5.9.0/share/specfunctions X-@dirrm share/maxima/5.9.0/share/simplification X-@dirrm share/maxima/5.9.0/share/physics X-@dirrm share/maxima/5.9.0/share/numeric X-@dirrm share/maxima/5.9.0/share/misc X-@dirrm share/maxima/5.9.0/share/matrix X-@dirrm share/maxima/5.9.0/share/macro X-@dirrm share/maxima/5.9.0/share/integration X-@dirrm share/maxima/5.9.0/share/integequations X-@dirrm share/maxima/5.9.0/share/graphics X-@dirrm share/maxima/5.9.0/share/diffequations X-@dirrm share/maxima/5.9.0/share/contrib X-@dirrm share/maxima/5.9.0/share/combinatorics X-@dirrm share/maxima/5.9.0/share/calculus X-@dirrm share/maxima/5.9.0/share/algebra/solver X-@dirrm share/maxima/5.9.0/share/algebra/charsets X-@dirrm share/maxima/5.9.0/share/algebra X-@dirrm share/maxima/5.9.0/share X-@dirrm share/maxima/5.9.0/emacs X-@dirrm share/maxima/5.9.0/doc/share X-@dirrm share/maxima/5.9.0/doc/html X-@dirrm share/maxima/5.9.0/doc X-@dirrm share/maxima/5.9.0/demo X-@dirrm share/maxima/5.9.0 X+lib/maxima/5.9.1/%%BINDIR%%/%%LISPBIN%% X+lib/maxima/5.9.1/%%BINDIR%%/%%MAXIMABIN%% X+libexec/maxima/5.9.1/mgnuplot X+libexec/maxima/5.9.1/omplotdata X+share/maxima/5.9.1/demo/array.dem X+share/maxima/5.9.1/demo/cf.dem X+share/maxima/5.9.1/demo/demo.dem X+share/maxima/5.9.1/demo/eaton1.dem X+share/maxima/5.9.1/demo/eaton2.dem X+share/maxima/5.9.1/demo/ezgcd.dem X+share/maxima/5.9.1/demo/hypgeo.dem X+share/maxima/5.9.1/demo/macex.dem X+share/maxima/5.9.1/demo/macro.dem X+share/maxima/5.9.1/demo/manual.demo X+share/maxima/5.9.1/demo/newfac.dem X+share/maxima/5.9.1/demo/plots.mac X+share/maxima/5.9.1/demo/rombrg.dem X+share/maxima/5.9.1/demo/subscr.dem X+share/maxima/5.9.1/demo/sumcon.dem X+share/maxima/5.9.1/demo/trgsmp.dem X+share/maxima/5.9.1/doc/EMaximaIntro.ps X+share/maxima/5.9.1/doc/contributors X+share/maxima/5.9.1/doc/html/intromax.html X+share/maxima/5.9.1/doc/html/maxima_1.html X+share/maxima/5.9.1/doc/html/maxima_10.html X+share/maxima/5.9.1/doc/html/maxima_11.html X+share/maxima/5.9.1/doc/html/maxima_12.html X+share/maxima/5.9.1/doc/html/maxima_13.html X+share/maxima/5.9.1/doc/html/maxima_14.html X+share/maxima/5.9.1/doc/html/maxima_15.html X+share/maxima/5.9.1/doc/html/maxima_16.html X+share/maxima/5.9.1/doc/html/maxima_17.html X+share/maxima/5.9.1/doc/html/maxima_18.html X+share/maxima/5.9.1/doc/html/maxima_19.html X+share/maxima/5.9.1/doc/html/maxima_2.html X+share/maxima/5.9.1/doc/html/maxima_20.html X+share/maxima/5.9.1/doc/html/maxima_21.html X+share/maxima/5.9.1/doc/html/maxima_22.html X+share/maxima/5.9.1/doc/html/maxima_23.html X+share/maxima/5.9.1/doc/html/maxima_24.html X+share/maxima/5.9.1/doc/html/maxima_25.html X+share/maxima/5.9.1/doc/html/maxima_26.html X+share/maxima/5.9.1/doc/html/maxima_27.html X+share/maxima/5.9.1/doc/html/maxima_28.html X+share/maxima/5.9.1/doc/html/maxima_29.html X+share/maxima/5.9.1/doc/html/maxima_3.html X+share/maxima/5.9.1/doc/html/maxima_30.html X+share/maxima/5.9.1/doc/html/maxima_31.html X+share/maxima/5.9.1/doc/html/maxima_32.html X+share/maxima/5.9.1/doc/html/maxima_33.html X+share/maxima/5.9.1/doc/html/maxima_34.html X+share/maxima/5.9.1/doc/html/maxima_35.html X+share/maxima/5.9.1/doc/html/maxima_36.html X+share/maxima/5.9.1/doc/html/maxima_37.html X+share/maxima/5.9.1/doc/html/maxima_38.html X+share/maxima/5.9.1/doc/html/maxima_39.html X+share/maxima/5.9.1/doc/html/maxima_4.html X+share/maxima/5.9.1/doc/html/maxima_40.html X+share/maxima/5.9.1/doc/html/maxima_41.html X+share/maxima/5.9.1/doc/html/maxima_42.html X+share/maxima/5.9.1/doc/html/maxima_43.html X+share/maxima/5.9.1/doc/html/maxima_5.html X+share/maxima/5.9.1/doc/html/maxima_6.html X+share/maxima/5.9.1/doc/html/maxima_7.html X+share/maxima/5.9.1/doc/html/maxima_8.html X+share/maxima/5.9.1/doc/html/maxima_9.html X+share/maxima/5.9.1/doc/html/maxima_toc.html X+share/maxima/5.9.1/doc/implementation/dir_vars.txt X+share/maxima/5.9.1/doc/implementation/external-interface.txt X+share/maxima/5.9.1/doc/maximabook/Makefile X+share/maxima/5.9.1/doc/maximabook/README X+share/maxima/5.9.1/doc/maximabook/TODO X+share/maxima/5.9.1/doc/maximabook/algcal/algcal.tex X+share/maxima/5.9.1/doc/maximabook/basics/basics.tex X+share/maxima/5.9.1/doc/maximabook/examples/examples.tex X+share/maxima/5.9.1/doc/maximabook/images/2dplotwindow.eps X+share/maxima/5.9.1/doc/maximabook/images/2dplotwindow.png X+share/maxima/5.9.1/doc/maximabook/images/3dplotwindow.eps X+share/maxima/5.9.1/doc/maximabook/images/3dplotwindow.png X+share/maxima/5.9.1/doc/maximabook/images/emacsmaximamodeshot.eps X+share/maxima/5.9.1/doc/maximabook/images/emacsmaximamodeshot.png X+share/maxima/5.9.1/doc/maximabook/images/emacsshot.eps X+share/maxima/5.9.1/doc/maximabook/images/emacsshot.png X+share/maxima/5.9.1/doc/maximabook/images/emaximashot.eps X+share/maxima/5.9.1/doc/maximabook/images/emaximashot.png X+share/maxima/5.9.1/doc/maximabook/images/imaxima.eps X+share/maxima/5.9.1/doc/maximabook/images/imaxima.png X+share/maxima/5.9.1/doc/maximabook/images/maxima_geomview.eps X+share/maxima/5.9.1/doc/maximabook/images/maxima_geomview.png X+share/maxima/5.9.1/doc/maximabook/images/maxima_gnuplot.eps X+share/maxima/5.9.1/doc/maximabook/images/maxima_gnuplot.png X+share/maxima/5.9.1/doc/maximabook/images/maxima_openmath.eps X+share/maxima/5.9.1/doc/maximabook/images/maxima_openmath.png X+share/maxima/5.9.1/doc/maximabook/images/maximawindowsinstall1.eps X+share/maxima/5.9.1/doc/maximabook/images/maximawindowsinstall1.png X+share/maxima/5.9.1/doc/maximabook/images/symaxx.eps X+share/maxima/5.9.1/doc/maximabook/images/symaxx.png X+share/maxima/5.9.1/doc/maximabook/images/symaxxoutput.png X+share/maxima/5.9.1/doc/maximabook/images/symaxxoutput.ps X+share/maxima/5.9.1/doc/maximabook/images/terminalshot.eps X+share/maxima/5.9.1/doc/maximabook/images/terminalshot.png X+share/maxima/5.9.1/doc/maximabook/images/texmacs.eps X+share/maxima/5.9.1/doc/maximabook/images/texmacs.png X+share/maxima/5.9.1/doc/maximabook/images/xmaxima.eps X+share/maxima/5.9.1/doc/maximabook/images/xmaxima.png X+share/maxima/5.9.1/doc/maximabook/install/install.tex X+share/maxima/5.9.1/doc/maximabook/interfaces/interfaces.tex X+share/maxima/5.9.1/doc/maximabook/introduction/introduction.tex X+share/maxima/5.9.1/doc/maximabook/maxima.bib X+share/maxima/5.9.1/doc/maximabook/maxima.tex X+share/maxima/5.9.1/doc/maximabook/maxims/maxims.tex X+share/maxima/5.9.1/doc/maximabook/odes/advmath.tex X+share/maxima/5.9.1/doc/maximabook/odes/odes.tex X+share/maxima/5.9.1/doc/maximabook/output/izicinfo.txt X+share/maxima/5.9.1/doc/maximabook/output/output.tex X+share/maxima/5.9.1/doc/maximabook/preface/pref.tex X+share/maxima/5.9.1/doc/maximabook/programming/prog.tex X+share/maxima/5.9.1/doc/maximabook/share/calculus/pdiff.tex X+share/maxima/5.9.1/doc/maximabook/share/physics/dimension.tex X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/axiom.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/higherordersymbcomput.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/jsymcomp.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/lispsymbcomput.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/macsyma.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/maple-extract.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/maple-tech.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/mathematica.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/red-a-f.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/red-g-l.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/red-m-z.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/redbooks.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/redextra.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/reduce.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/sigsam.bib X+share/maxima/5.9.1/doc/maximabook/storage/primer/primer.tex X+share/maxima/5.9.1/doc/misc/completescanoffunctionssortedbybytecodelength.txt X+share/maxima/5.9.1/doc/misc/grepforvariables.sh X+share/maxima/5.9.1/doc/misc/maximafunctions.txt X+share/maxima/5.9.1/doc/misc/maximafunctionsundocumented.txt X+share/maxima/5.9.1/doc/misc/maximaitemspresentinbothfunctionandvariablescans.txt X+share/maxima/5.9.1/doc/misc/maximavariables.txt X+share/maxima/5.9.1/doc/misc/maximavariablesundocumented.txt X+share/maxima/5.9.1/doc/misc/processlisfiles.sh X+share/maxima/5.9.1/doc/misc/weirdvariables.txt X+share/maxima/5.9.1/doc/misc/workingvariables.txt X+share/maxima/5.9.1/doc/misc/x.awk X+share/maxima/5.9.1/doc/share/bessel.usg X+share/maxima/5.9.1/doc/share/brchre.txt X+share/maxima/5.9.1/doc/share/rombrg.usg X+share/maxima/5.9.1/doc/share/specfun.texi X+share/maxima/5.9.1/doc/share/translation_hints.txt X+share/maxima/5.9.1/emacs/bookmode.el X+share/maxima/5.9.1/emacs/dbl.el X+share/maxima/5.9.1/emacs/emaxima.el X+share/maxima/5.9.1/emacs/emaxima.lisp X+share/maxima/5.9.1/emacs/emaxima.sty X+share/maxima/5.9.1/emacs/maxima-font-lock.el X+share/maxima/5.9.1/emacs/maxima.el X+share/maxima/5.9.1/emacs/smart-complete.el X+share/maxima/5.9.1/emacs/sshell.el X+share/maxima/5.9.1/share/affine/README X+share/maxima/5.9.1/share/affine/affine.lisp X+share/maxima/5.9.1/share/affine/affine.system X+share/maxima/5.9.1/share/affine/amacros.lisp X+share/maxima/5.9.1/share/affine/aquotient.lisp X+share/maxima/5.9.1/share/affine/compat.lisp X+share/maxima/5.9.1/share/affine/dim-3.lisp X+share/maxima/5.9.1/share/affine/dim4-help.lisp X+share/maxima/5.9.1/share/affine/dummy-gc.lisp X+share/maxima/5.9.1/share/affine/macbasic.mac X+share/maxima/5.9.1/share/affine/make.lisp X+share/maxima/5.9.1/share/affine/makefile X+share/maxima/5.9.1/share/affine/modsimp.lisp X+share/maxima/5.9.1/share/affine/ndotsimp.lisp X+share/maxima/5.9.1/share/affine/new-rat.lisp X+share/maxima/5.9.1/share/affine/polya.lisp X+share/maxima/5.9.1/share/affine/polyb.lisp X+share/maxima/5.9.1/share/affine/polybas.lisp X+share/maxima/5.9.1/share/affine/polyc.lisp X+share/maxima/5.9.1/share/affine/polyd.lisp X+share/maxima/5.9.1/share/affine/polysmp.lisp X+share/maxima/5.9.1/share/affine/sheafa.lisp X+share/maxima/5.9.1/share/affine/sheafb.lisp X+share/maxima/5.9.1/share/affine/sheafc.lisp X+share/maxima/5.9.1/share/affine/sparsemat.lisp X+share/maxima/5.9.1/share/affine/sub-proj.lisp X+share/maxima/5.9.1/share/affine/sys-declaim.lisp X+share/maxima/5.9.1/share/affine/sys-proclaim.lisp X+share/maxima/5.9.1/share/affine/sysdef.lisp X+share/maxima/5.9.1/share/affine/todd-coxeter.lisp X+share/maxima/5.9.1/share/algebra/charsets/README X+share/maxima/5.9.1/share/algebra/charsets/charsets.mac X+share/maxima/5.9.1/share/algebra/charsets/test1.mac X+share/maxima/5.9.1/share/algebra/differ.dem X+share/maxima/5.9.1/share/algebra/differ.mac X+share/maxima/5.9.1/share/algebra/gcdex.mac X+share/maxima/5.9.1/share/algebra/grob1.lisp X+share/maxima/5.9.1/share/algebra/nusum.mac X+share/maxima/5.9.1/share/algebra/nusum.usg X+share/maxima/5.9.1/share/algebra/recur.dem X+share/maxima/5.9.1/share/algebra/recur.lisp X+share/maxima/5.9.1/share/algebra/recur.mac X+share/maxima/5.9.1/share/algebra/recur.transcript X+share/maxima/5.9.1/share/algebra/solver/linsolve.mac X+share/maxima/5.9.1/share/algebra/solver/misc.mac X+share/maxima/5.9.1/share/algebra/solver/readme X+share/maxima/5.9.1/share/algebra/solver/slvrmsgs.mac X+share/maxima/5.9.1/share/algebra/solver/slvrtbox.mac X+share/maxima/5.9.1/share/algebra/solver/solver.mac X+share/maxima/5.9.1/share/algebra/solver/solver1-en.html X+share/maxima/5.9.1/share/algebra/solver/solver1.pdf X+share/maxima/5.9.1/share/algebra/solver/test.mac X+share/maxima/5.9.1/share/calculus/asympa.mac X+share/maxima/5.9.1/share/calculus/cartan.dem X+share/maxima/5.9.1/share/calculus/cartan.lisp X+share/maxima/5.9.1/share/calculus/fourie.dem X+share/maxima/5.9.1/share/calculus/fourie.mac X+share/maxima/5.9.1/share/calculus/fourie.usg X+share/maxima/5.9.1/share/calculus/gendif.mac X+share/maxima/5.9.1/share/calculus/gendif.usg X+share/maxima/5.9.1/share/calculus/optmiz.dem X+share/maxima/5.9.1/share/calculus/optmiz.mac X+share/maxima/5.9.1/share/calculus/optmiz.transcript X+share/maxima/5.9.1/share/calculus/optmiz.usg X+share/maxima/5.9.1/share/calculus/optmiz_1.dem X+share/maxima/5.9.1/share/calculus/optmiz_2.dem X+share/maxima/5.9.1/share/calculus/optmiz_3.dem X+share/maxima/5.9.1/share/calculus/optmiz_4.dem X+share/maxima/5.9.1/share/calculus/optvar.dem X+share/maxima/5.9.1/share/calculus/optvar.mac X+share/maxima/5.9.1/share/calculus/optvar.transcript X+share/maxima/5.9.1/share/calculus/optvar.usg X+share/maxima/5.9.1/share/calculus/optvar_1.dem X+share/maxima/5.9.1/share/calculus/optvar_2.dem X+share/maxima/5.9.1/share/calculus/pade2.mac X+share/maxima/5.9.1/share/calculus/qual.dem X+share/maxima/5.9.1/share/calculus/qual.mac X+share/maxima/5.9.1/share/calculus/qual.usg X+share/maxima/5.9.1/share/calculus/qualsp.lisp X+share/maxima/5.9.1/share/calculus/revert.mac X+share/maxima/5.9.1/share/calculus/revert.usg X+share/maxima/5.9.1/share/calculus/taylor1.mac X+share/maxima/5.9.1/share/combinatorics/comgen.lisp X+share/maxima/5.9.1/share/combinatorics/permut.lisp X+share/maxima/5.9.1/share/contrib/Grobner/README X+share/maxima/5.9.1/share/contrib/Grobner/grobner-demo.output X+share/maxima/5.9.1/share/contrib/Grobner/grobner.demo X+share/maxima/5.9.1/share/contrib/Grobner/maxima-grobner.lisp X+share/maxima/5.9.1/share/contrib/README X+share/maxima/5.9.1/share/contrib/diag.dem X+share/maxima/5.9.1/share/contrib/diag.mac X+share/maxima/5.9.1/share/contrib/diag.usg X+share/maxima/5.9.1/share/contrib/diffequations/README X+share/maxima/5.9.1/share/contrib/diffequations/contrib_ode.mac X+share/maxima/5.9.1/share/contrib/diffequations/contrib_ode.usg X+share/maxima/5.9.1/share/contrib/diffequations/ode1_abel.mac X+share/maxima/5.9.1/share/contrib/diffequations/ode1_clairault.mac X+share/maxima/5.9.1/share/contrib/diffequations/ode1_factor.mac X+share/maxima/5.9.1/share/contrib/diffequations/ode1_lagrange.mac X+share/maxima/5.9.1/share/contrib/diffequations/ode1_lie.mac X+share/maxima/5.9.1/share/contrib/diffequations/ode1_nonlinear.mac X+share/maxima/5.9.1/share/contrib/diffequations/ode1_riccati.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/Makefile X+share/maxima/5.9.1/share/contrib/diffequations/tests/README X+share/maxima/5.9.1/share/contrib/diffequations/tests/rtest_ode1_abel.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/rtest_ode1_riccati.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/rtest_sym.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/rtest_sym2.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/rtestode_murphy1.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/rtestode_murphy2.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/testsuite.lisp X+share/maxima/5.9.1/share/contrib/f90.lisp X+share/maxima/5.9.1/share/contrib/f90.usg X+share/maxima/5.9.1/share/contrib/format/README X+share/maxima/5.9.1/share/contrib/format/autoload-m.macsyma X+share/maxima/5.9.1/share/contrib/format/autoload-mp.macsyma X+share/maxima/5.9.1/share/contrib/format/coeflist.demo X+share/maxima/5.9.1/share/contrib/format/coeflist.lisp X+share/maxima/5.9.1/share/contrib/format/coeflistp.lisp X+share/maxima/5.9.1/share/contrib/format/format.announce X+share/maxima/5.9.1/share/contrib/format/format.demo X+share/maxima/5.9.1/share/contrib/format/format.lisp X+share/maxima/5.9.1/share/contrib/format/format.ps X+share/maxima/5.9.1/share/contrib/format/pois2.demo X+share/maxima/5.9.1/share/contrib/format/pois2m.ps X+share/maxima/5.9.1/share/contrib/gentran/Makefile X+share/maxima/5.9.1/share/contrib/gentran/convmac.lisp X+share/maxima/5.9.1/share/contrib/gentran/fdata.lisp X+share/maxima/5.9.1/share/contrib/gentran/global.lisp X+share/maxima/5.9.1/share/contrib/gentran/gtfix.lisp X+share/maxima/5.9.1/share/contrib/gentran/init.lisp X+share/maxima/5.9.1/share/contrib/gentran/intrfc.lisp X+share/maxima/5.9.1/share/contrib/gentran/local.gtload.lisp X+share/maxima/5.9.1/share/contrib/gentran/lspc.lisp X+share/maxima/5.9.1/share/contrib/gentran/lspfor.lisp X+share/maxima/5.9.1/share/contrib/gentran/lsprat.lisp X+share/maxima/5.9.1/share/contrib/gentran/man/MANUAL.ms X+share/maxima/5.9.1/share/contrib/gentran/man/appA.ms X+share/maxima/5.9.1/share/contrib/gentran/man/appA1.ms X+share/maxima/5.9.1/share/contrib/gentran/man/appB.ms X+share/maxima/5.9.1/share/contrib/gentran/man/contents.ms X+share/maxima/5.9.1/share/contrib/gentran/man/doc.add X+share/maxima/5.9.1/share/contrib/gentran/man/ref.ms X+share/maxima/5.9.1/share/contrib/gentran/man/sect1.ms X+share/maxima/5.9.1/share/contrib/gentran/man/sect2.ms X+share/maxima/5.9.1/share/contrib/gentran/man/sect3.ms X+share/maxima/5.9.1/share/contrib/gentran/man/sect4.ms X+share/maxima/5.9.1/share/contrib/gentran/man/sect5.ms X+share/maxima/5.9.1/share/contrib/gentran/man/sect6.ms X+share/maxima/5.9.1/share/contrib/gentran/man/title.ms X+share/maxima/5.9.1/share/contrib/gentran/man/tmp1.ms X+share/maxima/5.9.1/share/contrib/gentran/man/tmp2.ms X+share/maxima/5.9.1/share/contrib/gentran/man/tmp3.ms X+share/maxima/5.9.1/share/contrib/gentran/opt.lisp X+share/maxima/5.9.1/share/contrib/gentran/output.lisp X+share/maxima/5.9.1/share/contrib/gentran/parser.lisp X+share/maxima/5.9.1/share/contrib/gentran/pre.lisp X+share/maxima/5.9.1/share/contrib/gentran/read.lisp X+share/maxima/5.9.1/share/contrib/gentran/segmnt.lisp X+share/maxima/5.9.1/share/contrib/gentran/templt.lisp X+share/maxima/5.9.1/share/contrib/gentran/test/README X+share/maxima/5.9.1/share/contrib/gentran/test/array.mac X+share/maxima/5.9.1/share/contrib/gentran/test/array.output X+share/maxima/5.9.1/share/contrib/gentran/test/datatest.mac X+share/maxima/5.9.1/share/contrib/gentran/test/datatest.out X+share/maxima/5.9.1/share/contrib/gentran/test/for.mac X+share/maxima/5.9.1/share/contrib/gentran/test/graeffe.f X+share/maxima/5.9.1/share/contrib/gentran/test/graeffe.mac X+share/maxima/5.9.1/share/contrib/gentran/test/graeffe.output X+share/maxima/5.9.1/share/contrib/gentran/test/ham.in X+share/maxima/5.9.1/share/contrib/gentran/test/loop.mac X+share/maxima/5.9.1/share/contrib/gentran/test/matrix.f X+share/maxima/5.9.1/share/contrib/gentran/test/matrix.mac X+share/maxima/5.9.1/share/contrib/gentran/test/matrix.output X+share/maxima/5.9.1/share/contrib/gentran/test/mcond.lisp X+share/maxima/5.9.1/share/contrib/gentran/test/mdo.lisp X+share/maxima/5.9.1/share/contrib/gentran/test/rk.in X+share/maxima/5.9.1/share/contrib/gentran/test/runge.mac X+share/maxima/5.9.1/share/contrib/gentran/test/runge.output X+share/maxima/5.9.1/share/contrib/gentran/test/runge.template X+share/maxima/5.9.1/share/contrib/gentran/test/t.mac X+share/maxima/5.9.1/share/contrib/gentran/test/type.mac X+share/maxima/5.9.1/share/contrib/gentran/test/type.output X+share/maxima/5.9.1/share/contrib/gentran/vaxinit.lisp X+share/maxima/5.9.1/share/contrib/gentran/vaxlsp.lisp X+share/maxima/5.9.1/share/contrib/impdiff.mac X+share/maxima/5.9.1/share/contrib/lindstedt.mac X+share/maxima/5.9.1/share/contrib/lsquares.dem X+share/maxima/5.9.1/share/contrib/lsquares.mac X+share/maxima/5.9.1/share/contrib/makeOrders.mac X+share/maxima/5.9.1/share/contrib/maximaMathML/CtMathML.lisp X+share/maxima/5.9.1/share/contrib/maximaMathML/PrMathML.lisp X+share/maxima/5.9.1/share/contrib/maximaMathML/load-mathml.lisp X+share/maxima/5.9.1/share/contrib/maximaMathML/mathml-maxima.lisp X+share/maxima/5.9.1/share/contrib/maximaMathML/mathml.readme X+share/maxima/5.9.1/share/contrib/maximaMathML/mathmldisplay.lisp X+share/maxima/5.9.1/share/contrib/mnewton.dem X+share/maxima/5.9.1/share/contrib/mnewton.mac X+share/maxima/5.9.1/share/contrib/nset/README X+share/maxima/5.9.1/share/contrib/nset/nset-init.lisp X+share/maxima/5.9.1/share/contrib/nset/nset.html X+share/maxima/5.9.1/share/contrib/nset/nset.lisp X+share/maxima/5.9.1/share/contrib/nset/nset.texi X+share/maxima/5.9.1/share/contrib/nset/test-nset.mac X+share/maxima/5.9.1/share/contrib/numericalio/README X+share/maxima/5.9.1/share/contrib/numericalio/array.data X+share/maxima/5.9.1/share/contrib/numericalio/array.mac X+share/maxima/5.9.1/share/contrib/numericalio/csv.mac X+share/maxima/5.9.1/share/contrib/numericalio/is_equal_array.lisp X+share/maxima/5.9.1/share/contrib/numericalio/my_flatten.mac X+share/maxima/5.9.1/share/contrib/numericalio/numericalio.lisp X+share/maxima/5.9.1/share/contrib/numericalio/ragged.data X+share/maxima/5.9.1/share/contrib/numericalio/ragged.mac X+share/maxima/5.9.1/share/contrib/numericalio/really-csv.data X+share/maxima/5.9.1/share/contrib/numericalio/really-space-separated.csv X+share/maxima/5.9.1/share/contrib/numericalio/rectangular.csv X+share/maxima/5.9.1/share/contrib/numericalio/rectangular.data X+share/maxima/5.9.1/share/contrib/numericalio/rectangular.mac X+share/maxima/5.9.1/share/contrib/pdiff/battex.sty X+share/maxima/5.9.1/share/contrib/pdiff/history.txt X+share/maxima/5.9.1/share/contrib/pdiff/pdiff-doc.pdf X+share/maxima/5.9.1/share/contrib/pdiff/pdiff-doc.tex X+share/maxima/5.9.1/share/contrib/pdiff/pdiff.lisp X+share/maxima/5.9.1/share/contrib/plsquares.dem X+share/maxima/5.9.1/share/contrib/plsquares.mac X+share/maxima/5.9.1/share/contrib/rand/Avg3.mac X+share/maxima/5.9.1/share/contrib/rand/Demo.bk1 X+share/maxima/5.9.1/share/contrib/rand/Ima X+share/maxima/5.9.1/share/contrib/rand/Laplace.bk1 X+share/maxima/5.9.1/share/contrib/rand/Newimprv.bk1 X+share/maxima/5.9.1/share/contrib/rand/Ode1.bk1 X+share/maxima/5.9.1/share/contrib/rand/Oden.bk1 X+share/maxima/5.9.1/share/contrib/rand/Read.me X+share/maxima/5.9.1/share/contrib/rand/Reverse X+share/maxima/5.9.1/share/contrib/rand/Wkb X+share/maxima/5.9.1/share/contrib/rand/asympexp.mac X+share/maxima/5.9.1/share/contrib/rand/asympexp.usg X+share/maxima/5.9.1/share/contrib/rand/average.mac X+share/maxima/5.9.1/share/contrib/rand/average.usg X+share/maxima/5.9.1/share/contrib/rand/averm.mac X+share/maxima/5.9.1/share/contrib/rand/averm.usg X+share/maxima/5.9.1/share/contrib/rand/benard.mac X+share/maxima/5.9.1/share/contrib/rand/cm.mac X+share/maxima/5.9.1/share/contrib/rand/cm.usg X+share/maxima/5.9.1/share/contrib/rand/composit.mac X+share/maxima/5.9.1/share/contrib/rand/composit.usg X+share/maxima/5.9.1/share/contrib/rand/duffing.mac X+share/maxima/5.9.1/share/contrib/rand/duffing.usg X+share/maxima/5.9.1/share/contrib/rand/hill.usg X+share/maxima/5.9.1/share/contrib/rand/hill1.mac X+share/maxima/5.9.1/share/contrib/rand/hill2.mac X+share/maxima/5.9.1/share/contrib/rand/improved.mac X+share/maxima/5.9.1/share/contrib/rand/improved.usg X+share/maxima/5.9.1/share/contrib/rand/lc.mac X+share/maxima/5.9.1/share/contrib/rand/lc.usg X+share/maxima/5.9.1/share/contrib/rand/lc2.mac X+share/maxima/5.9.1/share/contrib/rand/lie.mac X+share/maxima/5.9.1/share/contrib/rand/lie.usg X+share/maxima/5.9.1/share/contrib/rand/mathieu.mac X+share/maxima/5.9.1/share/contrib/rand/mathieu.usg X+share/maxima/5.9.1/share/contrib/rand/mathieu0.mac X+share/maxima/5.9.1/share/contrib/rand/nf.mac X+share/maxima/5.9.1/share/contrib/rand/nf.usg X+share/maxima/5.9.1/share/contrib/rand/recursiv.mac X+share/maxima/5.9.1/share/contrib/rand/recursiv.usg X+share/maxima/5.9.1/share/contrib/rand/reduct1.mac X+share/maxima/5.9.1/share/contrib/rand/reduct1.usg X+share/maxima/5.9.1/share/contrib/rand/reduct2.mac X+share/maxima/5.9.1/share/contrib/rand/reduct2.usg X+share/maxima/5.9.1/share/contrib/rand/reduct3.mac X+share/maxima/5.9.1/share/contrib/rand/reduct3.usg X+share/maxima/5.9.1/share/contrib/rand/takens.mac X+share/maxima/5.9.1/share/contrib/rand/takens.usg X+share/maxima/5.9.1/share/contrib/rand/transfor.mac X+share/maxima/5.9.1/share/contrib/rand/transfor.usg X+share/maxima/5.9.1/share/contrib/rand/twovar.mac X+share/maxima/5.9.1/share/contrib/rand/twovar.usg X+share/maxima/5.9.1/share/contrib/rand/vandpol.mac X+share/maxima/5.9.1/share/contrib/rand/vandpol.usg X+share/maxima/5.9.1/share/contrib/unit/unit.mac X+share/maxima/5.9.1/share/contrib/unit/unit.usg X+share/maxima/5.9.1/share/diffequations/abel.mac X+share/maxima/5.9.1/share/diffequations/desoln.mac X+share/maxima/5.9.1/share/diffequations/desoln.usg X+share/maxima/5.9.1/share/diffequations/exampl.mac X+share/maxima/5.9.1/share/diffequations/linde1.mc X+share/maxima/5.9.1/share/diffequations/ode2.mac X+share/maxima/5.9.1/share/diffequations/ode2.usg X+share/maxima/5.9.1/share/diffequations/odeaux.mac X+share/maxima/5.9.1/share/diffequations/pdvtr.mac X+share/maxima/5.9.1/share/diffequations/phypgm.mac X+share/maxima/5.9.1/share/diffequations/pivtr.mac X+share/maxima/5.9.1/share/diffequations/pmain.mac X+share/maxima/5.9.1/share/graphics/world.mac X+share/maxima/5.9.1/share/integequations/inteqn.mac X+share/maxima/5.9.1/share/integequations/inteqn.usg X+share/maxima/5.9.1/share/integequations/intexs.mac X+share/maxima/5.9.1/share/integration/antid.dem X+share/maxima/5.9.1/share/integration/antid.mac X+share/maxima/5.9.1/share/integration/antid.usg X+share/maxima/5.9.1/share/integration/bypart.mac X+share/maxima/5.9.1/share/integration/delta.dem X+share/maxima/5.9.1/share/integration/delta.mac X+share/maxima/5.9.1/share/integration/delta.usg X+share/maxima/5.9.1/share/integration/intsce.mac X+share/maxima/5.9.1/share/integration/intsce.usg X+share/maxima/5.9.1/share/macro/autolo.mac X+share/maxima/5.9.1/share/macro/basic.mac X+share/maxima/5.9.1/share/macro/caseq.mac X+share/maxima/5.9.1/share/macro/contrl.mac X+share/maxima/5.9.1/share/macro/defm.dem X+share/maxima/5.9.1/share/macro/defm.mac X+share/maxima/5.9.1/share/macro/defm.syn X+share/maxima/5.9.1/share/macro/defstm.mac X+share/maxima/5.9.1/share/macro/defstmrun.mac X+share/maxima/5.9.1/share/macro/fexpr.mac X+share/maxima/5.9.1/share/macro/keyarg.dem X+share/maxima/5.9.1/share/macro/keyarg.mac X+share/maxima/5.9.1/share/macro/packg.mac X+share/maxima/5.9.1/share/macro/sum1.mac X+share/maxima/5.9.1/share/matrix/determ.mac X+share/maxima/5.9.1/share/matrix/determ.usg X+share/maxima/5.9.1/share/matrix/eigen.dem X+share/maxima/5.9.1/share/matrix/eigen.mac X+share/maxima/5.9.1/share/matrix/eigen.usg X+share/maxima/5.9.1/share/matrix/eigen_1.dem X+share/maxima/5.9.1/share/matrix/eigeni.mac X+share/maxima/5.9.1/share/matrix/invert.mac X+share/maxima/5.9.1/share/matrix/invert.usg X+share/maxima/5.9.1/share/matrix/matfun.mac X+share/maxima/5.9.1/share/matrix/nchrpl.dem X+share/maxima/5.9.1/share/matrix/nchrpl.mac X+share/maxima/5.9.1/share/matrix/pfaff.dem X+share/maxima/5.9.1/share/matrix/pfaff.mac X+share/maxima/5.9.1/share/matrix/pfaff.usg X+share/maxima/5.9.1/share/matrix/rateig.mac X+share/maxima/5.9.1/share/maxima-init.lisp X+share/maxima/5.9.1/share/misc/arrfun.mac X+share/maxima/5.9.1/share/misc/declin.dem X+share/maxima/5.9.1/share/misc/declin.mac X+share/maxima/5.9.1/share/misc/declin.usg X+share/maxima/5.9.1/share/misc/diffop.lisp X+share/maxima/5.9.1/share/misc/disran.lisp X+share/maxima/5.9.1/share/misc/disran.usg X+share/maxima/5.9.1/share/misc/dump.lisp X+share/maxima/5.9.1/share/misc/dump.usg X+share/maxima/5.9.1/share/misc/foptim.lisp X+share/maxima/5.9.1/share/misc/seqopt.dem X+share/maxima/5.9.1/share/misc/seqopt.lisp X+share/maxima/5.9.1/share/misc/seqopt.usg X+share/maxima/5.9.1/share/misc/set.lisp X+share/maxima/5.9.1/share/misc/set.usg X+share/maxima/5.9.1/share/misc/smacro.mac X+share/maxima/5.9.1/share/numeric/bffac.lisp X+share/maxima/5.9.1/share/numeric/bffac.mac X+share/maxima/5.9.1/share/numeric/bffac.usg X+share/maxima/5.9.1/share/numeric/brmbrg.lisp X+share/maxima/5.9.1/share/numeric/brmbrg.usg X+share/maxima/5.9.1/share/numeric/cfortr.dem X+share/maxima/5.9.1/share/numeric/cfortr.lisp X+share/maxima/5.9.1/share/numeric/cfortr.tst X+share/maxima/5.9.1/share/numeric/cfortr.usg X+share/maxima/5.9.1/share/numeric/dblint.dem X+share/maxima/5.9.1/share/numeric/dblint.mac X+share/maxima/5.9.1/share/numeric/dblint.usg X+share/maxima/5.9.1/share/numeric/dblint_1.dem X+share/maxima/5.9.1/share/numeric/diffeq.dem X+share/maxima/5.9.1/share/numeric/diffeq.mac X+share/maxima/5.9.1/share/numeric/expense.lisp X+share/maxima/5.9.1/share/numeric/fft.dem X+share/maxima/5.9.1/share/numeric/fft.lisp X+share/maxima/5.9.1/share/numeric/fft.usg X+share/maxima/5.9.1/share/numeric/forma1.lisp X+share/maxima/5.9.1/share/numeric/forma1.usg X+share/maxima/5.9.1/share/numeric/format.lisp X+share/maxima/5.9.1/share/numeric/format.usg X+share/maxima/5.9.1/share/numeric/kach.dem X+share/maxima/5.9.1/share/numeric/kach.mac X+share/maxima/5.9.1/share/numeric/newton.mac X+share/maxima/5.9.1/share/numeric/newton1.mac X+share/maxima/5.9.1/share/numeric/qq.dem X+share/maxima/5.9.1/share/numeric/qq.lisp X+share/maxima/5.9.1/share/numeric/qq.usg X+share/maxima/5.9.1/share/numeric/riemsum.mac X+share/maxima/5.9.1/share/numeric/simpsn.dem X+share/maxima/5.9.1/share/numeric/simpsn.mac X+share/maxima/5.9.1/share/numeric/submac.dem X+share/maxima/5.9.1/share/numeric/submac.mac X+share/maxima/5.9.1/share/physics/battex.sty X+share/maxima/5.9.1/share/physics/dimen.dem X+share/maxima/5.9.1/share/physics/dimen.mac X+share/maxima/5.9.1/share/physics/dimen.usg X+share/maxima/5.9.1/share/physics/dimension.html X+share/maxima/5.9.1/share/physics/dimension.mac X+share/maxima/5.9.1/share/physics/dimension.pdf X+share/maxima/5.9.1/share/physics/dimension.tex X+share/maxima/5.9.1/share/physics/elec.lisp X+share/maxima/5.9.1/share/physics/physconst.mac X+share/maxima/5.9.1/share/physics/physconst.usg X+share/maxima/5.9.1/share/physics/units.mac X+share/maxima/5.9.1/share/physics/units.usg X+share/maxima/5.9.1/share/share.usg X+share/maxima/5.9.1/share/simplification/absimp.dem X+share/maxima/5.9.1/share/simplification/absimp.mac X+share/maxima/5.9.1/share/simplification/absimp.usg X+share/maxima/5.9.1/share/simplification/disol.dem X+share/maxima/5.9.1/share/simplification/disol.mac X+share/maxima/5.9.1/share/simplification/disol.usg X+share/maxima/5.9.1/share/simplification/elim.mac X+share/maxima/5.9.1/share/simplification/elim.usg X+share/maxima/5.9.1/share/simplification/facex1.mac X+share/maxima/5.9.1/share/simplification/facexp.dem X+share/maxima/5.9.1/share/simplification/facexp.mac X+share/maxima/5.9.1/share/simplification/facexp.usg X+share/maxima/5.9.1/share/simplification/functs.dem X+share/maxima/5.9.1/share/simplification/functs.mac X+share/maxima/5.9.1/share/simplification/functs.usg X+share/maxima/5.9.1/share/simplification/genut.mac X+share/maxima/5.9.1/share/simplification/ineq.dem X+share/maxima/5.9.1/share/simplification/ineq.mac X+share/maxima/5.9.1/share/simplification/ineq.usg X+share/maxima/5.9.1/share/simplification/lrats.dem X+share/maxima/5.9.1/share/simplification/lrats.mac X+share/maxima/5.9.1/share/simplification/lrats.usg X+share/maxima/5.9.1/share/simplification/rducon.dem X+share/maxima/5.9.1/share/simplification/rducon.lisp X+share/maxima/5.9.1/share/simplification/rducon.usg X+share/maxima/5.9.1/share/simplification/rncomb.dem X+share/maxima/5.9.1/share/simplification/rncomb.mac X+share/maxima/5.9.1/share/simplification/rncomb.usg X+share/maxima/5.9.1/share/simplification/scifac.dem X+share/maxima/5.9.1/share/simplification/scifac.lisp X+share/maxima/5.9.1/share/simplification/scifac.usg X+share/maxima/5.9.1/share/simplification/sqdnst.mac X+share/maxima/5.9.1/share/simplification/sqdnst.usg X+share/maxima/5.9.1/share/simplification/stopex.dem X+share/maxima/5.9.1/share/simplification/stopex.mac X+share/maxima/5.9.1/share/simplification/stopex.usg X+share/maxima/5.9.1/share/specfunctions/airy.lisp X+share/maxima/5.9.1/share/specfunctions/airy.usg X+share/maxima/5.9.1/share/specfunctions/ellipt.lisp X+share/maxima/5.9.1/share/specfunctions/ellipt.usg X+share/maxima/5.9.1/share/specfunctions/gamma.mac X+share/maxima/5.9.1/share/specfunctions/h-atom.dem X+share/maxima/5.9.1/share/specfunctions/kn.mac X+share/maxima/5.9.1/share/specfunctions/specfun.mac X+share/maxima/5.9.1/share/specfunctions/specfun.usg X+share/maxima/5.9.1/share/specfunctions/test_specfun.mac X+share/maxima/5.9.1/share/specfunctions/variational_method.dem X+share/maxima/5.9.1/share/sym/arite.lisp X+share/maxima/5.9.1/share/sym/chbase.lisp X+share/maxima/5.9.1/share/sym/compile.lisp X+share/maxima/5.9.1/share/sym/direct.lisp X+share/maxima/5.9.1/share/sym/doconline X+share/maxima/5.9.1/share/sym/docsym.tex X+share/maxima/5.9.1/share/sym/docsymidx.tex X+share/maxima/5.9.1/share/sym/ecrivain.lisp X+share/maxima/5.9.1/share/sym/elem.lisp X+share/maxima/5.9.1/share/sym/kak.lisp X+share/maxima/5.9.1/share/sym/lecteur.lisp X+share/maxima/5.9.1/share/sym/macros.lisp X+share/maxima/5.9.1/share/sym/makefile X+share/maxima/5.9.1/share/sym/multmon.lisp X+share/maxima/5.9.1/share/sym/operations.lisp X+share/maxima/5.9.1/share/sym/partpol.lisp X+share/maxima/5.9.1/share/sym/permut.lisp X+share/maxima/5.9.1/share/sym/pui.lisp X+share/maxima/5.9.1/share/sym/resolcayley.lisp X+share/maxima/5.9.1/share/sym/resolv1.lisp X+share/maxima/5.9.1/share/sym/resolvante.mac X+share/maxima/5.9.1/share/sym/schur.lisp X+share/maxima/5.9.1/share/sym/sym.mac X+share/maxima/5.9.1/share/sym/sym1.mac X+share/maxima/5.9.1/share/sym/treillis.lisp X+share/maxima/5.9.1/share/sym/tri.lisp X+share/maxima/5.9.1/share/sym/util.lisp X+share/maxima/5.9.1/share/tensor/aatest.mac X+share/maxima/5.9.1/share/tensor/ademo-2steps.dem X+share/maxima/5.9.1/share/tensor/ademo.dem X+share/maxima/5.9.1/share/tensor/ajpff.mac X+share/maxima/5.9.1/share/tensor/brans_vacuum.mac X+share/maxima/5.9.1/share/tensor/canten.lisp X+share/maxima/5.9.1/share/tensor/car_iden.dem X+share/maxima/5.9.1/share/tensor/ctenso_1.dem X+share/maxima/5.9.1/share/tensor/ctenso_2.dem X+share/maxima/5.9.1/share/tensor/ctenso_3.dem X+share/maxima/5.9.1/share/tensor/ctenso_4.dem X+share/maxima/5.9.1/share/tensor/ctensr.mac X+share/maxima/5.9.1/share/tensor/ex_calc.dem X+share/maxima/5.9.1/share/tensor/ex_calc.mac X+share/maxima/5.9.1/share/tensor/gener.lisp X+share/maxima/5.9.1/share/tensor/info-tensor-2.txt X+share/maxima/5.9.1/share/tensor/info-tensor.txt X+share/maxima/5.9.1/share/tensor/inpfix.lisp X+share/maxima/5.9.1/share/tensor/itensor.dem X+share/maxima/5.9.1/share/tensor/itensor.lisp X+share/maxima/5.9.1/share/tensor/itensor.usg X+share/maxima/5.9.1/share/tensor/jpff.mac X+share/maxima/5.9.1/share/tensor/kaluza.dem X+share/maxima/5.9.1/share/tensor/kaluza.mac X+share/maxima/5.9.1/share/tensor/lckdt.mac X+share/maxima/5.9.1/share/tensor/manual.txt X+share/maxima/5.9.1/share/tensor/metrics.mac X+share/maxima/5.9.1/share/tensor/motion.mac X+share/maxima/5.9.1/share/tensor/petrov.mac X+share/maxima/5.9.1/share/tensor/swartz.dem X+share/maxima/5.9.1/share/tensor/symtry.lisp X+share/maxima/5.9.1/share/tensor/ten_alg.dem X+share/maxima/5.9.1/share/tensor/tensor-doc.txt X+share/maxima/5.9.1/share/tensor/tentex.lisp X+share/maxima/5.9.1/share/tensor/test1.mac X+share/maxima/5.9.1/share/trigonometry/atrig1.mac X+share/maxima/5.9.1/share/trigonometry/atrig1.usg X+share/maxima/5.9.1/share/trigonometry/ntrig.mac X+share/maxima/5.9.1/share/trigonometry/ntrig.usg X+share/maxima/5.9.1/share/trigonometry/spangl.mac X+share/maxima/5.9.1/share/trigonometry/spangl.usg X+share/maxima/5.9.1/share/trigonometry/trgsmp.mac X+share/maxima/5.9.1/share/trigonometry/trigrat.lisp X+share/maxima/5.9.1/share/utils/batch.dem X+share/maxima/5.9.1/share/utils/batch.mac X+share/maxima/5.9.1/share/utils/batch.transcript X+share/maxima/5.9.1/share/utils/batch.usg X+share/maxima/5.9.1/share/utils/dskuse.lisp X+share/maxima/5.9.1/share/utils/dskuse.usg X+share/maxima/5.9.1/share/utils/fileop.lisp X+share/maxima/5.9.1/share/utils/fileop.usg X+share/maxima/5.9.1/share/utils/mactex-utilities.lisp X+share/maxima/5.9.1/share/vector/vect.dem X+share/maxima/5.9.1/share/vector/vect.mac X+share/maxima/5.9.1/share/vector/vect.usg X+share/maxima/5.9.1/share/vector/vect_transform.mac X+share/maxima/5.9.1/share/vector/vector.dem X+share/maxima/5.9.1/share/vector/vector.mac X+share/maxima/5.9.1/share/vector/vector.usg X+share/maxima/5.9.1/src/acall.lisp X+share/maxima/5.9.1/src/algfac.lisp X+share/maxima/5.9.1/src/algsys.lisp X+share/maxima/5.9.1/src/ar.lisp X+share/maxima/5.9.1/src/askp.lisp X+share/maxima/5.9.1/src/asum.lisp X+share/maxima/5.9.1/src/autoconf-variables.lisp X+share/maxima/5.9.1/src/autol.lisp X+share/maxima/5.9.1/src/bessel.lisp X+share/maxima/5.9.1/src/buildq.lisp X+share/maxima/5.9.1/src/cl-info.lisp X+share/maxima/5.9.1/src/clmacs.lisp X+share/maxima/5.9.1/src/combin.lisp X+share/maxima/5.9.1/src/comm.lisp X+share/maxima/5.9.1/src/comm2.lisp X+share/maxima/5.9.1/src/commac.lisp X+share/maxima/5.9.1/src/command-line.lisp X+share/maxima/5.9.1/src/compar.lisp X+share/maxima/5.9.1/src/compat.lisp X+share/maxima/5.9.1/src/cpoly.lisp X+share/maxima/5.9.1/src/csimp.lisp X+share/maxima/5.9.1/src/csimp2.lisp X+share/maxima/5.9.1/src/db.lisp X+share/maxima/5.9.1/src/defcal.lisp X+share/maxima/5.9.1/src/defint.lisp X+share/maxima/5.9.1/src/defopt.lisp X+share/maxima/5.9.1/src/desoln.lisp X+share/maxima/5.9.1/src/displa.lisp X+share/maxima/5.9.1/src/displm.lisp X+share/maxima/5.9.1/src/dskfn.lisp X+share/maxima/5.9.1/src/elim.lisp X+share/maxima/5.9.1/src/ellipt.lisp X+share/maxima/5.9.1/src/evalw.lisp X+share/maxima/5.9.1/src/ezgcd.lisp X+share/maxima/5.9.1/src/factor.lisp X+share/maxima/5.9.1/src/fcall.lisp X+share/maxima/5.9.1/src/flatten.lisp X+share/maxima/5.9.1/src/float.lisp X+share/maxima/5.9.1/src/fortra.lisp X+share/maxima/5.9.1/src/generate-sys-proclaim.lisp X+share/maxima/5.9.1/src/generr.lisp X+share/maxima/5.9.1/src/grind.lisp X+share/maxima/5.9.1/src/hayat.lisp X+share/maxima/5.9.1/src/homog.lisp X+share/maxima/5.9.1/src/hyp.lisp X+share/maxima/5.9.1/src/hypgeo.lisp X+share/maxima/5.9.1/src/init-cl.lisp X+share/maxima/5.9.1/src/inmis.lisp X+share/maxima/5.9.1/src/intpol.lisp X+share/maxima/5.9.1/src/invert.lisp X+share/maxima/5.9.1/src/irinte.lisp X+share/maxima/5.9.1/src/kclmac.lisp X+share/maxima/5.9.1/src/laplac.lisp X+share/maxima/5.9.1/src/ldisp.lisp X+share/maxima/5.9.1/src/lesfac.lisp X+share/maxima/5.9.1/src/letmac.lisp X+share/maxima/5.9.1/src/limit.lisp X+share/maxima/5.9.1/src/linnew.lisp X+share/maxima/5.9.1/src/lmdcls.lisp X+share/maxima/5.9.1/src/logarc.lisp X+share/maxima/5.9.1/src/macdes.lisp X+share/maxima/5.9.1/src/macsys.lisp X+share/maxima/5.9.1/src/mactex.lisp X+share/maxima/5.9.1/src/marray.lisp X+share/maxima/5.9.1/src/mat.lisp X+share/maxima/5.9.1/src/matcom.lisp X+share/maxima/5.9.1/src/matrix.lisp X+share/maxima/5.9.1/src/matrun.lisp X+share/maxima/5.9.1/src/max_ext.lisp X+share/maxima/5.9.1/src/maxima-package.lisp X+share/maxima/5.9.1/src/maxmac.lisp X+share/maxima/5.9.1/src/mdebug.lisp X+share/maxima/5.9.1/src/mdefun.lisp X+share/maxima/5.9.1/src/mdot.lisp X+share/maxima/5.9.1/src/merror.lisp X+share/maxima/5.9.1/src/mforma.lisp X+share/maxima/5.9.1/src/mformt.lisp X+share/maxima/5.9.1/src/mhayat.lisp X+share/maxima/5.9.1/src/misc.lisp X+share/maxima/5.9.1/src/mlisp.lisp X+share/maxima/5.9.1/src/mload.lisp X+share/maxima/5.9.1/src/mmacro.lisp X+share/maxima/5.9.1/src/mopers.lisp X+share/maxima/5.9.1/src/mormac.lisp X+share/maxima/5.9.1/src/mrgmac.lisp X+share/maxima/5.9.1/src/mstuff.lisp X+share/maxima/5.9.1/src/mtrace.lisp X+share/maxima/5.9.1/src/mutils.lisp X+share/maxima/5.9.1/src/nalgfa.lisp X+share/maxima/5.9.1/src/newdet.lisp X+share/maxima/5.9.1/src/newinv.lisp X+share/maxima/5.9.1/src/nforma.lisp X+share/maxima/5.9.1/src/nisimp.lisp X+share/maxima/5.9.1/src/nparse.lisp X+share/maxima/5.9.1/src/nrat4.lisp X+share/maxima/5.9.1/src/nregex.lisp X+share/maxima/5.9.1/src/numer.lisp X+share/maxima/5.9.1/src/numerical/f2cl-lib.lisp X+share/maxima/5.9.1/src/numerical/f2cl-package.lisp X+share/maxima/5.9.1/src/numerical/slatec.lisp X+share/maxima/5.9.1/src/numerical/slatec/README X+share/maxima/5.9.1/src/numerical/slatec/d9aimp.lisp X+share/maxima/5.9.1/src/numerical/slatec/d9b0mp.lisp X+share/maxima/5.9.1/src/numerical/slatec/d9b1mp.lisp X+share/maxima/5.9.1/src/numerical/slatec/d9lgmc.lisp X+share/maxima/5.9.1/src/numerical/slatec/dai.lisp X+share/maxima/5.9.1/src/numerical/slatec/daie.lisp X+share/maxima/5.9.1/src/numerical/slatec/dasyik.lisp X+share/maxima/5.9.1/src/numerical/slatec/dasyjy.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesi.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesi0.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesi1.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesj.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesj0.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesj1.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesk.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesk0.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesk1.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesy.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesy0.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesy1.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbsi0e.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbsi1e.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbsk0e.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbsk1e.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbsknu.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbsynu.lisp X+share/maxima/5.9.1/src/numerical/slatec/dcsevl.lisp X+share/maxima/5.9.1/src/numerical/slatec/de1.lisp X+share/maxima/5.9.1/src/numerical/slatec/dei.lisp X+share/maxima/5.9.1/src/numerical/slatec/derf.lisp X+share/maxima/5.9.1/src/numerical/slatec/derfc.lisp X+share/maxima/5.9.1/src/numerical/slatec/dgamlm.lisp X+share/maxima/5.9.1/src/numerical/slatec/dgamln.lisp X+share/maxima/5.9.1/src/numerical/slatec/dgamma.lisp X+share/maxima/5.9.1/src/numerical/slatec/dgtsl.lisp X+share/maxima/5.9.1/src/numerical/slatec/djairy.lisp X+share/maxima/5.9.1/src/numerical/slatec/dlngam.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqag.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqage.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqagi.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqagie.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqagpe.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqags.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqagse.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawc.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawce.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawf.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawfe.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawo.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawoe.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqaws.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawse.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqc25c.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqc25f.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqc25s.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqcheb.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqelg.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk15.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk15i.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk15w.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk21.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk31.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk41.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk51.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk61.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqmomo.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqng.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqpsrt.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqwgtc.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqwgtf.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqwgts.lisp X+share/maxima/5.9.1/src/numerical/slatec/dyairy.lisp X+share/maxima/5.9.1/src/numerical/slatec/fdump.lisp X+share/maxima/5.9.1/src/numerical/slatec/initds.lisp X+share/maxima/5.9.1/src/numerical/slatec/j4save.lisp X+share/maxima/5.9.1/src/numerical/slatec/quadpack.lisp X+share/maxima/5.9.1/src/numerical/slatec/quadpack.system X+share/maxima/5.9.1/src/numerical/slatec/slatec.system X+share/maxima/5.9.1/src/numerical/slatec/xercnt.lisp X+share/maxima/5.9.1/src/numerical/slatec/xerhlt.lisp X+share/maxima/5.9.1/src/numerical/slatec/xermsg.lisp X+share/maxima/5.9.1/src/numerical/slatec/xerprn.lisp X+share/maxima/5.9.1/src/numerical/slatec/xersve.lisp X+share/maxima/5.9.1/src/numerical/slatec/xgetua.lisp X+share/maxima/5.9.1/src/numerical/slatec/zabs.lisp X+share/maxima/5.9.1/src/numerical/slatec/zacai.lisp X+share/maxima/5.9.1/src/numerical/slatec/zacon.lisp X+share/maxima/5.9.1/src/numerical/slatec/zairy.lisp X+share/maxima/5.9.1/src/numerical/slatec/zasyi.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbesh.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbesi.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbesj.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbesk.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbesy.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbinu.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbknu.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbuni.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbunk.lisp X+share/maxima/5.9.1/src/numerical/slatec/zdiv.lisp X+share/maxima/5.9.1/src/numerical/slatec/zexp.lisp X+share/maxima/5.9.1/src/numerical/slatec/zkscl.lisp X+share/maxima/5.9.1/src/numerical/slatec/zlog.lisp X+share/maxima/5.9.1/src/numerical/slatec/zmlri.lisp X+share/maxima/5.9.1/src/numerical/slatec/zmlt.lisp X+share/maxima/5.9.1/src/numerical/slatec/zrati.lisp X+share/maxima/5.9.1/src/numerical/slatec/zs1s2.lisp X+share/maxima/5.9.1/src/numerical/slatec/zseri.lisp X+share/maxima/5.9.1/src/numerical/slatec/zshch.lisp X+share/maxima/5.9.1/src/numerical/slatec/zsqrt.lisp X+share/maxima/5.9.1/src/numerical/slatec/zuchk.lisp X+share/maxima/5.9.1/src/numerical/slatec/zunhj.lisp X+share/maxima/5.9.1/src/numerical/slatec/zuni1.lisp X+share/maxima/5.9.1/src/numerical/slatec/zuni2.lisp X+share/maxima/5.9.1/src/numerical/slatec/zunik.lisp X+share/maxima/5.9.1/src/numerical/slatec/zunk1.lisp X+share/maxima/5.9.1/src/numerical/slatec/zunk2.lisp X+share/maxima/5.9.1/src/numerical/slatec/zuoik.lisp X+share/maxima/5.9.1/src/numerical/slatec/zwrsk.lisp X+share/maxima/5.9.1/src/numerm.lisp X+share/maxima/5.9.1/src/numth.lisp X+share/maxima/5.9.1/src/nusum.lisp X+share/maxima/5.9.1/src/ode2.lisp X+share/maxima/5.9.1/src/opers.lisp X+share/maxima/5.9.1/src/optim.lisp X+share/maxima/5.9.1/src/optimize.lisp X+share/maxima/5.9.1/src/option.lisp X+share/maxima/5.9.1/src/outmis.lisp X+share/maxima/5.9.1/src/pade.lisp X+share/maxima/5.9.1/src/parse-body.lisp X+share/maxima/5.9.1/src/plot.lisp X+share/maxima/5.9.1/src/pois2.lisp X+share/maxima/5.9.1/src/pois3.lisp X+share/maxima/5.9.1/src/polyrz.lisp X+share/maxima/5.9.1/src/powers.lisp X+share/maxima/5.9.1/src/procs.lisp X+share/maxima/5.9.1/src/psolve.lisp X+share/maxima/5.9.1/src/rat3a.lisp X+share/maxima/5.9.1/src/rat3b.lisp X+share/maxima/5.9.1/src/rat3c.lisp X+share/maxima/5.9.1/src/rat3d.lisp X+share/maxima/5.9.1/src/rat3e.lisp X+share/maxima/5.9.1/src/ratmac.lisp X+share/maxima/5.9.1/src/ratout.lisp X+share/maxima/5.9.1/src/ratpoi.lisp X+share/maxima/5.9.1/src/residu.lisp X+share/maxima/5.9.1/src/result.lisp X+share/maxima/5.9.1/src/risch.lisp X+share/maxima/5.9.1/src/rombrg.lisp X+share/maxima/5.9.1/src/rpart.lisp X+share/maxima/5.9.1/src/runtim.lisp X+share/maxima/5.9.1/src/rzmac.lisp X+share/maxima/5.9.1/src/schatc.lisp X+share/maxima/5.9.1/src/scs.lisp X+share/maxima/5.9.1/src/series.lisp X+share/maxima/5.9.1/src/server.lisp X+share/maxima/5.9.1/src/set.lisp X+share/maxima/5.9.1/src/simp.lisp X+share/maxima/5.9.1/src/sin.lisp X+share/maxima/5.9.1/src/sinint.lisp X+share/maxima/5.9.1/src/sloop.lisp X+share/maxima/5.9.1/src/solve.lisp X+share/maxima/5.9.1/src/specfn.lisp X+share/maxima/5.9.1/src/spgcd.lisp X+share/maxima/5.9.1/src/sprdet.lisp X+share/maxima/5.9.1/src/strmac.lisp X+share/maxima/5.9.1/src/sublis.lisp X+share/maxima/5.9.1/src/sumcon.lisp X+share/maxima/5.9.1/src/suprv1.lisp X+share/maxima/5.9.1/src/sys-proclaim.lisp X+share/maxima/5.9.1/src/tlimit.lisp X+share/maxima/5.9.1/src/todd-coxeter.lisp X+share/maxima/5.9.1/src/trans1.lisp X+share/maxima/5.9.1/src/trans2.lisp X+share/maxima/5.9.1/src/trans3.lisp X+share/maxima/5.9.1/src/trans4.lisp X+share/maxima/5.9.1/src/trans5.lisp X+share/maxima/5.9.1/src/transf.lisp X+share/maxima/5.9.1/src/transl.lisp X+share/maxima/5.9.1/src/transm.lisp X+share/maxima/5.9.1/src/transq.lisp X+share/maxima/5.9.1/src/transs.lisp X+share/maxima/5.9.1/src/trdata.lisp X+share/maxima/5.9.1/src/trgred.lisp X+share/maxima/5.9.1/src/trgsmp.lisp X+share/maxima/5.9.1/src/trigi.lisp X+share/maxima/5.9.1/src/trigo.lisp X+share/maxima/5.9.1/src/trmode.lisp X+share/maxima/5.9.1/src/troper.lisp X+share/maxima/5.9.1/src/trpred.lisp X+share/maxima/5.9.1/src/trprop.lisp X+share/maxima/5.9.1/src/trutil.lisp X+share/maxima/5.9.1/src/ufact.lisp X+share/maxima/5.9.1/src/utils.lisp X+share/maxima/5.9.1/src/zero.lisp X+share/maxima/5.9.1/tests/rexamples.mac X+share/maxima/5.9.1/tests/rtest1.mac X+share/maxima/5.9.1/tests/rtest10.mac X+share/maxima/5.9.1/tests/rtest11.mac X+share/maxima/5.9.1/tests/rtest12.mac X+share/maxima/5.9.1/tests/rtest13.mac X+share/maxima/5.9.1/tests/rtest13s.mac X+share/maxima/5.9.1/tests/rtest14.mac X+share/maxima/5.9.1/tests/rtest15.mac X+share/maxima/5.9.1/tests/rtest1a.mac X+share/maxima/5.9.1/tests/rtest2.mac X+share/maxima/5.9.1/tests/rtest3.mac X+share/maxima/5.9.1/tests/rtest4.mac X+share/maxima/5.9.1/tests/rtest5.mac X+share/maxima/5.9.1/tests/rtest6.mac X+share/maxima/5.9.1/tests/rtest6a.mac X+share/maxima/5.9.1/tests/rtest6b.mac X+share/maxima/5.9.1/tests/rtest7.mac X+share/maxima/5.9.1/tests/rtest8.mac X+share/maxima/5.9.1/tests/rtest9.mac X+share/maxima/5.9.1/tests/rtest9a.mac X+share/maxima/5.9.1/tests/rtestflatten.mac X+share/maxima/5.9.1/tests/rtestode.mac X+share/maxima/5.9.1/tests/rtestode_zp.mac X+share/maxima/5.9.1/tests/testsuite.lisp X+share/maxima/5.9.1/xmaxima/demos.html X+share/maxima/5.9.1/xmaxima/examples.html X+share/maxima/5.9.1/xmaxima/intro.html X+share/maxima/5.9.1/xmaxima/maxima-icon.ico X+share/maxima/5.9.1/xmaxima/maxima-icon.png X+share/maxima/5.9.1/xmaxima/maxima-new.gif X+share/maxima/5.9.1/xmaxima/maxima-new.png X+share/maxima/5.9.1/xmaxima/plotmaxima.html X+share/nls/POSIX X+share/nls/en_US.US-ASCII X+@dirrm share/maxima/5.9.1/xmaxima X+@dirrm share/maxima/5.9.1/tests X+@dirrm share/maxima/5.9.1/src/numerical/slatec X+@dirrm share/maxima/5.9.1/src/numerical X+@dirrm share/maxima/5.9.1/src X+@dirrm share/maxima/5.9.1/share/vector X+@dirrm share/maxima/5.9.1/share/utils X+@dirrm share/maxima/5.9.1/share/trigonometry X+@dirrm share/maxima/5.9.1/share/tensor X+@dirrm share/maxima/5.9.1/share/sym X+@dirrm share/maxima/5.9.1/share/specfunctions X+@dirrm share/maxima/5.9.1/share/simplification X+@dirrm share/maxima/5.9.1/share/physics X+@dirrm share/maxima/5.9.1/share/numeric X+@dirrm share/maxima/5.9.1/share/misc X+@dirrm share/maxima/5.9.1/share/matrix X+@dirrm share/maxima/5.9.1/share/macro X+@dirrm share/maxima/5.9.1/share/integration X+@dirrm share/maxima/5.9.1/share/integequations X+@dirrm share/maxima/5.9.1/share/graphics X+@dirrm share/maxima/5.9.1/share/diffequations X+@dirrm share/maxima/5.9.1/share/contrib/unit X+@dirrm share/maxima/5.9.1/share/contrib/rand X+@dirrm share/maxima/5.9.1/share/contrib/pdiff X+@dirrm share/maxima/5.9.1/share/contrib/numericalio X+@dirrm share/maxima/5.9.1/share/contrib/nset X+@dirrm share/maxima/5.9.1/share/contrib/maximaMathML X+@dirrm share/maxima/5.9.1/share/contrib/gentran/test X+@dirrm share/maxima/5.9.1/share/contrib/gentran/man X+@dirrm share/maxima/5.9.1/share/contrib/gentran X+@dirrm share/maxima/5.9.1/share/contrib/format X+@dirrm share/maxima/5.9.1/share/contrib/diffequations/tests X+@dirrm share/maxima/5.9.1/share/contrib/diffequations X+@dirrm share/maxima/5.9.1/share/contrib/Grobner X+@dirrm share/maxima/5.9.1/share/contrib X+@dirrm share/maxima/5.9.1/share/combinatorics X+@dirrm share/maxima/5.9.1/share/calculus X+@dirrm share/maxima/5.9.1/share/algebra/solver X+@dirrm share/maxima/5.9.1/share/algebra/charsets X+@dirrm share/maxima/5.9.1/share/algebra X+@dirrm share/maxima/5.9.1/share/affine X+@dirrm share/maxima/5.9.1/share X+@dirrm share/maxima/5.9.1/emacs X+@dirrm share/maxima/5.9.1/doc/share X+@dirrm share/maxima/5.9.1/doc/misc X+@dirrm share/maxima/5.9.1/doc/maximabook/storage/primer X+@dirrm share/maxima/5.9.1/doc/maximabook/storage/bibarchive X+@dirrm share/maxima/5.9.1/doc/maximabook/storage X+@dirrm share/maxima/5.9.1/doc/maximabook/share/physics X+@dirrm share/maxima/5.9.1/doc/maximabook/share/calculus X+@dirrm share/maxima/5.9.1/doc/maximabook/share X+@dirrm share/maxima/5.9.1/doc/maximabook/programming X+@dirrm share/maxima/5.9.1/doc/maximabook/preface X+@dirrm share/maxima/5.9.1/doc/maximabook/output X+@dirrm share/maxima/5.9.1/doc/maximabook/odes X+@dirrm share/maxima/5.9.1/doc/maximabook/maxims X+@dirrm share/maxima/5.9.1/doc/maximabook/introduction X+@dirrm share/maxima/5.9.1/doc/maximabook/interfaces X+@dirrm share/maxima/5.9.1/doc/maximabook/install X+@dirrm share/maxima/5.9.1/doc/maximabook/images X+@dirrm share/maxima/5.9.1/doc/maximabook/examples X+@dirrm share/maxima/5.9.1/doc/maximabook/basics X+@dirrm share/maxima/5.9.1/doc/maximabook/algcal X+@dirrm share/maxima/5.9.1/doc/maximabook X+@dirrm share/maxima/5.9.1/doc/implementation X+@dirrm share/maxima/5.9.1/doc/html X+@dirrm share/maxima/5.9.1/doc X+@dirrm share/maxima/5.9.1/demo X+@dirrm share/maxima/5.9.1 X @dirrm share/maxima X-@dirrm libexec/maxima/5.9.0 X+@dirrm libexec/maxima/5.9.1 X @dirrm libexec/maxima X-@dirrm lib/maxima/5.9.0/binary-cmucl X-@dirrm lib/maxima/5.9.0 X+@dirrm lib/maxima/5.9.1/%%BINDIR%% X+@dirrm lib/maxima/5.9.1 X @dirrm lib/maxima END-of-maxima.patch exit From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 01:20:05 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90D1516A4CF for ; Fri, 4 Feb 2005 01:20:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B96F043D48 for ; Fri, 4 Feb 2005 01:20:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j141K4qw057188 for ; Fri, 4 Feb 2005 01:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j141K4tr057187; Fri, 4 Feb 2005 01:20:04 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 01:20:04 GMT Resent-Message-Id: <200502040120.j141K4tr057187@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Scott Flatman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E4BE16A4CE; Fri, 4 Feb 2005 01:13:02 +0000 (GMT) Received: from slappy.org (w170.z064220053.nyc-ny.dsl.cnc.net [64.220.53.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2676243D2D; Fri, 4 Feb 2005 01:13:01 +0000 (GMT) (envelope-from sf@slappy.org) Received: from sf (helo=localhost) by slappy.org with local-esmtp (Exim 3.35 #1) id 1Cws1s-0002MU-00; Thu, 03 Feb 2005 17:13:00 -0800 Message-Id: Date: Thu, 3 Feb 2005 17:13:00 -0800 (PST) From: Scott Flatman To: FreeBSD-gnats-submit@FreeBSD.org cc: freebsd-ports-bugs@FreeBSD.org Subject: ports/77083: Maintainer Update: math/maxima X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 01:20:05 -0000 >Number: 77083 >Category: ports >Synopsis: maintainer update: math/maxima >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: Fri Feb 04 01:20:04 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Scott Flatman >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD emerald.foo.kom 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Jan 29 12:21:28 PST 2005 sf@emerald.foo.kom:/usr/obj/home/src5s/sys/EMERALD07 i386 >Description: Unbreak. Update version. Add support for building with SBCL. General cleanup. >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: # # maxima.patch # echo x - maxima.patch sed 's/^X//' >maxima.patch << 'END-of-maxima.patch' X--- Makefile.orig Tue Oct 5 10:59:08 2004 X+++ Makefile Thu Feb 3 16:26:00 2005 X@@ -6,10 +6,12 @@ X # X X PORTNAME= maxima X-PORTVERSION= 5.9.0 X-PORTREVISION= 1 X+PORTVERSION= 5.9.1 X+PORTREVISION= 0 X CATEGORIES= math X MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} X+MASTER_SITE_SUBDIR= maxima X+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} X X MAINTAINER= sf@slappy.org X COMMENT= Symbolic mathematics program X@@ -23,7 +25,7 @@ X USE_XLIB= yes X USE_GMAKE= yes X USE_AUTOMAKE_VER= 14 X-USE_AUTOCONF_VER= 213 X+USE_AUTOCONF_VER= 253 X CONFIGURE_ARGS+= --prefix=${PREFIX} \ X --with-posix-shell=${LOCALBASE}/bin/bash \ X --with-wish=${LOCALBASE}/bin/wish8.4 \ X@@ -34,34 +36,67 @@ X MAN1= maxima.1 X INFO= maxima X X-PLIST_SUB= LISPBIN=${LISPBINARY} X+PLIST_SUB= BINDIR=${BINDIRECTORY} X+PLIST_SUB+= LISPBIN=${LISPBINARY} X+PLIST_SUB+= MAXIMABIN=${MAXIMABINARY} X+ X+.include X+ X+# Lisp to build with. Define only ONE of these! X+WITH_CMUCL= yes X+#WITH_SBCL= yes X+#WITH_GCL= yes X+#WITH_CLISP= yes X X-#Only define ONE of these! X-#USE_CMUCL= yes X-USE_GCL= yes X-#USE_CLISP= yes X- X-.if defined(USE_CMUCL) X+.if defined(WITH_CMUCL) X LISPSELECT= --enable-cmucl X LISPPORT= lisp:${PORTSDIR}/lang/cmucl X-LISPBINARY= binary-cmucl/maxima.core X+BINDIRECTORY= binary-cmucl X+LISPBINARY= lisp X+MAXIMABINARY= maxima.core X .endif X X-.if defined(USE_GCL) X+.if defined(WITH_GCL) X LISPSELECT= --enable-gcl X LISPPORT= gcl:${PORTSDIR}/lang/gcl X-LISPBINARY= binary-gcl/maxima X+# check these when unbroken X+BINDIRECTORY= binary-gcl X+LISPBINARY= lisp X+MAXIMABINARY= maxima X+BROKEN= "Broken at LISP:USE-PACKAGE." X .endif X X-.if defined(USE_CLISP) X+.if defined(WITH_CLISP) X LISPSELECT= --enable-clisp X LISPPORT= clisp:${PORTSDIR}/lang/clisp X-# The value for LISPBINARY is a guess. Fix when the core dump is sorted out. X-LISPBINARY= binary-clisp/maxima.core X+BINDIRECTORY= binary-clisp X+LISPBINARY= lisp.run X+MAXIMABINARY= maxima.mem X+.if ${OSVERSION} >= 600000 X BROKEN= "Dumps core while compiling bessel.fas in CURRENT" X .endif X+.endif X+ X+.if defined(WITH_SBCL) X+LISPSELECT= --enable-sbcl X+LISPPORT= sbcl:${PORTSDIR}/lang/sbcl X+# check these when unbroken X+BINDIRECTORY= binary-sbcl X+LISPBINARY= lisp X+MAXIMABINARY= maxima.core X+BROKEN= "Drops into debugger when loading xerprn.fasl" X+.endif X+ X+pre-everything:: X+ @${ECHO} "" X+ @${ECHO} "Maxima has the following tunable options:" X+ @${ECHO} " WITH_CMUCL Build with CMU Common Lisp (default)" X+ @${ECHO} " WITH_GCL Build with GNU Common Lisp" X+ @${ECHO} " WITH_CLISP Build with Clisp" X+ @${ECHO} " WITH_SBCL Build with Steel Bank Common Lisp" X+ @${ECHO} "" X X post-extract: X @${RM} -f ${WRKSRC}/doc/info/*.info* X X-.include X+.include X--- distinfo.orig Tue Mar 30 19:09:29 2004 X+++ distinfo Thu Feb 3 16:26:00 2005 X@@ -1,2 +1,2 @@ X-MD5 (maxima-5.9.0.tar.gz) = a1d6d6ed6afb0eebf03df865c0a19f19 X-SIZE (maxima-5.9.0.tar.gz) = 7116131 X+MD5 (maxima-5.9.1.tar.gz) = 659acfad1f61444cf5b38f6c28279d40 X+SIZE (maxima-5.9.1.tar.gz) = 8093534 X--- pkg-descr.orig Fri May 16 05:45:57 2003 X+++ pkg-descr Thu Feb 3 16:26:00 2005 X@@ -3,6 +3,4 @@ X X WWW: http://maxima.sourceforge.net/ X X-Built to run with CMU Common Lisp. X- X - Scott Flatman X--- pkg-plist.orig Tue Sep 16 08:38:46 2003 X+++ pkg-plist Thu Feb 3 16:26:00 2005 X@@ -1,736 +1,1103 @@ X bin/maxima X+bin/rmaxima X bin/xmaxima X-lib/maxima/5.9.0/%%LISPBIN%% X-info/maxima.info-1 X-info/maxima.info-2 X-info/maxima.info-3 X-libexec/maxima/5.9.0/maxima-run-lisp X-libexec/maxima/5.9.0/mgnuplot X-libexec/maxima/5.9.0/omplotdata X-share/maxima/5.9.0/demo/array.dem X-share/maxima/5.9.0/demo/cf.dem X-share/maxima/5.9.0/demo/demo.dem X-share/maxima/5.9.0/demo/eaton1.dem X-share/maxima/5.9.0/demo/eaton2.dem X-share/maxima/5.9.0/demo/ezgcd.dem X-share/maxima/5.9.0/demo/hypgeo.dem X-share/maxima/5.9.0/demo/macex.dem X-share/maxima/5.9.0/demo/macro.dem X-share/maxima/5.9.0/demo/manual.demo X-share/maxima/5.9.0/demo/newfac.dem X-share/maxima/5.9.0/demo/plots.mac X-share/maxima/5.9.0/demo/rombrg.dem X-share/maxima/5.9.0/demo/subscr.dem X-share/maxima/5.9.0/demo/sumcon.dem X-share/maxima/5.9.0/demo/trgsmp.dem X-share/maxima/5.9.0/doc/EMaximaIntro.ps X-share/maxima/5.9.0/doc/html/intromax.html X-share/maxima/5.9.0/doc/html/maxima_1.html X-share/maxima/5.9.0/doc/html/maxima_10.html X-share/maxima/5.9.0/doc/html/maxima_11.html X-share/maxima/5.9.0/doc/html/maxima_12.html X-share/maxima/5.9.0/doc/html/maxima_13.html X-share/maxima/5.9.0/doc/html/maxima_14.html X-share/maxima/5.9.0/doc/html/maxima_15.html X-share/maxima/5.9.0/doc/html/maxima_16.html X-share/maxima/5.9.0/doc/html/maxima_17.html X-share/maxima/5.9.0/doc/html/maxima_18.html X-share/maxima/5.9.0/doc/html/maxima_19.html X-share/maxima/5.9.0/doc/html/maxima_2.html X-share/maxima/5.9.0/doc/html/maxima_20.html X-share/maxima/5.9.0/doc/html/maxima_21.html X-share/maxima/5.9.0/doc/html/maxima_22.html X-share/maxima/5.9.0/doc/html/maxima_23.html X-share/maxima/5.9.0/doc/html/maxima_24.html X-share/maxima/5.9.0/doc/html/maxima_25.html X-share/maxima/5.9.0/doc/html/maxima_26.html X-share/maxima/5.9.0/doc/html/maxima_27.html X-share/maxima/5.9.0/doc/html/maxima_28.html X-share/maxima/5.9.0/doc/html/maxima_29.html X-share/maxima/5.9.0/doc/html/maxima_3.html X-share/maxima/5.9.0/doc/html/maxima_30.html X-share/maxima/5.9.0/doc/html/maxima_31.html X-share/maxima/5.9.0/doc/html/maxima_32.html X-share/maxima/5.9.0/doc/html/maxima_33.html X-share/maxima/5.9.0/doc/html/maxima_34.html X-share/maxima/5.9.0/doc/html/maxima_35.html X-share/maxima/5.9.0/doc/html/maxima_36.html X-share/maxima/5.9.0/doc/html/maxima_37.html X-share/maxima/5.9.0/doc/html/maxima_38.html X-share/maxima/5.9.0/doc/html/maxima_39.html X-share/maxima/5.9.0/doc/html/maxima_4.html X-share/maxima/5.9.0/doc/html/maxima_40.html X-share/maxima/5.9.0/doc/html/maxima_41.html X-share/maxima/5.9.0/doc/html/maxima_42.html X-share/maxima/5.9.0/doc/html/maxima_5.html X-share/maxima/5.9.0/doc/html/maxima_6.html X-share/maxima/5.9.0/doc/html/maxima_7.html X-share/maxima/5.9.0/doc/html/maxima_8.html X-share/maxima/5.9.0/doc/html/maxima_9.html X-share/maxima/5.9.0/doc/html/maxima_toc.html X-share/maxima/5.9.0/doc/share/bessel.usg X-share/maxima/5.9.0/doc/share/brchre.txt X-share/maxima/5.9.0/doc/share/rombrg.usg X-share/maxima/5.9.0/doc/share/translation_hints.txt X-share/maxima/5.9.0/emacs/bookmode.el X-share/maxima/5.9.0/emacs/dbl.el X-share/maxima/5.9.0/emacs/emaxima.el X-share/maxima/5.9.0/emacs/emaxima.lisp X-share/maxima/5.9.0/emacs/emaxima.sty X-share/maxima/5.9.0/emacs/maxima-font-lock.el X-share/maxima/5.9.0/emacs/maxima.el X-share/maxima/5.9.0/emacs/smart-complete.el X-share/maxima/5.9.0/emacs/sshell.el X-share/maxima/5.9.0/share/algebra/charsets/README X-share/maxima/5.9.0/share/algebra/charsets/charsets.mac X-share/maxima/5.9.0/share/algebra/charsets/test1.mac X-share/maxima/5.9.0/share/algebra/differ.dem X-share/maxima/5.9.0/share/algebra/differ.mac X-share/maxima/5.9.0/share/algebra/gcdex.mac X-share/maxima/5.9.0/share/algebra/grob1.lisp X-share/maxima/5.9.0/share/algebra/nusum.mac X-share/maxima/5.9.0/share/algebra/nusum.usg X-share/maxima/5.9.0/share/algebra/recur.dem X-share/maxima/5.9.0/share/algebra/recur.lisp X-share/maxima/5.9.0/share/algebra/recur.mac X-share/maxima/5.9.0/share/algebra/recur.transcript X-share/maxima/5.9.0/share/algebra/solver/linsolve.mac X-share/maxima/5.9.0/share/algebra/solver/misc.mac X-share/maxima/5.9.0/share/algebra/solver/readme X-share/maxima/5.9.0/share/algebra/solver/slvrmsgs.mac X-share/maxima/5.9.0/share/algebra/solver/slvrtbox.mac X-share/maxima/5.9.0/share/algebra/solver/solver.mac X-share/maxima/5.9.0/share/algebra/solver/solver1-en.html X-share/maxima/5.9.0/share/algebra/solver/solver1.pdf X-share/maxima/5.9.0/share/algebra/solver/test.mac X-share/maxima/5.9.0/share/calculus/cartan.dem X-share/maxima/5.9.0/share/calculus/cartan.lisp X-share/maxima/5.9.0/share/calculus/fourie.dem X-share/maxima/5.9.0/share/calculus/fourie.mac X-share/maxima/5.9.0/share/calculus/fourie.usg X-share/maxima/5.9.0/share/calculus/gendif.mac X-share/maxima/5.9.0/share/calculus/gendif.usg X-share/maxima/5.9.0/share/calculus/optmiz.dem X-share/maxima/5.9.0/share/calculus/optmiz.mac X-share/maxima/5.9.0/share/calculus/optmiz.transcript X-share/maxima/5.9.0/share/calculus/optmiz.usg X-share/maxima/5.9.0/share/calculus/optmiz_1.dem X-share/maxima/5.9.0/share/calculus/optmiz_2.dem X-share/maxima/5.9.0/share/calculus/optmiz_3.dem X-share/maxima/5.9.0/share/calculus/optmiz_4.dem X-share/maxima/5.9.0/share/calculus/optvar.dem X-share/maxima/5.9.0/share/calculus/optvar.mac X-share/maxima/5.9.0/share/calculus/optvar.transcript X-share/maxima/5.9.0/share/calculus/optvar.usg X-share/maxima/5.9.0/share/calculus/optvar_1.dem X-share/maxima/5.9.0/share/calculus/optvar_2.dem X-share/maxima/5.9.0/share/calculus/pade2.mac X-share/maxima/5.9.0/share/calculus/qual.dem X-share/maxima/5.9.0/share/calculus/qual.mac X-share/maxima/5.9.0/share/calculus/qual.usg X-share/maxima/5.9.0/share/calculus/qualsp.lisp X-share/maxima/5.9.0/share/calculus/revert.mac X-share/maxima/5.9.0/share/calculus/revert.usg X-share/maxima/5.9.0/share/calculus/taylor1.mac X-share/maxima/5.9.0/share/combinatorics/comgen.lisp X-share/maxima/5.9.0/share/combinatorics/permut.lisp X-share/maxima/5.9.0/share/contrib/diag.dem X-share/maxima/5.9.0/share/contrib/diag.mac X-share/maxima/5.9.0/share/contrib/diag.usg X-share/maxima/5.9.0/share/contrib/impdiff.mac X-share/maxima/5.9.0/share/contrib/lindstedt.mac X-share/maxima/5.9.0/share/contrib/makeOrders.mac X-share/maxima/5.9.0/share/diffequations/abel.mac X-share/maxima/5.9.0/share/diffequations/desoln.mac X-share/maxima/5.9.0/share/diffequations/desoln.usg X-share/maxima/5.9.0/share/diffequations/exampl.mac X-share/maxima/5.9.0/share/diffequations/linde1.mc X-share/maxima/5.9.0/share/diffequations/ode2.mac X-share/maxima/5.9.0/share/diffequations/ode2.usg X-share/maxima/5.9.0/share/diffequations/odeaux.mac X-share/maxima/5.9.0/share/diffequations/pdvtr.mac X-share/maxima/5.9.0/share/diffequations/phypgm.mac X-share/maxima/5.9.0/share/diffequations/pivtr.mac X-share/maxima/5.9.0/share/diffequations/pmain.mac X-share/maxima/5.9.0/share/graphics/world.mac X-share/maxima/5.9.0/share/integequations/inteqn.mac X-share/maxima/5.9.0/share/integequations/inteqn.usg X-share/maxima/5.9.0/share/integequations/intexs.mac X-share/maxima/5.9.0/share/integration/antid.dem X-share/maxima/5.9.0/share/integration/antid.mac X-share/maxima/5.9.0/share/integration/antid.usg X-share/maxima/5.9.0/share/integration/bypart.mac X-share/maxima/5.9.0/share/integration/delta.dem X-share/maxima/5.9.0/share/integration/delta.mac X-share/maxima/5.9.0/share/integration/delta.usg X-share/maxima/5.9.0/share/integration/intsce.mac X-share/maxima/5.9.0/share/integration/intsce.usg X-share/maxima/5.9.0/share/macro/autolo.mac X-share/maxima/5.9.0/share/macro/basic.mac X-share/maxima/5.9.0/share/macro/caseq.mac X-share/maxima/5.9.0/share/macro/contrl.mac X-share/maxima/5.9.0/share/macro/defm.dem X-share/maxima/5.9.0/share/macro/defm.mac X-share/maxima/5.9.0/share/macro/defm.syn X-share/maxima/5.9.0/share/macro/defstm.mac X-share/maxima/5.9.0/share/macro/defstmrun.mac X-share/maxima/5.9.0/share/macro/fexpr.mac X-share/maxima/5.9.0/share/macro/keyarg.dem X-share/maxima/5.9.0/share/macro/keyarg.mac X-share/maxima/5.9.0/share/macro/packg.mac X-share/maxima/5.9.0/share/macro/sum1.mac X-share/maxima/5.9.0/share/matrix/determ.mac X-share/maxima/5.9.0/share/matrix/determ.usg X-share/maxima/5.9.0/share/matrix/eigen.dem X-share/maxima/5.9.0/share/matrix/eigen.mac X-share/maxima/5.9.0/share/matrix/eigen.usg X-share/maxima/5.9.0/share/matrix/eigen_1.dem X-share/maxima/5.9.0/share/matrix/eigeni.mac X-share/maxima/5.9.0/share/matrix/invert.mac X-share/maxima/5.9.0/share/matrix/invert.usg X-share/maxima/5.9.0/share/matrix/matfun.mac X-share/maxima/5.9.0/share/matrix/nchrpl.dem X-share/maxima/5.9.0/share/matrix/nchrpl.mac X-share/maxima/5.9.0/share/matrix/pfaff.dem X-share/maxima/5.9.0/share/matrix/pfaff.mac X-share/maxima/5.9.0/share/matrix/pfaff.usg X-share/maxima/5.9.0/share/matrix/rateig.mac X-share/maxima/5.9.0/share/maxima-init.lisp X-share/maxima/5.9.0/share/misc/arrfun.mac X-share/maxima/5.9.0/share/misc/declin.dem X-share/maxima/5.9.0/share/misc/declin.mac X-share/maxima/5.9.0/share/misc/declin.usg X-share/maxima/5.9.0/share/misc/diffop.lisp X-share/maxima/5.9.0/share/misc/disran.lisp X-share/maxima/5.9.0/share/misc/disran.usg X-share/maxima/5.9.0/share/misc/dump.lisp X-share/maxima/5.9.0/share/misc/dump.usg X-share/maxima/5.9.0/share/misc/foptim.lisp X-share/maxima/5.9.0/share/misc/seqopt.dem X-share/maxima/5.9.0/share/misc/seqopt.lisp X-share/maxima/5.9.0/share/misc/seqopt.usg X-share/maxima/5.9.0/share/misc/set.lisp X-share/maxima/5.9.0/share/misc/set.usg X-share/maxima/5.9.0/share/misc/smacro.mac X-share/maxima/5.9.0/share/numeric/bffac.lisp X-share/maxima/5.9.0/share/numeric/bffac.usg X-share/maxima/5.9.0/share/numeric/brmbrg.lisp X-share/maxima/5.9.0/share/numeric/brmbrg.usg X-share/maxima/5.9.0/share/numeric/cfortr.dem X-share/maxima/5.9.0/share/numeric/cfortr.lisp X-share/maxima/5.9.0/share/numeric/cfortr.tst X-share/maxima/5.9.0/share/numeric/cfortr.usg X-share/maxima/5.9.0/share/numeric/dblint.dem X-share/maxima/5.9.0/share/numeric/dblint.mac X-share/maxima/5.9.0/share/numeric/dblint.usg X-share/maxima/5.9.0/share/numeric/dblint_1.dem X-share/maxima/5.9.0/share/numeric/diffeq.dem X-share/maxima/5.9.0/share/numeric/diffeq.mac X-share/maxima/5.9.0/share/numeric/expense.lisp X-share/maxima/5.9.0/share/numeric/fft.dem X-share/maxima/5.9.0/share/numeric/fft.lisp X-share/maxima/5.9.0/share/numeric/fft.usg X-share/maxima/5.9.0/share/numeric/forma1.lisp X-share/maxima/5.9.0/share/numeric/forma1.usg X-share/maxima/5.9.0/share/numeric/format.lisp X-share/maxima/5.9.0/share/numeric/format.usg X-share/maxima/5.9.0/share/numeric/kach.dem X-share/maxima/5.9.0/share/numeric/kach.mac X-share/maxima/5.9.0/share/numeric/newton.mac X-share/maxima/5.9.0/share/numeric/newton1.mac X-share/maxima/5.9.0/share/numeric/qq.dem X-share/maxima/5.9.0/share/numeric/qq.lisp X-share/maxima/5.9.0/share/numeric/qq.usg X-share/maxima/5.9.0/share/numeric/riemsum.mac X-share/maxima/5.9.0/share/numeric/simpsn.dem X-share/maxima/5.9.0/share/numeric/simpsn.mac X-share/maxima/5.9.0/share/numeric/submac.dem X-share/maxima/5.9.0/share/numeric/submac.mac X-share/maxima/5.9.0/share/physics/battex.sty X-share/maxima/5.9.0/share/physics/dimen.dem X-share/maxima/5.9.0/share/physics/dimen.mac X-share/maxima/5.9.0/share/physics/dimen.usg X-share/maxima/5.9.0/share/physics/dimension.html X-share/maxima/5.9.0/share/physics/dimension.mac X-share/maxima/5.9.0/share/physics/dimension.pdf X-share/maxima/5.9.0/share/physics/dimension.tex X-share/maxima/5.9.0/share/physics/elec.lisp X-share/maxima/5.9.0/share/physics/gam5.lisp X-share/maxima/5.9.0/share/physics/gamalg.dem X-share/maxima/5.9.0/share/physics/gamalg.lisp X-share/maxima/5.9.0/share/physics/gamalg.usg X-share/maxima/5.9.0/share/physics/gamchi.lisp X-share/maxima/5.9.0/share/physics/gamcon.lisp X-share/maxima/5.9.0/share/physics/gamgfi.lisp X-share/maxima/5.9.0/share/physics/gamkah.lisp X-share/maxima/5.9.0/share/physics/gammtr.lisp X-share/maxima/5.9.0/share/physics/gamnoc.lisp X-share/maxima/5.9.0/share/physics/gamsq.lisp X-share/maxima/5.9.0/share/physics/physconst.mac X-share/maxima/5.9.0/share/physics/physconst.usg X-share/maxima/5.9.0/share/physics/units.mac X-share/maxima/5.9.0/share/physics/units.usg X-share/maxima/5.9.0/share/share.usg X-share/maxima/5.9.0/share/simplification/absimp.dem X-share/maxima/5.9.0/share/simplification/absimp.mac X-share/maxima/5.9.0/share/simplification/absimp.usg X-share/maxima/5.9.0/share/simplification/disol.dem X-share/maxima/5.9.0/share/simplification/disol.mac X-share/maxima/5.9.0/share/simplification/disol.usg X-share/maxima/5.9.0/share/simplification/elim.mac X-share/maxima/5.9.0/share/simplification/elim.usg X-share/maxima/5.9.0/share/simplification/facex1.mac X-share/maxima/5.9.0/share/simplification/facexp.dem X-share/maxima/5.9.0/share/simplification/facexp.mac X-share/maxima/5.9.0/share/simplification/facexp.usg X-share/maxima/5.9.0/share/simplification/functs.dem X-share/maxima/5.9.0/share/simplification/functs.mac X-share/maxima/5.9.0/share/simplification/functs.usg X-share/maxima/5.9.0/share/simplification/genut.mac X-share/maxima/5.9.0/share/simplification/ineq.dem X-share/maxima/5.9.0/share/simplification/ineq.mac X-share/maxima/5.9.0/share/simplification/ineq.usg X-share/maxima/5.9.0/share/simplification/lrats.dem X-share/maxima/5.9.0/share/simplification/lrats.mac X-share/maxima/5.9.0/share/simplification/lrats.usg X-share/maxima/5.9.0/share/simplification/rducon.dem X-share/maxima/5.9.0/share/simplification/rducon.lisp X-share/maxima/5.9.0/share/simplification/rducon.usg X-share/maxima/5.9.0/share/simplification/rncomb.dem X-share/maxima/5.9.0/share/simplification/rncomb.mac X-share/maxima/5.9.0/share/simplification/rncomb.usg X-share/maxima/5.9.0/share/simplification/scifac.dem X-share/maxima/5.9.0/share/simplification/scifac.lisp X-share/maxima/5.9.0/share/simplification/scifac.usg X-share/maxima/5.9.0/share/simplification/sqdnst.mac X-share/maxima/5.9.0/share/simplification/sqdnst.usg X-share/maxima/5.9.0/share/simplification/stopex.dem X-share/maxima/5.9.0/share/simplification/stopex.mac X-share/maxima/5.9.0/share/simplification/stopex.usg X-share/maxima/5.9.0/share/specfunctions/airy.lisp X-share/maxima/5.9.0/share/specfunctions/airy.usg X-share/maxima/5.9.0/share/specfunctions/ellipt.lisp X-share/maxima/5.9.0/share/specfunctions/ellipt.usg X-share/maxima/5.9.0/share/specfunctions/gamma.mac X-share/maxima/5.9.0/share/specfunctions/h-atom.dem X-share/maxima/5.9.0/share/specfunctions/kn.mac X-share/maxima/5.9.0/share/specfunctions/specfun.mac X-share/maxima/5.9.0/share/specfunctions/specfun.usg X-share/maxima/5.9.0/share/specfunctions/test_specfun.mac X-share/maxima/5.9.0/share/specfunctions/variational_method.dem X-share/maxima/5.9.0/share/sym/arite.lisp X-share/maxima/5.9.0/share/sym/chbase.lisp X-share/maxima/5.9.0/share/sym/compile.lisp X-share/maxima/5.9.0/share/sym/direct.lisp X-share/maxima/5.9.0/share/sym/doconline X-share/maxima/5.9.0/share/sym/docsym.tex X-share/maxima/5.9.0/share/sym/docsymidx.tex X-share/maxima/5.9.0/share/sym/ecrivain.lisp X-share/maxima/5.9.0/share/sym/elem.lisp X-share/maxima/5.9.0/share/sym/kak.lisp X-share/maxima/5.9.0/share/sym/lecteur.lisp X-share/maxima/5.9.0/share/sym/macros.lisp X-share/maxima/5.9.0/share/sym/makefile X-share/maxima/5.9.0/share/sym/multmon.lisp X-share/maxima/5.9.0/share/sym/operations.lisp X-share/maxima/5.9.0/share/sym/partpol.lisp X-share/maxima/5.9.0/share/sym/permut.lisp X-share/maxima/5.9.0/share/sym/pui.lisp X-share/maxima/5.9.0/share/sym/resolcayley.lisp X-share/maxima/5.9.0/share/sym/resolv1.lisp X-share/maxima/5.9.0/share/sym/resolvante.mac X-share/maxima/5.9.0/share/sym/schur.lisp X-share/maxima/5.9.0/share/sym/sym.mac X-share/maxima/5.9.0/share/sym/sym1.mac X-share/maxima/5.9.0/share/sym/treillis.lisp X-share/maxima/5.9.0/share/sym/tri.lisp X-share/maxima/5.9.0/share/sym/util.lisp X-share/maxima/5.9.0/share/tensor/aaricc.mac X-share/maxima/5.9.0/share/tensor/aaricc_bsc.mac X-share/maxima/5.9.0/share/tensor/aaricc_spl.mac X-share/maxima/5.9.0/share/tensor/aatest.mac X-share/maxima/5.9.0/share/tensor/ademo.dem X-share/maxima/5.9.0/share/tensor/ademo2.dem X-share/maxima/5.9.0/share/tensor/ajpff.mac X-share/maxima/5.9.0/share/tensor/anew.mac X-share/maxima/5.9.0/share/tensor/anew_add.mac X-share/maxima/5.9.0/share/tensor/birkhoff.txt X-share/maxima/5.9.0/share/tensor/brans_bmb.mac X-share/maxima/5.9.0/share/tensor/brans_vacuum.mac X-share/maxima/5.9.0/share/tensor/brbirk.mac X-share/maxima/5.9.0/share/tensor/canten.lisp X-share/maxima/5.9.0/share/tensor/ctenso_1.dem X-share/maxima/5.9.0/share/tensor/ctenso_2.dem X-share/maxima/5.9.0/share/tensor/ctenso_3.dem X-share/maxima/5.9.0/share/tensor/ctenso_4.dem X-share/maxima/5.9.0/share/tensor/ctensr.mac X-share/maxima/5.9.0/share/tensor/gener.lisp X-share/maxima/5.9.0/share/tensor/info-tensor-2.txt X-share/maxima/5.9.0/share/tensor/info-tensor.txt X-share/maxima/5.9.0/share/tensor/itensor.dem X-share/maxima/5.9.0/share/tensor/itensor.lisp X-share/maxima/5.9.0/share/tensor/itensor.usg X-share/maxima/5.9.0/share/tensor/jpff.mac X-share/maxima/5.9.0/share/tensor/manual.txt X-share/maxima/5.9.0/share/tensor/metrics.mac X-share/maxima/5.9.0/share/tensor/mmans.mac X-share/maxima/5.9.0/share/tensor/mmans_run.mac X-share/maxima/5.9.0/share/tensor/motion.mac X-share/maxima/5.9.0/share/tensor/petrov.mac X-share/maxima/5.9.0/share/tensor/ricci2.mac X-share/maxima/5.9.0/share/tensor/rsn.mac X-share/maxima/5.9.0/share/tensor/swartz.dem X-share/maxima/5.9.0/share/tensor/symtry.lisp X-share/maxima/5.9.0/share/tensor/tensor-doc.txt X-share/maxima/5.9.0/share/tensor/test1.mac X-share/maxima/5.9.0/share/trigonometry/atrig1.mac X-share/maxima/5.9.0/share/trigonometry/atrig1.usg X-share/maxima/5.9.0/share/trigonometry/ntrig.mac X-share/maxima/5.9.0/share/trigonometry/ntrig.usg X-share/maxima/5.9.0/share/trigonometry/spangl.mac X-share/maxima/5.9.0/share/trigonometry/spangl.usg X-share/maxima/5.9.0/share/trigonometry/trigrat.lisp X-share/maxima/5.9.0/share/utils/batch.dem X-share/maxima/5.9.0/share/utils/batch.mac X-share/maxima/5.9.0/share/utils/batch.transcript X-share/maxima/5.9.0/share/utils/batch.usg X-share/maxima/5.9.0/share/utils/dskuse.lisp X-share/maxima/5.9.0/share/utils/dskuse.usg X-share/maxima/5.9.0/share/utils/fileop.lisp X-share/maxima/5.9.0/share/utils/fileop.usg X-share/maxima/5.9.0/share/utils/mactex-utilities.lisp X-share/maxima/5.9.0/share/vector/vect.dem X-share/maxima/5.9.0/share/vector/vect.mac X-share/maxima/5.9.0/share/vector/vect.usg X-share/maxima/5.9.0/share/vector/vect_transform.mac X-share/maxima/5.9.0/share/vector/vector.dem X-share/maxima/5.9.0/share/vector/vector.mac X-share/maxima/5.9.0/share/vector/vector.usg X-share/maxima/5.9.0/src/SYS-DECLAIM.lisp X-share/maxima/5.9.0/src/SYS-PROCLAIM.lisp X-share/maxima/5.9.0/src/acall.lisp X-share/maxima/5.9.0/src/algfac.lisp X-share/maxima/5.9.0/src/algsys.lisp X-share/maxima/5.9.0/src/ar.lisp X-share/maxima/5.9.0/src/askp.lisp X-share/maxima/5.9.0/src/asum.lisp X-share/maxima/5.9.0/src/autoconf-variables.lisp X-share/maxima/5.9.0/src/autol.lisp X-share/maxima/5.9.0/src/bessel.lisp X-share/maxima/5.9.0/src/buildq.lisp X-share/maxima/5.9.0/src/cl-info.lisp X-share/maxima/5.9.0/src/clmacs.lisp X-share/maxima/5.9.0/src/combin.lisp X-share/maxima/5.9.0/src/comm.lisp X-share/maxima/5.9.0/src/comm2.lisp X-share/maxima/5.9.0/src/commac.lisp X-share/maxima/5.9.0/src/compar.lisp X-share/maxima/5.9.0/src/compat.lisp X-share/maxima/5.9.0/src/cpoly.lisp X-share/maxima/5.9.0/src/csimp.lisp X-share/maxima/5.9.0/src/csimp2.lisp X-share/maxima/5.9.0/src/db.lisp X-share/maxima/5.9.0/src/defcal.lisp X-share/maxima/5.9.0/src/defint.lisp X-share/maxima/5.9.0/src/defopt.lisp X-share/maxima/5.9.0/src/desoln.lisp X-share/maxima/5.9.0/src/displa.lisp X-share/maxima/5.9.0/src/displm.lisp X-share/maxima/5.9.0/src/dskfn.lisp X-share/maxima/5.9.0/src/elim.lisp X-share/maxima/5.9.0/src/ellipt.lisp X-share/maxima/5.9.0/src/evalw.lisp X-share/maxima/5.9.0/src/ezgcd.lisp X-share/maxima/5.9.0/src/factor.lisp X-share/maxima/5.9.0/src/fcall.lisp X-share/maxima/5.9.0/src/flatten.lisp X-share/maxima/5.9.0/src/float.lisp X-share/maxima/5.9.0/src/fortra.lisp X-share/maxima/5.9.0/src/generr.lisp X-share/maxima/5.9.0/src/grind.lisp X-share/maxima/5.9.0/src/hayat.lisp X-share/maxima/5.9.0/src/homog.lisp X-share/maxima/5.9.0/src/hyp.lisp X-share/maxima/5.9.0/src/hypgeo.lisp X-share/maxima/5.9.0/src/init-cl.lisp X-share/maxima/5.9.0/src/inmis.lisp X-share/maxima/5.9.0/src/intpol.lisp X-share/maxima/5.9.0/src/invert.lisp X-share/maxima/5.9.0/src/irinte.lisp X-share/maxima/5.9.0/src/kclmac.lisp X-share/maxima/5.9.0/src/laplac.lisp X-share/maxima/5.9.0/src/ldisp.lisp X-share/maxima/5.9.0/src/lesfac.lisp X-share/maxima/5.9.0/src/letmac.lisp X-share/maxima/5.9.0/src/limit.lisp X-share/maxima/5.9.0/src/linnew.lisp X-share/maxima/5.9.0/src/lmdcls.lisp X-share/maxima/5.9.0/src/logarc.lisp X-share/maxima/5.9.0/src/macdes.lisp X-share/maxima/5.9.0/src/macsys.lisp X-share/maxima/5.9.0/src/mactex.lisp X-share/maxima/5.9.0/src/marray.lisp X-share/maxima/5.9.0/src/mat.lisp X-share/maxima/5.9.0/src/matcom.lisp X-share/maxima/5.9.0/src/matrix.lisp X-share/maxima/5.9.0/src/matrun.lisp X-share/maxima/5.9.0/src/max_ext.lisp X-share/maxima/5.9.0/src/maxima-package.lisp X-share/maxima/5.9.0/src/maxmac.lisp X-share/maxima/5.9.0/src/mdebug.lisp X-share/maxima/5.9.0/src/mdefun.lisp X-share/maxima/5.9.0/src/mdot.lisp X-share/maxima/5.9.0/src/merror.lisp X-share/maxima/5.9.0/src/mforma.lisp X-share/maxima/5.9.0/src/mformt.lisp X-share/maxima/5.9.0/src/mhayat.lisp X-share/maxima/5.9.0/src/misc.lisp X-share/maxima/5.9.0/src/mlisp.lisp X-share/maxima/5.9.0/src/mload.lisp X-share/maxima/5.9.0/src/mmacro.lisp X-share/maxima/5.9.0/src/mopers.lisp X-share/maxima/5.9.0/src/mormac.lisp X-share/maxima/5.9.0/src/mrgmac.lisp X-share/maxima/5.9.0/src/mstuff.lisp X-share/maxima/5.9.0/src/mtrace.lisp X-share/maxima/5.9.0/src/mutils.lisp X-share/maxima/5.9.0/src/nalgfa.lisp X-share/maxima/5.9.0/src/newdet.lisp X-share/maxima/5.9.0/src/newinv.lisp X-share/maxima/5.9.0/src/nforma.lisp X-share/maxima/5.9.0/src/nisimp.lisp X-share/maxima/5.9.0/src/nparse.lisp X-share/maxima/5.9.0/src/nrat4.lisp X-share/maxima/5.9.0/src/nregex.lisp X-share/maxima/5.9.0/src/numer.lisp X-share/maxima/5.9.0/src/numerical/f2cl-lib.lisp X-share/maxima/5.9.0/src/numerical/f2cl-package.lisp X-share/maxima/5.9.0/src/numerical/slatec.lisp X-share/maxima/5.9.0/src/numerical/slatec/d9aimp.lisp X-share/maxima/5.9.0/src/numerical/slatec/d9b0mp.lisp X-share/maxima/5.9.0/src/numerical/slatec/d9b1mp.lisp X-share/maxima/5.9.0/src/numerical/slatec/d9lgmc.lisp X-share/maxima/5.9.0/src/numerical/slatec/dai.lisp X-share/maxima/5.9.0/src/numerical/slatec/daie.lisp X-share/maxima/5.9.0/src/numerical/slatec/dasyik.lisp X-share/maxima/5.9.0/src/numerical/slatec/dasyjy.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesi.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesi0.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesi1.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesj.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesj0.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesj1.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesk.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesk0.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesk1.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesy.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesy0.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbesy1.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbsi0e.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbsi1e.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbsk0e.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbsk1e.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbsknu.lisp X-share/maxima/5.9.0/src/numerical/slatec/dbsynu.lisp X-share/maxima/5.9.0/src/numerical/slatec/dcsevl.lisp X-share/maxima/5.9.0/src/numerical/slatec/de1.lisp X-share/maxima/5.9.0/src/numerical/slatec/dei.lisp X-share/maxima/5.9.0/src/numerical/slatec/derf.lisp X-share/maxima/5.9.0/src/numerical/slatec/derfc.lisp X-share/maxima/5.9.0/src/numerical/slatec/dgamlm.lisp X-share/maxima/5.9.0/src/numerical/slatec/dgamln.lisp X-share/maxima/5.9.0/src/numerical/slatec/dgamma.lisp X-share/maxima/5.9.0/src/numerical/slatec/djairy.lisp X-share/maxima/5.9.0/src/numerical/slatec/dlngam.lisp X-share/maxima/5.9.0/src/numerical/slatec/dyairy.lisp X-share/maxima/5.9.0/src/numerical/slatec/fdump.lisp X-share/maxima/5.9.0/src/numerical/slatec/initds.lisp X-share/maxima/5.9.0/src/numerical/slatec/j4save.lisp X-share/maxima/5.9.0/src/numerical/slatec/xercnt.lisp X-share/maxima/5.9.0/src/numerical/slatec/xerhlt.lisp X-share/maxima/5.9.0/src/numerical/slatec/xermsg.lisp X-share/maxima/5.9.0/src/numerical/slatec/xerprn.lisp X-share/maxima/5.9.0/src/numerical/slatec/xersve.lisp X-share/maxima/5.9.0/src/numerical/slatec/xgetua.lisp X-share/maxima/5.9.0/src/numerical/slatec/zabs.lisp X-share/maxima/5.9.0/src/numerical/slatec/zacai.lisp X-share/maxima/5.9.0/src/numerical/slatec/zacon.lisp X-share/maxima/5.9.0/src/numerical/slatec/zairy.lisp X-share/maxima/5.9.0/src/numerical/slatec/zasyi.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbesh.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbesi.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbesj.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbesk.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbesy.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbinu.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbknu.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbuni.lisp X-share/maxima/5.9.0/src/numerical/slatec/zbunk.lisp X-share/maxima/5.9.0/src/numerical/slatec/zdiv.lisp X-share/maxima/5.9.0/src/numerical/slatec/zexp.lisp X-share/maxima/5.9.0/src/numerical/slatec/zkscl.lisp X-share/maxima/5.9.0/src/numerical/slatec/zlog.lisp X-share/maxima/5.9.0/src/numerical/slatec/zmlri.lisp X-share/maxima/5.9.0/src/numerical/slatec/zmlt.lisp X-share/maxima/5.9.0/src/numerical/slatec/zrati.lisp X-share/maxima/5.9.0/src/numerical/slatec/zs1s2.lisp X-share/maxima/5.9.0/src/numerical/slatec/zseri.lisp X-share/maxima/5.9.0/src/numerical/slatec/zshch.lisp X-share/maxima/5.9.0/src/numerical/slatec/zsqrt.lisp X-share/maxima/5.9.0/src/numerical/slatec/zuchk.lisp X-share/maxima/5.9.0/src/numerical/slatec/zunhj.lisp X-share/maxima/5.9.0/src/numerical/slatec/zuni1.lisp X-share/maxima/5.9.0/src/numerical/slatec/zuni2.lisp X-share/maxima/5.9.0/src/numerical/slatec/zunik.lisp X-share/maxima/5.9.0/src/numerical/slatec/zunk1.lisp X-share/maxima/5.9.0/src/numerical/slatec/zunk2.lisp X-share/maxima/5.9.0/src/numerical/slatec/zuoik.lisp X-share/maxima/5.9.0/src/numerical/slatec/zwrsk.lisp X-share/maxima/5.9.0/src/numerm.lisp X-share/maxima/5.9.0/src/numth.lisp X-share/maxima/5.9.0/src/nusum.lisp X-share/maxima/5.9.0/src/ode2.lisp X-share/maxima/5.9.0/src/opers.lisp X-share/maxima/5.9.0/src/optim.lisp X-share/maxima/5.9.0/src/optimize.lisp X-share/maxima/5.9.0/src/option.lisp X-share/maxima/5.9.0/src/outmis.lisp X-share/maxima/5.9.0/src/pade.lisp X-share/maxima/5.9.0/src/parse-body.lisp X-share/maxima/5.9.0/src/plot.lisp X-share/maxima/5.9.0/src/pois2.lisp X-share/maxima/5.9.0/src/pois3.lisp X-share/maxima/5.9.0/src/polyrz.lisp X-share/maxima/5.9.0/src/powers.lisp X-share/maxima/5.9.0/src/procs.lisp X-share/maxima/5.9.0/src/psolve.lisp X-share/maxima/5.9.0/src/rat3a.lisp X-share/maxima/5.9.0/src/rat3b.lisp X-share/maxima/5.9.0/src/rat3c.lisp X-share/maxima/5.9.0/src/rat3d.lisp X-share/maxima/5.9.0/src/rat3e.lisp X-share/maxima/5.9.0/src/ratmac.lisp X-share/maxima/5.9.0/src/ratout.lisp X-share/maxima/5.9.0/src/ratpoi.lisp X-share/maxima/5.9.0/src/residu.lisp X-share/maxima/5.9.0/src/result.lisp X-share/maxima/5.9.0/src/risch.lisp X-share/maxima/5.9.0/src/rombrg.lisp X-share/maxima/5.9.0/src/rpart.lisp X-share/maxima/5.9.0/src/runtim.lisp X-share/maxima/5.9.0/src/rzmac.lisp X-share/maxima/5.9.0/src/schatc.lisp X-share/maxima/5.9.0/src/scs.lisp X-share/maxima/5.9.0/src/series.lisp X-share/maxima/5.9.0/src/set.lisp X-share/maxima/5.9.0/src/simp.lisp X-share/maxima/5.9.0/src/sin.lisp X-share/maxima/5.9.0/src/sinint.lisp X-share/maxima/5.9.0/src/sloop.lisp X-share/maxima/5.9.0/src/solve.lisp X-share/maxima/5.9.0/src/specfn.lisp X-share/maxima/5.9.0/src/spgcd.lisp X-share/maxima/5.9.0/src/sprdet.lisp X-share/maxima/5.9.0/src/strmac.lisp X-share/maxima/5.9.0/src/sublis.lisp X-share/maxima/5.9.0/src/sumcon.lisp X-share/maxima/5.9.0/src/suprv1.lisp X-share/maxima/5.9.0/src/tlimit.lisp X-share/maxima/5.9.0/src/todd-coxeter.lisp X-share/maxima/5.9.0/src/trans1.lisp X-share/maxima/5.9.0/src/trans2.lisp X-share/maxima/5.9.0/src/trans3.lisp X-share/maxima/5.9.0/src/trans4.lisp X-share/maxima/5.9.0/src/trans5.lisp X-share/maxima/5.9.0/src/transf.lisp X-share/maxima/5.9.0/src/transl.lisp X-share/maxima/5.9.0/src/transm.lisp X-share/maxima/5.9.0/src/transq.lisp X-share/maxima/5.9.0/src/transs.lisp X-share/maxima/5.9.0/src/trdata.lisp X-share/maxima/5.9.0/src/trgred.lisp X-share/maxima/5.9.0/src/trgsmp.lisp X-share/maxima/5.9.0/src/trigi.lisp X-share/maxima/5.9.0/src/trigo.lisp X-share/maxima/5.9.0/src/trmode.lisp X-share/maxima/5.9.0/src/troper.lisp X-share/maxima/5.9.0/src/trpred.lisp X-share/maxima/5.9.0/src/trprop.lisp X-share/maxima/5.9.0/src/trutil.lisp X-share/maxima/5.9.0/src/ufact.lisp X-share/maxima/5.9.0/src/utils.lisp X-share/maxima/5.9.0/src/zero.lisp X-share/maxima/5.9.0/tests/rexamples.mac X-share/maxima/5.9.0/tests/rtest1.mac X-share/maxima/5.9.0/tests/rtest10.mac X-share/maxima/5.9.0/tests/rtest11.mac X-share/maxima/5.9.0/tests/rtest12.mac X-share/maxima/5.9.0/tests/rtest13.mac X-share/maxima/5.9.0/tests/rtest13s.mac X-share/maxima/5.9.0/tests/rtest14.mac X-share/maxima/5.9.0/tests/rtest15.mac X-share/maxima/5.9.0/tests/rtest1a.mac X-share/maxima/5.9.0/tests/rtest2.mac X-share/maxima/5.9.0/tests/rtest3.mac X-share/maxima/5.9.0/tests/rtest4.mac X-share/maxima/5.9.0/tests/rtest5.mac X-share/maxima/5.9.0/tests/rtest6.mac X-share/maxima/5.9.0/tests/rtest6a.mac X-share/maxima/5.9.0/tests/rtest6b.mac X-share/maxima/5.9.0/tests/rtest7.mac X-share/maxima/5.9.0/tests/rtest8.mac X-share/maxima/5.9.0/tests/rtest9.mac X-share/maxima/5.9.0/tests/rtest9a.mac X-share/maxima/5.9.0/tests/rtestflatten.mac X-share/maxima/5.9.0/tests/rtestode.mac X-share/maxima/5.9.0/tests/summarize-log X-share/maxima/5.9.0/tests/tests.lisp X-share/maxima/5.9.0/xmaxima/demos.html X-share/maxima/5.9.0/xmaxima/examples.html X-share/maxima/5.9.0/xmaxima/intro.html X-share/maxima/5.9.0/xmaxima/maxima-icon.ico X-share/maxima/5.9.0/xmaxima/maxima-icon.png X-share/maxima/5.9.0/xmaxima/maxima-new.gif X-share/maxima/5.9.0/xmaxima/maxima-new.png X-share/maxima/5.9.0/xmaxima/plotmaxima.html X-share/maxima/5.9.0/xmaxima/server.lisp X-@dirrm share/maxima/5.9.0/xmaxima X-@dirrm share/maxima/5.9.0/tests X-@dirrm share/maxima/5.9.0/src/numerical/slatec X-@dirrm share/maxima/5.9.0/src/numerical X-@dirrm share/maxima/5.9.0/src X-@dirrm share/maxima/5.9.0/share/vector X-@dirrm share/maxima/5.9.0/share/utils X-@dirrm share/maxima/5.9.0/share/trigonometry X-@dirrm share/maxima/5.9.0/share/tensor X-@dirrm share/maxima/5.9.0/share/sym X-@dirrm share/maxima/5.9.0/share/specfunctions X-@dirrm share/maxima/5.9.0/share/simplification X-@dirrm share/maxima/5.9.0/share/physics X-@dirrm share/maxima/5.9.0/share/numeric X-@dirrm share/maxima/5.9.0/share/misc X-@dirrm share/maxima/5.9.0/share/matrix X-@dirrm share/maxima/5.9.0/share/macro X-@dirrm share/maxima/5.9.0/share/integration X-@dirrm share/maxima/5.9.0/share/integequations X-@dirrm share/maxima/5.9.0/share/graphics X-@dirrm share/maxima/5.9.0/share/diffequations X-@dirrm share/maxima/5.9.0/share/contrib X-@dirrm share/maxima/5.9.0/share/combinatorics X-@dirrm share/maxima/5.9.0/share/calculus X-@dirrm share/maxima/5.9.0/share/algebra/solver X-@dirrm share/maxima/5.9.0/share/algebra/charsets X-@dirrm share/maxima/5.9.0/share/algebra X-@dirrm share/maxima/5.9.0/share X-@dirrm share/maxima/5.9.0/emacs X-@dirrm share/maxima/5.9.0/doc/share X-@dirrm share/maxima/5.9.0/doc/html X-@dirrm share/maxima/5.9.0/doc X-@dirrm share/maxima/5.9.0/demo X-@dirrm share/maxima/5.9.0 X+lib/maxima/5.9.1/%%BINDIR%%/%%LISPBIN%% X+lib/maxima/5.9.1/%%BINDIR%%/%%MAXIMABIN%% X+libexec/maxima/5.9.1/mgnuplot X+libexec/maxima/5.9.1/omplotdata X+share/maxima/5.9.1/demo/array.dem X+share/maxima/5.9.1/demo/cf.dem X+share/maxima/5.9.1/demo/demo.dem X+share/maxima/5.9.1/demo/eaton1.dem X+share/maxima/5.9.1/demo/eaton2.dem X+share/maxima/5.9.1/demo/ezgcd.dem X+share/maxima/5.9.1/demo/hypgeo.dem X+share/maxima/5.9.1/demo/macex.dem X+share/maxima/5.9.1/demo/macro.dem X+share/maxima/5.9.1/demo/manual.demo X+share/maxima/5.9.1/demo/newfac.dem X+share/maxima/5.9.1/demo/plots.mac X+share/maxima/5.9.1/demo/rombrg.dem X+share/maxima/5.9.1/demo/subscr.dem X+share/maxima/5.9.1/demo/sumcon.dem X+share/maxima/5.9.1/demo/trgsmp.dem X+share/maxima/5.9.1/doc/EMaximaIntro.ps X+share/maxima/5.9.1/doc/contributors X+share/maxima/5.9.1/doc/html/intromax.html X+share/maxima/5.9.1/doc/html/maxima_1.html X+share/maxima/5.9.1/doc/html/maxima_10.html X+share/maxima/5.9.1/doc/html/maxima_11.html X+share/maxima/5.9.1/doc/html/maxima_12.html X+share/maxima/5.9.1/doc/html/maxima_13.html X+share/maxima/5.9.1/doc/html/maxima_14.html X+share/maxima/5.9.1/doc/html/maxima_15.html X+share/maxima/5.9.1/doc/html/maxima_16.html X+share/maxima/5.9.1/doc/html/maxima_17.html X+share/maxima/5.9.1/doc/html/maxima_18.html X+share/maxima/5.9.1/doc/html/maxima_19.html X+share/maxima/5.9.1/doc/html/maxima_2.html X+share/maxima/5.9.1/doc/html/maxima_20.html X+share/maxima/5.9.1/doc/html/maxima_21.html X+share/maxima/5.9.1/doc/html/maxima_22.html X+share/maxima/5.9.1/doc/html/maxima_23.html X+share/maxima/5.9.1/doc/html/maxima_24.html X+share/maxima/5.9.1/doc/html/maxima_25.html X+share/maxima/5.9.1/doc/html/maxima_26.html X+share/maxima/5.9.1/doc/html/maxima_27.html X+share/maxima/5.9.1/doc/html/maxima_28.html X+share/maxima/5.9.1/doc/html/maxima_29.html X+share/maxima/5.9.1/doc/html/maxima_3.html X+share/maxima/5.9.1/doc/html/maxima_30.html X+share/maxima/5.9.1/doc/html/maxima_31.html X+share/maxima/5.9.1/doc/html/maxima_32.html X+share/maxima/5.9.1/doc/html/maxima_33.html X+share/maxima/5.9.1/doc/html/maxima_34.html X+share/maxima/5.9.1/doc/html/maxima_35.html X+share/maxima/5.9.1/doc/html/maxima_36.html X+share/maxima/5.9.1/doc/html/maxima_37.html X+share/maxima/5.9.1/doc/html/maxima_38.html X+share/maxima/5.9.1/doc/html/maxima_39.html X+share/maxima/5.9.1/doc/html/maxima_4.html X+share/maxima/5.9.1/doc/html/maxima_40.html X+share/maxima/5.9.1/doc/html/maxima_41.html X+share/maxima/5.9.1/doc/html/maxima_42.html X+share/maxima/5.9.1/doc/html/maxima_43.html X+share/maxima/5.9.1/doc/html/maxima_5.html X+share/maxima/5.9.1/doc/html/maxima_6.html X+share/maxima/5.9.1/doc/html/maxima_7.html X+share/maxima/5.9.1/doc/html/maxima_8.html X+share/maxima/5.9.1/doc/html/maxima_9.html X+share/maxima/5.9.1/doc/html/maxima_toc.html X+share/maxima/5.9.1/doc/implementation/dir_vars.txt X+share/maxima/5.9.1/doc/implementation/external-interface.txt X+share/maxima/5.9.1/doc/maximabook/Makefile X+share/maxima/5.9.1/doc/maximabook/README X+share/maxima/5.9.1/doc/maximabook/TODO X+share/maxima/5.9.1/doc/maximabook/algcal/algcal.tex X+share/maxima/5.9.1/doc/maximabook/basics/basics.tex X+share/maxima/5.9.1/doc/maximabook/examples/examples.tex X+share/maxima/5.9.1/doc/maximabook/images/2dplotwindow.eps X+share/maxima/5.9.1/doc/maximabook/images/2dplotwindow.png X+share/maxima/5.9.1/doc/maximabook/images/3dplotwindow.eps X+share/maxima/5.9.1/doc/maximabook/images/3dplotwindow.png X+share/maxima/5.9.1/doc/maximabook/images/emacsmaximamodeshot.eps X+share/maxima/5.9.1/doc/maximabook/images/emacsmaximamodeshot.png X+share/maxima/5.9.1/doc/maximabook/images/emacsshot.eps X+share/maxima/5.9.1/doc/maximabook/images/emacsshot.png X+share/maxima/5.9.1/doc/maximabook/images/emaximashot.eps X+share/maxima/5.9.1/doc/maximabook/images/emaximashot.png X+share/maxima/5.9.1/doc/maximabook/images/imaxima.eps X+share/maxima/5.9.1/doc/maximabook/images/imaxima.png X+share/maxima/5.9.1/doc/maximabook/images/maxima_geomview.eps X+share/maxima/5.9.1/doc/maximabook/images/maxima_geomview.png X+share/maxima/5.9.1/doc/maximabook/images/maxima_gnuplot.eps X+share/maxima/5.9.1/doc/maximabook/images/maxima_gnuplot.png X+share/maxima/5.9.1/doc/maximabook/images/maxima_openmath.eps X+share/maxima/5.9.1/doc/maximabook/images/maxima_openmath.png X+share/maxima/5.9.1/doc/maximabook/images/maximawindowsinstall1.eps X+share/maxima/5.9.1/doc/maximabook/images/maximawindowsinstall1.png X+share/maxima/5.9.1/doc/maximabook/images/symaxx.eps X+share/maxima/5.9.1/doc/maximabook/images/symaxx.png X+share/maxima/5.9.1/doc/maximabook/images/symaxxoutput.png X+share/maxima/5.9.1/doc/maximabook/images/symaxxoutput.ps X+share/maxima/5.9.1/doc/maximabook/images/terminalshot.eps X+share/maxima/5.9.1/doc/maximabook/images/terminalshot.png X+share/maxima/5.9.1/doc/maximabook/images/texmacs.eps X+share/maxima/5.9.1/doc/maximabook/images/texmacs.png X+share/maxima/5.9.1/doc/maximabook/images/xmaxima.eps X+share/maxima/5.9.1/doc/maximabook/images/xmaxima.png X+share/maxima/5.9.1/doc/maximabook/install/install.tex X+share/maxima/5.9.1/doc/maximabook/interfaces/interfaces.tex X+share/maxima/5.9.1/doc/maximabook/introduction/introduction.tex X+share/maxima/5.9.1/doc/maximabook/maxima.bib X+share/maxima/5.9.1/doc/maximabook/maxima.tex X+share/maxima/5.9.1/doc/maximabook/maxims/maxims.tex X+share/maxima/5.9.1/doc/maximabook/odes/advmath.tex X+share/maxima/5.9.1/doc/maximabook/odes/odes.tex X+share/maxima/5.9.1/doc/maximabook/output/izicinfo.txt X+share/maxima/5.9.1/doc/maximabook/output/output.tex X+share/maxima/5.9.1/doc/maximabook/preface/pref.tex X+share/maxima/5.9.1/doc/maximabook/programming/prog.tex X+share/maxima/5.9.1/doc/maximabook/share/calculus/pdiff.tex X+share/maxima/5.9.1/doc/maximabook/share/physics/dimension.tex X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/axiom.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/higherordersymbcomput.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/jsymcomp.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/lispsymbcomput.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/macsyma.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/maple-extract.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/maple-tech.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/mathematica.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/red-a-f.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/red-g-l.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/red-m-z.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/redbooks.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/redextra.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/reduce.bib X+share/maxima/5.9.1/doc/maximabook/storage/bibarchive/sigsam.bib X+share/maxima/5.9.1/doc/maximabook/storage/primer/primer.tex X+share/maxima/5.9.1/doc/misc/completescanoffunctionssortedbybytecodelength.txt X+share/maxima/5.9.1/doc/misc/grepforvariables.sh X+share/maxima/5.9.1/doc/misc/maximafunctions.txt X+share/maxima/5.9.1/doc/misc/maximafunctionsundocumented.txt X+share/maxima/5.9.1/doc/misc/maximaitemspresentinbothfunctionandvariablescans.txt X+share/maxima/5.9.1/doc/misc/maximavariables.txt X+share/maxima/5.9.1/doc/misc/maximavariablesundocumented.txt X+share/maxima/5.9.1/doc/misc/processlisfiles.sh X+share/maxima/5.9.1/doc/misc/weirdvariables.txt X+share/maxima/5.9.1/doc/misc/workingvariables.txt X+share/maxima/5.9.1/doc/misc/x.awk X+share/maxima/5.9.1/doc/share/bessel.usg X+share/maxima/5.9.1/doc/share/brchre.txt X+share/maxima/5.9.1/doc/share/rombrg.usg X+share/maxima/5.9.1/doc/share/specfun.texi X+share/maxima/5.9.1/doc/share/translation_hints.txt X+share/maxima/5.9.1/emacs/bookmode.el X+share/maxima/5.9.1/emacs/dbl.el X+share/maxima/5.9.1/emacs/emaxima.el X+share/maxima/5.9.1/emacs/emaxima.lisp X+share/maxima/5.9.1/emacs/emaxima.sty X+share/maxima/5.9.1/emacs/maxima-font-lock.el X+share/maxima/5.9.1/emacs/maxima.el X+share/maxima/5.9.1/emacs/smart-complete.el X+share/maxima/5.9.1/emacs/sshell.el X+share/maxima/5.9.1/share/affine/README X+share/maxima/5.9.1/share/affine/affine.lisp X+share/maxima/5.9.1/share/affine/affine.system X+share/maxima/5.9.1/share/affine/amacros.lisp X+share/maxima/5.9.1/share/affine/aquotient.lisp X+share/maxima/5.9.1/share/affine/compat.lisp X+share/maxima/5.9.1/share/affine/dim-3.lisp X+share/maxima/5.9.1/share/affine/dim4-help.lisp X+share/maxima/5.9.1/share/affine/dummy-gc.lisp X+share/maxima/5.9.1/share/affine/macbasic.mac X+share/maxima/5.9.1/share/affine/make.lisp X+share/maxima/5.9.1/share/affine/makefile X+share/maxima/5.9.1/share/affine/modsimp.lisp X+share/maxima/5.9.1/share/affine/ndotsimp.lisp X+share/maxima/5.9.1/share/affine/new-rat.lisp X+share/maxima/5.9.1/share/affine/polya.lisp X+share/maxima/5.9.1/share/affine/polyb.lisp X+share/maxima/5.9.1/share/affine/polybas.lisp X+share/maxima/5.9.1/share/affine/polyc.lisp X+share/maxima/5.9.1/share/affine/polyd.lisp X+share/maxima/5.9.1/share/affine/polysmp.lisp X+share/maxima/5.9.1/share/affine/sheafa.lisp X+share/maxima/5.9.1/share/affine/sheafb.lisp X+share/maxima/5.9.1/share/affine/sheafc.lisp X+share/maxima/5.9.1/share/affine/sparsemat.lisp X+share/maxima/5.9.1/share/affine/sub-proj.lisp X+share/maxima/5.9.1/share/affine/sys-declaim.lisp X+share/maxima/5.9.1/share/affine/sys-proclaim.lisp X+share/maxima/5.9.1/share/affine/sysdef.lisp X+share/maxima/5.9.1/share/affine/todd-coxeter.lisp X+share/maxima/5.9.1/share/algebra/charsets/README X+share/maxima/5.9.1/share/algebra/charsets/charsets.mac X+share/maxima/5.9.1/share/algebra/charsets/test1.mac X+share/maxima/5.9.1/share/algebra/differ.dem X+share/maxima/5.9.1/share/algebra/differ.mac X+share/maxima/5.9.1/share/algebra/gcdex.mac X+share/maxima/5.9.1/share/algebra/grob1.lisp X+share/maxima/5.9.1/share/algebra/nusum.mac X+share/maxima/5.9.1/share/algebra/nusum.usg X+share/maxima/5.9.1/share/algebra/recur.dem X+share/maxima/5.9.1/share/algebra/recur.lisp X+share/maxima/5.9.1/share/algebra/recur.mac X+share/maxima/5.9.1/share/algebra/recur.transcript X+share/maxima/5.9.1/share/algebra/solver/linsolve.mac X+share/maxima/5.9.1/share/algebra/solver/misc.mac X+share/maxima/5.9.1/share/algebra/solver/readme X+share/maxima/5.9.1/share/algebra/solver/slvrmsgs.mac X+share/maxima/5.9.1/share/algebra/solver/slvrtbox.mac X+share/maxima/5.9.1/share/algebra/solver/solver.mac X+share/maxima/5.9.1/share/algebra/solver/solver1-en.html X+share/maxima/5.9.1/share/algebra/solver/solver1.pdf X+share/maxima/5.9.1/share/algebra/solver/test.mac X+share/maxima/5.9.1/share/calculus/asympa.mac X+share/maxima/5.9.1/share/calculus/cartan.dem X+share/maxima/5.9.1/share/calculus/cartan.lisp X+share/maxima/5.9.1/share/calculus/fourie.dem X+share/maxima/5.9.1/share/calculus/fourie.mac X+share/maxima/5.9.1/share/calculus/fourie.usg X+share/maxima/5.9.1/share/calculus/gendif.mac X+share/maxima/5.9.1/share/calculus/gendif.usg X+share/maxima/5.9.1/share/calculus/optmiz.dem X+share/maxima/5.9.1/share/calculus/optmiz.mac X+share/maxima/5.9.1/share/calculus/optmiz.transcript X+share/maxima/5.9.1/share/calculus/optmiz.usg X+share/maxima/5.9.1/share/calculus/optmiz_1.dem X+share/maxima/5.9.1/share/calculus/optmiz_2.dem X+share/maxima/5.9.1/share/calculus/optmiz_3.dem X+share/maxima/5.9.1/share/calculus/optmiz_4.dem X+share/maxima/5.9.1/share/calculus/optvar.dem X+share/maxima/5.9.1/share/calculus/optvar.mac X+share/maxima/5.9.1/share/calculus/optvar.transcript X+share/maxima/5.9.1/share/calculus/optvar.usg X+share/maxima/5.9.1/share/calculus/optvar_1.dem X+share/maxima/5.9.1/share/calculus/optvar_2.dem X+share/maxima/5.9.1/share/calculus/pade2.mac X+share/maxima/5.9.1/share/calculus/qual.dem X+share/maxima/5.9.1/share/calculus/qual.mac X+share/maxima/5.9.1/share/calculus/qual.usg X+share/maxima/5.9.1/share/calculus/qualsp.lisp X+share/maxima/5.9.1/share/calculus/revert.mac X+share/maxima/5.9.1/share/calculus/revert.usg X+share/maxima/5.9.1/share/calculus/taylor1.mac X+share/maxima/5.9.1/share/combinatorics/comgen.lisp X+share/maxima/5.9.1/share/combinatorics/permut.lisp X+share/maxima/5.9.1/share/contrib/Grobner/README X+share/maxima/5.9.1/share/contrib/Grobner/grobner-demo.output X+share/maxima/5.9.1/share/contrib/Grobner/grobner.demo X+share/maxima/5.9.1/share/contrib/Grobner/maxima-grobner.lisp X+share/maxima/5.9.1/share/contrib/README X+share/maxima/5.9.1/share/contrib/diag.dem X+share/maxima/5.9.1/share/contrib/diag.mac X+share/maxima/5.9.1/share/contrib/diag.usg X+share/maxima/5.9.1/share/contrib/diffequations/README X+share/maxima/5.9.1/share/contrib/diffequations/contrib_ode.mac X+share/maxima/5.9.1/share/contrib/diffequations/contrib_ode.usg X+share/maxima/5.9.1/share/contrib/diffequations/ode1_abel.mac X+share/maxima/5.9.1/share/contrib/diffequations/ode1_clairault.mac X+share/maxima/5.9.1/share/contrib/diffequations/ode1_factor.mac X+share/maxima/5.9.1/share/contrib/diffequations/ode1_lagrange.mac X+share/maxima/5.9.1/share/contrib/diffequations/ode1_lie.mac X+share/maxima/5.9.1/share/contrib/diffequations/ode1_nonlinear.mac X+share/maxima/5.9.1/share/contrib/diffequations/ode1_riccati.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/Makefile X+share/maxima/5.9.1/share/contrib/diffequations/tests/README X+share/maxima/5.9.1/share/contrib/diffequations/tests/rtest_ode1_abel.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/rtest_ode1_riccati.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/rtest_sym.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/rtest_sym2.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/rtestode_murphy1.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/rtestode_murphy2.mac X+share/maxima/5.9.1/share/contrib/diffequations/tests/testsuite.lisp X+share/maxima/5.9.1/share/contrib/f90.lisp X+share/maxima/5.9.1/share/contrib/f90.usg X+share/maxima/5.9.1/share/contrib/format/README X+share/maxima/5.9.1/share/contrib/format/autoload-m.macsyma X+share/maxima/5.9.1/share/contrib/format/autoload-mp.macsyma X+share/maxima/5.9.1/share/contrib/format/coeflist.demo X+share/maxima/5.9.1/share/contrib/format/coeflist.lisp X+share/maxima/5.9.1/share/contrib/format/coeflistp.lisp X+share/maxima/5.9.1/share/contrib/format/format.announce X+share/maxima/5.9.1/share/contrib/format/format.demo X+share/maxima/5.9.1/share/contrib/format/format.lisp X+share/maxima/5.9.1/share/contrib/format/format.ps X+share/maxima/5.9.1/share/contrib/format/pois2.demo X+share/maxima/5.9.1/share/contrib/format/pois2m.ps X+share/maxima/5.9.1/share/contrib/gentran/Makefile X+share/maxima/5.9.1/share/contrib/gentran/convmac.lisp X+share/maxima/5.9.1/share/contrib/gentran/fdata.lisp X+share/maxima/5.9.1/share/contrib/gentran/global.lisp X+share/maxima/5.9.1/share/contrib/gentran/gtfix.lisp X+share/maxima/5.9.1/share/contrib/gentran/init.lisp X+share/maxima/5.9.1/share/contrib/gentran/intrfc.lisp X+share/maxima/5.9.1/share/contrib/gentran/local.gtload.lisp X+share/maxima/5.9.1/share/contrib/gentran/lspc.lisp X+share/maxima/5.9.1/share/contrib/gentran/lspfor.lisp X+share/maxima/5.9.1/share/contrib/gentran/lsprat.lisp X+share/maxima/5.9.1/share/contrib/gentran/man/MANUAL.ms X+share/maxima/5.9.1/share/contrib/gentran/man/appA.ms X+share/maxima/5.9.1/share/contrib/gentran/man/appA1.ms X+share/maxima/5.9.1/share/contrib/gentran/man/appB.ms X+share/maxima/5.9.1/share/contrib/gentran/man/contents.ms X+share/maxima/5.9.1/share/contrib/gentran/man/doc.add X+share/maxima/5.9.1/share/contrib/gentran/man/ref.ms X+share/maxima/5.9.1/share/contrib/gentran/man/sect1.ms X+share/maxima/5.9.1/share/contrib/gentran/man/sect2.ms X+share/maxima/5.9.1/share/contrib/gentran/man/sect3.ms X+share/maxima/5.9.1/share/contrib/gentran/man/sect4.ms X+share/maxima/5.9.1/share/contrib/gentran/man/sect5.ms X+share/maxima/5.9.1/share/contrib/gentran/man/sect6.ms X+share/maxima/5.9.1/share/contrib/gentran/man/title.ms X+share/maxima/5.9.1/share/contrib/gentran/man/tmp1.ms X+share/maxima/5.9.1/share/contrib/gentran/man/tmp2.ms X+share/maxima/5.9.1/share/contrib/gentran/man/tmp3.ms X+share/maxima/5.9.1/share/contrib/gentran/opt.lisp X+share/maxima/5.9.1/share/contrib/gentran/output.lisp X+share/maxima/5.9.1/share/contrib/gentran/parser.lisp X+share/maxima/5.9.1/share/contrib/gentran/pre.lisp X+share/maxima/5.9.1/share/contrib/gentran/read.lisp X+share/maxima/5.9.1/share/contrib/gentran/segmnt.lisp X+share/maxima/5.9.1/share/contrib/gentran/templt.lisp X+share/maxima/5.9.1/share/contrib/gentran/test/README X+share/maxima/5.9.1/share/contrib/gentran/test/array.mac X+share/maxima/5.9.1/share/contrib/gentran/test/array.output X+share/maxima/5.9.1/share/contrib/gentran/test/datatest.mac X+share/maxima/5.9.1/share/contrib/gentran/test/datatest.out X+share/maxima/5.9.1/share/contrib/gentran/test/for.mac X+share/maxima/5.9.1/share/contrib/gentran/test/graeffe.f X+share/maxima/5.9.1/share/contrib/gentran/test/graeffe.mac X+share/maxima/5.9.1/share/contrib/gentran/test/graeffe.output X+share/maxima/5.9.1/share/contrib/gentran/test/ham.in X+share/maxima/5.9.1/share/contrib/gentran/test/loop.mac X+share/maxima/5.9.1/share/contrib/gentran/test/matrix.f X+share/maxima/5.9.1/share/contrib/gentran/test/matrix.mac X+share/maxima/5.9.1/share/contrib/gentran/test/matrix.output X+share/maxima/5.9.1/share/contrib/gentran/test/mcond.lisp X+share/maxima/5.9.1/share/contrib/gentran/test/mdo.lisp X+share/maxima/5.9.1/share/contrib/gentran/test/rk.in X+share/maxima/5.9.1/share/contrib/gentran/test/runge.mac X+share/maxima/5.9.1/share/contrib/gentran/test/runge.output X+share/maxima/5.9.1/share/contrib/gentran/test/runge.template X+share/maxima/5.9.1/share/contrib/gentran/test/t.mac X+share/maxima/5.9.1/share/contrib/gentran/test/type.mac X+share/maxima/5.9.1/share/contrib/gentran/test/type.output X+share/maxima/5.9.1/share/contrib/gentran/vaxinit.lisp X+share/maxima/5.9.1/share/contrib/gentran/vaxlsp.lisp X+share/maxima/5.9.1/share/contrib/impdiff.mac X+share/maxima/5.9.1/share/contrib/lindstedt.mac X+share/maxima/5.9.1/share/contrib/lsquares.dem X+share/maxima/5.9.1/share/contrib/lsquares.mac X+share/maxima/5.9.1/share/contrib/makeOrders.mac X+share/maxima/5.9.1/share/contrib/maximaMathML/CtMathML.lisp X+share/maxima/5.9.1/share/contrib/maximaMathML/PrMathML.lisp X+share/maxima/5.9.1/share/contrib/maximaMathML/load-mathml.lisp X+share/maxima/5.9.1/share/contrib/maximaMathML/mathml-maxima.lisp X+share/maxima/5.9.1/share/contrib/maximaMathML/mathml.readme X+share/maxima/5.9.1/share/contrib/maximaMathML/mathmldisplay.lisp X+share/maxima/5.9.1/share/contrib/mnewton.dem X+share/maxima/5.9.1/share/contrib/mnewton.mac X+share/maxima/5.9.1/share/contrib/nset/README X+share/maxima/5.9.1/share/contrib/nset/nset-init.lisp X+share/maxima/5.9.1/share/contrib/nset/nset.html X+share/maxima/5.9.1/share/contrib/nset/nset.lisp X+share/maxima/5.9.1/share/contrib/nset/nset.texi X+share/maxima/5.9.1/share/contrib/nset/test-nset.mac X+share/maxima/5.9.1/share/contrib/numericalio/README X+share/maxima/5.9.1/share/contrib/numericalio/array.data X+share/maxima/5.9.1/share/contrib/numericalio/array.mac X+share/maxima/5.9.1/share/contrib/numericalio/csv.mac X+share/maxima/5.9.1/share/contrib/numericalio/is_equal_array.lisp X+share/maxima/5.9.1/share/contrib/numericalio/my_flatten.mac X+share/maxima/5.9.1/share/contrib/numericalio/numericalio.lisp X+share/maxima/5.9.1/share/contrib/numericalio/ragged.data X+share/maxima/5.9.1/share/contrib/numericalio/ragged.mac X+share/maxima/5.9.1/share/contrib/numericalio/really-csv.data X+share/maxima/5.9.1/share/contrib/numericalio/really-space-separated.csv X+share/maxima/5.9.1/share/contrib/numericalio/rectangular.csv X+share/maxima/5.9.1/share/contrib/numericalio/rectangular.data X+share/maxima/5.9.1/share/contrib/numericalio/rectangular.mac X+share/maxima/5.9.1/share/contrib/pdiff/battex.sty X+share/maxima/5.9.1/share/contrib/pdiff/history.txt X+share/maxima/5.9.1/share/contrib/pdiff/pdiff-doc.pdf X+share/maxima/5.9.1/share/contrib/pdiff/pdiff-doc.tex X+share/maxima/5.9.1/share/contrib/pdiff/pdiff.lisp X+share/maxima/5.9.1/share/contrib/plsquares.dem X+share/maxima/5.9.1/share/contrib/plsquares.mac X+share/maxima/5.9.1/share/contrib/rand/Avg3.mac X+share/maxima/5.9.1/share/contrib/rand/Demo.bk1 X+share/maxima/5.9.1/share/contrib/rand/Ima X+share/maxima/5.9.1/share/contrib/rand/Laplace.bk1 X+share/maxima/5.9.1/share/contrib/rand/Newimprv.bk1 X+share/maxima/5.9.1/share/contrib/rand/Ode1.bk1 X+share/maxima/5.9.1/share/contrib/rand/Oden.bk1 X+share/maxima/5.9.1/share/contrib/rand/Read.me X+share/maxima/5.9.1/share/contrib/rand/Reverse X+share/maxima/5.9.1/share/contrib/rand/Wkb X+share/maxima/5.9.1/share/contrib/rand/asympexp.mac X+share/maxima/5.9.1/share/contrib/rand/asympexp.usg X+share/maxima/5.9.1/share/contrib/rand/average.mac X+share/maxima/5.9.1/share/contrib/rand/average.usg X+share/maxima/5.9.1/share/contrib/rand/averm.mac X+share/maxima/5.9.1/share/contrib/rand/averm.usg X+share/maxima/5.9.1/share/contrib/rand/benard.mac X+share/maxima/5.9.1/share/contrib/rand/cm.mac X+share/maxima/5.9.1/share/contrib/rand/cm.usg X+share/maxima/5.9.1/share/contrib/rand/composit.mac X+share/maxima/5.9.1/share/contrib/rand/composit.usg X+share/maxima/5.9.1/share/contrib/rand/duffing.mac X+share/maxima/5.9.1/share/contrib/rand/duffing.usg X+share/maxima/5.9.1/share/contrib/rand/hill.usg X+share/maxima/5.9.1/share/contrib/rand/hill1.mac X+share/maxima/5.9.1/share/contrib/rand/hill2.mac X+share/maxima/5.9.1/share/contrib/rand/improved.mac X+share/maxima/5.9.1/share/contrib/rand/improved.usg X+share/maxima/5.9.1/share/contrib/rand/lc.mac X+share/maxima/5.9.1/share/contrib/rand/lc.usg X+share/maxima/5.9.1/share/contrib/rand/lc2.mac X+share/maxima/5.9.1/share/contrib/rand/lie.mac X+share/maxima/5.9.1/share/contrib/rand/lie.usg X+share/maxima/5.9.1/share/contrib/rand/mathieu.mac X+share/maxima/5.9.1/share/contrib/rand/mathieu.usg X+share/maxima/5.9.1/share/contrib/rand/mathieu0.mac X+share/maxima/5.9.1/share/contrib/rand/nf.mac X+share/maxima/5.9.1/share/contrib/rand/nf.usg X+share/maxima/5.9.1/share/contrib/rand/recursiv.mac X+share/maxima/5.9.1/share/contrib/rand/recursiv.usg X+share/maxima/5.9.1/share/contrib/rand/reduct1.mac X+share/maxima/5.9.1/share/contrib/rand/reduct1.usg X+share/maxima/5.9.1/share/contrib/rand/reduct2.mac X+share/maxima/5.9.1/share/contrib/rand/reduct2.usg X+share/maxima/5.9.1/share/contrib/rand/reduct3.mac X+share/maxima/5.9.1/share/contrib/rand/reduct3.usg X+share/maxima/5.9.1/share/contrib/rand/takens.mac X+share/maxima/5.9.1/share/contrib/rand/takens.usg X+share/maxima/5.9.1/share/contrib/rand/transfor.mac X+share/maxima/5.9.1/share/contrib/rand/transfor.usg X+share/maxima/5.9.1/share/contrib/rand/twovar.mac X+share/maxima/5.9.1/share/contrib/rand/twovar.usg X+share/maxima/5.9.1/share/contrib/rand/vandpol.mac X+share/maxima/5.9.1/share/contrib/rand/vandpol.usg X+share/maxima/5.9.1/share/contrib/unit/unit.mac X+share/maxima/5.9.1/share/contrib/unit/unit.usg X+share/maxima/5.9.1/share/diffequations/abel.mac X+share/maxima/5.9.1/share/diffequations/desoln.mac X+share/maxima/5.9.1/share/diffequations/desoln.usg X+share/maxima/5.9.1/share/diffequations/exampl.mac X+share/maxima/5.9.1/share/diffequations/linde1.mc X+share/maxima/5.9.1/share/diffequations/ode2.mac X+share/maxima/5.9.1/share/diffequations/ode2.usg X+share/maxima/5.9.1/share/diffequations/odeaux.mac X+share/maxima/5.9.1/share/diffequations/pdvtr.mac X+share/maxima/5.9.1/share/diffequations/phypgm.mac X+share/maxima/5.9.1/share/diffequations/pivtr.mac X+share/maxima/5.9.1/share/diffequations/pmain.mac X+share/maxima/5.9.1/share/graphics/world.mac X+share/maxima/5.9.1/share/integequations/inteqn.mac X+share/maxima/5.9.1/share/integequations/inteqn.usg X+share/maxima/5.9.1/share/integequations/intexs.mac X+share/maxima/5.9.1/share/integration/antid.dem X+share/maxima/5.9.1/share/integration/antid.mac X+share/maxima/5.9.1/share/integration/antid.usg X+share/maxima/5.9.1/share/integration/bypart.mac X+share/maxima/5.9.1/share/integration/delta.dem X+share/maxima/5.9.1/share/integration/delta.mac X+share/maxima/5.9.1/share/integration/delta.usg X+share/maxima/5.9.1/share/integration/intsce.mac X+share/maxima/5.9.1/share/integration/intsce.usg X+share/maxima/5.9.1/share/macro/autolo.mac X+share/maxima/5.9.1/share/macro/basic.mac X+share/maxima/5.9.1/share/macro/caseq.mac X+share/maxima/5.9.1/share/macro/contrl.mac X+share/maxima/5.9.1/share/macro/defm.dem X+share/maxima/5.9.1/share/macro/defm.mac X+share/maxima/5.9.1/share/macro/defm.syn X+share/maxima/5.9.1/share/macro/defstm.mac X+share/maxima/5.9.1/share/macro/defstmrun.mac X+share/maxima/5.9.1/share/macro/fexpr.mac X+share/maxima/5.9.1/share/macro/keyarg.dem X+share/maxima/5.9.1/share/macro/keyarg.mac X+share/maxima/5.9.1/share/macro/packg.mac X+share/maxima/5.9.1/share/macro/sum1.mac X+share/maxima/5.9.1/share/matrix/determ.mac X+share/maxima/5.9.1/share/matrix/determ.usg X+share/maxima/5.9.1/share/matrix/eigen.dem X+share/maxima/5.9.1/share/matrix/eigen.mac X+share/maxima/5.9.1/share/matrix/eigen.usg X+share/maxima/5.9.1/share/matrix/eigen_1.dem X+share/maxima/5.9.1/share/matrix/eigeni.mac X+share/maxima/5.9.1/share/matrix/invert.mac X+share/maxima/5.9.1/share/matrix/invert.usg X+share/maxima/5.9.1/share/matrix/matfun.mac X+share/maxima/5.9.1/share/matrix/nchrpl.dem X+share/maxima/5.9.1/share/matrix/nchrpl.mac X+share/maxima/5.9.1/share/matrix/pfaff.dem X+share/maxima/5.9.1/share/matrix/pfaff.mac X+share/maxima/5.9.1/share/matrix/pfaff.usg X+share/maxima/5.9.1/share/matrix/rateig.mac X+share/maxima/5.9.1/share/maxima-init.lisp X+share/maxima/5.9.1/share/misc/arrfun.mac X+share/maxima/5.9.1/share/misc/declin.dem X+share/maxima/5.9.1/share/misc/declin.mac X+share/maxima/5.9.1/share/misc/declin.usg X+share/maxima/5.9.1/share/misc/diffop.lisp X+share/maxima/5.9.1/share/misc/disran.lisp X+share/maxima/5.9.1/share/misc/disran.usg X+share/maxima/5.9.1/share/misc/dump.lisp X+share/maxima/5.9.1/share/misc/dump.usg X+share/maxima/5.9.1/share/misc/foptim.lisp X+share/maxima/5.9.1/share/misc/seqopt.dem X+share/maxima/5.9.1/share/misc/seqopt.lisp X+share/maxima/5.9.1/share/misc/seqopt.usg X+share/maxima/5.9.1/share/misc/set.lisp X+share/maxima/5.9.1/share/misc/set.usg X+share/maxima/5.9.1/share/misc/smacro.mac X+share/maxima/5.9.1/share/numeric/bffac.lisp X+share/maxima/5.9.1/share/numeric/bffac.mac X+share/maxima/5.9.1/share/numeric/bffac.usg X+share/maxima/5.9.1/share/numeric/brmbrg.lisp X+share/maxima/5.9.1/share/numeric/brmbrg.usg X+share/maxima/5.9.1/share/numeric/cfortr.dem X+share/maxima/5.9.1/share/numeric/cfortr.lisp X+share/maxima/5.9.1/share/numeric/cfortr.tst X+share/maxima/5.9.1/share/numeric/cfortr.usg X+share/maxima/5.9.1/share/numeric/dblint.dem X+share/maxima/5.9.1/share/numeric/dblint.mac X+share/maxima/5.9.1/share/numeric/dblint.usg X+share/maxima/5.9.1/share/numeric/dblint_1.dem X+share/maxima/5.9.1/share/numeric/diffeq.dem X+share/maxima/5.9.1/share/numeric/diffeq.mac X+share/maxima/5.9.1/share/numeric/expense.lisp X+share/maxima/5.9.1/share/numeric/fft.dem X+share/maxima/5.9.1/share/numeric/fft.lisp X+share/maxima/5.9.1/share/numeric/fft.usg X+share/maxima/5.9.1/share/numeric/forma1.lisp X+share/maxima/5.9.1/share/numeric/forma1.usg X+share/maxima/5.9.1/share/numeric/format.lisp X+share/maxima/5.9.1/share/numeric/format.usg X+share/maxima/5.9.1/share/numeric/kach.dem X+share/maxima/5.9.1/share/numeric/kach.mac X+share/maxima/5.9.1/share/numeric/newton.mac X+share/maxima/5.9.1/share/numeric/newton1.mac X+share/maxima/5.9.1/share/numeric/qq.dem X+share/maxima/5.9.1/share/numeric/qq.lisp X+share/maxima/5.9.1/share/numeric/qq.usg X+share/maxima/5.9.1/share/numeric/riemsum.mac X+share/maxima/5.9.1/share/numeric/simpsn.dem X+share/maxima/5.9.1/share/numeric/simpsn.mac X+share/maxima/5.9.1/share/numeric/submac.dem X+share/maxima/5.9.1/share/numeric/submac.mac X+share/maxima/5.9.1/share/physics/battex.sty X+share/maxima/5.9.1/share/physics/dimen.dem X+share/maxima/5.9.1/share/physics/dimen.mac X+share/maxima/5.9.1/share/physics/dimen.usg X+share/maxima/5.9.1/share/physics/dimension.html X+share/maxima/5.9.1/share/physics/dimension.mac X+share/maxima/5.9.1/share/physics/dimension.pdf X+share/maxima/5.9.1/share/physics/dimension.tex X+share/maxima/5.9.1/share/physics/elec.lisp X+share/maxima/5.9.1/share/physics/physconst.mac X+share/maxima/5.9.1/share/physics/physconst.usg X+share/maxima/5.9.1/share/physics/units.mac X+share/maxima/5.9.1/share/physics/units.usg X+share/maxima/5.9.1/share/share.usg X+share/maxima/5.9.1/share/simplification/absimp.dem X+share/maxima/5.9.1/share/simplification/absimp.mac X+share/maxima/5.9.1/share/simplification/absimp.usg X+share/maxima/5.9.1/share/simplification/disol.dem X+share/maxima/5.9.1/share/simplification/disol.mac X+share/maxima/5.9.1/share/simplification/disol.usg X+share/maxima/5.9.1/share/simplification/elim.mac X+share/maxima/5.9.1/share/simplification/elim.usg X+share/maxima/5.9.1/share/simplification/facex1.mac X+share/maxima/5.9.1/share/simplification/facexp.dem X+share/maxima/5.9.1/share/simplification/facexp.mac X+share/maxima/5.9.1/share/simplification/facexp.usg X+share/maxima/5.9.1/share/simplification/functs.dem X+share/maxima/5.9.1/share/simplification/functs.mac X+share/maxima/5.9.1/share/simplification/functs.usg X+share/maxima/5.9.1/share/simplification/genut.mac X+share/maxima/5.9.1/share/simplification/ineq.dem X+share/maxima/5.9.1/share/simplification/ineq.mac X+share/maxima/5.9.1/share/simplification/ineq.usg X+share/maxima/5.9.1/share/simplification/lrats.dem X+share/maxima/5.9.1/share/simplification/lrats.mac X+share/maxima/5.9.1/share/simplification/lrats.usg X+share/maxima/5.9.1/share/simplification/rducon.dem X+share/maxima/5.9.1/share/simplification/rducon.lisp X+share/maxima/5.9.1/share/simplification/rducon.usg X+share/maxima/5.9.1/share/simplification/rncomb.dem X+share/maxima/5.9.1/share/simplification/rncomb.mac X+share/maxima/5.9.1/share/simplification/rncomb.usg X+share/maxima/5.9.1/share/simplification/scifac.dem X+share/maxima/5.9.1/share/simplification/scifac.lisp X+share/maxima/5.9.1/share/simplification/scifac.usg X+share/maxima/5.9.1/share/simplification/sqdnst.mac X+share/maxima/5.9.1/share/simplification/sqdnst.usg X+share/maxima/5.9.1/share/simplification/stopex.dem X+share/maxima/5.9.1/share/simplification/stopex.mac X+share/maxima/5.9.1/share/simplification/stopex.usg X+share/maxima/5.9.1/share/specfunctions/airy.lisp X+share/maxima/5.9.1/share/specfunctions/airy.usg X+share/maxima/5.9.1/share/specfunctions/ellipt.lisp X+share/maxima/5.9.1/share/specfunctions/ellipt.usg X+share/maxima/5.9.1/share/specfunctions/gamma.mac X+share/maxima/5.9.1/share/specfunctions/h-atom.dem X+share/maxima/5.9.1/share/specfunctions/kn.mac X+share/maxima/5.9.1/share/specfunctions/specfun.mac X+share/maxima/5.9.1/share/specfunctions/specfun.usg X+share/maxima/5.9.1/share/specfunctions/test_specfun.mac X+share/maxima/5.9.1/share/specfunctions/variational_method.dem X+share/maxima/5.9.1/share/sym/arite.lisp X+share/maxima/5.9.1/share/sym/chbase.lisp X+share/maxima/5.9.1/share/sym/compile.lisp X+share/maxima/5.9.1/share/sym/direct.lisp X+share/maxima/5.9.1/share/sym/doconline X+share/maxima/5.9.1/share/sym/docsym.tex X+share/maxima/5.9.1/share/sym/docsymidx.tex X+share/maxima/5.9.1/share/sym/ecrivain.lisp X+share/maxima/5.9.1/share/sym/elem.lisp X+share/maxima/5.9.1/share/sym/kak.lisp X+share/maxima/5.9.1/share/sym/lecteur.lisp X+share/maxima/5.9.1/share/sym/macros.lisp X+share/maxima/5.9.1/share/sym/makefile X+share/maxima/5.9.1/share/sym/multmon.lisp X+share/maxima/5.9.1/share/sym/operations.lisp X+share/maxima/5.9.1/share/sym/partpol.lisp X+share/maxima/5.9.1/share/sym/permut.lisp X+share/maxima/5.9.1/share/sym/pui.lisp X+share/maxima/5.9.1/share/sym/resolcayley.lisp X+share/maxima/5.9.1/share/sym/resolv1.lisp X+share/maxima/5.9.1/share/sym/resolvante.mac X+share/maxima/5.9.1/share/sym/schur.lisp X+share/maxima/5.9.1/share/sym/sym.mac X+share/maxima/5.9.1/share/sym/sym1.mac X+share/maxima/5.9.1/share/sym/treillis.lisp X+share/maxima/5.9.1/share/sym/tri.lisp X+share/maxima/5.9.1/share/sym/util.lisp X+share/maxima/5.9.1/share/tensor/aatest.mac X+share/maxima/5.9.1/share/tensor/ademo-2steps.dem X+share/maxima/5.9.1/share/tensor/ademo.dem X+share/maxima/5.9.1/share/tensor/ajpff.mac X+share/maxima/5.9.1/share/tensor/brans_vacuum.mac X+share/maxima/5.9.1/share/tensor/canten.lisp X+share/maxima/5.9.1/share/tensor/car_iden.dem X+share/maxima/5.9.1/share/tensor/ctenso_1.dem X+share/maxima/5.9.1/share/tensor/ctenso_2.dem X+share/maxima/5.9.1/share/tensor/ctenso_3.dem X+share/maxima/5.9.1/share/tensor/ctenso_4.dem X+share/maxima/5.9.1/share/tensor/ctensr.mac X+share/maxima/5.9.1/share/tensor/ex_calc.dem X+share/maxima/5.9.1/share/tensor/ex_calc.mac X+share/maxima/5.9.1/share/tensor/gener.lisp X+share/maxima/5.9.1/share/tensor/info-tensor-2.txt X+share/maxima/5.9.1/share/tensor/info-tensor.txt X+share/maxima/5.9.1/share/tensor/inpfix.lisp X+share/maxima/5.9.1/share/tensor/itensor.dem X+share/maxima/5.9.1/share/tensor/itensor.lisp X+share/maxima/5.9.1/share/tensor/itensor.usg X+share/maxima/5.9.1/share/tensor/jpff.mac X+share/maxima/5.9.1/share/tensor/kaluza.dem X+share/maxima/5.9.1/share/tensor/kaluza.mac X+share/maxima/5.9.1/share/tensor/lckdt.mac X+share/maxima/5.9.1/share/tensor/manual.txt X+share/maxima/5.9.1/share/tensor/metrics.mac X+share/maxima/5.9.1/share/tensor/motion.mac X+share/maxima/5.9.1/share/tensor/petrov.mac X+share/maxima/5.9.1/share/tensor/swartz.dem X+share/maxima/5.9.1/share/tensor/symtry.lisp X+share/maxima/5.9.1/share/tensor/ten_alg.dem X+share/maxima/5.9.1/share/tensor/tensor-doc.txt X+share/maxima/5.9.1/share/tensor/tentex.lisp X+share/maxima/5.9.1/share/tensor/test1.mac X+share/maxima/5.9.1/share/trigonometry/atrig1.mac X+share/maxima/5.9.1/share/trigonometry/atrig1.usg X+share/maxima/5.9.1/share/trigonometry/ntrig.mac X+share/maxima/5.9.1/share/trigonometry/ntrig.usg X+share/maxima/5.9.1/share/trigonometry/spangl.mac X+share/maxima/5.9.1/share/trigonometry/spangl.usg X+share/maxima/5.9.1/share/trigonometry/trgsmp.mac X+share/maxima/5.9.1/share/trigonometry/trigrat.lisp X+share/maxima/5.9.1/share/utils/batch.dem X+share/maxima/5.9.1/share/utils/batch.mac X+share/maxima/5.9.1/share/utils/batch.transcript X+share/maxima/5.9.1/share/utils/batch.usg X+share/maxima/5.9.1/share/utils/dskuse.lisp X+share/maxima/5.9.1/share/utils/dskuse.usg X+share/maxima/5.9.1/share/utils/fileop.lisp X+share/maxima/5.9.1/share/utils/fileop.usg X+share/maxima/5.9.1/share/utils/mactex-utilities.lisp X+share/maxima/5.9.1/share/vector/vect.dem X+share/maxima/5.9.1/share/vector/vect.mac X+share/maxima/5.9.1/share/vector/vect.usg X+share/maxima/5.9.1/share/vector/vect_transform.mac X+share/maxima/5.9.1/share/vector/vector.dem X+share/maxima/5.9.1/share/vector/vector.mac X+share/maxima/5.9.1/share/vector/vector.usg X+share/maxima/5.9.1/src/acall.lisp X+share/maxima/5.9.1/src/algfac.lisp X+share/maxima/5.9.1/src/algsys.lisp X+share/maxima/5.9.1/src/ar.lisp X+share/maxima/5.9.1/src/askp.lisp X+share/maxima/5.9.1/src/asum.lisp X+share/maxima/5.9.1/src/autoconf-variables.lisp X+share/maxima/5.9.1/src/autol.lisp X+share/maxima/5.9.1/src/bessel.lisp X+share/maxima/5.9.1/src/buildq.lisp X+share/maxima/5.9.1/src/cl-info.lisp X+share/maxima/5.9.1/src/clmacs.lisp X+share/maxima/5.9.1/src/combin.lisp X+share/maxima/5.9.1/src/comm.lisp X+share/maxima/5.9.1/src/comm2.lisp X+share/maxima/5.9.1/src/commac.lisp X+share/maxima/5.9.1/src/command-line.lisp X+share/maxima/5.9.1/src/compar.lisp X+share/maxima/5.9.1/src/compat.lisp X+share/maxima/5.9.1/src/cpoly.lisp X+share/maxima/5.9.1/src/csimp.lisp X+share/maxima/5.9.1/src/csimp2.lisp X+share/maxima/5.9.1/src/db.lisp X+share/maxima/5.9.1/src/defcal.lisp X+share/maxima/5.9.1/src/defint.lisp X+share/maxima/5.9.1/src/defopt.lisp X+share/maxima/5.9.1/src/desoln.lisp X+share/maxima/5.9.1/src/displa.lisp X+share/maxima/5.9.1/src/displm.lisp X+share/maxima/5.9.1/src/dskfn.lisp X+share/maxima/5.9.1/src/elim.lisp X+share/maxima/5.9.1/src/ellipt.lisp X+share/maxima/5.9.1/src/evalw.lisp X+share/maxima/5.9.1/src/ezgcd.lisp X+share/maxima/5.9.1/src/factor.lisp X+share/maxima/5.9.1/src/fcall.lisp X+share/maxima/5.9.1/src/flatten.lisp X+share/maxima/5.9.1/src/float.lisp X+share/maxima/5.9.1/src/fortra.lisp X+share/maxima/5.9.1/src/generate-sys-proclaim.lisp X+share/maxima/5.9.1/src/generr.lisp X+share/maxima/5.9.1/src/grind.lisp X+share/maxima/5.9.1/src/hayat.lisp X+share/maxima/5.9.1/src/homog.lisp X+share/maxima/5.9.1/src/hyp.lisp X+share/maxima/5.9.1/src/hypgeo.lisp X+share/maxima/5.9.1/src/init-cl.lisp X+share/maxima/5.9.1/src/inmis.lisp X+share/maxima/5.9.1/src/intpol.lisp X+share/maxima/5.9.1/src/invert.lisp X+share/maxima/5.9.1/src/irinte.lisp X+share/maxima/5.9.1/src/kclmac.lisp X+share/maxima/5.9.1/src/laplac.lisp X+share/maxima/5.9.1/src/ldisp.lisp X+share/maxima/5.9.1/src/lesfac.lisp X+share/maxima/5.9.1/src/letmac.lisp X+share/maxima/5.9.1/src/limit.lisp X+share/maxima/5.9.1/src/linnew.lisp X+share/maxima/5.9.1/src/lmdcls.lisp X+share/maxima/5.9.1/src/logarc.lisp X+share/maxima/5.9.1/src/macdes.lisp X+share/maxima/5.9.1/src/macsys.lisp X+share/maxima/5.9.1/src/mactex.lisp X+share/maxima/5.9.1/src/marray.lisp X+share/maxima/5.9.1/src/mat.lisp X+share/maxima/5.9.1/src/matcom.lisp X+share/maxima/5.9.1/src/matrix.lisp X+share/maxima/5.9.1/src/matrun.lisp X+share/maxima/5.9.1/src/max_ext.lisp X+share/maxima/5.9.1/src/maxima-package.lisp X+share/maxima/5.9.1/src/maxmac.lisp X+share/maxima/5.9.1/src/mdebug.lisp X+share/maxima/5.9.1/src/mdefun.lisp X+share/maxima/5.9.1/src/mdot.lisp X+share/maxima/5.9.1/src/merror.lisp X+share/maxima/5.9.1/src/mforma.lisp X+share/maxima/5.9.1/src/mformt.lisp X+share/maxima/5.9.1/src/mhayat.lisp X+share/maxima/5.9.1/src/misc.lisp X+share/maxima/5.9.1/src/mlisp.lisp X+share/maxima/5.9.1/src/mload.lisp X+share/maxima/5.9.1/src/mmacro.lisp X+share/maxima/5.9.1/src/mopers.lisp X+share/maxima/5.9.1/src/mormac.lisp X+share/maxima/5.9.1/src/mrgmac.lisp X+share/maxima/5.9.1/src/mstuff.lisp X+share/maxima/5.9.1/src/mtrace.lisp X+share/maxima/5.9.1/src/mutils.lisp X+share/maxima/5.9.1/src/nalgfa.lisp X+share/maxima/5.9.1/src/newdet.lisp X+share/maxima/5.9.1/src/newinv.lisp X+share/maxima/5.9.1/src/nforma.lisp X+share/maxima/5.9.1/src/nisimp.lisp X+share/maxima/5.9.1/src/nparse.lisp X+share/maxima/5.9.1/src/nrat4.lisp X+share/maxima/5.9.1/src/nregex.lisp X+share/maxima/5.9.1/src/numer.lisp X+share/maxima/5.9.1/src/numerical/f2cl-lib.lisp X+share/maxima/5.9.1/src/numerical/f2cl-package.lisp X+share/maxima/5.9.1/src/numerical/slatec.lisp X+share/maxima/5.9.1/src/numerical/slatec/README X+share/maxima/5.9.1/src/numerical/slatec/d9aimp.lisp X+share/maxima/5.9.1/src/numerical/slatec/d9b0mp.lisp X+share/maxima/5.9.1/src/numerical/slatec/d9b1mp.lisp X+share/maxima/5.9.1/src/numerical/slatec/d9lgmc.lisp X+share/maxima/5.9.1/src/numerical/slatec/dai.lisp X+share/maxima/5.9.1/src/numerical/slatec/daie.lisp X+share/maxima/5.9.1/src/numerical/slatec/dasyik.lisp X+share/maxima/5.9.1/src/numerical/slatec/dasyjy.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesi.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesi0.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesi1.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesj.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesj0.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesj1.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesk.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesk0.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesk1.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesy.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesy0.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbesy1.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbsi0e.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbsi1e.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbsk0e.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbsk1e.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbsknu.lisp X+share/maxima/5.9.1/src/numerical/slatec/dbsynu.lisp X+share/maxima/5.9.1/src/numerical/slatec/dcsevl.lisp X+share/maxima/5.9.1/src/numerical/slatec/de1.lisp X+share/maxima/5.9.1/src/numerical/slatec/dei.lisp X+share/maxima/5.9.1/src/numerical/slatec/derf.lisp X+share/maxima/5.9.1/src/numerical/slatec/derfc.lisp X+share/maxima/5.9.1/src/numerical/slatec/dgamlm.lisp X+share/maxima/5.9.1/src/numerical/slatec/dgamln.lisp X+share/maxima/5.9.1/src/numerical/slatec/dgamma.lisp X+share/maxima/5.9.1/src/numerical/slatec/dgtsl.lisp X+share/maxima/5.9.1/src/numerical/slatec/djairy.lisp X+share/maxima/5.9.1/src/numerical/slatec/dlngam.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqag.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqage.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqagi.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqagie.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqagpe.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqags.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqagse.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawc.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawce.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawf.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawfe.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawo.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawoe.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqaws.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqawse.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqc25c.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqc25f.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqc25s.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqcheb.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqelg.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk15.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk15i.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk15w.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk21.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk31.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk41.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk51.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqk61.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqmomo.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqng.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqpsrt.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqwgtc.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqwgtf.lisp X+share/maxima/5.9.1/src/numerical/slatec/dqwgts.lisp X+share/maxima/5.9.1/src/numerical/slatec/dyairy.lisp X+share/maxima/5.9.1/src/numerical/slatec/fdump.lisp X+share/maxima/5.9.1/src/numerical/slatec/initds.lisp X+share/maxima/5.9.1/src/numerical/slatec/j4save.lisp X+share/maxima/5.9.1/src/numerical/slatec/quadpack.lisp X+share/maxima/5.9.1/src/numerical/slatec/quadpack.system X+share/maxima/5.9.1/src/numerical/slatec/slatec.system X+share/maxima/5.9.1/src/numerical/slatec/xercnt.lisp X+share/maxima/5.9.1/src/numerical/slatec/xerhlt.lisp X+share/maxima/5.9.1/src/numerical/slatec/xermsg.lisp X+share/maxima/5.9.1/src/numerical/slatec/xerprn.lisp X+share/maxima/5.9.1/src/numerical/slatec/xersve.lisp X+share/maxima/5.9.1/src/numerical/slatec/xgetua.lisp X+share/maxima/5.9.1/src/numerical/slatec/zabs.lisp X+share/maxima/5.9.1/src/numerical/slatec/zacai.lisp X+share/maxima/5.9.1/src/numerical/slatec/zacon.lisp X+share/maxima/5.9.1/src/numerical/slatec/zairy.lisp X+share/maxima/5.9.1/src/numerical/slatec/zasyi.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbesh.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbesi.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbesj.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbesk.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbesy.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbinu.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbknu.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbuni.lisp X+share/maxima/5.9.1/src/numerical/slatec/zbunk.lisp X+share/maxima/5.9.1/src/numerical/slatec/zdiv.lisp X+share/maxima/5.9.1/src/numerical/slatec/zexp.lisp X+share/maxima/5.9.1/src/numerical/slatec/zkscl.lisp X+share/maxima/5.9.1/src/numerical/slatec/zlog.lisp X+share/maxima/5.9.1/src/numerical/slatec/zmlri.lisp X+share/maxima/5.9.1/src/numerical/slatec/zmlt.lisp X+share/maxima/5.9.1/src/numerical/slatec/zrati.lisp X+share/maxima/5.9.1/src/numerical/slatec/zs1s2.lisp X+share/maxima/5.9.1/src/numerical/slatec/zseri.lisp X+share/maxima/5.9.1/src/numerical/slatec/zshch.lisp X+share/maxima/5.9.1/src/numerical/slatec/zsqrt.lisp X+share/maxima/5.9.1/src/numerical/slatec/zuchk.lisp X+share/maxima/5.9.1/src/numerical/slatec/zunhj.lisp X+share/maxima/5.9.1/src/numerical/slatec/zuni1.lisp X+share/maxima/5.9.1/src/numerical/slatec/zuni2.lisp X+share/maxima/5.9.1/src/numerical/slatec/zunik.lisp X+share/maxima/5.9.1/src/numerical/slatec/zunk1.lisp X+share/maxima/5.9.1/src/numerical/slatec/zunk2.lisp X+share/maxima/5.9.1/src/numerical/slatec/zuoik.lisp X+share/maxima/5.9.1/src/numerical/slatec/zwrsk.lisp X+share/maxima/5.9.1/src/numerm.lisp X+share/maxima/5.9.1/src/numth.lisp X+share/maxima/5.9.1/src/nusum.lisp X+share/maxima/5.9.1/src/ode2.lisp X+share/maxima/5.9.1/src/opers.lisp X+share/maxima/5.9.1/src/optim.lisp X+share/maxima/5.9.1/src/optimize.lisp X+share/maxima/5.9.1/src/option.lisp X+share/maxima/5.9.1/src/outmis.lisp X+share/maxima/5.9.1/src/pade.lisp X+share/maxima/5.9.1/src/parse-body.lisp X+share/maxima/5.9.1/src/plot.lisp X+share/maxima/5.9.1/src/pois2.lisp X+share/maxima/5.9.1/src/pois3.lisp X+share/maxima/5.9.1/src/polyrz.lisp X+share/maxima/5.9.1/src/powers.lisp X+share/maxima/5.9.1/src/procs.lisp X+share/maxima/5.9.1/src/psolve.lisp X+share/maxima/5.9.1/src/rat3a.lisp X+share/maxima/5.9.1/src/rat3b.lisp X+share/maxima/5.9.1/src/rat3c.lisp X+share/maxima/5.9.1/src/rat3d.lisp X+share/maxima/5.9.1/src/rat3e.lisp X+share/maxima/5.9.1/src/ratmac.lisp X+share/maxima/5.9.1/src/ratout.lisp X+share/maxima/5.9.1/src/ratpoi.lisp X+share/maxima/5.9.1/src/residu.lisp X+share/maxima/5.9.1/src/result.lisp X+share/maxima/5.9.1/src/risch.lisp X+share/maxima/5.9.1/src/rombrg.lisp X+share/maxima/5.9.1/src/rpart.lisp X+share/maxima/5.9.1/src/runtim.lisp X+share/maxima/5.9.1/src/rzmac.lisp X+share/maxima/5.9.1/src/schatc.lisp X+share/maxima/5.9.1/src/scs.lisp X+share/maxima/5.9.1/src/series.lisp X+share/maxima/5.9.1/src/server.lisp X+share/maxima/5.9.1/src/set.lisp X+share/maxima/5.9.1/src/simp.lisp X+share/maxima/5.9.1/src/sin.lisp X+share/maxima/5.9.1/src/sinint.lisp X+share/maxima/5.9.1/src/sloop.lisp X+share/maxima/5.9.1/src/solve.lisp X+share/maxima/5.9.1/src/specfn.lisp X+share/maxima/5.9.1/src/spgcd.lisp X+share/maxima/5.9.1/src/sprdet.lisp X+share/maxima/5.9.1/src/strmac.lisp X+share/maxima/5.9.1/src/sublis.lisp X+share/maxima/5.9.1/src/sumcon.lisp X+share/maxima/5.9.1/src/suprv1.lisp X+share/maxima/5.9.1/src/sys-proclaim.lisp X+share/maxima/5.9.1/src/tlimit.lisp X+share/maxima/5.9.1/src/todd-coxeter.lisp X+share/maxima/5.9.1/src/trans1.lisp X+share/maxima/5.9.1/src/trans2.lisp X+share/maxima/5.9.1/src/trans3.lisp X+share/maxima/5.9.1/src/trans4.lisp X+share/maxima/5.9.1/src/trans5.lisp X+share/maxima/5.9.1/src/transf.lisp X+share/maxima/5.9.1/src/transl.lisp X+share/maxima/5.9.1/src/transm.lisp X+share/maxima/5.9.1/src/transq.lisp X+share/maxima/5.9.1/src/transs.lisp X+share/maxima/5.9.1/src/trdata.lisp X+share/maxima/5.9.1/src/trgred.lisp X+share/maxima/5.9.1/src/trgsmp.lisp X+share/maxima/5.9.1/src/trigi.lisp X+share/maxima/5.9.1/src/trigo.lisp X+share/maxima/5.9.1/src/trmode.lisp X+share/maxima/5.9.1/src/troper.lisp X+share/maxima/5.9.1/src/trpred.lisp X+share/maxima/5.9.1/src/trprop.lisp X+share/maxima/5.9.1/src/trutil.lisp X+share/maxima/5.9.1/src/ufact.lisp X+share/maxima/5.9.1/src/utils.lisp X+share/maxima/5.9.1/src/zero.lisp X+share/maxima/5.9.1/tests/rexamples.mac X+share/maxima/5.9.1/tests/rtest1.mac X+share/maxima/5.9.1/tests/rtest10.mac X+share/maxima/5.9.1/tests/rtest11.mac X+share/maxima/5.9.1/tests/rtest12.mac X+share/maxima/5.9.1/tests/rtest13.mac X+share/maxima/5.9.1/tests/rtest13s.mac X+share/maxima/5.9.1/tests/rtest14.mac X+share/maxima/5.9.1/tests/rtest15.mac X+share/maxima/5.9.1/tests/rtest1a.mac X+share/maxima/5.9.1/tests/rtest2.mac X+share/maxima/5.9.1/tests/rtest3.mac X+share/maxima/5.9.1/tests/rtest4.mac X+share/maxima/5.9.1/tests/rtest5.mac X+share/maxima/5.9.1/tests/rtest6.mac X+share/maxima/5.9.1/tests/rtest6a.mac X+share/maxima/5.9.1/tests/rtest6b.mac X+share/maxima/5.9.1/tests/rtest7.mac X+share/maxima/5.9.1/tests/rtest8.mac X+share/maxima/5.9.1/tests/rtest9.mac X+share/maxima/5.9.1/tests/rtest9a.mac X+share/maxima/5.9.1/tests/rtestflatten.mac X+share/maxima/5.9.1/tests/rtestode.mac X+share/maxima/5.9.1/tests/rtestode_zp.mac X+share/maxima/5.9.1/tests/testsuite.lisp X+share/maxima/5.9.1/xmaxima/demos.html X+share/maxima/5.9.1/xmaxima/examples.html X+share/maxima/5.9.1/xmaxima/intro.html X+share/maxima/5.9.1/xmaxima/maxima-icon.ico X+share/maxima/5.9.1/xmaxima/maxima-icon.png X+share/maxima/5.9.1/xmaxima/maxima-new.gif X+share/maxima/5.9.1/xmaxima/maxima-new.png X+share/maxima/5.9.1/xmaxima/plotmaxima.html X+share/nls/POSIX X+share/nls/en_US.US-ASCII X+@dirrm share/maxima/5.9.1/xmaxima X+@dirrm share/maxima/5.9.1/tests X+@dirrm share/maxima/5.9.1/src/numerical/slatec X+@dirrm share/maxima/5.9.1/src/numerical X+@dirrm share/maxima/5.9.1/src X+@dirrm share/maxima/5.9.1/share/vector X+@dirrm share/maxima/5.9.1/share/utils X+@dirrm share/maxima/5.9.1/share/trigonometry X+@dirrm share/maxima/5.9.1/share/tensor X+@dirrm share/maxima/5.9.1/share/sym X+@dirrm share/maxima/5.9.1/share/specfunctions X+@dirrm share/maxima/5.9.1/share/simplification X+@dirrm share/maxima/5.9.1/share/physics X+@dirrm share/maxima/5.9.1/share/numeric X+@dirrm share/maxima/5.9.1/share/misc X+@dirrm share/maxima/5.9.1/share/matrix X+@dirrm share/maxima/5.9.1/share/macro X+@dirrm share/maxima/5.9.1/share/integration X+@dirrm share/maxima/5.9.1/share/integequations X+@dirrm share/maxima/5.9.1/share/graphics X+@dirrm share/maxima/5.9.1/share/diffequations X+@dirrm share/maxima/5.9.1/share/contrib/unit X+@dirrm share/maxima/5.9.1/share/contrib/rand X+@dirrm share/maxima/5.9.1/share/contrib/pdiff X+@dirrm share/maxima/5.9.1/share/contrib/numericalio X+@dirrm share/maxima/5.9.1/share/contrib/nset X+@dirrm share/maxima/5.9.1/share/contrib/maximaMathML X+@dirrm share/maxima/5.9.1/share/contrib/gentran/test X+@dirrm share/maxima/5.9.1/share/contrib/gentran/man X+@dirrm share/maxima/5.9.1/share/contrib/gentran X+@dirrm share/maxima/5.9.1/share/contrib/format X+@dirrm share/maxima/5.9.1/share/contrib/diffequations/tests X+@dirrm share/maxima/5.9.1/share/contrib/diffequations X+@dirrm share/maxima/5.9.1/share/contrib/Grobner X+@dirrm share/maxima/5.9.1/share/contrib X+@dirrm share/maxima/5.9.1/share/combinatorics X+@dirrm share/maxima/5.9.1/share/calculus X+@dirrm share/maxima/5.9.1/share/algebra/solver X+@dirrm share/maxima/5.9.1/share/algebra/charsets X+@dirrm share/maxima/5.9.1/share/algebra X+@dirrm share/maxima/5.9.1/share/affine X+@dirrm share/maxima/5.9.1/share X+@dirrm share/maxima/5.9.1/emacs X+@dirrm share/maxima/5.9.1/doc/share X+@dirrm share/maxima/5.9.1/doc/misc X+@dirrm share/maxima/5.9.1/doc/maximabook/storage/primer X+@dirrm share/maxima/5.9.1/doc/maximabook/storage/bibarchive X+@dirrm share/maxima/5.9.1/doc/maximabook/storage X+@dirrm share/maxima/5.9.1/doc/maximabook/share/physics X+@dirrm share/maxima/5.9.1/doc/maximabook/share/calculus X+@dirrm share/maxima/5.9.1/doc/maximabook/share X+@dirrm share/maxima/5.9.1/doc/maximabook/programming X+@dirrm share/maxima/5.9.1/doc/maximabook/preface X+@dirrm share/maxima/5.9.1/doc/maximabook/output X+@dirrm share/maxima/5.9.1/doc/maximabook/odes X+@dirrm share/maxima/5.9.1/doc/maximabook/maxims X+@dirrm share/maxima/5.9.1/doc/maximabook/introduction X+@dirrm share/maxima/5.9.1/doc/maximabook/interfaces X+@dirrm share/maxima/5.9.1/doc/maximabook/install X+@dirrm share/maxima/5.9.1/doc/maximabook/images X+@dirrm share/maxima/5.9.1/doc/maximabook/examples X+@dirrm share/maxima/5.9.1/doc/maximabook/basics X+@dirrm share/maxima/5.9.1/doc/maximabook/algcal X+@dirrm share/maxima/5.9.1/doc/maximabook X+@dirrm share/maxima/5.9.1/doc/implementation X+@dirrm share/maxima/5.9.1/doc/html X+@dirrm share/maxima/5.9.1/doc X+@dirrm share/maxima/5.9.1/demo X+@dirrm share/maxima/5.9.1 X @dirrm share/maxima X-@dirrm libexec/maxima/5.9.0 X+@dirrm libexec/maxima/5.9.1 X @dirrm libexec/maxima X-@dirrm lib/maxima/5.9.0/binary-cmucl X-@dirrm lib/maxima/5.9.0 X+@dirrm lib/maxima/5.9.1/%%BINDIR%% X+@dirrm lib/maxima/5.9.1 X @dirrm lib/maxima END-of-maxima.patch exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 01:21:34 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5513016A4CE; Fri, 4 Feb 2005 01:21:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BFA143D48; Fri, 4 Feb 2005 01:21:34 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j141LXHb057347; Fri, 4 Feb 2005 01:21:33 GMT (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j141LXDc057343; Fri, 4 Feb 2005 01:21:33 GMT (envelope-from perky) Date: Fri, 4 Feb 2005 01:21:33 GMT From: Hye-Shik Chang Message-Id: <200502040121.j141LXDc057343@freefall.freebsd.org> To: perky@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perky@FreeBSD.org Subject: Re: ports/77080: Update port: lang/python23 Security update PSF-2005-001 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 01:21:34 -0000 Synopsis: Update port: lang/python23 Security update PSF-2005-001 Responsible-Changed-From-To: freebsd-ports-bugs->perky Responsible-Changed-By: perky Responsible-Changed-When: Fri Feb 4 01:21:16 GMT 2005 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=77080 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 01:21:50 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9A4816A4CE; Fri, 4 Feb 2005 01:21:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8206A43D1F; Fri, 4 Feb 2005 01:21:50 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j141Lo41057393; Fri, 4 Feb 2005 01:21:50 GMT (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j141LoIj057389; Fri, 4 Feb 2005 01:21:50 GMT (envelope-from perky) Date: Fri, 4 Feb 2005 01:21:50 GMT From: Hye-Shik Chang Message-Id: <200502040121.j141LoIj057389@freefall.freebsd.org> To: perky@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perky@FreeBSD.org Subject: Re: ports/77079: Update port: lang/python22 Security update PSF-2005-001 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 01:21:50 -0000 Synopsis: Update port: lang/python22 Security update PSF-2005-001 Responsible-Changed-From-To: freebsd-ports-bugs->perky Responsible-Changed-By: perky Responsible-Changed-When: Fri Feb 4 01:21:40 GMT 2005 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=77079 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 01:22:09 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E2B16A4CE; Fri, 4 Feb 2005 01:22:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C2443D2F; Fri, 4 Feb 2005 01:22:08 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j141M81t057443; Fri, 4 Feb 2005 01:22:08 GMT (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j141M8we057439; Fri, 4 Feb 2005 01:22:08 GMT (envelope-from perky) Date: Fri, 4 Feb 2005 01:22:08 GMT From: Hye-Shik Chang Message-Id: <200502040122.j141M8we057439@freefall.freebsd.org> To: perky@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perky@FreeBSD.org Subject: Re: ports/77078: Update port: lang/python Security update PSF-2005-001 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 01:22:09 -0000 Synopsis: Update port: lang/python Security update PSF-2005-001 Responsible-Changed-From-To: freebsd-ports-bugs->perky Responsible-Changed-By: perky Responsible-Changed-When: Fri Feb 4 01:21:57 GMT 2005 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=77078 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 02:00:45 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F0EB16A4D2 for ; Fri, 4 Feb 2005 02:00:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5670243D48 for ; Fri, 4 Feb 2005 02:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1420jUp059206 for ; Fri, 4 Feb 2005 02:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1420jB2059205; Fri, 4 Feb 2005 02:00:45 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 02:00:45 GMT Resent-Message-Id: <200502040200.j1420jB2059205@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, ebrandi@fugspbr.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1382316A4CE for ; Fri, 4 Feb 2005 01:53:27 +0000 (GMT) Received: from knife.dreamhost.com (knife.dreamhost.com [66.33.219.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08EF43D46 for ; Fri, 4 Feb 2005 01:53:26 +0000 (GMT) (envelope-from ebrandi@fugspbr.org) Received: from eros.fugspbr.org (c906fe63.virtua.com.br [201.6.254.99]) by knife.dreamhost.com (Postfix) with ESMTP id 7648EE4091 for ; Thu, 3 Feb 2005 17:53:25 -0800 (PST) Message-Id: <20050203234702.B33672@eros.fugspbr.org> Date: Thu, 3 Feb 2005 23:53:04 -0200 (BRDT) From: Edson Brandi To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77084: Maintainer update: sysutils/dar 2.1.5 -> 2.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ebrandi@fugspbr.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 02:00:45 -0000 >Number: 77084 >Category: ports >Synopsis: Maintainer update: sysutils/dar 2.1.5B -> 2.2.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: Fri Feb 04 02:00:44 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Edson Brandi >Release: FreeBSD 4.11-STABLE i386 >Organization: myself >Environment: System: FreeBSD eros.fugspbr.org 4.11-STABLE FreeBSD 4.11-STABLE #4: Thu Feb 3 21:20:47 BRDT 2005 root@eros.fugspbr.org:/usr/src/sys/compile/EROS2 i386 >Description: Update port sysutils/dar version 2.1.5 -> 2.2.0 >How-To-Repeat: NA >Fix: iff -ruN dar.old/Makefile dar/Makefile --- dar.old/Makefile Thu Oct 21 18:03:00 2004 +++ dar/Makefile Thu Feb 3 23:01:21 2005 @@ -6,7 +6,7 @@ # PORTNAME= dar -PORTVERSION= 2.1.5 +PORTVERSION= 2.2.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,10 @@ COMMENT= DAR is a full featured command-line backup tool, aimed for disks INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=15 +USE_GETTEXT=yes +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" + MAN1= dar.1 dar_cp.1 dar_manager.1 dar_slave.1 dar_xform.1 .include diff -ruN dar.old/distinfo dar/distinfo --- dar.old/distinfo Thu Oct 21 18:03:00 2004 +++ dar/distinfo Wed Feb 2 21:19:38 2005 @@ -1,2 +1,2 @@ -MD5 (dar-2.1.5.tar.gz) = 897c9dbc6d353a5e021f34dd3ef53813 -SIZE (dar-2.1.5.tar.gz) = 652534 +MD5 (dar-2.2.0.tar.gz) = d7bdec2b4abd4bdc550f556ace3b9ec8 +SIZE (dar-2.2.0.tar.gz) = 1012947 diff -ruN dar.old/pkg-plist dar/pkg-plist --- dar.old/pkg-plist Thu Oct 21 18:03:00 2004 +++ dar/pkg-plist Thu Feb 3 23:05:38 2005 @@ -25,26 +25,33 @@ include/dar/special_alloc.hpp include/dar/statistics.hpp include/dar/storage.hpp +include/dar/thread_cancellation.hpp include/dar/tools.hpp +include/dar/tronconneuse.hpp include/dar/tuyau.hpp include/dar/user_interaction.hpp include/dar/wrapperlib.hpp lib/libdar.a lib/libdar.la lib/libdar.so -lib/libdar.so.2 -%%DATADIR%%/DOC_API_V1 -%%DATADIR%%/DOC_API_V2 -%%DATADIR%%/FEATURES -%%DATADIR%%/GOOD_BACKUP_PRACTICE -%%DATADIR%%/LIMITATIONS -%%DATADIR%%/LINKS -%%DATADIR%%/NOTES -%%DATADIR%%/README -%%DATADIR%%/TUTORIAL -%%DATADIR%%/dar-differential-backup-mini-howto.en.html -%%DATADIR%%/dar_par.dcf -%%DATADIR%%/dar_par_create.duc -%%DATADIR%%/dar_par_test.duc -@dirrm %%DATADIR%% +lib/libdar.so.3 +share/dar/FAQ +share/dar/FEATURES +share/dar/GOOD_BACKUP_PRACTICE +share/dar/LIMITATIONS +share/dar/LINKS +share/dar/NOTES +share/dar/README +share/dar/TUTORIAL +share/dar/api_tutorial.html +share/dar/dar-differential-backup-mini-howto.en.html +share/dar/dar-differential-backup-mini-howto.es.html +share/dar/dar-differential-backup-mini-howto.it.html +share/dar/dar_par.dcf +share/dar/dar_par_create.duc +share/dar/dar_par_test.duc +share/locale/fr/LC_MESSAGES/dar.mo +share/nls/POSIX +share/nls/en_US.US-ASCII +@dirrm share/dar @dirrm include/dar >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 04:20:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3AFB16A4CE for ; Fri, 4 Feb 2005 04:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D11543D2D for ; Fri, 4 Feb 2005 04:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j144KMHg081111 for ; Fri, 4 Feb 2005 04:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j144KMLb081110; Fri, 4 Feb 2005 04:20:22 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 04:20:22 GMT Resent-Message-Id: <200502040420.j144KMLb081110@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Boris Kovalenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E31A316A4CE for ; Fri, 4 Feb 2005 04:13:03 +0000 (GMT) Received: from mail.ntmk.ru (mail.ntmk.ru [217.114.241.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08B2F43D41 for ; Fri, 4 Feb 2005 04:13:02 +0000 (GMT) (envelope-from boris@ntmk.ru) Received: from boris.nikom.ru ([10.1.16.195]) by mail.ntmk.ru with esmtp (Exim 4.34) id 1Cwuq4-0001kM-Dy for FreeBSD-gnats-submit@freebsd.org; Fri, 04 Feb 2005 09:13:00 +0500 Received: from root by boris.nikom.ru with local (Exim 4.44 (FreeBSD)) id 1Cwuq4-000ICe-9E for FreeBSD-gnats-submit@freebsd.org; Fri, 04 Feb 2005 09:13:00 +0500 Message-Id: Date: Fri, 04 Feb 2005 09:13:00 +0500 From: Boris Kovalenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77086: [MAINTAINER UPDATE] net/quagga: update to 0.98.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: Fri, 04 Feb 2005 04:20:23 -0000 >Number: 77086 >Category: ports >Synopsis: [MAINTAINER UPDATE] net/quagga: update to 0.98.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: Fri Feb 04 04:20:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Boris Kovalenko >Release: FreeBSD 5.3-STABLE i386 >Organization: JSC "TAGNet" >Environment: System: FreeBSD boris.nikom.ru 5.3-STABLE FreeBSD 5.3-STABLE #2: Fri Jan 28 09:16:34 YEKT 2005 >Description: This obsoletes PR 76997. - Update to 0.98.2 Added file(s): - files/extra-tcpmd5-patch-bgpd::bgp_network.c - files/extra-tcpmd5-patch-bgpd::bgp_vty.c - files/extra-tcpmd5-patch-bgpd::bgpd.c - files/extra-tcpmd5-patch-bgpd::bgpd.h - files/extra-tcpmd5-patch-configure.ac - files/extra-tcpmd5-patch-lib::sockopt.c - files/extra-tcpmd5-patch-lib::sockopt.h Removed file(s): - files/extra-patch-zebra.h Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- quagga-0.98.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/quagga/Makefile /usr/ports/net/quagga.new/Makefile --- /usr/ports/net/quagga/Makefile Sat Jan 15 08:01:27 2005 +++ /usr/ports/net/quagga.new/Makefile Fri Feb 4 09:05:12 2005 @@ -6,7 +6,7 @@ # PORTNAME= quagga -PORTVERSION= 0.98.0 +PORTVERSION= 0.98.2 PORTREVISION= 0 CATEGORIES= net ipv6 MASTER_SITES= http://quagga.net/download/ @@ -18,12 +18,13 @@ CONFLICTS= zebra-devel-[0-9]* zebra-0* -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 -USE_PERL5_BUILD=yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_REINPLACE= yes +INSTALLS_SHLIB= yes +USE_AUTOCONF_VER= 259 +USE_LIBTOOL_VER= 15 +USE_PERL5_BUILD= yes MAN1= vtysh.1 MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 @@ -34,7 +35,8 @@ OSPF_OPAQUE_LSA "OSPF Opaque-LSA support (RFC2370)" off \ RTADV "IPv6 Router Advertisements" off \ SNMP "SNMP support" off \ - TCPSOCKETS "Use TCP/IP sockets for protocol daemons" off + TCPSOCKETS "Use TCP/IP sockets for protocol daemons" off \ + TCPMD5 "Use experimental MD5 patch for BGP" off .if !defined(BATCH) SEL_OPTIONS= yes @@ -43,14 +45,13 @@ .include CONFIGURE_ARGS+=--includedir=${PREFIX}/include --enable-exampledir=${PREFIX}/share/examples/quagga +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" + SCRIPTS_ENV= PREFIX=${PREFIX} \ SYSCONF_DIR=${SYSCONF_DIR} SYSSTATE_DIR=${SYSSTATE_DIR} \ ENABLE_USER=${ENABLE_USER} ENABLE_GROUP=${ENABLE_GROUP} -.if ${OSVERSION} < 500000 -EXTRA_PATCHES+=${PATCHDIR}/extra-patch-zebra.h -.endif - .if defined(WITH_ISISD) && !defined(WITHOUT_ISISD) CONFIGURE_ARGS+=--enable-isisd PLIST_SUB+= ISISD_SBIN=sbin/isisd @@ -78,12 +79,12 @@ PLIST_SUB+= OSPFAPI_LIBSO0="lib/libospfapiclient.so.0" PLIST_SUB+= OSPFAPI_SBIN="sbin/ospfclient" .else -PLIST_SUB+= OSPFAPI_HEADER= -PLIST_SUB+= OSPFAPI_PATH= -PLIST_SUB+= OSPFAPI_LIBA= -PLIST_SUB+= OSPFAPI_LIBSO= -PLIST_SUB+= OSPFAPI_LIBSO0= -PLIST_SUB+= OSPFAPI_SBIN= +PLIST_SUB+= OSPFAPI_HEADER="@comment" +PLIST_SUB+= OSPFAPI_PATH="@comment" +PLIST_SUB+= OSPFAPI_LIBA="@comment" +PLIST_SUB+= OSPFAPI_LIBSO="@comment" +PLIST_SUB+= OSPFAPI_LIBSO0="@comment" +PLIST_SUB+= OSPFAPI_SBIN="@comment" .endif .if defined(WITH_RTADV) && !defined(WITHOUT_RTADV) @@ -99,6 +100,14 @@ .endif .endif +.if defined(WITH_TCPMD5) && !defined(WITHOUT_TCPMD5) +.if ${OSVERSION} < 491000 +BROKEN= This version of FreeBSD does not have TCP MD5 signature support +.endif +CONFIGURE_ARGS+=--enable-tcp-signature +EXTRA_PATCHES+=${PATCHDIR}/extra-tcpmd5-patch-bgpd::bgp_network.c ${PATCHDIR}/extra-tcpmd5-patch-bgpd::bgp_vty.c ${PATCHDIR}/extra-tcpmd5-patch-bgpd::bgpd.c ${PATCHDIR}/extra-tcpmd5-patch-bgpd::bgpd.h ${PATCHDIR}/extra-tcpmd5-patch-configure.ac ${PATCHDIR}/extra-tcpmd5-patch-lib::sockopt.c ${PATCHDIR}/extra-tcpmd5-patch-lib::sockopt.h +.endif + .if !defined(ENABLE_USER) ENABLE_USER=quagga .endif @@ -167,14 +176,7 @@ @${ECHO} " WITH_RTADV IPv6 Router Advertisements" @${ECHO} " WITH_SNMP SNMP support" @${ECHO} " WITH_TCPSOCKETS Use TCP/IP sockets for protocol daemons" - -pre-configure: -# disable AUTO* tools - @${FIND} -E ${WRKSRC} -type f \ - -iregex ".*(Makefile.in|configure)" \ - | ${XARGS} -x -n 10 \ - ${REINPLACE_CMD} -E \ - -e 's!^(AUTOCONF|AUTOHEADER|AUTOMAKE|ACLOCAL).*$$!\1=${TRUE}!' + @${ECHO} " WITH_TCPMD5 Use experimental MD5 patch for BGP" post-build: @${SED} ${SED_SCRIPT} ${FILESDIR}/quagga.sh > ${WRKDIR}/quagga.sh @@ -205,6 +207,15 @@ @${ECHO} " if You had never do this before. Or run" @${ECHO} " make changeuser" @${ECHO} "" +.if defined(WITH_TCPMD5) && !defined(WITHOUT_TCPMD5) + @${ECHO} "Note!!! To use MD5 passwords on BGP sessions, your kernel must" + @${ECHO} "be built with the following options:" + @${ECHO} " options TCP_SIGNATURE" + @${ECHO} " options FAST_IPSEC" + @${ECHO} " device crypto" + @${ECHO} " device cryptodev" + @${ECHO} "" +.endif .if !defined(BATCH) post-clean: diff -ruN --exclude=CVS /usr/ports/net/quagga/distinfo /usr/ports/net/quagga.new/distinfo --- /usr/ports/net/quagga/distinfo Sat Jan 15 08:01:27 2005 +++ /usr/ports/net/quagga.new/distinfo Fri Feb 4 09:06:15 2005 @@ -1,2 +1,2 @@ -MD5 (quagga-0.98.0.tar.gz) = 938cdf15f0ff79f797fc08316b94f449 -SIZE (quagga-0.98.0.tar.gz) = 1997631 +MD5 (quagga-0.98.2.tar.gz) = 6839842a96b1551fd1cba80e1477b5c9 +SIZE (quagga-0.98.2.tar.gz) = 2006606 diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-patch-zebra.h /usr/ports/net/quagga.new/files/extra-patch-zebra.h --- /usr/ports/net/quagga/files/extra-patch-zebra.h Sat Jan 15 08:01:27 2005 +++ /usr/ports/net/quagga.new/files/extra-patch-zebra.h Thu Jan 1 05:00:00 1970 @@ -1,27 +0,0 @@ -Index: lib/zebra.h -=================================================================== -RCS file: /var/cvsroot/quagga/lib/zebra.h,v -retrieving revision 1.27 -diff -u -b -r1.27 zebra.h ---- lib/zebra.h 4 Jan 2005 16:24:43 -0000 1.27 -+++ lib/zebra.h 10 Jan 2005 15:35:47 -0000 -@@ -97,9 +97,17 @@ - #include - #if !(defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) - /* Not C99; do we need to define va_copy? */ --#if !defined(va_copy) && defined(__va_copy) -+#ifndef va_copy -+#ifdef __va_copy - #define va_copy(DST,SRC) __va_copy(DST,SRC) --#endif /* need va_copy */ -+#else -+/* Now we are desperate; this should work on many typical platforms. -+ But this is slightly dangerous, because the standard does not require -+ va_copy to be a macro. */ -+#define va_copy(DST,SRC) (DST) = (SRC) -+#warning "Not C99 and no va_copy macro available, using simple assignment..." -+#endif /* __va_copy */ -+#endif /* !va_copy */ - #endif /* !C99 */ - #include "zassert.h" - diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgp_network.c /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgp_network.c --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgp_network.c Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgp_network.c Wed Feb 2 11:57:00 2005 @@ -0,0 +1,42 @@ +--- bgpd/bgp_network.c.orig Wed Dec 8 12:41:23 2004 ++++ bgpd/bgp_network.c Fri Jan 28 17:52:57 2005 +@@ -35,6 +35,10 @@ + #include "bgpd/bgp_debug.h" + #include "bgpd/bgp_network.h" + ++#ifndef TCP_SIG_SPI_BASE ++#define TCP_SIG_SPI_BASE 1000 /* XXX this will go away */ ++#endif ++ + extern struct zebra_privs_t bgpd_privs; + + +@@ -148,6 +152,15 @@ + return ret; + } + #endif /* SO_BINDTODEVICE */ ++ ++#ifdef QUAGGA_TCP_MD5SIG ++ if (CHECK_FLAG (peer->flags, PEER_FLAG_TCP_SIGNATURE)) ++ sockopt_tcp_signature (peer->su.sa.sa_family, peer->fd, ++ TCP_SIG_SPI_BASE + peer->port); ++ else ++ sockopt_tcp_signature (peer->su.sa.sa_family, peer->fd, 0); ++#endif /* QUAGGA_TCP_MD5SIG */ ++ + return 0; + } + +@@ -250,6 +263,12 @@ + if (peer->ifname) + ifindex = if_nametoindex (peer->ifname); + #endif /* HAVE_IPV6 */ ++ ++#ifdef QUAGGA_TCP_MD5SIG ++ if (CHECK_FLAG (peer->flags, PEER_FLAG_TCP_SIGNATURE)) ++ sockopt_tcp_signature (peer->su.sa.sa_family, peer->fd, ++ TCP_SIG_SPI_BASE + peer->port); ++#endif /* QUAGGA_TCP_MD5SIG */ + + if (BGP_DEBUG (events, EVENTS)) + plog_debug (peer->log, "%s [Event] Connect start to %s fd %d", diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgp_vty.c /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgp_vty.c --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgp_vty.c Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgp_vty.c Wed Feb 2 11:57:00 2005 @@ -0,0 +1,59 @@ +--- bgpd/bgp_vty.c.orig Tue Oct 12 22:06:09 2004 ++++ bgpd/bgp_vty.c Fri Jan 28 17:52:57 2005 +@@ -1386,6 +1386,45 @@ + "AS number used as local AS\n" + "Do not prepend local-as to updates from ebgp peers\n") + ++#ifdef QUAGGA_TCP_MD5SIG ++DEFUN (neighbor_password, ++ neighbor_password_cmd, ++ NEIGHBOR_CMD2 "password WORD", ++ NEIGHBOR_STR ++ NEIGHBOR_ADDR_STR2 ++ "Specify a password for TCPMD5 authentication with this peer\n") ++{ ++ struct peer *peer; ++ int ret; ++ ++ peer = peer_and_group_lookup_vty (vty, argv[0]); ++ if (! peer) ++ return CMD_WARNING; ++ ++ ret = peer_password_set (peer, argv[1]); ++ return bgp_vty_return (vty, ret); ++} ++ ++DEFUN (no_neighbor_password, ++ no_neighbor_password_cmd, ++ NO_NEIGHBOR_CMD2 "password", ++ NO_STR ++ NEIGHBOR_STR ++ NEIGHBOR_ADDR_STR2 ++ "Disable TCPMD5 authentication with this peer\n") ++{ ++ struct peer *peer; ++ int ret; ++ ++ peer = peer_and_group_lookup_vty (vty, argv[0]); ++ if (! peer) ++ return CMD_WARNING; ++ ++ ret = peer_password_unset (peer); ++ return bgp_vty_return (vty, ret); ++} ++#endif /* QUAGGA_TCP_MD5SIG */ ++ + DEFUN (neighbor_activate, + neighbor_activate_cmd, + NEIGHBOR_CMD2 "activate", +@@ -8530,6 +8569,10 @@ + install_element (BGP_NODE, &no_neighbor_local_as_cmd); + install_element (BGP_NODE, &no_neighbor_local_as_val_cmd); + install_element (BGP_NODE, &no_neighbor_local_as_val2_cmd); ++ ++ /* "neighbor password" commands. */ ++ install_element (BGP_NODE, &neighbor_password_cmd); ++ install_element (BGP_NODE, &no_neighbor_password_cmd); + + /* "neighbor activate" commands. */ + install_element (BGP_NODE, &neighbor_activate_cmd); diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgpd.c /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgpd.c --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgpd.c Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgpd.c Wed Feb 2 11:57:00 2005 @@ -0,0 +1,90 @@ +--- bgpd/bgpd.c.orig Thu Dec 9 06:46:46 2004 ++++ bgpd/bgpd.c Sat Jan 29 11:29:26 2005 +@@ -59,6 +59,9 @@ + #ifdef HAVE_SNMP + #include "bgpd/bgp_snmp.h" + #endif /* HAVE_SNMP */ ++#ifndef TCP_SIG_SPI_BASE ++#define TCP_SIG_SPI_BASE 1000 /* XXX this will go away */ ++#endif + + /* BGP process wide configuration. */ + static struct bgp_master bgp_master; +@@ -707,6 +710,7 @@ + peer->ostatus = Idle; + peer->version = BGP_VERSION_4; + peer->weight = 0; ++ peer->password[0] = '\0'; + + /* Set default flags. */ + for (afi = AFI_IP; afi < AFI_MAX; afi++) +@@ -3270,6 +3274,55 @@ + return 0; + } + ++#ifdef QUAGGA_TCP_MD5SIG ++/* Set password for authenticating with the peer. */ ++int ++peer_password_set (struct peer *peer, char *password) ++{ ++ struct bgp *bgp = peer->bgp; ++ int len; ++ ++ len = strlen(password); ++ ++ if ((len < PEER_PASSWORD_MINLEN) || (len > PEER_PASSWORD_MAXLEN)) ++ return BGP_ERR_INVALID_VALUE; ++ ++ memcpy(peer->password, password, len); ++ ++ /* ++ * XXX Need to do PF_KEY operation here to add an SA entry, ++ * and add an SP entry for this peer's packet flows also. ++ */ ++ ++ SET_FLAG (peer->flags, PEER_FLAG_TCP_SIGNATURE); ++ ++ if (peer->fd >= 0) ++ sockopt_tcp_signature (peer->su.sa.sa_family, peer->fd, TCP_SIG_SPI_BASE + ++ peer->port); ++ ++ return 0; ++} ++ ++int ++peer_password_unset (struct peer *peer) ++{ ++ struct bgp *bgp = peer->bgp; ++ ++ UNSET_FLAG (peer->flags, PEER_FLAG_TCP_SIGNATURE); ++ /* Paranoia. */ ++ memset(peer->password, 0, sizeof(peer->password)); ++ ++ if (peer->fd >= 0) ++ sockopt_tcp_signature (peer->su.sa.sa_family, peer->fd, 0); ++ ++ /* ++ * XXX Need to do PF_KEY operation here to remove the SA and SP. ++ */ ++ ++ return 0; ++} ++#endif /* QUAGGA_TCP_MD5SIG */ ++ + /* Set distribute list to the peer. */ + int + peer_distribute_set (struct peer *peer, afi_t afi, safi_t safi, int direct, +@@ -4279,6 +4332,13 @@ + if (peer->desc) + vty_out (vty, " neighbor %s description %s%s", addr, peer->desc, + VTY_NEWLINE); ++ ++#ifdef QUAGGA_TCP_MD5SIG ++ /* tcp-md5 session password. XXX the password should be obfuscated */ ++ if (CHECK_FLAG (peer->flags, PEER_FLAG_TCP_SIGNATURE)) ++ vty_out (vty, " neighbor %s password %s%s", addr, peer->password, ++ VTY_NEWLINE); ++#endif /* QUAGGA_TCP_MD5SIG */ + + /* Shutdown. */ + if (CHECK_FLAG (peer->flags, PEER_FLAG_SHUTDOWN)) diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgpd.h /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgpd.h --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-bgpd::bgpd.h Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-bgpd::bgpd.h Wed Feb 2 11:57:00 2005 @@ -0,0 +1,38 @@ +--- bgpd/bgpd.h.orig Tue Oct 12 22:06:09 2004 ++++ bgpd/bgpd.h Fri Jan 28 21:03:40 2005 +@@ -335,6 +335,9 @@ + #define PEER_FLAG_DYNAMIC_CAPABILITY (1 << 6) /* dynamic capability */ + #define PEER_FLAG_ENFORCE_MULTIHOP (1 << 7) /* enforce-multihop */ + #define PEER_FLAG_LOCAL_AS_NO_PREPEND (1 << 8) /* local-as no-prepend */ ++#ifdef QUAGGA_TCP_MD5SIG /* XXX should move to AF_INET/SFI_UNICAST below */ ++#define PEER_FLAG_TCP_SIGNATURE (1 << 9) /* use TCP-MD5 digest */ ++#endif /* QUAGGA_TCP_MD5SIG */ + + /* Per AF configuration flags. */ + u_int32_t af_flags[AFI_MAX][SAFI_MAX]; +@@ -496,6 +499,13 @@ + #define PEER_RMAP_TYPE_NOSET (1 << 5) /* not allow to set commands */ + #define PEER_RMAP_TYPE_IMPORT (1 << 6) /* neighbor route-map import */ + #define PEER_RMAP_TYPE_EXPORT (1 << 7) /* neighbor route-map export */ ++ ++#ifdef QUAGGA_TCP_MD5SIG ++ /* TCP-MD5 Password Support -- bms */ ++#define PEER_PASSWORD_MINLEN 1 ++#define PEER_PASSWORD_MAXLEN 80 /* width of password field */ ++ char password[PEER_PASSWORD_MAXLEN]; ++#endif /* QUAGGA_TCP_MD5SIG */ + }; + + /* This structure's member directly points incoming packet data +@@ -879,6 +889,11 @@ + + int peer_local_as_set (struct peer *, as_t, int); + int peer_local_as_unset (struct peer *); ++ ++#ifdef QUAGGA_TCP_MD5SIG ++int peer_password_set (struct peer *, char *); ++int peer_password_unset (struct peer *); ++#endif /* QUAGGA_TCP_MD5SIG */ + + int peer_prefix_list_set (struct peer *, afi_t, safi_t, int, const char *); + int peer_prefix_list_unset (struct peer *, afi_t, safi_t, int); diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-configure.ac /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-configure.ac --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-configure.ac Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-configure.ac Wed Feb 2 11:57:00 2005 @@ -0,0 +1,16 @@ +--- configure.ac.orig Fri Jan 7 06:03:14 2005 ++++ configure.ac Fri Jan 28 17:52:57 2005 +@@ -204,6 +204,13 @@ + AC_DEFINE(HAVE_IRDP,, IRDP ) + fi + ++AC_ARG_ENABLE(tcp-signature, ++[ --enable-tcp-signature enable TCP MD5 checksum capability]) ++ ++if test "${enable_tcp_signature}" = "yes"; then ++ AC_DEFINE(QUAGGA_TCP_MD5SIG,,TCP signatures) ++fi ++ + if test "${enable_user}" = "yes" || test x"${enable_user}" = x""; then + enable_user="quagga" + elif test "${enable_user}" = "no"; then diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-lib::sockopt.c /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-lib::sockopt.c --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-lib::sockopt.c Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-lib::sockopt.c Wed Feb 2 11:57:00 2005 @@ -0,0 +1,35 @@ +--- lib/sockopt.c.orig Tue Jan 4 10:03:36 2005 ++++ lib/sockopt.c Fri Jan 28 17:52:57 2005 +@@ -243,6 +243,32 @@ + + } + ++int ++sockopt_tcp_signature (int family, int sock, int enable) ++{ ++ int ret; ++ ++#if defined(QUAGGA_TCP_MD5SIG) && defined(TCP_MD5SIG) ++ if (family == AF_INET) ++ { ++ ret = setsockopt (sock, IPPROTO_TCP, TCP_MD5SIG, ++ (void *) &enable, sizeof (int)); ++ if (ret < 0) ++ { ++ zlog (NULL, LOG_WARNING, "can't set sockopt TCP_MD5SIG %d to socket %d", enable, sock); ++ return -1; ++ } ++ return 0; ++ } ++#endif /* QUAGGA_TCP_MD5SIG */ ++ ++ /* fallthrough */ ++ ++ zlog (NULL, LOG_WARNING, "can't set sockopt TCP_MD5SIG on socket %d with family %d", ++ sock, family); ++ return -1; ++} ++ + static int + setsockopt_ipv4_ifindex (int sock, int val) + { diff -ruN --exclude=CVS /usr/ports/net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-lib::sockopt.h --- /usr/ports/net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h Thu Jan 1 05:00:00 1970 +++ /usr/ports/net/quagga.new/files/extra-tcpmd5-patch-lib::sockopt.h Thu Feb 3 09:12:49 2005 @@ -0,0 +1,12 @@ +--- lib/sockopt.h.orig Mon Nov 15 10:51:15 2004 ++++ lib/sockopt.h Fri Jan 28 17:52:57 2005 +@@ -40,6 +40,9 @@ + */ + #define SOPT_SIZE_CMSG_PKTINFO_IPV6() (sizeof (struct in6_pktinfo)); + ++#ifdef QUAGGA_TCP_MD5SIG ++int sockopt_tcp_signature(int family, int sock, int enable); ++#endif /* QUAGGA_TCP_MD5SIG */ + /* + * Size defines for control messages used to get ifindex. We define + * values for each method, and define a macro that can be used by code --- quagga-0.98.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 04:40:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8614A16A4CE for ; Fri, 4 Feb 2005 04:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 307B043D46 for ; Fri, 4 Feb 2005 04:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j144eP9B082606 for ; Fri, 4 Feb 2005 04:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j144ePGt082605; Fri, 4 Feb 2005 04:40:25 GMT (envelope-from gnats) Date: Fri, 4 Feb 2005 04:40:25 GMT Message-Id: <200502040440.j144ePGt082605@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: jannisan@t-online.de (Jan Rochel) Subject: Re: ports/77064: New port: devel/eris. WorldForge client entity library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jan Rochel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 04:40:25 -0000 The following reply was made to PR ports/77064; it has been noted by GNATS. From: jannisan@t-online.de (Jan Rochel) To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/77064: New port: devel/eris. WorldForge client entity library Date: Fri, 04 Feb 2005 05:32:06 +0100 I have realised that eris-1.3.2 isn't a stable release. So here's the port with PORTVERSION=1.2.1. >Fix: --- eris.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: # # eris # eris/Makefile # eris/distinfo # eris/files # eris/files/patch-Makefile.in # eris/files/patch-bindings-Makefile.in # eris/pkg-descr # eris/pkg-plist # echo c - eris mkdir -p eris > /dev/null 2>&1 echo x - eris/Makefile sed 's/^X//' >eris/Makefile << 'END-of-eris/Makefile' X# New ports collection makefile for: eris X# Date created: 3 February 2005 X# Whom: Janni X# X# $FreeBSD$ X# X XPORTNAME= eris XPORTVERSION= 1.2.1 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/eris/ \ X http://purple.worldforge.org/downloads/libs/eris/ \ X ${MASTER_SITE_SOURCEFORGE}/%SUBDIR% XMASTER_SITE_SUBDIR=worldforge X XMAINTAINER= jannisan@t-online.de XCOMMENT= WorldForge client entity library X XLIB_DEPENDS= Atlas-0.5.1:${PORTSDIR}/devel/atlas \ X skstream-0.3.1:${PORTSDIR}/net/skstream \ X wfmath-0.3.3:${PORTSDIR}/math/wfmath \ X sigc-1.2:${PORTSDIR}/devel/libsigc++12 X XHAS_CONFIGURE= yes XCXXFLAGS+= -include wchar.h XCONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}" X X.include END-of-eris/Makefile echo x - eris/distinfo sed 's/^X//' >eris/distinfo << 'END-of-eris/distinfo' XMD5 (eris-1.2.1.tar.gz) = 9efcecc848a1ac3a30e7681de87c436a XSIZE (eris-1.2.1.tar.gz) = 452718 END-of-eris/distinfo echo c - eris/files mkdir -p eris/files > /dev/null 2>&1 echo x - eris/files/patch-Makefile.in sed 's/^X//' >eris/files/patch-Makefile.in << 'END-of-eris/files/patch-Makefile.in' X*** Makefile.in.orig Fri Feb 4 04:55:20 2005 X--- Makefile.in Fri Feb 4 04:55:31 2005 X*************** X*** 210,216 **** X target_vendor = @target_vendor@ X SUBDIRS = Eris bindings test X EXTRA_DIST = autogen.sh Eris.pbproj/project.pbxproj eris.spec X! pkgconfigdir = $(libdir)/pkgconfig X pkgconfig_DATA = eris-1.2.pc @ERIS_POLL_PKGCONFIGS@ X all: config.h X $(MAKE) $(AM_MAKEFLAGS) all-recursive X--- 210,216 ---- X target_vendor = @target_vendor@ X SUBDIRS = Eris bindings test X EXTRA_DIST = autogen.sh Eris.pbproj/project.pbxproj eris.spec X! pkgconfigdir = $(prefix)/libdata/pkgconfig X pkgconfig_DATA = eris-1.2.pc @ERIS_POLL_PKGCONFIGS@ X all: config.h X $(MAKE) $(AM_MAKEFLAGS) all-recursive END-of-eris/files/patch-Makefile.in echo x - eris/files/patch-bindings-Makefile.in sed 's/^X//' >eris/files/patch-bindings-Makefile.in << 'END-of-eris/files/patch-bindings-Makefile.in' X*** bindings/Makefile.in.orig Fri Feb 4 05:13:36 2005 X--- bindings/Makefile.in Fri Feb 4 05:17:35 2005 X*************** X*** 489,509 **** X--- 489,514 ---- X X install-hook: perl-install X X+ @PERL_BINDINGS_FALSE@perl-makefile.stamp: X @PERL_BINDINGS_TRUE@perl-makefile.stamp: perl/Makefile.PL perl/*/Makefile.PL perl/compile_flags.pl \ X @PERL_BINDINGS_TRUE@ $(top_builddir)/Eris/.libs/liberis-1.2.so perl/*.h X @PERL_BINDINGS_TRUE@ cd perl && perl Makefile.PL PREFIX=$(prefix) LIB=$(libdir)/perl X @PERL_BINDINGS_TRUE@ touch perl-makefile.stamp X X+ @PERL_BINDINGS_FALSE@perl-all: X @PERL_BINDINGS_TRUE@perl-all: perl-makefile.stamp X @PERL_BINDINGS_TRUE@ cd perl && make X X+ @PERL_BINDINGS_FALSE@perl-clean: X @PERL_BINDINGS_TRUE@perl-clean: X @PERL_BINDINGS_TRUE@ test -e perl-makefile.stamp && cd perl && make clean X @PERL_BINDINGS_TRUE@ rm -f perl-makefile.stamp X X+ @PERL_BINDINGS_FALSE@perl-check: X @PERL_BINDINGS_TRUE@perl-check: perl-makefile.stamp X @PERL_BINDINGS_TRUE@ cd perl && make test X X+ @PERL_BINDINGS_FALSE@perl-install: perl-makefile.stamp X @PERL_BINDINGS_TRUE@perl-install: perl-makefile.stamp X @PERL_BINDINGS_TRUE@ cd perl && make install X END-of-eris/files/patch-bindings-Makefile.in echo x - eris/pkg-descr sed 's/^X//' >eris/pkg-descr << 'END-of-eris/pkg-descr' XEris, the WorldForge client entity library is designed to simplify client Xdevelopment (and avoid duplicating effort) by providing a common framework to Xdeal with server communications. X XWWW: http://www.worldforge.org/dev/eng/libraries/eris X X- Janni Xjannisan@t-online.de END-of-eris/pkg-descr echo x - eris/pkg-plist sed 's/^X//' >eris/pkg-plist << 'END-of-eris/pkg-plist' Xlib/liberis-1.2.la Xlib/liberis-1.2.so.2 Xinclude/Eris-1.2/Eris/Exceptions.h Xinclude/Eris-1.2/Eris/Lobby.h Xinclude/Eris-1.2/Eris/Factory.h Xinclude/Eris-1.2/Eris/Entity.h Xinclude/Eris-1.2/Eris/World.h Xinclude/Eris-1.2/Eris/Dispatcher.h Xinclude/Eris-1.2/Eris/Player.h Xinclude/Eris-1.2/Eris/Types.h Xinclude/Eris-1.2/Eris/Utils.h Xinclude/Eris-1.2/Eris/ClassDispatcher.h Xinclude/Eris-1.2/Eris/TypeDispatcher.h Xinclude/Eris-1.2/Eris/SignalDispatcher.h Xinclude/Eris-1.2/Eris/BaseConnection.h Xinclude/Eris-1.2/Eris/Connection.h Xinclude/Eris-1.2/Eris/DebugDispatcher.h Xinclude/Eris-1.2/Eris/EncapDispatcher.h Xinclude/Eris-1.2/Eris/OpDispatcher.h Xinclude/Eris-1.2/Eris/Room.h Xinclude/Eris-1.2/Eris/Person.h Xinclude/Eris-1.2/Eris/Metaserver.h Xinclude/Eris-1.2/Eris/ServerInfo.h Xinclude/Eris-1.2/Eris/IdDispatcher.h Xinclude/Eris-1.2/Eris/Timeout.h Xinclude/Eris-1.2/Eris/Timestamp.h Xinclude/Eris-1.2/Eris/ArgumentDispatcher.h Xinclude/Eris-1.2/Eris/TypeInfo.h Xinclude/Eris-1.2/Eris/Wait.h Xinclude/Eris-1.2/Eris/Property.h Xinclude/Eris-1.2/Eris/Poll.h Xinclude/Eris-1.2/Eris/PollDefault.h Xinclude/Eris-1.2/Eris/atlas_utils.h Xinclude/Eris-1.2/Eris/Log.h Xinclude/Eris-1.2/Eris/Avatar.h Xinclude/Eris-1.2/Eris/typeService.h Xinclude/Eris-1.2/Eris/PollGlib.h Xinclude/Eris-1.2/Eris/PollGlibFD.h Xinclude/Eris-1.2/Eris/PollGlibSource.h Xinclude/Eris-1.2/Eris/PollGlibVersion.h X@dirrm include/Eris-1.2/Eris X@dirrm include/Eris-1.2 Xlibdata/pkgconfig/eris-1.2.pc Xlibdata/pkgconfig/eris-poll-glib-1.2.pc END-of-eris/pkg-plist exit --- eris.shar ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 07:01:05 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36C3D16A594 for ; Fri, 4 Feb 2005 07:01:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465B243D45 for ; Fri, 4 Feb 2005 07:01:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j147125b025403 for ; Fri, 4 Feb 2005 07:01:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14712UZ025397; Fri, 4 Feb 2005 07:01:02 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 07:01:02 GMT Resent-Message-Id: <200502040701.j14712UZ025397@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tod McQuillin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EFED16A4CE; Fri, 4 Feb 2005 06:55:18 +0000 (GMT) Received: from mail.distalzou.net (203.141.139.231.user.ad.il24.net [203.141.139.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37A3043D39; Fri, 4 Feb 2005 06:55:17 +0000 (GMT) (envelope-from root@distalzou.net) Received: from root by mail.distalzou.net with local (Exim 4.44 (FreeBSD)) id 1CwxN5-000JGF-Rd; Fri, 04 Feb 2005 15:55:15 +0900 Message-Id: Date: Fri, 04 Feb 2005 15:55:15 +0900 From: Tod McQuillin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: skv@FreeBSD.org Subject: ports/77090: [PATCH] databases/p5-DBD-Oracle: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 07:01:05 -0000 >Number: 77090 >Category: ports >Synopsis: [PATCH] databases/p5-DBD-Oracle: [SUMMARIZE CHANGES] >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 04 07:01:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Tod McQuillin >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD plexi.pun-pun.prv 4.11-STABLE FreeBSD 4.11-STABLE #0: Wed Feb 2 22:25:08 JST >Description: p5-DBD-Oracle-1.14 no longer builds correctly with perl-5.8.6 There are newer versions of DBD-Oracle available (up to 1.16) which presumably work fine, but the following patch makes 1.14 compile properly and will hopefully keep the port working until someone can update it to a newer version. Added file(s): - files/patch-oci7.c Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-DBD-Oracle-1.14.patch begins here --- Index: files/patch-oci7.c =================================================================== RCS file: files/patch-oci7.c diff -N files/patch-oci7.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-oci7.c 4 Feb 2005 06:40:25 -0000 @@ -0,0 +1,12 @@ +diff -ur work-/DBD-Oracle-1.14/oci7.c work/DBD-Oracle-1.14/oci7.c +--- oci7.c Thu Mar 13 23:32:24 2003 ++++ oci7.c Fri Feb 4 15:37:01 2005 +@@ -440,7 +440,7 @@ + } + } + else { +- (void*)SvOK_off(sv); /* set field that caused error to undef */ ++ SvOK_off(sv); /* set field that caused error to undef */ + } + ++err; /* 'fail' this fetch but continue getting fields */ + /* Some should probably be treated as warnings but */ --- p5-DBD-Oracle-1.14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 08:20:28 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A01A616A4CE for ; Fri, 4 Feb 2005 08:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 878D743D2F for ; Fri, 4 Feb 2005 08:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j148KSI9036467 for ; Fri, 4 Feb 2005 08:20:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j148KSKw036466; Fri, 4 Feb 2005 08:20:28 GMT (envelope-from gnats) Date: Fri, 4 Feb 2005 08:20:28 GMT Message-Id: <200502040820.j148KSKw036466@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Volker Stolz Subject: Re: ports/76321: [NEW PORT]: audio/easytag-gtk2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 08:20:28 -0000 The following reply was made to PR ports/76321; it has been noted by GNATS. From: Volker Stolz To: Wesley Shields Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/76321: [NEW PORT]: audio/easytag-gtk2 Date: Fri, 4 Feb 2005 09:12:04 +0100 On Thu, Feb 03, 2005 at 03:50:19PM -0500, Wesley Shields wrote: > On Thu, Feb 03, 2005 at 05:26:00PM +0100, Volker Stolz wrote: > > Shouldn't we update the existing port then? > > The author of the software is keeping the two versions seperate so I > thought it would be best to do the same with the ports. If this is not > the correct thing to do then this PR can be closed and I will submit an > update to the current port allowing it to build either version depending > upon the GTK version desired. Personally, I think it's best to leave > the two ports seperate as that is what the original author is doing. > > Also, is there an official policy in the handbook (or elsewhere) that I > possibly missed that will explain the correct thing to do? No, I was just wondering...If the old app is still useful, no need to remove it. GTK1 is just so '90 :) -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 08:40:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C731816A4D1 for ; Fri, 4 Feb 2005 08:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D01B43D45 for ; Fri, 4 Feb 2005 08:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j148eLhR037843 for ; Fri, 4 Feb 2005 08:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j148eLOX037842; Fri, 4 Feb 2005 08:40:21 GMT (envelope-from gnats) Date: Fri, 4 Feb 2005 08:40:21 GMT Message-Id: <200502040840.j148eLOX037842@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Gerrit Beine Subject: Re: ports/76957: New port: www/mediawiki X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gerrit Beine List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 08:40:26 -0000 The following reply was made to PR ports/76957; it has been noted by GNATS. From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org, tux@pinguru.net Cc: Subject: Re: ports/76957: New port: www/mediawiki Date: Fri, 04 Feb 2005 09:37:43 +0100 This is a multi-part message in MIME format. --------------080200020702030901050206 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit An update to 1.3.10. -- Everybody's Looking For Somebody's Arms To Fall Into And It's What It Is It's What It Is Now mail tux@pinguru.net icq 123851585 web http://arme-und-beine.de --------------080200020702030901050206 Content-Type: text/plain; name="mediawiki.shar" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mediawiki.shar" # 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: # # mediawiki/ # mediawiki/Makefile # mediawiki/distinfo # mediawiki/pkg-descr # echo c - mediawiki/ mkdir -p mediawiki/ > /dev/null 2>&1 echo x - mediawiki/Makefile sed 's/^X//' >mediawiki/Makefile << 'END-of-mediawiki/Makefile' X# New ports collection makefile for: www/mediawiki X# Date created: February 1st 2005 X# Whom: Gerrit Beine X# X# $FreeBSD$ X# X XPORTNAME= mediawiki XPORTVERSION= 1.3.10 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= wikipedia X XMAINTAINER= tux@pinguru.net XCOMMENT= The wiki enginge used by Wikipedia X XNO_BUILD= yes XUSE_PHP= yes X Xdo-install: X @${CP} -r ${WRKSRC} ${PREFIX}/www/${PORTNAME} X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/${PORTNAME} X Xpost-install: X @${FIND} ${WRKSRC}/${file} -not -type d \ X | ${SED} -ne 's,^${WRKSRC},www/${PORTNAME},p' >> ${TMPPLIST} X @${FIND} -d ${WRKSRC}/${file} -type d \ X | ${SED} -ne 's,^${WRKSRC},@dirrm www/${PORTNAME},p' >> ${TMPPLIST} X X.include END-of-mediawiki/Makefile echo x - mediawiki/distinfo sed 's/^X//' >mediawiki/distinfo << 'END-of-mediawiki/distinfo' XMD5 (mediawiki-1.3.10.tar.gz) = 9db48cb23633785fbcd7e8024f073c9c XSIZE (mediawiki-1.3.10.tar.gz) = 1576430 END-of-mediawiki/distinfo echo x - mediawiki/pkg-descr sed 's/^X//' >mediawiki/pkg-descr << 'END-of-mediawiki/pkg-descr' XMediaWiki is the collaborative editing software that runs Wikipedia, Xthe free encyclopedia, and other projects. XIt's designed to handle a large number of users and pages without imposing Xtoo rigid a structure or workflow. X XWWW: http://www.mediawiki.org/ END-of-mediawiki/pkg-descr exit --------------080200020702030901050206-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 10:10:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD6E416A4CE for ; Fri, 4 Feb 2005 10:10:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7422243D1F for ; Fri, 4 Feb 2005 10:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14AAMP5049234 for ; Fri, 4 Feb 2005 10:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14AAM9p049233; Fri, 4 Feb 2005 10:10:22 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 10:10:22 GMT Resent-Message-Id: <200502041010.j14AAM9p049233@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Filippo Natali" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2682D16A4CF for ; Fri, 4 Feb 2005 10:01:09 +0000 (GMT) Received: from w1001.widhost.net (w1001.widhost.net [209.235.192.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EB2C43D1D for ; Fri, 4 Feb 2005 10:01:08 +0000 (GMT) (envelope-from filippo@widestore.net) Received: from mx0.hq.widestore.net (mx0.hq.widestore.net [212.97.46.42]) by w1001.widhost.net (Postfix) with ESMTP id BF6D421CD7 for ; Fri, 4 Feb 2005 05:01:07 -0500 (EST) Received: from cagnina.hq.widestore.net (cagnina.hq.widestore.net [192.168.1.1]) by mx0.hq.widestore.net (Postfix) with ESMTP id 23EAA5B for ; Fri, 4 Feb 2005 11:01:07 +0100 (CET) Message-Id: <1107511267.0@cagnina.hq.widestore.net> Date: Fri, 4 Feb 2005 11:01:07 +0100 From: "Filippo Natali" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.3 Subject: ports/77092: [ADOPT] www/zope-zmysqlda X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 10:10:22 -0000 >Number: 77092 >Category: ports >Synopsis: [ADOPT] www/zope-zmysqlda >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 Feb 04 10:10:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Filippo Natali >Release: FreeBSD 5.3-STABLE i386 >Organization: Widestore srl >Environment: System: FreeBSD 5.3-STABLE #0: Thu Jan 13 12:15:26 CET 2005 filippo@cagnina.hq.widestore.net:/usr/obj/usr/src/sys/CAGNINA >Description: Adopt orphaned port www/zope-zmysqlda >How-To-Repeat: >Fix: --- zope-zmysqlda-20050202.diff begins here --- diff -Nru /usr/ports/www/zope-zmysqlda/Makefile zope-zmysqlda/Makefile --- /usr/ports/www/zope-zmysqlda/Makefile Sat Nov 20 09:09:49 2004 +++ zope-zmysqlda/Makefile Wed Feb 2 11:42:55 2005 @@ -15,7 +15,7 @@ PKGNAMEPREFIX= zope- DISTNAME= ${ZOPEPRODUCTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= filippo@widestore.net COMMENT= MySQL Database Adapter for the Zope web application framework RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb --- zope-zmysqlda-20050202.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 10:10:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20B3016A4CE for ; Fri, 4 Feb 2005 10:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7B8143D46 for ; Fri, 4 Feb 2005 10:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14AAMx5049291 for ; Fri, 4 Feb 2005 10:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14AAMjm049290; Fri, 4 Feb 2005 10:10:22 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 10:10:22 GMT Resent-Message-Id: <200502041010.j14AAMjm049290@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Filippo Natali" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE26E16A4CF for ; Fri, 4 Feb 2005 10:03:56 +0000 (GMT) Received: from w1001.widhost.net (w1001.widhost.net [209.235.192.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D62D43D45 for ; Fri, 4 Feb 2005 10:03:56 +0000 (GMT) (envelope-from filippo@widestore.net) Received: from mx0.hq.widestore.net (mx0.hq.widestore.net [212.97.46.42]) by w1001.widhost.net (Postfix) with ESMTP id D450321DCC for ; Fri, 4 Feb 2005 05:03:55 -0500 (EST) Received: from cagnina.hq.widestore.net (cagnina.hq.widestore.net [192.168.1.1]) by mx0.hq.widestore.net (Postfix) with ESMTP id 0B9E958 for ; Fri, 4 Feb 2005 11:03:47 +0100 (CET) Message-Id: <1107511426.0@cagnina.hq.widestore.net> Date: Fri, 4 Feb 2005 11:03:46 +0100 From: "Filippo Natali" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.3 Subject: ports/77093: [ADOPT] and update www/zope-mysqluserfolder to 1.0.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, 04 Feb 2005 10:10:23 -0000 >Number: 77093 >Category: ports >Synopsis: [ADOPT] and update www/zope-mysqluserfolder to 1.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 04 10:10:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Filippo Natali >Release: FreeBSD 5.3-STABLE i386 >Organization: Widestore srl >Environment: System: FreeBSD 5.3-STABLE #0: Thu Jan 13 12:15:26 CET 2005 filippo@cagnina.hq.widestore.net:/usr/obj/usr/src/sys/CAGNINA >Description: Adopt orphaned port www/zope-mysqluserfolder and while I'm here update it to 1.0.4 >How-To-Repeat: >Fix: --- zope-mysqluserfolder-20050202.diff begins here --- diff -Nru /usr/ports/www/zope-mysqluserfolder/Makefile zope-mysqluserfolder/Makefile --- /usr/ports/www/zope-mysqluserfolder/Makefile Mon Aug 2 19:55:57 2004 +++ zope-mysqluserfolder/Makefile Wed Feb 2 11:47:56 2005 @@ -6,13 +6,13 @@ # PORTNAME= mysqluserfolder -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= www zope MASTER_SITES= http://zope.org/Members/vladap/${ZOPEPRODUCTNAME}/release-${PORTVERSION}/ PKGNAMEPREFIX= zope- DISTNAME= ${ZOPEPRODUCTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= filippo@widestore.net COMMENT= A Zope user folder which uses MySQL database to store user information RUN_DEPENDS= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb @@ -27,7 +27,7 @@ CPIO_FLAGS= --quiet -pdum -R do-build: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} + -@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} do-install: @ ${CHMOD} -R og+rX ${WRKSRC}/ diff -Nru /usr/ports/www/zope-mysqluserfolder/distinfo zope-mysqluserfolder/distinfo --- /usr/ports/www/zope-mysqluserfolder/distinfo Mon Aug 2 19:55:57 2004 +++ zope-mysqluserfolder/distinfo Tue Feb 1 17:51:16 2005 @@ -1,2 +1,2 @@ -MD5 (zope/mysqlUserFolder-1.0.2.tar.gz) = 3eb9383bf244c2d7fbb106c3443c1236 -SIZE (zope/mysqlUserFolder-1.0.2.tar.gz) = 40594 +MD5 (zope/mysqlUserFolder-1.0.4.tar.gz) = 87d85f15ee38d32d37a7ec8ef2b3c350 +SIZE (zope/mysqlUserFolder-1.0.4.tar.gz) = 75951 diff -Nru /usr/ports/www/zope-mysqluserfolder/pkg-plist zope-mysqluserfolder/pkg-plist --- /usr/ports/www/zope-mysqluserfolder/pkg-plist Mon Aug 2 19:55:57 2004 +++ zope-mysqluserfolder/pkg-plist Tue Feb 1 17:58:13 2005 @@ -15,6 +15,9 @@ %%ZOPEPRODUCTDIR%%/mysqlUserFolder/docs/NOTES.GRUF %%ZOPEPRODUCTDIR%%/mysqlUserFolder/docs/README %%ZOPEPRODUCTDIR%%/mysqlUserFolder/docs/UPGRADE +%%ZOPEPRODUCTDIR%%/mysqlUserFolder/docs/NOTES.PLONE +%%ZOPEPRODUCTDIR%%/mysqlUserFolder/docs/plone/PLONE-GRUF.patch +%%ZOPEPRODUCTDIR%%/mysqlUserFolder/docs/plone/logout.py %%ZOPEPRODUCTDIR%%/mysqlUserFolder/dtml.user/a_ChangeOther.dtml %%ZOPEPRODUCTDIR%%/mysqlUserFolder/dtml.user/a_ChangePassword.dtml %%ZOPEPRODUCTDIR%%/mysqlUserFolder/dtml.user/a_CreateUser.dtml @@ -45,6 +48,7 @@ %%ZOPEPRODUCTDIR%%/mysqlUserFolder/vdb.pyc %%ZOPEPRODUCTDIR%%/mysqlUserFolder/version.txt @dirrm %%ZOPEPRODUCTDIR%%/mysqlUserFolder/docs/API +@dirrm %%ZOPEPRODUCTDIR%%/mysqlUserFolder/docs/plone @dirrm %%ZOPEPRODUCTDIR%%/mysqlUserFolder/docs @dirrm %%ZOPEPRODUCTDIR%%/mysqlUserFolder/dtml @dirrm %%ZOPEPRODUCTDIR%%/mysqlUserFolder/dtml.user --- zope-mysqluserfolder-20050202.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 10:38:36 2005 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 7117B16A4CE; Fri, 4 Feb 2005 10:38:36 +0000 (GMT) Received: from sulfateuse.babasse.net (sulfateuse.babasse.net [213.41.169.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD3A643D39; Fri, 4 Feb 2005 10:38:34 +0000 (GMT) (envelope-from aragorn@teaser.fr) Received: from blackbox.babasse.net (sulfateuse.babasse.net [192.168.254.129]) j14AcWLo087700; Fri, 4 Feb 2005 11:38:32 +0100 (CET) (envelope-from aragorn@teaser.fr) Received: from blackbox.babasse.net (localhost [127.0.0.1]) j14AcWBn087697; Fri, 4 Feb 2005 11:38:32 +0100 (CET) (envelope-from aragorn@teaser.fr) Received: (from cyril@localhost) by blackbox.babasse.net (8.12.11/8.12.11/Submit) id j14AcVeP087696; Fri, 4 Feb 2005 11:38:31 +0100 (CET) (envelope-from aragorn@teaser.fr) X-Authentication-Warning: blackbox.babasse.net: cyril set sender to aragorn@teaser.fr using -f To: Hajimu UMEMOTO In-Reply-To: <200502031849.j13InPlg008627@freefall.freebsd.org> (Hajimu UMEMOTO's message of "Thu, 3 Feb 2005 18:49:25 GMT") References: <200502031849.j13InPlg008627@freefall.freebsd.org> From: Cyril Guibourg Organization: Home sweet home Date: Fri, 04 Feb 2005 11:38:31 +0100 Message-ID: <87d5vgk3tk.fsf@blackbox.babasse.net> Lines: 7 User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.1 (Cuyahoga Valley, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (sulfateuse.babasse.net [192.168.254.129]); Fri, 04 Feb 2005 11:38:32 +0100 (CET) cc: freebsd-ports-bugs@FreeBSD.org cc: aragorn+ports@teaser.fr cc: ume@FreeBSD.org Subject: Re: ports/76954: [NEW PORT] mail/milter-greylist-devel: Easy-to-use greylist milter for sendmail (development) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 10:38:36 -0000 Hajimu UMEMOTO writes: > I made two changes to use PKGNAMESUFFIX for -devel and add CONFLICTS > against existing milter-greylist port. OK, thanks for your contrib. Have a nice day. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 10:40:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63BCD16A4CF for ; Fri, 4 Feb 2005 10:40:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 178C743D58 for ; Fri, 4 Feb 2005 10:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14AeIl5050940 for ; Fri, 4 Feb 2005 10:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14AeIkm050939; Fri, 4 Feb 2005 10:40:18 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 10:40:18 GMT Resent-Message-Id: <200502041040.j14AeIkm050939@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ben Woolley Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9C5B16A4CE for ; Fri, 4 Feb 2005 10:38:12 +0000 (GMT) Received: from smgl.positivism.org (ns0.positivism.org [65.102.47.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A79943D2F for ; Fri, 4 Feb 2005 10:38:12 +0000 (GMT) (envelope-from ben@tautology.org) Received: from tautology.org (evrtwa1-ar7-4-63-190-052.evrtwa1.dsl-verizon.net [4.63.190.52]) by smgl.positivism.org (8.13.3/8.13.3) with ESMTP id j14AQfFK006672 for ; Fri, 4 Feb 2005 02:26:41 -0800 Received: from tautology.org (tautology.org [127.0.0.1]) by tautology.org (8.13.1/8.13.1) with ESMTP id j14APZtG096411 for ; Fri, 4 Feb 2005 02:25:35 -0800 (PST) (envelope-from ben@tautology.org) Received: (from root@localhost) by tautology.org (8.13.1/8.13.1/Submit) id j14APZO1096410; Fri, 4 Feb 2005 02:25:35 -0800 (PST) (envelope-from ben) Message-Id: <200502041025.j14APZO1096410@tautology.org> Date: Fri, 4 Feb 2005 02:25:35 -0800 (PST) From: Ben Woolley To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77094: New port: devel/py-sendfile Python module interface to the sendfile(2) syscall X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ben Woolley List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 10:40:19 -0000 >Number: 77094 >Category: ports >Synopsis: New port: devel/py-sendfile Python module interface to the sendfile(2) syscall >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 Feb 04 10:40:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ben Woolley >Release: FreeBSD 4.10-STABLE i386 >Organization: None >Environment: System: FreeBSD tautology.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat Oct 30 12:08:36 PDT 2004 root@tautology.org:/usr/obj/usr/src/sys/WWW_GW_NAT_SND i386 >Description: Python module interface to the sendfile(2) syscall with full support for the FreeBSD nuances. >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: # # devel/py-sendfile/ # devel/py-sendfile/Makefile # devel/py-sendfile/distinfo # devel/py-sendfile/pkg-descr # echo c - devel/py-sendfile/ mkdir -p devel/py-sendfile/ > /dev/null 2>&1 echo x - devel/py-sendfile/Makefile sed 's/^X//' >devel/py-sendfile/Makefile << 'END-of-devel/py-sendfile/Makefile' X# Ports collection Makefile for: sendfile Python module X# Date created: 02/01/2004 X# Whom: ports@tautology.org X# X# $FreeBSD: ports/devel/py-sendfile/Makefile,v 1.0 2005/2/3 01:30:00 vs Exp $ X# X XPORTNAME= sendfile XPORTVERSION= 1.1 XCATEGORIES= devel python XMASTER_SITES= http://tautology.org/software/python-modules/distfiles/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= py-sendfile-${PORTVERSION} XEXTRACT_SUFX= .tar.bz2 X XMAINTAINER= ports@tautology.org XCOMMENT= Python interface to the sendfile(2) system call X XUSE_BZIP2= yes XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X X.include END-of-devel/py-sendfile/Makefile echo x - devel/py-sendfile/distinfo sed 's/^X//' >devel/py-sendfile/distinfo << 'END-of-devel/py-sendfile/distinfo' XMD5 (py-sendfile-1.1.tar.bz2) = d1ae993f9af8666bbb19ae2596d78b37 XSIZE (py-sendfile-1.1.tar.bz2) = 2977 END-of-devel/py-sendfile/distinfo echo x - devel/py-sendfile/pkg-descr sed 's/^X//' >devel/py-sendfile/pkg-descr << 'END-of-devel/py-sendfile/pkg-descr' Xpy-sendfile is a Python module that interfaces to the sendfile(2) system call. X XWWW: http://tautology.org/software/python-modules/sendfile END-of-devel/py-sendfile/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 10:50:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCA7E16A4CF for ; Fri, 4 Feb 2005 10:50:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C959F43D5C for ; Fri, 4 Feb 2005 10:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14AoNc3051211 for ; Fri, 4 Feb 2005 10:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14AoNkH051210; Fri, 4 Feb 2005 10:50:23 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 10:50:23 GMT Resent-Message-Id: <200502041050.j14AoNkH051210@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, GomoR Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C01716A4CE for ; Fri, 4 Feb 2005 10:41:55 +0000 (GMT) Received: from enslaved.homeunix.org (ARennes-351-1-52-144.w82-126.abo.wanadoo.fr [82.126.124.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D5D43D46 for ; Fri, 4 Feb 2005 10:41:53 +0000 (GMT) (envelope-from gomor@enslaved.homeunix.org) Received: from enslaved.homeunix.org (localhost.enslaved.lan [127.0.0.1]) by enslaved.homeunix.org (8.13.1/8.13.1) with ESMTP id j14Afqfo047766 for ; Fri, 4 Feb 2005 11:41:52 +0100 (CET) (envelope-from gomor@enslaved.homeunix.org) Received: (from gomor@localhost) by enslaved.homeunix.org (8.13.1/8.13.1/Submit) id j14AfpT1047765; Fri, 4 Feb 2005 11:41:51 +0100 (CET) (envelope-from gomor) Message-Id: <200502041041.j14AfpT1047765@enslaved.homeunix.org> Date: Fri, 4 Feb 2005 11:41:51 +0100 (CET) From: GomoR To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77095: New port: net/p5-Net-Packet [requires ports/76979] a framework to easily send and receive frames from layer 2 to layer 7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: GomoR List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 10:50:24 -0000 >Number: 77095 >Category: ports >Synopsis: New port: net/p5-Net-Packet [requires ports/76979] a framework to easily send and receive frames from layer 2 to layer 7 >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 Feb 04 10:50:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: GomoR >Release: FreeBSD 5.3-RELEASE-p4 i386 >Organization: myself >Environment: System: FreeBSD dani.enslaved.lan 5.3-RELEASE-p4 FreeBSD 5.3-RELEASE-p4 #9: Mon Jan 10 15:23:56 CET 2005 gomor@dani.enslaved.lan:/usr/obj/usr/src/sys/DANI i386 >Description: This module is a unified framework to craft, send and receive packets at layers 2, 3, 4 and 7. Basically, you forge each layer of a frame (Net::Packet::IPv4 for layer 3, Net::Packet::TCP for layer 4 ; for example), and pack all of this into a Net::Packet::Frame object. Then, you can send the frame to the network, and receive it easily, since the response is automatically searched for and matched against the request. >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: # # /usr/ports/net/p5-Net-Packet # /usr/ports/net/p5-Net-Packet/Makefile # /usr/ports/net/p5-Net-Packet/distinfo # /usr/ports/net/p5-Net-Packet/pkg-descr # /usr/ports/net/p5-Net-Packet/pkg-plist # echo c - /usr/ports/net/p5-Net-Packet mkdir -p /usr/ports/net/p5-Net-Packet > /dev/null 2>&1 echo x - /usr/ports/net/p5-Net-Packet/Makefile sed 's/^X//' >/usr/ports/net/p5-Net-Packet/Makefile << 'END-of-/usr/ports/net/p5-Net-Packet/Makefile' X# New ports collection makefile for: Net-Packet X# Date created: 01 Feb 2005 X# Whom: GomoR X# X# $FreeBSD$ X# X XPORTNAME= Net-Packet XPORTVERSION= 2.03 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} http://www.gomor.org/netpkt/ XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- XONLY_FOR_ARCHS= i386 X XBUILD_DEPENDS+= ${SITE_PERL}/Class/Gomor/Hash.pm:${PORTSDIR}/devel/p5-Class-Gomor-Hash XBUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface XBUILD_DEPENDS+= ${SITE_PERL}/Net/IPv6Addr.pm:${PORTSDIR}/net-mgmt/p5-Net-IPv6Addr XBUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap XBUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 XBUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes X XRUN_DEPENDS+= ${SITE_PERL}/Class/Gomor/Hash.pm:${PORTSDIR}/devel/p5-Class-Gomor-Hash XRUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface XRUN_DEPENDS+= ${SITE_PERL}/Net/IPv6Addr.pm:${PORTSDIR}/net-mgmt/p5-Net-IPv6Addr XRUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap XRUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 XRUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes X XMAINTAINER= netpkt@gomor.org XCOMMENT= A framework to easily send and receive frames from layer 2 to layer 7 X XPERL_CONFIGURE= yes X XMAN3= Net::Packet.3 \ X Net::Packet::ARP.3 \ X Net::Packet::Consts.3 \ X Net::Packet::Desc.3 \ X Net::Packet::DescL2.3 \ X Net::Packet::DescL3.3 \ X Net::Packet::DescL4.3 \ X Net::Packet::Dump.3 \ X Net::Packet::ETH.3 \ X Net::Packet::Env.3 \ X Net::Packet::Frame.3 \ X Net::Packet::ICMPv4.3 \ X Net::Packet::IPv4.3 \ X Net::Packet::IPv6.3 \ X Net::Packet::Layer.3 \ X Net::Packet::Layer2.3 \ X Net::Packet::Layer3.3 \ X Net::Packet::Layer4.3 \ X Net::Packet::Layer7.3 \ X Net::Packet::NULL.3 \ X Net::Packet::RAW.3 \ X Net::Packet::SLL.3 \ X Net::Packet::TCP.3 \ X Net::Packet::UDP.3 \ X Net::Packet::Utils.3 \ X Net::Packet::VLAN.3 \ X Net::Pkt.3 X X.include END-of-/usr/ports/net/p5-Net-Packet/Makefile echo x - /usr/ports/net/p5-Net-Packet/distinfo sed 's/^X//' >/usr/ports/net/p5-Net-Packet/distinfo << 'END-of-/usr/ports/net/p5-Net-Packet/distinfo' XMD5 (Net-Packet-2.03.tar.gz) = 4af49a8b8c293d47fa3abf3bed3cd008 XSIZE (Net-Packet-2.03.tar.gz) = 50976 END-of-/usr/ports/net/p5-Net-Packet/distinfo echo x - /usr/ports/net/p5-Net-Packet/pkg-descr sed 's/^X//' >/usr/ports/net/p5-Net-Packet/pkg-descr << 'END-of-/usr/ports/net/p5-Net-Packet/pkg-descr' XThis module is a unified framework to craft, send and receive packets at Xlayers 2, 3, 4 and 7. X XBasically, you forge each layer of a frame (Net::Packet::IPv4 for layer 3, XNet::Packet::TCP for layer 4 ; for example), and pack all of this into a XNet::Packet::Frame object. Then, you can send the frame to the network, and Xreceive it easily, since the response is automatically searched for and Xmatched against the request. X XWWW: http://search.cpan.org/~gomor/ X X- GomoR Xnetpkt@gomor.org END-of-/usr/ports/net/p5-Net-Packet/pkg-descr echo x - /usr/ports/net/p5-Net-Packet/pkg-plist sed 's/^X//' >/usr/ports/net/p5-Net-Packet/pkg-plist << 'END-of-/usr/ports/net/p5-Net-Packet/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/ARP.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/Consts.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/Desc.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/DescL2.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/DescL3.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/DescL4.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/Dump.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/ETH.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/Env.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/Frame.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/ICMPv4.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/IPv4.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/IPv6.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/Layer.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/Layer2.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/Layer3.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/Layer4.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/Layer7.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/NULL.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/RAW.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/SLL.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/TCP.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/UDP.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/Utils.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet/VLAN.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Net/Pkt.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Packet/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Packet/Packet.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Packet/Packet.so X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Packet/autosplit.ix X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/Packet X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Packet X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Net 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true END-of-/usr/ports/net/p5-Net-Packet/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 11:42:45 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDC3C16A4CE; Fri, 4 Feb 2005 11:42:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A5B43D41; Fri, 4 Feb 2005 11:42:45 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14BgjFW060950; Fri, 4 Feb 2005 11:42:45 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14BgjE1060946; Fri, 4 Feb 2005 11:42:45 GMT (envelope-from ahze) Date: Fri, 4 Feb 2005 11:42:45 GMT From: Michael Johnson Message-Id: <200502041142.j14BgjE1060946@freefall.freebsd.org> To: toxa@toxahost.ru, ahze@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77025: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 11:42:45 -0000 Synopsis: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox State-Changed-From-To: open->feedback State-Changed-By: ahze State-Changed-When: Fri Feb 4 11:41:46 GMT 2005 State-Changed-Why: does not fetch. => graveman-0.3.5.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://savannah.nongnu.org/download/graveman/. fetch: http://savannah.nongnu.org/download/graveman/graveman-0.3.5.tar.bz2: Not Found => Attempting to fetch from ftp://ftp.gnu.org/pub/savannah/files/graveman/. fetch: ftp://ftp.gnu.org/pub/savannah/files/graveman/graveman-0.3.5.tar.bz2: Not Found => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/graveman-0.3.5.tar.bz2: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. http://www.freebsd.org/cgi/query-pr.cgi?pr=77025 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 11:47:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7DFA16A4CE; Fri, 4 Feb 2005 11:47:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F62D43D5D; Fri, 4 Feb 2005 11:47:03 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14Bl3Wx061119; Fri, 4 Feb 2005 11:47:03 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14Bl3vg061115; Fri, 4 Feb 2005 11:47:03 GMT (envelope-from ahze) Date: Fri, 4 Feb 2005 11:47:03 GMT From: Michael Johnson Message-Id: <200502041147.j14Bl3vg061115@freefall.freebsd.org> To: ahze@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ahze@FreeBSD.org Subject: Re: ports/77025: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 11:47:03 -0000 Synopsis: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox Responsible-Changed-From-To: freebsd-ports-bugs->ahze Responsible-Changed-By: ahze Responsible-Changed-When: Fri Feb 4 11:46:50 GMT 2005 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=77025 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 12:00:49 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E96116A4EF for ; Fri, 4 Feb 2005 12:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D795B43D1F for ; Fri, 4 Feb 2005 12:00:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14C0mVe061500 for ; Fri, 4 Feb 2005 12:00:48 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14C0mh7061499; Fri, 4 Feb 2005 12:00:48 GMT (envelope-from gnats) Date: Fri, 4 Feb 2005 12:00:48 GMT Message-Id: <200502041200.j14C0mh7061499@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Blaz Zupan Subject: Re: ports/76854: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Blaz Zupan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 12:00:49 -0000 The following reply was made to PR ports/76854; it has been noted by GNATS. From: Blaz Zupan To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/76854: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.0.beta1 Date: Fri, 4 Feb 2005 12:55:35 +0100 (CET) nagios-plugins 1.4 has been released. Here is an updated patch that upgrades the port to 1.4. diff -urN nagios-plugins.old/Makefile nagios-plugins/Makefile --- nagios-plugins.old/Makefile Mon Jan 31 01:35:51 2005 +++ nagios-plugins/Makefile Fri Feb 4 12:53:21 2005 @@ -2,16 +2,15 @@ # Date created: 14 Jul 2002 # Whom: Blaz Zupan # -# $FreeBSD: ports/net-mgmt/nagios-plugins/Makefile,v 1.39 2005/01/31 00:35:51 girgen Exp $ +# $FreeBSD: ports/net-mgmt/nagios-plugins/Makefile,v 1.38 2004/12/26 18:31:43 krion Exp $ # PORTNAME= nagios-plugins -PORTVERSION= 1.4.0.a3 -PORTREVISION= 1 +PORTVERSION= 1.4 +PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= nagiosplug -DISTNAME= nagios-plugins-1.4.0-alpha3 MAINTAINER= blaz@si.FreeBSD.org COMMENT= Plugins for nagios @@ -101,6 +100,15 @@ USE_AUTOCONF_VER= 259 USE_GMAKE= yes USE_PERL5= yes +USE_REINPLACE= yes + +post-patch: +.for file in check_by_ssh.c check_disk.c check_http.c check_load.c \ + check_mrtgtraf.c check_nagios.c check_pgsql.c check_ping.c \ + check_procs.c check_snmp.c check_ssh.c check_swap.c check_time.c \ + check_users.c utils.c + @${REINPLACE_CMD} -e 's|setlocale (LC_ALL, "");|setlocale (LC_ALL, ""); setlocale(LC_NUMERIC, "C");|g' ${WRKSRC}/plugins/${file} +.endfor pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} \ diff -urN nagios-plugins.old/distinfo nagios-plugins/distinfo --- nagios-plugins.old/distinfo Wed Dec 22 09:50:07 2004 +++ nagios-plugins/distinfo Fri Feb 4 09:36:08 2005 @@ -1,2 +1,2 @@ -MD5 (nagios-plugins-1.4.0-alpha3.tar.gz) = 5e5eddaafc9a94164fcd71a5922bbcd3 -SIZE (nagios-plugins-1.4.0-alpha3.tar.gz) = 911373 +MD5 (nagios-plugins-1.4.tar.gz) = 9b21b92acc4b2b0dbb2d12bca6b27582 +SIZE (nagios-plugins-1.4.tar.gz) = 972810 diff -urN nagios-plugins.old/files/patch-check_nagios.c nagios-plugins/files/patch-check_nagios.c --- nagios-plugins.old/files/patch-check_nagios.c Sat Dec 4 18:23:31 2004 +++ nagios-plugins/files/patch-check_nagios.c Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- plugins/check_nagios.c.orig Thu Mar 11 16:17:08 2004 -+++ plugins/check_nagios.c Fri Dec 3 22:28:53 2004 -@@ -132,7 +132,7 @@ - } - - /* May get empty procargs */ -- if (!strstr(procargs, argv[0]) && strstr(procprog, process_string) && strcmp(procargs,"")) { -+ if (!strstr(procargs, argv[0]) && strcmp(procargs,"") && strstr(procargs, process_string)) { - proc_entries++; - if (verbose >= 2) { - printf (_("Found process: %s %s\n"), procprog, procargs); diff -urN nagios-plugins.old/files/patch-configure.in nagios-plugins/files/patch-configure.in --- nagios-plugins.old/files/patch-configure.in Wed Dec 22 09:50:07 2004 +++ nagios-plugins/files/patch-configure.in Sun Jan 30 13:16:54 2005 @@ -1,5 +1,5 @@ ---- configure.in.orig Wed Dec 15 21:54:37 2004 -+++ configure.in Fri Dec 17 12:31:43 2004 +--- configure.in.orig Thu Dec 30 15:19:37 2004 ++++ configure.in Sun Jan 30 13:16:43 2005 @@ -10,7 +10,7 @@ RELEASE=1 AC_SUBST(RELEASE) @@ -68,15 +68,16 @@ dnl Check for mysql libraries -@@ -644,221 +651,11 @@ +@@ -581,234 +588,11 @@ AC_PATH_PROG(PATH_TO_PS,ps) -AC_MSG_CHECKING(for ps syntax) -dnl For OpenBSD 3.2 & 3.3. Must come before ps -weo +-dnl Should also work for FreeBSD 5.2.1 and 5.3 -dnl STAT UCOMM VSZ RSS USER PPID COMMAND -if ps -axwo 'stat comm vsz rss user uid ppid args' 2>/dev/null | \ -- egrep -i ["^ *STAT +UCOMM +VSZ +RSS +USER +UID +PPID +COMMAND"] > /dev/null +- egrep -i ["^ *STAT +[UCOMAND]+ +VSZ +RSS +USER +UID +PPID +COMMAND"] > /dev/null -then - ac_cv_ps_varlist="[procstat,&procuid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]" - ac_cv_ps_command="$PATH_TO_PS -axwo 'stat uid ppid vsz rss pcpu comm args'" @@ -84,6 +85,18 @@ - ac_cv_ps_cols=8 - AC_MSG_RESULT([$ac_cv_ps_command]) - +-dnl Some *BSDs have different format for ps. This is mainly to catch FreeBSD 4. +-dnl Limitation: Only first 16 chars returned for ucomm field +-dnl Must come before ps -weo +-elif ps -axwo 'stat uid ppid vsz rss pcpu ucomm command' 2>/dev/null | \ +- egrep -i ["^ *STAT +UID +PPID +VSZ +RSS +%CPU +UCOMM +COMMAND"] > /dev/null +-then +- ac_cv_ps_varlist="[procstat,&procuid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]" +- ac_cv_ps_command="$PATH_TO_PS -axwo 'stat uid ppid vsz rss pcpu ucomm command'" +- ac_cv_ps_format="%s %d %d %d %d %f %s %n" +- ac_cv_ps_cols=8 +- AC_MSG_RESULT([$ac_cv_ps_command]) +- -dnl STAT UCOMM VSZ RSS USER UID PPID COMMAND -elif ps -weo 'stat comm vsz rss user uid ppid etime args' 2>/dev/null | \ - egrep -i ["^ *S[TAUES]* +[UCOMDNA]+ +[VSIZE]+ +R[S]+ +U[SER]+ +U[ID]+ +P[PID]+ +[ELAPSD]+ +[RGSCOMDNA]+"] >/dev/null @@ -295,7 +308,7 @@ if test -n "$ac_cv_ps_varlist" ; then AC_DEFINE_UNQUOTED(PS_VARLIST,$ac_cv_ps_varlist, -@@ -1211,6 +1008,8 @@ +@@ -1161,6 +945,8 @@ AC_DEFINE_UNQUOTED(WHO_COMMAND,"$ac_cv_path_to_who", [path and arguments for invoking 'who']) @@ -304,7 +317,7 @@ AC_PATH_PROG(PATH_TO_SNMPGET,snmpget) if test -x "$PATH_TO_SNMPGET" then -@@ -1233,7 +1032,10 @@ +@@ -1183,7 +969,10 @@ else AC_MSG_WARN([Tried $PERL - install Net::SNMP perl module if you want to use the perl snmp plugins]) fi @@ -315,7 +328,7 @@ AC_PATH_PROG(PATH_TO_QUAKESTAT,quakestat) AC_PATH_PROG(PATH_TO_QSTAT,qstat) -@@ -1255,7 +1057,10 @@ +@@ -1205,7 +994,10 @@ AC_DEFINE_UNQUOTED(PATH_TO_QSTAT,"$ac_cv_path_to_qstat", [path to qstat/quakestat]) fi @@ -326,7 +339,7 @@ AC_PATH_PROG(PATH_TO_FPING,fping) if test -x "$PATH_TO_FPING" then -@@ -1263,6 +1068,7 @@ +@@ -1213,6 +1005,7 @@ EXTRAS="$EXTRAS check_fping" else AC_MSG_WARN([Get fping from http://www.fping.com in order to make check_fping plugin]) From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 12:00:49 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4FDB16A4DA for ; Fri, 4 Feb 2005 12:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6099D43D39 for ; Fri, 4 Feb 2005 12:00:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14C0nCP061513 for ; Fri, 4 Feb 2005 12:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14C0nGX061512; Fri, 4 Feb 2005 12:00:49 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 12:00:49 GMT Resent-Message-Id: <200502041200.j14C0nGX061512@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 752DF16A4CE for ; Fri, 4 Feb 2005 11:58:05 +0000 (GMT) Received: from male.aldigital.co.uk (male.thebunker.net [213.129.64.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AA1B43D55 for ; Fri, 4 Feb 2005 11:58:04 +0000 (GMT) (envelope-from matthew@thebunker.net) Received: from gravitas.thebunker.net (gateway.ash.thebunker.net [213.129.64.4]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by male.aldigital.co.uk (Postfix) with ESMTP id 1D6E2979E8 for ; Fri, 4 Feb 2005 11:58:03 +0000 (GMT) Received: from gravitas.thebunker.net (localhost [127.0.0.1]) by gravitas.thebunker.net (8.13.1/8.13.1) with ESMTP id j14BvuTa072589 for ; Fri, 4 Feb 2005 11:57:56 GMT (envelope-from matthew@gravitas.thebunker.net) Received: (from matthew@localhost) by gravitas.thebunker.net (8.13.1/8.13.1/Submit) id j14Bvucs072588; Fri, 4 Feb 2005 11:57:56 GMT (envelope-from matthew) Message-Id: <200502041157.j14Bvucs072588@gravitas.thebunker.net> Date: Fri, 4 Feb 2005 11:57:56 GMT From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77096: [ maintainer ] net/phpldapadmin update to version 0.9.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 12:00:49 -0000 >Number: 77096 >Category: ports >Synopsis: [ maintainer ] net/phpldapadmin update to version 0.9.5 >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 Feb 04 12:00:48 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 5.3-STABLE i386 >Organization: Infracaninophile >Environment: System: FreeBSD gravitas.thebunker.net 5.3-STABLE FreeBSD 5.3-STABLE #5: Sat Jan 15 09:15:09 GMT 2005 root@gravitas.thebunker.net:/usr/obj/usr/src/sys/GRAVITAS i386 >Description: Routine update to version 0.9.5. This adds php5 support amongst other new features. For the release notes see: http://sourceforge.net/project/shownotes.php?group_id=61828&release_id=301750 >How-To-Repeat: >Fix: --- phpldapadmin.diff begins here --- diff -Nur /usr/ports/net/phpldapadmin/Makefile phpldapadmin/Makefile --- /usr/ports/net/phpldapadmin/Makefile Mon Aug 16 22:41:01 2004 +++ phpldapadmin/Makefile Fri Feb 4 10:44:37 2005 @@ -6,8 +6,7 @@ # PORTNAME= phpldapadmin -PORTVERSION= 0.9.4b -PORTREVISION= 3 +DISTVERSION= 0.9.5 CATEGORIES= net www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpldapadmin @@ -17,8 +16,6 @@ NO_BUILD= yes USE_PHP= ldap openssl pcre session - -BROKEN_WITH_PHP= 5 .if defined(WITH_SUPHP) diff -Nur /usr/ports/net/phpldapadmin/distinfo phpldapadmin/distinfo --- /usr/ports/net/phpldapadmin/distinfo Sat May 15 09:19:04 2004 +++ phpldapadmin/distinfo Fri Feb 4 10:44:50 2005 @@ -1,2 +1,2 @@ -MD5 (phpldapadmin-0.9.4b.tar.gz) = 0aa6021da066c637e56354980dccddbe -SIZE (phpldapadmin-0.9.4b.tar.gz) = 375889 +MD5 (phpldapadmin-0.9.5.tar.gz) = 33f6788098052d0a4c6214e803da318b +SIZE (phpldapadmin-0.9.5.tar.gz) = 605162 --- phpldapadmin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 12:30:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B03016A4CF for ; Fri, 4 Feb 2005 12:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C985343D31 for ; Fri, 4 Feb 2005 12:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14CUCEP066241 for ; Fri, 4 Feb 2005 12:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14CUCFu066236; Fri, 4 Feb 2005 12:30:12 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 12:30:12 GMT Resent-Message-Id: <200502041230.j14CUCFu066236@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Andrey V. Elsukov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559E616A4CE for ; Fri, 4 Feb 2005 12:25:12 +0000 (GMT) Received: from mail.rdu.kirov.ru (ns.rdu.kirov.ru [217.9.151.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE5D043D3F for ; Fri, 4 Feb 2005 12:25:08 +0000 (GMT) (envelope-from elsukov@rdu.kirov.ru) Received: from kirov.so-cdu.ru (rdm [172.21.81.1]) by mail.rdu.kirov.ru (Postfix) with ESMTP id 1E3ECFFC6 for ; Fri, 4 Feb 2005 15:25:04 +0300 (MSK) Received: from kirov.so-cdu.ru (localhost [127.0.0.1]) by rdu.kirov.ru (Postfix) with SMTP id 01E011559F for ; Fri, 4 Feb 2005 15:25:04 +0300 (MSK) Received: from kirov.so-cdu.ru (localhost [127.0.0.1]) by kirov.so-cdu.ru (Postfix) with ESMTP id 976131559E for ; Fri, 4 Feb 2005 15:25:03 +0300 (MSK) Received: (from root@localhost) by kirov.so-cdu.ru (8.12.10/8.12.9/Submit) id j14CP3o6046506; Fri, 4 Feb 2005 15:25:03 +0300 (MSK) Message-Id: <200502041225.j14CP3o6046506@kirov.so-cdu.ru> Date: Fri, 4 Feb 2005 15:25:03 +0300 (MSK) From: "Andrey V. Elsukov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77097: New port: graphics/danpei - Image viewer for X with thumbnail preview feature X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Andrey V. Elsukov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 12:30:27 -0000 >Number: 77097 >Category: ports >Synopsis: New port: graphics/danpei - Image viewer for X with thumbnail preview feature >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 Feb 04 12:30:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrey V. Elsukov >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE >Description: New port: graphics/danpei - Image viewer for X with thumbnail preview feature >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: # # danpei # danpei/Makefile # danpei/distinfo # danpei/pkg-descr # danpei/pkg-plist # echo c - danpei mkdir -p danpei > /dev/null 2>&1 echo x - danpei/Makefile sed 's/^X//' >danpei/Makefile << 'END-of-danpei/Makefile' X# ports collection makefile for: danpei X# Date created: 4 Fev 2005 X# Whom: Andrey V. Elsukov X# X# $FreeBSD$ X# X XPORTNAME= danpei XPORTVERSION= 2.9.6 XCATEGORIES= graphics XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= danpei X XMAINTAINER= bu7cher@yandex.ru XCOMMENT= Image Viewer for X Window Sysytem with thumbnail preview feature X X.if !defined(WITHOUT_IMAGEMAGICK) XRUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick X.endif X X.if defined(WITHOUT_NLS) XCONFIGURE_ARGS+=--disable-nls XPLIST_SUB+= NLS="@comment " X.else XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" X.endif X XLIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png X XUSE_X_PREFIX= yes XUSE_GNOME= gtk12 gdkpixbuf XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" X X.include END-of-danpei/Makefile echo x - danpei/distinfo sed 's/^X//' >danpei/distinfo << 'END-of-danpei/distinfo' XMD5 (danpei-2.9.6.tar.gz) = 0f87daa1447e85e45ae96bc128ce9c42 END-of-danpei/distinfo echo x - danpei/pkg-descr sed 's/^X//' >danpei/pkg-descr << 'END-of-danpei/pkg-descr' XDanpei is a Gtk+ based Image Viewer, works on X Window Sysytem. X XFeatures: X o File operations like Windows Explorer X o View image files with thumbnail format X o View/Edit image files with your favorite applications (ImageMagick, X Gimp etc) X o Cache displayed images X o Print out images X XWWW: http://danpei.sourceforge.net/ END-of-danpei/pkg-descr echo x - danpei/pkg-plist sed 's/^X//' >danpei/pkg-plist << 'END-of-danpei/pkg-plist' Xbin/danpei X%%NLS%%share/locale/de/LC_MESSAGES/danpei.mo X%%NLS%%share/locale/ja/LC_MESSAGES/danpei.mo END-of-danpei/pkg-plist exit --- danpei.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 12:40:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0DBC16A4CE for ; Fri, 4 Feb 2005 12:40:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 828B243D58 for ; Fri, 4 Feb 2005 12:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14CeJXY067343 for ; Fri, 4 Feb 2005 12:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14CeJMJ067342; Fri, 4 Feb 2005 12:40:19 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 12:40:19 GMT Resent-Message-Id: <200502041240.j14CeJMJ067342@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, avleeuwen@piwebs.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B61C416A4CE for ; Fri, 4 Feb 2005 12:34:32 +0000 (GMT) Received: from winston.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 7D49743D54 for ; Fri, 4 Feb 2005 12:34:31 +0000 (GMT) (envelope-from avleeuwen@winston.piwebs.com) Received: (qmail 59682 invoked by uid 1001); 4 Feb 2005 12:34:30 -0000 Message-Id: <20050204123430.59681.qmail@winston.piwebs.com> Date: 4 Feb 2005 12:34:30 -0000 From: avleeuwen@piwebs.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77098: Fix detection of pilot-link in palm/libmal X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: avleeuwen@piwebs.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 12:40:19 -0000 >Number: 77098 >Category: ports >Synopsis: Fix detection of pilot-link in palm/libmal >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 Feb 04 12:40:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Arjan van Leeuwen >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD winston.piwebs.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Jan 16 21:32:29 CET 2005 root@winston.piwebs.com:/usr/obj/usr/src/sys/WINSTON i386 >Description: Make palm/libmal look for pilot-link in ${LOCALBASE} instead of /usr/local [1]. Satisfy portlint while I'm here. Port revision not bumped, since functionality hasn't changed, and if you already have it installed you obviously worked around the problem. [1] Reported by: Anders Nor Berle (debolaz at gmail dot com) >How-To-Repeat: >Fix: diff -urN /usr/ports/palm/libmal/Makefile libmal/Makefile --- /usr/ports/palm/libmal/Makefile Sun Apr 11 00:29:27 2004 +++ libmal/Makefile Fri Feb 4 13:28:03 2005 @@ -19,7 +19,8 @@ USE_GMAKE= YES USE_LIBTOOL_VER=13 HAS_CONFIGURE= YES +CONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE} INSTALLS_SHLIB= YES -CONFLICTS= malsync-* +CONFLICTS= malsync-[0-9]* .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 12:54:55 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C95F416A4CE; Fri, 4 Feb 2005 12:54:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DEF043D54; Fri, 4 Feb 2005 12:54:55 +0000 (GMT) (envelope-from niels@FreeBSD.org) Received: from freefall.freebsd.org (niels@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14CstI2067773; Fri, 4 Feb 2005 12:54:55 GMT (envelope-from niels@freefall.freebsd.org) Received: (from niels@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14Csta4067769; Fri, 4 Feb 2005 12:54:55 GMT (envelope-from niels) Date: Fri, 4 Feb 2005 12:54:55 GMT From: Niels Heinen Message-Id: <200502041254.j14Csta4067769@freefall.freebsd.org> To: niels@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, niels@FreeBSD.org Subject: Re: ports/77048: p5-SAVI-Perl port does not leave the filesystem in the same state it was before the port was installed. (pkg-plist errors) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 12:54:55 -0000 Synopsis: p5-SAVI-Perl port does not leave the filesystem in the same state it was before the port was installed. (pkg-plist errors) Responsible-Changed-From-To: freebsd-ports-bugs-> niels Responsible-Changed-By: niels Responsible-Changed-When: Fri Feb 4 12:54:12 GMT 2005 Responsible-Changed-Why: Thanks for the patch, I'll test it right away. Niels http://www.freebsd.org/cgi/query-pr.cgi?pr=77048 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 13:13:47 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6A3D16A4CE; Fri, 4 Feb 2005 13:13:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF01943D4C; Fri, 4 Feb 2005 13:13:47 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14DDlWl072459; Fri, 4 Feb 2005 13:13:47 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14DDl6E072455; Fri, 4 Feb 2005 13:13:47 GMT (envelope-from clsung) Date: Fri, 4 Feb 2005 13:13:47 GMT From: Cheng-Lung Sung Message-Id: <200502041313.j14DDl6E072455@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Subject: Re: ports/76957: New port: www/mediawiki X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 13:13:48 -0000 Synopsis: New port: www/mediawiki Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Fri Feb 4 13:13:35 GMT 2005 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=76957 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 13:18:57 2005 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 CC8C916A4CE for ; Fri, 4 Feb 2005 13:18:57 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5458143D45 for ; Fri, 4 Feb 2005 13:18:57 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 9F43E106C28; Fri, 4 Feb 2005 21:18:45 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 44668-01; Fri, 4 Feb 2005 21:18:44 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1038) id E6605106C26; Fri, 4 Feb 2005 21:18:44 +0800 (CST) Date: Fri, 4 Feb 2005 21:18:44 +0800 From: Cheng-Lung Sung To: Gerrit Beine Message-ID: <20050204131844.GA43450@FreeBSD.csie.NCTU.edu.tw> References: <200502040840.j148eLOX037842@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline In-Reply-To: <200502040840.j148eLOX037842@freefall.freebsd.org> X-Fingerprint: E0BC 57F9 F44B 46C6 DB53 8462 F807 89F3 956E 8BC1 X-Public-Key: http://sungsung.dragon2.net/pubring.asc User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76957: New port: www/mediawiki X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 13:18:57 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi,=20 On Fri, Feb 04, 2005 at 08:40:21AM +0000, Gerrit Beine wrote: > The following reply was made to PR ports/76957; it has been noted by GNAT= S. >=20 > From: Gerrit Beine > To: freebsd-gnats-submit@FreeBSD.org, tux@pinguru.net > Cc: =20 > Subject: Re: ports/76957: New port: www/mediawiki > Date: Fri, 04 Feb 2005 09:37:43 +0100 >=20 > This is a multi-part message in MIME format. > --------------080200020702030901050206 > Content-Type: text/plain; charset=3Dus-ascii; format=3Dflowed > Content-Transfer-Encoding: 7bit > =20 > An update to 1.3.10. > =20 > =20 > --=20 > Everybody's Looking For > Somebody's Arms To Fall Into > And It's What It Is > It's What It Is Now > =20 > mail tux@pinguru.net > icq 123851585 > web http://arme-und-beine.de I've re-write your shar file, can you examine it?=20 Since it needs MySQL :) --=20 Cheng-Lung Sung - clsung@ --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCA3Yx+AeJ85Vui8ERAvSNAJ9eKagC89EHqG9YRGcttOuMtV4SMgCfbMm9 JULyWCBEAk1iqZUqV9ZJRaQ= =MPFd -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 13:20:00 2005 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 C5DEE16A4CE for ; Fri, 4 Feb 2005 13:20:00 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D0BF43D31 for ; Fri, 4 Feb 2005 13:20:00 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 3A917106C20; Fri, 4 Feb 2005 21:19:49 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 44668-02; Fri, 4 Feb 2005 21:19:48 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1038) id 6811B106C1E; Fri, 4 Feb 2005 21:19:48 +0800 (CST) Date: Fri, 4 Feb 2005 21:19:48 +0800 From: Cheng-Lung Sung To: Gerrit Beine Message-ID: <20050204131948.GB43450@FreeBSD.csie.NCTU.edu.tw> References: <200502040840.j148eLOX037842@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UFHRwCdBEJvubb2X" Content-Disposition: inline In-Reply-To: <200502040840.j148eLOX037842@freefall.freebsd.org> X-Fingerprint: E0BC 57F9 F44B 46C6 DB53 8462 F807 89F3 956E 8BC1 X-Public-Key: http://sungsung.dragon2.net/pubring.asc User-Agent: Mutt/1.5.6i X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76957: New port: www/mediawiki X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 13:20:01 -0000 --UFHRwCdBEJvubb2X Content-Type: multipart/mixed; boundary="cmJC7u66zC7hs+87" Content-Disposition: inline --cmJC7u66zC7hs+87 Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Fri, Feb 04, 2005 at 08:40:21AM +0000, Gerrit Beine wrote: > The following reply was made to PR ports/76957; it has been noted by GNAT= S. >=20 > From: Gerrit Beine > To: freebsd-gnats-submit@FreeBSD.org, tux@pinguru.net > Cc: =20 > Subject: Re: ports/76957: New port: www/mediawiki > Date: Fri, 04 Feb 2005 09:37:43 +0100 >=20 > This is a multi-part message in MIME format. > --------------080200020702030901050206 > Content-Type: text/plain; charset=3Dus-ascii; format=3Dflowed > Content-Transfer-Encoding: 7bit > =20 > An update to 1.3.10. > =20 > =20 > --=20 > Everybody's Looking For > Somebody's Arms To Fall Into > And It's What It Is > It's What It Is Now > =20 > mail tux@pinguru.net > icq 123851585 > web http://arme-und-beine.de I'm sorry, I forgot to attach... --=20 Cheng-Lung Sung - clsung@ --cmJC7u66zC7hs+87-- --UFHRwCdBEJvubb2X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCA3Z0+AeJ85Vui8ERAo9NAKCVwZ0ncalCfCCNz+P9UaMY4941iwCeOkNh bseBHM9d573PykNR7QS5PZw= =YCLg -----END PGP SIGNATURE----- --UFHRwCdBEJvubb2X-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 13:22:26 2005 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 053B016A4CE; Fri, 4 Feb 2005 13:22:26 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2D9643D2F; Fri, 4 Feb 2005 13:22:25 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id BBAEC106C20; Fri, 4 Feb 2005 21:22:14 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 44668-07; Fri, 4 Feb 2005 21:22:14 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1038) id 18CBF106C1E; Fri, 4 Feb 2005 21:22:14 +0800 (CST) Date: Fri, 4 Feb 2005 21:22:14 +0800 From: Cheng-Lung Sung To: Cheng-Lung Sung Message-ID: <20050204132214.GA45342@FreeBSD.csie.NCTU.edu.tw> References: <200502040840.j148eLOX037842@freefall.freebsd.org> <20050204131948.GB43450@FreeBSD.csie.NCTU.edu.tw> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <20050204131948.GB43450@FreeBSD.csie.NCTU.edu.tw> X-Fingerprint: E0BC 57F9 F44B 46C6 DB53 8462 F807 89F3 956E 8BC1 X-Public-Key: http://sungsung.dragon2.net/pubring.asc User-Agent: Mutt/1.5.6i cc: Gerrit Beine cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76957: New port: www/mediawiki X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 13:22:26 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Gosh, fool me :( Would you please just fetch here? :) http://freebsd.csie.nctu.edu.tw/~clsung/mediawiki.shar Thanks, On Fri, Feb 04, 2005 at 09:19:48PM +0800, Cheng-Lung Sung wrote: > Hi, > On Fri, Feb 04, 2005 at 08:40:21AM +0000, Gerrit Beine wrote: > > The following reply was made to PR ports/76957; it has been noted by GN= ATS. > >=20 > > From: Gerrit Beine > > To: freebsd-gnats-submit@FreeBSD.org, tux@pinguru.net > > Cc: =20 > > Subject: Re: ports/76957: New port: www/mediawiki > > Date: Fri, 04 Feb 2005 09:37:43 +0100 > >=20 > > This is a multi-part message in MIME format. > > --------------080200020702030901050206 > > Content-Type: text/plain; charset=3Dus-ascii; format=3Dflowed > > Content-Transfer-Encoding: 7bit > > =20 > > An update to 1.3.10. > > =20 > > =20 > > --=20 > > Everybody's Looking For > > Somebody's Arms To Fall Into > > And It's What It Is > > It's What It Is Now > > =20 > > mail tux@pinguru.net > > icq 123851585 > > web http://arme-und-beine.de >=20 > I'm sorry, I forgot to attach... > --=20 > Cheng-Lung Sung - clsung@ --=20 Cheng-Lung Sung - clsung@ --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCA3cF+AeJ85Vui8ERAtYtAKCKIMUbJ/MRVIQbpHShcd9R7GYS1QCfYrHK LUnxm7h01tq1TI6+Y/ZBL+s= =qCsf -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 13:40:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 947F616A4CE for ; Fri, 4 Feb 2005 13:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51CF543D5F for ; Fri, 4 Feb 2005 13:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14DeNG0074024 for ; Fri, 4 Feb 2005 13:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14DeNLJ074023; Fri, 4 Feb 2005 13:40:23 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 13:40:23 GMT Resent-Message-Id: <200502041340.j14DeNLJ074023@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hideyuki KURASHINA Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B4BC16A51D for ; Fri, 4 Feb 2005 13:34:23 +0000 (GMT) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 2BBF943D2D for ; Fri, 4 Feb 2005 13:34:21 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: (qmail 19761 invoked from network); 4 Feb 2005 22:34:19 +0900 Received: from unknown (HELO localhost) (202.229.143.141) by wasley.bl.mmtr.or.jp with SMTP; 4 Feb 2005 22:34:19 +0900 Message-Id: <20050204.223355.63104794.rushani@FreeBSD.org> Date: Fri, 04 Feb 2005 22:33:55 +0900 (JST) From: Hideyuki KURASHINA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: netchild@FreeBSD.org Subject: ports/77099: [PATCH] net/skype: Update to 1.0.0.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, 04 Feb 2005 13:40:24 -0000 >Number: 77099 >Category: ports >Synopsis: [PATCH] net/skype: Update to 1.0.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 04 13:40:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Hideyuki KURASHINA >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD ***.*******.jp 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Dec 5 04:38:28 JST 2004 hideyuki@***.*******.jp:/usr/obj/usr/src/sys/*** i386 >Description: Update to 1.0.0.1. >How-To-Repeat: Check http://www.skype.com/products/skype/linux/ >Fix: Apply following patch, Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/skype/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 20 Jan 2005 14:04:13 -0000 1.11 +++ Makefile 4 Feb 2005 12:29:20 -0000 @@ -6,8 +6,8 @@ # PORTNAME= skype -PORTVERSION= 0.93.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.0.1 +PORTREVISION= 0 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ DISTNAME= skype_staticQT-${PORTVERSION} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/skype/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 9 Jan 2005 12:53:44 -0000 1.7 +++ distinfo 4 Feb 2005 12:34:35 -0000 @@ -1,2 +1,2 @@ -MD5 (skype_staticQT-0.93.0.3.tar.bz2) = 82448f56fd7f8fb59b00869660ca0a4f -SIZE (skype_staticQT-0.93.0.3.tar.bz2) = 6709041 +MD5 (skype_staticQT-1.0.0.1.tar.bz2) = c955869cd330a3903521a1718cce4642 +SIZE (skype_staticQT-1.0.0.1.tar.bz2) = 8228034 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 14:43:46 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B8816A4CE; Fri, 4 Feb 2005 14:43:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BA5643D1D; Fri, 4 Feb 2005 14:43:46 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14Ehk2d081511; Fri, 4 Feb 2005 14:43:46 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14EhkWa081507; Fri, 4 Feb 2005 14:43:46 GMT (envelope-from ceri) Date: Fri, 4 Feb 2005 14:43:46 GMT From: Ceri Davies Message-Id: <200502041443.j14EhkWa081507@freefall.freebsd.org> To: ceri@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77077: [FreeBSD] Update multimedia/win32-codecs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 14:43:46 -0000 Synopsis: [FreeBSD] Update multimedia/win32-codecs Class-Changed-From-To: sw-bug->maintainer-update Class-Changed-By: ceri Class-Changed-When: Fri Feb 4 14:40:14 GMT 2005 Class-Changed-Why: Reassign misfiled PR. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Fri Feb 4 14:40:14 GMT 2005 Responsible-Changed-Why: Reassign misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=77077 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 14:45:36 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AC6916A4CE; Fri, 4 Feb 2005 14:45:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A4843D1F; Fri, 4 Feb 2005 14:45:35 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14EjZEA081590; Fri, 4 Feb 2005 14:45:35 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14EjZiM081586; Fri, 4 Feb 2005 14:45:35 GMT (envelope-from ceri) Date: Fri, 4 Feb 2005 14:45:35 GMT From: Ceri Davies Message-Id: <200502041445.j14EjZiM081586@freefall.freebsd.org> To: ceri@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77085: New port: devel/mercator. A procedural terrain library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 14:45:36 -0000 Synopsis: New port: devel/mercator. A procedural terrain library Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Fri Feb 4 14:44:18 GMT 2005 Responsible-Changed-Why: Reassign misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=77085 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 14:46:13 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECED816A4CE; Fri, 4 Feb 2005 14:46:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E6E43D31; Fri, 4 Feb 2005 14:46:13 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14EkDMC081645; Fri, 4 Feb 2005 14:46:13 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14EkDn3081641; Fri, 4 Feb 2005 14:46:13 GMT (envelope-from ceri) Date: Fri, 4 Feb 2005 14:46:13 GMT From: Ceri Davies Message-Id: <200502041446.j14EkDn3081641@freefall.freebsd.org> To: ceri@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77088: New port: devel/sage. OpenGL extension library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 14:46:14 -0000 Synopsis: New port: devel/sage. OpenGL extension library Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Fri Feb 4 14:45:46 GMT 2005 Responsible-Changed-Why: Reassign misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=77088 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:03:33 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6C1716A4CE; Fri, 4 Feb 2005 15:03:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACC8E43D5C; Fri, 4 Feb 2005 15:03:33 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14F3XZa082208; Fri, 4 Feb 2005 15:03:33 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14F3XM8082204; Fri, 4 Feb 2005 15:03:33 GMT (envelope-from vs) Date: Fri, 4 Feb 2005 15:03:33 GMT From: Volker Stolz Message-Id: <200502041503.j14F3XM8082204@freefall.freebsd.org> To: tkato432@yahoo.com, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76900: Update port: multimedia/quark X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 15:03:34 -0000 Synopsis: Update port: multimedia/quark State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Fri Feb 4 15:03:09 GMT 2005 State-Changed-Why: Committed with minor modification: I move DOCS to PORTDOCS. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76900 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:06:15 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAD4E16A4CE; Fri, 4 Feb 2005 15:06:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B25F643D1D; Fri, 4 Feb 2005 15:06:15 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14F6FB3086265; Fri, 4 Feb 2005 15:06:15 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14F6FGg086261; Fri, 4 Feb 2005 15:06:15 GMT (envelope-from vs) Date: Fri, 4 Feb 2005 15:06:15 GMT From: Volker Stolz Message-Id: <200502041506.j14F6FGg086261@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/77076: evolution port needs fix for ximian bug 70556 (FIX ATTACHED) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 15:06:16 -0000 Synopsis: evolution port needs fix for ximian bug 70556 (FIX ATTACHED) Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: vs Responsible-Changed-When: Fri Feb 4 15:06:00 GMT 2005 Responsible-Changed-Why: This is GNOME territory. http://www.freebsd.org/cgi/query-pr.cgi?pr=77076 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:07:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B228E16A4CE; Fri, 4 Feb 2005 15:07:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7AD43D2D; Fri, 4 Feb 2005 15:07:19 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14F7J0F086327; Fri, 4 Feb 2005 15:07:19 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14F7JfO086323; Fri, 4 Feb 2005 15:07:19 GMT (envelope-from vs) Date: Fri, 4 Feb 2005 15:07:19 GMT From: Volker Stolz Message-Id: <200502041507.j14F7JfO086323@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/77075: no apache13 in ports! X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 15:07:19 -0000 Synopsis: no apache13 in ports! Responsible-Changed-From-To: freebsd-ports-bugs->ache Responsible-Changed-By: vs Responsible-Changed-When: Fri Feb 4 15:06:53 GMT 2005 Responsible-Changed-Why: Hopefully the maintainer can make some sense out of this... http://www.freebsd.org/cgi/query-pr.cgi?pr=77075 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:08:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42D4016A4CE; Fri, 4 Feb 2005 15:08:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A16843D39; Fri, 4 Feb 2005 15:08:22 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14F8LHo086382; Fri, 4 Feb 2005 15:08:21 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14F8LNU086377; Fri, 4 Feb 2005 15:08:21 GMT (envelope-from vs) Date: Fri, 4 Feb 2005 15:08:21 GMT From: Volker Stolz Message-Id: <200502041508.j14F8LNU086377@freefall.freebsd.org> To: boris@tagnet.ru, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76997: [MAINTAINER UPDATE] net/quagga: update to 0.98.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, 04 Feb 2005 15:08:22 -0000 Synopsis: [MAINTAINER UPDATE] net/quagga: update to 0.98.1 State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Fri Feb 4 15:08:09 GMT 2005 State-Changed-Why: Superseded by ports/77086 http://www.freebsd.org/cgi/query-pr.cgi?pr=76997 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:09:32 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BF1316A4CF; Fri, 4 Feb 2005 15:09:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E7843D49; Fri, 4 Feb 2005 15:09:32 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14F9WQZ086440; Fri, 4 Feb 2005 15:09:32 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14F9VVH086436; Fri, 4 Feb 2005 15:09:32 GMT (envelope-from vs) Date: Fri, 4 Feb 2005 15:09:32 GMT From: Volker Stolz Message-Id: <200502041509.j14F9VVH086436@freefall.freebsd.org> To: sf@slappy.org, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77083: maintainer update: math/maxima X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 15:09:32 -0000 Synopsis: maintainer update: math/maxima State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Fri Feb 4 15:09:04 GMT 2005 State-Changed-Why: Please provide updates in "unified diff" format! http://www.freebsd.org/cgi/query-pr.cgi?pr=77083 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:18:36 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7797B16A4CE; Fri, 4 Feb 2005 15:18:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D77843D4C; Fri, 4 Feb 2005 15:18:36 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14FIaQI086739; Fri, 4 Feb 2005 15:18:36 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14FIabO086735; Fri, 4 Feb 2005 15:18:36 GMT (envelope-from vs) Date: Fri, 4 Feb 2005 15:18:36 GMT From: Volker Stolz Message-Id: <200502041518.j14FIabO086735@freefall.freebsd.org> To: ebrandi@fugspbr.org, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77084: Maintainer update: sysutils/dar 2.1.5B -> 2.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, 04 Feb 2005 15:18:36 -0000 Synopsis: Maintainer update: sysutils/dar 2.1.5B -> 2.2.0 State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Fri Feb 4 15:17:53 GMT 2005 State-Changed-Why: Does not patch: 2 out of 2 hunks failed--saving rejects to Makefile.rej 1 out of 1 hunks failed--saving rejects to pkg-plist.rej http://www.freebsd.org/cgi/query-pr.cgi?pr=77084 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:21:59 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8184916A4CE; Fri, 4 Feb 2005 15:21:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E7E43D3F; Fri, 4 Feb 2005 15:21:59 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14FLxvw086976; Fri, 4 Feb 2005 15:21:59 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14FLxTx086972; Fri, 4 Feb 2005 15:21:59 GMT (envelope-from vs) Date: Fri, 4 Feb 2005 15:21:59 GMT From: Volker Stolz Message-Id: <200502041521.j14FLxTx086972@freefall.freebsd.org> To: joe@zircon.seattle.wa.us, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77072: update shells/ksh93 to 2005-02-02 release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 15:21:59 -0000 Synopsis: update shells/ksh93 to 2005-02-02 release State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Fri Feb 4 15:21:50 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77072 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:26:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DF4016A4CE; Fri, 4 Feb 2005 15:26:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA1143D53; Fri, 4 Feb 2005 15:26:24 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14FQObs087102; Fri, 4 Feb 2005 15:26:24 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14FQONg087098; Fri, 4 Feb 2005 15:26:24 GMT (envelope-from vs) Date: Fri, 4 Feb 2005 15:26:24 GMT From: Volker Stolz Message-Id: <200502041526.j14FQONg087098@freefall.freebsd.org> To: bogorodskiy@inbox.ru, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77060: [ maintainer ] audio/bmp-scrobbler: update to 0.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: Fri, 04 Feb 2005 15:26:24 -0000 Synopsis: [ maintainer ] audio/bmp-scrobbler: update to 0.3.7 State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Fri Feb 4 15:26:06 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77060 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:29:15 2005 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 CF3AE16A4CE; Fri, 4 Feb 2005 15:29:15 +0000 (GMT) Received: from spatula.dreamhost.com (spatula.dreamhost.com [66.33.205.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B3243D48; Fri, 4 Feb 2005 15:29:15 +0000 (GMT) (envelope-from ebrandi@fugspbr.org) Received: from eros.fugspbr.org (c906fe63.virtua.com.br [201.6.254.99]) by spatula.dreamhost.com (Postfix) with ESMTP id AB8A317D02C; Fri, 4 Feb 2005 07:29:10 -0800 (PST) Date: Fri, 4 Feb 2005 13:29:08 -0200 (BRDT) From: Edson Brandi X-X-Sender: ebrandi.home@eros.fugspbr.org To: Volker Stolz In-Reply-To: <200502041518.j14FIabO086735@freefall.freebsd.org> Message-ID: <20050204132440.N47297@eros.fugspbr.org> References: <200502041518.j14FIabO086735@freefall.freebsd.org> Organization: FUG-BR MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-403388832-1107530948=:47418" cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77084: Maintainer update: sysutils/dar 2.1.5B -> 2.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ebrandi@fugspbr.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 15:29:15 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-403388832-1107530948=:47418 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Hi Volker, I think that problem are generated because i make a "copy and paste" :(,=20 i'm sending patch in a attached file, you can try again ? Thks [ ]=B4s Edson Ps. i have made one test with attached patch: # cd /usr/ports/sysutils # patch < dar.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ruN dar.old/Makefile dar/Makefile |--- dar.old/Makefile Thu Oct 21 18:03:00 2004 |+++ dar/Makefile Thu Feb 3 23:01:21 2005 -------------------------- Patching file dar/Makefile using Plan A... Hunk #1 succeeded at 6. Hunk #2 succeeded at 15. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ruN dar.old/distinfo dar/distinfo |--- dar.old/distinfo Thu Oct 21 18:03:00 2004 |+++ dar/distinfo Wed Feb 2 21:19:38 2005 -------------------------- Patching file dar/distinfo using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ruN dar.old/pkg-plist dar/pkg-plist |--- dar.old/pkg-plist Thu Oct 21 18:03:00 2004 |+++ dar/pkg-plist Thu Feb 3 23:05:38 2005 -------------------------- Patching file dar/pkg-plist using Plan A... Hunk #1 succeeded at 25. done On Fri, 4 Feb 2005, Volker Stolz wrote: > Synopsis: Maintainer update: sysutils/dar 2.1.5B -> 2.2.0 > > State-Changed-From-To: open->feedback > State-Changed-By: vs > State-Changed-When: Fri Feb 4 15:17:53 GMT 2005 > State-Changed-Why: > Does not patch: > 2 out of 2 hunks failed--saving rejects to Makefile.rej > 1 out of 1 hunks failed--saving rejects to pkg-plist.rej > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D77084 > > --0-403388832-1107530948=:47418 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="dar.patch" Content-Transfer-Encoding: BASE64 Content-ID: <20050204132908.L47418@eros.fugspbr.org> Content-Description: Content-Disposition: attachment; filename="dar.patch" ZGlmZiAtcnVOIGRhci5vbGQvTWFrZWZpbGUgZGFyL01ha2VmaWxlDQotLS0g ZGFyLm9sZC9NYWtlZmlsZQlUaHUgT2N0IDIxIDE4OjAzOjAwIDIwMDQNCisr KyBkYXIvTWFrZWZpbGUJVGh1IEZlYiAgMyAyMzowMToyMSAyMDA1DQpAQCAt Niw3ICs2LDcgQEANCiAjDQogDQogUE9SVE5BTUU9CWRhcg0KLVBPUlRWRVJT SU9OPQkyLjEuNQ0KK1BPUlRWRVJTSU9OPQkyLjIuMA0KIENBVEVHT1JJRVM9 CXN5c3V0aWxzDQogTUFTVEVSX1NJVEVTPQkJJHtNQVNURVJfU0lURV9TT1VS Q0VGT1JHRX0NCiBNQVNURVJfU0lURV9TVUJESVI9CSR7UE9SVE5BTUV9DQpA QCAtMTUsNyArMTUsMTAgQEANCiBDT01NRU5UPQlEQVIgaXMgYSBmdWxsIGZl YXR1cmVkIGNvbW1hbmQtbGluZSBiYWNrdXAgdG9vbCwgYWltZWQgZm9yIGRp c2tzDQogDQogSU5TVEFMTFNfU0hMSUI9CXllcw0KLVVTRV9JTkNfTElCVE9P TF9WRVI9MTMNCitVU0VfSU5DX0xJQlRPT0xfVkVSPTE1DQorVVNFX0dFVFRF WFQ9eWVzDQorQ09ORklHVVJFX0VOVis9IExERkxBR1M9Ii1MJHtMT0NBTEJB U0V9L2xpYiINCisNCiBNQU4xPQkJZGFyLjEgZGFyX2NwLjEgZGFyX21hbmFn ZXIuMSBkYXJfc2xhdmUuMSBkYXJfeGZvcm0uMQ0KIA0KIC5pbmNsdWRlIDxi c2QucG9ydC5taz4NCmRpZmYgLXJ1TiBkYXIub2xkL2Rpc3RpbmZvIGRhci9k aXN0aW5mbw0KLS0tIGRhci5vbGQvZGlzdGluZm8JVGh1IE9jdCAyMSAxODow MzowMCAyMDA0DQorKysgZGFyL2Rpc3RpbmZvCVdlZCBGZWIgIDIgMjE6MTk6 MzggMjAwNQ0KQEAgLTEsMiArMSwyIEBADQotTUQ1IChkYXItMi4xLjUudGFy Lmd6KSA9IDg5N2M5ZGJjNmQzNTNhNWUwMjFmMzRkZDNlZjUzODEzDQotU0la RSAoZGFyLTIuMS41LnRhci5neikgPSA2NTI1MzQNCitNRDUgKGRhci0yLjIu MC50YXIuZ3opID0gZDdiZGVjMmI0YWJkNGJkYzU1MGY1NTZhY2UzYjllYzgN CitTSVpFIChkYXItMi4yLjAudGFyLmd6KSA9IDEwMTI5NDcNCmRpZmYgLXJ1 TiBkYXIub2xkL3BrZy1wbGlzdCBkYXIvcGtnLXBsaXN0DQotLS0gZGFyLm9s ZC9wa2ctcGxpc3QJVGh1IE9jdCAyMSAxODowMzowMCAyMDA0DQorKysgZGFy L3BrZy1wbGlzdAlUaHUgRmViICAzIDIzOjA1OjM4IDIwMDUNCkBAIC0yNSwy NiArMjUsMzMgQEANCiBpbmNsdWRlL2Rhci9zcGVjaWFsX2FsbG9jLmhwcA0K IGluY2x1ZGUvZGFyL3N0YXRpc3RpY3MuaHBwDQogaW5jbHVkZS9kYXIvc3Rv cmFnZS5ocHANCitpbmNsdWRlL2Rhci90aHJlYWRfY2FuY2VsbGF0aW9uLmhw cA0KIGluY2x1ZGUvZGFyL3Rvb2xzLmhwcA0KK2luY2x1ZGUvZGFyL3Ryb25j b25uZXVzZS5ocHANCiBpbmNsdWRlL2Rhci90dXlhdS5ocHANCiBpbmNsdWRl L2Rhci91c2VyX2ludGVyYWN0aW9uLmhwcA0KIGluY2x1ZGUvZGFyL3dyYXBw ZXJsaWIuaHBwDQogbGliL2xpYmRhci5hDQogbGliL2xpYmRhci5sYQ0KIGxp Yi9saWJkYXIuc28NCi1saWIvbGliZGFyLnNvLjINCi0lJURBVEFESVIlJS9E T0NfQVBJX1YxDQotJSVEQVRBRElSJSUvRE9DX0FQSV9WMg0KLSUlREFUQURJ UiUlL0ZFQVRVUkVTDQotJSVEQVRBRElSJSUvR09PRF9CQUNLVVBfUFJBQ1RJ Q0UNCi0lJURBVEFESVIlJS9MSU1JVEFUSU9OUw0KLSUlREFUQURJUiUlL0xJ TktTDQotJSVEQVRBRElSJSUvTk9URVMNCi0lJURBVEFESVIlJS9SRUFETUUN Ci0lJURBVEFESVIlJS9UVVRPUklBTA0KLSUlREFUQURJUiUlL2Rhci1kaWZm ZXJlbnRpYWwtYmFja3VwLW1pbmktaG93dG8uZW4uaHRtbA0KLSUlREFUQURJ UiUlL2Rhcl9wYXIuZGNmDQotJSVEQVRBRElSJSUvZGFyX3Bhcl9jcmVhdGUu ZHVjDQotJSVEQVRBRElSJSUvZGFyX3Bhcl90ZXN0LmR1Yw0KLUBkaXJybSAl JURBVEFESVIlJQ0KK2xpYi9saWJkYXIuc28uMw0KK3NoYXJlL2Rhci9GQVEN CitzaGFyZS9kYXIvRkVBVFVSRVMNCitzaGFyZS9kYXIvR09PRF9CQUNLVVBf UFJBQ1RJQ0UNCitzaGFyZS9kYXIvTElNSVRBVElPTlMNCitzaGFyZS9kYXIv TElOS1MNCitzaGFyZS9kYXIvTk9URVMNCitzaGFyZS9kYXIvUkVBRE1FDQor c2hhcmUvZGFyL1RVVE9SSUFMDQorc2hhcmUvZGFyL2FwaV90dXRvcmlhbC5o dG1sDQorc2hhcmUvZGFyL2Rhci1kaWZmZXJlbnRpYWwtYmFja3VwLW1pbmkt aG93dG8uZW4uaHRtbA0KK3NoYXJlL2Rhci9kYXItZGlmZmVyZW50aWFsLWJh Y2t1cC1taW5pLWhvd3RvLmVzLmh0bWwNCitzaGFyZS9kYXIvZGFyLWRpZmZl cmVudGlhbC1iYWNrdXAtbWluaS1ob3d0by5pdC5odG1sDQorc2hhcmUvZGFy L2Rhcl9wYXIuZGNmDQorc2hhcmUvZGFyL2Rhcl9wYXJfY3JlYXRlLmR1Yw0K K3NoYXJlL2Rhci9kYXJfcGFyX3Rlc3QuZHVjDQorc2hhcmUvbG9jYWxlL2Zy L0xDX01FU1NBR0VTL2Rhci5tbw0KK3NoYXJlL25scy9QT1NJWA0KK3NoYXJl L25scy9lbl9VUy5VUy1BU0NJSQ0KK0BkaXJybSBzaGFyZS9kYXINCiBAZGly cm0gaW5jbHVkZS9kYXINCg== --0-403388832-1107530948=:47418-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:29:51 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99BAE16A4CE; Fri, 4 Feb 2005 15:29:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58F5043D1F; Fri, 4 Feb 2005 15:29:51 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14FTpXd087218; Fri, 4 Feb 2005 15:29:51 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14FTpmf087214; Fri, 4 Feb 2005 15:29:51 GMT (envelope-from delphij) Date: Fri, 4 Feb 2005 15:29:51 GMT From: Xin LI Message-Id: <200502041529.j14FTpmf087214@freefall.freebsd.org> To: delphij@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, netchild@FreeBSD.org Subject: Re: ports/77099: [PATCH] net/skype: Update to 1.0.0.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, 04 Feb 2005 15:29:51 -0000 Synopsis: [PATCH] net/skype: Update to 1.0.0.1 Responsible-Changed-From-To: freebsd-ports-bugs->netchild Responsible-Changed-By: delphij Responsible-Changed-When: Fri Feb 4 15:28:53 GMT 2005 Responsible-Changed-Why: Alexander will deal with the update at the weekend when he is back home. http://www.freebsd.org/cgi/query-pr.cgi?pr=77099 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:34:12 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27A8916A4CE; Fri, 4 Feb 2005 15:34:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E9A43D31; Fri, 4 Feb 2005 15:34:11 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14FYBqh088340; Fri, 4 Feb 2005 15:34:11 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14FYBMP088336; Fri, 4 Feb 2005 15:34:11 GMT (envelope-from vs) Date: Fri, 4 Feb 2005 15:34:11 GMT From: Volker Stolz Message-Id: <200502041534.j14FYBMP088336@freefall.freebsd.org> To: jylefort@brutele.be, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/77062: Update port: x11-wm/devilspie to 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 15:34:12 -0000 Synopsis: Update port: x11-wm/devilspie to 0.8 State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Fri Feb 4 15:29:19 GMT 2005 State-Changed-Why: checking for poptStrippedArgv in -lpopt... no configure: error: popt is needed to build Missing dependency? Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Fri Feb 4 15:29:19 GMT 2005 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=77062 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:35:53 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CD5016A4CE; Fri, 4 Feb 2005 15:35:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4439643D1F; Fri, 4 Feb 2005 15:35:53 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14FZrcB088413; Fri, 4 Feb 2005 15:35:53 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14FZqpn088409; Fri, 4 Feb 2005 15:35:52 GMT (envelope-from vs) Date: Fri, 4 Feb 2005 15:35:52 GMT From: Volker Stolz Message-Id: <200502041535.j14FZqpn088409@freefall.freebsd.org> To: alex@fafula.com, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76987: MAINTAINERS UPDATE ports/polish/fortunepl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 15:35:53 -0000 Synopsis: MAINTAINERS UPDATE ports/polish/fortunepl State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Fri Feb 4 15:35:26 GMT 2005 State-Changed-Why: Please submit updates in "unified diff" format! http://www.freebsd.org/cgi/query-pr.cgi?pr=76987 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:44:17 2005 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 8061116A4CE; Fri, 4 Feb 2005 15:44:17 +0000 (GMT) Received: from gateway.lefort.net (212.68.242.35.brutele.be [212.68.242.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC84443D1D; Fri, 4 Feb 2005 15:44:16 +0000 (GMT) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 448285510; Fri, 4 Feb 2005 16:44:15 +0100 (CET) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id DCDAE22E16; Fri, 4 Feb 2005 16:44:14 +0100 (CET) Date: Fri, 4 Feb 2005 16:44:14 +0100 From: Jean-Yves Lefort To: Volker Stolz Message-Id: <20050204164414.5530cb60.jylefort@brutele.be> In-Reply-To: <200502041534.j14FYBMP088336@freefall.freebsd.org> References: <200502041534.j14FYBMP088336@freefall.freebsd.org> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77062: Update port: x11-wm/devilspie to 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 15:44:17 -0000 On Fri, 4 Feb 2005 15:34:11 GMT Volker Stolz wrote: > Synopsis: Update port: x11-wm/devilspie to 0.8 > > State-Changed-From-To: open->feedback > State-Changed-By: vs > State-Changed-When: Fri Feb 4 15:29:19 GMT 2005 > State-Changed-Why: > checking for poptStrippedArgv in -lpopt... no > configure: error: popt is needed to build > > Missing dependency? Oops, seems so. -- Jean-Yves Lefort jylefort@brutele.be http://lefort.be.eu.org/ From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 15:51:58 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8210216A4CE; Fri, 4 Feb 2005 15:51:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 579F343D1D; Fri, 4 Feb 2005 15:51:58 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14Fpwqm088903; Fri, 4 Feb 2005 15:51:58 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14Fpwn6088899; Fri, 4 Feb 2005 15:51:58 GMT (envelope-from vs) Date: Fri, 4 Feb 2005 15:51:58 GMT From: Volker Stolz Message-Id: <200502041551.j14Fpwn6088899@freefall.freebsd.org> To: h.eichmann@gmx.de, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/76861: Port upgrade: sysutils/k3b to 0.11.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 15:51:58 -0000 Synopsis: Port upgrade: sysutils/k3b to 0.11.19 State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Fri Feb 4 15:51:15 GMT 2005 State-Changed-Why: Please try if depending on misc/kdehier is more adequate then doing this by hand. Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Fri Feb 4 15:51:15 GMT 2005 Responsible-Changed-Why: I'll track this. http://www.freebsd.org/cgi/query-pr.cgi?pr=76861 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 16:10:15 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B2E916A4CE for ; Fri, 4 Feb 2005 16:10:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A1E443D4C for ; Fri, 4 Feb 2005 16:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14GAFug093269 for ; Fri, 4 Feb 2005 16:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14GAFh8093268; Fri, 4 Feb 2005 16:10:15 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 16:10:15 GMT Resent-Message-Id: <200502041610.j14GAFh8093268@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dave Glowacki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1EEC16A4CE for ; Fri, 4 Feb 2005 16:06:09 +0000 (GMT) Received: from glowacki.dyndns.org (mdsnwi13-vlan436-33.dsl.tds.net [66.222.30.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 166C143D39 for ; Fri, 4 Feb 2005 16:06:09 +0000 (GMT) (envelope-from dglo@glowacki.dyndns.org) Received: from glowacki.dyndns.org (localhost [127.0.0.1]) by glowacki.dyndns.org (8.13.1/8.13.1) with ESMTP id j14G5x5q041206 for ; Fri, 4 Feb 2005 10:05:59 -0600 (CST) (envelope-from dglo@glowacki.dyndns.org) Received: (from dglo@localhost) by glowacki.dyndns.org (8.13.1/8.13.1/Submit) id j14G5xnl041205; Fri, 4 Feb 2005 10:05:59 -0600 (CST) (envelope-from dglo) Message-Id: <200502041605.j14G5xnl041205@glowacki.dyndns.org> Date: Fri, 4 Feb 2005 10:05:59 -0600 (CST) From: Dave Glowacki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77102: Maintainer update: java-checkstyle X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dave Glowacki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 16:10:15 -0000 >Number: 77102 >Category: ports >Synopsis: Maintainer update: java-checkstyle >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 Feb 04 16:10:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dave Glowacki >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD glowacki.dyndns.org 4.11-STABLE FreeBSD 4.11-STABLE #23: Wed Jan 26 10:29:39 CST 2005 dglo@glowacki.dyndns.org:/usr/obj/usr/src/sys/EUSEBIUS i386 >Description: Update java-checkstyle port to version 3.5 >How-To-Repeat: >Fix: diff -ru java-checkstyle/Makefile java-checkstyle/Makefile --- java-checkstyle/Makefile Sat Dec 4 13:20:47 2004 +++ java-checkstyle/Makefile Fri Feb 4 09:35:39 2005 @@ -6,15 +6,14 @@ # PORTNAME= checkstyle -PORTVERSION= 3.4 -PORTREVISION= 1 +PORTVERSION= 3.5 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= java- DISTNAME= ${PORTNAME}-src-${PORTVERSION} -MAINTAINER= dglo@ssec.wisc.edu +MAINTAINER= dglo@icecube.wisc.edu COMMENT= Java style checker RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper @@ -46,8 +45,8 @@ @${FIND} ${BUILDDIR}/contrib/ -type d -print | ${SORT} -r | \ ${SED} -e "s,^${BUILDDIR}/contrib,@dirrm ${STYLEDIR:S,${PREFIX}/,,}," >> ${PLIST} -do-install: do-install-jar do-install-data do-install-apidocs - @${INSTALL_SCRIPT} ${WRKSRC}/checkstyle ${PREFIX}/bin/checkstyle +do-install: do-install-jar do-install-data do-install-apidocs \ + do-install-script do-install-jar: @${MKDIR} ${JAVAJARDIR} @@ -67,5 +66,8 @@ .endfor @${CHOWN} -h -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif + +do-install-script: + @${INSTALL_SCRIPT} ${WRKSRC}/checkstyle ${PREFIX}/bin/checkstyle .include diff -ru java-checkstyle/distinfo java-checkstyle/distinfo --- java-checkstyle/distinfo Mon May 3 11:15:10 2004 +++ java-checkstyle/distinfo Fri Feb 4 09:25:44 2005 @@ -1,2 +1,2 @@ -MD5 (checkstyle-src-3.4.tar.gz) = 39b7e55c7e2103b485e061ab5e42c292 -SIZE (checkstyle-src-3.4.tar.gz) = 1323474 +MD5 (checkstyle-src-3.5.tar.gz) = 868736a6617d58bbc4efcf85984423fd +SIZE (checkstyle-src-3.5.tar.gz) = 1962069 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 16:30:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 833CC16A4CF for ; Fri, 4 Feb 2005 16:30:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E078A43D41 for ; Fri, 4 Feb 2005 16:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14GUHoS093968 for ; Fri, 4 Feb 2005 16:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14GUHCR093967; Fri, 4 Feb 2005 16:30:17 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 16:30:17 GMT Resent-Message-Id: <200502041630.j14GUHCR093967@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Schmehl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A8D216A4CE for ; Fri, 4 Feb 2005 16:25:08 +0000 (GMT) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id A91C143D3F for ; Fri, 4 Feb 2005 16:25:07 +0000 (GMT) (envelope-from root@utdallas.edu) Received: from buttercup2.utdallas.edu (buttercup2.utdallas.edu [10.110.3.83]) by smtp1.utdallas.edu (Postfix) with ESMTP id 9FC77388DB2 for ; Fri, 4 Feb 2005 10:25:06 -0600 (CST) Received: by buttercup2.utdallas.edu (Postfix, from userid 0) id 6BBC83C80B2; Fri, 4 Feb 2005 10:22:36 -0600 (CST) Message-Id: <20050204162236.6BBC83C80B2@buttercup2.utdallas.edu> Date: Fri, 4 Feb 2005 10:22:36 -0600 (CST) From: Paul Schmehl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77103: Corrections to the Makefile, pkg-plist and pkg-message files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Schmehl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 16:30:18 -0000 >Number: 77103 >Category: ports >Synopsis: Corrections to the Makefile, pkg-plist and pkg-message files >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 04 16:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Paul Schmhel >Release: FreeBSD 4.9-SECURITY i386 >Organization: >Environment: System: FreeBSD unknown.utdallas.edu 4.9-SECURITY FreeBSD 4.9-SECURITY #0: Mon Jun 7 18:02:41 GMT 2004 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Makefile failed to install the base_conf.php.dist file pkg-plist was missing the base_conf.php.dist file so deinstall failed pkg-message pointed to the incorrect directory for the README file >How-To-Repeat: >Fix: --- Makefile begins here --- # New ports collection makefile for: base # Date created: 21 Jan 2005 # Whom: pauls # # $FreeBSD$ # PORTNAME= base PORTVERSION= 1.0.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= secureideas MAINTAINER= pauls@utdallas.edu COMMENT= Basic Analysis and Security Engine (BASE) RUN_DEPENDS= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \ ${LOCALBASE}/share/adodb/adodb.inc.php:${PORTSDIR}/databases/adodb WRKSRC= ${WRKDIR}/base USE_PHP= yes NO_BUILD= yes INSTALL_WRKSRC= ${WRKSRC}/\ ${WRKSRC}/admin \ ${WRKSRC}/docs \ ${WRKSRC}/help \ ${WRKSRC}/images \ ${WRKSRC}/includes \ ${WRKSRC}/includes/template \ ${WRKSRC}/includes/template/default \ ${WRKSRC}/languages \ ${WRKSRC}/setup \ ${WRKSRC}/sql \ ${WRKSRC}/styles do-install: @${MKDIR} ${PREFIX}/www/base @${MKDIR} ${PREFIX}/www/base/admin @${MKDIR} ${PREFIX}/www/base/docs @${MKDIR} ${PREFIX}/www/base/help @${MKDIR} ${PREFIX}/www/base/images @${MKDIR} ${PREFIX}/www/base/includes @${MKDIR} ${PREFIX}/www/base/includes/template @${MKDIR} ${PREFIX}/www/base/includes/template/default @${MKDIR} ${PREFIX}/www/base/languages @${MKDIR} ${PREFIX}/www/base/setup @${MKDIR} ${PREFIX}/www/base/sql @${MKDIR} ${PREFIX}/www/base/styles .for ext in php dist @${INSTALL_DATA} ${WRKSRC}/*.${ext} ${PREFIX}/www/base .endfor .for ext in php @${INSTALL_DATA} ${WRKSRC}/admin/*.${ext} ${PREFIX}/www/base/admin @${INSTALL_DATA} ${WRKSRC}/help/*.${ext} ${PREFIX}/www/base/help @${INSTALL_DATA} ${WRKSRC}/includes/*.${ext} ${PREFIX}/www/base/includes @${INSTALL_DATA} ${WRKSRC}/languages/*.${ext} ${PREFIX}/www/base/languages @${INSTALL_DATA} ${WRKSRC}/setup/*.${ext} ${PREFIX}/www/base/setup .endfor .for ext in png gif @${INSTALL_DATA} ${WRKSRC}/images/*.${ext} ${PREFIX}/www/base/images .endfor .for ext in sql @${INSTALL_DATA} ${WRKSRC}/sql/*.${ext} ${PREFIX}/www/base/sql .endfor .for ext in css @${INSTALL_DATA} ${WRKSRC}/styles/*.${ext} ${PREFIX}/www/base/styles .endfor .ifndef(NOPORTDOCS) @${INSTALL_DATA} ${WRKSRC}/docs/README ${PREFIX}/www/base/docs @${INSTALL_DATA} ${WRKSRC}/docs/README.mssql ${PREFIX}/www/base/docs @${INSTALL_DATA} ${WRKSRC}/docs/CREDITS ${PREFIX}/www/base/docs @${INSTALL_DATA} ${WRKSRC}/docs/TODO ${PREFIX}/www/base/docs @${INSTALL_DATA} ${WRKSRC}/docs/CHANGELOG ${PREFIX}/www/base/docs @${INSTALL_DATA} ${WRKSRC}/docs/UPGRADE ${PREFIX}/www/base/docs @${INSTALL_DATA} ${WRKSRC}/docs/GPL ${PREFIX}/www/base/docs .endif post-install: @${SED} 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE} .include --- Makefile ends here --- --- pkg-message begins here --- ************************************************************ Please read the README file located at: %%PREFIX%%/www/base/docs/README for how to configure %%PREFIX%%/www/base/base_conf.php after installation. ************************************************************ --- pkg-message ends here --- --- pkg-plist begins here --- www/base/admin/base_roleadmin.php www/base/admin/base_useradmin.php www/base/admin/index.php www/base/base_ag_common.php www/base/base_ag_main.php www/base/base_common.php www/base/base_conf.php.dist www/base/base_db_common.php www/base/base_db_setup.php www/base/base_denied.php www/base/base_footer.php www/base/base_graph_common.php www/base/base_graph_display.php www/base/base_graph_form.php www/base/base_graph_main.php www/base/base_hdr1.php www/base/base_hdr2.php www/base/base_main.php www/base/base_maintenance.php www/base/base_qry_alert.php www/base/base_qry_common.php www/base/base_qry_form.php www/base/base_qry_main.php www/base/base_qry_sqlcalls.php www/base/base_stat_alerts.php www/base/base_stat_class.php www/base/base_stat_common.php www/base/base_stat_ipaddr.php www/base/base_stat_iplink.php www/base/base_stat_ports.php www/base/base_stat_sensor.php www/base/base_stat_time.php www/base/base_stat_uaddr.php www/base/base_user.php www/base/docs/CHANGELOG www/base/docs/CREDITS www/base/docs/GPL www/base/docs/README www/base/docs/README.mssql www/base/docs/TODO www/base/docs/UPGRADE www/base/help/base_app_faq.php www/base/help/base_help.php www/base/help/base_setup_help.php www/base/images/button_delete.png www/base/images/button_edit.png www/base/images/button_exclamation.png www/base/images/greencheck.gif www/base/images/greencheck.png www/base/images/redcheck.gif www/base/includes/base_action.inc.php www/base/includes/base_auth.inc.php www/base/includes/base_cache.inc.php www/base/includes/base_capabilities.php www/base/includes/base_constants.inc.php www/base/includes/base_db.inc.php www/base/includes/base_include.inc.php www/base/includes/base_log_error.inc.php www/base/includes/base_log_timing.inc.php www/base/includes/base_net.inc.php www/base/includes/base_output_html.inc.php www/base/includes/base_output_query.inc.php www/base/includes/base_setup.inc.php www/base/includes/base_signature.inc.php www/base/includes/base_state_citems.inc.php www/base/includes/base_state_common.inc.php www/base/includes/base_state_criteria.inc.php www/base/includes/base_state_query.inc.php www/base/includes/base_template.php www/base/includes/base_user.inc.php www/base/includes/class.ezpdf.php www/base/includes/class.pdf.php www/base/index.php www/base/languages/chinese.lang.php www/base/languages/danish.lang.php www/base/languages/english.lang.php www/base/languages/finnish.lang.php www/base/languages/french.lang.php www/base/languages/german.lang.php www/base/languages/index.php www/base/languages/indonesian.lang.php www/base/languages/italian.lang.php www/base/languages/japanese.lang.php www/base/languages/norwegian.lang.php www/base/languages/portuguese.lang.php www/base/languages/russian.lang.php www/base/languages/spanish.lang.php www/base/languages/swedish.lang.php www/base/setup/base_conf_contents.php www/base/setup/index.php www/base/setup/setup1.php www/base/setup/setup2.php www/base/setup/setup3.php www/base/setup/setup4.php www/base/setup/setup5.php www/base/sql/acid2base_tbls_mssql.sql www/base/sql/acid2base_tbls_mysql.sql www/base/sql/acid2base_tbls_pgsql.sql www/base/sql/create_base_tbls_mssql.sql www/base/sql/create_base_tbls_mssql_extra.sql www/base/sql/create_base_tbls_mysql.sql www/base/sql/create_base_tbls_pgsql.sql www/base/sql/create_base_tbls_pgsql_extra.sql www/base/sql/upgrade_0.9.x_to_1.0-mysql.sql www/base/styles/base_style.css @dirrm www/base/styles @dirrm www/base/sql @dirrm www/base/setup @dirrm www/base/languages @dirrm www/base/includes/template/default @dirrm www/base/includes/template @dirrm www/base/includes @dirrm www/base/images @dirrm www/base/help @dirrm www/base/docs @dirrm www/base/admin @dirrm www/base --- pkg-plist ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 17:02:33 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBAF816A4CE; Fri, 4 Feb 2005 17:02:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F1343D1F; Fri, 4 Feb 2005 17:02:33 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14H2XrB095869; Fri, 4 Feb 2005 17:02:33 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14H2Xce095865; Fri, 4 Feb 2005 17:02:33 GMT (envelope-from glewis) Date: Fri, 4 Feb 2005 17:02:33 GMT From: Greg Lewis Message-Id: <200502041702.j14H2Xce095865@freefall.freebsd.org> To: dglo@icecube.wisc.edu, glewis@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77102: Maintainer update: java-checkstyle X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 17:02:34 -0000 Synopsis: Maintainer update: java-checkstyle State-Changed-From-To: open->closed State-Changed-By: glewis State-Changed-When: Fri Feb 4 17:02:18 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77102 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 17:30:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6868116A4CE for ; Fri, 4 Feb 2005 17:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1207743D53 for ; Fri, 4 Feb 2005 17:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14HUPto000755 for ; Fri, 4 Feb 2005 17:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14HUPng000754; Fri, 4 Feb 2005 17:30:25 GMT (envelope-from gnats) Date: Fri, 4 Feb 2005 17:30:25 GMT Message-Id: <200502041730.j14HUPng000754@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thomas-Martin Seck Subject: Re: ports/76967: [Maintainer/security] integrate vendor patch regarding oversized HTTP reply headers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 17:30:26 -0000 The following reply was made to PR ports/76967; it has been noted by GNATS. From: Thomas-Martin Seck To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/76967: [Maintainer/security] integrate vendor patch regarding oversized HTTP reply headers Date: Fri, 4 Feb 2005 18:20:52 +0100 Please integrate the following patches, too: - correct the search request generated by the LDAP authentication helper - fix a race within the NTLM authentication mechanism (squid bug #1127) - fix handling of failed PUT/POST requests (squid bug #1224) - fix problems with persistent server connections after failed PUT/POST requests (squid bug #1122) - improve handling of forged WCCP packets (squid bug #1225) Index: distinfo =================================================================== --- distinfo (revision 394) +++ distinfo (revision 395) @@ -48,3 +48,13 @@ SIZE (squid2.5/squid-2.5.STABLE7-wccp_buffer_overflow.patch) = 505 MD5 (squid2.5/squid-2.5.STABLE7-oversize_reply_headers.patch) = 729c626f76637546b5ded70da6e0ee20 SIZE (squid2.5/squid-2.5.STABLE7-oversize_reply_headers.patch) = 3056 +MD5 (squid2.5/squid-2.5.STABLE7-ldap_search.patch) = f2f39856ada003854e00b91ac258e07f +SIZE (squid2.5/squid-2.5.STABLE7-ldap_search.patch) = 3719 +MD5 (squid2.5/squid-2.5.STABLE7-ntlm_segfault.patch) = 538a534a9a1acbbcb62cb64f618e325e +SIZE (squid2.5/squid-2.5.STABLE7-ntlm_segfault.patch) = 2076 +MD5 (squid2.5/squid-2.5.STABLE7-post.patch) = ed73f46585b90319fc36e7f85130febc +SIZE (squid2.5/squid-2.5.STABLE7-post.patch) = 3172 +MD5 (squid2.5/squid-2.5.STABLE7-server_post.patch) = 86733a0d6052dc65b913fe7bf6357e43 +SIZE (squid2.5/squid-2.5.STABLE7-server_post.patch) = 1424 +MD5 (squid2.5/squid-2.5.STABLE7-wccp_disturb.patch) = 658cc713f3928e8a9774cb6543547c49 +SIZE (squid2.5/squid-2.5.STABLE7-wccp_disturb.patch) = 5075 Index: Makefile =================================================================== --- Makefile (revision 394) +++ Makefile (revision 395) @@ -110,7 +110,12 @@ squid-2.5.STABLE7-short_icons_urls.patch \ squid-2.5.STABLE7-response_splitting.patch \ squid-2.5.STABLE7-wccp_buffer_overflow.patch \ - squid-2.5.STABLE7-oversize_reply_headers.patch + squid-2.5.STABLE7-oversize_reply_headers.patch \ + squid-2.5.STABLE7-ldap_search.patch \ + squid-2.5.STABLE7-ntlm_segfault.patch \ + squid-2.5.STABLE7-post.patch \ + squid-2.5.STABLE7-server_post.patch \ + squid-2.5.STABLE7-wccp_disturb.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 18:40:53 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA86116A4CE; Fri, 4 Feb 2005 18:40:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C30A243D1F; Fri, 4 Feb 2005 18:40:53 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14IerdT009179; Fri, 4 Feb 2005 18:40:53 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14IerTL009175; Fri, 4 Feb 2005 18:40:53 GMT (envelope-from linimon) Date: Fri, 4 Feb 2005 18:40:53 GMT From: Mark Linimon Message-Id: <200502041840.j14IerTL009175@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org Subject: Re: ports/77090: [PATCH] databases/p5-DBD-Oracle: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 18:40:54 -0000 Synopsis: [PATCH] databases/p5-DBD-Oracle: [SUMMARIZE CHANGES] Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: linimon Responsible-Changed-When: Fri Feb 4 18:40:33 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=77090 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 18:41:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 811EF16A4CE; Fri, 4 Feb 2005 18:41:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A19643D2D; Fri, 4 Feb 2005 18:41:18 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14IfIM7009229; Fri, 4 Feb 2005 18:41:18 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14IfIlk009225; Fri, 4 Feb 2005 18:41:18 GMT (envelope-from linimon) Date: Fri, 4 Feb 2005 18:41:18 GMT From: Mark Linimon Message-Id: <200502041841.j14IfIlk009225@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/77103: new port: security/base X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 18:41:18 -0000 Synopsis: new port: security/base Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: linimon Responsible-Changed-When: Fri Feb 4 18:41:09 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=77103 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 21:10:05 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6548316A4CE for ; Fri, 4 Feb 2005 21:10:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 329CC43D5A for ; Fri, 4 Feb 2005 21:10:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14LA5Id027642 for ; Fri, 4 Feb 2005 21:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14LA5I6027641; Fri, 4 Feb 2005 21:10:05 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 21:10:05 GMT Resent-Message-Id: <200502042110.j14LA5I6027641@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, ebrandi@fugspbr.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F06F16A4CE for ; Fri, 4 Feb 2005 21:02:27 +0000 (GMT) Received: from knife.dreamhost.com (knife.dreamhost.com [66.33.219.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6682243D2D for ; Fri, 4 Feb 2005 21:02:27 +0000 (GMT) (envelope-from ebrandi@fugspbr.org) Received: from eros.fugspbr.org (c906fe63.virtua.com.br [201.6.254.99]) by knife.dreamhost.com (Postfix) with ESMTP id 60C07E4A94 for ; Fri, 4 Feb 2005 12:22:30 -0800 (PST) Message-Id: <20050204182133.R62601@eros.fugspbr.org> Date: Fri, 4 Feb 2005 18:22:21 -0200 (BRDT) From: Edson Brandi To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77108: New port: misc/wipe - Wipe is a secure file wiping utility X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ebrandi@fugspbr.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 21:10:05 -0000 >Number: 77108 >Category: ports >Synopsis: New port: misc/wipe - Wipe is a secure file wiping utility >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 Feb 04 21:10:04 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Edson Brandi >Release: FreeBSD 4.11-STABLE i386 >Organization: myself >Environment: System: FreeBSD eros.fugspbr.org 4.11-STABLE FreeBSD 4.11-STABLE #4: Thu Feb 3 21:20:47 BRDT 2005 root@eros.fugspbr.org:/usr/src/sys/compile/EROS2 i386 >Description: New port for wipe-2.2.0, Wipe is a secure file wiping utility (secure file deletion). >How-To-Repeat: NA >Fix: --- wipe.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: # # wipe # wipe/distinfo # wipe/Makefile # wipe/pkg-descr # wipe/pkg-plist # echo c - wipe mkdir -p wipe > /dev/null 2>&1 echo x - wipe/distinfo sed 's/^X//' >wipe/distinfo << 'END-of-wipe/distinfo' XMD5 (wipe-2.2.0.tar.bz2) = 1e1366c6407e7910f6131ebfee9f1ea6 XSIZE (wipe-2.2.0.tar.bz2) = 70134 END-of-wipe/distinfo echo x - wipe/Makefile sed 's/^X//' >wipe/Makefile << 'END-of-wipe/Makefile' X# New ports collection makefile for: X# Date created: 04 February 2005 X# Whom: Edson Brandi X# X# $FreeBSD$ X# X XPORTNAME= wipe XPORTVERSION= 2.2.0 XCATEGORIES= misc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XMAINTAINER= ebrandi@fugspbr.org XCOMMENT= Wipe is a file and block device wiping utility. XUSE_BZIP2= yes XGNU_CONFIGURE= yes XMAN1= wipe.1 X.include END-of-wipe/Makefile echo x - wipe/pkg-descr sed 's/^X//' >wipe/pkg-descr << 'END-of-wipe/pkg-descr' XWipe is a file and block device wiping utility X XWWW: http://wipe.sourceforge.net/ X XAuthor: Tom Vier END-of-wipe/pkg-descr echo x - wipe/pkg-plist sed 's/^X//' >wipe/pkg-plist << 'END-of-wipe/pkg-plist' Xbin/wipe Xshare/doc/wipe/CHANGES Xshare/doc/wipe/INSTALL Xshare/doc/wipe/LICENSE Xshare/doc/wipe/README Xshare/doc/wipe/TESTING Xshare/doc/wipe/TODO Xshare/doc/wipe/copyright Xshare/nls/POSIX Xshare/nls/en_US.US-ASCII X@dirrm share/doc/wipe END-of-wipe/pkg-plist exit --- wipe.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 22:00:49 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B7F316A4CE for ; Fri, 4 Feb 2005 22:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FAA643D54 for ; Fri, 4 Feb 2005 22:00:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14M0nSs030592 for ; Fri, 4 Feb 2005 22:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14M0nFV030591; Fri, 4 Feb 2005 22:00:49 GMT (envelope-from gnats) Date: Fri, 4 Feb 2005 22:00:49 GMT Message-Id: <200502042200.j14M0nFV030591@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ion-Mihai Tetcu Subject: Re: ports/77108: New port: misc/wipe - Wipe is a secure file wiping utility X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ion-Mihai Tetcu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 22:00:49 -0000 The following reply was made to PR ports/77108; it has been noted by GNATS. From: Ion-Mihai Tetcu To: ebrandi@fugspbr.org Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/77108: New port: misc/wipe - Wipe is a secure file wiping utility Date: Fri, 4 Feb 2005 23:51:41 +0200 On Fri, 4 Feb 2005 18:22:21 -0200 (BRDT) Edson Brandi wrote: > echo x - wipe/pkg-plist > sed 's/^X//' >wipe/pkg-plist << 'END-of-wipe/pkg-plist' > Xbin/wipe > Xshare/doc/wipe/CHANGES > Xshare/doc/wipe/INSTALL > Xshare/doc/wipe/LICENSE > Xshare/doc/wipe/README > Xshare/doc/wipe/TESTING > Xshare/doc/wipe/TODO > Xshare/doc/wipe/copyright > Xshare/nls/POSIX > Xshare/nls/en_US.US-ASCII > X@dirrm share/doc/wipe > END-of-wipe/pkg-plist You should use %%DOCSDIR%% macro (instead of share/doc/wipe) in pkg-plist and try to make docs installation optionally in you Makefile, e.g. .ifndef(NOPORTDOCS) ....... install docs ................ .end and shouldn't delete share/nls/POSIX and share/nls/en_US.US-ASCII and @dirrm share/doc/wipe --> @dirrm %%DOCSDIR%% -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 23:00:39 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D5BB16A4CE for ; Fri, 4 Feb 2005 23:00:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C37843D48 for ; Fri, 4 Feb 2005 23:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14N0cpm038347 for ; Fri, 4 Feb 2005 23:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14N0c2d038344; Fri, 4 Feb 2005 23:00:38 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 23:00:38 GMT Resent-Message-Id: <200502042300.j14N0c2d038344@freefall.freebsd.org> 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 Thiel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5DF316A4CE for ; Fri, 4 Feb 2005 22:51:49 +0000 (GMT) Received: from redundancy.redundancy.org (redundancy.redundancy.org [198.144.201.242]) by mx1.FreeBSD.org (Postfix) with SMTP id 42AA243D2D for ; Fri, 4 Feb 2005 22:51:49 +0000 (GMT) (envelope-from lx@redundancy.redundancy.org) Received: (qmail 18621 invoked by uid 1000); 4 Feb 2005 22:53:43 -0000 Message-Id: <20050204225343.18620.qmail@redundancy.redundancy.org> Date: 4 Feb 2005 22:53:43 -0000 From: David Thiel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77110: Update: security/osiris 4.0.8 -> 4.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Thiel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 23:00:39 -0000 >Number: 77110 >Category: ports >Synopsis: Update: security/osiris 4.0.8 -> 4.1.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: Fri Feb 04 23:00:38 GMT 2005 >Closed-Date: >Last-Modified: >Originator: David Thiel >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD redundancy.redundancy.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Jan 9 21:41:16 PST 2005 root@redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386 >Description: Updating the Osiris integrity checker to 4.1.1, as the 4.1 branch now stable. The port has been changed to use OPTIONS, and have more fine-grained control of which components get installed. From the ChangeLog: ================================================= FEATURES: : added 'notify_app' keyword to osirismd config, can pipe notifications to an application in addition to emamil. : filter redisign. Filters now apply to ALL logs. This allows for the filtering of info, error, warning, or scan log entries with regular expressions. There is a wizard interface still, or you can enter any regular expression to match specific logs, or types of log messages to prevent those logs from being generated. : added 'test-regex' command to CLI to allow for quick interpretation of what the regex engine will match for log filters, or for anything in the config files that use regular expressions. : restructured how signals work in the daemons. FIXED: : default schedule start time for new hosts, if not specified, is current time. : fixed email subject heading not being set correctly for log notifications. >How-To-Repeat: >Fix: diff -ruN osiris/Makefile osiris.new/Makefile --- osiris/Makefile Wed Jan 19 15:09:50 2005 +++ osiris.new/Makefile Fri Feb 4 14:30:05 2005 @@ -6,55 +6,68 @@ # PORTNAME= osiris -PORTVERSION= 4.0.8 +PORTVERSION= 4.1.1 CATEGORIES= security MASTER_SITES= http://osiris.shmoo.com/data/ MAINTAINER= lx@redundancy.redundancy.org COMMENT= The Shmoo client/server host integrity checker +OPTIONS= OSIRISMD "Enable to build the management daemon" off \ + OSIRISD "Enable to build the osirisd scan agent" on \ + CLI "Enable to build the management CLI" off + GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL_VER= 15 +.include + .if defined(WITH_OSIRISMD) PLIST_SUB+= OSIRISMD="" .else PLIST_SUB+= OSIRISMD="@comment " .endif +.if defined(WITH_OSIRISD) +PLIST_SUB+= OSIRISD="" +.else +PLIST_SUB+= OSIRISD="@comment " +.endif +.if defined(WITH_CLI) +PLIST_SUB+= CLI="" +.else +PLIST_SUB+= CLI="@comment " +.endif -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "Define WITH_OSIRISMD to enable build of the management daemon." - @${ECHO_MSG} - -post-build: +do-install: + ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL +.if defined(WITH_CLI) + ${INSTALL_PROGRAM} ${WRKSRC}/src/cli/osiris ${PREFIX}/sbin +.endif +.if defined(WITH_OSIRISD) ${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/src/install/freebsd/osirisd.in > \ ${WRKSRC}/src/install/freebsd/osirisd.sh.sample + ${INSTALL_PROGRAM} ${WRKSRC}/src/osirisd/osirisd ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/src/install/freebsd/osirisd.sh.sample \ + ${PREFIX}/etc/rc.d +.endif .if defined(WITH_OSIRISMD) ${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/src/install/freebsd/osirismd.in > \ ${WRKSRC}/src/install/freebsd/osirismd.sh.sample -.endif - -do-install: - ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @${MKDIR} ${PREFIX}/osiris/configs -.for os in aix bsdos darwin freebsd irix linux openbsd sunos unix-generic \ - windows2000 windowsnt windowsserver2003 windowsxp +.for os in aix bsdos darwin freebsd irix linux netbsd openbsd sunos \ + unix-generic windows2000 windowsnt windowsserver2003 windowsxp \ + wrt54g ${INSTALL_DATA} ${WRKSRC}/src/configs/default.${os} \ ${PREFIX}/osiris/configs .endfor ${CHOWN} -R osiris:osiris ${PREFIX}/osiris - ${INSTALL_PROGRAM} ${WRKSRC}/src/cli/osiris ${PREFIX}/sbin - ${INSTALL_PROGRAM} ${WRKSRC}/src/osirisd/osirisd ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/src/install/freebsd/osirisd.sh.sample \ - ${PREFIX}/etc/rc.d -.if defined(WITH_OSIRISMD) - ${INSTALL_PROGRAM} ${WRKSRC}/src/osirismd/osirismd ${PREFIX}/sbin + ${INSTALL_PROGRAM} -m 4755 -o osiris -g osiris \ + ${WRKSRC}/src/osirismd/osirismd ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/src/install/freebsd/osirismd.sh.sample \ ${PREFIX}/etc/rc.d .endif -.include +.include diff -ruN osiris/distinfo osiris.new/distinfo --- osiris/distinfo Thu Jan 20 09:49:52 2005 +++ osiris.new/distinfo Fri Feb 4 12:57:33 2005 @@ -1,2 +1,2 @@ -MD5 (osiris-4.0.8.tar.gz) = 593eee1967a14e519e27de88f75c9cad -SIZE (osiris-4.0.8.tar.gz) = 1896413 +MD5 (osiris-4.1.1.tar.gz) = ae7b255492320c9e37d73c8122fc4be9 +SIZE (osiris-4.1.1.tar.gz) = 1882582 diff -ruN osiris/pkg-install osiris.new/pkg-install --- osiris/pkg-install Tue Apr 20 13:36:39 2004 +++ osiris.new/pkg-install Fri Feb 4 13:33:57 2005 @@ -56,7 +56,7 @@ echo "You need a user \"${u}\"." if which -s pw && yesno "Would you like me to create it" y then - pw useradd ${u} -g ${g} -h - -d /usr/local/etc/osiris -s /sbin/nologin -c "${gcos}" || exit + pw useradd ${u} -g ${g} -h - -d /nonexistent -s /sbin/nologin -c "${gcos}" || exit echo "Done." else echo "Please create it, and try again." diff -ruN osiris/pkg-plist osiris.new/pkg-plist --- osiris/pkg-plist Fri Nov 26 22:01:29 2004 +++ osiris.new/pkg-plist Fri Feb 4 14:20:40 2005 @@ -1,21 +1,23 @@ @comment $FreeBSD: ports/security/osiris/pkg-plist,v 1.4 2004/11/27 06:01:29 edwin Exp $ -sbin/osiris -sbin/osirisd +%%CLI%%sbin/osiris +%%OSIRISD%%sbin/osirisd %%OSIRISMD%%sbin/osirismd -etc/rc.d/osirisd.sh.sample +%%OSIRISD%%etc/rc.d/osirisd.sh.sample %%OSIRISMD%%etc/rc.d/osirismd.sh.sample -osiris/configs/default.aix -osiris/configs/default.bsdos -osiris/configs/default.darwin -osiris/configs/default.freebsd -osiris/configs/default.irix -osiris/configs/default.linux -osiris/configs/default.openbsd -osiris/configs/default.sunos -osiris/configs/default.unix-generic -osiris/configs/default.windows2000 -osiris/configs/default.windowsnt -osiris/configs/default.windowsserver2003 -osiris/configs/default.windowsxp -@dirrm osiris/configs +%%OSIRISMD%%osiris/configs/default.aix +%%OSIRISMD%%osiris/configs/default.bsdos +%%OSIRISMD%%osiris/configs/default.darwin +%%OSIRISMD%%osiris/configs/default.freebsd +%%OSIRISMD%%osiris/configs/default.irix +%%OSIRISMD%%osiris/configs/default.linux +%%OSIRISMD%%osiris/configs/default.netbsd +%%OSIRISMD%%osiris/configs/default.openbsd +%%OSIRISMD%%osiris/configs/default.sunos +%%OSIRISMD%%osiris/configs/default.unix-generic +%%OSIRISMD%%osiris/configs/default.windows2000 +%%OSIRISMD%%osiris/configs/default.windowsnt +%%OSIRISMD%%osiris/configs/default.windowsserver2003 +%%OSIRISMD%%osiris/configs/default.windowsxp +%%OSIRISMD%%osiris/configs/default.wrt54g +%%OSIRISMD%%@dirrm osiris/configs @dirrm osiris >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 23:26:29 2005 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 A885016A4CE; Fri, 4 Feb 2005 23:26:29 +0000 (GMT) Received: from q.closedsrc.org (ip233.gte244.dsl-acs2.sea.iinet.com [209.20.244.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 651ED43D39; Fri, 4 Feb 2005 23:26:29 +0000 (GMT) (envelope-from question+fbsdports@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1001) id D6D6445039; Fri, 4 Feb 2005 15:26:23 -0800 (PST) Date: Fri, 4 Feb 2005 15:26:23 -0800 From: Linh Pham To: Linh Pham Message-ID: <20050204232623.GB13402@q.internal.closedsrc.org> References: <200501181236.j0ICam7A000417@freefall.freebsd.org> <20050119011155.GA76977@q.internal.closedsrc.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qcHopEYAB45HaUaB" Content-Disposition: inline In-Reply-To: <20050119011155.GA76977@q.internal.closedsrc.org> Organization: closedsrc.org Mail-Copies-To: poster X-PGP-Key: http://closedsrc.org/~question/pubkey.asc User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@FreeBSD.org cc: freebsd-gnats-submit@freebsd.org cc: Volker Stolz Subject: Re: ports/75770: Update Port: editors/jedit-devel to 4.3pre1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Feb 2005 23:26:29 -0000 --qcHopEYAB45HaUaB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I don't want to be a PITA, but will the patch to update editors/jedit-devel be committed before the port expires on 2005-02-18? --=20 Linh Pham question+fbsdports@closedsrc.org Webmaster and FreeBSD Geek http://closedsrc.org Apprentice Manager Editor and Writer http://www.daemonnews.org Q->Worf: Eat any good books lately? | Humans =3D Ugly Bags of Mostly Water --qcHopEYAB45HaUaB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCBASfwhofDeWkDMIRArDmAJ9bJfXj5yJxqNWLFQLLXCH2TLMFrwCgoEG6 iwSZ0LXRff1Lt1+aFIV+8gw= =JJRb -----END PGP SIGNATURE----- --qcHopEYAB45HaUaB-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 23:32:33 2005 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 21B6816A4CE; Fri, 4 Feb 2005 23:32:33 +0000 (GMT) Received: from q.closedsrc.org (ip233.gte244.dsl-acs2.sea.iinet.com [209.20.244.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06B043D2D; Fri, 4 Feb 2005 23:32:32 +0000 (GMT) (envelope-from question+fbsdports@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1001) id 6DE3C45039; Fri, 4 Feb 2005 15:32:27 -0800 (PST) Date: Fri, 4 Feb 2005 15:32:27 -0800 From: Linh Pham To: Rudolph Pereira Message-ID: <20050204233227.GC13402@q.internal.closedsrc.org> References: <20050111184839.GB2643@starfleet.org.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="i7F3eY7HS/tUJxUd" Content-Disposition: inline In-Reply-To: <20050111184839.GB2643@starfleet.org.au> Organization: closedsrc.org Mail-Copies-To: poster X-PGP-Key: http://closedsrc.org/~question/pubkey.asc User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@freebsd.org cc: freebsd-gnats-submit@FreeBSD.org cc: question+fbsdports@closedsrc.org Subject: Re: ports/74492: NEW PORT: security/base - BASE 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: Fri, 04 Feb 2005 23:32:33 -0000 --i7F3eY7HS/tUJxUd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005-01-12 05:48 +1100, Rudolph Pereira wrote: # just wondering if there is any plan for when this will be committed to # the ports tree? Still no response here, though I know that sergei@freebsd.org (who helps me with port updates and commits) has been busy with other commitments and duties. --=20 Linh Pham question+fbsdports@closedsrc.org Webmaster and FreeBSD Geek http://closedsrc.org Apprentice Manager Editor and Writer http://www.daemonnews.org Q->Worf: Eat any good books lately? | Humans =3D Ugly Bags of Mostly Water --i7F3eY7HS/tUJxUd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCBAYLwhofDeWkDMIRAtSYAJ4ytRZRu2BGrj4qSPZn3+op+nkuiQCePJUb l8bO6Hk6ox1+etH5X9xcljk= =r2ZG -----END PGP SIGNATURE----- --i7F3eY7HS/tUJxUd-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 00:00:43 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB8CF16A4CF for ; Sat, 5 Feb 2005 00:00:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 392D743D39 for ; Sat, 5 Feb 2005 00:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1500hin045702 for ; Sat, 5 Feb 2005 00:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1500gPK045701; Sat, 5 Feb 2005 00:00:42 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 00:00:42 GMT Resent-Message-Id: <200502050000.j1500gPK045701@freefall.freebsd.org> 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 Morozovsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BB2716A4CE for ; Fri, 4 Feb 2005 23:50:30 +0000 (GMT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id C395B43D48 for ; Fri, 4 Feb 2005 23:50:28 +0000 (GMT) (envelope-from marck@woozle.rinet.ru) Received: from woozle.rinet.ru (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.1/8.13.1) with ESMTP id j14NoRjI093262 for ; Sat, 5 Feb 2005 02:50:27 +0300 (MSK) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.13.1/8.13.1/Submit) id j14NoRdc093261; Sat, 5 Feb 2005 02:50:27 +0300 (MSK) (envelope-from marck) Message-Id: <200502042350.j14NoRdc093261@woozle.rinet.ru> Date: Sat, 5 Feb 2005 02:50:27 +0300 (MSK) From: Dmitry Morozovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77112: [maintainer] update www/oops to 1.3.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Morozovsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 00:00:44 -0000 >Number: 77112 >Category: ports >Synopsis: [maintainer] update www/oops to 1.3.24 >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: Sat Feb 05 00:00:42 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4-STABLE i386 >Organization: Cronyx Plus LLC (RiNet ISP) >Environment: System: FreeBSD 4-STABLE >Description: Here is an update for www/oops port: - update to long awaited 1.3.24 - rc_subr compatibility + pkg-message [1] - small fixes to be backported to Author's CVS [1]: from PR 74616 (skv@) >How-To-Repeat: N/A >Fix: NOTE: file patch/src_modules_redir.c should be deleted as obsoleted. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/oops/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- Makefile 15 Oct 2004 12:13:38 -0000 1.33 +++ Makefile 4 Feb 2005 23:41:41 -0000 @@ -7,7 +7,6 @@ PORTNAME= oops PORTVERSION= ${OOPSVERSION} -PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://oops-cache.org/ DISTNAME= ${PORTNAME}-${OOPSVERSION} @@ -17,10 +16,10 @@ BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk -OOPSVERSION= 1.5.23 +OOPSVERSION= 1.5.24 USE_SUBMAKE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOCONF_VER= 259 CONFIGURE_ARGS?=--sbindir=${PREFIX}/sbin \ --sysconfdir=${PREFIX}/etc/oops \ --localstatedir=${OOPSVAR} \ @@ -34,11 +33,15 @@ MAN8= oops.8 oopsctl.8 OOPSVAR= /var/run/oops +OOPSLOG= /var/log/oops SCRIPTS_ENV+= WRKDIRPREFIX="${WRKDIRPREFIX}" \ TOUCH="${TOUCH}" \ MKDIR="${MKDIR}" +USE_RC_SUBR= YES +PKGMESSAGE= ${WRKDIR}/pkg-message + pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.oops @@ -49,6 +52,12 @@ pre-configure: @cd ${WRKSRC} && ${AUTOHEADER} +post-build: + @${SED} -e 's=%%PREFIX%%=${PREFIX}=g' \ + ${.CURDIR}/pkg-message > ${PKGMESSAGE} + @${SED} -e 's=%%RC_SUBR%%=${RC_SUBR}=g;s=%%PREFIX%%=${PREFIX}=g' \ + ${FILESDIR}/${PORTNAME}.sh > ${WRKDIR}/${PORTNAME}.sh + pre-install: @PKG_PREFIX=${PREFIX} BATCH=${BATCH} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @@ -60,16 +69,12 @@ @${INSTALL_MAN} ${WRKSRC}/doc/oopsctl.8 ${PREFIX}/man/man8 .endif @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Sample of configuration file placed at ${PREFIX}/etc/oops !" - @ ${ECHO} "Copy oops.cfg.sample to oops.cfg, then run server..." - @ ${ECHO} "------------------------------------------------------------" - @${MKDIR} ${OOPSVAR} - @${CHMOD} 750 ${OOPSVAR} + @${MKDIR} -m 750 ${OOPSVAR} @${CHOWN} oops ${OOPSVAR} - - ${ECHO} "Installing ${PREFIX}/etc/rc.d/oops.sh.sample startup file." - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/oops.sh ${PREFIX}/etc/rc.d/oops.sh.sample + @${MKDIR} -m 750 ${OOPSLOG} + @${CHOWN} oops ${OOPSLOG} + ${INSTALL_SCRIPT} ${WRKDIR}/oops.sh ${PREFIX}/etc/rc.d + @${CAT} ${PKGMESSAGE} post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/oops/distinfo,v retrieving revision 1.16 diff -u -r1.16 distinfo --- distinfo 4 Feb 2004 12:55:41 -0000 1.16 +++ distinfo 4 Feb 2005 23:41:41 -0000 @@ -1,2 +1,2 @@ -MD5 (oops-1.5.23.tar.gz) = bfa19752af517bb5a6cd746acf61064c -SIZE (oops-1.5.23.tar.gz) = 473290 +MD5 (oops-1.5.24.tar.gz) = 45a95a1f5903750e919c37ccc334e93d +SIZE (oops-1.5.24.tar.gz) = 479299 Index: pkg-install =================================================================== RCS file: /home/pcvs/ports/www/oops/pkg-install,v retrieving revision 1.3 diff -u -r1.3 pkg-install --- pkg-install 13 Dec 2002 23:09:44 -0000 1.3 +++ pkg-install 4 Feb 2005 23:41:41 -0000 @@ -38,7 +38,7 @@ else echo "You need a user \"${user}\"." doadduser=1 - if [ "$BATCH" = "yes" ]; then + if [ "X${BATCH}" != "X" ]; then doadduser=0 else yesno "Would you like me to create it" y && doadduser=0 Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-message 4 Feb 2005 23:41:41 -0000 @@ -0,0 +1,11 @@ +===> CONFIGURATION NOTE: + To setup oops, you should check %%PREFIX%%/etc/oops/oops.cfg + (a copy of %%PREFIX%%/etc/oops/oops.cfg.sample) as well as + other files in %%PREFIX%%/etc/oops before running oops. + + If you use storages, do not forget to format them before + the first use (oops -z -c %%PREFIX%%/etc/oops/oops.cfg). +===> BE CAREFULL HOW TO BOOT on 1.5.24 and above: + To run oops server from startup, add oops_enable="YES" + in your /etc/rc.conf. + Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/oops/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- pkg-plist 20 Nov 2003 10:35:27 -0000 1.7 +++ pkg-plist 4 Feb 2005 23:41:41 -0000 @@ -1,16 +1,34 @@ +@unexec if cmp -s %D/etc/oops/accel_maps %D/etc/oops/accel_maps.sample; then rm -f %D/etc/oops/accel_maps; fi etc/oops/accel_maps.sample +@exec [ -f %B/accel_maps ] || cp %B/%f %B/accel_maps +@unexec if cmp -s %D/etc/oops/acl_local_networks %D/etc/oops/acl_local_networks.sample; then rm -f %D/etc/oops/acl_local_networks; fi etc/oops/acl_local_networks.sample +@exec [ -f %B/etc/oops/acl_local_networks ] || cp %B/%f %B/acl_local_networks +@unexec if cmp -s %D/etc/oops/auth_template.html %D/etc/oops/auth_template.html.sample; then rm -f %D/etc/oops/auth_template.html; fi etc/oops/auth_template.html.sample +@exec [ -f %B/etc/oops/auth_template.html ] || cp %B/%f %B/auth_template.html +@unexec if cmp -s %D/etc/oops/err_template.html %D/etc/oops/err_template.html.sample; then rm -f %D/etc/oops/err_template.html; fi etc/oops/err_template.html.sample +@exec [ -f %B/etc/oops/err_template.html ] || cp %B/%f %B/err_template.html +@unexec if cmp -s %D/etc/oops/oops.cfg %D/etc/oops/oops.cfg.sample; then rm -f %D/etc/oops/oops.cfg; fi etc/oops/oops.cfg.sample +@exec [ -f %B/etc/oops/oops.cfg ] || cp %B/%f %B/oops.cfg +@unexec if cmp -s %D/etc/oops/passwd %D/etc/oops/passwd.sample; then rm -f %D/etc/oops/passwd; fi etc/oops/passwd.sample +@exec [ -f %B/etc/oops/passwd ] || cp %B/%f %B/passwd +@unexec if cmp -s %D/etc/oops/redir_rules %D/etc/oops/redir_rules.sample; then rm -f %D/etc/oops/redir_rules; fi etc/oops/redir_rules.sample +@exec [ -f %B/etc/oops/redir_rules ] || cp %B/%f %B/redir_rules +@unexec if cmp -s %D/etc/oops/redir_template.html %D/etc/oops/redir_template.html.sample; then rm -f %D/etc/oops/redir_template.html; fi etc/oops/redir_template.html.sample +@exec [ -f %B/etc/oops/redir_template.html ] || cp %B/%f %B/redir_template.html +@unexec if cmp -s %D/etc/oops/select.sql %D/etc/oops/select.sql.sample; then rm -f %D/etc/oops/select.sql; fi etc/oops/select.sql.sample +@exec [ -f %B/etc/oops/select.sql ] || cp %B/%f %B/select.sql etc/oops/tables/koi-alt.tab etc/oops/tables/koi-iso.tab etc/oops/tables/koi-win.tab -etc/rc.d/oops.sh.sample +etc/rc.d/oops.sh libexec/oops/accel.so libexec/oops/berkeley_db_api.so libexec/oops/custom_log.so @@ -23,18 +41,25 @@ libexec/oops/oopsctl_mod.so libexec/oops/pam.so libexec/oops/passwd_file.so +libexec/oops/passwd_ldap.so libexec/oops/passwd_mysql.so libexec/oops/passwd_pgsql.so libexec/oops/redir.so libexec/oops/transparent.so libexec/oops/vary_header.so libexec/oops/wccp2.so -sbin/oopsctl +libexec/oops/win_http.so sbin/oops +sbin/oopsctl @dirrm libexec/oops @dirrm etc/oops/tables -@dirrm etc/oops +@unexec rmdir %D/etc/oops 2>/dev/null || true @unexec rmdir %D/oops/DB 2>/dev/null || true @unexec rmdir %D/oops/logs 2>/dev/null || true @unexec rmdir %D/oops/storages 2>/dev/null || true @unexec rmdir %D/oops 2>/dev/null || true +@unexec rmdir /var/log/oops 2>/dev/null || true +@unexec rm -f /var/run/oops/oopsctl 2>/dev/null || true +@unexec rm -f /var/run/oops/oops_statfile 2>/dev/null || true +@unexec rm -f /var/run/oops/oops.pid 2>/dev/null || true +@unexec rmdir /var/run/oops 2>/dev/null || true Index: files/oops.sh =================================================================== RCS file: /home/pcvs/ports/www/oops/files/oops.sh,v retrieving revision 1.2 diff -u -r1.2 oops.sh --- files/oops.sh 14 Feb 2002 14:04:58 -0000 1.2 +++ files/oops.sh 4 Feb 2005 23:41:41 -0000 @@ -1,24 +1,48 @@ #!/bin/sh +# +# $FreeBSD$ +# -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - if [ -x ${PREFIX}/sbin/oopsctl ]; then - ${PREFIX}/sbin/oopsctl $1 2>&1 > /dev/null; echo -n ' oops' - fi - ;; -stop) - if [ -x ${PREFIX}/sbin/oopsctl ]; then - ${PREFIX}/sbin/oopsctl $1 - fi - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac +# PROVIDE: oops +# REQUIRE: DAEMON +# KEYWORD: FreeBSD -exit 0 +. "%%RC_SUBR%%" + +name="oops" +rcvar=`set_rcvar` + +command="%%PREFIX%%/sbin/oopsctl" +procname="%%PREFIX%%/sbin/oops" +pidfile="/var/run/oops/oops.pid" + +required_files="%%PREFIX%%/etc/oops/oops.cfg" +required_dirs="/var/run/oops" + +extra_commands="reconfig rotate" + +start_cmd="start_cmd" +stop_cmd="stop_cmd" +reconfig_cmd="reconfig_cmd" +rotate_cmd="rotate_cmd" + +start_cmd() { + ${command} start 2>&1 > /dev/null +} + +stop_cmd() { + ${command} stop +} + +reconfig_cmd() { + ${command} reconfigure +} + +rotate_cmd() { + ${command} rotate +} + +load_rc_config "oops" +: ${oops_enable="NO"} + +run_rc_command "$1" Index: files/patch-configure.in =================================================================== RCS file: /home/pcvs/ports/www/oops/files/patch-configure.in,v retrieving revision 1.9 diff -u -r1.9 patch-configure.in --- files/patch-configure.in 7 Oct 2004 16:00:44 -0000 1.9 +++ files/patch-configure.in 4 Feb 2005 23:41:41 -0000 @@ -1,41 +1,37 @@ ---- configure.in.orig Tue Oct 14 03:49:36 2003 -+++ configure.in Mon Sep 27 14:52:41 2004 -@@ -315,8 +315,7 @@ - - ;; - freebsd*) CFLAGS="$CFLAGS -D_REENTRANT -DFREEBSD -D_THREAD_SAFE -DFD_SETSIZE=2048 -I." -- CXX=g++ -- CXXSOFLAGS="-shared -Xlinker -Bstatic" -+ CXXSOFLAGS="-shared" - LIBS="$LEXLIB $LIBS" - if test "$large_files" = "yes" ; then - ## FreeBSD need no any special flags for 64bit files -@@ -328,14 +327,20 @@ + +$FreeBSD$ + +--- configure.in.orig ++++ configure.in +@@ -328,14 +328,20 @@ rel=`uname -r` case "$rel" in 4*) - CFLAGS="$CFLAGS -pthread" -+ CFLAGS="$CFLAGS $PTHREAD_CFLAGS $PTHREAD_LIBS" - ;; -+ 5.[012]*) -+ LIBS="$PTHREAD_LIBS $LEXLIB $LIBS" -+ ;; - 5*) +- ;; +- 5*) - LIBS="-lc_r $LEXLIB $LIBS" -+ CFLAGS="$CFLAGS $PTHREAD_CFLAGS $PTHREAD_LIBS" ++ CFLAGS="$CFLAGS $PTHREAD_CFLAGS $PTHREAD_LIBS" ;; -+ 6*) -+ CFLAGS="$CFLAGS $PTHREAD_CFLAGS $PTHREAD_LIBS" -+ ;; - *) +- *) - CFLAGS="$CFLAGS -pthread" - LIBS="-lc_r $LEXLIB $LIBS" -+ CFLAGS="$CFLAGS $PTHREAD_CFLAGS" -+ LIBS="$PTHREAD_LIBS $LEXLIB $LIBS" ++ 5.[012]*) ++ LIBS="$PTHREAD_LIBS $LEXLIB $LIBS" ++ ;; ++ 5*) ++ CFLAGS="$CFLAGS $PTHREAD_CFLAGS $PTHREAD_LIBS" ++ ;; ++ 6*) ++ CFLAGS="$CFLAGS $PTHREAD_CFLAGS $PTHREAD_LIBS" ++ ;; ++ *) ++ CFLAGS="$CFLAGS $PTHREAD_CFLAGS" ++ LIBS="$PTHREAD_LIBS $LEXLIB $LIBS" ;; esac RPATH_OPTION="-rpath" -@@ -430,10 +435,10 @@ +@@ -430,10 +436,10 @@ esac if test "X$MYSQL_PATH" != "X" ; then Index: files/patch-src::Makefile.in =================================================================== RCS file: /home/pcvs/ports/www/oops/files/patch-src::Makefile.in,v retrieving revision 1.5 diff -u -r1.5 patch-src::Makefile.in --- files/patch-src::Makefile.in 30 Jan 2004 10:19:16 -0000 1.5 +++ files/patch-src::Makefile.in 4 Feb 2005 23:41:41 -0000 @@ -1,66 +1,20 @@ ---- src/Makefile.in.orig Fri Oct 24 10:05:04 2003 -+++ src/Makefile.in Fri Jan 30 13:11:28 2004 -@@ -61,53 +61,17 @@ + +$FreeBSD$ + +--- src/Makefile.in.orig ++++ src/Makefile.in +@@ -49,14 +49,12 @@ + + mkinstalldirs: + ../mkinstalldirs ${OOPSPATH} \ +- ${OOPSPATH}/logs \ + ${OOPSPATH}/DB \ + ${OOPSPATH}/storages \ + ${OOPS_SYSCONFDIR}/tables \ + ${OOPS_LIBDIR} + + if [ "X@OOPS_USER@" != "X" ]; then\ +- ${CHOWN} @OOPS_USER@ ${OOPSPATH}/logs;\ + ${CHOWN} @OOPS_USER@ ${OOPSPATH}/DB;\ fi - install: all mkinstalldirs -- $(INSTALL) -d ${OOPS_SBINDIR} -+# $(INSTALL) -d ${OOPS_SBINDIR} - $(INSTALL) oops ${OOPS_SBINDIR} -- if [ -f ${OOPS_SYSCONFDIR}/oops.cfg ]; then\ -- $(INSTALL_DATA) oops.cfg ${OOPS_SYSCONFDIR}/oops.cfg.sample ;\ -- else\ -- $(INSTALL_DATA) oops.cfg ${OOPS_SYSCONFDIR}/oops.cfg ;\ -- fi -- if [ -f ${OOPS_SYSCONFDIR}/err_template.html ]; then\ -- $(INSTALL_DATA) err_template.html ${OOPS_SYSCONFDIR}/err_template.html.sample ;\ -- else\ -- $(INSTALL_DATA) err_template.html ${OOPS_SYSCONFDIR}/err_template.html ;\ -- fi -- if [ -f ${OOPS_SYSCONFDIR}/auth_template.html ]; then\ -- $(INSTALL_DATA) auth_template.html ${OOPS_SYSCONFDIR}/auth_template.html.sample ;\ -- else\ -- $(INSTALL_DATA) auth_template.html ${OOPS_SYSCONFDIR}/auth_template.html;\ -- fi -- if [ -f ${OOPS_SYSCONFDIR}/passwd ]; then\ -- $(INSTALL_DATA) passwd ${OOPS_SYSCONFDIR}/passwd.sample ;\ -- else\ -- $(INSTALL_DATA) passwd ${OOPS_SYSCONFDIR}/passwd ;\ -- fi -- if [ -f ${OOPS_SYSCONFDIR}/redir_rules ]; then\ -- $(INSTALL_DATA) redir_rules ${OOPS_SYSCONFDIR}/redir_rules.sample ;\ -- else\ -- $(INSTALL_DATA) redir_rules ${OOPS_SYSCONFDIR}/redir_rules ;\ -- fi -- if [ -f ${OOPS_SYSCONFDIR}/redir_template.html ]; then\ -- $(INSTALL_DATA) redir_template.html ${OOPS_SYSCONFDIR}/redir_template.html.sample ;\ -- else\ -- $(INSTALL_DATA) redir_template.html ${OOPS_SYSCONFDIR}/redir_template.html ;\ -- fi -- if [ -f ${OOPS_SYSCONFDIR}/accel_maps ]; then\ -- $(INSTALL_DATA) accel_maps ${OOPS_SYSCONFDIR}/accel_maps.sample ;\ -- else\ -- $(INSTALL_DATA) accel_maps ${OOPS_SYSCONFDIR}/accel_maps ;\ -- fi -- if [ -f ${OOPS_SYSCONFDIR}/select.sql ]; then\ -- $(INSTALL_DATA) select.sql ${OOPS_SYSCONFDIR}/select.sql.sample ;\ -- else\ -- $(INSTALL_DATA) select.sql ${OOPS_SYSCONFDIR}/select.sql ;\ -- fi -- if [ -f ${OOPS_SYSCONFDIR}/acl_local_networks ]; then\ -- $(INSTALL_DATA) acl_local_networks ${OOPS_SYSCONFDIR}/acl_local_networks.sample ;\ -- else\ -- $(INSTALL_DATA) acl_local_networks ${OOPS_SYSCONFDIR}/acl_local_networks ;\ -- fi -+ $(INSTALL_DATA) oops.cfg ${OOPS_SYSCONFDIR}/oops.cfg.sample -+ $(INSTALL_DATA) err_template.html ${OOPS_SYSCONFDIR}/err_template.html.sample -+ $(INSTALL_DATA) auth_template.html ${OOPS_SYSCONFDIR}/auth_template.html.sample -+ $(INSTALL_DATA) passwd ${OOPS_SYSCONFDIR}/passwd.sample -+ $(INSTALL_DATA) redir_rules ${OOPS_SYSCONFDIR}/redir_rules.sample -+ $(INSTALL_DATA) redir_template.html ${OOPS_SYSCONFDIR}/redir_template.html.sample -+ $(INSTALL_DATA) accel_maps ${OOPS_SYSCONFDIR}/accel_maps.sample -+ $(INSTALL_DATA) select.sql ${OOPS_SYSCONFDIR}/select.sql.sample -+ $(INSTALL_DATA) acl_local_networks ${OOPS_SYSCONFDIR}/acl_local_networks.sample - if test "X@SOFLAGS@" != "X"; then \ - for m in modules/*so ; do \ - $(INSTALL) $$m ${OOPS_LIBDIR} ; \ Index: files/patch-src_modules_redir.c =================================================================== RCS file: /home/pcvs/ports/www/oops/files/patch-src_modules_redir.c,v retrieving revision 1.1 diff -u -r1.1 patch-src_modules_redir.c --- files/patch-src_modules_redir.c 15 Oct 2004 12:13:38 -0000 1.1 +++ files/patch-src_modules_redir.c 4 Feb 2005 23:41:41 -0000 @@ -1,19 +0,0 @@ - -$FreeBSD: ports/www/oops/files/patch-src_modules_redir.c,v 1.1 2004/10/15 12:13:38 pav Exp $ - ---- src/modules/redir.c.orig Thu Oct 16 18:21:59 2003 -+++ src/modules/redir.c Sun Oct 3 17:23:08 2004 -@@ -349,11 +349,9 @@ - - /* if this is not on my port */ - while( n ) { -- if ( mp->port == port -- && ( (mp->in_addr.s_addr == INADDR_ANY) -- ||(mp->in_addr.s_addr == rq->my_sa.sin_addr.s_addr) ) ) -- break; -+ if ( mp->so == rq->accepted_so ) -+ break; - n--;mp++; - } - if ( !n ) return(MOD_CODE_OK); /* not my */ - } Index: files/patch-src_oops.cfg.in =================================================================== RCS file: files/patch-src_oops.cfg.in diff -N files/patch-src_oops.cfg.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src_oops.cfg.in 4 Feb 2005 23:41:41 -0000 @@ -0,0 +1,114 @@ + +$FreeBSD$ + +--- src/oops.cfg.in.orig ++++ src/oops.cfg.in +@@ -8,8 +8,7 @@ + # nameservers. Use your own, not our. + ## + +-nameserver 195.114.128.50 +-nameserver 193.219.193.130 ++nameserver 127.0.0.1 + + ## + # Ports and address to use for HTTP and ICP +@@ -38,14 +37,14 @@ + # When used in form 'filename [{N S}] [[un]buffered]' + # will be rotated automatically (up to N files up to S bytes in size) + ## +-logfile /dev/tty +-#logfile @OOPS_HOME@/logs/oops.log { 3 1m } unbuffered ++#logfile /dev/tty ++logfile /var/log/oops/oops.log { 3 1m } unbuffered + + ## + # Accesslog - the same as for squid. Re rotating - see note for logfile + ## +-accesslog /dev/tty +-#accesslog @OOPS_HOME@/logs/access.log ++#accesslog /dev/tty ++accesslog /var/log/oops/access.log { 3 1m } unbuffered + + ## + # Pidfile. for kill -1 `cat oops.pid` and for locking. +@@ -325,16 +324,15 @@ + ## + # Never use "parent" when connecting to server in these domains + ## +-local-domain odessa.ua od.ua +-local-domain odessa.net paco.net netsy.net netsy.com te.net.ua ++#local-domain myowndomain.tld + +-local-networks 195.114.128/19 10/8 192.168/16 ++local-networks 10/8 192.168/16 + + # + # Groups + # + +-group paco { ++group mynet { + ## + # You can describe group ip adresses here, or using src_ip acl's + # with networks_acl directive. +@@ -344,7 +342,7 @@ + # networks are ordered by masklen - longest masks(most specific networks) + # are checked first. + ## +- networks 195.114.128/19 127/8 195.5.40.93/32 ; ++ networks 192.168/16 127/8 ; + # networks_acl LOCAL_NETWORKS !BAD_NETWORKS ; + badports [0:79],110,138,139,513,[6000:6010] ; + miss allow; +@@ -697,15 +695,15 @@ + # format "%h->%A %l %u [%t] \"%r\" %s %b \"%{User-Agent}i\"" + #} + +-module berkeley_db { ++#module berkeley_db { + ## + # dbhome - directory where all DB indexes reside. Use full path + # this directory must exist. + # dbname - filename for index file. Use just filename (no full path) + ## + +- dbhome @OOPS_HOME@/DB +- dbname dburl ++ #dbhome @OOPS_HOME@/DB ++ #dbname dburl + + ## + # This parameter specifies internal cache size of BerkeleyDB. +@@ -719,9 +717,9 @@ + ## + #db_cache_mem 4m + +-} ++#} + +-#module gigabase_db { ++module gigabase_db { + # This module enable GigaBASE as database engine. + # You can use berkeley_db or gigabase_db, not both. + # Also, important notice - indexes created with different modules +@@ -732,8 +730,8 @@ + # # dbname - filename for index file. Use just filename (no full path) + # ## + # +-# dbhome @OOPS_HOME@/DB +-# dbname gdburl ++ dbhome @OOPS_HOME@/DB ++ dbname gdburl + # + # ## + # # This parameter specifies internal cache size of BerkeleyDB. +@@ -747,7 +745,7 @@ + # ## + # #db_cache_mem 4m + # +-#} ++} + + #module wccp2 { + # Cache identity. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 00:00:48 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A5D016A4D9 for ; Sat, 5 Feb 2005 00:00:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB67A43D31 for ; Sat, 5 Feb 2005 00:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1500lqm045771 for ; Sat, 5 Feb 2005 00:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1500lFs045770; Sat, 5 Feb 2005 00:00:47 GMT (envelope-from gnats) Date: Sat, 5 Feb 2005 00:00:47 GMT Message-Id: <200502050000.j1500lFs045770@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edson Brandi Subject: Re: ports/77108: New port: misc/wipe - Wipe is a secure file wiping utility X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Edson Brandi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 00:00:48 -0000 The following reply was made to PR ports/77108; it has been noted by GNATS. From: Edson Brandi To: freebsd-gnats-submit@FreeBSD.org Cc: ebrandi@fugspbr.org Subject: Re: ports/77108: New port: misc/wipe - Wipe is a secure file wiping utility Date: Fri, 4 Feb 2005 22:00:26 -0200 (BRDT) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-92370160-1107561626=:71310 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Thks for information, i dont know how to make docs installation=20 optionally, but i has changed other problems and check port with portlint= =20 ;) []=B4s Edson ------ Wipe.shar Begin ------- # 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: # #=09wipe #=09wipe/distinfo #=09wipe/Makefile #=09wipe/pkg-descr #=09wipe/pkg-plist # echo c - wipe mkdir -p wipe > /dev/null 2>&1 echo x - wipe/distinfo sed 's/^X//' >wipe/distinfo << 'END-of-wipe/distinfo' XMD5 (wipe-2.2.0.tar.bz2) =3D 1e1366c6407e7910f6131ebfee9f1ea6 XSIZE (wipe-2.2.0.tar.bz2) =3D 70134 END-of-wipe/distinfo echo x - wipe/Makefile sed 's/^X//' >wipe/Makefile << 'END-of-wipe/Makefile' X# New ports collection makefile for: wipe X# Date created: 04 February 2005 X# Whom: Edson Brandi X# X# $FreeBSD$ X# X XPORTNAME=3D=09wipe XPORTVERSION=3D=092.2.0 XCATEGORIES=3D=09misc XMASTER_SITES=3D=09=09${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=3D=09${PORTNAME} X XMAINTAINER=3D=09ebrandi@fugspbr.org XCOMMENT=3D=09Wipe is a file and block device wiping utility X XUSE_BZIP2=3D yes XGNU_CONFIGURE=3D yes X XMAN1=3D wipe.1 X X.include END-of-wipe/Makefile echo x - wipe/pkg-descr sed 's/^X//' >wipe/pkg-descr << 'END-of-wipe/pkg-descr' XWipe is a file and block device wiping utility X XWWW: http://wipe.sourceforge.net/ X XAuthor: Tom Vier END-of-wipe/pkg-descr echo x - wipe/pkg-plist sed 's/^X//' >wipe/pkg-plist << 'END-of-wipe/pkg-plist' Xbin/wipe X%%DOCSDIR%%/CHANGES X%%DOCSDIR%%/INSTALL X%%DOCSDIR%%/LICENSE X%%DOCSDIR%%/README X%%DOCSDIR%%/TESTING X%%DOCSDIR%%/TODO X%%DOCSDIR%%/copyright X@dirrm %%DOCSDIR%% END-of-wipe/pkg-plist exit --0-92370160-1107561626=:71310-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 00:20:24 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FAA616A4CE for ; Sat, 5 Feb 2005 00:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9B3343D54 for ; Sat, 5 Feb 2005 00:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j150KNib050303 for ; Sat, 5 Feb 2005 00:20:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j150KNor050299; Sat, 5 Feb 2005 00:20:23 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 00:20:23 GMT Resent-Message-Id: <200502050020.j150KNor050299@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antoine Brodin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A9F516A4CE for ; Sat, 5 Feb 2005 00:17:01 +0000 (GMT) Received: from barton.dreadbsd.org (massena-4-82-67-196-50.fbx.proxad.net [82.67.196.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A693E43D1D for ; Sat, 5 Feb 2005 00:16:59 +0000 (GMT) (envelope-from antoine@massena-4-82-67-196-50.fbx.proxad.net) Received: from barton.dreadbsd.org (localhost [127.0.0.1]) by barton.dreadbsd.org (8.13.1/8.13.1) with ESMTP id j150GwNe027239 for ; Sat, 5 Feb 2005 01:16:58 +0100 (CET) (envelope-from antoine@massena-4-82-67-196-50.fbx.proxad.net) Received: (from antoine@localhost) by barton.dreadbsd.org (8.13.1/8.13.1/Submit) id j150Gvoh027238; Sat, 5 Feb 2005 01:16:57 +0100 (CET) (envelope-from antoine) Message-Id: <200502050016.j150Gvoh027238@barton.dreadbsd.org> Date: Sat, 5 Feb 2005 01:16:57 +0100 (CET) From: Antoine Brodin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77114: New Port: deskutils/dosage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antoine Brodin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 00:20:24 -0000 >Number: 77114 >Category: ports >Synopsis: New Port: deskutils/dosage >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 Feb 05 00:20:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antoine Brodin >Release: FreeBSD 6.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD barton.dreadbsd.org 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Fri Feb 4 20:41:29 CET 2005 antoine@barton.dreadbsd.org:/usr/obj/usr/src/sys/BARTON i386 >Description: dosage is an application to keep a local mirror of web comics >How-To-Repeat: >Fix: --- dosage.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: # # dosage # dosage/Makefile # dosage/distinfo # dosage/pkg-plist # dosage/pkg-descr # echo c - dosage mkdir -p dosage > /dev/null 2>&1 echo x - dosage/Makefile sed 's/^X//' >dosage/Makefile << 'END-of-dosage/Makefile' X# New ports collection makefile for: dosage X# Date created: 6 February 2005 X# Whom: antoine.brodin@laposte.net X# X# $FreeBSD$ X# X XPORTNAME= dosage XPORTVERSION= 1.5.0 XCATEGORIES= deskutils python XMASTER_SITES= http://slipgate.za.net/dosage/downloads/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= antoine.brodin@laposte.net XCOMMENT= An application to keep a local mirror of web comics X XUSE_PYTHON= yes XUSE_PYDISTUTILS=yes X XMAN1= mainline.1 X Xpost-install: X ${INSTALL_MAN} ${WRKSRC}/doc/mainline.1 ${PREFIX}/man/man1 X X.include END-of-dosage/Makefile echo x - dosage/distinfo sed 's/^X//' >dosage/distinfo << 'END-of-dosage/distinfo' XMD5 (dosage-1.5.0.tar.gz) = 7c248e798ac24af965fff423fd1f3d20 XSIZE (dosage-1.5.0.tar.gz) = 43446 END-of-dosage/distinfo echo x - dosage/pkg-plist sed 's/^X//' >dosage/pkg-plist << 'END-of-dosage/pkg-plist' Xbin/mainline X%%PYTHON_SITELIBDIR%%/dosage/Rss.py X%%PYTHON_SITELIBDIR%%/dosage/main.py X%%PYTHON_SITELIBDIR%%/dosage/progress.py X%%PYTHON_SITELIBDIR%%/dosage/events.py X%%PYTHON_SITELIBDIR%%/dosage/comic.py X%%PYTHON_SITELIBDIR%%/dosage/util.py X%%PYTHON_SITELIBDIR%%/dosage/output.py X%%PYTHON_SITELIBDIR%%/dosage/__init__.py X%%PYTHON_SITELIBDIR%%/dosage/version.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Zapiro.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Qwantz.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Spoonies.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Achewood.py X%%PYTHON_SITELIBDIR%%/dosage/modules/DMFA.py X%%PYTHON_SITELIBDIR%%/dosage/modules/CombustibleOrange.py X%%PYTHON_SITELIBDIR%%/dosage/modules/IrregularWebcomic.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Dominion.py X%%PYTHON_SITELIBDIR%%/dosage/modules/ScaryGoRound.py X%%PYTHON_SITELIBDIR%%/dosage/modules/UnicornJelly.py X%%PYTHON_SITELIBDIR%%/dosage/modules/OhMyGods.py X%%PYTHON_SITELIBDIR%%/dosage/modules/EntertainDome.py X%%PYTHON_SITELIBDIR%%/dosage/modules/AsIf.py X%%PYTHON_SITELIBDIR%%/dosage/modules/DoctorRoboto.py X%%PYTHON_SITELIBDIR%%/dosage/modules/ASofterWorld.py X%%PYTHON_SITELIBDIR%%/dosage/modules/ComicsDotCom.py X%%PYTHON_SITELIBDIR%%/dosage/modules/NoNeedForBushido.py X%%PYTHON_SITELIBDIR%%/dosage/modules/FragileGravity.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Freefall.py X%%PYTHON_SITELIBDIR%%/dosage/modules/SexyLosers.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Jack.py X%%PYTHON_SITELIBDIR%%/dosage/modules/CounterCulture.py X%%PYTHON_SITELIBDIR%%/dosage/modules/LifeOfConvenience.py X%%PYTHON_SITELIBDIR%%/dosage/modules/SluggyFreelance.py X%%PYTHON_SITELIBDIR%%/dosage/modules/ALessonIsLearned.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Wigu.py X%%PYTHON_SITELIBDIR%%/dosage/modules/JamesFrancis.py X%%PYTHON_SITELIBDIR%%/dosage/modules/BizarreUprising.py X%%PYTHON_SITELIBDIR%%/dosage/modules/GenrezvousPoint.py X%%PYTHON_SITELIBDIR%%/dosage/modules/SomethingPositive.py X%%PYTHON_SITELIBDIR%%/dosage/modules/UComics.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Pixel.py X%%PYTHON_SITELIBDIR%%/dosage/modules/LittleGamers.py X%%PYTHON_SITELIBDIR%%/dosage/modules/TheLounge.py X%%PYTHON_SITELIBDIR%%/dosage/modules/MakeWithTheFunny.py X%%PYTHON_SITELIBDIR%%/dosage/modules/KeenSpot.py X%%PYTHON_SITELIBDIR%%/dosage/modules/SuburbanTribe.py X%%PYTHON_SITELIBDIR%%/dosage/modules/CtrlAltDel.py X%%PYTHON_SITELIBDIR%%/dosage/modules/FilibusterCartoons.py X%%PYTHON_SITELIBDIR%%/dosage/modules/ButternutSquash.py X%%PYTHON_SITELIBDIR%%/dosage/modules/VGCats.py X%%PYTHON_SITELIBDIR%%/dosage/modules/DieselSweeties.py X%%PYTHON_SITELIBDIR%%/dosage/modules/PockyBot.py X%%PYTHON_SITELIBDIR%%/dosage/modules/MegaTokyo.py X%%PYTHON_SITELIBDIR%%/dosage/modules/QuestionableContent.py X%%PYTHON_SITELIBDIR%%/dosage/modules/RabidMonkeys.py X%%PYTHON_SITELIBDIR%%/dosage/modules/MadamAndEve.py X%%PYTHON_SITELIBDIR%%/dosage/modules/BrickShitHouse.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Chisuji.py X%%PYTHON_SITELIBDIR%%/dosage/modules/FreakCentral.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Goats.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Supafine.py X%%PYTHON_SITELIBDIR%%/dosage/modules/AstronomyPOTD.py X%%PYTHON_SITELIBDIR%%/dosage/modules/UserFriendly.py X%%PYTHON_SITELIBDIR%%/dosage/modules/WhiteNinja.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Misfile.py X%%PYTHON_SITELIBDIR%%/dosage/modules/DandyAndCompany.py X%%PYTHON_SITELIBDIR%%/dosage/modules/TwoTwoOneFour.py X%%PYTHON_SITELIBDIR%%/dosage/modules/AppleGeeks.py X%%PYTHON_SITELIBDIR%%/dosage/modules/AsylumOn5thStreet.py X%%PYTHON_SITELIBDIR%%/dosage/modules/TheParkingLotIsFull.py X%%PYTHON_SITELIBDIR%%/dosage/modules/FauxPas.py X%%PYTHON_SITELIBDIR%%/dosage/modules/SpellsAndWhistles.py X%%PYTHON_SITELIBDIR%%/dosage/modules/BoyOnAStickAndSlither.py X%%PYTHON_SITELIBDIR%%/dosage/modules/RadioactivePanda.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Loserz.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Comet7.py X%%PYTHON_SITELIBDIR%%/dosage/modules/TheFray.py X%%PYTHON_SITELIBDIR%%/dosage/modules/InkTank.py X%%PYTHON_SITELIBDIR%%/dosage/modules/AllGrownUp.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Girly.py X%%PYTHON_SITELIBDIR%%/dosage/modules/KiagiSwordscat.py X%%PYTHON_SITELIBDIR%%/dosage/modules/RealLife.py X%%PYTHON_SITELIBDIR%%/dosage/modules/RedMeat.py X%%PYTHON_SITELIBDIR%%/dosage/modules/SamAndFuzzy.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Sternstaub.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Creators.py X%%PYTHON_SITELIBDIR%%/dosage/modules/SnafuComics.py X%%PYTHON_SITELIBDIR%%/dosage/modules/ChugworthAcademy.py X%%PYTHON_SITELIBDIR%%/dosage/modules/AlienLovesPredator.py X%%PYTHON_SITELIBDIR%%/dosage/modules/MacHall.py X%%PYTHON_SITELIBDIR%%/dosage/modules/KingFeatures.py X%%PYTHON_SITELIBDIR%%/dosage/modules/DoemainOfOurOwn.py X%%PYTHON_SITELIBDIR%%/dosage/modules/PvPonline.py X%%PYTHON_SITELIBDIR%%/dosage/modules/PastelDefender.py X%%PYTHON_SITELIBDIR%%/dosage/modules/DunnBoyz.py X%%PYTHON_SITELIBDIR%%/dosage/modules/LessThanKate.py X%%PYTHON_SITELIBDIR%%/dosage/modules/WotNow.py X%%PYTHON_SITELIBDIR%%/dosage/modules/__init__.py X%%PYTHON_SITELIBDIR%%/dosage/modules/WiguTV.py X%%PYTHON_SITELIBDIR%%/dosage/modules/PennyArcade.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Spamusement.py X%%PYTHON_SITELIBDIR%%/dosage/modules/GlueMeat.py X%%PYTHON_SITELIBDIR%%/dosage/modules/StarCrossdDestiny.py X%%PYTHON_SITELIBDIR%%/dosage/modules/UnderPower.py X%%PYTHON_SITELIBDIR%%/dosage/modules/OurHomePlanet.py X%%PYTHON_SITELIBDIR%%/dosage/modules/LaurasComics.py X%%PYTHON_SITELIBDIR%%/dosage/modules/BiggerThanCheeses.py X%%PYTHON_SITELIBDIR%%/dosage/modules/ElsieHooper.py X%%PYTHON_SITELIBDIR%%/dosage/modules/HighPingBastard.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Fallen.py X%%PYTHON_SITELIBDIR%%/dosage/modules/EightBitTheater.py X%%PYTHON_SITELIBDIR%%/dosage/modules/helpers/BasicComicModule.py X%%PYTHON_SITELIBDIR%%/dosage/modules/helpers/XHTMLComicModule.py X%%PYTHON_SITELIBDIR%%/dosage/modules/helpers/__init__.py X%%PYTHON_SITELIBDIR%%/dosage/modules/helpers/BasicComicModule.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/helpers/XHTMLComicModule.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/helpers/__init__.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/helpers/BasicComicModule.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/helpers/XHTMLComicModule.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/helpers/__init__.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/TheOrderOfTheStick.py X%%PYTHON_SITELIBDIR%%/dosage/modules/Zapiro.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Qwantz.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Spoonies.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Achewood.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/DMFA.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/CombustibleOrange.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/IrregularWebcomic.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Dominion.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/ScaryGoRound.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/UnicornJelly.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/OhMyGods.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/EntertainDome.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/AsIf.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/DoctorRoboto.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/ASofterWorld.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/ComicsDotCom.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/NoNeedForBushido.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/FragileGravity.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Freefall.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/SexyLosers.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Jack.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/CounterCulture.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/LifeOfConvenience.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/SluggyFreelance.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/ALessonIsLearned.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Wigu.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/JamesFrancis.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/BizarreUprising.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/GenrezvousPoint.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/SomethingPositive.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/UComics.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Pixel.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/LittleGamers.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/TheLounge.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/MakeWithTheFunny.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/KeenSpot.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/SuburbanTribe.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/CtrlAltDel.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/FilibusterCartoons.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/ButternutSquash.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/VGCats.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/DieselSweeties.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/PockyBot.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/MegaTokyo.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/QuestionableContent.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/RabidMonkeys.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/MadamAndEve.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/BrickShitHouse.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Chisuji.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/FreakCentral.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Goats.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Supafine.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/AstronomyPOTD.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/UserFriendly.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/WhiteNinja.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Misfile.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/DandyAndCompany.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/TwoTwoOneFour.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/AppleGeeks.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/AsylumOn5thStreet.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/TheParkingLotIsFull.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/FauxPas.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/SpellsAndWhistles.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/BoyOnAStickAndSlither.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/RadioactivePanda.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Loserz.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Comet7.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/TheFray.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/InkTank.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/AllGrownUp.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Girly.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/KiagiSwordscat.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/RealLife.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/RedMeat.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/SamAndFuzzy.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Sternstaub.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Creators.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/SnafuComics.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/ChugworthAcademy.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/AlienLovesPredator.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/MacHall.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/KingFeatures.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/DoemainOfOurOwn.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/PvPonline.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/PastelDefender.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/DunnBoyz.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/LessThanKate.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/WotNow.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/__init__.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/WiguTV.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/PennyArcade.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Spamusement.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/GlueMeat.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/StarCrossdDestiny.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/UnderPower.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/OurHomePlanet.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/ElsieHooper.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/LaurasComics.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/BiggerThanCheeses.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/HighPingBastard.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Fallen.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/EightBitTheater.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/TheOrderOfTheStick.pyc X%%PYTHON_SITELIBDIR%%/dosage/modules/Zapiro.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Qwantz.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Spoonies.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Achewood.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/DMFA.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/CombustibleOrange.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/IrregularWebcomic.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Dominion.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/ScaryGoRound.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/UnicornJelly.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/OhMyGods.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/EntertainDome.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/AsIf.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Jack.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/DoctorRoboto.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/ASofterWorld.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/ComicsDotCom.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/NoNeedForBushido.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/FragileGravity.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Freefall.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/SexyLosers.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/CounterCulture.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/LifeOfConvenience.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/SluggyFreelance.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/ALessonIsLearned.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Wigu.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/JamesFrancis.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/BizarreUprising.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/GenrezvousPoint.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/SomethingPositive.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/UComics.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Pixel.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/TheLounge.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/LittleGamers.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/MakeWithTheFunny.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/KeenSpot.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/SuburbanTribe.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/CtrlAltDel.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/FilibusterCartoons.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/ButternutSquash.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/VGCats.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/DieselSweeties.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/PockyBot.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/MegaTokyo.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/QuestionableContent.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/RabidMonkeys.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/MadamAndEve.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/BrickShitHouse.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Chisuji.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/FreakCentral.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Goats.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Supafine.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/AstronomyPOTD.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/UserFriendly.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/WhiteNinja.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Misfile.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/DandyAndCompany.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/TwoTwoOneFour.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/AppleGeeks.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/AsylumOn5thStreet.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/TheParkingLotIsFull.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/FauxPas.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/SpellsAndWhistles.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/BoyOnAStickAndSlither.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/RadioactivePanda.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Loserz.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Comet7.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/TheFray.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/InkTank.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/AllGrownUp.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Girly.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/RealLife.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/KiagiSwordscat.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/RedMeat.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/SamAndFuzzy.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Sternstaub.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Creators.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/SnafuComics.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/ChugworthAcademy.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/AlienLovesPredator.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/MacHall.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/KingFeatures.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/DoemainOfOurOwn.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/PvPonline.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/PastelDefender.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/DunnBoyz.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/LessThanKate.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/WotNow.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/__init__.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/WiguTV.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/PennyArcade.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Spamusement.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/GlueMeat.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/StarCrossdDestiny.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/UnderPower.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/OurHomePlanet.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/LaurasComics.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/BiggerThanCheeses.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/ElsieHooper.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/HighPingBastard.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/Fallen.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/EightBitTheater.pyo X%%PYTHON_SITELIBDIR%%/dosage/modules/TheOrderOfTheStick.pyo X%%PYTHON_SITELIBDIR%%/dosage/Rss.pyc X%%PYTHON_SITELIBDIR%%/dosage/main.pyc X%%PYTHON_SITELIBDIR%%/dosage/progress.pyc X%%PYTHON_SITELIBDIR%%/dosage/events.pyc X%%PYTHON_SITELIBDIR%%/dosage/comic.pyc X%%PYTHON_SITELIBDIR%%/dosage/util.pyc X%%PYTHON_SITELIBDIR%%/dosage/output.pyc X%%PYTHON_SITELIBDIR%%/dosage/__init__.pyc X%%PYTHON_SITELIBDIR%%/dosage/version.pyc X%%PYTHON_SITELIBDIR%%/dosage/Rss.pyo X%%PYTHON_SITELIBDIR%%/dosage/main.pyo X%%PYTHON_SITELIBDIR%%/dosage/progress.pyo X%%PYTHON_SITELIBDIR%%/dosage/events.pyo X%%PYTHON_SITELIBDIR%%/dosage/comic.pyo X%%PYTHON_SITELIBDIR%%/dosage/util.pyo X%%PYTHON_SITELIBDIR%%/dosage/output.pyo X%%PYTHON_SITELIBDIR%%/dosage/__init__.pyo X%%PYTHON_SITELIBDIR%%/dosage/version.pyo X@dirrm %%PYTHON_SITELIBDIR%%/dosage/modules/helpers X@dirrm %%PYTHON_SITELIBDIR%%/dosage/modules X@dirrm %%PYTHON_SITELIBDIR%%/dosage END-of-dosage/pkg-plist echo x - dosage/pkg-descr sed 's/^X//' >dosage/pkg-descr << 'END-of-dosage/pkg-descr' XDosage is an application designed to keep a local "mirror" of specific web Xcomics, and other picture-based content such as Picture of the Day sites, Xwith a variety of options for updating and maintaining comics. XDosage supports a recursive "catch-up" method, where it traverses a comic Xby essentially "visiting" previous comics and picking out the comics. XDosage is written entirely in Python, and relies on regular expressions to Xdo most of the grunt work. X XWWW: http://slipgate.za.net/dosage/ END-of-dosage/pkg-descr exit --- dosage.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 00:40:12 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A739B16A4CE for ; Sat, 5 Feb 2005 00:40:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E9343D49 for ; Sat, 5 Feb 2005 00:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j150eCCG052219 for ; Sat, 5 Feb 2005 00:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j150eCoO052218; Sat, 5 Feb 2005 00:40:12 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 00:40:12 GMT Resent-Message-Id: <200502050040.j150eCoO052218@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, grega Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1368F16A4CE for ; Sat, 5 Feb 2005 00:39:01 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD4943D1D for ; Sat, 5 Feb 2005 00:39:00 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j150d0Ge038997 for ; Sat, 5 Feb 2005 00:39:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j150d0gG038996; Sat, 5 Feb 2005 00:39:00 GMT (envelope-from nobody) Message-Id: <200502050039.j150d0gG038996@www.freebsd.org> Date: Sat, 5 Feb 2005 00:39:00 GMT From: grega To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77115: jdk15 and amd64, ${ARCH} bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 00:40:12 -0000 >Number: 77115 >Category: ports >Synopsis: jdk15 and amd64, ${ARCH} bug >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 05 00:40:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: grega >Release: 5-3-RELEASE >Organization: / >Environment: FreeBSD ares.lan 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #6: Fri Feb 4 19:16:07 CET 2005 edini@ares.lan:/usr/obj/usr/src/sys/ARES amd64 >Description: if you try to install jdk15 (/usr/ports/java/jdk15), ports try to fetch glibc-common-2.3.2-4.80.8.amd64.rpm (as a dependency). rpm of glibc-common for amd64 dont exist... >How-To-Repeat: fix the Makefile in /usr/ports/emulators/linux_base-8 >Fix: sorry >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 00:44:14 2005 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 847CE16A4CE; Sat, 5 Feb 2005 00:44:14 +0000 (GMT) Received: from barton.dreadbsd.org (massena-4-82-67-196-50.fbx.proxad.net [82.67.196.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD85C43D45; Sat, 5 Feb 2005 00:44:13 +0000 (GMT) (envelope-from antoine@massena-4-82-67-196-50.fbx.proxad.net) Received: from barton.dreadbsd.org (localhost [127.0.0.1]) by barton.dreadbsd.org (8.13.1/8.13.1) with ESMTP id j150iCLl027487; Sat, 5 Feb 2005 01:44:12 +0100 (CET) (envelope-from antoine@massena-4-82-67-196-50.fbx.proxad.net) Received: (from antoine@localhost) by barton.dreadbsd.org (8.13.1/8.13.1/Submit) id j150iCfV027486; Sat, 5 Feb 2005 01:44:12 +0100 (CET) (envelope-from antoine) Date: Sat, 5 Feb 2005 01:44:11 +0100 From: Antoine Brodin To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-Id: <20050205014411.0d06918e.antoine.brodin@laposte.net> In-Reply-To: <200502050020.j150KNGj050290@freefall.freebsd.org> References: <200502050016.j150Gvoh027238@barton.dreadbsd.org> <200502050020.j150KNGj050290@freefall.freebsd.org> X-Mailer: Sylpheed version 1.0.0rc (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: ports/77114: New Port: deskutils/dosage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 00:44:14 -0000 This port should probably be put in deskutils/py-dosage and not in deskutils/dosage. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 00:50:15 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D08116A4CE for ; Sat, 5 Feb 2005 00:50:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6453643D39 for ; Sat, 5 Feb 2005 00:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j150oF0u052478 for ; Sat, 5 Feb 2005 00:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j150oEHl052476; Sat, 5 Feb 2005 00:50:14 GMT (envelope-from gnats) Date: Sat, 5 Feb 2005 00:50:14 GMT Message-Id: <200502050050.j150oEHl052476@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Antoine Brodin Subject: Re: ports/77114: New Port: deskutils/dosage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antoine Brodin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 00:50:15 -0000 The following reply was made to PR ports/77114; it has been noted by GNATS. From: Antoine Brodin To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/77114: New Port: deskutils/dosage Date: Sat, 5 Feb 2005 01:44:11 +0100 This port should probably be put in deskutils/py-dosage and not in deskutils/dosage. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 01:20:14 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 123DB16A4CE; Sat, 5 Feb 2005 01:20:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC30543D3F; Sat, 5 Feb 2005 01:20:13 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j151KDch057303; Sat, 5 Feb 2005 01:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j151KDnJ057299; Sat, 5 Feb 2005 01:20:13 GMT (envelope-from edwin) Date: Sat, 5 Feb 2005 01:20:13 GMT From: Edwin Groothuis Message-Id: <200502050120.j151KDnJ057299@freefall.freebsd.org> To: tux@pinguru.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77066: Update port: net/pear-Net_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: Sat, 05 Feb 2005 01:20:14 -0000 Synopsis: Update port: net/pear-Net_POP3 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Sat Feb 5 01:20:12 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77066 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 01:21:02 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FC5216A4CF; Sat, 5 Feb 2005 01:21:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 139A243D5A; Sat, 5 Feb 2005 01:21:01 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j151L1MB057461; Sat, 5 Feb 2005 01:21:01 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j151L1Ti057457; Sat, 5 Feb 2005 01:21:01 GMT (envelope-from edwin) Date: Sat, 5 Feb 2005 01:21:01 GMT From: Edwin Groothuis Message-Id: <200502050121.j151L1Ti057457@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77057: Update port: devel/pear-PHPUnit2 to 2.2.0beta4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 01:21:02 -0000 Synopsis: Update port: devel/pear-PHPUnit2 to 2.2.0beta4 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Sat Feb 5 01:20:17 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77057 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 01:23:44 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E49616A4ED; Sat, 5 Feb 2005 01:23:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE8943D2D; Sat, 5 Feb 2005 01:23:40 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j151Nej8057524; Sat, 5 Feb 2005 01:23:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j151Neer057520; Sat, 5 Feb 2005 01:23:40 GMT (envelope-from edwin) Date: Sat, 5 Feb 2005 01:23:40 GMT From: Edwin Groothuis Message-Id: <200502050123.j151Neer057520@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77032: Update port: sysutils/pear-File to 1.1.0RC4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 01:23:44 -0000 Synopsis: Update port: sysutils/pear-File to 1.1.0RC4 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Sat Feb 5 01:23:39 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77032 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 01:24:42 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C937C16A4F0; Sat, 5 Feb 2005 01:24:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2B2443D1F; Sat, 5 Feb 2005 01:24:39 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j151OdGN057575; Sat, 5 Feb 2005 01:24:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j151OdZE057571; Sat, 5 Feb 2005 01:24:39 GMT (envelope-from edwin) Date: Sat, 5 Feb 2005 01:24:39 GMT From: Edwin Groothuis Message-Id: <200502050124.j151OdZE057571@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77018: MAINTAINER FIX: www/pear-HTTP_Client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 01:24:42 -0000 Synopsis: MAINTAINER FIX: www/pear-HTTP_Client State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Sat Feb 5 01:24:38 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77018 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 02:40:08 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54C6216A4CE for ; Sat, 5 Feb 2005 02:40:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1688E43D49 for ; Sat, 5 Feb 2005 02:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j152e7QP066035 for ; Sat, 5 Feb 2005 02:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j152e7ph066034; Sat, 5 Feb 2005 02:40:07 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 02:40:07 GMT Resent-Message-Id: <200502050240.j152e7ph066034@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Buelow Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE65916A4CE for ; Sat, 5 Feb 2005 02:30:27 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DAD643D3F for ; Sat, 5 Feb 2005 02:30:27 +0000 (GMT) (envelope-from mkb@luzifer.incubus.de) Received: by luzifer.incubus.de (Postfix, from userid 1002) id 00F8130E54; Sat, 5 Feb 2005 03:30:26 +0100 (CET) Message-Id: <20050205023026.00F8130E54@luzifer.incubus.de> Date: Sat, 5 Feb 2005 03:30:26 +0100 (CET) From: Matthias Buelow To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77117: please update ports/lang/moscow_ml to 2.01 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthias Buelow List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 02:40:08 -0000 >Number: 77117 >Category: ports >Synopsis: please update ports/lang/moscow_ml to 2.01 >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 Feb 05 02:40:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Matthias Buelow >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD xxx 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Dec 23 07:42:46 CET 2004 xxx:/usr/obj/usr/src/sys/xxx i386 >Description: Moscow ML is an implementation of the Standard ML programming language. The ports system bundles Moscow ML version 2.0. However, mosml 2.0 seems to have some date related bugs: (Quoting from http://www.dina.dk/~sestoft/mosml.html:) Jan 12, 2004: Ouch! Moscow ML 2.00 has several Y2004 bugs in the handling of times. These bugs have been fixed in Moscow ML 2.01, available below in source form and in binary form (for Windows 32). Moscow ML 2.01 is otherwise completely compatible with 2.00. >How-To-Repeat: >Fix: Update the port to 2.01. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 02:50:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AE5216A4CF for ; Sat, 5 Feb 2005 02:50:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1E1243D39 for ; Sat, 5 Feb 2005 02:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j152oHGP066262 for ; Sat, 5 Feb 2005 02:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j152oHJ4066261; Sat, 5 Feb 2005 02:50:17 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 02:50:17 GMT Resent-Message-Id: <200502050250.j152oHJ4066261@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Schmehl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEF4216A4CF for ; Sat, 5 Feb 2005 02:40:40 +0000 (GMT) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6273C43D4C for ; Sat, 5 Feb 2005 02:40:40 +0000 (GMT) (envelope-from root@utdallas.edu) Received: from buttercup2.utdallas.edu (buttercup2.utdallas.edu [10.110.3.83]) by smtp1.utdallas.edu (Postfix) with ESMTP id 0C509388FCC for ; Fri, 4 Feb 2005 20:40:39 -0600 (CST) Received: by buttercup2.utdallas.edu (Postfix, from userid 0) id E31323C80B2; Fri, 4 Feb 2005 20:38:08 -0600 (CST) Message-Id: <20050205023808.E31323C80B2@buttercup2.utdallas.edu> Date: Fri, 4 Feb 2005 20:38:08 -0600 (CST) From: Paul Schmehl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77118: Corrections to pkg-plist file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Schmehl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 02:50:18 -0000 >Number: 77118 >Category: ports >Synopsis: Corrections to pkg-plist file >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 Feb 05 02:50:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Paul Schmehl >Release: FreeBSD 4.9-SECURITY i386 >Organization: >Environment: System: FreeBSD unknown.utdallas.edu 4.9-SECURITY FreeBSD 4.9-SECURITY #0: Mon Jun 7 18:02:41 GMT 2004 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Added logic to the pkg-plist file to only remove the base directory if the base_conf.php file had not been altered This change eliminates errors during deinstall if the base_conf.php file exists, even if it has not changed >How-To-Repeat: >Fix: --- pkg-plist begins here --- @unexec if [ -f %D/www/base/base_conf.php ] && cmp -s %D/www/base/base_conf.php %D/www/base/base_conf.php.dist; then rm -f %D/www/base/base_conf.php; fi www/base/admin/base_roleadmin.php www/base/admin/base_useradmin.php www/base/admin/index.php www/base/base_ag_common.php www/base/base_ag_main.php www/base/base_common.php www/base/base_conf.php.dist www/base/base_db_common.php www/base/base_db_setup.php www/base/base_denied.php www/base/base_footer.php www/base/base_graph_common.php www/base/base_graph_display.php www/base/base_graph_form.php www/base/base_graph_main.php www/base/base_hdr1.php www/base/base_hdr2.php www/base/base_main.php www/base/base_maintenance.php www/base/base_qry_alert.php www/base/base_qry_common.php www/base/base_qry_form.php www/base/base_qry_main.php www/base/base_qry_sqlcalls.php www/base/base_stat_alerts.php www/base/base_stat_class.php www/base/base_stat_common.php www/base/base_stat_ipaddr.php www/base/base_stat_iplink.php www/base/base_stat_ports.php www/base/base_stat_sensor.php www/base/base_stat_time.php www/base/base_stat_uaddr.php www/base/base_user.php www/base/docs/CHANGELOG www/base/docs/CREDITS www/base/docs/GPL www/base/docs/README www/base/docs/README.mssql www/base/docs/TODO www/base/docs/UPGRADE www/base/help/base_app_faq.php www/base/help/base_help.php www/base/help/base_setup_help.php www/base/images/button_delete.png www/base/images/button_edit.png www/base/images/button_exclamation.png www/base/images/greencheck.gif www/base/images/greencheck.png www/base/images/redcheck.gif www/base/includes/base_action.inc.php www/base/includes/base_auth.inc.php www/base/includes/base_cache.inc.php www/base/includes/base_capabilities.php www/base/includes/base_constants.inc.php www/base/includes/base_db.inc.php www/base/includes/base_include.inc.php www/base/includes/base_log_error.inc.php www/base/includes/base_log_timing.inc.php www/base/includes/base_net.inc.php www/base/includes/base_output_html.inc.php www/base/includes/base_output_query.inc.php www/base/includes/base_setup.inc.php www/base/includes/base_signature.inc.php www/base/includes/base_state_citems.inc.php www/base/includes/base_state_common.inc.php www/base/includes/base_state_criteria.inc.php www/base/includes/base_state_query.inc.php www/base/includes/base_template.php www/base/includes/base_user.inc.php www/base/includes/class.ezpdf.php www/base/includes/class.pdf.php www/base/index.php www/base/languages/chinese.lang.php www/base/languages/danish.lang.php www/base/languages/english.lang.php www/base/languages/finnish.lang.php www/base/languages/french.lang.php www/base/languages/german.lang.php www/base/languages/index.php www/base/languages/indonesian.lang.php www/base/languages/italian.lang.php www/base/languages/japanese.lang.php www/base/languages/norwegian.lang.php www/base/languages/portuguese.lang.php www/base/languages/russian.lang.php www/base/languages/spanish.lang.php www/base/languages/swedish.lang.php www/base/setup/base_conf_contents.php www/base/setup/index.php www/base/setup/setup1.php www/base/setup/setup2.php www/base/setup/setup3.php www/base/setup/setup4.php www/base/setup/setup5.php www/base/sql/acid2base_tbls_mssql.sql www/base/sql/acid2base_tbls_mysql.sql www/base/sql/acid2base_tbls_pgsql.sql www/base/sql/create_base_tbls_mssql.sql www/base/sql/create_base_tbls_mssql_extra.sql www/base/sql/create_base_tbls_mysql.sql www/base/sql/create_base_tbls_pgsql.sql www/base/sql/create_base_tbls_pgsql_extra.sql www/base/sql/upgrade_0.9.x_to_1.0-mysql.sql www/base/styles/base_style.css @dirrm www/base/styles @dirrm www/base/sql @dirrm www/base/setup @dirrm www/base/languages @dirrm www/base/includes/template/default @dirrm www/base/includes/template @dirrm www/base/includes @dirrm www/base/images @dirrm www/base/help @dirrm www/base/docs @dirrm www/base/admin @unexec if [ ! -f %D/www/base/base_conf.php ]; then rmdir %D/www/base; fi --- pkg-plist ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 05:30:17 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86A2E16A4CE for ; Sat, 5 Feb 2005 05:30:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CFA843D41 for ; Sat, 5 Feb 2005 05:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j155UHKS094350 for ; Sat, 5 Feb 2005 05:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j155UHCL094348; Sat, 5 Feb 2005 05:30:17 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 05:30:17 GMT Resent-Message-Id: <200502050530.j155UHCL094348@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ying-Chieh Chen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11CBC16A4CE for ; Sat, 5 Feb 2005 05:23:46 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B5E43D58 for ; Sat, 5 Feb 2005 05:23:45 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j155NjZ3088993 for ; Sat, 5 Feb 2005 05:23:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j155Nj1C088992; Sat, 5 Feb 2005 05:23:45 GMT (envelope-from nobody) Message-Id: <200502050523.j155Nj1C088992@www.freebsd.org> Date: Sat, 5 Feb 2005 05:23:45 GMT From: Ying-Chieh Chen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77120: Dirty hack to make ggz-client-libs detect libggz X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 05:30:17 -0000 >Number: 77120 >Category: ports >Synopsis: Dirty hack to make ggz-client-libs detect libggz >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 Feb 05 05:30:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: 4.10-RELEASE-p4 >Organization: MANA lab, CCU CS >Environment: FreeBSD nb.mana.cs.ccu.edu.tw 4.10-RELEASE-p4 FreeBSD 4.10-RELEASE-p4 #2: Thu Nov 25 15:14:47 CST 2004 root@nb.mana.cs.ccu.edu.tw:/usr/obj/usr/src/sys/KERNEL i386 >Description: In ggz-client-libs, the "configure" script detects libggz by locating ${PREFIX}/lib/libggz.la, but libggz.la is not installed in FreeBSD. The problem is solved in the current CVS tree, but before the next release appears, I should use a dirty hack to make the "configure" script detect libggz by locating ${PREFIX}/lib/libggz.so instead of ${PREFIX}/lib/libggz.la . PORTREVISION is also defined to reflect the dirty fix. Please commit it, thanks! >How-To-Repeat: cd /usr/ports/games/ggz-client-libs; make configure >Fix: Apply the following patch: diff -ruN /usr/ports/games/ggz-client-libs/Makefile ggz-client-libs/Makefile --- /usr/ports/games/ggz-client-libs/Makefile Fri Jan 28 17:56:50 2005 +++ ggz-client-libs/Makefile Sat Feb 5 10:31:01 2005 @@ -8,6 +8,7 @@ PORTNAME= ggz-client-libs PORTVERSION= 0.0.10 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} @@ -37,6 +38,7 @@ post-patch: @${REINPLACE_CMD} -e 's|LIBGGZ_INCLUDES=.*$$|LIBGGZ_INCLUDES=|g ; \ - s|LIBGGZ_LDFLAGS=.*$$|LIBGGZ_LDFLAGS=|g' ${WRKSRC}/configure + s|LIBGGZ_LDFLAGS=.*$$|LIBGGZ_LDFLAGS=|g ; \ + s|libggz.la|libggz.so|g' ${WRKSRC}/configure .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 07:20:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0735816A4CF for ; Sat, 5 Feb 2005 07:20:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA21443D2F for ; Sat, 5 Feb 2005 07:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j157KKEn036846 for ; Sat, 5 Feb 2005 07:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j157KKiN036840; Sat, 5 Feb 2005 07:20:20 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 07:20:20 GMT Resent-Message-Id: <200502050720.j157KKiN036840@freefall.freebsd.org> 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 A.Ukhov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F7A16A4F5 for ; Sat, 5 Feb 2005 07:16:34 +0000 (GMT) Received: from sml.tomsk.ru (sgmulib.city.tsu.ru [212.192.106.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 136D543D46 for ; Sat, 5 Feb 2005 07:16:33 +0000 (GMT) (envelope-from ukhov@sml.tomsk.ru) Received: (qmail 66648 invoked by uid 0); 5 Feb 2005 07:16:30 -0000 Message-Id: <20050205071630.66647.qmail@sml.tomsk.ru> Date: 5 Feb 2005 07:16:30 -0000 From: "Alexey A.Ukhov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77121: fixed serious bug in AxKit::CharsetConv class. Updated to AxKit 1.6.2 version. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Alexey A.Ukhov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 07:20:21 -0000 >Number: 77121 >Category: ports >Synopsis: fixed serious bug in AxKit::CharsetConv class. Updated to AxKit 1.6.2 version. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 05 07:20:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alexey A. Ukhov >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: startext Unternehmensberatung GmbH >Environment: System: FreeBSD sml.tomsk.ru 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #1: Sun Jan 16 20:27:10 NOVT 2005 ukhov@sml.tomsk.ru:/usr/obj/usr/src/sys/Gateway i386 >Description: Fixed critical bug in AxKit::CharsetConv class. We had crash of Apache child and multiple errors in log file like httpd in free(): error: pointer to wrong page httpd in free(): error: pointer to wrong page httpd in free(): error: pointer to wrong page Updated to AxKit 1.6.2 version. >How-To-Repeat: Just use Apache::AxKit::CharsetConv class { my $encoding = ; my $iconv = Apache::AxKit::CharsetConv->new($encoding,"UTF-8"); $query = $iconv->convert($query); } On exit from local scope you will have apache child crash and zero length request in browser. >Fix: In file CharsetConv.xs, line 197 changed free(self); to Safefree(self); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 07:30:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18C6D16A4CE for ; Sat, 5 Feb 2005 07:30:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D1743D2F for ; Sat, 5 Feb 2005 07:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j157UIu0037133 for ; Sat, 5 Feb 2005 07:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j157UIXX037131; Sat, 5 Feb 2005 07:30:18 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 07:30:18 GMT Resent-Message-Id: <200502050730.j157UIXX037131@freefall.freebsd.org> 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 A.Ukhov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 978F416A4CE for ; Sat, 5 Feb 2005 07:27:23 +0000 (GMT) Received: from sml.tomsk.ru (sgmulib.city.tsu.ru [212.192.106.206]) by mx1.FreeBSD.org (Postfix) with SMTP id EDE4E43D53 for ; Sat, 5 Feb 2005 07:27:19 +0000 (GMT) (envelope-from ukhov@sml.tomsk.ru) Received: (qmail 69935 invoked by uid 0); 5 Feb 2005 07:27:18 -0000 Message-Id: <20050205072718.69934.qmail@sml.tomsk.ru> Date: 5 Feb 2005 07:27:18 -0000 From: "Alexey A.Ukhov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77122: fixed serious bug in AxKit::CharsetConv class. Updated to AxKit 1.6.2 version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Alexey A.Ukhov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 07:30:19 -0000 >Number: 77122 >Category: ports >Synopsis: fixed serious bug in AxKit::CharsetConv class. Updated to AxKit 1.6.2 version >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 05 07:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alexey A. Ukhov >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: startext Unternehmensberatung GmbH >Environment: System: FreeBSD sml.tomsk.ru 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #1: Sun Jan 16 20:27:10 NOVT 2005 ukhov@sml.tomsk.ru:/usr/obj/usr/src/sys/Gateway i386 >Description: !!! I sent this bug before, but forgot to attach port itself !!! Fixed critical bug in AxKit::CharsetConv class. We had crash of Apache child and multiple errors in log file like httpd in free(): error: pointer to wrong page httpd in free(): error: pointer to wrong page httpd in free(): error: pointer to wrong page Updated to AxKit 1.6.2 version. >How-To-Repeat: Just use Apache::AxKit::CharsetConv class { my $encoding = ; my $iconv = Apache::AxKit::CharsetConv->new($encoding,"UTF-8"); $query = $iconv->convert($query); } On exit from local scope you will have apache child crash and zero length request in browser. >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: # # p5-AxKit # p5-AxKit/Makefile # p5-AxKit/distinfo # p5-AxKit/pkg-descr # p5-AxKit/pkg-message # p5-AxKit/pkg-plist # p5-AxKit/files # p5-AxKit/files/patch-AxKit::CharsetConv.xs # echo c - p5-AxKit mkdir -p p5-AxKit > /dev/null 2>&1 echo x - p5-AxKit/Makefile sed 's/^X//' >p5-AxKit/Makefile << 'END-of-p5-AxKit/Makefile' X# Ports collection Makefile for: AxKit X# Date created: 17 Jan 2001 X# Whom: dom@happygiraffe.net X# X# $FreeBSD: ports/www/p5-AxKit/Makefile,v 1.14 2004/03/30 19:56:43 krion Exp $ X# X XPORTNAME= AxKit XPORTVERSION= 1.6.2 XCATEGORIES= www XMASTER_SITES= http://www.axkit.org/download/ XPKGNAMEPREFIX= p5- X XMAINTAINER= dom@happygiraffe.net XCOMMENT= XML Delivery Toolkit for Apache/Perl X XBUILD_DEPENDS= \ X ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq \ X ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ X ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ X ${SITE_PERL}/${PERL_ARCH}/HTTP/GHTTP.pm:${PORTSDIR}/www/p5-HTTP-GHTTP \ X ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ X ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ X ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ X ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \ X ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ X ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ X ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath XRUN_DEPENDS= ${BUILD_DEPENDS} X X# XXX Glitch in this release... XWRKSRC= ${WRKDIR}/${PORTNAME}-1.62 X X#MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= \ X Apache::AxKit::Language.3 \ X Apache::AxKit::Language::AxPoint.3 \ X Apache::AxKit::Language::HtmlDoc.3 \ X Apache::AxKit::Language::SAXMachines.3 \ X Apache::AxKit::Language::XPathScript.3 \ X Apache::AxKit::Language::XSP.3 \ X Apache::AxKit::Language::XSP::SimpleTaglib.3 \ X Apache::AxKit::Language::XSP::TaglibHelper.3 \ X Apache::AxKit::MediaChooser::WAPCheck.3 \ X Apache::AxKit::Plugin::Fragment.3 \ X Apache::AxKit::Plugin::Passthru.3 \ X Apache::AxKit::Plugin::QueryStringCache.3 \ X Apache::AxKit::Provider.3 \ X Apache::AxKit::Provider::FileWrite.3 \ X Apache::AxKit::StyleChooser::Cookie.3 \ X Apache::AxKit::StyleChooser::FileSuffix.3 \ X Apache::AxKit::StyleChooser::PathInfo.3 \ X Apache::AxKit::StyleChooser::QueryString.3 \ X Apache::AxKit::StyleChooser::UserAgent.3 \ X AxKit.3 X XUSE_ICONV= yes XPERL_CONFIGURE= yes XCONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' \ X LIBS='-L${LOCALBASE}/lib' \ X OPTIMIZE="${CFLAGS}" XCONFIGURE_ENV+= PERL_EXTUTILS_AUTOINSTALL='--defaultdeps' X XEX_DIR=${PREFIX}/share/examples/${PORTNAME} Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${EX_DIR} X ${INSTALL_DATA} ${WRKSRC}/examples/* ${EX_DIR} X ${CP} -R ${WRKSRC}/axkit.org ${EX_DIR} X.endif X X.include END-of-p5-AxKit/Makefile echo x - p5-AxKit/distinfo sed 's/^X//' >p5-AxKit/distinfo << 'END-of-p5-AxKit/distinfo' XMD5 (AxKit-1.6.2.tar.gz) = 1634ad62ac941c7d2ee3b1a2d129c14a XSIZE (AxKit-1.6.2.tar.gz) = 305698 END-of-p5-AxKit/distinfo echo x - p5-AxKit/pkg-descr sed 's/^X//' >p5-AxKit/pkg-descr << 'END-of-p5-AxKit/pkg-descr' XAxKit --- XML Delivery Toolkit for Apache X XAxKit allows serving XML pages through Apache and mod_perl. It uses XXSLT stylesheets to transform pages before sending them to the browser. XIt also allows Perl stylesheets for extra flexibility. X XAxKit has good caching of results, and can be up to 80% of the speed of XApache when serving from it's cache. X XWWW: http://www.axkit.org/ END-of-p5-AxKit/pkg-descr echo x - p5-AxKit/pkg-message sed 's/^X//' >p5-AxKit/pkg-message << 'END-of-p5-AxKit/pkg-message' XPlease consult ``man AxKit'' for instructions on installing AxKit into Xyour Apache configuration. X XNB: This version of AxKit is only compiled with the ability to use XSLT Xstylesheets. If you wish to use XPathScript or XSP, you must also Xinstall the p5-XML-Sablotron port/package. However, you must also Xrecompile your Apache binary to *not* include a builtin version of Xexpat. To see if you need to do this, type in: X X strings `which httpd` | grep XML X XIf this produces any output, you must recompile apache passing the X--disable-rule=EXPAT argument to the configure program. See the FAQ on Xhttp://axkit.org for full details. END-of-p5-AxKit/pkg-message echo x - p5-AxKit/pkg-plist sed 's/^X//' >p5-AxKit/pkg-plist << 'END-of-p5-AxKit/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Cache.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/CharsetConv.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/CharsetConv.xs X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/ConfigReader.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Exception.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/AxPoint.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/HtmlDoc.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/LibXSLT.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/PassiveTeX.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/Query.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/SAXMachines.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/Sablot.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XMLNewsNITF.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XMLNewsRDF.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XPathScript.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP/SimpleTaglib.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP/TaglibHelper.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Makefile.PL X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/MediaChooser/WAPCheck.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/Fragment.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/Passthru.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/QueryStringCache.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider/File.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider/FileWrite.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider/Filter.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider/Scalar.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/Cookie.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/FileSuffix.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/PathInfo.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/QueryString.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/UserAgent.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/typemap X%%SITE_PERL%%/%%PERL_ARCH%%/AxKit.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv/CharsetConv.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv/CharsetConv.so X%%SITE_PERL%%/%%PERL_ARCH%%/auto/AxKit/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/auto/AxKit/AxKit.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/AxKit/AxKit.so Xshare/examples/AxKit/axkit.org/docs/associating_stylesheets.xml Xshare/examples/AxKit/axkit.org/docs/index.xml Xshare/examples/AxKit/axkit.org/docs/introduction.dkb Xshare/examples/AxKit/axkit.org/docs/presentations/tpc2001/ax_logo.png Xshare/examples/AxKit/axkit.org/docs/presentations/tpc2001/redbg.png Xshare/examples/AxKit/axkit.org/docs/presentations/tpc2001/tpc-axkit.axp Xshare/examples/AxKit/axkit.org/docs/provider-howto.dkb Xshare/examples/AxKit/axkit.org/docs/quick_start.dkb Xshare/examples/AxKit/axkit.org/docs/xpathscript/guide.dkb Xshare/examples/AxKit/axkit.org/docs/xsp/guide.dkb Xshare/examples/AxKit/axkit.org/docs/xsp/index.xml Xshare/examples/AxKit/axkit.org/examples/cv.css Xshare/examples/AxKit/axkit.org/examples/cv.xml Xshare/examples/AxKit/axkit.org/examples/cv.xps Xshare/examples/AxKit/axkit.org/examples/cv_example.xml Xshare/examples/AxKit/axkit.org/examples/docbook.dkb Xshare/examples/AxKit/axkit.org/examples/resume.dtd Xshare/examples/AxKit/axkit.org/faq.xml Xshare/examples/AxKit/axkit.org/features.xml Xshare/examples/AxKit/axkit.org/img/arrow.gif Xshare/examples/AxKit/axkit.org/img/arrow_sel.gif Xshare/examples/AxKit/axkit.org/img/banner2.gif Xshare/examples/AxKit/axkit.org/img/banner3.gif Xshare/examples/AxKit/axkit.org/img/banner_axkit.gif Xshare/examples/AxKit/axkit.org/img/banner_bg.gif Xshare/examples/AxKit/axkit.org/img/banner_end.gif Xshare/examples/AxKit/axkit.org/img/bg.gif Xshare/examples/AxKit/axkit.org/img/bullet.gif Xshare/examples/AxKit/axkit.org/img/corner_logo.jpg Xshare/examples/AxKit/axkit.org/img/corner_logo.png Xshare/examples/AxKit/axkit.org/img/nav_bot.gif Xshare/examples/AxKit/axkit.org/img/nav_left.gif Xshare/examples/AxKit/axkit.org/img/nav_right.gif Xshare/examples/AxKit/axkit.org/img/nav_top.gif Xshare/examples/AxKit/axkit.org/img/pix.gif Xshare/examples/AxKit/axkit.org/img/rcorner_br.gif Xshare/examples/AxKit/axkit.org/img/rcorner_wh.gif Xshare/examples/AxKit/axkit.org/img/vsep.gif Xshare/examples/AxKit/axkit.org/index.xml Xshare/examples/AxKit/axkit.org/install.xml Xshare/examples/AxKit/axkit.org/license.xml Xshare/examples/AxKit/axkit.org/mailinglist.xml Xshare/examples/AxKit/axkit.org/news.xml Xshare/examples/AxKit/axkit.org/sidebar.xml Xshare/examples/AxKit/axkit.org/stylesheets/axkit.css Xshare/examples/AxKit/axkit.org/stylesheets/axkit_html.css Xshare/examples/AxKit/axkit.org/stylesheets/body_print_html.xps Xshare/examples/AxKit/axkit.org/stylesheets/body_tag_html.xps Xshare/examples/AxKit/axkit.org/stylesheets/docbook_example.xml Xshare/examples/AxKit/axkit.org/stylesheets/docbook_print.xps Xshare/examples/AxKit/axkit.org/stylesheets/docbook_screen.xps Xshare/examples/AxKit/axkit.org/stylesheets/docbook_tags.xps Xshare/examples/AxKit/axkit.org/stylesheets/error.xps Xshare/examples/AxKit/axkit.org/stylesheets/error.xsl Xshare/examples/AxKit/axkit.org/stylesheets/irc.xps Xshare/examples/AxKit/axkit.org/stylesheets/navbar_html.xps Xshare/examples/AxKit/axkit.org/stylesheets/new/rdf_html.xps Xshare/examples/AxKit/axkit.org/stylesheets/new/sidebar_html.xps Xshare/examples/AxKit/axkit.org/stylesheets/new/webpage_html.xps Xshare/examples/AxKit/axkit.org/stylesheets/rdf_html.xps Xshare/examples/AxKit/axkit.org/stylesheets/sidebar_html.xps Xshare/examples/AxKit/axkit.org/stylesheets/spacer.xps Xshare/examples/AxKit/axkit.org/stylesheets/webpage_html.xps Xshare/examples/AxKit/axkit.org/support.xml Xshare/examples/AxKit/default.notxslt Xshare/examples/AxKit/default.xps Xshare/examples/AxKit/docbook.dkb Xshare/examples/AxKit/docbook_print.xps Xshare/examples/AxKit/docbook_screen.xps Xshare/examples/AxKit/docbook_tags.xps Xshare/examples/AxKit/index.xml X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/MediaChooser X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Plugin X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AxKit X@dirrm share/examples/AxKit/axkit.org/docs/xsp X@dirrm share/examples/AxKit/axkit.org/docs/presentations/tpc2001 X@dirrm share/examples/AxKit/axkit.org/docs/presentations X@dirrm share/examples/AxKit/axkit.org/docs/xpathscript X@dirrm share/examples/AxKit/axkit.org/docs X@dirrm share/examples/AxKit/axkit.org/examples X@dirrm share/examples/AxKit/axkit.org/stylesheets/new X@dirrm share/examples/AxKit/axkit.org/stylesheets X@dirrm share/examples/AxKit/axkit.org/img X@dirrm share/examples/AxKit/axkit.org X@dirrm share/examples/AxKit END-of-p5-AxKit/pkg-plist echo c - p5-AxKit/files mkdir -p p5-AxKit/files > /dev/null 2>&1 echo x - p5-AxKit/files/patch-AxKit::CharsetConv.xs sed 's/^X//' >p5-AxKit/files/patch-AxKit::CharsetConv.xs << 'END-of-p5-AxKit/files/patch-AxKit::CharsetConv.xs' X--- lib/Apache/AxKit/CharsetConv.xs.orig Wed Aug 14 00:21:57 2002 X+++ lib/Apache/AxKit/CharsetConv.xs Sat Feb 5 11:55:13 2005 X@@ -195,4 +195,4 @@ X /* printf("Now in Apache::AxKit::CharsetConv::DESTROY\n"); */ X (void) iconv_close(self->iconv_handle); X- free(self); X+ Safefree(self); X END-of-p5-AxKit/files/patch-AxKit::CharsetConv.xs exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 08:11:37 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15B7716A4CE; Sat, 5 Feb 2005 08:11:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E081A43D1F; Sat, 5 Feb 2005 08:11:36 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j158Baqg043095; Sat, 5 Feb 2005 08:11:36 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j158BapV043091; Sat, 5 Feb 2005 08:11:36 GMT (envelope-from linimon) Date: Sat, 5 Feb 2005 08:11:36 GMT From: Mark Linimon Message-Id: <200502050811.j158BapV043091@freefall.freebsd.org> To: a.ukhov@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77121: fixed serious bug in AxKit::CharsetConv class. Updated to AxKit 1.6.2 version. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 08:11:37 -0000 Synopsis: fixed serious bug in AxKit::CharsetConv class. Updated to AxKit 1.6.2 version. State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Feb 5 08:11:05 GMT 2005 State-Changed-Why: Superceeded by ports/77122. http://www.freebsd.org/cgi/query-pr.cgi?pr=77121 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 08:20:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5068816A4CE for ; Sat, 5 Feb 2005 08:20:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DA7743D2D for ; Sat, 5 Feb 2005 08:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j158KF9x043272 for ; Sat, 5 Feb 2005 08:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j158KFNg043271; Sat, 5 Feb 2005 08:20:15 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 08:20:15 GMT Resent-Message-Id: <200502050820.j158KFNg043271@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Kay Lehmann" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF37C16A4CE for ; Sat, 5 Feb 2005 08:13:28 +0000 (GMT) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE3E243D2D for ; Sat, 5 Feb 2005 08:13:27 +0000 (GMT) (envelope-from kay_lehmann@web.de) Received: from bippes.finkenkrug.ev (lehmann.in-dsl.de [217.197.85.240]) (authenticated bits=0)j158DB1P017977 for ; Sat, 5 Feb 2005 09:13:24 +0100 Message-Id: <1107591359.0@bippes.finkenkrug.ev> Date: Sat, 5 Feb 2005 09:15:59 +0100 From: "Kay Lehmann" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.3 Subject: ports/77123: [Update port] graphics/dynamechs: Mark it broken on !i386 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 08:20:16 -0000 >Number: 77123 >Category: ports >Synopsis: [Update port] graphics/dynamechs: Mark it broken on !i386 >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 Feb 05 08:20:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Kay Lehmann >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE #2: Sat Jan 8 18:28:41 CET 2005 root@bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes >Description: I am getting some pointyhats because dynamechs fails on platform that are not i386. Since I can't test it I think the best solution is to mark it broken on all non-i386-platforms. >How-To-Repeat: >Fix: --- dynamechs-Makefile-noni386.patch begins here --- --- Makefile.orig Sat Feb 5 09:09:05 2005 +++ Makefile Sat Feb 5 09:09:58 2005 @@ -30,6 +30,10 @@ .include +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + do-configure: @${CP} -f ${FILESDIR}/make.platform.freebsd ${WRKSRC}/make/ --- dynamechs-Makefile-noni386.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 08:26:47 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BECC16A4CE; Sat, 5 Feb 2005 08:26:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B7D43D46; Sat, 5 Feb 2005 08:26:47 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j158QlEY043478; Sat, 5 Feb 2005 08:26:47 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j158Ql1Z043474; Sat, 5 Feb 2005 08:26:47 GMT (envelope-from linimon) Date: Sat, 5 Feb 2005 08:26:47 GMT From: Mark Linimon Message-Id: <200502050826.j158Ql1Z043474@freefall.freebsd.org> To: linimon@FreeBSD.org, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77103: new port: security/base X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 08:26:47 -0000 Synopsis: new port: security/base Responsible-Changed-From-To: sergei->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 5 08:24:52 GMT 2005 Responsible-Changed-Why: Apparently I misidentified this PR when it came in -- or mistyped the PR number when I did the assignment, I'm not sure which. Apologies to both sergei and the submitter on this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=77103 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 08:40:52 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6815A16A4CE; Sat, 5 Feb 2005 08:40:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CFCD43D48; Sat, 5 Feb 2005 08:40:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j158eqgC044757; Sat, 5 Feb 2005 08:40:52 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j158eq31044753; Sat, 5 Feb 2005 08:40:52 GMT (envelope-from linimon) Date: Sat, 5 Feb 2005 08:40:52 GMT From: Mark Linimon Message-Id: <200502050840.j158eq31044753@freefall.freebsd.org> To: pauls@utdallas.edu, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77118: www/base: Corrections to pkg-plist 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: Sat, 05 Feb 2005 08:40:52 -0000 Synopsis: www/base: Corrections to pkg-plist file State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Feb 5 08:39:04 GMT 2005 State-Changed-Why: The preferred way to send patches to a new port that is currently pending is to send a followup to that PR with the patches. This saves us ports committers from puzzling out which piece really goes where. I've moved the content over to ports/77103 (which I had already apparently mishandled, sigh.) But 77103 is "all better now." http://www.freebsd.org/cgi/query-pr.cgi?pr=77118 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 08:43:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A136D16A4CE; Sat, 5 Feb 2005 08:43:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79D3B43D3F; Sat, 5 Feb 2005 08:43:23 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j158hNaU044969; Sat, 5 Feb 2005 08:43:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j158hNZQ044965; Sat, 5 Feb 2005 08:43:23 GMT (envelope-from linimon) Date: Sat, 5 Feb 2005 08:43:23 GMT From: Mark Linimon Message-Id: <200502050843.j158hNZQ044965@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, phantom@FreeBSD.org Subject: Re: ports/77115: jdk15 and amd64, ${ARCH} bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 08:43:23 -0000 Synopsis: jdk15 and amd64, ${ARCH} bug Responsible-Changed-From-To: freebsd-ports-bugs->phantom Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 5 08:43:09 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=77115 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 08:53:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1870A16A4CE; Sat, 5 Feb 2005 08:53:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E240043D41; Sat, 5 Feb 2005 08:53:17 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j158rHec045448; Sat, 5 Feb 2005 08:53:17 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j158rHBG045444; Sat, 5 Feb 2005 08:53:17 GMT (envelope-from linimon) Date: Sat, 5 Feb 2005 08:53:17 GMT From: Mark Linimon Message-Id: <200502050853.j158rHBG045444@freefall.freebsd.org> To: rushani@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77107: Re: [PATCH] net/skype: Update to 1.0.0.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: Sat, 05 Feb 2005 08:53:18 -0000 Synopsis: Re: [PATCH] net/skype: Update to 1.0.0.1 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Feb 5 08:52:42 GMT 2005 State-Changed-Why: Misfiled followup to ports/77099, already committed. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 5 08:52:42 GMT 2005 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=77107 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 08:54:51 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5F8E16A4CE; Sat, 5 Feb 2005 08:54:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE6343D39; Sat, 5 Feb 2005 08:54:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j158spCA045535; Sat, 5 Feb 2005 08:54:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j158spYv045531; Sat, 5 Feb 2005 08:54:51 GMT (envelope-from linimon) Date: Sat, 5 Feb 2005 08:54:51 GMT From: Mark Linimon Message-Id: <200502050854.j158spYv045531@freefall.freebsd.org> To: netchild@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77100: Re: [PATCH] net/skype: Update to 1.0.0.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: Sat, 05 Feb 2005 08:54:51 -0000 Synopsis: Re: [PATCH] net/skype: Update to 1.0.0.1 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Feb 5 08:54:06 GMT 2005 State-Changed-Why: Misfiled followup to ports/77099, already committed. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 5 08:54:06 GMT 2005 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=77100 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 09:01:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6891116A4D4; Sat, 5 Feb 2005 09:01:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E7443D68; Sat, 5 Feb 2005 09:01:19 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1591Jm8045842; Sat, 5 Feb 2005 09:01:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1591IaR045838; Sat, 5 Feb 2005 09:01:18 GMT (envelope-from linimon) Date: Sat, 5 Feb 2005 09:01:18 GMT From: Mark Linimon Message-Id: <200502050901.j1591IaR045838@freefall.freebsd.org> To: mt@primats.org.ua, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77053: Re: [UPDATE] www/sarg: update to 2.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 09:01:22 -0000 Synopsis: Re: [UPDATE] www/sarg: update to 2.0.3 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Feb 5 09:00:40 GMT 2005 State-Changed-Why: Misfiled followup to ports/77052; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 5 09:00:40 GMT 2005 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=77053 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 09:07:28 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1010C16A4CE; Sat, 5 Feb 2005 09:07:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D631843D2D; Sat, 5 Feb 2005 09:07:27 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1597R5l050001; Sat, 5 Feb 2005 09:07:27 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1597RMp049997; Sat, 5 Feb 2005 09:07:27 GMT (envelope-from linimon) Date: Sat, 5 Feb 2005 09:07:27 GMT From: Mark Linimon Message-Id: <200502050907.j1597RMp049997@freefall.freebsd.org> To: tmseck@netcologne.de, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77106: Re: [Maintainer/security] www/squid: integrate vendor patch regarding oversized HTTP reply headers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 09:07:28 -0000 Synopsis: Re: [Maintainer/security] www/squid: integrate vendor patch regarding oversized HTTP reply headers State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Feb 5 09:06:13 GMT 2005 State-Changed-Why: Misfiled followup to ports/76967, which already seems to have this PR's content in it. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 5 09:06:13 GMT 2005 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=77106 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 09:12:52 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DB6316A4CE; Sat, 5 Feb 2005 09:12:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E710643D31; Sat, 5 Feb 2005 09:12:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j159Cp2m050304; Sat, 5 Feb 2005 09:12:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j159Cp8V050300; Sat, 5 Feb 2005 09:12:51 GMT (envelope-from linimon) Date: Sat, 5 Feb 2005 09:12:51 GMT From: Mark Linimon Message-Id: <200502050912.j159Cp8V050300@freefall.freebsd.org> To: matthias.andree@gmx.de, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77050: Re: [NEW PORT] devel/bitkeeper: Scalable Distributed Software Configuration Management System X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 09:12:52 -0000 Synopsis: Re: [NEW PORT] devel/bitkeeper: Scalable Distributed Software Configuration Management System State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Feb 5 09:12:09 GMT 2005 State-Changed-Why: Misfiled followup to ports/77041; content migrated and merged. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 5 09:12:09 GMT 2005 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=77050 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 09:15:58 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E3716A4CE; Sat, 5 Feb 2005 09:15:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1CF143D45; Sat, 5 Feb 2005 09:15:57 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j159FvuE050386; Sat, 5 Feb 2005 09:15:57 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j159FvmD050382; Sat, 5 Feb 2005 09:15:57 GMT (envelope-from linimon) Date: Sat, 5 Feb 2005 09:15:57 GMT From: Mark Linimon Message-Id: <200502050915.j159FvmD050382@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77124: update port: security/php4-cryptopp fix breakage due to dependency to perl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 09:15:58 -0000 Synopsis: update port: security/php4-cryptopp fix breakage due to dependency to perl Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 5 09:14:55 GMT 2005 Responsible-Changed-Why: This is a ports PR, so recategorize. http://www.freebsd.org/cgi/query-pr.cgi?pr=77124 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 09:20:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FF3D16A4CE for ; Sat, 5 Feb 2005 09:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FAB743D41 for ; Sat, 5 Feb 2005 09:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j159KLB4050479 for ; Sat, 5 Feb 2005 09:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j159KLCP050478; Sat, 5 Feb 2005 09:20:21 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 09:20:21 GMT Resent-Message-Id: <200502050920.j159KLCP050478@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Karpov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56A8B16A4CF for ; Sat, 5 Feb 2005 09:17:24 +0000 (GMT) Received: from mx.toxahost.ru (ns.toxahost.ru [62.89.204.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 974C343D46 for ; Sat, 5 Feb 2005 09:17:23 +0000 (GMT) (envelope-from root@toxahost.ru) Received: by mx.toxahost.ru (Toxa, from userid 0) id E895A700; Sat, 5 Feb 2005 12:17:21 +0300 (MSK) Message-Id: <20050205091721.E895A700@mx.toxahost.ru> Date: Sat, 5 Feb 2005 12:17:21 +0300 (MSK) From: Anton Karpov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Daniel Roethlisberger Subject: ports/77125: UPDATE sysutils/pv to the last version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 09:20:22 -0000 >Number: 77125 >Category: ports >Synopsis: UPDATE sysutils/pv to the last version >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 05 09:20:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Anton Karpov >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: FreeBSD laptoxa.toxa.lan 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sun Jan 23 23:26:11 MSK 2005 root@laptoxa.toxa.lan:/usr/obj/usr/src/sys/LAPTOXA i386 >Description: sysutils/pv is outdated, the newer version is available >How-To-Repeat: >Fix: Please see the attached dif --- pv.diff begins here --- diff -ruN pv.orig/Makefile pv/Makefile --- pv.orig/Makefile Thu May 6 17:41:40 2004 +++ pv/Makefile Sat Feb 5 12:06:42 2005 @@ -6,7 +6,7 @@ # PORTNAME= pv -PORTVERSION= 0.8.5 +PORTVERSION= 0.9.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://dragon.roe.ch/mirrors/distfiles/pv/ diff -ruN pv.orig/distinfo pv/distinfo --- pv.orig/distinfo Thu May 6 17:41:40 2004 +++ pv/distinfo Sat Feb 5 12:06:42 2005 @@ -1,2 +1,2 @@ -MD5 (pv-0.8.5.tar.bz2) = a6eeadbc2fbd9c23e329f47ff37b8c83 -SIZE (pv-0.8.5.tar.bz2) = 84289 +MD5 (pv-0.9.0.tar.bz2) = d5134a411c4f3aedea00b3e219b2e802 +SIZE (pv-0.9.0.tar.bz2) = 86626 --- pv.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 09:20:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A34BA16A4CE for ; Sat, 5 Feb 2005 09:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD7443D41 for ; Sat, 5 Feb 2005 09:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j159KMMU050536 for ; Sat, 5 Feb 2005 09:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j159KMS8050535; Sat, 5 Feb 2005 09:20:22 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 09:20:22 GMT Resent-Message-Id: <200502050920.j159KMS8050535@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A88EA16A4CE for ; Sat, 5 Feb 2005 09:18:48 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86A7343D39 for ; Sat, 5 Feb 2005 09:18:48 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j159Imxe012118 for ; Sat, 5 Feb 2005 09:18:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j159Imjm012117; Sat, 5 Feb 2005 09:18:48 GMT (envelope-from nobody) Message-Id: <200502050918.j159Imjm012117@www.freebsd.org> Date: Sat, 5 Feb 2005 09:18:48 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77126: Update port: java/poseidon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 09:20:22 -0000 >Number: 77126 >Category: ports >Synopsis: Update port: java/poseidon >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 Feb 05 09:20:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.3-RELEASE >Organization: pitcom GmbH >Environment: FreeBSD asus.site 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 12 23:43:33 CET 2004 root@asus.site:/usr/src/sys/i386/compile/ASUS i386 >Description: Minor update to version 3.0.1.3 >How-To-Repeat: >Fix: diff -Nur /usr/ports/java/poseidon/Makefile poseidon/Makefile --- /usr/ports/java/poseidon/Makefile Tue Dec 21 16:20:36 2004 +++ poseidon/Makefile Sat Feb 5 10:08:05 2005 @@ -7,13 +7,14 @@ PORTNAME= poseidon PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= java MASTER_SITES= ftp://ftp.gentleware.org/ \ http://download.gentleware.org/ \ ftp://download.gentleware.biz/ \ http://download.gentleware.biz/ \ ftp://ftp.beine-computer.de/pub/distfiles/ -DISTNAME= ${PORTNAME}${EDITION}-${PORTVERSION}.01 +DISTNAME= ${PORTNAME}${EDITION}-${PORTVERSION:S/./_/g}_03 MAINTAINER= tux@pinguru.net COMMENT= A popular UML CASE tool diff -Nur /usr/ports/java/poseidon/distinfo poseidon/distinfo --- /usr/ports/java/poseidon/distinfo Tue Dec 21 16:20:36 2004 +++ poseidon/distinfo Sat Feb 5 10:07:45 2005 @@ -1,6 +1,6 @@ -MD5 (poseidonSE-3.0.1.01.zip) = c1954f0058e1759b564c731acfbd6c6f -SIZE (poseidonSE-3.0.1.01.zip) = 20360744 -MD5 (poseidonPE-3.0.1.01.zip) = 0d85e7b93d4d2f96a23119e63a54c40a -SIZE (poseidonPE-3.0.1.01.zip) = 21410388 -MD5 (poseidonCE-3.0.1.01.zip) = 1f92eb815d9d815f23f6d18a863b1747 -SIZE (poseidonCE-3.0.1.01.zip) = 20766540 +MD5 (poseidonCE-3_0_1_03.zip) = 379f045fd282076b089686d3919bdbdd +SIZE (poseidonCE-3_0_1_03.zip) = 20766367 +MD5 (poseidonSE-3_0_1_03.zip) = 49bd6ab2acea51c9a3b8379ea1d51f98 +SIZE (poseidonSE-3_0_1_03.zip) = 20360777 +MD5 (poseidonPE-3_0_1_03.zip) = 80aff6384502e73833b940fd8fb950ff +SIZE (poseidonPE-3_0_1_03.zip) = 21410521 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 10:00:57 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11BE216A50E for ; Sat, 5 Feb 2005 10:00:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B876343D41 for ; Sat, 5 Feb 2005 10:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15A0flh052493 for ; Sat, 5 Feb 2005 10:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15A0fnJ052490; Sat, 5 Feb 2005 10:00:41 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 10:00:41 GMT Resent-Message-Id: <200502051000.j15A0fnJ052490@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Melzer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BDE716A4CE for ; Sat, 5 Feb 2005 09:55:31 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C98743D41 for ; Sat, 5 Feb 2005 09:55:30 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j159tU0m076438 for ; Sat, 5 Feb 2005 09:55:30 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j159tUrK076437; Sat, 5 Feb 2005 09:55:30 GMT (envelope-from nobody) Message-Id: <200502050955.j159tUrK076437@www.freebsd.org> Date: Sat, 5 Feb 2005 09:55:30 GMT From: Thomas Melzer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77127: update port: dns/dhid upate to version 5.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: Sat, 05 Feb 2005 10:00:57 -0000 >Number: 77127 >Category: ports >Synopsis: update port: dns/dhid upate to version 5.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 05 10:00:40 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Thomas Melzer >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: Thomas Melzer Softwareentwicklung >Environment: FreeBSD terra.ddns.tomesoft.de 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Thu Jan 27 20:31:57 CET 2005 root@terra.ddns.tomesoft.de:/usr/obj/usr/src/sys/GENERIC i386 >Description: update DHIS client daemon to 5.2, which is the up to date version of this software. change startup script, so that client is running with non-priviledged user account replace unsafe memory/string copy functions with safe ones (related to buffer size) >How-To-Repeat: >Fix: diff -Nur dhid.old/Makefile dhid/Makefile --- dhid.old/Makefile Fri Sep 5 06:54:32 2003 +++ dhid/Makefile Thu Feb 3 10:34:37 2005 @@ -6,34 +6,74 @@ # PORTNAME= dhid -PORTVERSION= 4.0.2 +PORTVERSION= 5.2 CATEGORIES= dns MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PORTNAME}-3.1${EXTRACT_SUFX} MAINTAINER= oryx@ungulate.net COMMENT= DHIS client for updating dynamic DNS entries in dhisd DNS tables +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 + +LDFLAGS+= -L${PREFIX}/lib +MAKE_ENV+= LDFLAGS="${LDFLAGS}" + +DOCFILES= AUTHORS CONTRIBUTORS COPYRIGHT INSTALL README WHATSNEW USE_REINPLACE= yes -OLDWRKSRC= ${WRKDIR}/${PORTNAME}-3.1 -MAN8= dhid.8 +DHID_USER=dhis +DHID_GROUP=dhis +DHID_PID_DIR=/var/run/dhis post-patch: - @${ECHO} "===> Patching dhid.h" + @${ECHO} "===> Patching dhid.h and Makefile" ${REINPLACE_CMD} -e "s^__PREFIX__^${PREFIX}^g" ${WRKSRC}/dhid.h + ${REINPLACE_CMD} -e "s^__PREFIX__^${PREFIX}^g" ${WRKSRC}/Makefile +pre-install: + @${SETENV} PKG_PREFIX=${PREFIX} \ + ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dhid ${PREFIX}/sbin - ${INSTALL_MAN} ${OLDWRKSRC}/dhid.8 ${PREFIX}/man/man8 - ${INSTALL} ${COPY} -o root -g wheel -m 600 ${OLDWRKSRC}/dhid.conf ${PREFIX}/etc/dhid.conf.sample post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/dhid.sh ]; then \ - ${ECHO} "===> Installing ${PREFIX}/etc/rc.d/dhid.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dhid.sh ${PREFIX}/etc/rc.d/dhid.sh; \ - fi; + @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" \ + ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + @${ECHO_MSG} "===> Installing ${PREFIX}/sbin/dhid." + @${INSTALL_PROGRAM} ${WRKSRC}/dhid ${PREFIX}/sbin + @${ECHO_CMD} "sbin/dhid" >> ${TMPPLIST} + @${ECHO_MSG} "===> Installing ${PREFIX}/bin/genkeys." + @${INSTALL_PROGRAM} ${WRKSRC}/genkeys ${PREFIX}/bin + @${ECHO_CMD} "bin/genkeys" >> ${TMPPLIST} + @${ECHO_MSG} "===> Installing ${PREFIX}/etc/dhid.conf.sample." + @${INSTALL_DATA} ${WRKSRC}/dhid.conf.sample ${PREFIX}/etc/dhid.conf.sample + @${CHOWN} ${DHID_USER}:${DHID_GROUP} ${PREFIX}/etc/dhid.conf.sample + @${CHMOD} 0600 ${PREFIX}/etc/dhid.conf.sample + @${ECHO_CMD} "etc/dhid.conf.sample" >> ${TMPPLIST} + @${ECHO_CMD} "@exec ${CHOWN} ${DHID_USER}:${DHID_GROUP} %D/etc/dhid.conf.sample" >> ${TMPPLIST} + @${ECHO_CMD} "@exec ${CHMOD} 0600 %D/etc/dhid.conf.sample" >> ${TMPPLIST} + @${MKDIR} ${DHID_PID_DIR} + @${CHOWN} ${DHID_USER}:${DHID_GROUP} ${DHID_PID_DIR} + @${CHMOD} 0700 ${DHID_PID_DIR} + @${ECHO_CMD} "@exec ${MKDIR} ${DHID_PID_DIR}" >> ${TMPPLIST} + @${ECHO_CMD} "@exec ${CHOWN} ${DHID_USER}:${DHID_GROUP} ${DHID_PID_DIR}" >> ${TMPPLIST} + @${ECHO_CMD} "@exec ${CHMOD} 0700 ${DHID_PID_DIR}" >> ${TMPPLIST} + @${ECHO_CMD} "@unexec ${RM} -rf /${DHID_PID_DIR}" >> ${TMPPLIST} +.if !exists(${PREFIX}/etc/rc.d/dhid.sh) + @${ECHO_MSG} "===> Installing ${PREFIX}/etc/rc.d/dhid.sh.sample startup file." + @${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dhid.sh ${PREFIX}/etc/rc.d/dhid.sh.sample +.endif + @${ECHO_CMD} "etc/rc.d/dhid.sh.sample" >> ${TMPPLIST} +.if !defined(NOPORTDOCS) + @${ECHO_MSG} "===> Installing documentation in ${DOCSDIR}" + @${MKDIR} ${DOCSDIR} + @${CHMOD} 755 ${DOCSDIR} +.for DOCFILE in ${DOCFILES} + @${INSTALL_DATA} ${WRKSRC}/${DOCFILE} ${DOCSDIR} + @${ECHO_CMD} "share/doc/${PORTNAME}/${DOCFILE}" >> ${TMPPLIST} +.endfor + @${ECHO_CMD} "@dirrm share/doc/${PORTNAME}" >> ${TMPPLIST} +.endif + @${CAT} ${PKGMESSAGE} .include diff -Nur dhid.old/distinfo dhid/distinfo --- dhid.old/distinfo Wed Mar 31 05:07:32 2004 +++ dhid/distinfo Sat Feb 5 10:51:04 2005 @@ -1,4 +1,2 @@ -MD5 (dhid-4.0.2.tar.gz) = 16532ef68d89ed51a9e57ea9ac886268 -SIZE (dhid-4.0.2.tar.gz) = 12892 -MD5 (dhid-3.1.tar.gz) = f419031035f79936592c8ecf97fbe62c -SIZE (dhid-3.1.tar.gz) = 8776 +MD5 (dhid-5.2.tar.gz) = 781ba0f83dc2a32202c1cb2c3235f06f +SIZE (dhid-5.2.tar.gz) = 16485 diff -Nur dhid.old/files/dhid.sh dhid/files/dhid.sh --- dhid.old/files/dhid.sh Wed Jul 5 14:36:40 2000 +++ dhid/files/dhid.sh Sun Dec 28 21:26:54 2003 @@ -1,4 +1,5 @@ #!/bin/sh +PATH=/bin:/sbin:/usr/bin:/usr/sbin if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then echo "$0: Cannot determine the PREFIX" >&2 @@ -7,7 +8,7 @@ case "$1" in start) - [ -x "${PREFIX}/sbin/dhid" -a -f "${PREFIX}/etc/dhid.conf" ] && ${PREFIX}/sbin/dhid > /dev/null && echo -n ' dhid' + [ -x "${PREFIX}/sbin/dhid" -a -f "${PREFIX}/etc/dhid.conf" ] && su -m dhis -c ${PREFIX}/sbin/dhid > /dev/null && echo -n ' dhid' ;; stop) killall dhid && echo -n ' dhid' diff -Nur dhid.old/files/patch-aa dhid/files/patch-aa --- dhid.old/files/patch-aa Mon Feb 26 05:09:51 2001 +++ dhid/files/patch-aa Sun Dec 28 16:13:28 2003 @@ -1,13 +1,22 @@ ---- dhid.h.orig Sun Jan 14 19:39:01 2001 -+++ dhid.h Sun Jan 14 19:41:37 2001 -@@ -73,8 +73,8 @@ - #define OFFLINE_REQ 0x00000451 +--- dhid.h.orig Thu Nov 20 20:02:38 2003 ++++ dhid.h Sun Dec 28 12:14:11 2003 +@@ -56,7 +56,7 @@ + + #define DHIS_VERSION 52 /* DHIS Version */ + +-#define MAX_HOSTNAME 64 ++#define MAX_HOSTNAME 256 + #define MAX_PASS 16 /* Characters in password */ + + /* Message opcodes */ +@@ -72,8 +72,8 @@ + #define OFFLINE_REQ 0x00000551 -#define DHID_CONF "/etc/dhid.conf" -#define DHID_PID "/etc/dhid.pid" +#define DHID_CONF "__PREFIX__/etc/dhid.conf" -+#define DHID_PID "/var/run/dhid.pid" ++#define DHID_PID "/var/run/dhis/dhid.pid" #define DEF_ISPORT 58800 #define FAIL_ALLOW 3 diff -Nur dhid.old/files/patch-ab dhid/files/patch-ab --- dhid.old/files/patch-ab Mon Feb 26 05:09:51 2001 +++ dhid/files/patch-ab Sun Dec 28 16:20:36 2003 @@ -1,17 +1,26 @@ ---- Makefile.orig Sun Jan 14 19:39:56 2001 -+++ Makefile Sun Jan 14 19:40:37 2001 -@@ -25,13 +25,10 @@ - # - # DHIS(c) Dynamic Host Information System Release 4.0 - --CC=cc -+CC?=cc +--- Makefile.orig Sun Dec 28 12:04:23 2003 ++++ Makefile Sun Dec 28 15:20:15 2003 +@@ -29,8 +29,8 @@ # Add -lnsl and -lsocket to LIBS in SysV systems # --CFLAGS=-I/usr/local/include -DQRC=1 +-CFLAGS=-I/usr/local/include -DQRC=1 -Wall -LFLAGS=-L/usr/local/lib --LIBS=-lgmp ++CFLAGS=-I__PREFIX__/include -DQRC=1 -Wall ++#LFLAGS=-L/usr/local/lib + LIBS=-lgmp # Use these and comment the above if you wish to compile dhid without - # secure public key authentication or don't have the GMP library +@@ -46,10 +46,10 @@ + all: dhid genkeys + + dhid: conf.o network.o main.o +- $(CC) $(LFLAGS) -o dhid conf.o network.o main.o $(LIBS) ++ $(CC) $(LDFLAGS) -o dhid conf.o network.o main.o $(LIBS) + + genkeys: genkeys.c +- $(CC) $(CFLAGS) $(LFLAGS) -o genkeys genkeys.c $(LIBS) ++ $(CC) $(CFLAGS) $(LDFLAGS) -o genkeys genkeys.c $(LIBS) + + main.o: dhid.h main.c + $(CC) $(CFLAGS) -c main.c diff -Nur dhid.old/files/patch-ac dhid/files/patch-ac --- dhid.old/files/patch-ac Thu Jan 1 01:00:00 1970 +++ dhid/files/patch-ac Sun Dec 28 21:16:47 2003 @@ -0,0 +1,79 @@ +--- main.c.orig Thu Nov 20 21:11:59 2003 ++++ main.c Sun Dec 28 20:16:17 2003 +@@ -74,7 +74,7 @@ + unsigned char linecmd[512]; + struct in_addr sa; + sa.s_addr=cp->laddr; +- sprintf(linecmd,"%s %d %s %s",cp->off_cmd,cp->id, ++ snprintf(linecmd,sizeof(linecmd),"%s %d %s %s",cp->off_cmd,cp->id, + inet_ntoa((struct in_addr)sa) + ,cp->off_cmdp); + cmd_fork(linecmd); +@@ -106,7 +106,7 @@ + unsigned char linecmd[512]; + struct in_addr sa; + sa.s_addr=cp->laddr; +- sprintf(linecmd,"%s %d %s %s",cp->off_cmd,cp->id, ++ snprintf(linecmd,sizeof(linecmd),"%s %d %s %s",cp->off_cmd,cp->id, + inet_ntoa((struct in_addr)sa) + ,cp->off_cmdp); + cmd_fork(linecmd); +@@ -189,7 +189,7 @@ + unsigned char linecmd[512]; + struct in_addr sa; + sa.s_addr=cp->laddr; +- sprintf(linecmd,"%s %d %s %s",cp->on_cmd,cp->id, ++ snprintf(linecmd,sizeof(linecmd),"%s %d %s %s",cp->on_cmd,cp->id, + inet_ntoa((struct in_addr)sa) + ,cp->on_cmdp); + cmd_fork(linecmd); +@@ -223,8 +223,8 @@ + return; + cp->cserver=sp; + cp->stage=AUTH_STAGE; +- if(cp->atype==APASS) strcpy(m.pass,cp->pass); +- else memset(m.pass,0,16); ++ if(cp->atype==APASS) strlcpy(m.pass,cp->pass,sizeof(m.pass)); ++ else memset(m.pass,0,sizeof(m.pass)); + m.hdr.opcode=AUTH_REQ; + m.hdr.hostid=cp->id; + m.refresh=cp->refresh; +@@ -289,25 +289,19 @@ + int c; + extern char *optarg; + +- strcpy(conf_file,DHID_CONF); +- strcpy(pid_file,DHID_PID); ++ strlcpy(conf_file,DHID_CONF,sizeof(conf_file)); ++ strlcpy(pid_file,DHID_PID,sizeof(pid_file)); + + while((c=getopt(argc,argv,"hf:p:P:"))!=EOF) + switch(c) { + case('p'): rport=atoi(optarg); break; +- case('P'): strncpy(pid_file,optarg,sizeof(pid_file)); break; +- case('f'): strncpy(conf_file,optarg,sizeof(conf_file)); break; ++ case('P'): strlcpy(pid_file,optarg,sizeof(pid_file)); break; ++ case('f'): strlcpy(conf_file,optarg,sizeof(conf_file)); break; + case('h'): usage(argv); + default: usage(argv); + } + + +- if(getuid()) { +- syslog(LOG_ERR,"%s must be executed by root",argv[0]); +- exit(1); +- } +- +- + close(0); + close(1); + close(2); +@@ -376,7 +370,7 @@ + unsigned char linecmd[512]; + struct in_addr sa; + sa.s_addr=cp->laddr; +- sprintf(linecmd,"%s %d %s %s",cp->off_cmd,cp->id, ++ snprintf(linecmd,sizeof(linecmd),"%s %d %s %s",cp->off_cmd,cp->id, + inet_ntoa((struct in_addr)sa) + ,cp->off_cmdp); + cmd_fork(linecmd); diff -Nur dhid.old/files/patch-ad dhid/files/patch-ad --- dhid.old/files/patch-ad Thu Jan 1 01:00:00 1970 +++ dhid/files/patch-ad Sun Dec 28 16:14:28 2003 @@ -0,0 +1,63 @@ +--- conf.c.orig Wed Sep 12 10:32:09 2001 ++++ conf.c Sun Dec 28 12:11:31 2003 +@@ -155,7 +155,7 @@ + cp->id=atoi(line_entry(2,line)); + + if(!strcmp(line_entry(1,line),"hostpass")) { +- strcpy(cp->pass,line_entry(2,line)); ++ strlcpy(cp->pass,line_entry(2,line),sizeof(cp->pass)); + cp->atype=APASS; + } + if(!strcmp(line_entry(1,line),"isaddr")) { +@@ -180,32 +180,32 @@ + sp->addr=0; + sp->hostname[0]='\0'; + +- strcpy(str2,line_entry(2,line)); ++ strlcpy(str2,line_entry(2,line),sizeof(str2)); + +- strcpy(str,dot_entry(1,str2)); +- strcpy(str3,dot_entry(2,str2)); ++ strlcpy(str,dot_entry(1,str2),sizeof(str)); ++ strlcpy(str3,dot_entry(2,str2),sizeof(str3)); + + if(isdigit(str[0])) sp->addr=inet_addr(str); +- else strcpy(sp->hostname,str); ++ else strlcpy(sp->hostname,str,sizeof(sp->hostname)); + if(str3[0]!='\0') sp->port=atoi(str3); + } + if(!strcmp(line_entry(1,line),"refresh")) { +- strcpy(str,line_entry(2,line)); ++ strlcpy(str,line_entry(2,line),sizeof(str)); + cp->refresh=atoi(str); + } + if(!strcmp(line_entry(1,line),"oncmd")) { +- strcpy(cp->on_cmd,line_entry(2,line)); +- strcpy(cp->on_cmdp,line_ptr(3,line)); ++ strlcpy(cp->on_cmd,line_entry(2,line),sizeof(cp->on_cmd)); ++ strlcpy(cp->on_cmdp,line_ptr(3,line),sizeof(cp->on_cmdp)); + } + if(!strcmp(line_entry(1,line),"offcmd")) { +- strcpy(cp->off_cmd,line_entry(2,line)); +- strcpy(cp->off_cmdp,line_ptr(3,line)); ++ strlcpy(cp->off_cmd,line_entry(2,line),sizeof(cp->off_cmd)); ++ strlcpy(cp->off_cmdp,line_ptr(3,line),sizeof(cp->off_cmdp)); + } + + + if(!strcmp(line_entry(1,line),"authp")) { + #ifdef QRC +- strcat(keyp,line_entry(2,line)); ++ strlcat(keyp,line_entry(2,line),sizeof(keyp)); + cp->atype=AQRC; + #else + syslog(LOG_ERR,"QRC authentication not available in this client" +@@ -216,7 +216,7 @@ + } + if(!strcmp(line_entry(1,line),"authq")) { + #ifdef QRC +- strcat(keyq,line_entry(2,line)); ++ strlcat(keyq,line_entry(2,line),sizeof(keyq)); + cp->atype=AQRC; + #else + syslog(LOG_ERR,"QRC authentication not available in this client" diff -Nur dhid.old/files/patch-ae dhid/files/patch-ae --- dhid.old/files/patch-ae Thu Jan 1 01:00:00 1970 +++ dhid/files/patch-ae Sun Dec 28 16:15:06 2003 @@ -0,0 +1,19 @@ +--- genkeys.c.orig Wed Sep 12 10:13:07 2001 ++++ genkeys.c Sun Dec 28 12:17:03 2003 +@@ -46,12 +46,12 @@ + static int seed=0; + + if(!seed) { seed++; srandom(time(NULL)); } +- memset(buff,0,256); +- memset(temp,0,128); ++ memset(buff,0,sizeof(buff)); ++ memset(temp,0,sizeof(temp)); + + do { +- sprintf(temp,"%lu",(unsigned long int)random()); +- strcat(buff,temp); ++ snprintf(temp,sizeof(temp),"%lu",(unsigned long int)random()); ++ strlcat(buff,temp,sizeof(buff)); + + } while(strlen(buff) < n); + buff[n]='\0'; diff -Nur dhid.old/files/patch-af dhid/files/patch-af --- dhid.old/files/patch-af Thu Jan 1 01:00:00 1970 +++ dhid/files/patch-af Sun Dec 28 16:15:26 2003 @@ -0,0 +1,32 @@ +--- network.c.orig Wed Sep 12 10:13:18 2001 ++++ network.c Sun Dec 28 12:23:11 2003 +@@ -290,12 +290,12 @@ + static int seed=0; + + if(!seed) { seed++; srandom(time(NULL)); } +- memset(buff,0,256); +- memset(temp,0,128); ++ memset(buff,0,sizeof(buff)); ++ memset(temp,0,sizeof(temp)); + + do { +- sprintf(temp,"%u",(unsigned)random()); +- strcat(buff,temp); ++ snprintf(temp,sizeof(temp),"%u",(unsigned)random()); ++ strlcat(buff,temp,sizeof(buff)); + + } while(strlen(buff) < n); + buff[n]='\0'; +@@ -441,10 +441,10 @@ + if(j<0) return; + + buff[0]='\0'; +- for(i=0;i/dev/null; then + echo "You already have a group \"${GROUP}\", so I will use it." + else + if pw groupadd ${GROUP} -h -; then + echo "Added group \"${GROUP}\"." + else + echo "Adding group \"${GROUP}\" failed..." + exit 1 + fi + fi + + if pw user show "${USER}" 2>/dev/null; then + echo "You already have a user \"${USER}\", so I will use it." + else + if pw useradd ${USER} -g ${GROUP} -h - \ + -d /nonexsistent -s /sbin/nologin \ + -c "DHIS Daemon" + then + echo "Added user \"${USER}\"." + else + echo "Adding user \"${USER}\" failed..." + exit 1 + fi + fi + ;; +esac diff -Nur dhid.old/pkg-message dhid/pkg-message --- dhid.old/pkg-message Mon Feb 26 05:09:48 2001 +++ dhid/pkg-message Thu Feb 3 10:17:43 2005 @@ -2,4 +2,3 @@ Before dhid can run, you will need to register with a DHIS provider. See http://www.dhis.org/dhis/services/ for a list of providers. Enter the DHIS account information into the dhid.conf file. - diff -Nur dhid.old/pkg-plist dhid/pkg-plist --- dhid.old/pkg-plist Sat Feb 5 23:07:51 2000 +++ dhid/pkg-plist Sat Nov 24 19:52:33 2001 @@ -1,3 +1 @@ -etc/dhid.conf.sample -etc/rc.d/dhid.sh -sbin/dhid +@comment Left empty, filled during post-install by Makefile >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 10:50:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 276BE16A4CE for ; Sat, 5 Feb 2005 10:50:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D859E43D45 for ; Sat, 5 Feb 2005 10:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15AoJFo058495 for ; Sat, 5 Feb 2005 10:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15AoJdp058494; Sat, 5 Feb 2005 10:50:19 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 10:50:19 GMT Resent-Message-Id: <200502051050.j15AoJdp058494@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Laurynas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C17C816A4CE for ; Sat, 5 Feb 2005 10:40:55 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A896A43D2F for ; Sat, 5 Feb 2005 10:40:55 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j15AetUE000939 for ; Sat, 5 Feb 2005 10:40:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j15Aet4S000938; Sat, 5 Feb 2005 10:40:55 GMT (envelope-from nobody) Message-Id: <200502051040.j15Aet4S000938@www.freebsd.org> Date: Sat, 5 Feb 2005 10:40:55 GMT From: Laurynas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77128: Postfix port broken, when installing with TLS and SPF 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: Sat, 05 Feb 2005 10:50:20 -0000 >Number: 77128 >Category: ports >Synopsis: Postfix port broken, when installing with TLS and SPF support >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 05 10:50:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Laurynas >Release: 5.3-STABLE >Organization: >Environment: FreeBSD vln 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Feb 4 14:14:40 EET 2005 lauris@vln:/usr/obj/usr/src/sys/VLN i386 >Description: ===> Patching for postfix-2.1.5_1,1 echo "See
header_checks.5.html" > /usr/ports/mail/postfix/work/postfix-2.1.5/html/body_checks.5.html ===> Applying distribution patches for postfix-2.1.5_1,1 ===> Applying extra patch /usr/ports/mail/postfix/work/pfixtls-0.8.18-2.1.3-0.9.7d/pfixtls.diff 1 out of 19 hunks failed--saving rejects to src/smtpd/smtpd.c.rej *** Error code 1 Stop in /usr/ports/mail/postfix. *** Error code 1 Stop in /usr/ports/mail/postfix. >How-To-Repeat: Install ports/mail/postfix with both TLS and SPF support >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 11:44:10 2005 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 BE92016A4CE; Sat, 5 Feb 2005 11:44:10 +0000 (GMT) Received: from smgl.positivism.org (ns0.positivism.org [65.102.47.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11F7843D1F; Sat, 5 Feb 2005 11:44:10 +0000 (GMT) (envelope-from ben@tautology.org) Received: from tautology.org (evrtwa1-ar7-4-63-190-052.evrtwa1.dsl-verizon.net [4.63.190.52]) by smgl.positivism.org (8.13.3/8.13.3) with ESMTP id j15BjLE7026531; Sat, 5 Feb 2005 03:45:21 -0800 Received: from tautology.org (tautology.org [127.0.0.1]) by tautology.org (8.13.1/8.13.1) with ESMTP id j15Bi7lv023724; Sat, 5 Feb 2005 03:44:08 -0800 (PST) (envelope-from ben@tautology.org) Received: (from ben@localhost) by tautology.org (8.13.1/8.13.1/Submit) id j15Bi7AI023723; Sat, 5 Feb 2005 03:44:07 -0800 (PST) (envelope-from ben) Date: Sat, 5 Feb 2005 03:44:07 -0800 From: Ben Woolley To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20050205114407.GA96459@tautology.org> References: <200502041025.j14APZO1096410@tautology.org> <200502041040.j14AeIlw050928@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502041040.j14AeIlw050928@freefall.freebsd.org> User-Agent: Mutt/1.5.6i Subject: Re: ports/77094: New port: devel/py-sendfile Python module interface to the sendfile(2) syscall X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 11:44:10 -0000 Sorry, I forgot to add this line to the Makefile: PLIST_FILES= %%PYTHON_SITELIBDIR%%/sendfile.so From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 11:50:17 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AAFE16A4CE for ; Sat, 5 Feb 2005 11:50:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21BB643D1F for ; Sat, 5 Feb 2005 11:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15BoHMZ064988 for ; Sat, 5 Feb 2005 11:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15BoGm7064987; Sat, 5 Feb 2005 11:50:16 GMT (envelope-from gnats) Date: Sat, 5 Feb 2005 11:50:16 GMT Message-Id: <200502051150.j15BoGm7064987@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ben Woolley Subject: Re: ports/77094: New port: devel/py-sendfile Python module interface to the sendfile(2) syscall X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ben Woolley List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 11:50:17 -0000 The following reply was made to PR ports/77094; it has been noted by GNATS. From: Ben Woolley To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/77094: New port: devel/py-sendfile Python module interface to the sendfile(2) syscall Date: Sat, 5 Feb 2005 03:44:07 -0800 Sorry, I forgot to add this line to the Makefile: PLIST_FILES= %%PYTHON_SITELIBDIR%%/sendfile.so From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 12:00:42 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EFAE16A4D1 for ; Sat, 5 Feb 2005 12:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C8943D2D for ; Sat, 5 Feb 2005 12:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15C0dnL065196 for ; Sat, 5 Feb 2005 12:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15C0dsR065194; Sat, 5 Feb 2005 12:00:39 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 12:00:39 GMT Resent-Message-Id: <200502051200.j15C0dsR065194@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marius Nuennerich Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E2916A4CE for ; Sat, 5 Feb 2005 11:58:14 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C92643D31 for ; Sat, 5 Feb 2005 11:58:14 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j15BwEtB068962 for ; Sat, 5 Feb 2005 11:58:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j15BwETK068959; Sat, 5 Feb 2005 11:58:14 GMT (envelope-from nobody) Message-Id: <200502051158.j15BwETK068959@www.freebsd.org> Date: Sat, 5 Feb 2005 11:58:14 GMT From: Marius Nuennerich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77130: Ports using NO_PORTDOCS instead of NOPORTDOCS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 12:00:42 -0000 >Number: 77130 >Category: ports >Synopsis: Ports using NO_PORTDOCS instead of NOPORTDOCS >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 Feb 05 12:00:39 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marius Nuennerich >Release: 5.3-STABLE >Organization: >Environment: FreeBSD 5.3-STABLE i386 >Description: Some Ports are using NO_PRTDOCS instead of NOPORTDOCS, these are: devel/ocaml-extlib graphics/ocaml-lablgl graphics/py-gdchart x11-toolkits/ocaml-lablgtk and PR ports/75554 >How-To-Repeat: grep -r NO_PORTDOCS /usr/ports/* >Fix: change thas lines ;) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 14:10:28 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB03D16A4CE for ; Sat, 5 Feb 2005 14:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A4A743D41 for ; Sat, 5 Feb 2005 14:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15EAM2F082357 for ; Sat, 5 Feb 2005 14:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15EAMBN082356; Sat, 5 Feb 2005 14:10:22 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 14:10:22 GMT Resent-Message-Id: <200502051410.j15EAMBN082356@freefall.freebsd.org> 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 412BC16A4CE for ; Sat, 5 Feb 2005 14:00:42 +0000 (GMT) Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5588143D5A for ; Sat, 5 Feb 2005 14:00:37 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.209.195]) by hfep06.dion.ne.jp with SMTP id <20050205140033799.FYPR@hfep06.dion.ne.jp> for ; Sat, 5 Feb 2005 23:00:33 +0900 Message-Id: <20050205230008.4e3d78ed.tkato432@yahoo.com> Date: Sat, 5 Feb 2005 23:00:08 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77132: Update port: cad/oregano to 0.40.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 14:10:28 -0000 >Number: 77132 >Category: ports >Synopsis: Update port: cad/oregano to 0.40.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 05 14:10:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.40.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/oregano/Makefile cad/oregano/Makefile --- /usr/ports/cad/oregano/Makefile Wed Feb 2 01:30:17 2005 +++ cad/oregano/Makefile Wed Feb 2 01:30:41 2005 @@ -6,9 +6,9 @@ # PORTNAME= oregano -PORTVERSION= 0.40.2 +PORTVERSION= 0.40.3 CATEGORIES= cad -MASTER_SITES= http://gforge.lug.fi.uba.ar/frs/download.php/54/ +MASTER_SITES= http://gforge.lug.fi.uba.ar/frs/download.php/56/ MAINTAINER= ports@FreeBSD.org COMMENT= Schematic capture and simulation of electrical circuits diff -urN /usr/ports/cad/oregano/distinfo cad/oregano/distinfo --- /usr/ports/cad/oregano/distinfo Wed Feb 2 01:30:17 2005 +++ cad/oregano/distinfo Tue Feb 1 18:05:53 2005 @@ -1,2 +1,2 @@ -MD5 (oregano-0.40.2.tar.bz2) = aca8b0c129b802db58149803eac546b7 -SIZE (oregano-0.40.2.tar.bz2) = 809590 +MD5 (oregano-0.40.3.tar.bz2) = 91fde83b01d59eaf0d4beb4d0d5631ef +SIZE (oregano-0.40.3.tar.bz2) = 799668 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 14:10:30 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F14D716A4CE for ; Sat, 5 Feb 2005 14:10:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C11F843D2D for ; Sat, 5 Feb 2005 14:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15EANA4082441 for ; Sat, 5 Feb 2005 14:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15EAN4p082440; Sat, 5 Feb 2005 14:10:23 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 14:10:23 GMT Resent-Message-Id: <200502051410.j15EAN4p082440@freefall.freebsd.org> 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 ADD8F16A4CE for ; Sat, 5 Feb 2005 14:01:05 +0000 (GMT) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 744E443D49 for ; Sat, 5 Feb 2005 14:01:04 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.209.195]) by hfep02.dion.ne.jp with SMTP id <20050205140100462.VHDT@hfep02.dion.ne.jp> for ; Sat, 5 Feb 2005 23:01:00 +0900 Message-Id: <20050205230014.2f76d336.tkato432@yahoo.com> Date: Sat, 5 Feb 2005 23:00:14 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77135: Update port: games/cryptslam to 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: Sat, 05 Feb 2005 14:10:30 -0000 >Number: 77135 >Category: ports >Synopsis: Update port: games/cryptslam to 1.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: Sat Feb 05 14:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.2 Remove file: files/patch-Makefile >How-To-Repeat: >Fix: diff -urN /usr/ports/games/cryptoslam/Makefile games/cryptoslam/Makefile --- /usr/ports/games/cryptoslam/Makefile Mon Apr 12 12:51:41 2004 +++ games/cryptoslam/Makefile Fri Jan 21 13:14:39 2005 @@ -7,29 +7,24 @@ # PORTNAME= cryptoslam -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A curses-based tool for creating and solving the cryptograms -PLIST_FILES= bin/cryptoslam USE_REINPLACE= yes -.include - -.if ${OSVERSION} < 400010 -LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses -CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \ - -I${LOCALBASE}/include -I/usr/include -.endif +PLIST_FILES= bin/cryptoslam -post-patch: - @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile +do-build: + cd ${WRKSRC} && ${CXX} ${CXXFLAGS} cryptogram.cpp cryptoslam.cpp \ + -o ${PORTNAME} -lcurses do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cryptoslam ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.include +.include diff -urN /usr/ports/games/cryptoslam/distinfo games/cryptoslam/distinfo --- /usr/ports/games/cryptoslam/distinfo Thu Jan 29 20:25:06 2004 +++ games/cryptoslam/distinfo Fri Jan 21 13:07:35 2005 @@ -1,2 +1,2 @@ -MD5 (cryptoslam-1.1.tar.gz) = 0ea3fdfdec76cf944dbd77641f5e97d3 -SIZE (cryptoslam-1.1.tar.gz) = 35385 +MD5 (cryptoslam-1.2.tgz) = 68d222efe6ed14c014e64c3329831077 +SIZE (cryptoslam-1.2.tgz) = 36122 diff -urN /usr/ports/games/cryptoslam/files/patch-Makefile games/cryptoslam/files/patch-Makefile --- /usr/ports/games/cryptoslam/files/patch-Makefile Fri Aug 23 14:14:50 2002 +++ games/cryptoslam/files/patch-Makefile Thu Jan 1 09:00:00 1970 @@ -1,17 +0,0 @@ ---- Makefile.orig Thu Aug 22 22:12:38 2002 -+++ Makefile Thu Aug 22 22:13:36 2002 -@@ -12,12 +12,12 @@ - all: cryptoslam - - cryptoslam: $(O_FILES) -- gcc -o cryptoslam $(LIB_FLAGS) $(O_FILES) -+ ${CXX} -o cryptoslam $(LIB_FLAGS) $(O_FILES) - - clean: - rm -f cryptoslam core tmp.tmp *.o - - %.o: %.c -- gcc $(CFLAGS) $(INCLUDE_FLAGS) -c $< -+ ${CXX} $(CXXFLAGS) $(INCLUDE_FLAGS) -c $< - - >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 14:10:30 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D0216A4CE for ; Sat, 5 Feb 2005 14:10:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E17F43D5C for ; Sat, 5 Feb 2005 14:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15EANri082428 for ; Sat, 5 Feb 2005 14:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15EANej082427; Sat, 5 Feb 2005 14:10:23 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 14:10:23 GMT Resent-Message-Id: <200502051410.j15EANej082427@freefall.freebsd.org> 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 0812216A4CE for ; Sat, 5 Feb 2005 14:00:57 +0000 (GMT) Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 119D243D46 for ; Sat, 5 Feb 2005 14:00:56 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.209.195]) by hfep03.dion.ne.jp with SMTP id <20050205140053382.ZLZK@hfep03.dion.ne.jp> for ; Sat, 5 Feb 2005 23:00:53 +0900 Message-Id: <20050205230012.12ba46e9.tkato432@yahoo.com> Date: Sat, 5 Feb 2005 23:00:12 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77134: Update port: games/briquolo to 0.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 14:10:31 -0000 >Number: 77134 >Category: ports >Synopsis: Update port: games/briquolo to 0.5.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 05 14:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.5.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/briquolo/Makefile games/briquolo/Makefile --- /usr/ports/games/briquolo/Makefile Thu Dec 30 19:54:22 2004 +++ games/briquolo/Makefile Wed Feb 2 14:11:15 2005 @@ -6,7 +6,7 @@ # PORTNAME= briquolo -PORTVERSION= 0.5 +PORTVERSION= 0.5.1 CATEGORIES= games MASTER_SITES= http://briquolo.free.fr/download/ @@ -30,8 +30,7 @@ LDFLAGS= -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e 's|="-Wall"|="$$CXXFLAGS"|g ; \ - s|-O3||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/configure @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|SDL/SDL|SDL|g' diff -urN /usr/ports/games/briquolo/distinfo games/briquolo/distinfo --- /usr/ports/games/briquolo/distinfo Thu Dec 30 19:54:22 2004 +++ games/briquolo/distinfo Wed Feb 2 14:10:36 2005 @@ -1,2 +1,2 @@ -MD5 (briquolo-0.5.tar.bz2) = 43489dd256d0b91d6efe0fd6defb3c7f -SIZE (briquolo-0.5.tar.bz2) = 2495042 +MD5 (briquolo-0.5.1.tar.bz2) = 7975bda39bc9811e490b37ccc93dbff2 +SIZE (briquolo-0.5.1.tar.bz2) = 2499223 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 14:10:31 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C6E716A4DF for ; Sat, 5 Feb 2005 14:10:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7171443D5F for ; Sat, 5 Feb 2005 14:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15EAMSj082414 for ; Sat, 5 Feb 2005 14:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15EAM9p082413; Sat, 5 Feb 2005 14:10:22 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 14:10:22 GMT Resent-Message-Id: <200502051410.j15EAM9p082413@freefall.freebsd.org> 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 C9C3416A4CE for ; Sat, 5 Feb 2005 14:00:49 +0000 (GMT) Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B8243D55 for ; Sat, 5 Feb 2005 14:00:48 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.209.195]) by hfep03.dion.ne.jp with SMTP id <20050205140043893.ZLXJ@hfep03.dion.ne.jp> for ; Sat, 5 Feb 2005 23:00:43 +0900 Message-Id: <20050205230010.398408cf.tkato432@yahoo.com> Date: Sat, 5 Feb 2005 23:00:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77133: Update port: deskutils/kdissert 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: Sat, 05 Feb 2005 14:10:31 -0000 >Number: 77133 >Category: ports >Synopsis: Update port: deskutils/kdissert to 0.3.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: Sat Feb 05 14:10:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.3.5 >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/kdissert/Makefile deskutils/kdissert/Makefile --- /usr/ports/deskutils/kdissert/Makefile Tue Feb 1 14:57:05 2005 +++ deskutils/kdissert/Makefile Wed Feb 2 22:13:16 2005 @@ -6,7 +6,7 @@ # PORTNAME= kdissert -PORTVERSION= 0.3.4.1 +PORTVERSION= 0.3.5 CATEGORIES= deskutils kde MASTER_SITES= http://www.freehackers.org/~tnagy/kdissert/ \ ftp://ftp.fasta.fh-dortmund.de/mirror/gentoo/distfiles/ @@ -63,13 +63,20 @@ @${MKDIR} ${PREFIX}/share/config.kcfg ${INSTALL_DATA} ${WRKSRC}/src/kdissert/kdissert.kcfg \ ${PREFIX}/share/config.kcfg -.for lang in en fr +.for lang in en @${MKDIR} ${PREFIX}/share/doc/HTML/${lang}/kdissert ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/index.cache.bz2 \ ${PREFIX}/share/doc/HTML/${lang}/kdissert ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/index.docbook \ ${PREFIX}/share/doc/HTML/${lang}/kdissert ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/screenshot.png \ + ${PREFIX}/share/doc/HTML/${lang}/kdissert +.endfor +.for lang in fr + @${MKDIR} ${PREFIX}/share/doc/HTML/${lang}/kdissert + ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/index.cache.bz2 \ + ${PREFIX}/share/doc/HTML/${lang}/kdissert + ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/index.docbook \ ${PREFIX}/share/doc/HTML/${lang}/kdissert .endfor .for size in 16 22 32 64 128 diff -urN /usr/ports/deskutils/kdissert/distinfo deskutils/kdissert/distinfo --- /usr/ports/deskutils/kdissert/distinfo Tue Feb 1 14:57:05 2005 +++ deskutils/kdissert/distinfo Wed Feb 2 21:46:26 2005 @@ -1,2 +1,2 @@ -MD5 (kdissert-0.3.4.1.tar.bz2) = d3ee0bec6fcbe1c7b81eb00d4eb1a2d4 -SIZE (kdissert-0.3.4.1.tar.bz2) = 506195 +MD5 (kdissert-0.3.5.tar.bz2) = d40e9e116702f1ff62cc6eb84700aa6c +SIZE (kdissert-0.3.5.tar.bz2) = 419104 diff -urN /usr/ports/deskutils/kdissert/files/patch-SConstruct deskutils/kdissert/files/patch-SConstruct --- /usr/ports/deskutils/kdissert/files/patch-SConstruct Tue Feb 1 07:55:20 2005 +++ deskutils/kdissert/files/patch-SConstruct Wed Feb 2 21:48:00 2005 @@ -1,6 +1,6 @@ ---- SConstruct.orig Sun Jan 16 00:08:50 2005 -+++ SConstruct Tue Jan 18 19:45:45 2005 -@@ -14,6 +14,10 @@ +--- SConstruct.orig Wed Feb 2 09:35:41 2005 ++++ SConstruct Wed Feb 2 21:47:51 2005 +@@ -20,6 +20,10 @@ env.AppendUnique(LIBS = ['qt-mt', 'kdecore']) @@ -8,6 +8,6 @@ +env['CXXFLAGS'] = "%%CXXFLAGS%%" +env.AppendUnique(LINKFLAGS = ['%%LINKFLAGS%%']) + - env['ITARGETS'] = [] + if env['INSTALL_ALL'] == 1: + env['ITARGETS'] = [] - ### subdirectories diff -urN /usr/ports/deskutils/kdissert/pkg-plist deskutils/kdissert/pkg-plist --- /usr/ports/deskutils/kdissert/pkg-plist Tue Feb 1 14:57:05 2005 +++ deskutils/kdissert/pkg-plist Wed Feb 2 22:12:59 2005 @@ -32,7 +32,6 @@ share/doc/HTML/en/kdissert/screenshot.png share/doc/HTML/fr/kdissert/index.cache.bz2 share/doc/HTML/fr/kdissert/index.docbook -share/doc/HTML/fr/kdissert/screenshot.png share/icons/crystalsvg/128x128/actions/kdissert_sort.png share/icons/crystalsvg/16x16/actions/kdissert_link.png share/icons/crystalsvg/16x16/actions/kdissert_point.png >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 14:10:31 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC8DA16A4DF for ; Sat, 5 Feb 2005 14:10:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CC0E43D69 for ; Sat, 5 Feb 2005 14:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15EAP0P082493 for ; Sat, 5 Feb 2005 14:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15EAP1D082492; Sat, 5 Feb 2005 14:10:25 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 14:10:25 GMT Resent-Message-Id: <200502051410.j15EAP1D082492@freefall.freebsd.org> 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 2B9CB16A4CE for ; Sat, 5 Feb 2005 14:01:42 +0000 (GMT) Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C3A443D4C for ; Sat, 5 Feb 2005 14:01:41 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.209.195]) by hfep06.dion.ne.jp with SMTP id <20050205140138905.GABS@hfep06.dion.ne.jp> for ; Sat, 5 Feb 2005 23:01:38 +0900 Message-Id: <20050205230021.4d44d254.tkato432@yahoo.com> Date: Sat, 5 Feb 2005 23:00:21 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77139: Update port: science/mayavi 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: Sat, 05 Feb 2005 14:10:31 -0000 >Number: 77139 >Category: ports >Synopsis: Update port: science/mayavi 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: Sat Feb 05 14:10:24 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/science/mayavi/Makefile science/mayavi/Makefile --- /usr/ports/science/mayavi/Makefile Fri Mar 5 10:48:21 2004 +++ science/mayavi/Makefile Thu Feb 3 13:18:08 2005 @@ -7,7 +7,7 @@ # PORTNAME= mayavi -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= science python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/science/mayavi/distinfo science/mayavi/distinfo --- /usr/ports/science/mayavi/distinfo Fri Mar 5 10:48:21 2004 +++ science/mayavi/distinfo Thu Feb 3 13:20:59 2005 @@ -1,2 +1,2 @@ -MD5 (MayaVi-1.3.tar.gz) = 38ae9dbe09a6bdb35289d8d6d98c65ba -SIZE (MayaVi-1.3.tar.gz) = 504912 +MD5 (MayaVi-1.4.tar.gz) = ec0b2e0bdadd509da380743a606a6c91 +SIZE (MayaVi-1.4.tar.gz) = 507608 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 14:10:32 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57D2E16A4D1 for ; Sat, 5 Feb 2005 14:10:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD46943D68 for ; Sat, 5 Feb 2005 14:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15EAOUk082467 for ; Sat, 5 Feb 2005 14:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15EAO5u082466; Sat, 5 Feb 2005 14:10:24 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 14:10:24 GMT Resent-Message-Id: <200502051410.j15EAO5u082466@freefall.freebsd.org> 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 8EB0F16A4CE for ; Sat, 5 Feb 2005 14:01:22 +0000 (GMT) Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9596D43D45 for ; Sat, 5 Feb 2005 14:01:21 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.209.195]) by hfep04.dion.ne.jp with SMTP id <20050205140118581.MYDT@hfep04.dion.ne.jp> for ; Sat, 5 Feb 2005 23:01:18 +0900 Message-Id: <20050205230017.03ccc258.tkato432@yahoo.com> Date: Sat, 5 Feb 2005 23:00:17 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77137: Update port: graphics/cbrpager to 0.9.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: Sat, 05 Feb 2005 14:10:32 -0000 >Number: 77137 >Category: ports >Synopsis: Update port: graphics/cbrpager to 0.9.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: Sat Feb 05 14:10:24 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.9.9 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/cbrpager/Makefile graphics/cbrpager/Makefile --- /usr/ports/graphics/cbrpager/Makefile Fri Dec 24 02:51:25 2004 +++ graphics/cbrpager/Makefile Sat Feb 5 02:40:16 2005 @@ -7,7 +7,7 @@ # PORTNAME= cbrpager -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.9 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/graphics/cbrpager/distinfo graphics/cbrpager/distinfo --- /usr/ports/graphics/cbrpager/distinfo Fri Dec 24 02:51:25 2004 +++ graphics/cbrpager/distinfo Sat Feb 5 02:41:05 2005 @@ -1,2 +1,2 @@ -MD5 (cbrpager-0.9.7.tar.gz) = de876f516c6b97ce5310de62edd8632b -SIZE (cbrpager-0.9.7.tar.gz) = 108008 +MD5 (cbrpager-0.9.9.tar.gz) = e2b3e36a1042e4c3d74f652a654b647c +SIZE (cbrpager-0.9.9.tar.gz) = 110344 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 14:10:32 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96B0F16A4D1 for ; Sat, 5 Feb 2005 14:10:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E3D343D67 for ; Sat, 5 Feb 2005 14:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15EANU9082454 for ; Sat, 5 Feb 2005 14:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15EANXI082453; Sat, 5 Feb 2005 14:10:23 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 14:10:23 GMT Resent-Message-Id: <200502051410.j15EANXI082453@freefall.freebsd.org> 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 B51A816A4CE for ; Sat, 5 Feb 2005 14:01:14 +0000 (GMT) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDE0F43D41 for ; Sat, 5 Feb 2005 14:01:12 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.209.195]) by hfep02.dion.ne.jp with SMTP id <20050205140109448.VHGK@hfep02.dion.ne.jp> for ; Sat, 5 Feb 2005 23:01:09 +0900 Message-Id: <20050205230016.2eb900c4.tkato432@yahoo.com> Date: Sat, 5 Feb 2005 23:00:16 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77136: Update port: games/vamos to 0.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 14:10:33 -0000 >Number: 77136 >Category: ports >Synopsis: Update port: games/vamos to 0.5.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 05 14:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.5.3 New file: files/patch-include::vamos::geometry::Three_Vetor.h >How-To-Repeat: >Fix: diff -urN /usr/ports/games/vamos/Makefile games/vamos/Makefile --- /usr/ports/games/vamos/Makefile Sun Dec 5 15:26:22 2004 +++ games/vamos/Makefile Sat Feb 5 20:42:11 2005 @@ -7,7 +7,7 @@ # PORTNAME= vamos -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,8 @@ COMMENT= An automotive simulation framework BUILD_DEPENDS= ${X11BASE}/lib/libplibul.a:${PORTSDIR}/x11-toolkits/plib -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ +LIB_DEPENDS= cppunit-1.10.2:${PORTSDIR}/devel/cppunit \ + sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ glut.3:${PORTSDIR}/graphics/libglut \ png.5:${PORTSDIR}/graphics/png diff -urN /usr/ports/games/vamos/distinfo games/vamos/distinfo --- /usr/ports/games/vamos/distinfo Sun Nov 14 20:43:41 2004 +++ games/vamos/distinfo Sat Feb 5 20:42:11 2005 @@ -1,2 +1,2 @@ -MD5 (vamos-0.5.2.tar.gz) = cdb00905342ea5fbf79998ba433b7a04 -SIZE (vamos-0.5.2.tar.gz) = 1449657 +MD5 (vamos-0.5.3.tar.gz) = d104f41d5da3ac5d2a25eedf4a193422 +SIZE (vamos-0.5.3.tar.gz) = 1455204 diff -urN /usr/ports/games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h --- /usr/ports/games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h Thu Jan 1 09:00:00 1970 +++ games/vamos/files/patch-include::vamos::geometry::Three_Vetor.h Sat Feb 5 20:43:30 2005 @@ -0,0 +1,10 @@ +--- include/vamos/geometry/Three_Vector.h.orig Thu Feb 3 12:17:54 2005 ++++ include/vamos/geometry/Three_Vector.h Sat Feb 5 20:11:47 2005 +@@ -19,6 +19,7 @@ + #define _THREE_VECTOR_H_ + + #include ++#include + + // A three-element vector. Useful for representing physical quantites + // like position, veocity or force. diff -urN /usr/ports/games/vamos/pkg-plist games/vamos/pkg-plist --- /usr/ports/games/vamos/pkg-plist Fri Jun 25 19:06:04 2004 +++ games/vamos/pkg-plist Sat Feb 5 20:42:11 2005 @@ -1,6 +1,5 @@ bin/vamos include/vamos/body/Aerodynamic_Device.h -include/vamos/body/Body.h include/vamos/body/Brake.h include/vamos/body/Car.h include/vamos/body/Clutch.h @@ -14,6 +13,7 @@ include/vamos/body/Gauge.h include/vamos/body/Gl_Car.h include/vamos/body/Particle.h +include/vamos/body/Rigid_Body.h include/vamos/body/Suspension.h include/vamos/body/Tire.h include/vamos/body/Transmission.h @@ -136,6 +136,7 @@ %%DATADIR%%/tracks/Imola.xml %%DATADIR%%/tracks/Indianapolis.xml %%DATADIR%%/tracks/Interlagos.xml +%%DATADIR%%/tracks/Istanbul.xml %%DATADIR%%/tracks/Kyalami.xml %%DATADIR%%/tracks/Laguna_Seca.xml %%DATADIR%%/tracks/Magny-Cours.xml >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 14:10:33 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A32E16A4ED for ; Sat, 5 Feb 2005 14:10:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C74E43D41 for ; Sat, 5 Feb 2005 14:10:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15EAQ7I082537 for ; Sat, 5 Feb 2005 14:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15EAQ4V082536; Sat, 5 Feb 2005 14:10:26 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 14:10:26 GMT Resent-Message-Id: <200502051410.j15EAQ4V082536@freefall.freebsd.org> 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 7929416A4CE for ; Sat, 5 Feb 2005 14:02:03 +0000 (GMT) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A7B43D45 for ; Sat, 5 Feb 2005 14:02:02 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.209.195]) by hfep01.dion.ne.jp with SMTP id <20050205140158167.XQZZ@hfep01.dion.ne.jp> for ; Sat, 5 Feb 2005 23:01:58 +0900 Message-Id: <20050205230025.5c0bdda7.tkato432@yahoo.com> Date: Sat, 5 Feb 2005 23:00:25 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77141: Update port: x11-wm/ude to 0.2.9b X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 14:10:33 -0000 >Number: 77141 >Category: ports >Synopsis: Update port: x11-wm/ude to 0.2.9b >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 Feb 05 14:10:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.2.9b >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/ude/Makefile x11-wm/ude/Makefile --- /usr/ports/x11-wm/ude/Makefile Sun Jul 11 21:05:01 2004 +++ x11-wm/ude/Makefile Wed Feb 2 20:47:11 2005 @@ -6,7 +6,7 @@ # PORTNAME= ude -PORTVERSION= 0.2.9a +PORTVERSION= 0.2.9b CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= udeproject @@ -18,24 +18,27 @@ USE_X_PREFIX= yes USE_XPM= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.if !defined(WITHOUT_NLS) +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else USE_GETTEXT= yes PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's|(getc(|(fgetc(|g' ${WRKSRC}/uwm/special.c + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/doc/html/*.css ${DOCSDIR}/html - ${INSTALL_DATA} ${WRKSRC}/doc/html/*.gif ${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DOCSDIR}/html .endif diff -urN /usr/ports/x11-wm/ude/distinfo x11-wm/ude/distinfo --- /usr/ports/x11-wm/ude/distinfo Tue Mar 2 11:57:24 2004 +++ x11-wm/ude/distinfo Wed Feb 2 21:06:49 2005 @@ -1,2 +1,2 @@ -MD5 (ude-0.2.9a.tar.gz) = 8074b225c6e789c2fd811efc9c63c8ab -SIZE (ude-0.2.9a.tar.gz) = 422080 +MD5 (ude-0.2.9b.tar.gz) = fbe4d9b154f6ba777a12acf35e601855 +SIZE (ude-0.2.9b.tar.gz) = 454563 diff -urN /usr/ports/x11-wm/ude/pkg-plist x11-wm/ude/pkg-plist --- /usr/ports/x11-wm/ude/pkg-plist Sun Jul 11 21:05:01 2004 +++ x11-wm/ude/pkg-plist Wed Feb 2 20:46:59 2005 @@ -1,11 +1,7 @@ bin/uwm -%%PORTDOCS%%%%DOCSDIR%%/html/contents.gif -%%PORTDOCS%%%%DOCSDIR%%/html/crossref.gif %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/manual.css %%PORTDOCS%%%%DOCSDIR%%/html/manual.html -%%PORTDOCS%%%%DOCSDIR%%/html/next.gif -%%PORTDOCS%%%%DOCSDIR%%/html/next_g.gif %%PORTDOCS%%%%DOCSDIR%%/html/node1.html %%PORTDOCS%%%%DOCSDIR%%/html/node10.html %%PORTDOCS%%%%DOCSDIR%%/html/node11.html @@ -21,10 +17,6 @@ %%PORTDOCS%%%%DOCSDIR%%/html/node7.html %%PORTDOCS%%%%DOCSDIR%%/html/node8.html %%PORTDOCS%%%%DOCSDIR%%/html/node9.html -%%PORTDOCS%%%%DOCSDIR%%/html/prev.gif -%%PORTDOCS%%%%DOCSDIR%%/html/prev_g.gif -%%PORTDOCS%%%%DOCSDIR%%/html/up.gif -%%PORTDOCS%%%%DOCSDIR%%/html/up_g.gif %%NLS%%share/locale/de/LC_MESSAGES/ude.mo %%NLS%%share/locale/es/LC_MESSAGES/ude.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/ude.mo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 14:10:35 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BD216A502 for ; Sat, 5 Feb 2005 14:10:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2BE943D39 for ; Sat, 5 Feb 2005 14:10:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15EAQKB082514 for ; Sat, 5 Feb 2005 14:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15EAQup082513; Sat, 5 Feb 2005 14:10:26 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 14:10:26 GMT Resent-Message-Id: <200502051410.j15EAQup082513@freefall.freebsd.org> 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 F098816A4CE for ; Sat, 5 Feb 2005 14:01:54 +0000 (GMT) Received: from hfep07.dion.ne.jp (hfep07.dion.ne.jp [203.181.105.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D1843D5E for ; Sat, 5 Feb 2005 14:01:52 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.209.195]) by hfep07.dion.ne.jp with SMTP id <20050205140145420.RFXW@hfep07.dion.ne.jp> for ; Sat, 5 Feb 2005 23:01:45 +0900 Message-Id: <20050205230023.5036349c.tkato432@yahoo.com> Date: Sat, 5 Feb 2005 23:00:23 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77140: Update port: sysutils/lavaps to 2.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: Sat, 05 Feb 2005 14:10:35 -0000 >Number: 77140 >Category: ports >Synopsis: Update port: sysutils/lavaps to 2.7 >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 Feb 05 14:10:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.7 New file: files/patch-src::Makefile.in files/patch-src::main.c Remove file: files/patch-aa files/patch-configure files/patch-gconf files/patch-po >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/lavaps/Makefile sysutils/lavaps/Makefile --- /usr/ports/sysutils/lavaps/Makefile Sat Dec 4 00:50:14 2004 +++ sysutils/lavaps/Makefile Sat Feb 5 13:58:52 2005 @@ -6,44 +6,40 @@ # PORTNAME= lavaps -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= sysutils MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ MAINTAINER= ports@FreeBSD.org COMMENT= A lava lamp of currently running processes -OPTIONS= GTK2 "Use GTK2 instead of TCL/TK for GUI (untested!)" off +WANT_GNOME= yes +USE_GNOME= gnometarget +USE_PERL5_BUILD= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAN1= lavaps.1 + TCL_VER?= 8.4 -.ifdef WITH_GTK2 -LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext \ - iconv:${PORTSDIR}/converters/libiconv -USE_GNOME= gtk2 -CONFIGURE_ARGS+=--with-gtk -PLIST_SUB+= MO='' - -post-configure: - ${MV} ${WRKSRC}/po/Makefile.in ${WRKSRC}/po/Makefile -.else -LIB_DEPENDS+= tk${TCL_VER:S/.//}:${PORTSDIR}/x11-toolkits/tk${TCL_VER:S/.//} -CONFIGURE_ARGS+=--with-tcltk -USE_REINPLACE= yes -PLIST_SUB+= MO='@comment ' - -post-configure: - ${REINPLACE_CMD} -e 's/ po / /' ${WRKSRC}/Makefile -.endif -USE_PERL5_BUILD=yes, for documentation +CPPFLAGS= -I${LOCALBASE}/include/tcl${TCL_VER} \ + -I${LOCALBASE}/include/tk${TCL_VER} \ + -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include -GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" USE_NLS=yes -CONFIGURE_ENV+= TK_DOTTED_HI_VERS=${TCL_VER} TCL_DOTTED_HI_VERS=${TCL_VER} -CONFIGURE_ARGS+=--with-tcl-ver=${TCL_VER} --with-tk-ver=${TCL_VER} -CONFIGURE_ARGS+=--with-libintl --with-libiconv -MAN1= lavaps.1 +.if ${HAVE_GNOME:Mgtk20}!="" +PKGNAMESUFFIX= -gtk2 +USE_GNOME+= gtk20 +CONFIGURE_ARGS+= --with-gtk +PLIST_SUB+= NLS="" +.else +LIB_DEPENDS+= tk${TCL_VER:S/.//}:${PORTSDIR}/x11-toolkits/tk${TCL_VER:S/.//} +CONFIGURE_ARGS+= --with-tcltk --disable-nls \ + --with-tcl-ver=${TCL_VER} --with-tk-ver=${TCL_VER} +PLIST_SUB+= NLS="@comment " +.endif .include diff -urN /usr/ports/sysutils/lavaps/distinfo sysutils/lavaps/distinfo --- /usr/ports/sysutils/lavaps/distinfo Sun Nov 21 02:01:00 2004 +++ sysutils/lavaps/distinfo Sat Feb 5 03:05:43 2005 @@ -1,2 +1,2 @@ -MD5 (lavaps-2.6.tar.gz) = 008a63f3fb9b06676cca9ac085aee9e2 -SIZE (lavaps-2.6.tar.gz) = 318054 +MD5 (lavaps-2.7.tar.gz) = cf56a2becae9053130768e4dff5b4a59 +SIZE (lavaps-2.7.tar.gz) = 399332 diff -urN /usr/ports/sysutils/lavaps/files/patch-aa sysutils/lavaps/files/patch-aa --- /usr/ports/sysutils/lavaps/files/patch-aa Sat Nov 20 23:52:32 2004 +++ sysutils/lavaps/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- src/change_tracking.hh Tue Jul 15 00:42:06 2003 -+++ src/change_tracking.hh Sat Nov 20 08:35:14 2004 -@@ -77,9 +77,9 @@ - protected: - static SUM s_; -- void update_sum() { s_.sum_ += change_; } -+ void update_sum() { s_.sum_ += change_tracking::change_; } - public: - sum_change_tracking() {}; -- sum_change_tracking(T first) : change_tracking(first) { update_sum(frst); }; -- ~sum_change_tracking() { tick_incr(-last_); }; -+ sum_change_tracking(T first) : change_tracking(first) { update_sum(first); }; -+ ~sum_change_tracking() { tick_incr(-change_tracking::last_); }; - - diff -urN /usr/ports/sysutils/lavaps/files/patch-configure sysutils/lavaps/files/patch-configure --- /usr/ports/sysutils/lavaps/files/patch-configure Sat Nov 20 23:52:32 2004 +++ sysutils/lavaps/files/patch-configure Thu Jan 1 09:00:00 1970 @@ -1,9 +0,0 @@ ---- configure Sun Jun 6 22:20:50 2004 -+++ configure Sat Nov 20 07:37:39 2004 -@@ -6494,5 +6494,5 @@ - TCLTK_INCLUDES=${PLATFORM_SPECIFIC_TCLTK_INCLUDES:-""} - TCLTK_LIBS=${PLATFORM_SPECIFIC_TCLTK_LIBS:-"tba"} --TCLTK_DL_LIB=${PLATFORM_SPECIFIC_TCLTK_DL_LIB:-"-ldl"} -+TCLTK_DL_LIB=${PLATFORM_SPECIFIC_TCLTK_DL_LIB} - - echo "$as_me:$LINENO: checking for platform-specific tcl/tk code" >&5 diff -urN /usr/ports/sysutils/lavaps/files/patch-gconf sysutils/lavaps/files/patch-gconf --- /usr/ports/sysutils/lavaps/files/patch-gconf Sat Nov 20 23:52:32 2004 +++ sysutils/lavaps/files/patch-gconf Thu Jan 1 09:00:00 1970 @@ -1,24 +0,0 @@ ---- src/Makefile.in Sun Jun 6 22:20:46 2004 -+++ src/Makefile.in Sat Nov 20 09:08:06 2004 -@@ -249,5 +249,5 @@ - localstatedir = @localstatedir@ - mandir = @mandir@ --mkdir_p = @mkdir_p@ -+mkdir_p = mkdir -p - oldincludedir = @oldincludedir@ - prefix = @prefix@ -@@ -459,11 +459,11 @@ - install-schemaDATA: $(schema_DATA) - @$(NORMAL_INSTALL) -- test -z "$(schemadir)" || $(mkdir_p) "$(DESTDIR)$(schemadir)" -- @list='$(schema_DATA)'; for p in $$list; do \ -+ test -z "$(schemadir)" || ($(mkdir_p) "$(DESTDIR)$(schemadir)"; \ -+ list='$(schema_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(schemaDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(schemadir)/$$f'"; \ - $(schemaDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(schemadir)/$$f"; \ -- done -+ done) - - uninstall-schemaDATA: diff -urN /usr/ports/sysutils/lavaps/files/patch-po sysutils/lavaps/files/patch-po --- /usr/ports/sysutils/lavaps/files/patch-po Sat Nov 20 23:52:32 2004 +++ sysutils/lavaps/files/patch-po Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ -We fix this Makefile and install the .gmo even though lavaps does -not use them yet -- not without Gnome, anyway. May be, this will -change... ---- po/Makefile.in.in Sun Jun 6 22:19:05 2004 -+++ po/Makefile.in.in Sat Nov 20 08:46:31 2004 -@@ -60,5 +60,5 @@ - POTFILES = \ - --CATALOGS = @CATALOGS@ -+CATALOGS != echo *.gmo - - # Makevars gets inserted here. (Don't remove this line!) diff -urN /usr/ports/sysutils/lavaps/files/patch-src::Makefile.in sysutils/lavaps/files/patch-src::Makefile.in --- /usr/ports/sysutils/lavaps/files/patch-src::Makefile.in Thu Jan 1 09:00:00 1970 +++ sysutils/lavaps/files/patch-src::Makefile.in Sat Feb 5 13:51:53 2005 @@ -0,0 +1,13 @@ +--- src/Makefile.in.orig Sat Dec 25 11:42:03 2004 ++++ src/Makefile.in Sat Feb 5 13:51:37 2005 +@@ -318,8 +318,8 @@ + + + # according to http://www.gnome.org/projects/gconf/ +-schemadir = @GCONF_SCHEMA_FILE_DIR@ +-schema_DATA = lavaps.schemas ++#schemadir = @GCONF_SCHEMA_FILE_DIR@ ++#schema_DATA = lavaps.schemas + EXTRA_DIST = \ + $(schema_DATA) \ + linux/proc/Makefile \ diff -urN /usr/ports/sysutils/lavaps/files/patch-src::main.c sysutils/lavaps/files/patch-src::main.c --- /usr/ports/sysutils/lavaps/files/patch-src::main.c Thu Jan 1 09:00:00 1970 +++ sysutils/lavaps/files/patch-src::main.c Sat Feb 5 03:27:19 2005 @@ -0,0 +1,42 @@ +--- src/main.cc.orig Sat Dec 18 04:59:03 2004 ++++ src/main.cc Sat Feb 5 03:27:07 2005 +@@ -42,6 +42,27 @@ + #endif /* USE_TEXT_BLOB */ + + ++// XXX Implement strndup for FreeBSD. ++#ifdef __FreeBSD__ ++#ifdef __cplusplus ++extern "C" { ++#endif ++static char * ++mystrndup(const char *str, int len) { ++ char *ret; ++ ++ if ((str == NULL || len < 0)) return(NULL); ++ ret = (char *)malloc(len + 1); ++ if (ret == NULL) return(NULL); ++ memcpy(ret, str, len); ++ ret[len] = '\0'; ++ return(ret); ++} ++#ifdef __cplusplus ++} ++#endif ++#endif ++ + int filter_good_uid = 0, + filter_good_pid = 0; + bool allow_autosize = true; +@@ -153,7 +174,11 @@ + if (arg == NULL) { + die (N_("--geometry option requires argument giving X-style geometry specification.\n")); + }; ++#ifdef __FreeBSD__ ++ lava_default_geometry = mystrndup(arg, 1024); // leaks memory, but probably doesn't matter ++#else + lava_default_geometry = strndup(arg, 1024); // leaks memory, but probably doesn't matter ++#endif + break; + case OPTION_DEBUG: + lava_debug = true; diff -urN /usr/ports/sysutils/lavaps/pkg-plist sysutils/lavaps/pkg-plist --- /usr/ports/sysutils/lavaps/pkg-plist Sun Nov 21 02:01:01 2004 +++ sysutils/lavaps/pkg-plist Sat Feb 5 13:33:11 2005 @@ -1,5 +1,5 @@ bin/lavaps -%%MO%%share/locale/es/LC_MESSAGES/lavaps.mo -%%MO%%share/locale/ru/LC_MESSAGES/lavaps.mo +%%NLS%%share/locale/es/LC_MESSAGES/lavaps.mo +%%NLS%%share/locale/ru/LC_MESSAGES/lavaps.mo @exec chgrp kmem %D/bin/lavaps @exec chmod g+s %D/bin/lavaps >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 14:10:35 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AA1F16A508 for ; Sat, 5 Feb 2005 14:10:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE64043D49 for ; Sat, 5 Feb 2005 14:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15EAOFd082480 for ; Sat, 5 Feb 2005 14:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15EAO3a082479; Sat, 5 Feb 2005 14:10:24 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 14:10:24 GMT Resent-Message-Id: <200502051410.j15EAO3a082479@freefall.freebsd.org> 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 4493416A4CE for ; Sat, 5 Feb 2005 14:01:35 +0000 (GMT) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D34F43D49 for ; Sat, 5 Feb 2005 14:01:33 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.209.195]) by hfep02.dion.ne.jp with SMTP id <20050205140126331.VHKI@hfep02.dion.ne.jp> for ; Sat, 5 Feb 2005 23:01:26 +0900 Message-Id: <20050205230019.3df78b12.tkato432@yahoo.com> Date: Sat, 5 Feb 2005 23:00:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77138: Update port: misc/gretl to 1.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: Sat, 05 Feb 2005 14:10:35 -0000 >Number: 77138 >Category: ports >Synopsis: Update port: misc/gretl to 1.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: Sat Feb 05 14:10:24 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.3.2 Remove file: files/patch-plugin::tramo-x12a.c >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/gretl/Makefile misc/gretl/Makefile --- /usr/ports/misc/gretl/Makefile Fri Nov 19 13:44:26 2004 +++ misc/gretl/Makefile Tue Feb 1 19:51:19 2005 @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/misc/gretl/distinfo misc/gretl/distinfo --- /usr/ports/misc/gretl/distinfo Fri Nov 19 13:44:26 2004 +++ misc/gretl/distinfo Tue Feb 1 20:12:13 2005 @@ -1,2 +1,2 @@ -MD5 (gretl-1.3.0.tar.bz2) = efd51897e34808b15fdb6109fa36834c -SIZE (gretl-1.3.0.tar.bz2) = 4146959 +MD5 (gretl-1.3.2.tar.bz2) = 12a057125469cb4e8f84ad05909cdb21 +SIZE (gretl-1.3.2.tar.bz2) = 4364798 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 Fri Nov 19 13:44:27 2004 +++ misc/gretl/files/patch-lib::Makefile.in Tue Feb 1 20:14:43 2005 @@ -1,6 +1,6 @@ ---- lib/Makefile.in.orig Mon Nov 1 01:05:09 2004 -+++ lib/Makefile.in Thu Nov 18 20:25:22 2004 -@@ -18,6 +18,11 @@ +--- lib/Makefile.in.orig Sat Jan 29 02:45:42 2005 ++++ lib/Makefile.in Tue Feb 1 20:14:33 2005 +@@ -22,6 +22,11 @@ have_gtk = @have_gtk@ @@ -12,7 +12,7 @@ ifeq ($(INSTALL_PROGRAM),) INSTALL_PROGRAM = $(INSTALL) -m 755 endif -@@ -32,7 +37,7 @@ +@@ -36,7 +41,7 @@ libdir = $(prefix)/lib includedir = $(prefix)/include/gretl aclocaldir = $(prefix)/share/aclocal @@ -21,7 +21,7 @@ INSTALLDIRS = $(libdir) $(includedir) $(aclocaldir) -@@ -48,8 +53,8 @@ +@@ -52,8 +57,8 @@ # hard-coded -L/usr/local/lib is a bodge!! @@ -32,7 +32,7 @@ #### End of system configuration section. #### -@@ -115,7 +120,7 @@ +@@ -119,7 +124,7 @@ LIBTOOL = ../libtool override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(XML_CFLAGS) $(GLIB_CFLAGS) \ @@ -41,12 +41,12 @@ COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) -@@ -125,7 +130,7 @@ - +@@ -130,7 +135,7 @@ $(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ) $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \ -- -rpath $(prefix)/lib $(LIBS) -version-info 0:23:0 -+ -rpath $(prefix)/lib $(LIBS) -version-info 0:23:0 $(LDFLAGS) + -rpath $(prefix)/lib $(LIBS) \ +- -version-info $(CURRENT):$(REVISION):$(AGE) ++ -version-info $(CURRENT):$(REVISION):$(AGE) $(LDFLAGS) .deps: mkdir $@ diff -urN /usr/ports/misc/gretl/files/patch-plugin::tramo-x12a.c misc/gretl/files/patch-plugin::tramo-x12a.c --- /usr/ports/misc/gretl/files/patch-plugin::tramo-x12a.c Mon May 12 16:48:37 2003 +++ misc/gretl/files/patch-plugin::tramo-x12a.c Thu Jan 1 09:00:00 1970 @@ -1,25 +0,0 @@ ---- plugin/tramo-x12a.c.orig Tue Feb 18 05:20:25 2003 -+++ plugin/tramo-x12a.c Sun May 4 03:27:36 2003 -@@ -187,7 +187,7 @@ - else strcpy(seats, "seats"); - } - --static void truncate (char *str, int n) -+static void truncate_ (char *str, int n) - { - int len = strlen(str); - -@@ -361,11 +361,11 @@ - /* formulate name of new variable to add */ - strcpy(varname, pdinfo->varname[0]); - if (opt == TRAMO_SEATS) { -- truncate(varname, 5); -+ truncate_(varname, 5); - strcat(varname, "_"); - strncat(varname, tramo_series_strings[code], 2); - } else { -- truncate(varname, 4); -+ truncate_(varname, 4); - strcat(varname, "_"); - strcat(varname, x12a_series_strings[code]); - } diff -urN /usr/ports/misc/gretl/pkg-plist misc/gretl/pkg-plist --- /usr/ports/misc/gretl/pkg-plist Fri Nov 19 13:44:27 2004 +++ misc/gretl/pkg-plist Tue Feb 1 20:43:12 2005 @@ -32,6 +32,7 @@ include/gretl/libgretl.h include/gretl/libprob.h include/gretl/libset.h +include/gretl/loop_private.h include/gretl/missing.h include/gretl/modelprint.h include/gretl/modelspec.h @@ -47,6 +48,7 @@ include/gretl/strutils.h include/gretl/subsample.h include/gretl/system.h +include/gretl/system_private.h include/gretl/texprint.h include/gretl/transforms.h include/gretl/var.h @@ -55,9 +57,11 @@ lib/gretl-gtk2/arma_x12.so lib/gretl-gtk2/data/urcdata.gz lib/gretl-gtk2/excel_import.so +lib/gretl-gtk2/fractals.so lib/gretl-gtk2/garch.so lib/gretl-gtk2/gnumeric_import.so lib/gretl-gtk2/johansen.so +lib/gretl-gtk2/kernel.so lib/gretl-gtk2/lad.so lib/gretl-gtk2/leverage.so lib/gretl-gtk2/logistic.so @@ -199,6 +203,7 @@ %%DATADIR%%/data/misc/hamilton.gdt %%DATADIR%%/data/misc/jgm-data.gdt %%DATADIR%%/data/misc/klein.gdt +%%DATADIR%%/data/misc/kmenta.gdt %%DATADIR%%/data/misc/leverage.gdt %%DATADIR%%/data/misc/longley.gdt %%DATADIR%%/data/misc/mrw.gdt @@ -239,9 +244,11 @@ %%DATADIR%%/scripts/misc/garch.inp %%DATADIR%%/scripts/misc/jgm-1996.inp %%DATADIR%%/scripts/misc/klein.inp +%%DATADIR%%/scripts/misc/kmenta.inp %%DATADIR%%/scripts/misc/leverage.inp %%DATADIR%%/scripts/misc/longley.inp %%DATADIR%%/scripts/misc/mrw.inp +%%DATADIR%%/scripts/misc/perron97.inp %%DATADIR%%/scripts/misc/ps_descriptions %%DATADIR%%/scripts/misc/pscoin.inp %%DATADIR%%/scripts/misc/restrict.inp @@ -332,6 +339,7 @@ %%GNOME:%%share/gnome/help/gretl/C/chapters/cmdref.xml %%GNOME:%%share/gnome/help/gretl/C/chapters/datafiles.xml %%GNOME:%%share/gnome/help/gretl/C/chapters/functions.xml +%%GNOME:%%share/gnome/help/gretl/C/chapters/genr.xml %%GNOME:%%share/gnome/help/gretl/C/chapters/graphs.xml %%GNOME:%%share/gnome/help/gretl/C/chapters/intro.xml %%GNOME:%%share/gnome/help/gretl/C/chapters/looping.xml @@ -349,6 +357,15 @@ %%GNOME:%%share/gnome/help/gretl/C/figures/aic.png %%GNOME:%%share/gnome/help/gretl/C/figures/arlags.png %%GNOME:%%share/gnome/help/gretl/C/figures/autocorr.png +%%GNOME:%%share/gnome/help/gretl/C/figures/bk1.png +%%GNOME:%%share/gnome/help/gretl/C/figures/bk1a.png +%%GNOME:%%share/gnome/help/gretl/C/figures/bk1b.png +%%GNOME:%%share/gnome/help/gretl/C/figures/bk2.png +%%GNOME:%%share/gnome/help/gretl/C/figures/bk2a.png +%%GNOME:%%share/gnome/help/gretl/C/figures/bk2b.png +%%GNOME:%%share/gnome/help/gretl/C/figures/bk3.png +%%GNOME:%%share/gnome/help/gretl/C/figures/bk4.png +%%GNOME:%%share/gnome/help/gretl/C/figures/bk4a.png %%GNOME:%%share/gnome/help/gretl/C/figures/caution.png %%GNOME:%%share/gnome/help/gretl/C/figures/corc.png %%GNOME:%%share/gnome/help/gretl/C/figures/cumulate.png @@ -378,6 +395,8 @@ %%GNOME:%%share/gnome/help/gretl/C/figures/selector.png %%GNOME:%%share/gnome/help/gretl/C/figures/session.png %%GNOME:%%share/gnome/help/gretl/C/figures/simformula.png +%%GNOME:%%share/gnome/help/gretl/C/figures/syssigma1.png +%%GNOME:%%share/gnome/help/gretl/C/figures/syssigma2.png %%GNOME:%%share/gnome/help/gretl/C/figures/tip.png %%GNOME:%%share/gnome/help/gretl/C/figures/toolbar.png %%GNOME:%%share/gnome/help/gretl/C/figures/tworootT.png @@ -391,6 +410,7 @@ %%GNOME:%%share/gnome/help/gretl/it/chapters/cmdref.xml %%GNOME:%%share/gnome/help/gretl/it/chapters/datafiles.xml %%GNOME:%%share/gnome/help/gretl/it/chapters/functions.xml +%%GNOME:%%share/gnome/help/gretl/it/chapters/genr.xml %%GNOME:%%share/gnome/help/gretl/it/chapters/graphs.xml %%GNOME:%%share/gnome/help/gretl/it/chapters/intro.xml %%GNOME:%%share/gnome/help/gretl/it/chapters/looping.xml @@ -407,6 +427,15 @@ %%GNOME:%%share/gnome/help/gretl/it/figures/aic.png %%GNOME:%%share/gnome/help/gretl/it/figures/arlags.png %%GNOME:%%share/gnome/help/gretl/it/figures/autocorr.png +%%GNOME:%%share/gnome/help/gretl/it/figures/bk1.png +%%GNOME:%%share/gnome/help/gretl/it/figures/bk1a.png +%%GNOME:%%share/gnome/help/gretl/it/figures/bk1b.png +%%GNOME:%%share/gnome/help/gretl/it/figures/bk2.png +%%GNOME:%%share/gnome/help/gretl/it/figures/bk2a.png +%%GNOME:%%share/gnome/help/gretl/it/figures/bk2b.png +%%GNOME:%%share/gnome/help/gretl/it/figures/bk3.png +%%GNOME:%%share/gnome/help/gretl/it/figures/bk4.png +%%GNOME:%%share/gnome/help/gretl/it/figures/bk4a.png %%GNOME:%%share/gnome/help/gretl/it/figures/caution.png %%GNOME:%%share/gnome/help/gretl/it/figures/corc.png %%GNOME:%%share/gnome/help/gretl/it/figures/cumulate.png @@ -436,6 +465,8 @@ %%GNOME:%%share/gnome/help/gretl/it/figures/selector.png %%GNOME:%%share/gnome/help/gretl/it/figures/session.png %%GNOME:%%share/gnome/help/gretl/it/figures/simformula.png +%%GNOME:%%share/gnome/help/gretl/it/figures/syssigma1.png +%%GNOME:%%share/gnome/help/gretl/it/figures/syssigma2.png %%GNOME:%%share/gnome/help/gretl/it/figures/tip.png %%GNOME:%%share/gnome/help/gretl/it/figures/toolbar.png %%GNOME:%%share/gnome/help/gretl/it/figures/tworootT.png @@ -449,27 +480,9 @@ %%GNOME:%%share/gnome/pixmaps/gnome-application-x-gretlsession.png %%GNOME:%%share/gnome/pixmaps/gretl-logo.xpm %%GNOME:%%share/gnome/pixmaps/gretl.png +share/locale/de/LC_MESSAGES/gretl.mo share/locale/es/LC_MESSAGES/gretl.mo share/locale/fr/LC_MESSAGES/gretl.mo share/locale/it/LC_MESSAGES/gretl.mo share/locale/ja/LC_MESSAGES/gretl.mo share/locale/pl/LC_MESSAGES/gretl.mo -%%GNOME:%%@dirrm share/gnome/omf/gretl -%%GNOME:%%@dirrm share/gnome/help/gretl/it/figures -%%GNOME:%%@dirrm share/gnome/help/gretl/it/chapters -%%GNOME:%%@dirrm share/gnome/help/gretl/it -%%GNOME:%%@dirrm share/gnome/help/gretl/C/figures -%%GNOME:%%@dirrm share/gnome/help/gretl/C/chapters -%%GNOME:%%@dirrm share/gnome/help/gretl/C -%%GNOME:%%@dirrm share/gnome/help/gretl -@dirrm %%DATADIR%%/scripts/misc -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/db -@dirrm %%DATADIR%%/data/nist -@dirrm %%DATADIR%%/data/misc -@dirrm %%DATADIR%%/data/greene -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% -@dirrm lib/gretl-gtk2/data -@dirrm lib/gretl-gtk2 -@dirrm include/gretl >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 14:50:15 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B173E16A4CF for ; Sat, 5 Feb 2005 14:50:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7822143D54 for ; Sat, 5 Feb 2005 14:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15EoFWZ084429 for ; Sat, 5 Feb 2005 14:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15EoFrE084428; Sat, 5 Feb 2005 14:50:15 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 14:50:15 GMT Resent-Message-Id: <200502051450.j15EoFrE084428@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, vaidab Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3900816A4CE for ; Sat, 5 Feb 2005 14:43:27 +0000 (GMT) Received: from phenix.rootshell.be (phenix.rootshell.be [217.22.55.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DC0943D4C for ; Sat, 5 Feb 2005 14:43:26 +0000 (GMT) (envelope-from vaidab@phenix.rootshell.be) Received: by phenix.rootshell.be (Postfix, from userid 55646) id 27D0817983; Sat, 5 Feb 2005 15:43:25 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by phenix.rootshell.be (Postfix) with ESMTP id 251A31797A for ; Sat, 5 Feb 2005 15:43:25 +0100 (CET) Message-Id: Date: Sat, 5 Feb 2005 15:43:24 +0100 (CET) From: vaidab To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77142: New port: security/DMitry Deepmagic Information Gathering Tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 14:50:15 -0000 >Number: 77142 >Category: ports >Synopsis: New port: security/DMitry Deepmagic Information Gathering 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: Sat Feb 05 14:50:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vaida Bogdan >Release: FreeBSD 5.3-RELEASE-p5 >Organization: >Environment: System: FreeBSD heaven.org 5.3-RELEASE-p5 >Description: DMitry (Deepmagic Information Gathering Tool) is a UNIX/(GNU)Linux Command Line program coded purely in C with the ability to gather as much information as possible about a host. >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: # # DMitry # DMitry/Makefile # DMitry/distinfo # DMitry/pkg-descr # DMitry/pkg-plist # echo c - DMitry mkdir -p DMitry > /dev/null 2>&1 echo x - DMitry/Makefile sed 's/^X//' >DMitry/Makefile << 'END-of-DMitry/Makefile' X# New ports collection makefile for: DMitry X# Date created: 5 Feb 2005 X# Whom: Vaida Bogdan X# X# $FreeBSD$ X# X XPORTNAME= DMitry XPORTVERSION= 1.2a XCATEGORIES= security XMASTER_SITES= http://TODO.html # TODO X XMAINTAINER= vaidab@safe-mail.net XCOMMENT= Deepmagic Information Gathering Tool X XHAS_CONFIGURE= yes X XMAN1= dmitry.1 XMANCOMPRESSED= no X XPORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README X X#do-install: X# cd ${WRKSRC} && ./installer.sh --installdir ${PREFIX} X# ${INSTALL_MAN} ${WRKSRC}/files/development/rkhunter.8 ${MAN8PREFIX}/man/man8 X# share/doc/DMitry X X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} X.endif X X.include END-of-DMitry/Makefile echo x - DMitry/distinfo sed 's/^X//' >DMitry/distinfo << 'END-of-DMitry/distinfo' XMD5 (DMitry-1.2a.tar.gz) = 5917242266383be3aa7e0e618ae0c015 XSIZE (DMitry-1.2a.tar.gz) = 197156 END-of-DMitry/distinfo echo x - DMitry/pkg-descr sed 's/^X//' >DMitry/pkg-descr << 'END-of-DMitry/pkg-descr' XDMitry (Deepmagic Information Gathering Tool) is a XUNIX/(GNU)Linux Command Line program coded purely in C Xwith the ability to gather as much information as possible Xabout a host. X XWWW: http://www.mor-pah.net X X- Vaida Bogdan Xvaidab@safe-mail.net END-of-DMitry/pkg-descr echo x - DMitry/pkg-plist sed 's/^X//' >DMitry/pkg-plist << 'END-of-DMitry/pkg-plist' Xbin/dmitry Xbin/dmitrybot END-of-DMitry/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 15:00:32 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32C9D16A4CE for ; Sat, 5 Feb 2005 15:00:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA6E043D46 for ; Sat, 5 Feb 2005 15:00:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15F0VMA084943 for ; Sat, 5 Feb 2005 15:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15F0VBM084941; Sat, 5 Feb 2005 15:00:31 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 15:00:31 GMT Resent-Message-Id: <200502051500.j15F0VBM084941@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KIMURA Yasuhiro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5BB916A4DC for ; Sat, 5 Feb 2005 14:57:30 +0000 (GMT) Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 242D743D49 for ; Sat, 5 Feb 2005 14:57:30 +0000 (GMT) (envelope-from yasu@home.utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 88D6EB8A4 for ; Sat, 5 Feb 2005 23:57:28 +0900 (JST) Received: from localhost.home.utahime.org (localhost.home.utahime.org [127.0.0.1])586C454E9; Sat, 5 Feb 2005 23:57:28 +0900 (JST) Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1]) by localhost.home.utahime.org (AvMailGate-2.0.2-5) id 35250-5349A6A9; Sat, 05 Feb 2005 23:57:28 +0900 Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 24F9B54E7; Sat, 5 Feb 2005 23:57:28 +0900 (JST) Message-Id: <20050205145728.24F9B54E7@eastasia.home.utahime.org> Date: Sat, 5 Feb 2005 23:57:28 +0900 (JST) From: KIMURA Yasuhiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77143: [MAINTAINER] irc/riece: New version 1.0.7 is released X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 15:00:32 -0000 >Number: 77143 >Category: ports >Synopsis: [MAINTAINER] irc/riece: New version 1.0.7 is released >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 Feb 05 15:00:31 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KIMURA Yasuhiro >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: System: FreeBSD xxxxxxxx 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Wed Jan 26 08:33:31 JST 2005 xxxxxxxx i386 >Description: - New version 1.0.7 is released. - Remove wiliki.designflaw.org from MASTER_SITES since domain designflaw.org is expired and disappeared. >How-To-Repeat: >Fix: --- patch-riece begins here --- Index: irc/riece/Makefile =================================================================== RCS file: /net/cvsup/cvsroot/ports/irc/riece/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- irc/riece/Makefile 9 Dec 2004 16:46:03 -0000 1.22 +++ irc/riece/Makefile 5 Feb 2005 14:30:13 -0000 @@ -5,13 +5,13 @@ # $FreeBSD: ports/irc/riece/Makefile,v 1.22 2004/12/09 16:46:03 vs Exp $ PORTNAME= riece -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 PORTEPOCH= 1 CATEGORIES= irc elisp -MASTER_SITES= http://wiliki.designflaw.org/riece/ \ - ${MASTER_SITE_SAVANNAH} +MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -${EMACS_PORT_NAME} +DISTFILES= ${PORTNAME}-${PORTVERSION}a${EXTRACT_SUFX} MAINTAINER= yasu@utahime.org COMMENT= IRC client for Emacs Index: irc/riece/distinfo =================================================================== RCS file: /net/cvsup/cvsroot/ports/irc/riece/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- irc/riece/distinfo 9 Dec 2004 16:46:03 -0000 1.10 +++ irc/riece/distinfo 5 Feb 2005 14:26:24 -0000 @@ -1,2 +1,2 @@ -MD5 (riece-1.0.6.tar.gz) = 659c65bc055ea5629caf12b74e0a9864 -SIZE (riece-1.0.6.tar.gz) = 313604 +MD5 (riece-1.0.7a.tar.gz) = a6b00e1de16aecb2083a76ca920993e9 +SIZE (riece-1.0.7a.tar.gz) = 338271 Index: irc/riece/pkg-plist =================================================================== RCS file: /net/cvsup/cvsroot/ports/irc/riece/pkg-plist,v retrieving revision 1.10 diff -u -r1.10 pkg-plist --- irc/riece/pkg-plist 7 Nov 2004 10:56:21 -0000 1.10 +++ irc/riece/pkg-plist 5 Feb 2005 14:42:36 -0000 @@ -33,18 +33,24 @@ %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ctcp.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ctlseq.el %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ctlseq.elc +%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-debug.el +%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-debug.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-display.el %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-display.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-doctor.el %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-doctor.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-emacs.el %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-emacs.elc +%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-eval.el +%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-eval.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-filter.el %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-filter.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-foolproof.el %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-foolproof.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-globals.el %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-globals.elc +%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-google.el +%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-google.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-guess.el %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-guess.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-handle.el @@ -65,6 +71,8 @@ %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-irc.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-kakasi.el %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-kakasi.elc +%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-keepalive.el +%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-keepalive.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-keyword.el %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-keyword.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-layout.el @@ -95,6 +103,8 @@ %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-signal.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-skk-kakutei.el %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-skk-kakutei.elc +%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-toolbar.el +%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-toolbar.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-unread.el %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-unread.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-url.el @@ -109,4 +119,7 @@ %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-yank.elc %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece.el %%EMACS_VERSION_SITE_LISPDIR%%/riece/riece.elc +%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-command-next-channel.xpm +%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-command-previous-channel.xpm +%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-submit-bug-report.xpm @dirrm %%EMACS_VERSION_SITE_LISPDIR%%/riece --- patch-riece ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 15:09:10 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CAEE16A4CE; Sat, 5 Feb 2005 15:09:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 359A843D1F; Sat, 5 Feb 2005 15:09:10 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (hq@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15F9APv089271; Sat, 5 Feb 2005 15:09:10 GMT (envelope-from hq@freefall.freebsd.org) Received: (from hq@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15F9Al9089267; Sat, 5 Feb 2005 15:09:10 GMT (envelope-from hq) Date: Sat, 5 Feb 2005 15:09:10 GMT From: Herve Quiroz Message-Id: <200502051509.j15F9Al9089267@freefall.freebsd.org> To: hq@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hq@FreeBSD.org Subject: Re: ports/77126: Update port: java/poseidon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 15:09:10 -0000 Synopsis: Update port: java/poseidon Responsible-Changed-From-To: freebsd-ports-bugs->hq Responsible-Changed-By: hq Responsible-Changed-When: Sat Feb 5 15:08:45 GMT 2005 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=77126 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 15:10:11 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A686D16A4CE for ; Sat, 5 Feb 2005 15:10:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BF1343D41 for ; Sat, 5 Feb 2005 15:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15FABlN089347 for ; Sat, 5 Feb 2005 15:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15FABa8089346; Sat, 5 Feb 2005 15:10:11 GMT (envelope-from gnats) Date: Sat, 5 Feb 2005 15:10:11 GMT Message-Id: <200502051510.j15FABa8089346@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Daniel Roethlisberger Subject: Re: ports/77045: [ patch ] sysutils/pv: update to 0.9.0. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Roethlisberger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 15:10:11 -0000 The following reply was made to PR ports/77045; it has been noted by GNATS. From: Daniel Roethlisberger To: freebsd-gnats-submit@FreeBSD.org, bogorodskiy@inbox.ru Cc: Subject: Re: ports/77045: [ patch ] sysutils/pv: update to 0.9.0. Date: Sat, 5 Feb 2005 16:01:09 +0100 Approved by maintainer (me). Thanks for the patch! Commiter: Please also close ports/77125 (duplicate). Submitter: Please CC: maintainer (me) in the future. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 15:10:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3285316A4CE for ; Sat, 5 Feb 2005 15:10:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 092C643D1F for ; Sat, 5 Feb 2005 15:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15FAFC3089378 for ; Sat, 5 Feb 2005 15:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15FAFPI089377; Sat, 5 Feb 2005 15:10:15 GMT (envelope-from gnats) Date: Sat, 5 Feb 2005 15:10:15 GMT Message-Id: <200502051510.j15FAFPI089377@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Daniel Roethlisberger Subject: Re: ports/77125: UPDATE sysutils/pv to the last version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Roethlisberger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 15:10:16 -0000 The following reply was made to PR ports/77125; it has been noted by GNATS. From: Daniel Roethlisberger To: freebsd-gnats-submit@FreeBSD.org, toxa@toxahost.ru Cc: Subject: Re: ports/77125: UPDATE sysutils/pv to the last version Date: Sat, 5 Feb 2005 16:03:41 +0100 Duplicate of ports/77045. Thanks for the patch! From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 15:20:11 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2263616A4CF for ; Sat, 5 Feb 2005 15:20:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0629743D39 for ; Sat, 5 Feb 2005 15:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15FKA8W089680 for ; Sat, 5 Feb 2005 15:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15FKAn6089679; Sat, 5 Feb 2005 15:20:10 GMT (envelope-from gnats) Date: Sat, 5 Feb 2005 15:20:10 GMT Message-Id: <200502051520.j15FKAn6089679@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ion-Mihai Tetcu Subject: Re: ports/77142: New port: security/DMitry Deepmagic Information Gathering Tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ion-Mihai Tetcu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 15:20:11 -0000 The following reply was made to PR ports/77142; it has been noted by GNATS. From: Ion-Mihai Tetcu To: vaidab Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/77142: New port: security/DMitry Deepmagic Information Gathering Tool Date: Sat, 5 Feb 2005 17:16:35 +0200 On Sat, 5 Feb 2005 15:43:24 +0100 (CET) vaidab wrote: [ ... ] > echo x - DMitry/Makefile > sed 's/^X//' >DMitry/Makefile << 'END-of-DMitry/Makefile' > X# New ports collection makefile for: DMitry > X# Date created: 5 Feb 2005 > X# Whom: Vaida Bogdan > X# > X# $FreeBSD$ > X# > X > XPORTNAME= DMitry > XPORTVERSION= 1.2a > XCATEGORIES= security > XMASTER_SITES= http://TODO.html # TODO This won't work. You need the master site else the port is broken as it can be fetched. Given the comment it I suspect you will correct this later, but it doesn't make much sense to submit a pr like this, IMHO. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 15:20:11 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A932C16A4CF for ; Sat, 5 Feb 2005 15:20:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6043143D48 for ; Sat, 5 Feb 2005 15:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15FKBEJ089693 for ; Sat, 5 Feb 2005 15:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15FKBbf089692; Sat, 5 Feb 2005 15:20:11 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 15:20:11 GMT Resent-Message-Id: <200502051520.j15FKBbf089692@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Daniel Grund Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0421016A4CE for ; Sat, 5 Feb 2005 15:18:34 +0000 (GMT) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.18.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0806B43D1F for ; Sat, 5 Feb 2005 15:18:33 +0000 (GMT) (envelope-from daniel@dgrund.de) Received: (qmail 5984 invoked from network); 5 Feb 2005 15:18:31 -0000 Received: from unknown (HELO erde.lan) (024700@[217.231.38.202]) (envelope-sender )AES256-SHA encrypted SMTP for ; 5 Feb 2005 15:18:31 -0000 Received: by erde.lan (Postfix, from userid 1003) id A72CA4063; Sat, 5 Feb 2005 16:18:28 +0100 (CET) Message-Id: <20050205151828.A72CA4063@erde.lan> Date: Sat, 5 Feb 2005 16:18:28 +0100 (CET) From: Daniel Grund To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77144: config file in wrong path X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Grund List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 15:20:11 -0000 >Number: 77144 >Category: ports >Synopsis: config file in wrong path >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: Sat Feb 05 15:20:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Daniel Grund >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: private >Environment: System: FreeBSD erde.lan 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #6: Fri Dec 31 18:14:53 CET 2004 root@erde.lan:/usr/src/sys/i386/compile/POWERKERNEL i386 multimedia/mplayer-0.99.5_6 >Description: If I start mplayer I see "Reading config file /usr/local/share/mplayer/mplayer.conf" on the console. The man page says the config file is in /usr/local/etc. >How-To-Repeat: na >Fix: Either fix the man page or better move the config file to $PREFIX/etc. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 15:30:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07A6016A4CE for ; Sat, 5 Feb 2005 15:30:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C336543D45 for ; Sat, 5 Feb 2005 15:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15FUL5F090116 for ; Sat, 5 Feb 2005 15:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15FULiR090113; Sat, 5 Feb 2005 15:30:21 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 15:30:21 GMT Resent-Message-Id: <200502051530.j15FULiR090113@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB4A616A4CE for ; Sat, 5 Feb 2005 15:22:21 +0000 (GMT) Received: from gateway.lefort.net (212.68.242.35.brutele.be [212.68.242.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id E14DA43D2F for ; Sat, 5 Feb 2005 15:22:20 +0000 (GMT) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 543ED54DA for ; Sat, 5 Feb 2005 16:22:19 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id E8E5922F33; Sat, 5 Feb 2005 16:22:18 +0100 (CET) Message-Id: <20050205152218.E8E5922F33@jsite.lefort.net> Date: Sat, 5 Feb 2005 16:22:18 +0100 (CET) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77145: Update port: deskutils/timer-applet to 0.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 15:30:22 -0000 >Number: 77145 >Category: ports >Synopsis: Update port: deskutils/timer-applet to 0.5.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 05 15:30:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Tue Jan 25 10:48:58 CET 2005 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/deskutils/timer-applet/Makefile timer-applet/Makefile --- /usr/ports/deskutils/timer-applet/Makefile Wed Feb 2 02:59:10 2005 +++ timer-applet/Makefile Sat Feb 5 16:15:25 2005 @@ -6,7 +6,7 @@ # PORTNAME= timer-applet -PORTVERSION= 0.4 +PORTVERSION= 0.5.1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= timerapplet @@ -18,6 +18,7 @@ USE_GNOME= gnomehack gnomeprefix gnomepanel GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --bindir=${PREFIX}/libexec # applets belong to libexec USE_X_PREFIX= yes USE_REINPLACE= yes @@ -27,7 +28,8 @@ 's|/usr/share/pixmaps/||; \ s|location="timer-applet"|location="${PREFIX}/libexec/timer-applet"|' \ ${WRKSRC}/timer-applet.server - @${REINPLACE_CMD} -e 's|/usr/share/sounds|${X11BASE}/share/gnome/sounds|' \ - ${WRKSRC}/src/timer-applet.c + @${REINPLACE_CMD} -e \ + 's|$$(datadir)/sounds|${X11BASE}/share/gnome/sounds|' \ + ${WRKSRC}/src/Makefile.in .include diff -ruN /usr/ports/deskutils/timer-applet/distinfo timer-applet/distinfo --- /usr/ports/deskutils/timer-applet/distinfo Wed Feb 2 02:59:10 2005 +++ timer-applet/distinfo Sat Feb 5 16:11:34 2005 @@ -1,2 +1,2 @@ -MD5 (timer-applet-0.4.tar.gz) = 199caad577d5f4af9295b411af54d964 -SIZE (timer-applet-0.4.tar.gz) = 124903 +MD5 (timer-applet-0.5.1.tar.gz) = b28aa896e79e86fdb431af5dc1b23b4e +SIZE (timer-applet-0.5.1.tar.gz) = 130053 diff -ruN /usr/ports/deskutils/timer-applet/pkg-plist timer-applet/pkg-plist --- /usr/ports/deskutils/timer-applet/pkg-plist Wed Feb 2 02:59:10 2005 +++ timer-applet/pkg-plist Sat Feb 5 16:17:10 2005 @@ -2,4 +2,8 @@ libexec/timer-applet share/gnome/gnome-2.0/ui/timer-applet.xml share/gnome/pixmaps/timer-applet/timer-applet-icon.png +share/locale/de/LC_MESSAGES/timer-applet.mo +share/locale/eu/LC_MESSAGES/timer-applet.mo +share/locale/fr/LC_MESSAGES/timer-applet.mo +share/locale/sv/LC_MESSAGES/timer-applet.mo @dirrm share/gnome/pixmaps/timer-applet >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 15:40:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E9B16A4CE for ; Sat, 5 Feb 2005 15:40:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACC0543D4C for ; Sat, 5 Feb 2005 15:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15FeKHt091232 for ; Sat, 5 Feb 2005 15:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15FeKfn091231; Sat, 5 Feb 2005 15:40:20 GMT (envelope-from gnats) Date: Sat, 5 Feb 2005 15:40:20 GMT Message-Id: <200502051540.j15FeKfn091231@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: vaidab Subject: Re: ports/77142: New port: security/DMitry Deepmagic Information Gathering Tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: vaidab List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 15:40:20 -0000 The following reply was made to PR ports/77142; it has been noted by GNATS. From: vaidab To: Ion-Mihai Tetcu Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/77142: New port: security/DMitry Deepmagic Information Gathering Tool Date: Sat, 5 Feb 2005 16:34:27 +0100 (CET) Yes, I had a problem with my sendmail so I had to submit from a shell copy/pasting. On Sat, 5 Feb 2005, Ion-Mihai Tetcu wrote: > On Sat, 5 Feb 2005 15:43:24 +0100 (CET) > vaidab wrote: > > [ ... ] > >> echo x - DMitry/Makefile >> sed 's/^X//' >DMitry/Makefile << 'END-of-DMitry/Makefile' >> X# New ports collection makefile for: DMitry >> X# Date created: 5 Feb 2005 >> X# Whom: Vaida Bogdan >> X# >> X# $FreeBSD$ >> X# >> X >> XPORTNAME= DMitry >> XPORTVERSION= 1.2a >> XCATEGORIES= security >> XMASTER_SITES= http://TODO.html # TODO > > This won't work. You need the master site else the port is broken as it > can be fetched. Given the comment it I suspect you will correct this > later, but it doesn't make much sense to submit a pr like this, IMHO. > > > -- > IOnut > Unregistered ;) FreeBSD "user" > > From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 16:16:26 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A30016A4CE; Sat, 5 Feb 2005 16:16:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFCB643D39; Sat, 5 Feb 2005 16:16:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15GGPip096250; Sat, 5 Feb 2005 16:16:25 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15GGP1w096246; Sat, 5 Feb 2005 16:16:25 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 16:16:25 GMT From: Pav Lucistnik Message-Id: <200502051616.j15GGP1w096246@freefall.freebsd.org> To: tmelzer@tomesoft.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77124: update port: security/php4-cryptopp fix breakage due to dependency to perl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 16:16:26 -0000 Synopsis: update port: security/php4-cryptopp fix breakage due to dependency to perl State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 16:14:24 GMT 2005 State-Changed-Why: You can't do this, in install target you can't change workdir. It's too late. Imagine installing over network from read-only workdir. I believe the problem was that you used USE_PERL instead of USE_PERL5, I already fixed that. Anyway, just to be sure, I'll move that post-extract to post-build. http://www.freebsd.org/cgi/query-pr.cgi?pr=77124 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 16:20:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E0216A4CF for ; Sat, 5 Feb 2005 16:20:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB1F43D46 for ; Sat, 5 Feb 2005 16:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15GKITw096340 for ; Sat, 5 Feb 2005 16:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15GKIdY096339; Sat, 5 Feb 2005 16:20:18 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 16:20:18 GMT Resent-Message-Id: <200502051620.j15GKIdY096339@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Kempka Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7900516A4CE for ; Sat, 5 Feb 2005 16:16:11 +0000 (GMT) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id F151543D39 for ; Sat, 5 Feb 2005 16:16:10 +0000 (GMT) (envelope-from tk@mail.wurstundkuchen.de) Received: from port-212-202-190-30.dynamic.qsc.de ([212.202.190.30] helo=mail.wurstundkuchen.de) by mx02.qsc.de with esmtp (Exim 3.35 #1) id 1CxSbR-0002eL-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 05 Feb 2005 17:16:09 +0100 Received: by mail.wurstundkuchen.de (Postfix, from userid 1001) id 736491147E; Sat, 5 Feb 2005 17:16:09 +0100 (CET) Message-Id: <20050205161609.736491147E@mail.wurstundkuchen.de> Date: Sat, 5 Feb 2005 17:16:09 +0100 (CET) From: Thomas Kempka To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77146: ftp/lftp does not build using make flag WITH_SOCKS5 on RELENG_5 and RELENG_5_3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas Kempka List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 16:20:19 -0000 >Number: 77146 >Category: ports >Synopsis: ftp/lftp does not build using make flag WITH_SOCKS5 on RELENG_5 and RELENG_5_3 >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 Feb 05 16:20:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Thomas Kempka >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD lala.wurstkoffer-regiert.net 5.3-STABLE FreeBSD 5.3-STABLE #2: Thu Feb 3 10:40:34 CET 2005 root@lala.wurstkoffer-regiert.net:/usr/obj/usr/src/sys/LALA i386 >Description: The build of ftp/lftp exits with an error on RELENG_5 and RELENG_5_3 systems if the make flag WITH_SOCKS5 is used (net/socks5 has to be installed for this). This problem does not appear on RELENG_5_2 systems. RELENG_5/RELENG_5_3 make output: --- begin make output--- [...] if /bin/sh ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/usr/local/include -O -pipe -march=pentium3 -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -Winline -MT netrc.lo -MD -MP -MF ".deps/netrc.Tpo" -c -o netrc.lo netrc.cc; then mv -f ".deps/netrc.Tpo" ".deps/netrc.Plo"; else rm -f ".deps/netrc.Tpo"; exit 1; fi netrc.cc: In function `bool comment(const char*, FILE*)': netrc.cc:56: error: `getc' undeclared (first use this function) netrc.cc:56: error: (Each undeclared identifier is reported only once for each function it appears in.) *** Error code 1 Stop in /usr/obj/usr/ports/ftp/lftp/work/lftp-3.0.13/src. *** Error code 1 Stop in /usr/obj/usr/ports/ftp/lftp/work/lftp-3.0.13. *** Error code 1 Stop in /usr/ports/ftp/lftp. --- end make output--- >How-To-Repeat: 1. install net/socks5 2. cd to ftp/lftp and make WITH_SOCKS5=1 >Fix: not known >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 16:26:02 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D757C16A4CE; Sat, 5 Feb 2005 16:26:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFE743D69; Sat, 5 Feb 2005 16:26:02 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15GQ2wu096564; Sat, 5 Feb 2005 16:26:02 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15GQ2Wp096560; Sat, 5 Feb 2005 16:26:02 GMT (envelope-from ahze) Date: Sat, 5 Feb 2005 16:26:02 GMT From: Michael Johnson Message-Id: <200502051626.j15GQ2Wp096560@freefall.freebsd.org> To: ahze@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ahze@FreeBSD.org Subject: Re: ports/77145: Update port: deskutils/timer-applet to 0.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 16:26:03 -0000 Synopsis: Update port: deskutils/timer-applet to 0.5.1 Responsible-Changed-From-To: freebsd-ports-bugs->ahze Responsible-Changed-By: ahze Responsible-Changed-When: Sat Feb 5 16:25:44 GMT 2005 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=77145 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 16:41:46 2005 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 3182016A4CE; Sat, 5 Feb 2005 16:41:46 +0000 (GMT) Received: from aldebaran.informativ.de (aldebaran.informativ.de [217.160.183.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id B22BB43D31; Sat, 5 Feb 2005 16:41:45 +0000 (GMT) (envelope-from tmelzer@tomesoft.de) Received: from hamal.tomesoft.de (pD95B31B3.dip0.t-ipconnect.de [217.91.49.179]) by aldebaran.informativ.de (Postfix) with ESMTP id 13A4644DEBC; Sat, 5 Feb 2005 17:41:44 +0100 (CET) Received: from andromeda.tomesoft.de (andromeda.tomesoft.de [172.24.1.4]) by hamal.tomesoft.de (Postfix) with ESMTP id B880B17B818; Sat, 5 Feb 2005 17:41:44 +0100 (CET) Received: by andromeda.tomesoft.de with Internet Mail Service (5.5.2650.21) id ; Sat, 5 Feb 2005 17:41:44 +0100 Message-ID: <810B25808200D51188BF00009296AC3486D878@andromeda.tomesoft.de> From: "Thomas Melzer (ToMeSoft)" To: Pav Lucistnik Date: Sat, 5 Feb 2005 17:41:42 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain cc: freebsd-ports-bugs@FreeBSD.org cc: tmelzer@tomesoft.de Subject: RE: ports/77124: update port: security/php4-cryptopp fix breakage due to dependency to perl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 16:41:46 -0000 > Synopsis: update port: security/php4-cryptopp fix breakage > due to dependency to perl > > I believe the problem was that you used USE_PERL instead of > USE_PERL5, I already fixed that. Anyway, just to be sure, > I'll move that post-extract to post-build. Pav, If you can't generate the usermanual in the install stage then I think Post-build will be fine. My tests have shown that if you do a clean build on FreeBSD 5.3 in a chroot jail with no perl installed then you get the behaviour which showed up in the nightly build on the FreeBSD ports cluster. By requiring perl in post extract stage no perl was there. BY movin to the post-build Perl is build as a dependency. So I don't think that it even matter if you use USE_PERL Or USE_PERL5 Regards -- Thomas From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 16:45:28 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C2BD16A4CE; Sat, 5 Feb 2005 16:45:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2213843D2F; Sat, 5 Feb 2005 16:45:28 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15GjSmP097935; Sat, 5 Feb 2005 16:45:28 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15GjRVQ097931; Sat, 5 Feb 2005 16:45:27 GMT (envelope-from linimon) Date: Sat, 5 Feb 2005 16:45:27 GMT From: Mark Linimon Message-Id: <200502051645.j15GjRVQ097931@freefall.freebsd.org> To: toxa@toxahost.ru, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77125: UPDATE sysutils/pv to the last version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 16:45:28 -0000 Synopsis: UPDATE sysutils/pv to the last version State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Feb 5 16:44:46 GMT 2005 State-Changed-Why: Maintainer notes that this is a duplicate of ports/77045. http://www.freebsd.org/cgi/query-pr.cgi?pr=77125 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 17:33:28 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40D1716A4CE; Sat, 5 Feb 2005 17:33:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1363843D1D; Sat, 5 Feb 2005 17:33:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15HXR44004270; Sat, 5 Feb 2005 17:33:27 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15HXNv7004266; Sat, 5 Feb 2005 17:33:23 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 17:33:23 GMT From: Pav Lucistnik Message-Id: <200502051733.j15HXNv7004266@freefall.freebsd.org> To: yinjieh@csie.nctu.edu.tw, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/77120: Dirty hack to make ggz-client-libs detect libggz X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 17:33:28 -0000 Synopsis: Dirty hack to make ggz-client-libs detect libggz State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Sat Feb 5 17:32:23 GMT 2005 State-Changed-Why: Does this have any effect outside the configure script? I just tried to build this and it found libggz (libraries NONE, includes /usr/local/include) and all the compiled binaries seems to be linked to -lggz ... Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sat Feb 5 17:32:23 GMT 2005 Responsible-Changed-Why: Watch http://www.freebsd.org/cgi/query-pr.cgi?pr=77120 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 17:36:19 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E64D216A4CE; Sat, 5 Feb 2005 17:36:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC24143D46; Sat, 5 Feb 2005 17:36:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15HaJAe004407; Sat, 5 Feb 2005 17:36:19 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15HaJsf004403; Sat, 5 Feb 2005 17:36:19 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 17:36:19 GMT From: Pav Lucistnik Message-Id: <200502051736.j15HaJsf004403@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jkoshy@FreeBSD.org Subject: Re: ports/77117: please update ports/lang/moscow_ml to 2.01 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 17:36:20 -0000 Synopsis: please update ports/lang/moscow_ml to 2.01 Responsible-Changed-From-To: freebsd-ports-bugs->jkoshy Responsible-Changed-By: pav Responsible-Changed-When: Sat Feb 5 17:35:44 GMT 2005 Responsible-Changed-Why: Assign to the holder of ports/62704 which contains the patch to update this to 2.01 What's the progress on that PR, Joseph? http://www.freebsd.org/cgi/query-pr.cgi?pr=77117 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 17:55:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8F1B16A54D; Sat, 5 Feb 2005 17:55:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87EAE43D3F; Sat, 5 Feb 2005 17:55:25 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15HtPN5004956; Sat, 5 Feb 2005 17:55:25 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15HtPoG004952; Sat, 5 Feb 2005 17:55:25 GMT (envelope-from thierry) Date: Sat, 5 Feb 2005 17:55:25 GMT From: Thierry Thomas Message-Id: <200502051755.j15HtPoG004952@freefall.freebsd.org> To: mwicks@kettering.edu, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, thierry@FreeBSD.org Subject: Re: ports/76730: [patch] dynamic_bitset broken in devel/boost 1.32 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 17:55:25 -0000 Synopsis: [patch] dynamic_bitset broken in devel/boost 1.32 State-Changed-From-To: open->feedback State-Changed-By: thierry State-Changed-When: Sat Feb 5 17:54:17 GMT 2005 State-Changed-Why: Waiting for maintainer's approval. Responsible-Changed-From-To: freebsd-ports-bugs->thierry Responsible-Changed-By: thierry Responsible-Changed-When: Sat Feb 5 17:54:17 GMT 2005 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=76730 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 18:03:37 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78ED616A4CE; Sat, 5 Feb 2005 18:03:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4884943D1F; Sat, 5 Feb 2005 18:03:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15I3bfu005303; Sat, 5 Feb 2005 18:03:37 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15I3ao4005299; Sat, 5 Feb 2005 18:03:36 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 18:03:36 GMT From: Pav Lucistnik Message-Id: <200502051803.j15I3ao4005299@freefall.freebsd.org> To: antoine.brodin@laposte.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/77114: New Port: deskutils/dosage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 18:03:37 -0000 Synopsis: New Port: deskutils/dosage State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Sat Feb 5 18:03:15 GMT 2005 State-Changed-Why: Does not fetch => dosage-1.5.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://slipgate.za.net/dosage/downloads/. fetch: transfer timed out Got any mirrors? Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sat Feb 5 18:03:15 GMT 2005 Responsible-Changed-Why: Handle. http://www.freebsd.org/cgi/query-pr.cgi?pr=77114 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 18:34:09 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68DC916A4CE; Sat, 5 Feb 2005 18:34:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E86A43D2D; Sat, 5 Feb 2005 18:34:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15IY9Ln011698; Sat, 5 Feb 2005 18:34:09 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15IY90D011694; Sat, 5 Feb 2005 18:34:09 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 18:34:09 GMT From: Pav Lucistnik Message-Id: <200502051834.j15IY90D011694@freefall.freebsd.org> To: marck@freebsd.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77112: [maintainer] update www/oops to 1.3.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 18:34:09 -0000 Synopsis: [maintainer] update www/oops to 1.3.24 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 18:33:48 GMT 2005 State-Changed-Why: Committed, with minor modifications. BTW that scripts/configure is really evil. You think you could replace it with OPTIONS for next update? http://www.freebsd.org/cgi/query-pr.cgi?pr=77112 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 18:38:55 2005 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 8E51916A4CE; Sat, 5 Feb 2005 18:38:55 +0000 (GMT) Received: from barton.dreadbsd.org (massena-4-82-67-196-50.fbx.proxad.net [82.67.196.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E353243D2D; Sat, 5 Feb 2005 18:38:54 +0000 (GMT) (envelope-from antoine@massena-4-82-67-196-50.fbx.proxad.net) Received: from barton.dreadbsd.org (localhost [127.0.0.1]) by barton.dreadbsd.org (8.13.1/8.13.1) with ESMTP id j15Icrxo004998; Sat, 5 Feb 2005 19:38:53 +0100 (CET) (envelope-from antoine@massena-4-82-67-196-50.fbx.proxad.net) Received: (from antoine@localhost) by barton.dreadbsd.org (8.13.1/8.13.1/Submit) id j15Icrdv004997; Sat, 5 Feb 2005 19:38:53 +0100 (CET) (envelope-from antoine) Date: Sat, 5 Feb 2005 19:38:53 +0100 From: Antoine Brodin To: Pav Lucistnik Message-Id: <20050205193853.32ce0118.antoine.brodin@laposte.net> In-Reply-To: <200502051803.j15I3ao4005299@freefall.freebsd.org> References: <200502051803.j15I3ao4005299@freefall.freebsd.org> X-Mailer: Sylpheed version 1.0.0rc (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77114: New Port: deskutils/dosage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 18:38:55 -0000 On Sat, 5 Feb 2005 18:03:36 GMT Pav Lucistnik wrote: > Synopsis: New Port: deskutils/dosage > > State-Changed-From-To: open->feedback > State-Changed-By: pav > State-Changed-When: Sat Feb 5 18:03:15 GMT 2005 > State-Changed-Why: > Does not fetch > > => dosage-1.5.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch from http://slipgate.za.net/dosage/downloads/. > fetch: transfer timed out > > Got any mirrors? The problem on their server has been fixed a few minutes ago, could you try again ? From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 18:40:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC89F16A4CE for ; Sat, 5 Feb 2005 18:40:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61B8443D54 for ; Sat, 5 Feb 2005 18:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15IeGnE011849 for ; Sat, 5 Feb 2005 18:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15IeGZK011848; Sat, 5 Feb 2005 18:40:16 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 18:40:16 GMT Resent-Message-Id: <200502051840.j15IeGZK011848@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Mark A. Wicks" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E1016A51E for ; Sat, 5 Feb 2005 18:33:47 +0000 (GMT) Received: from mirapoint.kettering.edu (mirapoint.kettering.edu [192.138.137.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 721D943D46 for ; Sat, 5 Feb 2005 18:33:47 +0000 (GMT) (envelope-from mwicks@gaspra.kettering.edu) Received: from gaspra.kettering.edu (gaspra.kettering.edu [198.110.4.97]) by mirapoint.kettering.edu (MOS 3.5.5-GR) with ESMTP id BPY19863 (AUTH via LOGINBEFORESMTP); Sat, 5 Feb 2005 13:33:45 -0500 (EST) Received: from gaspra.kettering.edu (localhost [127.0.0.1]) by gaspra.kettering.edu (8.13.1/8.13.1) with ESMTP id j15IXjE9010814; Sat, 5 Feb 2005 13:33:45 -0500 (EST) (envelope-from mwicks@gaspra.kettering.edu) Received: (from mwicks@localhost) by gaspra.kettering.edu (8.13.1/8.13.1/Submit) id j15IXbwG010813; Sat, 5 Feb 2005 13:33:37 -0500 (EST) (envelope-from mwicks) Message-Id: <200502051833.j15IXbwG010813@gaspra.kettering.edu> Date: Sat, 5 Feb 2005 13:33:37 -0500 (EST) From: "Mark A. Wicks" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: hendrik@scholz.net Subject: ports/77147: [PATCH] www/lighttpd - startup script doesn't honor lighttpd_conf in rc.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Mark A. Wicks" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 18:40:16 -0000 >Number: 77147 >Category: ports >Synopsis: [PATCH] www/lighttpd - startup script doesn't honor lighttpd_conf in rc.conf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 05 18:40:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mark A. Wicks >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: Kettering University >Environment: System: FreeBSD gaspra.kettering.edu 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #13: Fri Jan 21 09:14:40 EST 2005 mwicks@gaspra.kettering.edu:/usr/obj/usr/src/sys/gaspra-5.3 i386 >Description: The order in which the environment variables are set in lighttpd.sh doesn't allow lighttpd_conf to be overidden by a setting in rc.conf. The setting of command_args references the default value of lighttpd_conf before rc.conf is read. It should be the other way around. >How-To-Repeat: Try using a different conf file by changing the setting of lighttpd_conf in rc.conf. >Fix: *** lighttpd.sh-orig Sat Feb 5 11:40:48 2005 --- lighttpd.sh Sat Feb 5 13:06:02 2005 *************** *** 37,43 **** lighttpd_enable=${lighttpd_enable:-"NO"} lighttpd_conf=${lighttpd_conf:-"/usr/local/etc/lighttpd.conf"} - command_args="-f ${lighttpd_conf}" - load_rc_config $name run_rc_command "$1" --- 37,43 ---- lighttpd_enable=${lighttpd_enable:-"NO"} lighttpd_conf=${lighttpd_conf:-"/usr/local/etc/lighttpd.conf"} load_rc_config $name + + command_args="-f ${lighttpd_conf}" run_rc_command "$1" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 18:45:17 2005 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 CF7F516A4D2 for ; Sat, 5 Feb 2005 18:45:10 +0000 (GMT) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A3743D1D for ; Sat, 5 Feb 2005 18:45:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.13.1/8.13.1) with ESMTP id j15Ij32i003591 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 5 Feb 2005 19:45:04 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.13.1/8.13.1/Submit) id j15Ij2u7003279; Sat, 5 Feb 2005 19:45:02 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Antoine Brodin In-Reply-To: <20050205193853.32ce0118.antoine.brodin@laposte.net> References: <200502051803.j15I3ao4005299@freefall.freebsd.org> <20050205193853.32ce0118.antoine.brodin@laposte.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PPDL0i53PS++RytaC+Ug" Date: Sat, 05 Feb 2005 19:45:02 +0100 Message-Id: <1107629102.67982.13.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77114: New Port: deskutils/dosage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 18:45:18 -0000 --=-PPDL0i53PS++RytaC+Ug Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Antoine Brodin p=ED=B9e v so 05. 02. 2005 v 19:38 +0100: > > =3D> dosage-1.5.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/= . > > =3D> Attempting to fetch from http://slipgate.za.net/dosage/downloads/. > > fetch: transfer timed out > >=20 > > Got any mirrors? >=20 > The problem on their server has been fixed a few minutes ago, could you > try again ? Yup works now. Thanks. --=20 Pav Lucistnik > With a 10 MHz 386 the downloading speed would most likely drop to a crawl > or stop with the decoding process etc. I think most 10MHz 386 users are quite accustomed to things dropping to a crawl. --=-PPDL0i53PS++RytaC+Ug Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCBRQuntdYP8FOsoIRAsYCAJ9jLluvnHph482mCrCRKsZLVXCFAACguWSu HQF/vmRChqCKTLGJvSy+guU= =DdBY -----END PGP SIGNATURE----- --=-PPDL0i53PS++RytaC+Ug-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 18:46:39 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 020B216A4CE; Sat, 5 Feb 2005 18:46:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A24DD43D53; Sat, 5 Feb 2005 18:46:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15Ikcll012085; Sat, 5 Feb 2005 18:46:38 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15Ikctb012081; Sat, 5 Feb 2005 18:46:38 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 18:46:38 GMT From: Pav Lucistnik Message-Id: <200502051846.j15Ikctb012081@freefall.freebsd.org> To: lx@redundancy.redundancy.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77110: Update: security/osiris 4.0.8 -> 4.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 18:46:39 -0000 Synopsis: Update: security/osiris 4.0.8 -> 4.1.1 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 18:46:27 GMT 2005 State-Changed-Why: Committed, thanks! Fixed OPTIONS for you. http://www.freebsd.org/cgi/query-pr.cgi?pr=77110 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 18:55:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E83A016A4CE; Sat, 5 Feb 2005 18:55:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC05D43D1F; Sat, 5 Feb 2005 18:55:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15ItGlA012689; Sat, 5 Feb 2005 18:55:16 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15ItGKV012685; Sat, 5 Feb 2005 18:55:16 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 18:55:16 GMT From: Pav Lucistnik Message-Id: <200502051855.j15ItGKV012685@freefall.freebsd.org> To: kay_lehmann@web.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/77123: [Update port] graphics/dynamechs: Mark it broken on !i386 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 18:55:17 -0000 Synopsis: [Update port] graphics/dynamechs: Mark it broken on !i386 State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Sat Feb 5 18:54:57 GMT 2005 State-Changed-Why: You sure? It builds fine on my amd64. Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sat Feb 5 18:54:57 GMT 2005 Responsible-Changed-Why: Handle http://www.freebsd.org/cgi/query-pr.cgi?pr=77123 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 19:07:52 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 641BF16A4CE; Sat, 5 Feb 2005 19:07:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AEE043D1D; Sat, 5 Feb 2005 19:07:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15J7quJ017112; Sat, 5 Feb 2005 19:07:52 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15J7qkG017108; Sat, 5 Feb 2005 19:07:52 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 19:07:52 GMT From: Pav Lucistnik Message-Id: <200502051907.j15J7qkG017108@freefall.freebsd.org> To: ebrandi@fugspbr.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/77108: New port: misc/wipe - Wipe is a secure file wiping utility X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 19:07:52 -0000 Synopsis: New port: misc/wipe - Wipe is a secure file wiping utility State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Sat Feb 5 19:07:25 GMT 2005 State-Changed-Why: Does not compile on FreeBSD 5: cc -pipe -O2 -ffast-math -I. -DFREEBSD5 -c blkdev.c blkdev.c: In function `destroy_blkdev': blkdev.c:131: error: storage size of 'pinfo' isn't known blkdev.c:163: error: `DIOCGPART' undeclared (first use in this function) blkdev.c:163: error: (Each undeclared identifier is reported only once blkdev.c:163: error: for each function it appears in.) *** Error code 1 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sat Feb 5 19:07:25 GMT 2005 Responsible-Changed-Why: Handle. http://www.freebsd.org/cgi/query-pr.cgi?pr=77108 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 19:09:32 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F02B16A4CE; Sat, 5 Feb 2005 19:09:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CFB43D1D; Sat, 5 Feb 2005 19:09:32 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15J9WI9017209; Sat, 5 Feb 2005 19:09:32 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15J9W4d017205; Sat, 5 Feb 2005 19:09:32 GMT (envelope-from linimon) Date: Sat, 5 Feb 2005 19:09:32 GMT From: Mark Linimon Message-Id: <200502051909.j15J9W4d017205@freefall.freebsd.org> To: linimon@FreeBSD.org, marck@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72963: www/oops fix memory leak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 19:09:32 -0000 Synopsis: www/oops fix memory leak Responsible-Changed-From-To: marck->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 5 19:07:27 GMT 2005 Responsible-Changed-Why: pav@ has pointed out that assignee is not a ports committer and so theoretcially couldn't have committed this update anyways. Sigh. mea culpa ... http://www.freebsd.org/cgi/query-pr.cgi?pr=72963 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 19:12:58 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0ED416A4CE; Sat, 5 Feb 2005 19:12:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8616343D49; Sat, 5 Feb 2005 19:12:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15JCwlL017489; Sat, 5 Feb 2005 19:12:58 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15JCwrP017485; Sat, 5 Feb 2005 19:12:58 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 19:12:58 GMT From: Pav Lucistnik Message-Id: <200502051912.j15JCwrP017485@freefall.freebsd.org> To: tmelzer@tomesoft.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/77127: update port: dns/dhid upate to version 5.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: Sat, 05 Feb 2005 19:12:58 -0000 Synopsis: update port: dns/dhid upate to version 5.2 State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Sat Feb 5 19:12:29 GMT 2005 State-Changed-Why: Asked maintainer for approval. Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sat Feb 5 19:12:29 GMT 2005 Responsible-Changed-Why: Handle. http://www.freebsd.org/cgi/query-pr.cgi?pr=77127 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 19:21:44 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43ECA16A4CE; Sat, 5 Feb 2005 19:21:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C16343D2F; Sat, 5 Feb 2005 19:21:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15JLhi9017803; Sat, 5 Feb 2005 19:21:44 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15JLhaB017799; Sat, 5 Feb 2005 19:21:43 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 19:21:43 GMT From: Pav Lucistnik Message-Id: <200502051921.j15JLhaB017799@freefall.freebsd.org> To: avleeuwen@piwebs.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77098: Fix detection of pilot-link in palm/libmal X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 19:21:44 -0000 Synopsis: Fix detection of pilot-link in palm/libmal State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 19:21:35 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77098 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 19:27:44 2005 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 7F80B16A4CE; Sat, 5 Feb 2005 19:27:44 +0000 (GMT) Received: from smtp08.web.de (smtp08.web.de [217.72.192.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E6743D45; Sat, 5 Feb 2005 19:27:43 +0000 (GMT) (envelope-from kay_lehmann@web.de) Received: from [217.197.85.240] (helo=[192.168.1.3]) by smtp08.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.103 #192) id 1CxVan-0004DV-00; Sat, 05 Feb 2005 20:27:41 +0100 Message-ID: <42051EC6.1030400@web.de> Date: Sat, 05 Feb 2005 20:30:14 +0100 From: Kay Lehmann User-Agent: Mozilla Thunderbird 1.0 (X11/20041229) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pav Lucistnik References: <200502051855.j15ItGKV012685@freefall.freebsd.org> In-Reply-To: <200502051855.j15ItGKV012685@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kay_lehmann@web.de X-Sender: kay_lehmann@web.de cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77123: [Update port] graphics/dynamechs: Mark it broken on !i386 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 19:27:44 -0000 Hm, I got an pointyhat-mail that it failed on amd64. The error was: ... ===> dynamechs-4.0.p1_1,1 depends on executable: gmake - found ===> dynamechs-4.0.p1_1,1 depends on shared library: X11.6 - found ===> Configuring for dynamechs-4.0.p1_1,1 ===> Building for dynamechs-4.0.p1_1,1 gmake: make/platformlist.pl: Command not found Please choose a platform: ================================================================ ======================================== add_pkg expat-1.95.8.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.7_4.tbz pkgconfig-0.15.0_1.tbz xorg-libraries-6.8.1_1.tbz adding dependencies pkg_add expat-1.95.8.tbz skipping expat-1.95.8, already added pkg_add fontconfig-2.2.3,1.tbz skipping fontconfig-2.2.3,1, already added pkg_add freetype2-2.1.7_4.tbz skipping freetype2-2.1.7_4, already added pkg_add pkgconfig-0.15.0_1.tbz skipping pkgconfig-0.15.0_1, already added pkg_add xorg-libraries-6.8.1_1.tbz skipping xorg-libraries-6.8.1_1, already added ===> Installing for dynamechs-4.0.p1_1,1 ===> dynamechs-4.0.p1_1,1 depends on shared library: X11.6 - found ===> Generating temporary packing list ===> Checking if graphics/dynamechs already installed /bin/rm -f /tmp/a/ports/graphics/dynamechs/work/dynamechs_4.0pre1/dm/*.orig install -o root -g wheel -m 444 /tmp/a/ports/graphics/dynamechs/work/dynamechs_4.0pre1/dm/*.h* /usr/local/include/dynamechs/dm install -o root -g wheel -m 444 /tmp/a/ports/graphics/dynamechs/work/dynamechs_4.0pre1/lib/platform.freebsd/libdm.so /usr/local/lib install: /tmp/a/ports/graphics/dynamechs/work/dynamechs_4.0pre1/lib/platform.freebsd/libdm.so: No such file or directory *** Error code 71 Stop in /a/ports/graphics/dynamechs. ================================================================ build ended at Mon Jan 31 13:31:21 UTC 2005 ... And since I got another pointyhat-mail regarding failed compilation on an alpha-machine, I thought it would be best to mark it generally broken. If it compiles fine on your amd64, maybe we do not need to mark it broken on all non-i386-platforms. But I can't test any other platform than i386, so I can't tell. Greets, Kay Pav Lucistnik wrote: > Synopsis: [Update port] graphics/dynamechs: Mark it broken on !i386 > > State-Changed-From-To: open->feedback > State-Changed-By: pav > State-Changed-When: Sat Feb 5 18:54:57 GMT 2005 > State-Changed-Why: > You sure? It builds fine on my amd64. > > > Responsible-Changed-From-To: freebsd-ports-bugs->pav > Responsible-Changed-By: pav > Responsible-Changed-When: Sat Feb 5 18:54:57 GMT 2005 > Responsible-Changed-Why: > Handle > > http://www.freebsd.org/cgi/query-pr.cgi?pr=77123 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 19:30:10 2005 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 CEC2C16A4CF for ; Sat, 5 Feb 2005 19:30:10 +0000 (GMT) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C3E643D45 for ; Sat, 5 Feb 2005 19:30:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.13.1/8.13.1) with ESMTP id j15JU6Xn031635 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 5 Feb 2005 20:30:06 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.13.1/8.13.1/Submit) id j15JU6VN031634; Sat, 5 Feb 2005 20:30:06 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Kay Lehmann In-Reply-To: <42051EC6.1030400@web.de> References: <200502051855.j15ItGKV012685@freefall.freebsd.org> <42051EC6.1030400@web.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-RI7kyHVerh8vn/d0rGDa" Date: Sat, 05 Feb 2005 20:30:05 +0100 Message-Id: <1107631805.67982.17.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77123: [Update port] graphics/dynamechs: Mark it broken on !i386 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 19:30:10 -0000 --=-RI7kyHVerh8vn/d0rGDa Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Kay Lehmann p=ED=B9e v so 05. 02. 2005 v 20:30 +0100: > install:=20 > /tmp/a/ports/graphics/dynamechs/work/dynamechs_4.0pre1/lib/platform.freeb= sd/libdm.so:=20 > No such file or directory > *** Error code 71 Ah that's install error. I only tried compiling it. I'll try to install it, and get back to you. --=20 Pav Lucistnik ... the obese drugged penguin used by Linux. -- Scott Long --=-RI7kyHVerh8vn/d0rGDa Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCBR69ntdYP8FOsoIRAurPAJwKFgpFfw/+oggtjhB/FS+Rz8cvxwCeLdA4 8AggQQW6Sh60DgTSefSv80E= =hfm8 -----END PGP SIGNATURE----- --=-RI7kyHVerh8vn/d0rGDa-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 19:49:04 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A91E16A4CE; Sat, 5 Feb 2005 19:49:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F276143D49; Sat, 5 Feb 2005 19:49:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15Jn3nu019357; Sat, 5 Feb 2005 19:49:03 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15Jn3e5019353; Sat, 5 Feb 2005 19:49:03 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 19:49:03 GMT From: Pav Lucistnik Message-Id: <200502051949.j15Jn3e5019353@freefall.freebsd.org> To: bu7cher@yandex.ru, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77097: New port: graphics/danpei - Image viewer for X with thumbnail preview feature X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 19:49:04 -0000 Synopsis: New port: graphics/danpei - Image viewer for X with thumbnail preview feature State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 19:48:54 GMT 2005 State-Changed-Why: New port added, with few modifications. http://www.freebsd.org/cgi/query-pr.cgi?pr=77097 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 20:18:11 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C8EB16A4CE; Sat, 5 Feb 2005 20:18:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4247343D58; Sat, 5 Feb 2005 20:18:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15KIBwq024316; Sat, 5 Feb 2005 20:18:11 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15KIAUN024312; Sat, 5 Feb 2005 20:18:10 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 20:18:10 GMT From: Pav Lucistnik Message-Id: <200502052018.j15KIAUN024312@freefall.freebsd.org> To: m.seaman@infracaninophile.co.uk, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77096: [ maintainer ] net/phpldapadmin update to version 0.9.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: Sat, 05 Feb 2005 20:18:11 -0000 Synopsis: [ maintainer ] net/phpldapadmin update to version 0.9.5 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 20:18:04 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77096 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 20:20:15 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A361A16A4CE for ; Sat, 5 Feb 2005 20:20:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FBE843D5C for ; Sat, 5 Feb 2005 20:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15KKFsB024445 for ; Sat, 5 Feb 2005 20:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15KKFR8024444; Sat, 5 Feb 2005 20:20:15 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 20:20:15 GMT Resent-Message-Id: <200502052020.j15KKFR8024444@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joao Carlos Mendes Luis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A064116A4CE for ; Sat, 5 Feb 2005 20:20:10 +0000 (GMT) Received: from coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A12443D58 for ; Sat, 5 Feb 2005 20:20:10 +0000 (GMT) (envelope-from root@coe.ufrj.br) Received: from localhost (localhost [127.0.0.1]) by coe.ufrj.br (Postfix) with ESMTP id 0678A17065 for ; Sat, 5 Feb 2005 18:20:02 -0200 (BRST) Received: from coe.ufrj.br ([146.164.53.65]) by localhost (roma.coe.ufrj.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01942-01 for ; Sat, 5 Feb 2005 18:19:56 -0200 (BRST) Received: by coe.ufrj.br (Postfix, from userid 0) id C94FA17063; Sat, 5 Feb 2005 18:10:51 -0200 (BRST) Message-Id: <20050205201051.C94FA17063@coe.ufrj.br> Date: Sat, 5 Feb 2005 18:10:51 -0200 (BRST) From: Joao Carlos Mendes Luis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77149: postgrey startup script bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joao Carlos Mendes Luis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 20:20:15 -0000 >Number: 77149 >Category: ports >Synopsis: postgrey startup script bug >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 Feb 05 20:20:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Joao Carlos Mendes Luis >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD roma.coe.ufrj.br 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Jan 21 19:03:05 BRST 2005 root@roma.coe.ufrj.br:/usr/cvsup/RELENG_5/src/sys/i386/compile/ROMA i386 >Description: The rc script does not find the real pid, and some functions do not behave well, like stop or restart. See this command output example: ----8<--------8<--------8<--------8<--------8<--------8<--------8<---- # typeset -f psg psg () { ps -ax | grep $1 | grep -v grep } # /usr/local/etc/rc.d/postgrey.sh start Starting postgrey. # psg perl 25098 ?? Ss 0:00.04 [perl5.8.6] # /usr/local/etc/rc.d/postgrey.sh stop postgrey not running? (check /var/run/postgrey.pid). # cat /var/run/postgrey.pid 25098 # psg perl 25098 ?? Is 0:00.04 [perl5.8.6] # ----8<--------8<--------8<--------8<--------8<--------8<--------8<---- I don't know why ps(8) does not show the script name, like other perl scripts. Maybe its a side effect of using Net::Server >How-To-Repeat: >Fix: I could workaround the bug by putting the following lines in /etc/rc.conf: ----8<--------8<--------8<--------8<--------8<--------8<--------8<---- postgrey_enable="YES" if [ "${pidfile}" = "${postgrey_pidfile}" ] ; then stop_cmd='test -f ${pidfile} && kill `cat ${pidfile} && rm ${pidfile}`' stop_postcmd= status_cmd='test -f ${pidfile} && if kill -0 `cat ${pidfile}` 2> /dev/null ; then echo "${name} is running." ; else echo "${name} is not running." ; return 1 ; fi' fi ----8<--------8<--------8<--------8<--------8<--------8<--------8<---- But a probable better fix is to adjust /etc/rc.subr or postgrey startup script. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 20:22:17 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A24D16A4CE; Sat, 5 Feb 2005 20:22:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E9DC43D48; Sat, 5 Feb 2005 20:22:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15KMH5B024561; Sat, 5 Feb 2005 20:22:17 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15KMG6l024557; Sat, 5 Feb 2005 20:22:16 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 20:22:16 GMT From: Pav Lucistnik Message-Id: <200502052022.j15KMG6l024557@freefall.freebsd.org> To: la@delfi.lt, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77128: Postfix port broken, when installing with TLS and SPF 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: Sat, 05 Feb 2005 20:22:17 -0000 Synopsis: Postfix port broken, when installing with TLS and SPF support State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 20:21:56 GMT 2005 State-Changed-Why: TLS patch conflicts with majority of other patches. Nothing we can do with it - try talking to authors of those patches. http://www.freebsd.org/cgi/query-pr.cgi?pr=77128 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 20:30:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41E3316A4CE for ; Sat, 5 Feb 2005 20:30:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C9743D41 for ; Sat, 5 Feb 2005 20:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15KULFp024754 for ; Sat, 5 Feb 2005 20:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15KUL4T024744; Sat, 5 Feb 2005 20:30:21 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 20:30:21 GMT Resent-Message-Id: <200502052030.j15KUL4T024744@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, PaulB Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6E3D16A4CE for ; Sat, 5 Feb 2005 20:22:07 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 793A043D5A for ; Sat, 5 Feb 2005 20:22:07 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j15KM7GP068019 for ; Sat, 5 Feb 2005 20:22:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j15KM7Cl068008; Sat, 5 Feb 2005 20:22:07 GMT (envelope-from nobody) Message-Id: <200502052022.j15KM7Cl068008@www.freebsd.org> Date: Sat, 5 Feb 2005 20:22:07 GMT From: PaulB To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77150: mplayer port broken: missing qt63dlls-20040626.tar.bz2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 20:30:22 -0000 >Number: 77150 >Category: ports >Synopsis: mplayer port broken: missing qt63dlls-20040626.tar.bz2 >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 Feb 05 20:30:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: PaulB >Release: RELENG_5_3 >Organization: >Environment: FreeBSD hal9000.intranet 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Tue Feb 1 19:27:44 EST 2005 root@hal9000.intranet:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Installing multimedia/win32-codecs from the ports fails to install. It fails to find qt63dlls-20040626.tar.bz2 >How-To-Repeat: # cd /usr/ports/multimedia/win32-codecs/ # make install clean Of course besure to update your ports to the latest version. >Fix: update to latest codecs! >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 20:58:36 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96EED16A4CF; Sat, 5 Feb 2005 20:58:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC2543D39; Sat, 5 Feb 2005 20:58:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15KwaUd026655; Sat, 5 Feb 2005 20:58:36 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15Kwa0F026651; Sat, 5 Feb 2005 20:58:36 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 20:58:36 GMT From: Pav Lucistnik Message-Id: <200502052058.j15Kwa0F026651@freefall.freebsd.org> To: frank@pinky.sax.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/75554: [New Port] www/polipo A web caching proxy X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 20:58:36 -0000 Synopsis: [New Port] www/polipo A web caching proxy State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 20:58:27 GMT 2005 State-Changed-Why: New port added, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=75554 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 21:11:43 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B20C16A4F0; Sat, 5 Feb 2005 21:11:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5068943D2D; Sat, 5 Feb 2005 21:11:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15LBh3t031140; Sat, 5 Feb 2005 21:11:43 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15LBhNd031136; Sat, 5 Feb 2005 21:11:43 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 21:11:43 GMT From: Pav Lucistnik Message-Id: <200502052111.j15LBhNd031136@freefall.freebsd.org> To: marius.nuennerich@gmx.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77130: Ports using NO_PORTDOCS instead of NOPORTDOCS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 21:11:43 -0000 Synopsis: Ports using NO_PORTDOCS instead of NOPORTDOCS State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 21:11:36 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77130 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 21:20:02 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B945C16A4CE; Sat, 5 Feb 2005 21:20:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C03743D3F; Sat, 5 Feb 2005 21:20:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15LK2hZ031423; Sat, 5 Feb 2005 21:20:02 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15LK2pB031418; Sat, 5 Feb 2005 21:20:02 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 21:20:02 GMT From: Pav Lucistnik Message-Id: <200502052120.j15LK2pB031418@freefall.freebsd.org> To: yasu@utahime.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77143: [MAINTAINER] irc/riece: New version 1.0.7 is released X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 21:20:02 -0000 Synopsis: [MAINTAINER] irc/riece: New version 1.0.7 is released State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 21:19:55 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=77143 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 21:30:00 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D63E16A4CE; Sat, 5 Feb 2005 21:30:00 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4198043D4C; Sat, 5 Feb 2005 21:30:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15LU0Ak031782; Sat, 5 Feb 2005 21:30:00 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15LU0ct031778; Sat, 5 Feb 2005 21:30:00 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 21:30:00 GMT From: Pav Lucistnik Message-Id: <200502052130.j15LU0ct031778@freefall.freebsd.org> To: ports@tautology.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77094: New port: devel/py-sendfile Python module interface to the sendfile(2) syscall X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 21:30:00 -0000 Synopsis: New port: devel/py-sendfile Python module interface to the sendfile(2) syscall State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 21:29:52 GMT 2005 State-Changed-Why: New port added, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=77094 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 21:32:38 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A14216A4CE; Sat, 5 Feb 2005 21:32:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4025743D2D; Sat, 5 Feb 2005 21:32:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15LWcqw032951; Sat, 5 Feb 2005 21:32:38 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15LWbcr032947; Sat, 5 Feb 2005 21:32:37 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 21:32:37 GMT From: Pav Lucistnik Message-Id: <200502052132.j15LWbcr032947@freefall.freebsd.org> To: filippo@widestore.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/77093: [ADOPT] and update www/zope-mysqluserfolder to 1.0.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, 05 Feb 2005 21:32:38 -0000 Synopsis: [ADOPT] and update www/zope-mysqluserfolder to 1.0.4 State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Sat Feb 5 21:32:20 GMT 2005 State-Changed-Why: Does not fetch: => Attempting to fetch from http://zope.org/Members/vladap/mysqlUserFolder/release-1.0.4/. fetch: http://zope.org/Members/vladap/mysqlUserFolder/release-1.0.4/mysqlUserFolder-1.0.4.tar.gz: size mismatch: expected 75951, actual 37969 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sat Feb 5 21:32:20 GMT 2005 Responsible-Changed-Why: Poke http://www.freebsd.org/cgi/query-pr.cgi?pr=77093 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 21:37:10 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CCA516A4CE; Sat, 5 Feb 2005 21:37:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11F0C43D49; Sat, 5 Feb 2005 21:37:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15Lb99J033088; Sat, 5 Feb 2005 21:37:09 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15Lb9RT033084; Sat, 5 Feb 2005 21:37:09 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 21:37:09 GMT From: Pav Lucistnik Message-Id: <200502052137.j15Lb9RT033084@freefall.freebsd.org> To: filippo@widestore.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77092: [ADOPT] www/zope-zmysqlda X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 21:37:10 -0000 Synopsis: [ADOPT] www/zope-zmysqlda State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 21:36:57 GMT 2005 State-Changed-Why: It's your baby now. Take care! http://www.freebsd.org/cgi/query-pr.cgi?pr=77092 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 21:45:39 2005 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 614AB16A4CE; Sat, 5 Feb 2005 21:45:39 +0000 (GMT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E73943D2D; Sat, 5 Feb 2005 21:45:38 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.1/8.13.1) with ESMTP id j15LjbfZ095366; Sun, 6 Feb 2005 00:45:37 +0300 (MSK) (envelope-from marck@FreeBSD.org) Date: Sun, 6 Feb 2005 00:45:37 +0300 (MSK) From: Dmitry Morozovsky X-X-Sender: marck@woozle.rinet.ru To: Pav Lucistnik In-Reply-To: <200502051834.j15IY90D011694@freefall.freebsd.org> Message-ID: <20050206004411.R17144@woozle.rinet.ru> References: <200502051834.j15IY90D011694@freefall.freebsd.org> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77112: [maintainer] update www/oops to 1.3.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 21:45:39 -0000 On Sat, 5 Feb 2005, Pav Lucistnik wrote: PL> BTW that scripts/configure is really evil. You think you could PL> replace it with OPTIONS for next update? I hope so, especially because there are still issues with different FreeBSD versions in configure.in I should push the Author to include in original distribution... Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] --------------------------------------------------------------------------- *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@FreeBSD.org *** --------------------------------------------------------------------------- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 21:48:07 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1229A16A538; Sat, 5 Feb 2005 21:48:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D80B943D1D; Sat, 5 Feb 2005 21:48:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15Lm6d5033449; Sat, 5 Feb 2005 21:48:06 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15Lm6Mp033445; Sat, 5 Feb 2005 21:48:06 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 21:48:06 GMT From: Pav Lucistnik Message-Id: <200502052148.j15Lm6Mp033445@freefall.freebsd.org> To: jannisan@t-online.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77088: New port: devel/sage. OpenGL extension library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Feb 2005 21:48:07 -0000 Synopsis: New port: devel/sage. OpenGL extension library State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 21:47:12 GMT 2005 State-Changed-Why: New port added - to graphics category. http://www.freebsd.org/cgi/query-pr.cgi?pr=77088 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 22:19:59 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8DC716A4CE; Sat, 5 Feb 2005 22:19:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC95643D4C; Sat, 5 Feb 2005 22:19:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15MJxVf038542; Sat, 5 Feb 2005 22:19:59 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15MJxkn038538; Sat, 5 Feb 2005 22:19:59 GMT (envelope-from pav) Date: Sat, 5 Feb 2005 22:19:59 GMT From: Pav Lucistnik Message-Id: <200502052219.j15MJxkn038538@freefall.freebsd.org> To: boris@tagnet.ru, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77086: [MAINTAINER UPDATE] net/quagga: update to 0.98.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: Sat, 05 Feb 2005 22:20:00 -0000 Synopsis: [MAINTAINER UPDATE] net/quagga: update to 0.98.2 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Feb 5 22:19:50 GMT 2005 State-Changed-Why: Committed, thanks! I fixed plist for you http://www.freebsd.org/cgi/query-pr.cgi?pr=77086 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 5 23:00:41 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C7B416A4CE for ; Sat, 5 Feb 2005 23:00:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D784543D31 for ; Sat, 5 Feb 2005 23:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j15N0edi040594 for ; Sat, 5 Feb 2005 23:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j15N0eRp040591; Sat, 5 Feb 2005 23:00:40 GMT (envelope-from gnats) Resent-Date: Sat, 5 Feb 2005 23:00:40 GMT Resent-Message-Id: <200502052300.j15N0eRp040591@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan van Selst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98E8716A4CE for ; Sat, 5 Feb 2005 23:00:36 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A03243D1F for ; Sat, 5 Feb 2005 23:00:35 +0000 (GMT) (envelope-from johans@stack.nl) Received: by mailhost.stack.nl (Postfix, from userid 65534) id 3465A1F042; Sun, 6 Feb 2005 00:00:34 +0100 (CET) Received: from mailhost.gletsjer.net (t-indiv2-164.athome.tue.nl [131.155.231.164]) by mailhost.stack.nl (Postfix) with ESMTP id 33BFA1F036 for ; Sun, 6 Feb 2005 00:00:32 +0100 (CET) Received: by mailhost.gletsjer.net (Postfix, from userid 801) id 34B883D1D; Sun, 6 Feb 2005 00:01:39 +0100 (CET) Message-Id: <20050205230139.34B883D1D@mailhost.gletsjer.net> Date: Sun, 6 Feb 2005 00:01:39 +0100 (CET) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77153: New port: net/nfsshell (nfs command tool) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 23:00:41 -0000 >Number: 77153 >Category: ports >Synopsis: New port: net/nfsshell (nfs command 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: Sat Feb 05 23:00:40 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD coyote.gletsjer.net 6.0-CURRENT FreeBSD 6.0-CURRENT #25: Sun Dec 26 14:32:05 CET 2004 root@coyote.gletsjer.net:/spare3/obj/spare3/src/sys/coyote i386 >Description: nfsshell is a simple tool to execute commands on open nfs shares, using an ftp-like interface. It's a useful tool to manually check (or show) security problems. >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: # # nfsshell # nfsshell/Makefile # nfsshell/distinfo # nfsshell/files # nfsshell/files/patch-nfs.c # nfsshell/files/patch-Makefile # nfsshell/pkg-descr # echo c - nfsshell mkdir -p nfsshell > /dev/null 2>&1 echo x - nfsshell/Makefile sed 's/^X//' >nfsshell/Makefile << 'END-of-nfsshell/Makefile' X# New ports collection makefile for: nfsshell X# Date created: 5 February 2005 X# Whom: johans@stack.nl X# X# $FreeBSD$ X# X XPORTNAME= nfsshell XPORTVERSION= 0 XCATEGORIES= net XMASTER_SITES= http://www.cs.vu.nl/pub/leendert/ XDISTNAME= ${PORTNAME} X XMAINTAINER= johans@stack.nl XCOMMENT= Userland NFS command tool X XWRKSRC= ${WRKDIR}/nfs XALL_TARGET= nfs XPLIST_FILES= bin/nfsshell X X.include X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/nfs ${PREFIX}/bin/nfsshell X X.include END-of-nfsshell/Makefile echo x - nfsshell/distinfo sed 's/^X//' >nfsshell/distinfo << 'END-of-nfsshell/distinfo' XMD5 (nfsshell.tar.gz) = d447235518691fc3176ce89a6d836ce7 XSIZE (nfsshell.tar.gz) = 29213 END-of-nfsshell/distinfo echo c - nfsshell/files mkdir -p nfsshell/files > /dev/null 2>&1 echo x - nfsshell/files/patch-nfs.c sed 's/^X//' >nfsshell/files/patch-nfs.c << 'END-of-nfsshell/files/patch-nfs.c' X--- nfs.c.orig Sat Feb 5 23:17:18 2005 X+++ nfs.c Sat Feb 5 23:17:09 2005 X@@ -50,7 +50,6 @@ X #include X #include X #include X-#include X #include "mount.h" X #include "nfs_prot.h" X #include END-of-nfsshell/files/patch-nfs.c echo x - nfsshell/files/patch-Makefile sed 's/^X//' >nfsshell/files/patch-Makefile << 'END-of-nfsshell/files/patch-Makefile' X--- Makefile.orig Sat Feb 5 23:17:28 2005 X+++ Makefile Sat Feb 5 23:18:58 2005 X@@ -22,10 +22,15 @@ X # X X # uncomment the following 4 lines for Solaris 2.x X+#CC = gcc X+#CFLAGS = -DSYSV -DREADLINE -I/usr/local/include X+#LIBS = -lsocket -L/usr/ucblib -R/usr/ucblib -lrpcsoc -lnsl \ X+# -L/usr/local/lib -lreadline -lhistory -ltermlib X+ X+# uncomment the following 3 lines for FreeBSD X CC = gcc X-CFLAGS = -DSYSV -DREADLINE -I/usr/local/include X-LIBS = -lsocket -L/usr/ucblib -R/usr/ucblib -lrpcsoc -lnsl \ X- -L/usr/local/lib -lreadline -lhistory -ltermlib X+CFLAGS = -DREADLINE X+LIBS = -lreadline X X # uncomment the following 3 lines for AIX X #CC = gcc END-of-nfsshell/files/patch-Makefile echo x - nfsshell/pkg-descr sed 's/^X//' >nfsshell/pkg-descr << 'END-of-nfsshell/pkg-descr' Xnfs shell provides user level access to an NFS server, over UDP or TCP, Xsupports source routing and "secure" (privileged port) mounts. It's a Xuseful tool to manually check (or show) security problems after a security Xscanner has detected them. END-of-nfsshell/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: